@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
[data-bs-theme=light], [data-bs-theme=auto] {
  /* redefine theme color variables */
  --bs-primary: #288CFC !important;
  --bs-secondary: #ced4da !important;
  --bs-light: #f8f9fa !important;
  --bs-success: #008A05 !important;
  --bs-info: #03A9F4 !important;
  --bs-warning: #FECB00 !important;
  --bs-danger: #C13515 !important;
  --bs-dark: #212529 !important;
  --bs-primary-rgb: 40, 140, 252 !important;
  --bs-secondary-rgb: 206, 212, 218 !important;
  --bs-light-rgb: 248, 249, 250 !important;
  --bs-success-rgb: 0, 138, 5 !important;
  --bs-info-rgb: 3, 169, 244 !important;
  --bs-warning-rgb: 254, 203, 0 !important;
  --bs-danger-rgb: 193, 53, 21 !important;
  --bs-dark-rgb: 33, 37, 41 !important;
  --bs-gray-100-rgb: 248, 249, 250 !important;
  --bs-gray-200-rgb: 233, 236, 239 !important;
  --bs-gray-300-rgb: 222, 226, 230 !important;
  --bs-gray-400-rgb: 206, 212, 218 !important;
  --bs-gray-500-rgb: 173, 181, 189 !important;
  --bs-gray-600-rgb: 108, 117, 125 !important;
  --bs-gray-700-rgb: 73, 80, 87 !important;
  --bs-gray-800-rgb: 52, 58, 64 !important;
  --bs-gray-900-rgb: 33, 37, 41 !important;
  --bs-body-color: #212529 !important;
  --bs-body-bg: #ffffff !important;
  --bs-body-bg-rgb: 255, 255, 255 !important;
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
[data-bs-theme=light] .bg-gray-100, [data-bs-theme=auto] .bg-gray-100 {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}
[data-bs-theme=light] .bg-gray-100i, [data-bs-theme=auto] .bg-gray-100i {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100) !important;
}
[data-bs-theme=light] .bg-gray-200, [data-bs-theme=auto] .bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}
[data-bs-theme=light] .bg-gray-200i, [data-bs-theme=auto] .bg-gray-200i {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200) !important;
}
[data-bs-theme=light] .bg-gray-300, [data-bs-theme=auto] .bg-gray-300 {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}
[data-bs-theme=light] .bg-gray-300i, [data-bs-theme=auto] .bg-gray-300i {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300) !important;
}
[data-bs-theme=light] .bg-gray-400, [data-bs-theme=auto] .bg-gray-400 {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}
[data-bs-theme=light] .bg-gray-400i, [data-bs-theme=auto] .bg-gray-400i {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400) !important;
}
[data-bs-theme=light] .bg-gray-500, [data-bs-theme=auto] .bg-gray-500 {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}
[data-bs-theme=light] .bg-gray-500i, [data-bs-theme=auto] .bg-gray-500i {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500) !important;
}
[data-bs-theme=light] .bg-gray-600, [data-bs-theme=auto] .bg-gray-600 {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}
[data-bs-theme=light] .bg-gray-600i, [data-bs-theme=auto] .bg-gray-600i {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600) !important;
}
[data-bs-theme=light] .bg-gray-700, [data-bs-theme=auto] .bg-gray-700 {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}
[data-bs-theme=light] .bg-gray-700i, [data-bs-theme=auto] .bg-gray-700i {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700) !important;
}
[data-bs-theme=light] .bg-gray-800, [data-bs-theme=auto] .bg-gray-800 {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}
[data-bs-theme=light] .bg-gray-800i, [data-bs-theme=auto] .bg-gray-800i {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800) !important;
}
[data-bs-theme=light] .bg-gray-900, [data-bs-theme=auto] .bg-gray-900 {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}
[data-bs-theme=light] .bg-gray-900i, [data-bs-theme=auto] .bg-gray-900i {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900) !important;
}
[data-bs-theme=light] :root,
[data-bs-theme=light] [data-bs-theme=light], [data-bs-theme=auto] :root,
[data-bs-theme=auto] [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #288CFC;
  --bs-secondary: #ced4da;
  --bs-light: #f8f9fa;
  --bs-success: #008A05;
  --bs-info: #03A9F4;
  --bs-warning: #FECB00;
  --bs-danger: #C13515;
  --bs-dark: #212529;
  --bs-primary-rgb: 40, 140, 252;
  --bs-secondary-rgb: 206, 212, 218;
  --bs-light-rgb: 248, 249, 250;
  --bs-success-rgb: 0, 138, 5;
  --bs-info-rgb: 3, 169, 244;
  --bs-warning-rgb: 254, 203, 0;
  --bs-danger-rgb: 193, 53, 21;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-300);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: var(--bs-danger);
  --bs-form-invalid-border-color: var(--bs-danger);
}
[data-bs-theme=light] [data-bs-theme=dark], [data-bs-theme=auto] [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
[data-bs-theme=light] *,
[data-bs-theme=light] *::before,
[data-bs-theme=light] *::after, [data-bs-theme=auto] *,
[data-bs-theme=auto] *::before,
[data-bs-theme=auto] *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  [data-bs-theme=light] :root, [data-bs-theme=auto] :root {
    scroll-behavior: smooth;
  }
}
[data-bs-theme=light] body, [data-bs-theme=auto] body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-bs-theme=light] hr, [data-bs-theme=auto] hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
[data-bs-theme=light] h6, [data-bs-theme=light] .h6, [data-bs-theme=light] h5, [data-bs-theme=light] .h5, [data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] h6, [data-bs-theme=auto] .h6, [data-bs-theme=auto] h5, [data-bs-theme=auto] .h5, [data-bs-theme=auto] h4, [data-bs-theme=auto] .h4, [data-bs-theme=auto] h3, [data-bs-theme=auto] .h3, [data-bs-theme=auto] h2, [data-bs-theme=auto] .h2, [data-bs-theme=auto] h1, [data-bs-theme=auto] .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
[data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] h1, [data-bs-theme=auto] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] h1, [data-bs-theme=auto] .h1 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] h2, [data-bs-theme=auto] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] h2, [data-bs-theme=auto] .h2 {
    font-size: 2rem;
  }
}
[data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] h3, [data-bs-theme=auto] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] h3, [data-bs-theme=auto] .h3 {
    font-size: 1.75rem;
  }
}
[data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] h4, [data-bs-theme=auto] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] h4, [data-bs-theme=auto] .h4 {
    font-size: 1.5rem;
  }
}
[data-bs-theme=light] h5, [data-bs-theme=light] .h5, [data-bs-theme=auto] h5, [data-bs-theme=auto] .h5 {
  font-size: 1.25rem;
}
[data-bs-theme=light] h6, [data-bs-theme=light] .h6, [data-bs-theme=auto] h6, [data-bs-theme=auto] .h6 {
  font-size: 1rem;
}
[data-bs-theme=light] p, [data-bs-theme=auto] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=light] abbr[title], [data-bs-theme=auto] abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
[data-bs-theme=light] address, [data-bs-theme=auto] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
[data-bs-theme=light] ol,
[data-bs-theme=light] ul, [data-bs-theme=auto] ol,
[data-bs-theme=auto] ul {
  padding-left: 2rem;
}
[data-bs-theme=light] ol,
[data-bs-theme=light] ul,
[data-bs-theme=light] dl, [data-bs-theme=auto] ol,
[data-bs-theme=auto] ul,
[data-bs-theme=auto] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=light] ol ol,
[data-bs-theme=light] ul ul,
[data-bs-theme=light] ol ul,
[data-bs-theme=light] ul ol, [data-bs-theme=auto] ol ol,
[data-bs-theme=auto] ul ul,
[data-bs-theme=auto] ol ul,
[data-bs-theme=auto] ul ol {
  margin-bottom: 0;
}
[data-bs-theme=light] dt, [data-bs-theme=auto] dt {
  font-weight: 700;
}
[data-bs-theme=light] dd, [data-bs-theme=auto] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
[data-bs-theme=light] blockquote, [data-bs-theme=auto] blockquote {
  margin: 0 0 1rem;
}
[data-bs-theme=light] b,
[data-bs-theme=light] strong, [data-bs-theme=auto] b,
[data-bs-theme=auto] strong {
  font-weight: bolder;
}
[data-bs-theme=light] small, [data-bs-theme=light] .small, [data-bs-theme=auto] small, [data-bs-theme=auto] .small {
  font-size: 0.875em;
}
[data-bs-theme=light] mark, [data-bs-theme=light] .mark, [data-bs-theme=auto] mark, [data-bs-theme=auto] .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
[data-bs-theme=light] sub,
[data-bs-theme=light] sup, [data-bs-theme=auto] sub,
[data-bs-theme=auto] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
[data-bs-theme=light] sub, [data-bs-theme=auto] sub {
  bottom: -0.25em;
}
[data-bs-theme=light] sup, [data-bs-theme=auto] sup {
  top: -0.5em;
}
[data-bs-theme=light] a, [data-bs-theme=auto] a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
[data-bs-theme=light] a:hover, [data-bs-theme=auto] a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
[data-bs-theme=light] a:not([href]):not([class]), [data-bs-theme=light] a:not([href]):not([class]):hover, [data-bs-theme=auto] a:not([href]):not([class]), [data-bs-theme=auto] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
[data-bs-theme=light] pre,
[data-bs-theme=light] code,
[data-bs-theme=light] kbd,
[data-bs-theme=light] samp, [data-bs-theme=auto] pre,
[data-bs-theme=auto] code,
[data-bs-theme=auto] kbd,
[data-bs-theme=auto] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
[data-bs-theme=light] pre, [data-bs-theme=auto] pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
[data-bs-theme=light] pre code, [data-bs-theme=auto] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
[data-bs-theme=light] code, [data-bs-theme=auto] code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > [data-bs-theme=light] code, a > [data-bs-theme=auto] code {
  color: inherit;
}
[data-bs-theme=light] kbd, [data-bs-theme=auto] kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
[data-bs-theme=light] kbd kbd, [data-bs-theme=auto] kbd kbd {
  padding: 0;
  font-size: 1em;
}
[data-bs-theme=light] figure, [data-bs-theme=auto] figure {
  margin: 0 0 1rem;
}
[data-bs-theme=light] img,
[data-bs-theme=light] svg, [data-bs-theme=auto] img,
[data-bs-theme=auto] svg {
  vertical-align: middle;
}
[data-bs-theme=light] table, [data-bs-theme=auto] table {
  caption-side: bottom;
  border-collapse: collapse;
}
[data-bs-theme=light] caption, [data-bs-theme=auto] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
[data-bs-theme=light] th, [data-bs-theme=auto] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
[data-bs-theme=light] thead,
[data-bs-theme=light] tbody,
[data-bs-theme=light] tfoot,
[data-bs-theme=light] tr,
[data-bs-theme=light] td,
[data-bs-theme=light] th, [data-bs-theme=auto] thead,
[data-bs-theme=auto] tbody,
[data-bs-theme=auto] tfoot,
[data-bs-theme=auto] tr,
[data-bs-theme=auto] td,
[data-bs-theme=auto] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=light] label, [data-bs-theme=auto] label {
  display: inline-block;
}
[data-bs-theme=light] button, [data-bs-theme=auto] button {
  border-radius: 0;
}
[data-bs-theme=light] button:focus:not(:focus-visible), [data-bs-theme=auto] button:focus:not(:focus-visible) {
  outline: 0;
}
[data-bs-theme=light] input,
[data-bs-theme=light] button,
[data-bs-theme=light] select,
[data-bs-theme=light] optgroup,
[data-bs-theme=light] textarea, [data-bs-theme=auto] input,
[data-bs-theme=auto] button,
[data-bs-theme=auto] select,
[data-bs-theme=auto] optgroup,
[data-bs-theme=auto] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[data-bs-theme=light] button,
[data-bs-theme=light] select, [data-bs-theme=auto] button,
[data-bs-theme=auto] select {
  text-transform: none;
}
[data-bs-theme=light] [role=button], [data-bs-theme=auto] [role=button] {
  cursor: pointer;
}
[data-bs-theme=light] select, [data-bs-theme=auto] select {
  word-wrap: normal;
}
[data-bs-theme=light] select:disabled, [data-bs-theme=auto] select:disabled {
  opacity: 1;
}
[data-bs-theme=light] [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator, [data-bs-theme=auto] [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[data-bs-theme=light] button,
[data-bs-theme=light] [type=button],
[data-bs-theme=light] [type=reset],
[data-bs-theme=light] [type=submit], [data-bs-theme=auto] button,
[data-bs-theme=auto] [type=button],
[data-bs-theme=auto] [type=reset],
[data-bs-theme=auto] [type=submit] {
  -webkit-appearance: button;
}
[data-bs-theme=light] button:not(:disabled),
[data-bs-theme=light] [type=button]:not(:disabled),
[data-bs-theme=light] [type=reset]:not(:disabled),
[data-bs-theme=light] [type=submit]:not(:disabled), [data-bs-theme=auto] button:not(:disabled),
[data-bs-theme=auto] [type=button]:not(:disabled),
[data-bs-theme=auto] [type=reset]:not(:disabled),
[data-bs-theme=auto] [type=submit]:not(:disabled) {
  cursor: pointer;
}
[data-bs-theme=light] ::-moz-focus-inner, [data-bs-theme=auto] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[data-bs-theme=light] textarea, [data-bs-theme=auto] textarea {
  resize: vertical;
}
[data-bs-theme=light] fieldset, [data-bs-theme=auto] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[data-bs-theme=light] legend, [data-bs-theme=auto] legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] legend, [data-bs-theme=auto] legend {
    font-size: 1.5rem;
  }
}
[data-bs-theme=light] legend + *, [data-bs-theme=auto] legend + * {
  clear: left;
}
[data-bs-theme=light] ::-webkit-datetime-edit-fields-wrapper,
[data-bs-theme=light] ::-webkit-datetime-edit-text,
[data-bs-theme=light] ::-webkit-datetime-edit-minute,
[data-bs-theme=light] ::-webkit-datetime-edit-hour-field,
[data-bs-theme=light] ::-webkit-datetime-edit-day-field,
[data-bs-theme=light] ::-webkit-datetime-edit-month-field,
[data-bs-theme=light] ::-webkit-datetime-edit-year-field, [data-bs-theme=auto] ::-webkit-datetime-edit-fields-wrapper,
[data-bs-theme=auto] ::-webkit-datetime-edit-text,
[data-bs-theme=auto] ::-webkit-datetime-edit-minute,
[data-bs-theme=auto] ::-webkit-datetime-edit-hour-field,
[data-bs-theme=auto] ::-webkit-datetime-edit-day-field,
[data-bs-theme=auto] ::-webkit-datetime-edit-month-field,
[data-bs-theme=auto] ::-webkit-datetime-edit-year-field {
  padding: 0;
}
[data-bs-theme=light] ::-webkit-inner-spin-button, [data-bs-theme=auto] ::-webkit-inner-spin-button {
  height: auto;
}
[data-bs-theme=light] [type=search], [data-bs-theme=auto] [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[data-bs-theme=light] ::-webkit-search-decoration, [data-bs-theme=auto] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-bs-theme=light] ::-webkit-color-swatch-wrapper, [data-bs-theme=auto] ::-webkit-color-swatch-wrapper {
  padding: 0;
}
[data-bs-theme=light] ::file-selector-button, [data-bs-theme=auto] ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[data-bs-theme=light] output, [data-bs-theme=auto] output {
  display: inline-block;
}
[data-bs-theme=light] iframe, [data-bs-theme=auto] iframe {
  border: 0;
}
[data-bs-theme=light] summary, [data-bs-theme=auto] summary {
  display: list-item;
  cursor: pointer;
}
[data-bs-theme=light] progress, [data-bs-theme=auto] progress {
  vertical-align: baseline;
}
[data-bs-theme=light] [hidden], [data-bs-theme=auto] [hidden] {
  display: none !important;
}
[data-bs-theme=light] .lead, [data-bs-theme=auto] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
[data-bs-theme=light] .display-1, [data-bs-theme=auto] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-1, [data-bs-theme=auto] .display-1 {
    font-size: 5rem;
  }
}
[data-bs-theme=light] .display-2, [data-bs-theme=auto] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-2, [data-bs-theme=auto] .display-2 {
    font-size: 4.5rem;
  }
}
[data-bs-theme=light] .display-3, [data-bs-theme=auto] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-3, [data-bs-theme=auto] .display-3 {
    font-size: 4rem;
  }
}
[data-bs-theme=light] .display-4, [data-bs-theme=auto] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-4, [data-bs-theme=auto] .display-4 {
    font-size: 3.5rem;
  }
}
[data-bs-theme=light] .display-5, [data-bs-theme=auto] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-5, [data-bs-theme=auto] .display-5 {
    font-size: 3rem;
  }
}
[data-bs-theme=light] .display-6, [data-bs-theme=auto] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-6, [data-bs-theme=auto] .display-6 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=light] .list-unstyled, [data-bs-theme=auto] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .list-inline, [data-bs-theme=auto] .list-inline {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .list-inline-item, [data-bs-theme=auto] .list-inline-item {
  display: inline-block;
}
[data-bs-theme=light] .list-inline-item:not(:last-child), [data-bs-theme=auto] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[data-bs-theme=light] .initialism, [data-bs-theme=auto] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
[data-bs-theme=light] .blockquote, [data-bs-theme=auto] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
[data-bs-theme=light] .blockquote > :last-child, [data-bs-theme=auto] .blockquote > :last-child {
  margin-bottom: 0;
}
[data-bs-theme=light] .blockquote-footer, [data-bs-theme=auto] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
[data-bs-theme=light] .blockquote-footer::before, [data-bs-theme=auto] .blockquote-footer::before {
  content: "— ";
}
[data-bs-theme=light] .img-fluid, [data-bs-theme=auto] .img-fluid {
  max-width: 100%;
  height: auto;
}
[data-bs-theme=light] .img-thumbnail, [data-bs-theme=auto] .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}
[data-bs-theme=light] .figure, [data-bs-theme=auto] .figure {
  display: inline-block;
}
[data-bs-theme=light] .figure-img, [data-bs-theme=auto] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
[data-bs-theme=light] .figure-caption, [data-bs-theme=auto] .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=light] .container,
[data-bs-theme=light] .container-fluid,
[data-bs-theme=light] .container-xxl,
[data-bs-theme=light] .container-xl,
[data-bs-theme=light] .container-lg,
[data-bs-theme=light] .container-md,
[data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container,
[data-bs-theme=auto] .container-fluid,
[data-bs-theme=auto] .container-xxl,
[data-bs-theme=auto] .container-xl,
[data-bs-theme=auto] .container-lg,
[data-bs-theme=auto] .container-md,
[data-bs-theme=auto] .container-sm {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .container-lg, [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container, [data-bs-theme=auto] .container-lg, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .container-xl, [data-bs-theme=light] .container-lg, [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container, [data-bs-theme=auto] .container-xl, [data-bs-theme=auto] .container-lg, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .container-xxl, [data-bs-theme=light] .container-xl, [data-bs-theme=light] .container-lg, [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container, [data-bs-theme=auto] .container-xxl, [data-bs-theme=auto] .container-xl, [data-bs-theme=auto] .container-lg, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container {
    max-width: 1320px;
  }
}
[data-bs-theme=light] :root, [data-bs-theme=auto] :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
[data-bs-theme=light] .row, [data-bs-theme=auto] .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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
[data-bs-theme=light] .row > *, [data-bs-theme=auto] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
[data-bs-theme=light] .col, [data-bs-theme=auto] .col {
  flex: 1 0 0%;
}
[data-bs-theme=light] .row-cols-auto > *, [data-bs-theme=auto] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=light] .row-cols-1 > *, [data-bs-theme=auto] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=light] .row-cols-2 > *, [data-bs-theme=auto] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=light] .row-cols-3 > *, [data-bs-theme=auto] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=light] .row-cols-4 > *, [data-bs-theme=auto] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=light] .row-cols-5 > *, [data-bs-theme=auto] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
[data-bs-theme=light] .row-cols-6 > *, [data-bs-theme=auto] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=light] .col-auto, [data-bs-theme=auto] .col-auto {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=light] .col-1, [data-bs-theme=auto] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
[data-bs-theme=light] .col-2, [data-bs-theme=auto] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=light] .col-3, [data-bs-theme=auto] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=light] .col-4, [data-bs-theme=auto] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=light] .col-5, [data-bs-theme=auto] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
[data-bs-theme=light] .col-6, [data-bs-theme=auto] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=light] .col-7, [data-bs-theme=auto] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
[data-bs-theme=light] .col-8, [data-bs-theme=auto] .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
[data-bs-theme=light] .col-9, [data-bs-theme=auto] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
[data-bs-theme=light] .col-10, [data-bs-theme=auto] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
[data-bs-theme=light] .col-11, [data-bs-theme=auto] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
[data-bs-theme=light] .col-12, [data-bs-theme=auto] .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=light] .offset-1, [data-bs-theme=auto] .offset-1 {
  margin-left: 8.33333333%;
}
[data-bs-theme=light] .offset-2, [data-bs-theme=auto] .offset-2 {
  margin-left: 16.66666667%;
}
[data-bs-theme=light] .offset-3, [data-bs-theme=auto] .offset-3 {
  margin-left: 25%;
}
[data-bs-theme=light] .offset-4, [data-bs-theme=auto] .offset-4 {
  margin-left: 33.33333333%;
}
[data-bs-theme=light] .offset-5, [data-bs-theme=auto] .offset-5 {
  margin-left: 41.66666667%;
}
[data-bs-theme=light] .offset-6, [data-bs-theme=auto] .offset-6 {
  margin-left: 50%;
}
[data-bs-theme=light] .offset-7, [data-bs-theme=auto] .offset-7 {
  margin-left: 58.33333333%;
}
[data-bs-theme=light] .offset-8, [data-bs-theme=auto] .offset-8 {
  margin-left: 66.66666667%;
}
[data-bs-theme=light] .offset-9, [data-bs-theme=auto] .offset-9 {
  margin-left: 75%;
}
[data-bs-theme=light] .offset-10, [data-bs-theme=auto] .offset-10 {
  margin-left: 83.33333333%;
}
[data-bs-theme=light] .offset-11, [data-bs-theme=auto] .offset-11 {
  margin-left: 91.66666667%;
}
[data-bs-theme=light] .g-0,
[data-bs-theme=light] .gx-0, [data-bs-theme=auto] .g-0,
[data-bs-theme=auto] .gx-0 {
  --bs-gutter-x: 0;
}
[data-bs-theme=light] .g-0,
[data-bs-theme=light] .gy-0, [data-bs-theme=auto] .g-0,
[data-bs-theme=auto] .gy-0 {
  --bs-gutter-y: 0;
}
[data-bs-theme=light] .g-1,
[data-bs-theme=light] .gx-1, [data-bs-theme=auto] .g-1,
[data-bs-theme=auto] .gx-1 {
  --bs-gutter-x: 0.25rem;
}
[data-bs-theme=light] .g-1,
[data-bs-theme=light] .gy-1, [data-bs-theme=auto] .g-1,
[data-bs-theme=auto] .gy-1 {
  --bs-gutter-y: 0.25rem;
}
[data-bs-theme=light] .g-2,
[data-bs-theme=light] .gx-2, [data-bs-theme=auto] .g-2,
[data-bs-theme=auto] .gx-2 {
  --bs-gutter-x: 0.5rem;
}
[data-bs-theme=light] .g-2,
[data-bs-theme=light] .gy-2, [data-bs-theme=auto] .g-2,
[data-bs-theme=auto] .gy-2 {
  --bs-gutter-y: 0.5rem;
}
[data-bs-theme=light] .g-3,
[data-bs-theme=light] .gx-3, [data-bs-theme=auto] .g-3,
[data-bs-theme=auto] .gx-3 {
  --bs-gutter-x: 1rem;
}
[data-bs-theme=light] .g-3,
[data-bs-theme=light] .gy-3, [data-bs-theme=auto] .g-3,
[data-bs-theme=auto] .gy-3 {
  --bs-gutter-y: 1rem;
}
[data-bs-theme=light] .g-4,
[data-bs-theme=light] .gx-4, [data-bs-theme=auto] .g-4,
[data-bs-theme=auto] .gx-4 {
  --bs-gutter-x: 1.5rem;
}
[data-bs-theme=light] .g-4,
[data-bs-theme=light] .gy-4, [data-bs-theme=auto] .g-4,
[data-bs-theme=auto] .gy-4 {
  --bs-gutter-y: 1.5rem;
}
[data-bs-theme=light] .g-5,
[data-bs-theme=light] .gx-5, [data-bs-theme=auto] .g-5,
[data-bs-theme=auto] .gx-5 {
  --bs-gutter-x: 3rem;
}
[data-bs-theme=light] .g-5,
[data-bs-theme=light] .gy-5, [data-bs-theme=auto] .g-5,
[data-bs-theme=auto] .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .col-sm, [data-bs-theme=auto] .col-sm {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-sm-auto > *, [data-bs-theme=auto] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-sm-1 > *, [data-bs-theme=auto] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-sm-2 > *, [data-bs-theme=auto] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-sm-3 > *, [data-bs-theme=auto] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-sm-4 > *, [data-bs-theme=auto] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-sm-5 > *, [data-bs-theme=auto] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-sm-6 > *, [data-bs-theme=auto] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-sm-auto, [data-bs-theme=auto] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-sm-1, [data-bs-theme=auto] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-sm-2, [data-bs-theme=auto] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-sm-3, [data-bs-theme=auto] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-sm-4, [data-bs-theme=auto] .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-sm-5, [data-bs-theme=auto] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-sm-6, [data-bs-theme=auto] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-sm-7, [data-bs-theme=auto] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-sm-8, [data-bs-theme=auto] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-sm-9, [data-bs-theme=auto] .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-sm-10, [data-bs-theme=auto] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-sm-11, [data-bs-theme=auto] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-sm-12, [data-bs-theme=auto] .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-sm-0, [data-bs-theme=auto] .offset-sm-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-sm-1, [data-bs-theme=auto] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-sm-2, [data-bs-theme=auto] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-sm-3, [data-bs-theme=auto] .offset-sm-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-sm-4, [data-bs-theme=auto] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-sm-5, [data-bs-theme=auto] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-sm-6, [data-bs-theme=auto] .offset-sm-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-sm-7, [data-bs-theme=auto] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-sm-8, [data-bs-theme=auto] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-sm-9, [data-bs-theme=auto] .offset-sm-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-sm-10, [data-bs-theme=auto] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-sm-11, [data-bs-theme=auto] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-sm-0,
  [data-bs-theme=light] .gx-sm-0, [data-bs-theme=auto] .g-sm-0,
  [data-bs-theme=auto] .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-sm-0,
  [data-bs-theme=light] .gy-sm-0, [data-bs-theme=auto] .g-sm-0,
  [data-bs-theme=auto] .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-sm-1,
  [data-bs-theme=light] .gx-sm-1, [data-bs-theme=auto] .g-sm-1,
  [data-bs-theme=auto] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-sm-1,
  [data-bs-theme=light] .gy-sm-1, [data-bs-theme=auto] .g-sm-1,
  [data-bs-theme=auto] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-sm-2,
  [data-bs-theme=light] .gx-sm-2, [data-bs-theme=auto] .g-sm-2,
  [data-bs-theme=auto] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-sm-2,
  [data-bs-theme=light] .gy-sm-2, [data-bs-theme=auto] .g-sm-2,
  [data-bs-theme=auto] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-sm-3,
  [data-bs-theme=light] .gx-sm-3, [data-bs-theme=auto] .g-sm-3,
  [data-bs-theme=auto] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-sm-3,
  [data-bs-theme=light] .gy-sm-3, [data-bs-theme=auto] .g-sm-3,
  [data-bs-theme=auto] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-sm-4,
  [data-bs-theme=light] .gx-sm-4, [data-bs-theme=auto] .g-sm-4,
  [data-bs-theme=auto] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-sm-4,
  [data-bs-theme=light] .gy-sm-4, [data-bs-theme=auto] .g-sm-4,
  [data-bs-theme=auto] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-sm-5,
  [data-bs-theme=light] .gx-sm-5, [data-bs-theme=auto] .g-sm-5,
  [data-bs-theme=auto] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-sm-5,
  [data-bs-theme=light] .gy-sm-5, [data-bs-theme=auto] .g-sm-5,
  [data-bs-theme=auto] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .col-md, [data-bs-theme=auto] .col-md {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-md-auto > *, [data-bs-theme=auto] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-md-1 > *, [data-bs-theme=auto] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-md-2 > *, [data-bs-theme=auto] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-md-3 > *, [data-bs-theme=auto] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-md-4 > *, [data-bs-theme=auto] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-md-5 > *, [data-bs-theme=auto] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-md-6 > *, [data-bs-theme=auto] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-md-auto, [data-bs-theme=auto] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-md-1, [data-bs-theme=auto] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-md-2, [data-bs-theme=auto] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-md-3, [data-bs-theme=auto] .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-md-4, [data-bs-theme=auto] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-md-5, [data-bs-theme=auto] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-md-6, [data-bs-theme=auto] .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-md-7, [data-bs-theme=auto] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-md-8, [data-bs-theme=auto] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-md-9, [data-bs-theme=auto] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-md-10, [data-bs-theme=auto] .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-md-11, [data-bs-theme=auto] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-md-12, [data-bs-theme=auto] .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-md-0, [data-bs-theme=auto] .offset-md-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-md-1, [data-bs-theme=auto] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-md-2, [data-bs-theme=auto] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-md-3, [data-bs-theme=auto] .offset-md-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-md-4, [data-bs-theme=auto] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-md-5, [data-bs-theme=auto] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-md-6, [data-bs-theme=auto] .offset-md-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-md-7, [data-bs-theme=auto] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-md-8, [data-bs-theme=auto] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-md-9, [data-bs-theme=auto] .offset-md-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-md-10, [data-bs-theme=auto] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-md-11, [data-bs-theme=auto] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-md-0,
  [data-bs-theme=light] .gx-md-0, [data-bs-theme=auto] .g-md-0,
  [data-bs-theme=auto] .gx-md-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-md-0,
  [data-bs-theme=light] .gy-md-0, [data-bs-theme=auto] .g-md-0,
  [data-bs-theme=auto] .gy-md-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-md-1,
  [data-bs-theme=light] .gx-md-1, [data-bs-theme=auto] .g-md-1,
  [data-bs-theme=auto] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-md-1,
  [data-bs-theme=light] .gy-md-1, [data-bs-theme=auto] .g-md-1,
  [data-bs-theme=auto] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-md-2,
  [data-bs-theme=light] .gx-md-2, [data-bs-theme=auto] .g-md-2,
  [data-bs-theme=auto] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-md-2,
  [data-bs-theme=light] .gy-md-2, [data-bs-theme=auto] .g-md-2,
  [data-bs-theme=auto] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-md-3,
  [data-bs-theme=light] .gx-md-3, [data-bs-theme=auto] .g-md-3,
  [data-bs-theme=auto] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-md-3,
  [data-bs-theme=light] .gy-md-3, [data-bs-theme=auto] .g-md-3,
  [data-bs-theme=auto] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-md-4,
  [data-bs-theme=light] .gx-md-4, [data-bs-theme=auto] .g-md-4,
  [data-bs-theme=auto] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-md-4,
  [data-bs-theme=light] .gy-md-4, [data-bs-theme=auto] .g-md-4,
  [data-bs-theme=auto] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-md-5,
  [data-bs-theme=light] .gx-md-5, [data-bs-theme=auto] .g-md-5,
  [data-bs-theme=auto] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-md-5,
  [data-bs-theme=light] .gy-md-5, [data-bs-theme=auto] .g-md-5,
  [data-bs-theme=auto] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .col-lg, [data-bs-theme=auto] .col-lg {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-lg-auto > *, [data-bs-theme=auto] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-lg-1 > *, [data-bs-theme=auto] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-lg-2 > *, [data-bs-theme=auto] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-lg-3 > *, [data-bs-theme=auto] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-lg-4 > *, [data-bs-theme=auto] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-lg-5 > *, [data-bs-theme=auto] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-lg-6 > *, [data-bs-theme=auto] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-lg-auto, [data-bs-theme=auto] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-lg-1, [data-bs-theme=auto] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-lg-2, [data-bs-theme=auto] .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-lg-3, [data-bs-theme=auto] .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-lg-4, [data-bs-theme=auto] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-lg-5, [data-bs-theme=auto] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-lg-6, [data-bs-theme=auto] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-lg-7, [data-bs-theme=auto] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-lg-8, [data-bs-theme=auto] .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-lg-9, [data-bs-theme=auto] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-lg-10, [data-bs-theme=auto] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-lg-11, [data-bs-theme=auto] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-lg-12, [data-bs-theme=auto] .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-lg-0, [data-bs-theme=auto] .offset-lg-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-lg-1, [data-bs-theme=auto] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-lg-2, [data-bs-theme=auto] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-lg-3, [data-bs-theme=auto] .offset-lg-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-lg-4, [data-bs-theme=auto] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-lg-5, [data-bs-theme=auto] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-lg-6, [data-bs-theme=auto] .offset-lg-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-lg-7, [data-bs-theme=auto] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-lg-8, [data-bs-theme=auto] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-lg-9, [data-bs-theme=auto] .offset-lg-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-lg-10, [data-bs-theme=auto] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-lg-11, [data-bs-theme=auto] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-lg-0,
  [data-bs-theme=light] .gx-lg-0, [data-bs-theme=auto] .g-lg-0,
  [data-bs-theme=auto] .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-lg-0,
  [data-bs-theme=light] .gy-lg-0, [data-bs-theme=auto] .g-lg-0,
  [data-bs-theme=auto] .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-lg-1,
  [data-bs-theme=light] .gx-lg-1, [data-bs-theme=auto] .g-lg-1,
  [data-bs-theme=auto] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-lg-1,
  [data-bs-theme=light] .gy-lg-1, [data-bs-theme=auto] .g-lg-1,
  [data-bs-theme=auto] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-lg-2,
  [data-bs-theme=light] .gx-lg-2, [data-bs-theme=auto] .g-lg-2,
  [data-bs-theme=auto] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-lg-2,
  [data-bs-theme=light] .gy-lg-2, [data-bs-theme=auto] .g-lg-2,
  [data-bs-theme=auto] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-lg-3,
  [data-bs-theme=light] .gx-lg-3, [data-bs-theme=auto] .g-lg-3,
  [data-bs-theme=auto] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-lg-3,
  [data-bs-theme=light] .gy-lg-3, [data-bs-theme=auto] .g-lg-3,
  [data-bs-theme=auto] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-lg-4,
  [data-bs-theme=light] .gx-lg-4, [data-bs-theme=auto] .g-lg-4,
  [data-bs-theme=auto] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-lg-4,
  [data-bs-theme=light] .gy-lg-4, [data-bs-theme=auto] .g-lg-4,
  [data-bs-theme=auto] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-lg-5,
  [data-bs-theme=light] .gx-lg-5, [data-bs-theme=auto] .g-lg-5,
  [data-bs-theme=auto] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-lg-5,
  [data-bs-theme=light] .gy-lg-5, [data-bs-theme=auto] .g-lg-5,
  [data-bs-theme=auto] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .col-xl, [data-bs-theme=auto] .col-xl {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-xl-auto > *, [data-bs-theme=auto] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-xl-1 > *, [data-bs-theme=auto] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-xl-2 > *, [data-bs-theme=auto] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-xl-3 > *, [data-bs-theme=auto] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-xl-4 > *, [data-bs-theme=auto] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-xl-5 > *, [data-bs-theme=auto] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-xl-6 > *, [data-bs-theme=auto] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xl-auto, [data-bs-theme=auto] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-xl-1, [data-bs-theme=auto] .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-xl-2, [data-bs-theme=auto] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xl-3, [data-bs-theme=auto] .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-xl-4, [data-bs-theme=auto] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-xl-5, [data-bs-theme=auto] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-xl-6, [data-bs-theme=auto] .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-xl-7, [data-bs-theme=auto] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-xl-8, [data-bs-theme=auto] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-xl-9, [data-bs-theme=auto] .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-xl-10, [data-bs-theme=auto] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-xl-11, [data-bs-theme=auto] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-xl-12, [data-bs-theme=auto] .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-xl-0, [data-bs-theme=auto] .offset-xl-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-xl-1, [data-bs-theme=auto] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-xl-2, [data-bs-theme=auto] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-xl-3, [data-bs-theme=auto] .offset-xl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-xl-4, [data-bs-theme=auto] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-xl-5, [data-bs-theme=auto] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-xl-6, [data-bs-theme=auto] .offset-xl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-xl-7, [data-bs-theme=auto] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-xl-8, [data-bs-theme=auto] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-xl-9, [data-bs-theme=auto] .offset-xl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-xl-10, [data-bs-theme=auto] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-xl-11, [data-bs-theme=auto] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-xl-0,
  [data-bs-theme=light] .gx-xl-0, [data-bs-theme=auto] .g-xl-0,
  [data-bs-theme=auto] .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-xl-0,
  [data-bs-theme=light] .gy-xl-0, [data-bs-theme=auto] .g-xl-0,
  [data-bs-theme=auto] .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-xl-1,
  [data-bs-theme=light] .gx-xl-1, [data-bs-theme=auto] .g-xl-1,
  [data-bs-theme=auto] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-xl-1,
  [data-bs-theme=light] .gy-xl-1, [data-bs-theme=auto] .g-xl-1,
  [data-bs-theme=auto] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-xl-2,
  [data-bs-theme=light] .gx-xl-2, [data-bs-theme=auto] .g-xl-2,
  [data-bs-theme=auto] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-xl-2,
  [data-bs-theme=light] .gy-xl-2, [data-bs-theme=auto] .g-xl-2,
  [data-bs-theme=auto] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-xl-3,
  [data-bs-theme=light] .gx-xl-3, [data-bs-theme=auto] .g-xl-3,
  [data-bs-theme=auto] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-xl-3,
  [data-bs-theme=light] .gy-xl-3, [data-bs-theme=auto] .g-xl-3,
  [data-bs-theme=auto] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-xl-4,
  [data-bs-theme=light] .gx-xl-4, [data-bs-theme=auto] .g-xl-4,
  [data-bs-theme=auto] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-xl-4,
  [data-bs-theme=light] .gy-xl-4, [data-bs-theme=auto] .g-xl-4,
  [data-bs-theme=auto] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-xl-5,
  [data-bs-theme=light] .gx-xl-5, [data-bs-theme=auto] .g-xl-5,
  [data-bs-theme=auto] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-xl-5,
  [data-bs-theme=light] .gy-xl-5, [data-bs-theme=auto] .g-xl-5,
  [data-bs-theme=auto] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .col-xxl, [data-bs-theme=auto] .col-xxl {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-xxl-auto > *, [data-bs-theme=auto] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-xxl-1 > *, [data-bs-theme=auto] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-xxl-2 > *, [data-bs-theme=auto] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-xxl-3 > *, [data-bs-theme=auto] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-xxl-4 > *, [data-bs-theme=auto] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-xxl-5 > *, [data-bs-theme=auto] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-xxl-6 > *, [data-bs-theme=auto] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xxl-auto, [data-bs-theme=auto] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-xxl-1, [data-bs-theme=auto] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-xxl-2, [data-bs-theme=auto] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xxl-3, [data-bs-theme=auto] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-xxl-4, [data-bs-theme=auto] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-xxl-5, [data-bs-theme=auto] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-xxl-6, [data-bs-theme=auto] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-xxl-7, [data-bs-theme=auto] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-xxl-8, [data-bs-theme=auto] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-xxl-9, [data-bs-theme=auto] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-xxl-10, [data-bs-theme=auto] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-xxl-11, [data-bs-theme=auto] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-xxl-12, [data-bs-theme=auto] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-xxl-0, [data-bs-theme=auto] .offset-xxl-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-xxl-1, [data-bs-theme=auto] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-2, [data-bs-theme=auto] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-xxl-3, [data-bs-theme=auto] .offset-xxl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-xxl-4, [data-bs-theme=auto] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-5, [data-bs-theme=auto] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-xxl-6, [data-bs-theme=auto] .offset-xxl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-xxl-7, [data-bs-theme=auto] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-8, [data-bs-theme=auto] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-xxl-9, [data-bs-theme=auto] .offset-xxl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-xxl-10, [data-bs-theme=auto] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-11, [data-bs-theme=auto] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-xxl-0,
  [data-bs-theme=light] .gx-xxl-0, [data-bs-theme=auto] .g-xxl-0,
  [data-bs-theme=auto] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-xxl-0,
  [data-bs-theme=light] .gy-xxl-0, [data-bs-theme=auto] .g-xxl-0,
  [data-bs-theme=auto] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-xxl-1,
  [data-bs-theme=light] .gx-xxl-1, [data-bs-theme=auto] .g-xxl-1,
  [data-bs-theme=auto] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-xxl-1,
  [data-bs-theme=light] .gy-xxl-1, [data-bs-theme=auto] .g-xxl-1,
  [data-bs-theme=auto] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-xxl-2,
  [data-bs-theme=light] .gx-xxl-2, [data-bs-theme=auto] .g-xxl-2,
  [data-bs-theme=auto] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-xxl-2,
  [data-bs-theme=light] .gy-xxl-2, [data-bs-theme=auto] .g-xxl-2,
  [data-bs-theme=auto] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-xxl-3,
  [data-bs-theme=light] .gx-xxl-3, [data-bs-theme=auto] .g-xxl-3,
  [data-bs-theme=auto] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-xxl-3,
  [data-bs-theme=light] .gy-xxl-3, [data-bs-theme=auto] .g-xxl-3,
  [data-bs-theme=auto] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-xxl-4,
  [data-bs-theme=light] .gx-xxl-4, [data-bs-theme=auto] .g-xxl-4,
  [data-bs-theme=auto] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-xxl-4,
  [data-bs-theme=light] .gy-xxl-4, [data-bs-theme=auto] .g-xxl-4,
  [data-bs-theme=auto] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-xxl-5,
  [data-bs-theme=light] .gx-xxl-5, [data-bs-theme=auto] .g-xxl-5,
  [data-bs-theme=auto] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-xxl-5,
  [data-bs-theme=light] .gy-xxl-5, [data-bs-theme=auto] .g-xxl-5,
  [data-bs-theme=auto] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
[data-bs-theme=light] .table, [data-bs-theme=auto] .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
[data-bs-theme=light] .table > :not(caption) > * > *, [data-bs-theme=auto] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
[data-bs-theme=light] .table > tbody, [data-bs-theme=auto] .table > tbody {
  vertical-align: inherit;
}
[data-bs-theme=light] .table > thead, [data-bs-theme=auto] .table > thead {
  vertical-align: bottom;
}
[data-bs-theme=light] .table-group-divider, [data-bs-theme=auto] .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
[data-bs-theme=light] .caption-top, [data-bs-theme=auto] .caption-top {
  caption-side: top;
}
[data-bs-theme=light] .table-sm > :not(caption) > * > *, [data-bs-theme=auto] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
[data-bs-theme=light] .table-bordered > :not(caption) > *, [data-bs-theme=auto] .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=light] .table-bordered > :not(caption) > * > *, [data-bs-theme=auto] .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
[data-bs-theme=light] .table-borderless > :not(caption) > * > *, [data-bs-theme=auto] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
[data-bs-theme=light] .table-borderless > :not(:first-child), [data-bs-theme=auto] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
[data-bs-theme=light] .table-striped > tbody > tr:nth-of-type(odd) > *, [data-bs-theme=auto] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=light] .table-striped-columns > :not(caption) > tr > :nth-child(even), [data-bs-theme=auto] .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=light] .table-active, [data-bs-theme=auto] .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
[data-bs-theme=light] .table-hover > tbody > tr:hover > *, [data-bs-theme=auto] .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
[data-bs-theme=light] .table-primary, [data-bs-theme=auto] .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --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);
}
[data-bs-theme=light] .table-secondary, [data-bs-theme=auto] .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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);
}
[data-bs-theme=light] .table-success, [data-bs-theme=auto] .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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);
}
[data-bs-theme=light] .table-info, [data-bs-theme=auto] .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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);
}
[data-bs-theme=light] .table-warning, [data-bs-theme=auto] .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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);
}
[data-bs-theme=light] .table-danger, [data-bs-theme=auto] .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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);
}
[data-bs-theme=light] .table-light, [data-bs-theme=auto] .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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);
}
[data-bs-theme=light] .table-dark, [data-bs-theme=auto] .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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);
}
[data-bs-theme=light] .table-responsive, [data-bs-theme=auto] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .table-responsive-sm, [data-bs-theme=auto] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .table-responsive-md, [data-bs-theme=auto] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .table-responsive-lg, [data-bs-theme=auto] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .table-responsive-xl, [data-bs-theme=auto] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .table-responsive-xxl, [data-bs-theme=auto] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
[data-bs-theme=light] .form-label, [data-bs-theme=auto] .form-label {
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] .col-form-label, [data-bs-theme=auto] .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
[data-bs-theme=light] .col-form-label-lg, [data-bs-theme=auto] .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
[data-bs-theme=light] .col-form-label-sm, [data-bs-theme=auto] .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
[data-bs-theme=light] .form-text, [data-bs-theme=auto] .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=light] .form-control, [data-bs-theme=auto] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-control, [data-bs-theme=auto] .form-control {
    transition: none;
  }
}
[data-bs-theme=light] .form-control[type=file], [data-bs-theme=auto] .form-control[type=file] {
  overflow: hidden;
}
[data-bs-theme=light] .form-control[type=file]:not(:disabled):not([readonly]), [data-bs-theme=auto] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=light] .form-control:focus, [data-bs-theme=auto] .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-control::-webkit-date-and-time-value, [data-bs-theme=auto] .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
[data-bs-theme=light] .form-control::-webkit-datetime-edit, [data-bs-theme=auto] .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
[data-bs-theme=light] .form-control::placeholder, [data-bs-theme=auto] .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
[data-bs-theme=light] .form-control:disabled, [data-bs-theme=auto] .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
[data-bs-theme=light] .form-control::file-selector-button, [data-bs-theme=auto] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-control::file-selector-button, [data-bs-theme=auto] .form-control::file-selector-button {
    transition: none;
  }
}
[data-bs-theme=light] .form-control:hover:not(:disabled):not([readonly])::file-selector-button, [data-bs-theme=auto] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .form-control-plaintext, [data-bs-theme=auto] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=light] .form-control-plaintext:focus, [data-bs-theme=auto] .form-control-plaintext:focus {
  outline: 0;
}
[data-bs-theme=light] .form-control-plaintext.form-control-sm, [data-bs-theme=light] .form-control-plaintext.form-control-lg, [data-bs-theme=auto] .form-control-plaintext.form-control-sm, [data-bs-theme=auto] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
[data-bs-theme=light] .form-control-sm, [data-bs-theme=auto] .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .form-control-sm::file-selector-button, [data-bs-theme=auto] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
[data-bs-theme=light] .form-control-lg, [data-bs-theme=auto] .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] .form-control-lg::file-selector-button, [data-bs-theme=auto] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
[data-bs-theme=light] textarea.form-control, [data-bs-theme=auto] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] textarea.form-control-sm, [data-bs-theme=auto] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] textarea.form-control-lg, [data-bs-theme=auto] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] .form-control-color, [data-bs-theme=auto] .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
[data-bs-theme=light] .form-control-color:not(:disabled):not([readonly]), [data-bs-theme=auto] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=light] .form-control-color::-moz-color-swatch, [data-bs-theme=auto] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .form-control-color::-webkit-color-swatch, [data-bs-theme=auto] .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .form-control-color.form-control-sm, [data-bs-theme=auto] .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] .form-control-color.form-control-lg, [data-bs-theme=auto] .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] .form-select, [data-bs-theme=auto] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-select, [data-bs-theme=auto] .form-select {
    transition: none;
  }
}
[data-bs-theme=light] .form-select:focus, [data-bs-theme=auto] .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-select[multiple], [data-bs-theme=light] .form-select[size]:not([size="1"]), [data-bs-theme=auto] .form-select[multiple], [data-bs-theme=auto] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
[data-bs-theme=light] .form-select:disabled, [data-bs-theme=auto] .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .form-select:-moz-focusring, [data-bs-theme=auto] .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
[data-bs-theme=light] .form-select-sm, [data-bs-theme=auto] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .form-select-lg, [data-bs-theme=auto] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] [data-bs-theme=dark] .form-select, [data-bs-theme=auto] [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check, [data-bs-theme=auto] .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
[data-bs-theme=light] .form-check .form-check-input, [data-bs-theme=auto] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
[data-bs-theme=light] .form-check-reverse, [data-bs-theme=auto] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
[data-bs-theme=light] .form-check-reverse .form-check-input, [data-bs-theme=auto] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
[data-bs-theme=light] .form-check-input, [data-bs-theme=auto] .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
[data-bs-theme=light] .form-check-input[type=checkbox], [data-bs-theme=auto] .form-check-input[type=checkbox] {
  border-radius: 32px;
}
[data-bs-theme=light] .form-check-input[type=radio], [data-bs-theme=auto] .form-check-input[type=radio] {
  border-radius: 50%;
}
[data-bs-theme=light] .form-check-input:active, [data-bs-theme=auto] .form-check-input:active {
  filter: brightness(90%);
}
[data-bs-theme=light] .form-check-input:focus, [data-bs-theme=auto] .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-check-input:checked, [data-bs-theme=auto] .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
[data-bs-theme=light] .form-check-input:checked[type=checkbox], [data-bs-theme=auto] .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check-input:checked[type=radio], [data-bs-theme=auto] .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check-input[type=checkbox]:indeterminate, [data-bs-theme=auto] .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check-input:disabled, [data-bs-theme=auto] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
[data-bs-theme=light] .form-check-input[disabled] ~ .form-check-label, [data-bs-theme=light] .form-check-input:disabled ~ .form-check-label, [data-bs-theme=auto] .form-check-input[disabled] ~ .form-check-label, [data-bs-theme=auto] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
[data-bs-theme=light] .form-switch, [data-bs-theme=auto] .form-switch {
  padding-left: 2.5em;
}
[data-bs-theme=light] .form-switch .form-check-input, [data-bs-theme=auto] .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-switch .form-check-input, [data-bs-theme=auto] .form-switch .form-check-input {
    transition: none;
  }
}
[data-bs-theme=light] .form-switch .form-check-input:focus, [data-bs-theme=auto] .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-switch .form-check-input:checked, [data-bs-theme=auto] .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-switch.form-check-reverse, [data-bs-theme=auto] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
[data-bs-theme=light] .form-switch.form-check-reverse .form-check-input, [data-bs-theme=auto] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
[data-bs-theme=light] .form-check-inline, [data-bs-theme=auto] .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
[data-bs-theme=light] .btn-check, [data-bs-theme=auto] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-bs-theme=light] .btn-check[disabled] + .btn, [data-bs-theme=light] .btn-check:disabled + .btn, [data-bs-theme=auto] .btn-check[disabled] + .btn, [data-bs-theme=auto] .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=light] [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme=auto] [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-range, [data-bs-theme=auto] .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
[data-bs-theme=light] .form-range:focus, [data-bs-theme=auto] .form-range:focus {
  outline: 0;
}
[data-bs-theme=light] .form-range:focus::-webkit-slider-thumb, [data-bs-theme=auto] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-range:focus::-moz-range-thumb, [data-bs-theme=auto] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-range::-moz-focus-outer, [data-bs-theme=auto] .form-range::-moz-focus-outer {
  border: 0;
}
[data-bs-theme=light] .form-range::-webkit-slider-thumb, [data-bs-theme=auto] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-range::-webkit-slider-thumb, [data-bs-theme=auto] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
[data-bs-theme=light] .form-range::-webkit-slider-thumb:active, [data-bs-theme=auto] .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=light] .form-range::-webkit-slider-runnable-track, [data-bs-theme=auto] .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=light] .form-range::-moz-range-thumb, [data-bs-theme=auto] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-range::-moz-range-thumb, [data-bs-theme=auto] .form-range::-moz-range-thumb {
    transition: none;
  }
}
[data-bs-theme=light] .form-range::-moz-range-thumb:active, [data-bs-theme=auto] .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=light] .form-range::-moz-range-track, [data-bs-theme=auto] .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=light] .form-range:disabled, [data-bs-theme=auto] .form-range:disabled {
  pointer-events: none;
}
[data-bs-theme=light] .form-range:disabled::-webkit-slider-thumb, [data-bs-theme=auto] .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=light] .form-range:disabled::-moz-range-thumb, [data-bs-theme=auto] .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=light] .form-floating, [data-bs-theme=auto] .form-floating {
  position: relative;
}
[data-bs-theme=light] .form-floating > .form-control,
[data-bs-theme=light] .form-floating > .form-control-plaintext,
[data-bs-theme=light] .form-floating > .form-select, [data-bs-theme=auto] .form-floating > .form-control,
[data-bs-theme=auto] .form-floating > .form-control-plaintext,
[data-bs-theme=auto] .form-floating > .form-select {
  height: 56px;
  min-height: 56px;
  line-height: 1.25;
}
[data-bs-theme=light] .form-floating > label, [data-bs-theme=auto] .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-floating > label, [data-bs-theme=auto] .form-floating > label {
    transition: none;
  }
}
[data-bs-theme=light] .form-floating > .form-control,
[data-bs-theme=light] .form-floating > .form-control-plaintext, [data-bs-theme=auto] .form-floating > .form-control,
[data-bs-theme=auto] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
[data-bs-theme=light] .form-floating > .form-control::placeholder,
[data-bs-theme=light] .form-floating > .form-control-plaintext::placeholder, [data-bs-theme=auto] .form-floating > .form-control::placeholder,
[data-bs-theme=auto] .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
[data-bs-theme=light] .form-floating > .form-control:focus, [data-bs-theme=light] .form-floating > .form-control:not(:placeholder-shown),
[data-bs-theme=light] .form-floating > .form-control-plaintext:focus,
[data-bs-theme=light] .form-floating > .form-control-plaintext:not(:placeholder-shown), [data-bs-theme=auto] .form-floating > .form-control:focus, [data-bs-theme=auto] .form-floating > .form-control:not(:placeholder-shown),
[data-bs-theme=auto] .form-floating > .form-control-plaintext:focus,
[data-bs-theme=auto] .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=light] .form-floating > .form-control:-webkit-autofill,
[data-bs-theme=light] .form-floating > .form-control-plaintext:-webkit-autofill, [data-bs-theme=auto] .form-floating > .form-control:-webkit-autofill,
[data-bs-theme=auto] .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=light] .form-floating > .form-select, [data-bs-theme=auto] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=light] .form-floating > .form-control:focus ~ label,
[data-bs-theme=light] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=light] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=light] .form-floating > .form-select ~ label, [data-bs-theme=auto] .form-floating > .form-control:focus ~ label,
[data-bs-theme=auto] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=auto] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=auto] .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=light] .form-floating > .form-control:focus ~ label::after,
[data-bs-theme=light] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-bs-theme=light] .form-floating > .form-control-plaintext ~ label::after,
[data-bs-theme=light] .form-floating > .form-select ~ label::after, [data-bs-theme=auto] .form-floating > .form-control:focus ~ label::after,
[data-bs-theme=auto] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-bs-theme=auto] .form-floating > .form-control-plaintext ~ label::after,
[data-bs-theme=auto] .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .form-floating > .form-control:-webkit-autofill ~ label, [data-bs-theme=auto] .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=light] .form-floating > .form-control-plaintext ~ label, [data-bs-theme=auto] .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=light] .form-floating > :disabled ~ label,
[data-bs-theme=light] .form-floating > .form-control:disabled ~ label, [data-bs-theme=auto] .form-floating > :disabled ~ label,
[data-bs-theme=auto] .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
[data-bs-theme=light] .form-floating > :disabled ~ label::after,
[data-bs-theme=light] .form-floating > .form-control:disabled ~ label::after, [data-bs-theme=auto] .form-floating > :disabled ~ label::after,
[data-bs-theme=auto] .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .input-group, [data-bs-theme=auto] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
[data-bs-theme=light] .input-group > .form-control,
[data-bs-theme=light] .input-group > .form-select,
[data-bs-theme=light] .input-group > .form-floating, [data-bs-theme=auto] .input-group > .form-control,
[data-bs-theme=auto] .input-group > .form-select,
[data-bs-theme=auto] .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
[data-bs-theme=light] .input-group > .form-control:focus,
[data-bs-theme=light] .input-group > .form-select:focus,
[data-bs-theme=light] .input-group > .form-floating:focus-within, [data-bs-theme=auto] .input-group > .form-control:focus,
[data-bs-theme=auto] .input-group > .form-select:focus,
[data-bs-theme=auto] .input-group > .form-floating:focus-within {
  z-index: 5;
}
[data-bs-theme=light] .input-group .btn, [data-bs-theme=auto] .input-group .btn {
  position: relative;
  z-index: 2;
}
[data-bs-theme=light] .input-group .btn:focus, [data-bs-theme=auto] .input-group .btn:focus {
  z-index: 5;
}
[data-bs-theme=light] .input-group-text, [data-bs-theme=auto] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .input-group-lg > .form-control,
[data-bs-theme=light] .input-group-lg > .form-select,
[data-bs-theme=light] .input-group-lg > .input-group-text,
[data-bs-theme=light] .input-group-lg > .btn, [data-bs-theme=auto] .input-group-lg > .form-control,
[data-bs-theme=auto] .input-group-lg > .form-select,
[data-bs-theme=auto] .input-group-lg > .input-group-text,
[data-bs-theme=auto] .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] .input-group-sm > .form-control,
[data-bs-theme=light] .input-group-sm > .form-select,
[data-bs-theme=light] .input-group-sm > .input-group-text,
[data-bs-theme=light] .input-group-sm > .btn, [data-bs-theme=auto] .input-group-sm > .form-control,
[data-bs-theme=auto] .input-group-sm > .form-select,
[data-bs-theme=auto] .input-group-sm > .input-group-text,
[data-bs-theme=auto] .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .input-group-lg > .form-select,
[data-bs-theme=light] .input-group-sm > .form-select, [data-bs-theme=auto] .input-group-lg > .form-select,
[data-bs-theme=auto] .input-group-sm > .form-select {
  padding-right: 3rem;
}
[data-bs-theme=light] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=light] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[data-bs-theme=light] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[data-bs-theme=light] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, [data-bs-theme=auto] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=auto] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[data-bs-theme=auto] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[data-bs-theme=auto] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=light] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=light] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[data-bs-theme=light] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[data-bs-theme=light] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, [data-bs-theme=auto] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=auto] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[data-bs-theme=auto] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[data-bs-theme=auto] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=light] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), [data-bs-theme=auto] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .input-group > .form-floating:not(:first-child) > .form-control,
[data-bs-theme=light] .input-group > .form-floating:not(:first-child) > .form-select, [data-bs-theme=auto] .input-group > .form-floating:not(:first-child) > .form-control,
[data-bs-theme=auto] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .valid-feedback, [data-bs-theme=auto] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
[data-bs-theme=light] .valid-tooltip, [data-bs-theme=auto] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=light]:valid ~ .valid-feedback,
.was-validated [data-bs-theme=light]:valid ~ .valid-tooltip, [data-bs-theme=light].is-valid ~ .valid-feedback,
[data-bs-theme=light].is-valid ~ .valid-tooltip, .was-validated [data-bs-theme=auto]:valid ~ .valid-feedback,
.was-validated [data-bs-theme=auto]:valid ~ .valid-tooltip, [data-bs-theme=auto].is-valid ~ .valid-feedback,
[data-bs-theme=auto].is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=light] .form-control:valid, [data-bs-theme=light] .form-control.is-valid, .was-validated [data-bs-theme=auto] .form-control:valid, [data-bs-theme=auto] .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-control:valid:focus, [data-bs-theme=light] .form-control.is-valid:focus, .was-validated [data-bs-theme=auto] .form-control:valid:focus, [data-bs-theme=auto] .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=light] textarea.form-control:valid, [data-bs-theme=light] textarea.form-control.is-valid, .was-validated [data-bs-theme=auto] textarea.form-control:valid, [data-bs-theme=auto] 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 [data-bs-theme=light] .form-select:valid, [data-bs-theme=light] .form-select.is-valid, .was-validated [data-bs-theme=auto] .form-select:valid, [data-bs-theme=auto] .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=light] .form-select:valid:not([multiple]):not([size]), .was-validated [data-bs-theme=light] .form-select:valid:not([multiple])[size="1"], [data-bs-theme=light] .form-select.is-valid:not([multiple]):not([size]), [data-bs-theme=light] .form-select.is-valid:not([multiple])[size="1"], .was-validated [data-bs-theme=auto] .form-select:valid:not([multiple]):not([size]), .was-validated [data-bs-theme=auto] .form-select:valid:not([multiple])[size="1"], [data-bs-theme=auto] .form-select.is-valid:not([multiple]):not([size]), [data-bs-theme=auto] .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-select:valid:focus, [data-bs-theme=light] .form-select.is-valid:focus, .was-validated [data-bs-theme=auto] .form-select:valid:focus, [data-bs-theme=auto] .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-control-color:valid, [data-bs-theme=light] .form-control-color.is-valid, .was-validated [data-bs-theme=auto] .form-control-color:valid, [data-bs-theme=auto] .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=light] .form-check-input:valid, [data-bs-theme=light] .form-check-input.is-valid, .was-validated [data-bs-theme=auto] .form-check-input:valid, [data-bs-theme=auto] .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=light] .form-check-input:valid:checked, [data-bs-theme=light] .form-check-input.is-valid:checked, .was-validated [data-bs-theme=auto] .form-check-input:valid:checked, [data-bs-theme=auto] .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated [data-bs-theme=light] .form-check-input:valid:focus, [data-bs-theme=light] .form-check-input.is-valid:focus, .was-validated [data-bs-theme=auto] .form-check-input:valid:focus, [data-bs-theme=auto] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-check-input:valid ~ .form-check-label, [data-bs-theme=light] .form-check-input.is-valid ~ .form-check-label, .was-validated [data-bs-theme=auto] .form-check-input:valid ~ .form-check-label, [data-bs-theme=auto] .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
[data-bs-theme=light] .form-check-inline .form-check-input ~ .valid-feedback, [data-bs-theme=auto] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=light] .input-group > .form-control:not(:focus):valid, [data-bs-theme=light] .input-group > .form-control:not(:focus).is-valid,
.was-validated [data-bs-theme=light] .input-group > .form-select:not(:focus):valid,
[data-bs-theme=light] .input-group > .form-select:not(:focus).is-valid,
.was-validated [data-bs-theme=light] .input-group > .form-floating:not(:focus-within):valid,
[data-bs-theme=light] .input-group > .form-floating:not(:focus-within).is-valid, .was-validated [data-bs-theme=auto] .input-group > .form-control:not(:focus):valid, [data-bs-theme=auto] .input-group > .form-control:not(:focus).is-valid,
.was-validated [data-bs-theme=auto] .input-group > .form-select:not(:focus):valid,
[data-bs-theme=auto] .input-group > .form-select:not(:focus).is-valid,
.was-validated [data-bs-theme=auto] .input-group > .form-floating:not(:focus-within):valid,
[data-bs-theme=auto] .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
[data-bs-theme=light] .invalid-feedback, [data-bs-theme=auto] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=light] .invalid-tooltip, [data-bs-theme=auto] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=light]:invalid ~ .invalid-feedback,
.was-validated [data-bs-theme=light]:invalid ~ .invalid-tooltip, [data-bs-theme=light].is-invalid ~ .invalid-feedback,
[data-bs-theme=light].is-invalid ~ .invalid-tooltip, .was-validated [data-bs-theme=auto]:invalid ~ .invalid-feedback,
.was-validated [data-bs-theme=auto]:invalid ~ .invalid-tooltip, [data-bs-theme=auto].is-invalid ~ .invalid-feedback,
[data-bs-theme=auto].is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=light] .form-control:invalid, [data-bs-theme=light] .form-control.is-invalid, .was-validated [data-bs-theme=auto] .form-control:invalid, [data-bs-theme=auto] .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-control:invalid:focus, [data-bs-theme=light] .form-control.is-invalid:focus, .was-validated [data-bs-theme=auto] .form-control:invalid:focus, [data-bs-theme=auto] .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=light] textarea.form-control:invalid, [data-bs-theme=light] textarea.form-control.is-invalid, .was-validated [data-bs-theme=auto] textarea.form-control:invalid, [data-bs-theme=auto] 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 [data-bs-theme=light] .form-select:invalid, [data-bs-theme=light] .form-select.is-invalid, .was-validated [data-bs-theme=auto] .form-select:invalid, [data-bs-theme=auto] .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=light] .form-select:invalid:not([multiple]):not([size]), .was-validated [data-bs-theme=light] .form-select:invalid:not([multiple])[size="1"], [data-bs-theme=light] .form-select.is-invalid:not([multiple]):not([size]), [data-bs-theme=light] .form-select.is-invalid:not([multiple])[size="1"], .was-validated [data-bs-theme=auto] .form-select:invalid:not([multiple]):not([size]), .was-validated [data-bs-theme=auto] .form-select:invalid:not([multiple])[size="1"], [data-bs-theme=auto] .form-select.is-invalid:not([multiple]):not([size]), [data-bs-theme=auto] .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-select:invalid:focus, [data-bs-theme=light] .form-select.is-invalid:focus, .was-validated [data-bs-theme=auto] .form-select:invalid:focus, [data-bs-theme=auto] .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-control-color:invalid, [data-bs-theme=light] .form-control-color.is-invalid, .was-validated [data-bs-theme=auto] .form-control-color:invalid, [data-bs-theme=auto] .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=light] .form-check-input:invalid, [data-bs-theme=light] .form-check-input.is-invalid, .was-validated [data-bs-theme=auto] .form-check-input:invalid, [data-bs-theme=auto] .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=light] .form-check-input:invalid:checked, [data-bs-theme=light] .form-check-input.is-invalid:checked, .was-validated [data-bs-theme=auto] .form-check-input:invalid:checked, [data-bs-theme=auto] .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated [data-bs-theme=light] .form-check-input:invalid:focus, [data-bs-theme=light] .form-check-input.is-invalid:focus, .was-validated [data-bs-theme=auto] .form-check-input:invalid:focus, [data-bs-theme=auto] .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-check-input:invalid ~ .form-check-label, [data-bs-theme=light] .form-check-input.is-invalid ~ .form-check-label, .was-validated [data-bs-theme=auto] .form-check-input:invalid ~ .form-check-label, [data-bs-theme=auto] .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=light] .form-check-inline .form-check-input ~ .invalid-feedback, [data-bs-theme=auto] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=light] .input-group > .form-control:not(:focus):invalid, [data-bs-theme=light] .input-group > .form-control:not(:focus).is-invalid,
.was-validated [data-bs-theme=light] .input-group > .form-select:not(:focus):invalid,
[data-bs-theme=light] .input-group > .form-select:not(:focus).is-invalid,
.was-validated [data-bs-theme=light] .input-group > .form-floating:not(:focus-within):invalid,
[data-bs-theme=light] .input-group > .form-floating:not(:focus-within).is-invalid, .was-validated [data-bs-theme=auto] .input-group > .form-control:not(:focus):invalid, [data-bs-theme=auto] .input-group > .form-control:not(:focus).is-invalid,
.was-validated [data-bs-theme=auto] .input-group > .form-select:not(:focus):invalid,
[data-bs-theme=auto] .input-group > .form-select:not(:focus).is-invalid,
.was-validated [data-bs-theme=auto] .input-group > .form-floating:not(:focus-within):invalid,
[data-bs-theme=auto] .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
[data-bs-theme=light] .btn, [data-bs-theme=auto] .btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.25rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: false;
  --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);
  box-shadow: var(--bs-btn-box-shadow);
  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) {
  [data-bs-theme=light] .btn, [data-bs-theme=auto] .btn {
    transition: none;
  }
}
[data-bs-theme=light] .btn:hover, [data-bs-theme=auto] .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 + [data-bs-theme=light] .btn:hover, .btn-check + [data-bs-theme=auto] .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
[data-bs-theme=light] .btn:focus-visible, [data-bs-theme=auto] .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-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + [data-bs-theme=light] .btn, .btn-check:focus-visible + [data-bs-theme=auto] .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + [data-bs-theme=light] .btn, :not(.btn-check) + [data-bs-theme=light] .btn:active, [data-bs-theme=light] .btn:first-child:active, [data-bs-theme=light] .btn.active, [data-bs-theme=light] .btn.show, .btn-check:checked + [data-bs-theme=auto] .btn, :not(.btn-check) + [data-bs-theme=auto] .btn:active, [data-bs-theme=auto] .btn:first-child:active, [data-bs-theme=auto] .btn.active, [data-bs-theme=auto] .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + [data-bs-theme=light] .btn:focus-visible, :not(.btn-check) + [data-bs-theme=light] .btn:active:focus-visible, [data-bs-theme=light] .btn:first-child:active:focus-visible, [data-bs-theme=light] .btn.active:focus-visible, [data-bs-theme=light] .btn.show:focus-visible, .btn-check:checked + [data-bs-theme=auto] .btn:focus-visible, :not(.btn-check) + [data-bs-theme=auto] .btn:active:focus-visible, [data-bs-theme=auto] .btn:first-child:active:focus-visible, [data-bs-theme=auto] .btn.active:focus-visible, [data-bs-theme=auto] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + [data-bs-theme=light] .btn, .btn-check:checked:focus-visible + [data-bs-theme=auto] .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
[data-bs-theme=light] .btn:disabled, [data-bs-theme=light] .btn.disabled, fieldset:disabled [data-bs-theme=light] .btn, [data-bs-theme=auto] .btn:disabled, [data-bs-theme=auto] .btn.disabled, fieldset:disabled [data-bs-theme=auto] .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);
  box-shadow: none;
}
[data-bs-theme=light] .btn-primary, [data-bs-theme=auto] .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #288CFC;
  --bs-btn-border-color: #288CFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #489dfc;
  --bs-btn-hover-border-color: #3e98fc;
  --bs-btn-focus-shadow-rgb: 34, 119, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #53a3fd;
  --bs-btn-active-border-color: #3e98fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #288CFC;
  --bs-btn-disabled-border-color: #288CFC;
}
[data-bs-theme=light] .btn-secondary, [data-bs-theme=auto] .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}
[data-bs-theme=light] .btn-light, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-success, [data-bs-theme=auto] .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008A05;
  --bs-btn-border-color: #008A05;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007504;
  --bs-btn-hover-border-color: #006e04;
  --bs-btn-focus-shadow-rgb: 38, 156, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006e04;
  --bs-btn-active-border-color: #006804;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008A05;
  --bs-btn-disabled-border-color: #008A05;
}
[data-bs-theme=light] .btn-info, [data-bs-theme=auto] .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #29b6f6;
  --bs-btn-hover-border-color: #1cb2f5;
  --bs-btn-focus-shadow-rgb: 3, 144, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #35baf6;
  --bs-btn-active-border-color: #1cb2f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #03A9F4;
  --bs-btn-disabled-border-color: #03A9F4;
}
[data-bs-theme=light] .btn-warning, [data-bs-theme=auto] .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fed326;
  --bs-btn-hover-border-color: #fed01a;
  --bs-btn-focus-shadow-rgb: 216, 173, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fed533;
  --bs-btn-active-border-color: #fed01a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FECB00;
  --bs-btn-disabled-border-color: #FECB00;
}
[data-bs-theme=light] .btn-danger, [data-bs-theme=auto] .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C13515;
  --bs-btn-border-color: #C13515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a42d12;
  --bs-btn-hover-border-color: #9a2a11;
  --bs-btn-focus-shadow-rgb: 202, 83, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9a2a11;
  --bs-btn-active-border-color: #912810;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C13515;
  --bs-btn-disabled-border-color: #C13515;
}
[data-bs-theme=light] .btn-dark, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-outline-primary, [data-bs-theme=auto] .btn-outline-primary {
  --bs-btn-color: #288CFC;
  --bs-btn-border-color: #288CFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #288CFC;
  --bs-btn-hover-border-color: #288CFC;
  --bs-btn-focus-shadow-rgb: 40, 140, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #288CFC;
  --bs-btn-active-border-color: #288CFC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #288CFC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #288CFC;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-secondary, [data-bs-theme=auto] .btn-outline-secondary {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-light, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-outline-success, [data-bs-theme=auto] .btn-outline-success {
  --bs-btn-color: #008A05;
  --bs-btn-border-color: #008A05;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008A05;
  --bs-btn-hover-border-color: #008A05;
  --bs-btn-focus-shadow-rgb: 0, 138, 5;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008A05;
  --bs-btn-active-border-color: #008A05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #008A05;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #008A05;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-info, [data-bs-theme=auto] .btn-outline-info {
  --bs-btn-color: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #03A9F4;
  --bs-btn-hover-border-color: #03A9F4;
  --bs-btn-focus-shadow-rgb: 3, 169, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #03A9F4;
  --bs-btn-active-border-color: #03A9F4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03A9F4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03A9F4;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-warning, [data-bs-theme=auto] .btn-outline-warning {
  --bs-btn-color: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FECB00;
  --bs-btn-hover-border-color: #FECB00;
  --bs-btn-focus-shadow-rgb: 254, 203, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FECB00;
  --bs-btn-active-border-color: #FECB00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FECB00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FECB00;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-danger, [data-bs-theme=auto] .btn-outline-danger {
  --bs-btn-color: #C13515;
  --bs-btn-border-color: #C13515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C13515;
  --bs-btn-hover-border-color: #C13515;
  --bs-btn-focus-shadow-rgb: 193, 53, 21;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C13515;
  --bs-btn-active-border-color: #C13515;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C13515;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C13515;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-dark, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-link, [data-bs-theme=auto] .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
[data-bs-theme=light] .btn-link:focus-visible, [data-bs-theme=auto] .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
[data-bs-theme=light] .btn-link:hover, [data-bs-theme=auto] .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
[data-bs-theme=light] .btn-lg, [data-bs-theme=light] .btn-group-lg > .btn, [data-bs-theme=auto] .btn-lg, [data-bs-theme=auto] .btn-group-lg > .btn {
  --bs-btn-padding-y: 16px;
  --bs-btn-padding-x: 24px;
  --bs-btn-font-size: 1.0625rem;
  --bs-btn-border-radius: 12px;
}
[data-bs-theme=light] .btn-sm, [data-bs-theme=light] .btn-group-sm > .btn, [data-bs-theme=auto] .btn-sm, [data-bs-theme=auto] .btn-group-sm > .btn {
  --bs-btn-padding-y: 8px;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 8px;
}
[data-bs-theme=light] .fade, [data-bs-theme=auto] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .fade, [data-bs-theme=auto] .fade {
    transition: none;
  }
}
[data-bs-theme=light] .fade:not(.show), [data-bs-theme=auto] .fade:not(.show) {
  opacity: 0;
}
[data-bs-theme=light] .collapse:not(.show), [data-bs-theme=auto] .collapse:not(.show) {
  display: none;
}
[data-bs-theme=light] .collapsing, [data-bs-theme=auto] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .collapsing, [data-bs-theme=auto] .collapsing {
    transition: none;
  }
}
[data-bs-theme=light] .collapsing.collapse-horizontal, [data-bs-theme=auto] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .collapsing.collapse-horizontal, [data-bs-theme=auto] .collapsing.collapse-horizontal {
    transition: none;
  }
}
[data-bs-theme=light] .dropup,
[data-bs-theme=light] .dropend,
[data-bs-theme=light] .dropdown,
[data-bs-theme=light] .dropstart,
[data-bs-theme=light] .dropup-center,
[data-bs-theme=light] .dropdown-center, [data-bs-theme=auto] .dropup,
[data-bs-theme=auto] .dropend,
[data-bs-theme=auto] .dropdown,
[data-bs-theme=auto] .dropstart,
[data-bs-theme=auto] .dropup-center,
[data-bs-theme=auto] .dropdown-center {
  position: relative;
}
[data-bs-theme=light] .dropdown-toggle, [data-bs-theme=auto] .dropdown-toggle {
  white-space: nowrap;
}
[data-bs-theme=light] .dropdown-toggle::after, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropdown-menu, [data-bs-theme=auto] .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: 8px;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 16px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(16px - 0);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 16px;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
[data-bs-theme=light] .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropdown-menu-start, [data-bs-theme=auto] .dropdown-menu-start {
  --bs-position: start;
}
[data-bs-theme=light] .dropdown-menu-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
[data-bs-theme=light] .dropdown-menu-end, [data-bs-theme=auto] .dropdown-menu-end {
  --bs-position: end;
}
[data-bs-theme=light] .dropdown-menu-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .dropdown-menu-sm-start, [data-bs-theme=auto] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-sm-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-sm-end, [data-bs-theme=auto] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-sm-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .dropdown-menu-md-start, [data-bs-theme=auto] .dropdown-menu-md-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-md-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-md-end, [data-bs-theme=auto] .dropdown-menu-md-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-md-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .dropdown-menu-lg-start, [data-bs-theme=auto] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-lg-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-lg-end, [data-bs-theme=auto] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-lg-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .dropdown-menu-xl-start, [data-bs-theme=auto] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-xl-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-xl-end, [data-bs-theme=auto] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-xl-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .dropdown-menu-xxl-start, [data-bs-theme=auto] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-xxl-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-xxl-end, [data-bs-theme=auto] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-xxl-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
[data-bs-theme=light] .dropup .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropup .dropdown-toggle::after, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropup .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropend .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropend .dropdown-toggle::after, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropend .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropend .dropdown-toggle::after, [data-bs-theme=auto] .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
[data-bs-theme=light] .dropstart .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropstart .dropdown-toggle::after, [data-bs-theme=auto] .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
[data-bs-theme=light] .dropstart .dropdown-toggle::after, [data-bs-theme=auto] .dropstart .dropdown-toggle::after {
  display: none;
}
[data-bs-theme=light] .dropstart .dropdown-toggle::before, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropstart .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropstart .dropdown-toggle::before, [data-bs-theme=auto] .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
[data-bs-theme=light] .dropdown-divider, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropdown-item, [data-bs-theme=auto] .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
[data-bs-theme=light] .dropdown-item:hover, [data-bs-theme=light] .dropdown-item:focus, [data-bs-theme=auto] .dropdown-item:hover, [data-bs-theme=auto] .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-bs-theme=light] .dropdown-item.active, [data-bs-theme=light] .dropdown-item:active, [data-bs-theme=auto] .dropdown-item.active, [data-bs-theme=auto] .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
[data-bs-theme=light] .dropdown-item.disabled, [data-bs-theme=light] .dropdown-item:disabled, [data-bs-theme=auto] .dropdown-item.disabled, [data-bs-theme=auto] .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
[data-bs-theme=light] .dropdown-menu.show, [data-bs-theme=auto] .dropdown-menu.show {
  display: block;
}
[data-bs-theme=light] .dropdown-header, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropdown-item-text, [data-bs-theme=auto] .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
[data-bs-theme=light] .dropdown-menu-dark, [data-bs-theme=auto] .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: var(--bs-light);
  --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;
}
[data-bs-theme=light] .btn-group,
[data-bs-theme=light] .btn-group-vertical, [data-bs-theme=auto] .btn-group,
[data-bs-theme=auto] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[data-bs-theme=light] .btn-group > .btn,
[data-bs-theme=light] .btn-group-vertical > .btn, [data-bs-theme=auto] .btn-group > .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
[data-bs-theme=light] .btn-group > .btn-check:checked + .btn,
[data-bs-theme=light] .btn-group > .btn-check:focus + .btn,
[data-bs-theme=light] .btn-group > .btn:hover,
[data-bs-theme=light] .btn-group > .btn:focus,
[data-bs-theme=light] .btn-group > .btn:active,
[data-bs-theme=light] .btn-group > .btn.active,
[data-bs-theme=light] .btn-group-vertical > .btn-check:checked + .btn,
[data-bs-theme=light] .btn-group-vertical > .btn-check:focus + .btn,
[data-bs-theme=light] .btn-group-vertical > .btn:hover,
[data-bs-theme=light] .btn-group-vertical > .btn:focus,
[data-bs-theme=light] .btn-group-vertical > .btn:active,
[data-bs-theme=light] .btn-group-vertical > .btn.active, [data-bs-theme=auto] .btn-group > .btn-check:checked + .btn,
[data-bs-theme=auto] .btn-group > .btn-check:focus + .btn,
[data-bs-theme=auto] .btn-group > .btn:hover,
[data-bs-theme=auto] .btn-group > .btn:focus,
[data-bs-theme=auto] .btn-group > .btn:active,
[data-bs-theme=auto] .btn-group > .btn.active,
[data-bs-theme=auto] .btn-group-vertical > .btn-check:checked + .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn-check:focus + .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn:hover,
[data-bs-theme=auto] .btn-group-vertical > .btn:focus,
[data-bs-theme=auto] .btn-group-vertical > .btn:active,
[data-bs-theme=auto] .btn-group-vertical > .btn.active {
  z-index: 1;
}
[data-bs-theme=light] .btn-toolbar, [data-bs-theme=auto] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[data-bs-theme=light] .btn-toolbar .input-group, [data-bs-theme=auto] .btn-toolbar .input-group {
  width: auto;
}
[data-bs-theme=light] .btn-group, [data-bs-theme=auto] .btn-group {
  border-radius: 10px;
}
[data-bs-theme=light] .btn-group > :not(.btn-check:first-child) + .btn,
[data-bs-theme=light] .btn-group > .btn-group:not(:first-child), [data-bs-theme=auto] .btn-group > :not(.btn-check:first-child) + .btn,
[data-bs-theme=auto] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=light] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=light] .btn-group > .btn.dropdown-toggle-split:first-child,
[data-bs-theme=light] .btn-group > .btn-group:not(:last-child) > .btn, [data-bs-theme=auto] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=auto] .btn-group > .btn.dropdown-toggle-split:first-child,
[data-bs-theme=auto] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=light] .btn-group > .btn:nth-child(n+3),
[data-bs-theme=light] .btn-group > :not(.btn-check) + .btn,
[data-bs-theme=light] .btn-group > .btn-group:not(:first-child) > .btn, [data-bs-theme=auto] .btn-group > .btn:nth-child(n+3),
[data-bs-theme=auto] .btn-group > :not(.btn-check) + .btn,
[data-bs-theme=auto] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .dropdown-toggle-split, [data-bs-theme=auto] .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=light] .dropdown-toggle-split::after, .dropup [data-bs-theme=light] .dropdown-toggle-split::after, .dropend [data-bs-theme=light] .dropdown-toggle-split::after, [data-bs-theme=auto] .dropdown-toggle-split::after, .dropup [data-bs-theme=auto] .dropdown-toggle-split::after, .dropend [data-bs-theme=auto] .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart [data-bs-theme=light] .dropdown-toggle-split::before, .dropstart [data-bs-theme=auto] .dropdown-toggle-split::before {
  margin-right: 0;
}
[data-bs-theme=light] .btn-sm + .dropdown-toggle-split, [data-bs-theme=light] .btn-group-sm > .btn + .dropdown-toggle-split, [data-bs-theme=auto] .btn-sm + .dropdown-toggle-split, [data-bs-theme=auto] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
[data-bs-theme=light] .btn-lg + .dropdown-toggle-split, [data-bs-theme=light] .btn-group-lg > .btn + .dropdown-toggle-split, [data-bs-theme=auto] .btn-lg + .dropdown-toggle-split, [data-bs-theme=auto] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=light] .btn-group.show .dropdown-toggle, [data-bs-theme=auto] .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[data-bs-theme=light] .btn-group.show .dropdown-toggle.btn-link, [data-bs-theme=auto] .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
[data-bs-theme=light] .btn-group-vertical, [data-bs-theme=auto] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
[data-bs-theme=light] .btn-group-vertical > .btn,
[data-bs-theme=light] .btn-group-vertical > .btn-group, [data-bs-theme=auto] .btn-group-vertical > .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn-group {
  width: 100%;
}
[data-bs-theme=light] .btn-group-vertical > .btn:not(:first-child),
[data-bs-theme=light] .btn-group-vertical > .btn-group:not(:first-child), [data-bs-theme=auto] .btn-group-vertical > .btn:not(:first-child),
[data-bs-theme=auto] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=light] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=light] .btn-group-vertical > .btn-group:not(:last-child) > .btn, [data-bs-theme=auto] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=auto] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .btn-group-vertical > .btn ~ .btn,
[data-bs-theme=light] .btn-group-vertical > .btn-group:not(:first-child) > .btn, [data-bs-theme=auto] .btn-group-vertical > .btn ~ .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=light] .nav, [data-bs-theme=auto] .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-gray-700);
  --bs-nav-link-hover-color: var(--bs-primary);
  --bs-nav-link-disabled-color: rgba(var(--bs-gray-700-rgb), 0.75);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=light] .nav-link, [data-bs-theme=auto] .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .nav-link, [data-bs-theme=auto] .nav-link {
    transition: none;
  }
}
[data-bs-theme=light] .nav-link:hover, [data-bs-theme=light] .nav-link:focus, [data-bs-theme=auto] .nav-link:hover, [data-bs-theme=auto] .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
[data-bs-theme=light] .nav-link:focus-visible, [data-bs-theme=auto] .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .nav-link.disabled, [data-bs-theme=light] .nav-link:disabled, [data-bs-theme=auto] .nav-link.disabled, [data-bs-theme=auto] .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
[data-bs-theme=light] .nav-tabs, [data-bs-theme=auto] .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: initial;
  --bs-nav-tabs-link-active-border-color: initial;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
[data-bs-theme=light] .nav-tabs .nav-link, [data-bs-theme=auto] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
[data-bs-theme=light] .nav-tabs .nav-link:hover, [data-bs-theme=light] .nav-tabs .nav-link:focus, [data-bs-theme=auto] .nav-tabs .nav-link:hover, [data-bs-theme=auto] .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
[data-bs-theme=light] .nav-tabs .nav-link.active,
[data-bs-theme=light] .nav-tabs .nav-item.show .nav-link, [data-bs-theme=auto] .nav-tabs .nav-link.active,
[data-bs-theme=auto] .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
[data-bs-theme=light] .nav-tabs .dropdown-menu, [data-bs-theme=auto] .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=light] .nav-pills, [data-bs-theme=auto] .nav-pills {
  --bs-nav-pills-border-radius: 12px;
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
}
[data-bs-theme=light] .nav-pills .nav-link, [data-bs-theme=auto] .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
[data-bs-theme=light] .nav-pills .nav-link.active,
[data-bs-theme=light] .nav-pills .show > .nav-link, [data-bs-theme=auto] .nav-pills .nav-link.active,
[data-bs-theme=auto] .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
[data-bs-theme=light] .nav-underline, [data-bs-theme=auto] .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
[data-bs-theme=light] .nav-underline .nav-link, [data-bs-theme=auto] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
[data-bs-theme=light] .nav-underline .nav-link:hover, [data-bs-theme=light] .nav-underline .nav-link:focus, [data-bs-theme=auto] .nav-underline .nav-link:hover, [data-bs-theme=auto] .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
[data-bs-theme=light] .nav-underline .nav-link.active,
[data-bs-theme=light] .nav-underline .show > .nav-link, [data-bs-theme=auto] .nav-underline .nav-link.active,
[data-bs-theme=auto] .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
[data-bs-theme=light] .nav-fill > .nav-link,
[data-bs-theme=light] .nav-fill .nav-item, [data-bs-theme=auto] .nav-fill > .nav-link,
[data-bs-theme=auto] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
[data-bs-theme=light] .nav-justified > .nav-link,
[data-bs-theme=light] .nav-justified .nav-item, [data-bs-theme=auto] .nav-justified > .nav-link,
[data-bs-theme=auto] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
[data-bs-theme=light] .nav-fill .nav-item .nav-link,
[data-bs-theme=light] .nav-justified .nav-item .nav-link, [data-bs-theme=auto] .nav-fill .nav-item .nav-link,
[data-bs-theme=auto] .nav-justified .nav-item .nav-link {
  width: 100%;
}
[data-bs-theme=light] .tab-content > .tab-pane, [data-bs-theme=auto] .tab-content > .tab-pane {
  display: none;
}
[data-bs-theme=light] .tab-content > .active, [data-bs-theme=auto] .tab-content > .active {
  display: block;
}
[data-bs-theme=light] .navbar, [data-bs-theme=auto] .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 10px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
[data-bs-theme=light] .navbar > .container,
[data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] .navbar > .container-xxl, [data-bs-theme=auto] .navbar > .container,
[data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
[data-bs-theme=light] .navbar-brand, [data-bs-theme=auto] .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
[data-bs-theme=light] .navbar-brand:hover, [data-bs-theme=light] .navbar-brand:focus, [data-bs-theme=auto] .navbar-brand:hover, [data-bs-theme=auto] .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
[data-bs-theme=light] .navbar-nav, [data-bs-theme=auto] .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=light] .navbar-nav .nav-link.active, [data-bs-theme=light] .navbar-nav .nav-link.show, [data-bs-theme=auto] .navbar-nav .nav-link.active, [data-bs-theme=auto] .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=light] .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-nav .dropdown-menu {
  position: static;
}
[data-bs-theme=light] .navbar-text, [data-bs-theme=auto] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
[data-bs-theme=light] .navbar-text a,
[data-bs-theme=light] .navbar-text a:hover,
[data-bs-theme=light] .navbar-text a:focus, [data-bs-theme=auto] .navbar-text a,
[data-bs-theme=auto] .navbar-text a:hover,
[data-bs-theme=auto] .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=light] .navbar-collapse, [data-bs-theme=auto] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
[data-bs-theme=light] .navbar-toggler, [data-bs-theme=auto] .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .navbar-toggler, [data-bs-theme=auto] .navbar-toggler {
    transition: none;
  }
}
[data-bs-theme=light] .navbar-toggler:hover, [data-bs-theme=auto] .navbar-toggler:hover {
  text-decoration: none;
}
[data-bs-theme=light] .navbar-toggler:focus, [data-bs-theme=auto] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
[data-bs-theme=light] .navbar-toggler-icon, [data-bs-theme=auto] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-bs-theme=light] .navbar-nav-scroll, [data-bs-theme=auto] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .navbar-expand-sm, [data-bs-theme=auto] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-collapse, [data-bs-theme=auto] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-toggler, [data-bs-theme=auto] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-sm .offcanvas, [data-bs-theme=auto] .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-sm .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-sm .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .navbar-expand-md, [data-bs-theme=auto] .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav, [data-bs-theme=auto] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-collapse, [data-bs-theme=auto] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-toggler, [data-bs-theme=auto] .navbar-expand-md .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-md .offcanvas, [data-bs-theme=auto] .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-md .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-md .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .navbar-expand-lg, [data-bs-theme=auto] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-collapse, [data-bs-theme=auto] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-toggler, [data-bs-theme=auto] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-lg .offcanvas, [data-bs-theme=auto] .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-lg .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-lg .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .navbar-expand-xl, [data-bs-theme=auto] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-collapse, [data-bs-theme=auto] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-toggler, [data-bs-theme=auto] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xl .offcanvas, [data-bs-theme=auto] .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-xl .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xl .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .navbar-expand-xxl, [data-bs-theme=auto] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-collapse, [data-bs-theme=auto] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-toggler, [data-bs-theme=auto] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xxl .offcanvas, [data-bs-theme=auto] .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-xxl .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xxl .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
[data-bs-theme=light] .navbar-expand, [data-bs-theme=auto] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
[data-bs-theme=light] .navbar-expand .navbar-nav, [data-bs-theme=auto] .navbar-expand .navbar-nav {
  flex-direction: row;
}
[data-bs-theme=light] .navbar-expand .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[data-bs-theme=light] .navbar-expand .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
[data-bs-theme=light] .navbar-expand .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
[data-bs-theme=light] .navbar-expand .navbar-collapse, [data-bs-theme=auto] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
[data-bs-theme=light] .navbar-expand .navbar-toggler, [data-bs-theme=auto] .navbar-expand .navbar-toggler {
  display: none;
}
[data-bs-theme=light] .navbar-expand .offcanvas, [data-bs-theme=auto] .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
[data-bs-theme=light] .navbar-expand .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
[data-bs-theme=light] .navbar-expand .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
[data-bs-theme=light] .navbar-dark,
[data-bs-theme=light] .navbar[data-bs-theme=dark], [data-bs-theme=auto] .navbar-dark,
[data-bs-theme=auto] .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=light] [data-bs-theme=dark] .navbar-toggler-icon, [data-bs-theme=auto] [data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .card, [data-bs-theme=auto] .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #ffffff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
[data-bs-theme=light] .card > hr, [data-bs-theme=auto] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[data-bs-theme=light] .card > .list-group, [data-bs-theme=auto] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
[data-bs-theme=light] .card > .list-group:first-child, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card > .list-group:last-child, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card > .card-header + .list-group,
[data-bs-theme=light] .card > .list-group + .card-footer, [data-bs-theme=auto] .card > .card-header + .list-group,
[data-bs-theme=auto] .card > .list-group + .card-footer {
  border-top: 0;
}
[data-bs-theme=light] .card-body, [data-bs-theme=auto] .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
[data-bs-theme=light] .card-title, [data-bs-theme=auto] .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
[data-bs-theme=light] .card-subtitle, [data-bs-theme=auto] .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
[data-bs-theme=light] .card-text:last-child, [data-bs-theme=auto] .card-text:last-child {
  margin-bottom: 0;
}
[data-bs-theme=light] .card-link + .card-link, [data-bs-theme=auto] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
[data-bs-theme=light] .card-header, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card-header:first-child, [data-bs-theme=auto] .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
[data-bs-theme=light] .card-footer, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card-footer:last-child, [data-bs-theme=auto] .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
[data-bs-theme=light] .card-header-tabs, [data-bs-theme=auto] .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
[data-bs-theme=light] .card-header-tabs .nav-link.active, [data-bs-theme=auto] .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
[data-bs-theme=light] .card-header-pills, [data-bs-theme=auto] .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
[data-bs-theme=light] .card-img-overlay, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card-img,
[data-bs-theme=light] .card-img-top,
[data-bs-theme=light] .card-img-bottom, [data-bs-theme=auto] .card-img,
[data-bs-theme=auto] .card-img-top,
[data-bs-theme=auto] .card-img-bottom {
  width: 100%;
}
[data-bs-theme=light] .card-img,
[data-bs-theme=light] .card-img-top, [data-bs-theme=auto] .card-img,
[data-bs-theme=auto] .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=light] .card-img,
[data-bs-theme=light] .card-img-bottom, [data-bs-theme=auto] .card-img,
[data-bs-theme=auto] .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=light] .card-group > .card, [data-bs-theme=auto] .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  [data-bs-theme=light] .card-group, [data-bs-theme=auto] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  [data-bs-theme=light] .card-group > .card, [data-bs-theme=auto] .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  [data-bs-theme=light] .card-group > .card + .card, [data-bs-theme=auto] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:last-child), [data-bs-theme=auto] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-img-top,
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-header, [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-img-top,
  [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-img-bottom,
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-footer, [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-img-bottom,
  [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:first-child), [data-bs-theme=auto] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-img-top,
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-header, [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-img-top,
  [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-img-bottom,
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-footer, [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-img-bottom,
  [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
[data-bs-theme=light] .accordion, [data-bs-theme=auto] .accordion {
  --bs-accordion-color: var(--bs-gray-600);
  --bs-accordion-bg: initial;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-gray-600);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: var(--bs-body-bg);
}
[data-bs-theme=light] .accordion-button, [data-bs-theme=auto] .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .accordion-button, [data-bs-theme=auto] .accordion-button {
    transition: none;
  }
}
[data-bs-theme=light] .accordion-button:not(.collapsed), [data-bs-theme=auto] .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[data-bs-theme=light] .accordion-button:not(.collapsed)::after, [data-bs-theme=auto] .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
[data-bs-theme=light] .accordion-button::after, [data-bs-theme=auto] .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .accordion-button::after, [data-bs-theme=auto] .accordion-button::after {
    transition: none;
  }
}
[data-bs-theme=light] .accordion-button:hover, [data-bs-theme=auto] .accordion-button:hover {
  z-index: 2;
}
[data-bs-theme=light] .accordion-button:focus, [data-bs-theme=auto] .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
[data-bs-theme=light] .accordion-header, [data-bs-theme=auto] .accordion-header {
  margin-bottom: 0;
}
[data-bs-theme=light] .accordion-item, [data-bs-theme=auto] .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
[data-bs-theme=light] .accordion-item:first-of-type, [data-bs-theme=auto] .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=light] .accordion-item:first-of-type > .accordion-header .accordion-button, [data-bs-theme=auto] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=light] .accordion-item:not(:first-of-type), [data-bs-theme=auto] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
[data-bs-theme=light] .accordion-item:last-of-type, [data-bs-theme=auto] .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=light] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed, [data-bs-theme=auto] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=light] .accordion-item:last-of-type > .accordion-collapse, [data-bs-theme=auto] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=light] .accordion-body, [data-bs-theme=auto] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
[data-bs-theme=light] .accordion-flush > .accordion-item, [data-bs-theme=auto] .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item:first-child, [data-bs-theme=auto] .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item:last-child, [data-bs-theme=auto] .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [data-bs-theme=light] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed, [data-bs-theme=auto] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [data-bs-theme=auto] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item > .accordion-collapse, [data-bs-theme=auto] .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=light] [data-bs-theme=dark] .accordion-button::after, [data-bs-theme=auto] [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .breadcrumb, [data-bs-theme=auto] .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-body-bg);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
[data-bs-theme=light] .breadcrumb-item + .breadcrumb-item, [data-bs-theme=auto] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
[data-bs-theme=light] .breadcrumb-item + .breadcrumb-item::before, [data-bs-theme=auto] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
[data-bs-theme=light] .breadcrumb-item.active, [data-bs-theme=auto] .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
[data-bs-theme=light] .pagination, [data-bs-theme=auto] .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  [data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link {
    transition: none;
  }
}
[data-bs-theme=light] .page-link:hover, [data-bs-theme=auto] .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
[data-bs-theme=light] .page-link:focus, [data-bs-theme=auto] .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
[data-bs-theme=light] .page-link.active, .active > [data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link.active, .active > [data-bs-theme=auto] .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
[data-bs-theme=light] .page-link.disabled, .disabled > [data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link.disabled, .disabled > [data-bs-theme=auto] .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
[data-bs-theme=light] .page-item:not(:first-child) .page-link, [data-bs-theme=auto] .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=light] .page-item:first-child .page-link, [data-bs-theme=auto] .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=light] .page-item:last-child .page-link, [data-bs-theme=auto] .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=light] .pagination-lg, [data-bs-theme=auto] .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] .pagination-sm, [data-bs-theme=auto] .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .badge, [data-bs-theme=auto] .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
[data-bs-theme=light] .badge:empty, [data-bs-theme=auto] .badge:empty {
  display: none;
}
[data-bs-theme=light] .btn .badge, [data-bs-theme=auto] .btn .badge {
  position: relative;
  top: -1px;
}
[data-bs-theme=light] .alert, [data-bs-theme=auto] .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 16px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
[data-bs-theme=light] .alert-heading, [data-bs-theme=auto] .alert-heading {
  color: inherit;
}
[data-bs-theme=light] .alert-link, [data-bs-theme=auto] .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
[data-bs-theme=light] .alert-dismissible, [data-bs-theme=auto] .alert-dismissible {
  padding-right: 3rem;
}
[data-bs-theme=light] .alert-dismissible .btn-close, [data-bs-theme=auto] .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
[data-bs-theme=light] .alert-primary, [data-bs-theme=auto] .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=light] .alert-secondary, [data-bs-theme=auto] .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=light] .alert-light, [data-bs-theme=auto] .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=light] .alert-success, [data-bs-theme=auto] .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=light] .alert-info, [data-bs-theme=auto] .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=light] .alert-warning, [data-bs-theme=auto] .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=light] .alert-danger, [data-bs-theme=auto] .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=light] .alert-dark, [data-bs-theme=auto] .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
[data-bs-theme=light] .progress,
[data-bs-theme=light] .progress-stacked, [data-bs-theme=auto] .progress,
[data-bs-theme=auto] .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}
[data-bs-theme=light] .progress-bar, [data-bs-theme=auto] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .progress-bar, [data-bs-theme=auto] .progress-bar {
    transition: none;
  }
}
[data-bs-theme=light] .progress-bar-striped, [data-bs-theme=auto] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
[data-bs-theme=light] .progress-stacked > .progress, [data-bs-theme=auto] .progress-stacked > .progress {
  overflow: visible;
}
[data-bs-theme=light] .progress-stacked > .progress > .progress-bar, [data-bs-theme=auto] .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
[data-bs-theme=light] .progress-bar-animated, [data-bs-theme=auto] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .progress-bar-animated, [data-bs-theme=auto] .progress-bar-animated {
    animation: none;
  }
}
[data-bs-theme=light] .list-group, [data-bs-theme=auto] .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --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);
}
[data-bs-theme=light] .list-group-numbered, [data-bs-theme=auto] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
[data-bs-theme=light] .list-group-numbered > .list-group-item::before, [data-bs-theme=auto] .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
[data-bs-theme=light] .list-group-item-action, [data-bs-theme=auto] .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
[data-bs-theme=light] .list-group-item-action:hover, [data-bs-theme=light] .list-group-item-action:focus, [data-bs-theme=auto] .list-group-item-action:hover, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-item-action:active, [data-bs-theme=auto] .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
[data-bs-theme=light] .list-group-item, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-item:first-child, [data-bs-theme=auto] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[data-bs-theme=light] .list-group-item:last-child, [data-bs-theme=auto] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[data-bs-theme=light] .list-group-item.disabled, [data-bs-theme=light] .list-group-item:disabled, [data-bs-theme=auto] .list-group-item.disabled, [data-bs-theme=auto] .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
[data-bs-theme=light] .list-group-item.active, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[data-bs-theme=light] .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-horizontal, [data-bs-theme=auto] .list-group-horizontal {
  flex-direction: row;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-sm, [data-bs-theme=auto] .list-group-horizontal-sm {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-md, [data-bs-theme=auto] .list-group-horizontal-md {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-lg, [data-bs-theme=auto] .list-group-horizontal-lg {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-xl, [data-bs-theme=auto] .list-group-horizontal-xl {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-xxl, [data-bs-theme=auto] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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);
  }
}
[data-bs-theme=light] .list-group-flush, [data-bs-theme=auto] .list-group-flush {
  border-radius: 0;
}
[data-bs-theme=light] .list-group-flush > .list-group-item, [data-bs-theme=auto] .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
[data-bs-theme=light] .list-group-flush > .list-group-item:last-child, [data-bs-theme=auto] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
[data-bs-theme=light] .list-group-item-primary, [data-bs-theme=auto] .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=light] .list-group-item-secondary, [data-bs-theme=auto] .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=light] .list-group-item-light, [data-bs-theme=auto] .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=light] .list-group-item-success, [data-bs-theme=auto] .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=light] .list-group-item-info, [data-bs-theme=auto] .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=light] .list-group-item-warning, [data-bs-theme=auto] .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=light] .list-group-item-danger, [data-bs-theme=auto] .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=light] .list-group-item-dark, [data-bs-theme=auto] .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
[data-bs-theme=light] .btn-close, [data-bs-theme=auto] .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 12px;
  opacity: var(--bs-btn-close-opacity);
}
[data-bs-theme=light] .btn-close:hover, [data-bs-theme=auto] .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
[data-bs-theme=light] .btn-close:focus, [data-bs-theme=auto] .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
[data-bs-theme=light] .btn-close:disabled, [data-bs-theme=light] .btn-close.disabled, [data-bs-theme=auto] .btn-close:disabled, [data-bs-theme=auto] .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
[data-bs-theme=light] .btn-close-white, [data-bs-theme=auto] .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=light] [data-bs-theme=dark] .btn-close, [data-bs-theme=auto] [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=light] .toast, [data-bs-theme=auto] .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 3rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
[data-bs-theme=light] .toast.showing, [data-bs-theme=auto] .toast.showing {
  opacity: 0;
}
[data-bs-theme=light] .toast:not(.show), [data-bs-theme=auto] .toast:not(.show) {
  display: none;
}
[data-bs-theme=light] .toast-container, [data-bs-theme=auto] .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
[data-bs-theme=light] .toast-container > :not(:last-child), [data-bs-theme=auto] .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
[data-bs-theme=light] .toast-header, [data-bs-theme=auto] .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
[data-bs-theme=light] .toast-header .btn-close, [data-bs-theme=auto] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
[data-bs-theme=light] .toast-body, [data-bs-theme=auto] .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
[data-bs-theme=light] .modal, [data-bs-theme=auto] .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 24px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(24px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 8px;
  --bs-modal-header-padding-y: 8px;
  --bs-modal-header-padding: 8px 8px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
[data-bs-theme=light] .modal-dialog, [data-bs-theme=auto] .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade [data-bs-theme=light] .modal-dialog, .modal.fade [data-bs-theme=auto] .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(40%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade [data-bs-theme=light] .modal-dialog, .modal.fade [data-bs-theme=auto] .modal-dialog {
    transition: none;
  }
}
.modal.show [data-bs-theme=light] .modal-dialog, .modal.show [data-bs-theme=auto] .modal-dialog {
  transform: translateY(0);
}
.modal.modal-static [data-bs-theme=light] .modal-dialog, .modal.modal-static [data-bs-theme=auto] .modal-dialog {
  transform: scale(1.02);
}
[data-bs-theme=light] .modal-dialog-scrollable, [data-bs-theme=auto] .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=light] .modal-dialog-scrollable .modal-content, [data-bs-theme=auto] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
[data-bs-theme=light] .modal-dialog-scrollable .modal-body, [data-bs-theme=auto] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
[data-bs-theme=light] .modal-dialog-centered, [data-bs-theme=auto] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=light] .modal-content, [data-bs-theme=auto] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
[data-bs-theme=light] .modal-backdrop, [data-bs-theme=auto] .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
[data-bs-theme=light] .modal-backdrop.fade, [data-bs-theme=auto] .modal-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=light] .modal-backdrop.show, [data-bs-theme=auto] .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
[data-bs-theme=light] .modal-header, [data-bs-theme=auto] .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=light] .modal-header .btn-close, [data-bs-theme=auto] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
[data-bs-theme=light] .modal-title, [data-bs-theme=auto] .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
[data-bs-theme=light] .modal-body, [data-bs-theme=auto] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
[data-bs-theme=light] .modal-footer, [data-bs-theme=auto] .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=light] .modal-footer > *, [data-bs-theme=auto] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  [data-bs-theme=light] .modal, [data-bs-theme=auto] .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  [data-bs-theme=light] .modal-dialog, [data-bs-theme=auto] .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  [data-bs-theme=light] .modal-sm, [data-bs-theme=auto] .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .modal-lg,
  [data-bs-theme=light] .modal-xl, [data-bs-theme=auto] .modal-lg,
  [data-bs-theme=auto] .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .modal-xl, [data-bs-theme=auto] .modal-xl {
    --bs-modal-width: 1140px;
  }
}
[data-bs-theme=light] .modal-fullscreen, [data-bs-theme=auto] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
[data-bs-theme=light] .modal-fullscreen .modal-content, [data-bs-theme=auto] .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
[data-bs-theme=light] .modal-fullscreen .modal-header,
[data-bs-theme=light] .modal-fullscreen .modal-footer, [data-bs-theme=auto] .modal-fullscreen .modal-header,
[data-bs-theme=auto] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
[data-bs-theme=light] .modal-fullscreen .modal-body, [data-bs-theme=auto] .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .modal-fullscreen-sm-down, [data-bs-theme=auto] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .modal-fullscreen-md-down, [data-bs-theme=auto] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-md-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .modal-fullscreen-lg-down, [data-bs-theme=auto] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .modal-fullscreen-xl-down, [data-bs-theme=auto] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .modal-fullscreen-xxl-down, [data-bs-theme=auto] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
[data-bs-theme=light] .tooltip, [data-bs-theme=auto] .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
[data-bs-theme=light] .tooltip.show, [data-bs-theme=auto] .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
[data-bs-theme=light] .tooltip .tooltip-arrow, [data-bs-theme=auto] .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
[data-bs-theme=light] .tooltip .tooltip-arrow::before, [data-bs-theme=auto] .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
[data-bs-theme=light] .bs-tooltip-top .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-top .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=light] .bs-tooltip-top .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-top .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .bs-tooltip-end .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-end .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=light] .bs-tooltip-end .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-end .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .bs-tooltip-bottom .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-bottom .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=light] .bs-tooltip-bottom .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-bottom .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .bs-tooltip-start .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-start .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=light] .bs-tooltip-start .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-start .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .tooltip-inner, [data-bs-theme=auto] .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
[data-bs-theme=light] .popover, [data-bs-theme=auto] .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
[data-bs-theme=light] .popover .popover-arrow, [data-bs-theme=auto] .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
[data-bs-theme=light] .popover .popover-arrow::before, [data-bs-theme=light] .popover .popover-arrow::after, [data-bs-theme=auto] .popover .popover-arrow::before, [data-bs-theme=auto] .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, [data-bs-theme=auto] .bs-popover-top > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-top > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, [data-bs-theme=auto] .bs-popover-end > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-end > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .bs-popover-bottom .popover-header::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-bs-theme=auto] .bs-popover-bottom .popover-header::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow, [data-bs-theme=auto] .bs-popover-start > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-start > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .popover-header, [data-bs-theme=auto] .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
[data-bs-theme=light] .popover-header:empty, [data-bs-theme=auto] .popover-header:empty {
  display: none;
}
[data-bs-theme=light] .popover-body, [data-bs-theme=auto] .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
[data-bs-theme=light] .carousel, [data-bs-theme=auto] .carousel {
  position: relative;
}
[data-bs-theme=light] .carousel.pointer-event, [data-bs-theme=auto] .carousel.pointer-event {
  touch-action: pan-y;
}
[data-bs-theme=light] .carousel-inner, [data-bs-theme=auto] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
[data-bs-theme=light] .carousel-inner::after, [data-bs-theme=auto] .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .carousel-item, [data-bs-theme=auto] .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-item, [data-bs-theme=auto] .carousel-item {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-item.active,
[data-bs-theme=light] .carousel-item-next,
[data-bs-theme=light] .carousel-item-prev, [data-bs-theme=auto] .carousel-item.active,
[data-bs-theme=auto] .carousel-item-next,
[data-bs-theme=auto] .carousel-item-prev {
  display: block;
}
[data-bs-theme=light] .carousel-item-next:not(.carousel-item-start),
[data-bs-theme=light] .active.carousel-item-end, [data-bs-theme=auto] .carousel-item-next:not(.carousel-item-start),
[data-bs-theme=auto] .active.carousel-item-end {
  transform: translateX(100%);
}
[data-bs-theme=light] .carousel-item-prev:not(.carousel-item-end),
[data-bs-theme=light] .active.carousel-item-start, [data-bs-theme=auto] .carousel-item-prev:not(.carousel-item-end),
[data-bs-theme=auto] .active.carousel-item-start {
  transform: translateX(-100%);
}
[data-bs-theme=light] .carousel-fade .carousel-item, [data-bs-theme=auto] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
[data-bs-theme=light] .carousel-fade .carousel-item.active,
[data-bs-theme=light] .carousel-fade .carousel-item-next.carousel-item-start,
[data-bs-theme=light] .carousel-fade .carousel-item-prev.carousel-item-end, [data-bs-theme=auto] .carousel-fade .carousel-item.active,
[data-bs-theme=auto] .carousel-fade .carousel-item-next.carousel-item-start,
[data-bs-theme=auto] .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
[data-bs-theme=light] .carousel-fade .active.carousel-item-start,
[data-bs-theme=light] .carousel-fade .active.carousel-item-end, [data-bs-theme=auto] .carousel-fade .active.carousel-item-start,
[data-bs-theme=auto] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-fade .active.carousel-item-start,
  [data-bs-theme=light] .carousel-fade .active.carousel-item-end, [data-bs-theme=auto] .carousel-fade .active.carousel-item-start,
  [data-bs-theme=auto] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-control-prev,
[data-bs-theme=light] .carousel-control-next, [data-bs-theme=auto] .carousel-control-prev,
[data-bs-theme=auto] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-control-prev,
  [data-bs-theme=light] .carousel-control-next, [data-bs-theme=auto] .carousel-control-prev,
  [data-bs-theme=auto] .carousel-control-next {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-control-prev:hover, [data-bs-theme=light] .carousel-control-prev:focus,
[data-bs-theme=light] .carousel-control-next:hover,
[data-bs-theme=light] .carousel-control-next:focus, [data-bs-theme=auto] .carousel-control-prev:hover, [data-bs-theme=auto] .carousel-control-prev:focus,
[data-bs-theme=auto] .carousel-control-next:hover,
[data-bs-theme=auto] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
[data-bs-theme=light] .carousel-control-prev, [data-bs-theme=auto] .carousel-control-prev {
  left: 0;
}
[data-bs-theme=light] .carousel-control-next, [data-bs-theme=auto] .carousel-control-next {
  right: 0;
}
[data-bs-theme=light] .carousel-control-prev-icon,
[data-bs-theme=light] .carousel-control-next-icon, [data-bs-theme=auto] .carousel-control-prev-icon,
[data-bs-theme=auto] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
[data-bs-theme=light] .carousel-control-prev-icon, [data-bs-theme=auto] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=light] .carousel-control-next-icon, [data-bs-theme=auto] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=light] .carousel-indicators, [data-bs-theme=auto] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
[data-bs-theme=light] .carousel-indicators [data-bs-target], [data-bs-theme=auto] .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-indicators [data-bs-target], [data-bs-theme=auto] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-indicators .active, [data-bs-theme=auto] .carousel-indicators .active {
  opacity: 1;
}
[data-bs-theme=light] .carousel-caption, [data-bs-theme=auto] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
[data-bs-theme=light] .carousel-dark .carousel-control-prev-icon,
[data-bs-theme=light] .carousel-dark .carousel-control-next-icon, [data-bs-theme=auto] .carousel-dark .carousel-control-prev-icon,
[data-bs-theme=auto] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=light] .carousel-dark .carousel-indicators [data-bs-target], [data-bs-theme=auto] .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=light] .carousel-dark .carousel-caption, [data-bs-theme=auto] .carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target], [data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-caption, [data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
[data-bs-theme=light] .spinner-grow,
[data-bs-theme=light] .spinner-border, [data-bs-theme=auto] .spinner-grow,
[data-bs-theme=auto] .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
[data-bs-theme=light] .spinner-border, [data-bs-theme=auto] .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
[data-bs-theme=light] .spinner-border-sm, [data-bs-theme=auto] .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
[data-bs-theme=light] .spinner-grow, [data-bs-theme=auto] .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
[data-bs-theme=light] .spinner-grow-sm, [data-bs-theme=auto] .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .spinner-border,
  [data-bs-theme=light] .spinner-grow, [data-bs-theme=auto] .spinner-border,
  [data-bs-theme=auto] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
[data-bs-theme=light] .offcanvas, [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=light] .offcanvas-md, [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas, [data-bs-theme=auto] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-md, [data-bs-theme=auto] .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .offcanvas-sm.offcanvas-start, [data-bs-theme=auto] .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-sm.offcanvas-end, [data-bs-theme=auto] .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-sm.offcanvas-top, [data-bs-theme=auto] .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-sm.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-sm.showing, [data-bs-theme=light] .offcanvas-sm.show:not(.hiding), [data-bs-theme=auto] .offcanvas-sm.showing, [data-bs-theme=auto] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-sm.showing, [data-bs-theme=light] .offcanvas-sm.hiding, [data-bs-theme=light] .offcanvas-sm.show, [data-bs-theme=auto] .offcanvas-sm.showing, [data-bs-theme=auto] .offcanvas-sm.hiding, [data-bs-theme=auto] .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-sm .offcanvas-header, [data-bs-theme=auto] .offcanvas-sm .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-sm .offcanvas-body, [data-bs-theme=auto] .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .offcanvas-md.offcanvas-start, [data-bs-theme=auto] .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-md.offcanvas-end, [data-bs-theme=auto] .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-md.offcanvas-top, [data-bs-theme=auto] .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-md.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-md.showing, [data-bs-theme=light] .offcanvas-md.show:not(.hiding), [data-bs-theme=auto] .offcanvas-md.showing, [data-bs-theme=auto] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-md.showing, [data-bs-theme=light] .offcanvas-md.hiding, [data-bs-theme=light] .offcanvas-md.show, [data-bs-theme=auto] .offcanvas-md.showing, [data-bs-theme=auto] .offcanvas-md.hiding, [data-bs-theme=auto] .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-md .offcanvas-header, [data-bs-theme=auto] .offcanvas-md .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-md .offcanvas-body, [data-bs-theme=auto] .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .offcanvas-lg.offcanvas-start, [data-bs-theme=auto] .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-lg.offcanvas-end, [data-bs-theme=auto] .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-lg.offcanvas-top, [data-bs-theme=auto] .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-lg.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-lg.showing, [data-bs-theme=light] .offcanvas-lg.show:not(.hiding), [data-bs-theme=auto] .offcanvas-lg.showing, [data-bs-theme=auto] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-lg.showing, [data-bs-theme=light] .offcanvas-lg.hiding, [data-bs-theme=light] .offcanvas-lg.show, [data-bs-theme=auto] .offcanvas-lg.showing, [data-bs-theme=auto] .offcanvas-lg.hiding, [data-bs-theme=auto] .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-lg .offcanvas-header, [data-bs-theme=auto] .offcanvas-lg .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-lg .offcanvas-body, [data-bs-theme=auto] .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .offcanvas-xl.offcanvas-start, [data-bs-theme=auto] .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-xl.offcanvas-end, [data-bs-theme=auto] .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-xl.offcanvas-top, [data-bs-theme=auto] .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-xl.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-xl.showing, [data-bs-theme=light] .offcanvas-xl.show:not(.hiding), [data-bs-theme=auto] .offcanvas-xl.showing, [data-bs-theme=auto] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-xl.showing, [data-bs-theme=light] .offcanvas-xl.hiding, [data-bs-theme=light] .offcanvas-xl.show, [data-bs-theme=auto] .offcanvas-xl.showing, [data-bs-theme=auto] .offcanvas-xl.hiding, [data-bs-theme=auto] .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-xl .offcanvas-header, [data-bs-theme=auto] .offcanvas-xl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-xl .offcanvas-body, [data-bs-theme=auto] .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-start, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-end, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-top, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.showing, [data-bs-theme=light] .offcanvas-xxl.show:not(.hiding), [data-bs-theme=auto] .offcanvas-xxl.showing, [data-bs-theme=auto] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-xxl.showing, [data-bs-theme=light] .offcanvas-xxl.hiding, [data-bs-theme=light] .offcanvas-xxl.show, [data-bs-theme=auto] .offcanvas-xxl.showing, [data-bs-theme=auto] .offcanvas-xxl.hiding, [data-bs-theme=auto] .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-xxl .offcanvas-header, [data-bs-theme=auto] .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-xxl .offcanvas-body, [data-bs-theme=auto] .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
[data-bs-theme=light] .offcanvas, [data-bs-theme=auto] .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas, [data-bs-theme=auto] .offcanvas {
    transition: none;
  }
}
[data-bs-theme=light] .offcanvas.offcanvas-start, [data-bs-theme=auto] .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
[data-bs-theme=light] .offcanvas.offcanvas-end, [data-bs-theme=auto] .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
[data-bs-theme=light] .offcanvas.offcanvas-top, [data-bs-theme=auto] .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
[data-bs-theme=light] .offcanvas.offcanvas-bottom, [data-bs-theme=auto] .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
[data-bs-theme=light] .offcanvas.showing, [data-bs-theme=light] .offcanvas.show:not(.hiding), [data-bs-theme=auto] .offcanvas.showing, [data-bs-theme=auto] .offcanvas.show:not(.hiding) {
  transform: none;
}
[data-bs-theme=light] .offcanvas.showing, [data-bs-theme=light] .offcanvas.hiding, [data-bs-theme=light] .offcanvas.show, [data-bs-theme=auto] .offcanvas.showing, [data-bs-theme=auto] .offcanvas.hiding, [data-bs-theme=auto] .offcanvas.show {
  visibility: visible;
}
[data-bs-theme=light] .offcanvas-backdrop, [data-bs-theme=auto] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
[data-bs-theme=light] .offcanvas-backdrop.fade, [data-bs-theme=auto] .offcanvas-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=light] .offcanvas-backdrop.show, [data-bs-theme=auto] .offcanvas-backdrop.show {
  opacity: 0.5;
}
[data-bs-theme=light] .offcanvas-header, [data-bs-theme=auto] .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
[data-bs-theme=light] .offcanvas-header .btn-close, [data-bs-theme=auto] .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
[data-bs-theme=light] .offcanvas-title, [data-bs-theme=auto] .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
[data-bs-theme=light] .offcanvas-body, [data-bs-theme=auto] .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
[data-bs-theme=light] .placeholder, [data-bs-theme=auto] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
[data-bs-theme=light] .placeholder.btn::before, [data-bs-theme=auto] .placeholder.btn::before {
  display: inline-block;
  content: "";
}
[data-bs-theme=light] .placeholder-xs, [data-bs-theme=auto] .placeholder-xs {
  min-height: 0.6em;
}
[data-bs-theme=light] .placeholder-sm, [data-bs-theme=auto] .placeholder-sm {
  min-height: 0.8em;
}
[data-bs-theme=light] .placeholder-lg, [data-bs-theme=auto] .placeholder-lg {
  min-height: 1.2em;
}
[data-bs-theme=light] .placeholder-glow .placeholder, [data-bs-theme=auto] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
[data-bs-theme=light] .placeholder-wave, [data-bs-theme=auto] .placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
[data-bs-theme=light] .clearfix::after, [data-bs-theme=auto] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .text-bg-primary, [data-bs-theme=auto] .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-secondary, [data-bs-theme=auto] .text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-light, [data-bs-theme=auto] .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-success, [data-bs-theme=auto] .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-info, [data-bs-theme=auto] .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-warning, [data-bs-theme=auto] .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-danger, [data-bs-theme=auto] .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-dark, [data-bs-theme=auto] .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .link-primary, [data-bs-theme=auto] .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-primary:hover, [data-bs-theme=light] .link-primary:focus, [data-bs-theme=auto] .link-primary:hover, [data-bs-theme=auto] .link-primary:focus {
  color: RGBA(83, 163, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 163, 253, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-secondary, [data-bs-theme=auto] .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-secondary:hover, [data-bs-theme=light] .link-secondary:focus, [data-bs-theme=auto] .link-secondary:hover, [data-bs-theme=auto] .link-secondary:focus {
  color: RGBA(216, 221, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(216, 221, 225, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-light, [data-bs-theme=auto] .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-light:hover, [data-bs-theme=light] .link-light:focus, [data-bs-theme=auto] .link-light:hover, [data-bs-theme=auto] .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-success, [data-bs-theme=auto] .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-success:hover, [data-bs-theme=light] .link-success:focus, [data-bs-theme=auto] .link-success:hover, [data-bs-theme=auto] .link-success:focus {
  color: RGBA(0, 110, 4, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 110, 4, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-info, [data-bs-theme=auto] .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-info:hover, [data-bs-theme=light] .link-info:focus, [data-bs-theme=auto] .link-info:hover, [data-bs-theme=auto] .link-info:focus {
  color: RGBA(53, 186, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 186, 246, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-warning, [data-bs-theme=auto] .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-warning:hover, [data-bs-theme=light] .link-warning:focus, [data-bs-theme=auto] .link-warning:hover, [data-bs-theme=auto] .link-warning:focus {
  color: RGBA(254, 213, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 213, 51, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-danger, [data-bs-theme=auto] .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-danger:hover, [data-bs-theme=light] .link-danger:focus, [data-bs-theme=auto] .link-danger:hover, [data-bs-theme=auto] .link-danger:focus {
  color: RGBA(154, 42, 17, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(154, 42, 17, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-dark, [data-bs-theme=auto] .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-dark:hover, [data-bs-theme=light] .link-dark:focus, [data-bs-theme=auto] .link-dark:hover, [data-bs-theme=auto] .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-body-emphasis, [data-bs-theme=auto] .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-body-emphasis:hover, [data-bs-theme=light] .link-body-emphasis:focus, [data-bs-theme=auto] .link-body-emphasis:hover, [data-bs-theme=auto] .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
[data-bs-theme=light] .focus-ring:focus, [data-bs-theme=auto] .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
[data-bs-theme=light] .icon-link, [data-bs-theme=auto] .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
[data-bs-theme=light] .icon-link > .bi, [data-bs-theme=auto] .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .icon-link > .bi, [data-bs-theme=auto] .icon-link > .bi {
    transition: none;
  }
}
[data-bs-theme=light] .icon-link-hover:hover > .bi, [data-bs-theme=light] .icon-link-hover:focus-visible > .bi, [data-bs-theme=auto] .icon-link-hover:hover > .bi, [data-bs-theme=auto] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
[data-bs-theme=light] .ratio, [data-bs-theme=auto] .ratio {
  position: relative;
  width: 100%;
}
[data-bs-theme=light] .ratio::before, [data-bs-theme=auto] .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
[data-bs-theme=light] .ratio > *, [data-bs-theme=auto] .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-bs-theme=light] .ratio-1x1, [data-bs-theme=auto] .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
[data-bs-theme=light] .ratio-4x3, [data-bs-theme=auto] .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
[data-bs-theme=light] .ratio-16x9, [data-bs-theme=auto] .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
[data-bs-theme=light] .ratio-21x9, [data-bs-theme=auto] .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
[data-bs-theme=light] .fixed-top, [data-bs-theme=auto] .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=light] .fixed-bottom, [data-bs-theme=auto] .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=light] .sticky-top, [data-bs-theme=auto] .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
[data-bs-theme=light] .sticky-bottom, [data-bs-theme=auto] .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .sticky-sm-top, [data-bs-theme=auto] .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-sm-bottom, [data-bs-theme=auto] .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .sticky-md-top, [data-bs-theme=auto] .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-md-bottom, [data-bs-theme=auto] .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .sticky-lg-top, [data-bs-theme=auto] .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-lg-bottom, [data-bs-theme=auto] .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .sticky-xl-top, [data-bs-theme=auto] .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-xl-bottom, [data-bs-theme=auto] .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .sticky-xxl-top, [data-bs-theme=auto] .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-xxl-bottom, [data-bs-theme=auto] .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
[data-bs-theme=light] .hstack, [data-bs-theme=auto] .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
[data-bs-theme=light] .vstack, [data-bs-theme=auto] .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
[data-bs-theme=light] .visually-hidden,
[data-bs-theme=light] .visually-hidden-focusable:not(:focus):not(:focus-within), [data-bs-theme=auto] .visually-hidden,
[data-bs-theme=auto] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[data-bs-theme=light] .visually-hidden:not(caption),
[data-bs-theme=light] .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), [data-bs-theme=auto] .visually-hidden:not(caption),
[data-bs-theme=auto] .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
[data-bs-theme=light] .stretched-link::after, [data-bs-theme=auto] .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
[data-bs-theme=light] .text-truncate, [data-bs-theme=auto] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-bs-theme=light] .vr, [data-bs-theme=auto] .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
[data-bs-theme=light] .align-baseline, [data-bs-theme=auto] .align-baseline {
  vertical-align: baseline !important;
}
[data-bs-theme=light] .align-top, [data-bs-theme=auto] .align-top {
  vertical-align: top !important;
}
[data-bs-theme=light] .align-middle, [data-bs-theme=auto] .align-middle {
  vertical-align: middle !important;
}
[data-bs-theme=light] .align-bottom, [data-bs-theme=auto] .align-bottom {
  vertical-align: bottom !important;
}
[data-bs-theme=light] .align-text-bottom, [data-bs-theme=auto] .align-text-bottom {
  vertical-align: text-bottom !important;
}
[data-bs-theme=light] .align-text-top, [data-bs-theme=auto] .align-text-top {
  vertical-align: text-top !important;
}
[data-bs-theme=light] .float-start, [data-bs-theme=auto] .float-start {
  float: left !important;
}
[data-bs-theme=light] .float-end, [data-bs-theme=auto] .float-end {
  float: right !important;
}
[data-bs-theme=light] .float-none, [data-bs-theme=auto] .float-none {
  float: none !important;
}
[data-bs-theme=light] .object-fit-contain, [data-bs-theme=auto] .object-fit-contain {
  object-fit: contain !important;
}
[data-bs-theme=light] .object-fit-cover, [data-bs-theme=auto] .object-fit-cover {
  object-fit: cover !important;
}
[data-bs-theme=light] .object-fit-fill, [data-bs-theme=auto] .object-fit-fill {
  object-fit: fill !important;
}
[data-bs-theme=light] .object-fit-scale, [data-bs-theme=auto] .object-fit-scale {
  object-fit: scale-down !important;
}
[data-bs-theme=light] .object-fit-none, [data-bs-theme=auto] .object-fit-none {
  object-fit: none !important;
}
[data-bs-theme=light] .opacity-0, [data-bs-theme=auto] .opacity-0 {
  opacity: 0 !important;
}
[data-bs-theme=light] .opacity-25, [data-bs-theme=auto] .opacity-25 {
  opacity: 0.25 !important;
}
[data-bs-theme=light] .opacity-50, [data-bs-theme=auto] .opacity-50 {
  opacity: 0.5 !important;
}
[data-bs-theme=light] .opacity-75, [data-bs-theme=auto] .opacity-75 {
  opacity: 0.75 !important;
}
[data-bs-theme=light] .opacity-100, [data-bs-theme=auto] .opacity-100 {
  opacity: 1 !important;
}
[data-bs-theme=light] .overflow-auto, [data-bs-theme=auto] .overflow-auto {
  overflow: auto !important;
}
[data-bs-theme=light] .overflow-hidden, [data-bs-theme=auto] .overflow-hidden {
  overflow: hidden !important;
}
[data-bs-theme=light] .overflow-visible, [data-bs-theme=auto] .overflow-visible {
  overflow: visible !important;
}
[data-bs-theme=light] .overflow-scroll, [data-bs-theme=auto] .overflow-scroll {
  overflow: scroll !important;
}
[data-bs-theme=light] .overflow-x-auto, [data-bs-theme=auto] .overflow-x-auto {
  overflow-x: auto !important;
}
[data-bs-theme=light] .overflow-x-hidden, [data-bs-theme=auto] .overflow-x-hidden {
  overflow-x: hidden !important;
}
[data-bs-theme=light] .overflow-x-visible, [data-bs-theme=auto] .overflow-x-visible {
  overflow-x: visible !important;
}
[data-bs-theme=light] .overflow-x-scroll, [data-bs-theme=auto] .overflow-x-scroll {
  overflow-x: scroll !important;
}
[data-bs-theme=light] .overflow-y-auto, [data-bs-theme=auto] .overflow-y-auto {
  overflow-y: auto !important;
}
[data-bs-theme=light] .overflow-y-hidden, [data-bs-theme=auto] .overflow-y-hidden {
  overflow-y: hidden !important;
}
[data-bs-theme=light] .overflow-y-visible, [data-bs-theme=auto] .overflow-y-visible {
  overflow-y: visible !important;
}
[data-bs-theme=light] .overflow-y-scroll, [data-bs-theme=auto] .overflow-y-scroll {
  overflow-y: scroll !important;
}
[data-bs-theme=light] .d-inline, [data-bs-theme=auto] .d-inline {
  display: inline !important;
}
[data-bs-theme=light] .d-inline-block, [data-bs-theme=auto] .d-inline-block {
  display: inline-block !important;
}
[data-bs-theme=light] .d-block, [data-bs-theme=auto] .d-block {
  display: block !important;
}
[data-bs-theme=light] .d-grid, [data-bs-theme=auto] .d-grid {
  display: grid !important;
}
[data-bs-theme=light] .d-inline-grid, [data-bs-theme=auto] .d-inline-grid {
  display: inline-grid !important;
}
[data-bs-theme=light] .d-table, [data-bs-theme=auto] .d-table {
  display: table !important;
}
[data-bs-theme=light] .d-table-row, [data-bs-theme=auto] .d-table-row {
  display: table-row !important;
}
[data-bs-theme=light] .d-table-cell, [data-bs-theme=auto] .d-table-cell {
  display: table-cell !important;
}
[data-bs-theme=light] .d-flex, [data-bs-theme=auto] .d-flex {
  display: flex !important;
}
[data-bs-theme=light] .d-inline-flex, [data-bs-theme=auto] .d-inline-flex {
  display: inline-flex !important;
}
[data-bs-theme=light] .d-none, [data-bs-theme=auto] .d-none {
  display: none !important;
}
[data-bs-theme=light] .shadow, [data-bs-theme=auto] .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
[data-bs-theme=light] .shadow-sm, [data-bs-theme=auto] .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
[data-bs-theme=light] .shadow-lg, [data-bs-theme=auto] .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
[data-bs-theme=light] .shadow-none, [data-bs-theme=auto] .shadow-none {
  box-shadow: none !important;
}
[data-bs-theme=light] .focus-ring-primary, [data-bs-theme=auto] .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-secondary, [data-bs-theme=auto] .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-success, [data-bs-theme=auto] .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-info, [data-bs-theme=auto] .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-warning, [data-bs-theme=auto] .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-danger, [data-bs-theme=auto] .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-light, [data-bs-theme=auto] .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-dark, [data-bs-theme=auto] .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .position-static, [data-bs-theme=auto] .position-static {
  position: static !important;
}
[data-bs-theme=light] .position-relative, [data-bs-theme=auto] .position-relative {
  position: relative !important;
}
[data-bs-theme=light] .position-absolute, [data-bs-theme=auto] .position-absolute {
  position: absolute !important;
}
[data-bs-theme=light] .position-fixed, [data-bs-theme=auto] .position-fixed {
  position: fixed !important;
}
[data-bs-theme=light] .position-sticky, [data-bs-theme=auto] .position-sticky {
  position: sticky !important;
}
[data-bs-theme=light] .top-0, [data-bs-theme=auto] .top-0 {
  top: 0 !important;
}
[data-bs-theme=light] .top-50, [data-bs-theme=auto] .top-50 {
  top: 50% !important;
}
[data-bs-theme=light] .top-100, [data-bs-theme=auto] .top-100 {
  top: 100% !important;
}
[data-bs-theme=light] .bottom-0, [data-bs-theme=auto] .bottom-0 {
  bottom: 0 !important;
}
[data-bs-theme=light] .bottom-50, [data-bs-theme=auto] .bottom-50 {
  bottom: 50% !important;
}
[data-bs-theme=light] .bottom-100, [data-bs-theme=auto] .bottom-100 {
  bottom: 100% !important;
}
[data-bs-theme=light] .start-0, [data-bs-theme=auto] .start-0 {
  left: 0 !important;
}
[data-bs-theme=light] .start-50, [data-bs-theme=auto] .start-50 {
  left: 50% !important;
}
[data-bs-theme=light] .start-100, [data-bs-theme=auto] .start-100 {
  left: 100% !important;
}
[data-bs-theme=light] .end-0, [data-bs-theme=auto] .end-0 {
  right: 0 !important;
}
[data-bs-theme=light] .end-50, [data-bs-theme=auto] .end-50 {
  right: 50% !important;
}
[data-bs-theme=light] .end-100, [data-bs-theme=auto] .end-100 {
  right: 100% !important;
}
[data-bs-theme=light] .translate-middle, [data-bs-theme=auto] .translate-middle {
  transform: translate(-50%, -50%) !important;
}
[data-bs-theme=light] .translate-middle-x, [data-bs-theme=auto] .translate-middle-x {
  transform: translateX(-50%) !important;
}
[data-bs-theme=light] .translate-middle-y, [data-bs-theme=auto] .translate-middle-y {
  transform: translateY(-50%) !important;
}
[data-bs-theme=light] .border, [data-bs-theme=auto] .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-0, [data-bs-theme=auto] .border-0 {
  border: 0 !important;
}
[data-bs-theme=light] .border-top, [data-bs-theme=auto] .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-top-0, [data-bs-theme=auto] .border-top-0 {
  border-top: 0 !important;
}
[data-bs-theme=light] .border-end, [data-bs-theme=auto] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-end-0, [data-bs-theme=auto] .border-end-0 {
  border-right: 0 !important;
}
[data-bs-theme=light] .border-bottom, [data-bs-theme=auto] .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-bottom-0, [data-bs-theme=auto] .border-bottom-0 {
  border-bottom: 0 !important;
}
[data-bs-theme=light] .border-start, [data-bs-theme=auto] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-start-0, [data-bs-theme=auto] .border-start-0 {
  border-left: 0 !important;
}
[data-bs-theme=light] .border-primary, [data-bs-theme=auto] .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-secondary, [data-bs-theme=auto] .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-success, [data-bs-theme=auto] .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-info, [data-bs-theme=auto] .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-warning, [data-bs-theme=auto] .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-danger, [data-bs-theme=auto] .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-light, [data-bs-theme=auto] .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-dark, [data-bs-theme=auto] .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-black, [data-bs-theme=auto] .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-white, [data-bs-theme=auto] .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-primary-subtle, [data-bs-theme=auto] .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
[data-bs-theme=light] .border-secondary-subtle, [data-bs-theme=auto] .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
[data-bs-theme=light] .border-success-subtle, [data-bs-theme=auto] .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
[data-bs-theme=light] .border-info-subtle, [data-bs-theme=auto] .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
[data-bs-theme=light] .border-warning-subtle, [data-bs-theme=auto] .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
[data-bs-theme=light] .border-danger-subtle, [data-bs-theme=auto] .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
[data-bs-theme=light] .border-light-subtle, [data-bs-theme=auto] .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
[data-bs-theme=light] .border-dark-subtle, [data-bs-theme=auto] .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
[data-bs-theme=light] .border-1, [data-bs-theme=auto] .border-1 {
  border-width: 1px !important;
}
[data-bs-theme=light] .border-2, [data-bs-theme=auto] .border-2 {
  border-width: 2px !important;
}
[data-bs-theme=light] .border-3, [data-bs-theme=auto] .border-3 {
  border-width: 3px !important;
}
[data-bs-theme=light] .border-4, [data-bs-theme=auto] .border-4 {
  border-width: 4px !important;
}
[data-bs-theme=light] .border-5, [data-bs-theme=auto] .border-5 {
  border-width: 5px !important;
}
[data-bs-theme=light] .border-opacity-10, [data-bs-theme=auto] .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
[data-bs-theme=light] .border-opacity-25, [data-bs-theme=auto] .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
[data-bs-theme=light] .border-opacity-50, [data-bs-theme=auto] .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
[data-bs-theme=light] .border-opacity-75, [data-bs-theme=auto] .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
[data-bs-theme=light] .border-opacity-100, [data-bs-theme=auto] .border-opacity-100 {
  --bs-border-opacity: 1;
}
[data-bs-theme=light] .w-25, [data-bs-theme=auto] .w-25 {
  width: 25% !important;
}
[data-bs-theme=light] .w-50, [data-bs-theme=auto] .w-50 {
  width: 50% !important;
}
[data-bs-theme=light] .w-75, [data-bs-theme=auto] .w-75 {
  width: 75% !important;
}
[data-bs-theme=light] .w-100, [data-bs-theme=auto] .w-100 {
  width: 100% !important;
}
[data-bs-theme=light] .w-auto, [data-bs-theme=auto] .w-auto {
  width: auto !important;
}
[data-bs-theme=light] .mw-100, [data-bs-theme=auto] .mw-100 {
  max-width: 100% !important;
}
[data-bs-theme=light] .vw-100, [data-bs-theme=auto] .vw-100 {
  width: 100vw !important;
}
[data-bs-theme=light] .min-vw-100, [data-bs-theme=auto] .min-vw-100 {
  min-width: 100vw !important;
}
[data-bs-theme=light] .h-25, [data-bs-theme=auto] .h-25 {
  height: 25% !important;
}
[data-bs-theme=light] .h-50, [data-bs-theme=auto] .h-50 {
  height: 50% !important;
}
[data-bs-theme=light] .h-75, [data-bs-theme=auto] .h-75 {
  height: 75% !important;
}
[data-bs-theme=light] .h-100, [data-bs-theme=auto] .h-100 {
  height: 100% !important;
}
[data-bs-theme=light] .h-auto, [data-bs-theme=auto] .h-auto {
  height: auto !important;
}
[data-bs-theme=light] .mh-100, [data-bs-theme=auto] .mh-100 {
  max-height: 100% !important;
}
[data-bs-theme=light] .vh-100, [data-bs-theme=auto] .vh-100 {
  height: 100vh !important;
}
[data-bs-theme=light] .min-vh-100, [data-bs-theme=auto] .min-vh-100 {
  min-height: 100vh !important;
}
[data-bs-theme=light] .flex-fill, [data-bs-theme=auto] .flex-fill {
  flex: 1 1 auto !important;
}
[data-bs-theme=light] .flex-row, [data-bs-theme=auto] .flex-row {
  flex-direction: row !important;
}
[data-bs-theme=light] .flex-column, [data-bs-theme=auto] .flex-column {
  flex-direction: column !important;
}
[data-bs-theme=light] .flex-row-reverse, [data-bs-theme=auto] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
[data-bs-theme=light] .flex-column-reverse, [data-bs-theme=auto] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
[data-bs-theme=light] .flex-grow-0, [data-bs-theme=auto] .flex-grow-0 {
  flex-grow: 0 !important;
}
[data-bs-theme=light] .flex-grow-1, [data-bs-theme=auto] .flex-grow-1 {
  flex-grow: 1 !important;
}
[data-bs-theme=light] .flex-shrink-0, [data-bs-theme=auto] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
[data-bs-theme=light] .flex-shrink-1, [data-bs-theme=auto] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
[data-bs-theme=light] .flex-wrap, [data-bs-theme=auto] .flex-wrap {
  flex-wrap: wrap !important;
}
[data-bs-theme=light] .flex-nowrap, [data-bs-theme=auto] .flex-nowrap {
  flex-wrap: nowrap !important;
}
[data-bs-theme=light] .flex-wrap-reverse, [data-bs-theme=auto] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
[data-bs-theme=light] .justify-content-start, [data-bs-theme=auto] .justify-content-start {
  justify-content: flex-start !important;
}
[data-bs-theme=light] .justify-content-end, [data-bs-theme=auto] .justify-content-end {
  justify-content: flex-end !important;
}
[data-bs-theme=light] .justify-content-center, [data-bs-theme=auto] .justify-content-center {
  justify-content: center !important;
}
[data-bs-theme=light] .justify-content-between, [data-bs-theme=auto] .justify-content-between {
  justify-content: space-between !important;
}
[data-bs-theme=light] .justify-content-around, [data-bs-theme=auto] .justify-content-around {
  justify-content: space-around !important;
}
[data-bs-theme=light] .justify-content-evenly, [data-bs-theme=auto] .justify-content-evenly {
  justify-content: space-evenly !important;
}
[data-bs-theme=light] .align-items-start, [data-bs-theme=auto] .align-items-start {
  align-items: flex-start !important;
}
[data-bs-theme=light] .align-items-end, [data-bs-theme=auto] .align-items-end {
  align-items: flex-end !important;
}
[data-bs-theme=light] .align-items-center, [data-bs-theme=auto] .align-items-center {
  align-items: center !important;
}
[data-bs-theme=light] .align-items-baseline, [data-bs-theme=auto] .align-items-baseline {
  align-items: baseline !important;
}
[data-bs-theme=light] .align-items-stretch, [data-bs-theme=auto] .align-items-stretch {
  align-items: stretch !important;
}
[data-bs-theme=light] .align-content-start, [data-bs-theme=auto] .align-content-start {
  align-content: flex-start !important;
}
[data-bs-theme=light] .align-content-end, [data-bs-theme=auto] .align-content-end {
  align-content: flex-end !important;
}
[data-bs-theme=light] .align-content-center, [data-bs-theme=auto] .align-content-center {
  align-content: center !important;
}
[data-bs-theme=light] .align-content-between, [data-bs-theme=auto] .align-content-between {
  align-content: space-between !important;
}
[data-bs-theme=light] .align-content-around, [data-bs-theme=auto] .align-content-around {
  align-content: space-around !important;
}
[data-bs-theme=light] .align-content-stretch, [data-bs-theme=auto] .align-content-stretch {
  align-content: stretch !important;
}
[data-bs-theme=light] .align-self-auto, [data-bs-theme=auto] .align-self-auto {
  align-self: auto !important;
}
[data-bs-theme=light] .align-self-start, [data-bs-theme=auto] .align-self-start {
  align-self: flex-start !important;
}
[data-bs-theme=light] .align-self-end, [data-bs-theme=auto] .align-self-end {
  align-self: flex-end !important;
}
[data-bs-theme=light] .align-self-center, [data-bs-theme=auto] .align-self-center {
  align-self: center !important;
}
[data-bs-theme=light] .align-self-baseline, [data-bs-theme=auto] .align-self-baseline {
  align-self: baseline !important;
}
[data-bs-theme=light] .align-self-stretch, [data-bs-theme=auto] .align-self-stretch {
  align-self: stretch !important;
}
[data-bs-theme=light] .order-first, [data-bs-theme=auto] .order-first {
  order: -1 !important;
}
[data-bs-theme=light] .order-0, [data-bs-theme=auto] .order-0 {
  order: 0 !important;
}
[data-bs-theme=light] .order-1, [data-bs-theme=auto] .order-1 {
  order: 1 !important;
}
[data-bs-theme=light] .order-2, [data-bs-theme=auto] .order-2 {
  order: 2 !important;
}
[data-bs-theme=light] .order-3, [data-bs-theme=auto] .order-3 {
  order: 3 !important;
}
[data-bs-theme=light] .order-4, [data-bs-theme=auto] .order-4 {
  order: 4 !important;
}
[data-bs-theme=light] .order-5, [data-bs-theme=auto] .order-5 {
  order: 5 !important;
}
[data-bs-theme=light] .order-last, [data-bs-theme=auto] .order-last {
  order: 6 !important;
}
[data-bs-theme=light] .m-0, [data-bs-theme=auto] .m-0 {
  margin: 0 !important;
}
[data-bs-theme=light] .m-1, [data-bs-theme=auto] .m-1 {
  margin: 0.25rem !important;
}
[data-bs-theme=light] .m-2, [data-bs-theme=auto] .m-2 {
  margin: 0.5rem !important;
}
[data-bs-theme=light] .m-3, [data-bs-theme=auto] .m-3 {
  margin: 1rem !important;
}
[data-bs-theme=light] .m-4, [data-bs-theme=auto] .m-4 {
  margin: 1.5rem !important;
}
[data-bs-theme=light] .m-5, [data-bs-theme=auto] .m-5 {
  margin: 3rem !important;
}
[data-bs-theme=light] .m-auto, [data-bs-theme=auto] .m-auto {
  margin: auto !important;
}
[data-bs-theme=light] .mx-0, [data-bs-theme=auto] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[data-bs-theme=light] .mx-1, [data-bs-theme=auto] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
[data-bs-theme=light] .mx-2, [data-bs-theme=auto] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
[data-bs-theme=light] .mx-3, [data-bs-theme=auto] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
[data-bs-theme=light] .mx-4, [data-bs-theme=auto] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
[data-bs-theme=light] .mx-5, [data-bs-theme=auto] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
[data-bs-theme=light] .mx-auto, [data-bs-theme=auto] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
[data-bs-theme=light] .my-0, [data-bs-theme=auto] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-bs-theme=light] .my-1, [data-bs-theme=auto] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=light] .my-2, [data-bs-theme=auto] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=light] .my-3, [data-bs-theme=auto] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
[data-bs-theme=light] .my-4, [data-bs-theme=auto] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=light] .my-5, [data-bs-theme=auto] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
[data-bs-theme=light] .my-auto, [data-bs-theme=auto] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
[data-bs-theme=light] .mt-0, [data-bs-theme=auto] .mt-0 {
  margin-top: 0 !important;
}
[data-bs-theme=light] .mt-1, [data-bs-theme=auto] .mt-1 {
  margin-top: 0.25rem !important;
}
[data-bs-theme=light] .mt-2, [data-bs-theme=auto] .mt-2 {
  margin-top: 0.5rem !important;
}
[data-bs-theme=light] .mt-3, [data-bs-theme=auto] .mt-3 {
  margin-top: 1rem !important;
}
[data-bs-theme=light] .mt-4, [data-bs-theme=auto] .mt-4 {
  margin-top: 1.5rem !important;
}
[data-bs-theme=light] .mt-5, [data-bs-theme=auto] .mt-5 {
  margin-top: 3rem !important;
}
[data-bs-theme=light] .mt-auto, [data-bs-theme=auto] .mt-auto {
  margin-top: auto !important;
}
[data-bs-theme=light] .me-0, [data-bs-theme=auto] .me-0 {
  margin-right: 0 !important;
}
[data-bs-theme=light] .me-1, [data-bs-theme=auto] .me-1 {
  margin-right: 0.25rem !important;
}
[data-bs-theme=light] .me-2, [data-bs-theme=auto] .me-2 {
  margin-right: 0.5rem !important;
}
[data-bs-theme=light] .me-3, [data-bs-theme=auto] .me-3 {
  margin-right: 1rem !important;
}
[data-bs-theme=light] .me-4, [data-bs-theme=auto] .me-4 {
  margin-right: 1.5rem !important;
}
[data-bs-theme=light] .me-5, [data-bs-theme=auto] .me-5 {
  margin-right: 3rem !important;
}
[data-bs-theme=light] .me-auto, [data-bs-theme=auto] .me-auto {
  margin-right: auto !important;
}
[data-bs-theme=light] .mb-0, [data-bs-theme=auto] .mb-0 {
  margin-bottom: 0 !important;
}
[data-bs-theme=light] .mb-1, [data-bs-theme=auto] .mb-1 {
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=light] .mb-2, [data-bs-theme=auto] .mb-2 {
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=light] .mb-3, [data-bs-theme=auto] .mb-3 {
  margin-bottom: 1rem !important;
}
[data-bs-theme=light] .mb-4, [data-bs-theme=auto] .mb-4 {
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=light] .mb-5, [data-bs-theme=auto] .mb-5 {
  margin-bottom: 3rem !important;
}
[data-bs-theme=light] .mb-auto, [data-bs-theme=auto] .mb-auto {
  margin-bottom: auto !important;
}
[data-bs-theme=light] .ms-0, [data-bs-theme=auto] .ms-0 {
  margin-left: 0 !important;
}
[data-bs-theme=light] .ms-1, [data-bs-theme=auto] .ms-1 {
  margin-left: 0.25rem !important;
}
[data-bs-theme=light] .ms-2, [data-bs-theme=auto] .ms-2 {
  margin-left: 0.5rem !important;
}
[data-bs-theme=light] .ms-3, [data-bs-theme=auto] .ms-3 {
  margin-left: 1rem !important;
}
[data-bs-theme=light] .ms-4, [data-bs-theme=auto] .ms-4 {
  margin-left: 1.5rem !important;
}
[data-bs-theme=light] .ms-5, [data-bs-theme=auto] .ms-5 {
  margin-left: 3rem !important;
}
[data-bs-theme=light] .ms-auto, [data-bs-theme=auto] .ms-auto {
  margin-left: auto !important;
}
[data-bs-theme=light] .p-0, [data-bs-theme=auto] .p-0 {
  padding: 0 !important;
}
[data-bs-theme=light] .p-1, [data-bs-theme=auto] .p-1 {
  padding: 0.25rem !important;
}
[data-bs-theme=light] .p-2, [data-bs-theme=auto] .p-2 {
  padding: 0.5rem !important;
}
[data-bs-theme=light] .p-3, [data-bs-theme=auto] .p-3 {
  padding: 1rem !important;
}
[data-bs-theme=light] .p-4, [data-bs-theme=auto] .p-4 {
  padding: 1.5rem !important;
}
[data-bs-theme=light] .p-5, [data-bs-theme=auto] .p-5 {
  padding: 3rem !important;
}
[data-bs-theme=light] .px-0, [data-bs-theme=auto] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[data-bs-theme=light] .px-1, [data-bs-theme=auto] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
[data-bs-theme=light] .px-2, [data-bs-theme=auto] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
[data-bs-theme=light] .px-3, [data-bs-theme=auto] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
[data-bs-theme=light] .px-4, [data-bs-theme=auto] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
[data-bs-theme=light] .px-5, [data-bs-theme=auto] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
[data-bs-theme=light] .py-0, [data-bs-theme=auto] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[data-bs-theme=light] .py-1, [data-bs-theme=auto] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=light] .py-2, [data-bs-theme=auto] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=light] .py-3, [data-bs-theme=auto] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
[data-bs-theme=light] .py-4, [data-bs-theme=auto] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=light] .py-5, [data-bs-theme=auto] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
[data-bs-theme=light] .pt-0, [data-bs-theme=auto] .pt-0 {
  padding-top: 0 !important;
}
[data-bs-theme=light] .pt-1, [data-bs-theme=auto] .pt-1 {
  padding-top: 0.25rem !important;
}
[data-bs-theme=light] .pt-2, [data-bs-theme=auto] .pt-2 {
  padding-top: 0.5rem !important;
}
[data-bs-theme=light] .pt-3, [data-bs-theme=auto] .pt-3 {
  padding-top: 1rem !important;
}
[data-bs-theme=light] .pt-4, [data-bs-theme=auto] .pt-4 {
  padding-top: 1.5rem !important;
}
[data-bs-theme=light] .pt-5, [data-bs-theme=auto] .pt-5 {
  padding-top: 3rem !important;
}
[data-bs-theme=light] .pe-0, [data-bs-theme=auto] .pe-0 {
  padding-right: 0 !important;
}
[data-bs-theme=light] .pe-1, [data-bs-theme=auto] .pe-1 {
  padding-right: 0.25rem !important;
}
[data-bs-theme=light] .pe-2, [data-bs-theme=auto] .pe-2 {
  padding-right: 0.5rem !important;
}
[data-bs-theme=light] .pe-3, [data-bs-theme=auto] .pe-3 {
  padding-right: 1rem !important;
}
[data-bs-theme=light] .pe-4, [data-bs-theme=auto] .pe-4 {
  padding-right: 1.5rem !important;
}
[data-bs-theme=light] .pe-5, [data-bs-theme=auto] .pe-5 {
  padding-right: 3rem !important;
}
[data-bs-theme=light] .pb-0, [data-bs-theme=auto] .pb-0 {
  padding-bottom: 0 !important;
}
[data-bs-theme=light] .pb-1, [data-bs-theme=auto] .pb-1 {
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=light] .pb-2, [data-bs-theme=auto] .pb-2 {
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=light] .pb-3, [data-bs-theme=auto] .pb-3 {
  padding-bottom: 1rem !important;
}
[data-bs-theme=light] .pb-4, [data-bs-theme=auto] .pb-4 {
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=light] .pb-5, [data-bs-theme=auto] .pb-5 {
  padding-bottom: 3rem !important;
}
[data-bs-theme=light] .ps-0, [data-bs-theme=auto] .ps-0 {
  padding-left: 0 !important;
}
[data-bs-theme=light] .ps-1, [data-bs-theme=auto] .ps-1 {
  padding-left: 0.25rem !important;
}
[data-bs-theme=light] .ps-2, [data-bs-theme=auto] .ps-2 {
  padding-left: 0.5rem !important;
}
[data-bs-theme=light] .ps-3, [data-bs-theme=auto] .ps-3 {
  padding-left: 1rem !important;
}
[data-bs-theme=light] .ps-4, [data-bs-theme=auto] .ps-4 {
  padding-left: 1.5rem !important;
}
[data-bs-theme=light] .ps-5, [data-bs-theme=auto] .ps-5 {
  padding-left: 3rem !important;
}
[data-bs-theme=light] .gap-0, [data-bs-theme=auto] .gap-0 {
  gap: 0 !important;
}
[data-bs-theme=light] .gap-1, [data-bs-theme=auto] .gap-1 {
  gap: 0.25rem !important;
}
[data-bs-theme=light] .gap-2, [data-bs-theme=auto] .gap-2 {
  gap: 0.5rem !important;
}
[data-bs-theme=light] .gap-3, [data-bs-theme=auto] .gap-3 {
  gap: 1rem !important;
}
[data-bs-theme=light] .gap-4, [data-bs-theme=auto] .gap-4 {
  gap: 1.5rem !important;
}
[data-bs-theme=light] .gap-5, [data-bs-theme=auto] .gap-5 {
  gap: 3rem !important;
}
[data-bs-theme=light] .row-gap-0, [data-bs-theme=auto] .row-gap-0 {
  row-gap: 0 !important;
}
[data-bs-theme=light] .row-gap-1, [data-bs-theme=auto] .row-gap-1 {
  row-gap: 0.25rem !important;
}
[data-bs-theme=light] .row-gap-2, [data-bs-theme=auto] .row-gap-2 {
  row-gap: 0.5rem !important;
}
[data-bs-theme=light] .row-gap-3, [data-bs-theme=auto] .row-gap-3 {
  row-gap: 1rem !important;
}
[data-bs-theme=light] .row-gap-4, [data-bs-theme=auto] .row-gap-4 {
  row-gap: 1.5rem !important;
}
[data-bs-theme=light] .row-gap-5, [data-bs-theme=auto] .row-gap-5 {
  row-gap: 3rem !important;
}
[data-bs-theme=light] .column-gap-0, [data-bs-theme=auto] .column-gap-0 {
  column-gap: 0 !important;
}
[data-bs-theme=light] .column-gap-1, [data-bs-theme=auto] .column-gap-1 {
  column-gap: 0.25rem !important;
}
[data-bs-theme=light] .column-gap-2, [data-bs-theme=auto] .column-gap-2 {
  column-gap: 0.5rem !important;
}
[data-bs-theme=light] .column-gap-3, [data-bs-theme=auto] .column-gap-3 {
  column-gap: 1rem !important;
}
[data-bs-theme=light] .column-gap-4, [data-bs-theme=auto] .column-gap-4 {
  column-gap: 1.5rem !important;
}
[data-bs-theme=light] .column-gap-5, [data-bs-theme=auto] .column-gap-5 {
  column-gap: 3rem !important;
}
[data-bs-theme=light] .font-monospace, [data-bs-theme=auto] .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
[data-bs-theme=light] .fs-1, [data-bs-theme=auto] .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
[data-bs-theme=light] .fs-2, [data-bs-theme=auto] .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
[data-bs-theme=light] .fs-3, [data-bs-theme=auto] .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
[data-bs-theme=light] .fs-4, [data-bs-theme=auto] .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
[data-bs-theme=light] .fs-5, [data-bs-theme=auto] .fs-5 {
  font-size: 1.25rem !important;
}
[data-bs-theme=light] .fs-6, [data-bs-theme=auto] .fs-6 {
  font-size: 1rem !important;
}
[data-bs-theme=light] .fst-italic, [data-bs-theme=auto] .fst-italic {
  font-style: italic !important;
}
[data-bs-theme=light] .fst-normal, [data-bs-theme=auto] .fst-normal {
  font-style: normal !important;
}
[data-bs-theme=light] .fw-lighter, [data-bs-theme=auto] .fw-lighter {
  font-weight: lighter !important;
}
[data-bs-theme=light] .fw-light, [data-bs-theme=auto] .fw-light {
  font-weight: 300 !important;
}
[data-bs-theme=light] .fw-normal, [data-bs-theme=auto] .fw-normal {
  font-weight: 400 !important;
}
[data-bs-theme=light] .fw-medium, [data-bs-theme=auto] .fw-medium {
  font-weight: 500 !important;
}
[data-bs-theme=light] .fw-semibold, [data-bs-theme=auto] .fw-semibold {
  font-weight: 600 !important;
}
[data-bs-theme=light] .fw-bold, [data-bs-theme=auto] .fw-bold {
  font-weight: 700 !important;
}
[data-bs-theme=light] .fw-bolder, [data-bs-theme=auto] .fw-bolder {
  font-weight: bolder !important;
}
[data-bs-theme=light] .lh-1, [data-bs-theme=auto] .lh-1 {
  line-height: 1 !important;
}
[data-bs-theme=light] .lh-sm, [data-bs-theme=auto] .lh-sm {
  line-height: 1.25 !important;
}
[data-bs-theme=light] .lh-base, [data-bs-theme=auto] .lh-base {
  line-height: 1.5 !important;
}
[data-bs-theme=light] .lh-lg, [data-bs-theme=auto] .lh-lg {
  line-height: 2 !important;
}
[data-bs-theme=light] .text-start, [data-bs-theme=auto] .text-start {
  text-align: left !important;
}
[data-bs-theme=light] .text-end, [data-bs-theme=auto] .text-end {
  text-align: right !important;
}
[data-bs-theme=light] .text-center, [data-bs-theme=auto] .text-center {
  text-align: center !important;
}
[data-bs-theme=light] .text-decoration-none, [data-bs-theme=auto] .text-decoration-none {
  text-decoration: none !important;
}
[data-bs-theme=light] .text-decoration-underline, [data-bs-theme=auto] .text-decoration-underline {
  text-decoration: underline !important;
}
[data-bs-theme=light] .text-decoration-line-through, [data-bs-theme=auto] .text-decoration-line-through {
  text-decoration: line-through !important;
}
[data-bs-theme=light] .text-lowercase, [data-bs-theme=auto] .text-lowercase {
  text-transform: lowercase !important;
}
[data-bs-theme=light] .text-uppercase, [data-bs-theme=auto] .text-uppercase {
  text-transform: uppercase !important;
}
[data-bs-theme=light] .text-capitalize, [data-bs-theme=auto] .text-capitalize {
  text-transform: capitalize !important;
}
[data-bs-theme=light] .text-wrap, [data-bs-theme=auto] .text-wrap {
  white-space: normal !important;
}
[data-bs-theme=light] .text-nowrap, [data-bs-theme=auto] .text-nowrap {
  white-space: nowrap !important;
}
[data-bs-theme=light] .text-break, [data-bs-theme=auto] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
[data-bs-theme=light] .text-primary, [data-bs-theme=auto] .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-secondary, [data-bs-theme=auto] .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-success, [data-bs-theme=auto] .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-info, [data-bs-theme=auto] .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-warning, [data-bs-theme=auto] .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-danger, [data-bs-theme=auto] .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-light, [data-bs-theme=auto] .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-dark, [data-bs-theme=auto] .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-black, [data-bs-theme=auto] .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-white, [data-bs-theme=auto] .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-body, [data-bs-theme=auto] .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-muted, [data-bs-theme=auto] .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=light] .text-black-50, [data-bs-theme=auto] .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
[data-bs-theme=light] .text-white-50, [data-bs-theme=auto] .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
[data-bs-theme=light] .text-body-secondary, [data-bs-theme=auto] .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=light] .text-body-tertiary, [data-bs-theme=auto] .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
[data-bs-theme=light] .text-body-emphasis, [data-bs-theme=auto] .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
[data-bs-theme=light] .text-reset, [data-bs-theme=auto] .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
[data-bs-theme=light] .text-opacity-25, [data-bs-theme=auto] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
[data-bs-theme=light] .text-opacity-50, [data-bs-theme=auto] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
[data-bs-theme=light] .text-opacity-75, [data-bs-theme=auto] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
[data-bs-theme=light] .text-opacity-100, [data-bs-theme=auto] .text-opacity-100 {
  --bs-text-opacity: 1;
}
[data-bs-theme=light] .text-primary-emphasis, [data-bs-theme=auto] .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
[data-bs-theme=light] .text-secondary-emphasis, [data-bs-theme=auto] .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
[data-bs-theme=light] .text-success-emphasis, [data-bs-theme=auto] .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
[data-bs-theme=light] .text-info-emphasis, [data-bs-theme=auto] .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
[data-bs-theme=light] .text-warning-emphasis, [data-bs-theme=auto] .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
[data-bs-theme=light] .text-danger-emphasis, [data-bs-theme=auto] .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
[data-bs-theme=light] .text-light-emphasis, [data-bs-theme=auto] .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
[data-bs-theme=light] .text-dark-emphasis, [data-bs-theme=auto] .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
[data-bs-theme=light] .link-opacity-10, [data-bs-theme=auto] .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=light] .link-opacity-10-hover:hover, [data-bs-theme=auto] .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=light] .link-opacity-25, [data-bs-theme=auto] .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=light] .link-opacity-25-hover:hover, [data-bs-theme=auto] .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=light] .link-opacity-50, [data-bs-theme=auto] .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=light] .link-opacity-50-hover:hover, [data-bs-theme=auto] .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=light] .link-opacity-75, [data-bs-theme=auto] .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=light] .link-opacity-75-hover:hover, [data-bs-theme=auto] .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=light] .link-opacity-100, [data-bs-theme=auto] .link-opacity-100 {
  --bs-link-opacity: 1;
}
[data-bs-theme=light] .link-opacity-100-hover:hover, [data-bs-theme=auto] .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
[data-bs-theme=light] .link-offset-1, [data-bs-theme=auto] .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=light] .link-offset-1-hover:hover, [data-bs-theme=auto] .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=light] .link-offset-2, [data-bs-theme=auto] .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=light] .link-offset-2-hover:hover, [data-bs-theme=auto] .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=light] .link-offset-3, [data-bs-theme=auto] .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=light] .link-offset-3-hover:hover, [data-bs-theme=auto] .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=light] .link-underline-primary, [data-bs-theme=auto] .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-secondary, [data-bs-theme=auto] .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-success, [data-bs-theme=auto] .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-info, [data-bs-theme=auto] .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-warning, [data-bs-theme=auto] .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-danger, [data-bs-theme=auto] .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-light, [data-bs-theme=auto] .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-dark, [data-bs-theme=auto] .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline, [data-bs-theme=auto] .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-underline-opacity-0, [data-bs-theme=auto] .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=light] .link-underline-opacity-0-hover:hover, [data-bs-theme=auto] .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=light] .link-underline-opacity-10, [data-bs-theme=auto] .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=light] .link-underline-opacity-10-hover:hover, [data-bs-theme=auto] .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=light] .link-underline-opacity-25, [data-bs-theme=auto] .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=light] .link-underline-opacity-25-hover:hover, [data-bs-theme=auto] .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=light] .link-underline-opacity-50, [data-bs-theme=auto] .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=light] .link-underline-opacity-50-hover:hover, [data-bs-theme=auto] .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=light] .link-underline-opacity-75, [data-bs-theme=auto] .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=light] .link-underline-opacity-75-hover:hover, [data-bs-theme=auto] .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=light] .link-underline-opacity-100, [data-bs-theme=auto] .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=light] .link-underline-opacity-100-hover:hover, [data-bs-theme=auto] .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=light] .bg-primary, [data-bs-theme=auto] .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-secondary, [data-bs-theme=auto] .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-success, [data-bs-theme=auto] .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-info, [data-bs-theme=auto] .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-warning, [data-bs-theme=auto] .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-danger, [data-bs-theme=auto] .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-light, [data-bs-theme=auto] .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-dark, [data-bs-theme=auto] .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-black, [data-bs-theme=auto] .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-white, [data-bs-theme=auto] .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-body, [data-bs-theme=auto] .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-transparent, [data-bs-theme=auto] .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
[data-bs-theme=light] .bg-body-secondary, [data-bs-theme=auto] .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-body-tertiary, [data-bs-theme=auto] .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-opacity-10, [data-bs-theme=auto] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
[data-bs-theme=light] .bg-opacity-25, [data-bs-theme=auto] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
[data-bs-theme=light] .bg-opacity-50, [data-bs-theme=auto] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
[data-bs-theme=light] .bg-opacity-75, [data-bs-theme=auto] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
[data-bs-theme=light] .bg-opacity-100, [data-bs-theme=auto] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
[data-bs-theme=light] .bg-primary-subtle, [data-bs-theme=auto] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
[data-bs-theme=light] .bg-secondary-subtle, [data-bs-theme=auto] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
[data-bs-theme=light] .bg-success-subtle, [data-bs-theme=auto] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
[data-bs-theme=light] .bg-info-subtle, [data-bs-theme=auto] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
[data-bs-theme=light] .bg-warning-subtle, [data-bs-theme=auto] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
[data-bs-theme=light] .bg-danger-subtle, [data-bs-theme=auto] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
[data-bs-theme=light] .bg-light-subtle, [data-bs-theme=auto] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
[data-bs-theme=light] .bg-dark-subtle, [data-bs-theme=auto] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
[data-bs-theme=light] .bg-gradient, [data-bs-theme=auto] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
[data-bs-theme=light] .user-select-all, [data-bs-theme=auto] .user-select-all {
  user-select: all !important;
}
[data-bs-theme=light] .user-select-auto, [data-bs-theme=auto] .user-select-auto {
  user-select: auto !important;
}
[data-bs-theme=light] .user-select-none, [data-bs-theme=auto] .user-select-none {
  user-select: none !important;
}
[data-bs-theme=light] .pe-none, [data-bs-theme=auto] .pe-none {
  pointer-events: none !important;
}
[data-bs-theme=light] .pe-auto, [data-bs-theme=auto] .pe-auto {
  pointer-events: auto !important;
}
[data-bs-theme=light] .rounded, [data-bs-theme=auto] .rounded {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-0, [data-bs-theme=auto] .rounded-0 {
  border-radius: 0 !important;
}
[data-bs-theme=light] .rounded-1, [data-bs-theme=auto] .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-2, [data-bs-theme=auto] .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-3, [data-bs-theme=auto] .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-4, [data-bs-theme=auto] .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-5, [data-bs-theme=auto] .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-circle, [data-bs-theme=auto] .rounded-circle {
  border-radius: 50% !important;
}
[data-bs-theme=light] .rounded-pill, [data-bs-theme=auto] .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-top, [data-bs-theme=auto] .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-top-0, [data-bs-theme=auto] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
[data-bs-theme=light] .rounded-top-1, [data-bs-theme=auto] .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-top-2, [data-bs-theme=auto] .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-top-3, [data-bs-theme=auto] .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-top-4, [data-bs-theme=auto] .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-top-5, [data-bs-theme=auto] .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-top-circle, [data-bs-theme=auto] .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
[data-bs-theme=light] .rounded-top-pill, [data-bs-theme=auto] .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-end, [data-bs-theme=auto] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-end-0, [data-bs-theme=auto] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-bs-theme=light] .rounded-end-1, [data-bs-theme=auto] .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-end-2, [data-bs-theme=auto] .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-end-3, [data-bs-theme=auto] .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-end-4, [data-bs-theme=auto] .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-end-5, [data-bs-theme=auto] .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-end-circle, [data-bs-theme=auto] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
[data-bs-theme=light] .rounded-end-pill, [data-bs-theme=auto] .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-bottom, [data-bs-theme=auto] .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-bottom-0, [data-bs-theme=auto] .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-bs-theme=light] .rounded-bottom-1, [data-bs-theme=auto] .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-bottom-2, [data-bs-theme=auto] .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-bottom-3, [data-bs-theme=auto] .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-bottom-4, [data-bs-theme=auto] .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-bottom-5, [data-bs-theme=auto] .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-bottom-circle, [data-bs-theme=auto] .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
[data-bs-theme=light] .rounded-bottom-pill, [data-bs-theme=auto] .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-start, [data-bs-theme=auto] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-start-0, [data-bs-theme=auto] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
[data-bs-theme=light] .rounded-start-1, [data-bs-theme=auto] .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-start-2, [data-bs-theme=auto] .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-start-3, [data-bs-theme=auto] .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-start-4, [data-bs-theme=auto] .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-start-5, [data-bs-theme=auto] .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-start-circle, [data-bs-theme=auto] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
[data-bs-theme=light] .rounded-start-pill, [data-bs-theme=auto] .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .visible, [data-bs-theme=auto] .visible {
  visibility: visible !important;
}
[data-bs-theme=light] .invisible, [data-bs-theme=auto] .invisible {
  visibility: hidden !important;
}
[data-bs-theme=light] .z-n1, [data-bs-theme=auto] .z-n1 {
  z-index: -1 !important;
}
[data-bs-theme=light] .z-0, [data-bs-theme=auto] .z-0 {
  z-index: 0 !important;
}
[data-bs-theme=light] .z-1, [data-bs-theme=auto] .z-1 {
  z-index: 1 !important;
}
[data-bs-theme=light] .z-2, [data-bs-theme=auto] .z-2 {
  z-index: 2 !important;
}
[data-bs-theme=light] .z-3, [data-bs-theme=auto] .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .float-sm-start, [data-bs-theme=auto] .float-sm-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-sm-end, [data-bs-theme=auto] .float-sm-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-sm-none, [data-bs-theme=auto] .float-sm-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-sm-contain, [data-bs-theme=auto] .object-fit-sm-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-sm-cover, [data-bs-theme=auto] .object-fit-sm-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-sm-fill, [data-bs-theme=auto] .object-fit-sm-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-sm-scale, [data-bs-theme=auto] .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-sm-none, [data-bs-theme=auto] .object-fit-sm-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-sm-inline, [data-bs-theme=auto] .d-sm-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-sm-inline-block, [data-bs-theme=auto] .d-sm-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-sm-block, [data-bs-theme=auto] .d-sm-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-sm-grid, [data-bs-theme=auto] .d-sm-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-sm-inline-grid, [data-bs-theme=auto] .d-sm-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-sm-table, [data-bs-theme=auto] .d-sm-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-sm-table-row, [data-bs-theme=auto] .d-sm-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-sm-table-cell, [data-bs-theme=auto] .d-sm-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-sm-flex, [data-bs-theme=auto] .d-sm-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-sm-inline-flex, [data-bs-theme=auto] .d-sm-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-sm-none, [data-bs-theme=auto] .d-sm-none {
    display: none !important;
  }
  [data-bs-theme=light] .flex-sm-fill, [data-bs-theme=auto] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-sm-row, [data-bs-theme=auto] .flex-sm-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-sm-column, [data-bs-theme=auto] .flex-sm-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-sm-row-reverse, [data-bs-theme=auto] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-sm-column-reverse, [data-bs-theme=auto] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-sm-grow-0, [data-bs-theme=auto] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-sm-grow-1, [data-bs-theme=auto] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-sm-shrink-0, [data-bs-theme=auto] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-sm-shrink-1, [data-bs-theme=auto] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-sm-wrap, [data-bs-theme=auto] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-sm-nowrap, [data-bs-theme=auto] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-sm-wrap-reverse, [data-bs-theme=auto] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-sm-start, [data-bs-theme=auto] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-sm-end, [data-bs-theme=auto] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-sm-center, [data-bs-theme=auto] .justify-content-sm-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-sm-between, [data-bs-theme=auto] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-sm-around, [data-bs-theme=auto] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-sm-evenly, [data-bs-theme=auto] .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-sm-start, [data-bs-theme=auto] .align-items-sm-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-sm-end, [data-bs-theme=auto] .align-items-sm-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-sm-center, [data-bs-theme=auto] .align-items-sm-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-sm-baseline, [data-bs-theme=auto] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-sm-stretch, [data-bs-theme=auto] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-sm-start, [data-bs-theme=auto] .align-content-sm-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-sm-end, [data-bs-theme=auto] .align-content-sm-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-sm-center, [data-bs-theme=auto] .align-content-sm-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-sm-between, [data-bs-theme=auto] .align-content-sm-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-sm-around, [data-bs-theme=auto] .align-content-sm-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-sm-stretch, [data-bs-theme=auto] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-sm-auto, [data-bs-theme=auto] .align-self-sm-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-sm-start, [data-bs-theme=auto] .align-self-sm-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-sm-end, [data-bs-theme=auto] .align-self-sm-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-sm-center, [data-bs-theme=auto] .align-self-sm-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-sm-baseline, [data-bs-theme=auto] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-sm-stretch, [data-bs-theme=auto] .align-self-sm-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-sm-first, [data-bs-theme=auto] .order-sm-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-sm-0, [data-bs-theme=auto] .order-sm-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-sm-1, [data-bs-theme=auto] .order-sm-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-sm-2, [data-bs-theme=auto] .order-sm-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-sm-3, [data-bs-theme=auto] .order-sm-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-sm-4, [data-bs-theme=auto] .order-sm-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-sm-5, [data-bs-theme=auto] .order-sm-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-sm-last, [data-bs-theme=auto] .order-sm-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-sm-0, [data-bs-theme=auto] .m-sm-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-sm-1, [data-bs-theme=auto] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-sm-2, [data-bs-theme=auto] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-sm-3, [data-bs-theme=auto] .m-sm-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-sm-4, [data-bs-theme=auto] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-sm-5, [data-bs-theme=auto] .m-sm-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-sm-auto, [data-bs-theme=auto] .m-sm-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-sm-0, [data-bs-theme=auto] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-sm-1, [data-bs-theme=auto] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-sm-2, [data-bs-theme=auto] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-sm-3, [data-bs-theme=auto] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-sm-4, [data-bs-theme=auto] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-sm-5, [data-bs-theme=auto] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-sm-auto, [data-bs-theme=auto] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-sm-0, [data-bs-theme=auto] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-sm-1, [data-bs-theme=auto] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-sm-2, [data-bs-theme=auto] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-sm-3, [data-bs-theme=auto] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-sm-4, [data-bs-theme=auto] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-sm-5, [data-bs-theme=auto] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-sm-auto, [data-bs-theme=auto] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-sm-0, [data-bs-theme=auto] .mt-sm-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-sm-1, [data-bs-theme=auto] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-sm-2, [data-bs-theme=auto] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-sm-3, [data-bs-theme=auto] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-sm-4, [data-bs-theme=auto] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-sm-5, [data-bs-theme=auto] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-sm-auto, [data-bs-theme=auto] .mt-sm-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-sm-0, [data-bs-theme=auto] .me-sm-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-sm-1, [data-bs-theme=auto] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-sm-2, [data-bs-theme=auto] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-sm-3, [data-bs-theme=auto] .me-sm-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-sm-4, [data-bs-theme=auto] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-sm-5, [data-bs-theme=auto] .me-sm-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-sm-auto, [data-bs-theme=auto] .me-sm-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-sm-0, [data-bs-theme=auto] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-sm-1, [data-bs-theme=auto] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-sm-2, [data-bs-theme=auto] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-sm-3, [data-bs-theme=auto] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-sm-4, [data-bs-theme=auto] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-sm-5, [data-bs-theme=auto] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-sm-auto, [data-bs-theme=auto] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-sm-0, [data-bs-theme=auto] .ms-sm-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-sm-1, [data-bs-theme=auto] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-sm-2, [data-bs-theme=auto] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-sm-3, [data-bs-theme=auto] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-sm-4, [data-bs-theme=auto] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-sm-5, [data-bs-theme=auto] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-sm-auto, [data-bs-theme=auto] .ms-sm-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-sm-0, [data-bs-theme=auto] .p-sm-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-sm-1, [data-bs-theme=auto] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-sm-2, [data-bs-theme=auto] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-sm-3, [data-bs-theme=auto] .p-sm-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-sm-4, [data-bs-theme=auto] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-sm-5, [data-bs-theme=auto] .p-sm-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-sm-0, [data-bs-theme=auto] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-sm-1, [data-bs-theme=auto] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-sm-2, [data-bs-theme=auto] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-sm-3, [data-bs-theme=auto] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-sm-4, [data-bs-theme=auto] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-sm-5, [data-bs-theme=auto] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-sm-0, [data-bs-theme=auto] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-sm-1, [data-bs-theme=auto] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-sm-2, [data-bs-theme=auto] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-sm-3, [data-bs-theme=auto] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-sm-4, [data-bs-theme=auto] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-sm-5, [data-bs-theme=auto] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-sm-0, [data-bs-theme=auto] .pt-sm-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-sm-1, [data-bs-theme=auto] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-sm-2, [data-bs-theme=auto] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-sm-3, [data-bs-theme=auto] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-sm-4, [data-bs-theme=auto] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-sm-5, [data-bs-theme=auto] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-sm-0, [data-bs-theme=auto] .pe-sm-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-sm-1, [data-bs-theme=auto] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-sm-2, [data-bs-theme=auto] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-sm-3, [data-bs-theme=auto] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-sm-4, [data-bs-theme=auto] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-sm-5, [data-bs-theme=auto] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-sm-0, [data-bs-theme=auto] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-sm-1, [data-bs-theme=auto] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-sm-2, [data-bs-theme=auto] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-sm-3, [data-bs-theme=auto] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-sm-4, [data-bs-theme=auto] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-sm-5, [data-bs-theme=auto] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-sm-0, [data-bs-theme=auto] .ps-sm-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-sm-1, [data-bs-theme=auto] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-sm-2, [data-bs-theme=auto] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-sm-3, [data-bs-theme=auto] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-sm-4, [data-bs-theme=auto] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-sm-5, [data-bs-theme=auto] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-sm-0, [data-bs-theme=auto] .gap-sm-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-sm-1, [data-bs-theme=auto] .gap-sm-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-sm-2, [data-bs-theme=auto] .gap-sm-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-sm-3, [data-bs-theme=auto] .gap-sm-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-sm-4, [data-bs-theme=auto] .gap-sm-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-sm-5, [data-bs-theme=auto] .gap-sm-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-0, [data-bs-theme=auto] .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-sm-1, [data-bs-theme=auto] .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-2, [data-bs-theme=auto] .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-3, [data-bs-theme=auto] .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-4, [data-bs-theme=auto] .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-5, [data-bs-theme=auto] .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-0, [data-bs-theme=auto] .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-sm-1, [data-bs-theme=auto] .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-2, [data-bs-theme=auto] .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-3, [data-bs-theme=auto] .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-4, [data-bs-theme=auto] .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-5, [data-bs-theme=auto] .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .text-sm-start, [data-bs-theme=auto] .text-sm-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-sm-end, [data-bs-theme=auto] .text-sm-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-sm-center, [data-bs-theme=auto] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .float-md-start, [data-bs-theme=auto] .float-md-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-md-end, [data-bs-theme=auto] .float-md-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-md-none, [data-bs-theme=auto] .float-md-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-md-contain, [data-bs-theme=auto] .object-fit-md-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-md-cover, [data-bs-theme=auto] .object-fit-md-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-md-fill, [data-bs-theme=auto] .object-fit-md-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-md-scale, [data-bs-theme=auto] .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-md-none, [data-bs-theme=auto] .object-fit-md-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-md-inline, [data-bs-theme=auto] .d-md-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-md-inline-block, [data-bs-theme=auto] .d-md-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-md-block, [data-bs-theme=auto] .d-md-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-md-grid, [data-bs-theme=auto] .d-md-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-md-inline-grid, [data-bs-theme=auto] .d-md-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-md-table, [data-bs-theme=auto] .d-md-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-md-table-row, [data-bs-theme=auto] .d-md-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-md-table-cell, [data-bs-theme=auto] .d-md-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-md-flex, [data-bs-theme=auto] .d-md-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-md-inline-flex, [data-bs-theme=auto] .d-md-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-md-none, [data-bs-theme=auto] .d-md-none {
    display: none !important;
  }
  [data-bs-theme=light] .flex-md-fill, [data-bs-theme=auto] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-md-row, [data-bs-theme=auto] .flex-md-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-md-column, [data-bs-theme=auto] .flex-md-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-md-row-reverse, [data-bs-theme=auto] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-md-column-reverse, [data-bs-theme=auto] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-md-grow-0, [data-bs-theme=auto] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-md-grow-1, [data-bs-theme=auto] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-md-shrink-0, [data-bs-theme=auto] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-md-shrink-1, [data-bs-theme=auto] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-md-wrap, [data-bs-theme=auto] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-md-nowrap, [data-bs-theme=auto] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-md-wrap-reverse, [data-bs-theme=auto] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-md-start, [data-bs-theme=auto] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-md-end, [data-bs-theme=auto] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-md-center, [data-bs-theme=auto] .justify-content-md-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-md-between, [data-bs-theme=auto] .justify-content-md-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-md-around, [data-bs-theme=auto] .justify-content-md-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-md-evenly, [data-bs-theme=auto] .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-md-start, [data-bs-theme=auto] .align-items-md-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-md-end, [data-bs-theme=auto] .align-items-md-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-md-center, [data-bs-theme=auto] .align-items-md-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-md-baseline, [data-bs-theme=auto] .align-items-md-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-md-stretch, [data-bs-theme=auto] .align-items-md-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-md-start, [data-bs-theme=auto] .align-content-md-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-md-end, [data-bs-theme=auto] .align-content-md-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-md-center, [data-bs-theme=auto] .align-content-md-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-md-between, [data-bs-theme=auto] .align-content-md-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-md-around, [data-bs-theme=auto] .align-content-md-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-md-stretch, [data-bs-theme=auto] .align-content-md-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-md-auto, [data-bs-theme=auto] .align-self-md-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-md-start, [data-bs-theme=auto] .align-self-md-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-md-end, [data-bs-theme=auto] .align-self-md-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-md-center, [data-bs-theme=auto] .align-self-md-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-md-baseline, [data-bs-theme=auto] .align-self-md-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-md-stretch, [data-bs-theme=auto] .align-self-md-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-md-first, [data-bs-theme=auto] .order-md-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-md-0, [data-bs-theme=auto] .order-md-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-md-1, [data-bs-theme=auto] .order-md-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-md-2, [data-bs-theme=auto] .order-md-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-md-3, [data-bs-theme=auto] .order-md-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-md-4, [data-bs-theme=auto] .order-md-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-md-5, [data-bs-theme=auto] .order-md-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-md-last, [data-bs-theme=auto] .order-md-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-md-0, [data-bs-theme=auto] .m-md-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-md-1, [data-bs-theme=auto] .m-md-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-md-2, [data-bs-theme=auto] .m-md-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-md-3, [data-bs-theme=auto] .m-md-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-md-4, [data-bs-theme=auto] .m-md-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-md-5, [data-bs-theme=auto] .m-md-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-md-auto, [data-bs-theme=auto] .m-md-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-md-0, [data-bs-theme=auto] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-md-1, [data-bs-theme=auto] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-md-2, [data-bs-theme=auto] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-md-3, [data-bs-theme=auto] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-md-4, [data-bs-theme=auto] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-md-5, [data-bs-theme=auto] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-md-auto, [data-bs-theme=auto] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-md-0, [data-bs-theme=auto] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-md-1, [data-bs-theme=auto] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-md-2, [data-bs-theme=auto] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-md-3, [data-bs-theme=auto] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-md-4, [data-bs-theme=auto] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-md-5, [data-bs-theme=auto] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-md-auto, [data-bs-theme=auto] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-md-0, [data-bs-theme=auto] .mt-md-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-md-1, [data-bs-theme=auto] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-md-2, [data-bs-theme=auto] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-md-3, [data-bs-theme=auto] .mt-md-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-md-4, [data-bs-theme=auto] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-md-5, [data-bs-theme=auto] .mt-md-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-md-auto, [data-bs-theme=auto] .mt-md-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-md-0, [data-bs-theme=auto] .me-md-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-md-1, [data-bs-theme=auto] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-md-2, [data-bs-theme=auto] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-md-3, [data-bs-theme=auto] .me-md-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-md-4, [data-bs-theme=auto] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-md-5, [data-bs-theme=auto] .me-md-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-md-auto, [data-bs-theme=auto] .me-md-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-md-0, [data-bs-theme=auto] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-md-1, [data-bs-theme=auto] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-md-2, [data-bs-theme=auto] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-md-3, [data-bs-theme=auto] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-md-4, [data-bs-theme=auto] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-md-5, [data-bs-theme=auto] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-md-auto, [data-bs-theme=auto] .mb-md-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-md-0, [data-bs-theme=auto] .ms-md-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-md-1, [data-bs-theme=auto] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-md-2, [data-bs-theme=auto] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-md-3, [data-bs-theme=auto] .ms-md-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-md-4, [data-bs-theme=auto] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-md-5, [data-bs-theme=auto] .ms-md-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-md-auto, [data-bs-theme=auto] .ms-md-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-md-0, [data-bs-theme=auto] .p-md-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-md-1, [data-bs-theme=auto] .p-md-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-md-2, [data-bs-theme=auto] .p-md-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-md-3, [data-bs-theme=auto] .p-md-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-md-4, [data-bs-theme=auto] .p-md-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-md-5, [data-bs-theme=auto] .p-md-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-md-0, [data-bs-theme=auto] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-md-1, [data-bs-theme=auto] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-md-2, [data-bs-theme=auto] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-md-3, [data-bs-theme=auto] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-md-4, [data-bs-theme=auto] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-md-5, [data-bs-theme=auto] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-md-0, [data-bs-theme=auto] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-md-1, [data-bs-theme=auto] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-md-2, [data-bs-theme=auto] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-md-3, [data-bs-theme=auto] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-md-4, [data-bs-theme=auto] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-md-5, [data-bs-theme=auto] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-md-0, [data-bs-theme=auto] .pt-md-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-md-1, [data-bs-theme=auto] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-md-2, [data-bs-theme=auto] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-md-3, [data-bs-theme=auto] .pt-md-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-md-4, [data-bs-theme=auto] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-md-5, [data-bs-theme=auto] .pt-md-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-md-0, [data-bs-theme=auto] .pe-md-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-md-1, [data-bs-theme=auto] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-md-2, [data-bs-theme=auto] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-md-3, [data-bs-theme=auto] .pe-md-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-md-4, [data-bs-theme=auto] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-md-5, [data-bs-theme=auto] .pe-md-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-md-0, [data-bs-theme=auto] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-md-1, [data-bs-theme=auto] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-md-2, [data-bs-theme=auto] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-md-3, [data-bs-theme=auto] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-md-4, [data-bs-theme=auto] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-md-5, [data-bs-theme=auto] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-md-0, [data-bs-theme=auto] .ps-md-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-md-1, [data-bs-theme=auto] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-md-2, [data-bs-theme=auto] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-md-3, [data-bs-theme=auto] .ps-md-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-md-4, [data-bs-theme=auto] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-md-5, [data-bs-theme=auto] .ps-md-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-md-0, [data-bs-theme=auto] .gap-md-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-md-1, [data-bs-theme=auto] .gap-md-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-md-2, [data-bs-theme=auto] .gap-md-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-md-3, [data-bs-theme=auto] .gap-md-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-md-4, [data-bs-theme=auto] .gap-md-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-md-5, [data-bs-theme=auto] .gap-md-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-md-0, [data-bs-theme=auto] .row-gap-md-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-md-1, [data-bs-theme=auto] .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-md-2, [data-bs-theme=auto] .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-md-3, [data-bs-theme=auto] .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-md-4, [data-bs-theme=auto] .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-md-5, [data-bs-theme=auto] .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-md-0, [data-bs-theme=auto] .column-gap-md-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-md-1, [data-bs-theme=auto] .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-md-2, [data-bs-theme=auto] .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-md-3, [data-bs-theme=auto] .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-md-4, [data-bs-theme=auto] .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-md-5, [data-bs-theme=auto] .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .text-md-start, [data-bs-theme=auto] .text-md-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-md-end, [data-bs-theme=auto] .text-md-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-md-center, [data-bs-theme=auto] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .float-lg-start, [data-bs-theme=auto] .float-lg-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-lg-end, [data-bs-theme=auto] .float-lg-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-lg-none, [data-bs-theme=auto] .float-lg-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-lg-contain, [data-bs-theme=auto] .object-fit-lg-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-lg-cover, [data-bs-theme=auto] .object-fit-lg-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-lg-fill, [data-bs-theme=auto] .object-fit-lg-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-lg-scale, [data-bs-theme=auto] .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-lg-none, [data-bs-theme=auto] .object-fit-lg-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-lg-inline, [data-bs-theme=auto] .d-lg-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-lg-inline-block, [data-bs-theme=auto] .d-lg-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-lg-block, [data-bs-theme=auto] .d-lg-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-lg-grid, [data-bs-theme=auto] .d-lg-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-lg-inline-grid, [data-bs-theme=auto] .d-lg-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-lg-table, [data-bs-theme=auto] .d-lg-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-lg-table-row, [data-bs-theme=auto] .d-lg-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-lg-table-cell, [data-bs-theme=auto] .d-lg-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-lg-flex, [data-bs-theme=auto] .d-lg-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-lg-inline-flex, [data-bs-theme=auto] .d-lg-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-lg-none, [data-bs-theme=auto] .d-lg-none {
    display: none !important;
  }
  [data-bs-theme=light] .flex-lg-fill, [data-bs-theme=auto] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-lg-row, [data-bs-theme=auto] .flex-lg-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-lg-column, [data-bs-theme=auto] .flex-lg-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-lg-row-reverse, [data-bs-theme=auto] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-lg-column-reverse, [data-bs-theme=auto] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-lg-grow-0, [data-bs-theme=auto] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-lg-grow-1, [data-bs-theme=auto] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-lg-shrink-0, [data-bs-theme=auto] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-lg-shrink-1, [data-bs-theme=auto] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-lg-wrap, [data-bs-theme=auto] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-lg-nowrap, [data-bs-theme=auto] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-lg-wrap-reverse, [data-bs-theme=auto] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-lg-start, [data-bs-theme=auto] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-lg-end, [data-bs-theme=auto] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-lg-center, [data-bs-theme=auto] .justify-content-lg-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-lg-between, [data-bs-theme=auto] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-lg-around, [data-bs-theme=auto] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-lg-evenly, [data-bs-theme=auto] .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-lg-start, [data-bs-theme=auto] .align-items-lg-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-lg-end, [data-bs-theme=auto] .align-items-lg-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-lg-center, [data-bs-theme=auto] .align-items-lg-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-lg-baseline, [data-bs-theme=auto] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-lg-stretch, [data-bs-theme=auto] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-lg-start, [data-bs-theme=auto] .align-content-lg-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-lg-end, [data-bs-theme=auto] .align-content-lg-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-lg-center, [data-bs-theme=auto] .align-content-lg-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-lg-between, [data-bs-theme=auto] .align-content-lg-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-lg-around, [data-bs-theme=auto] .align-content-lg-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-lg-stretch, [data-bs-theme=auto] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-lg-auto, [data-bs-theme=auto] .align-self-lg-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-lg-start, [data-bs-theme=auto] .align-self-lg-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-lg-end, [data-bs-theme=auto] .align-self-lg-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-lg-center, [data-bs-theme=auto] .align-self-lg-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-lg-baseline, [data-bs-theme=auto] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-lg-stretch, [data-bs-theme=auto] .align-self-lg-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-lg-first, [data-bs-theme=auto] .order-lg-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-lg-0, [data-bs-theme=auto] .order-lg-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-lg-1, [data-bs-theme=auto] .order-lg-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-lg-2, [data-bs-theme=auto] .order-lg-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-lg-3, [data-bs-theme=auto] .order-lg-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-lg-4, [data-bs-theme=auto] .order-lg-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-lg-5, [data-bs-theme=auto] .order-lg-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-lg-last, [data-bs-theme=auto] .order-lg-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-lg-0, [data-bs-theme=auto] .m-lg-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-lg-1, [data-bs-theme=auto] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-lg-2, [data-bs-theme=auto] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-lg-3, [data-bs-theme=auto] .m-lg-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-lg-4, [data-bs-theme=auto] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-lg-5, [data-bs-theme=auto] .m-lg-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-lg-auto, [data-bs-theme=auto] .m-lg-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-lg-0, [data-bs-theme=auto] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-lg-1, [data-bs-theme=auto] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-lg-2, [data-bs-theme=auto] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-lg-3, [data-bs-theme=auto] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-lg-4, [data-bs-theme=auto] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-lg-5, [data-bs-theme=auto] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-lg-auto, [data-bs-theme=auto] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-lg-0, [data-bs-theme=auto] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-lg-1, [data-bs-theme=auto] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-lg-2, [data-bs-theme=auto] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-lg-3, [data-bs-theme=auto] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-lg-4, [data-bs-theme=auto] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-lg-5, [data-bs-theme=auto] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-lg-auto, [data-bs-theme=auto] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-lg-0, [data-bs-theme=auto] .mt-lg-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-lg-1, [data-bs-theme=auto] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-lg-2, [data-bs-theme=auto] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-lg-3, [data-bs-theme=auto] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-lg-4, [data-bs-theme=auto] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-lg-5, [data-bs-theme=auto] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-lg-auto, [data-bs-theme=auto] .mt-lg-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-lg-0, [data-bs-theme=auto] .me-lg-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-lg-1, [data-bs-theme=auto] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-lg-2, [data-bs-theme=auto] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-lg-3, [data-bs-theme=auto] .me-lg-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-lg-4, [data-bs-theme=auto] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-lg-5, [data-bs-theme=auto] .me-lg-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-lg-auto, [data-bs-theme=auto] .me-lg-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-lg-0, [data-bs-theme=auto] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-lg-1, [data-bs-theme=auto] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-lg-2, [data-bs-theme=auto] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-lg-3, [data-bs-theme=auto] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-lg-4, [data-bs-theme=auto] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-lg-5, [data-bs-theme=auto] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-lg-auto, [data-bs-theme=auto] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-lg-0, [data-bs-theme=auto] .ms-lg-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-lg-1, [data-bs-theme=auto] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-lg-2, [data-bs-theme=auto] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-lg-3, [data-bs-theme=auto] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-lg-4, [data-bs-theme=auto] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-lg-5, [data-bs-theme=auto] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-lg-auto, [data-bs-theme=auto] .ms-lg-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-lg-0, [data-bs-theme=auto] .p-lg-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-lg-1, [data-bs-theme=auto] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-lg-2, [data-bs-theme=auto] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-lg-3, [data-bs-theme=auto] .p-lg-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-lg-4, [data-bs-theme=auto] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-lg-5, [data-bs-theme=auto] .p-lg-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-lg-0, [data-bs-theme=auto] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-lg-1, [data-bs-theme=auto] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-lg-2, [data-bs-theme=auto] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-lg-3, [data-bs-theme=auto] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-lg-4, [data-bs-theme=auto] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-lg-5, [data-bs-theme=auto] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-lg-0, [data-bs-theme=auto] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-lg-1, [data-bs-theme=auto] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-lg-2, [data-bs-theme=auto] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-lg-3, [data-bs-theme=auto] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-lg-4, [data-bs-theme=auto] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-lg-5, [data-bs-theme=auto] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-lg-0, [data-bs-theme=auto] .pt-lg-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-lg-1, [data-bs-theme=auto] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-lg-2, [data-bs-theme=auto] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-lg-3, [data-bs-theme=auto] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-lg-4, [data-bs-theme=auto] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-lg-5, [data-bs-theme=auto] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-lg-0, [data-bs-theme=auto] .pe-lg-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-lg-1, [data-bs-theme=auto] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-lg-2, [data-bs-theme=auto] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-lg-3, [data-bs-theme=auto] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-lg-4, [data-bs-theme=auto] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-lg-5, [data-bs-theme=auto] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-lg-0, [data-bs-theme=auto] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-lg-1, [data-bs-theme=auto] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-lg-2, [data-bs-theme=auto] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-lg-3, [data-bs-theme=auto] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-lg-4, [data-bs-theme=auto] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-lg-5, [data-bs-theme=auto] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-lg-0, [data-bs-theme=auto] .ps-lg-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-lg-1, [data-bs-theme=auto] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-lg-2, [data-bs-theme=auto] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-lg-3, [data-bs-theme=auto] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-lg-4, [data-bs-theme=auto] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-lg-5, [data-bs-theme=auto] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-lg-0, [data-bs-theme=auto] .gap-lg-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-lg-1, [data-bs-theme=auto] .gap-lg-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-lg-2, [data-bs-theme=auto] .gap-lg-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-lg-3, [data-bs-theme=auto] .gap-lg-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-lg-4, [data-bs-theme=auto] .gap-lg-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-lg-5, [data-bs-theme=auto] .gap-lg-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-0, [data-bs-theme=auto] .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-lg-1, [data-bs-theme=auto] .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-2, [data-bs-theme=auto] .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-3, [data-bs-theme=auto] .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-4, [data-bs-theme=auto] .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-5, [data-bs-theme=auto] .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-0, [data-bs-theme=auto] .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-lg-1, [data-bs-theme=auto] .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-2, [data-bs-theme=auto] .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-3, [data-bs-theme=auto] .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-4, [data-bs-theme=auto] .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-5, [data-bs-theme=auto] .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .text-lg-start, [data-bs-theme=auto] .text-lg-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-lg-end, [data-bs-theme=auto] .text-lg-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-lg-center, [data-bs-theme=auto] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .float-xl-start, [data-bs-theme=auto] .float-xl-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-xl-end, [data-bs-theme=auto] .float-xl-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-xl-none, [data-bs-theme=auto] .float-xl-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-xl-contain, [data-bs-theme=auto] .object-fit-xl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-xl-cover, [data-bs-theme=auto] .object-fit-xl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-xl-fill, [data-bs-theme=auto] .object-fit-xl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-xl-scale, [data-bs-theme=auto] .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-xl-none, [data-bs-theme=auto] .object-fit-xl-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-xl-inline, [data-bs-theme=auto] .d-xl-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-xl-inline-block, [data-bs-theme=auto] .d-xl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-xl-block, [data-bs-theme=auto] .d-xl-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-xl-grid, [data-bs-theme=auto] .d-xl-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-xl-inline-grid, [data-bs-theme=auto] .d-xl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-xl-table, [data-bs-theme=auto] .d-xl-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-xl-table-row, [data-bs-theme=auto] .d-xl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-xl-table-cell, [data-bs-theme=auto] .d-xl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-xl-flex, [data-bs-theme=auto] .d-xl-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-xl-inline-flex, [data-bs-theme=auto] .d-xl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-xl-none, [data-bs-theme=auto] .d-xl-none {
    display: none !important;
  }
  [data-bs-theme=light] .flex-xl-fill, [data-bs-theme=auto] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-xl-row, [data-bs-theme=auto] .flex-xl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-xl-column, [data-bs-theme=auto] .flex-xl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-xl-row-reverse, [data-bs-theme=auto] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-xl-column-reverse, [data-bs-theme=auto] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-xl-grow-0, [data-bs-theme=auto] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-xl-grow-1, [data-bs-theme=auto] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-xl-shrink-0, [data-bs-theme=auto] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-xl-shrink-1, [data-bs-theme=auto] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-xl-wrap, [data-bs-theme=auto] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-xl-nowrap, [data-bs-theme=auto] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-xl-wrap-reverse, [data-bs-theme=auto] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-xl-start, [data-bs-theme=auto] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-xl-end, [data-bs-theme=auto] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-xl-center, [data-bs-theme=auto] .justify-content-xl-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-xl-between, [data-bs-theme=auto] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-xl-around, [data-bs-theme=auto] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-xl-evenly, [data-bs-theme=auto] .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-xl-start, [data-bs-theme=auto] .align-items-xl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-xl-end, [data-bs-theme=auto] .align-items-xl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-xl-center, [data-bs-theme=auto] .align-items-xl-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-xl-baseline, [data-bs-theme=auto] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-xl-stretch, [data-bs-theme=auto] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-xl-start, [data-bs-theme=auto] .align-content-xl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-xl-end, [data-bs-theme=auto] .align-content-xl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-xl-center, [data-bs-theme=auto] .align-content-xl-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-xl-between, [data-bs-theme=auto] .align-content-xl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-xl-around, [data-bs-theme=auto] .align-content-xl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-xl-stretch, [data-bs-theme=auto] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-xl-auto, [data-bs-theme=auto] .align-self-xl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-xl-start, [data-bs-theme=auto] .align-self-xl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-xl-end, [data-bs-theme=auto] .align-self-xl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-xl-center, [data-bs-theme=auto] .align-self-xl-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-xl-baseline, [data-bs-theme=auto] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-xl-stretch, [data-bs-theme=auto] .align-self-xl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-xl-first, [data-bs-theme=auto] .order-xl-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-xl-0, [data-bs-theme=auto] .order-xl-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-xl-1, [data-bs-theme=auto] .order-xl-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-xl-2, [data-bs-theme=auto] .order-xl-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-xl-3, [data-bs-theme=auto] .order-xl-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-xl-4, [data-bs-theme=auto] .order-xl-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-xl-5, [data-bs-theme=auto] .order-xl-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-xl-last, [data-bs-theme=auto] .order-xl-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-xl-0, [data-bs-theme=auto] .m-xl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-xl-1, [data-bs-theme=auto] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-xl-2, [data-bs-theme=auto] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-xl-3, [data-bs-theme=auto] .m-xl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-xl-4, [data-bs-theme=auto] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-xl-5, [data-bs-theme=auto] .m-xl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-xl-auto, [data-bs-theme=auto] .m-xl-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-xl-0, [data-bs-theme=auto] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-xl-1, [data-bs-theme=auto] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-xl-2, [data-bs-theme=auto] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-xl-3, [data-bs-theme=auto] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-xl-4, [data-bs-theme=auto] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-xl-5, [data-bs-theme=auto] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-xl-auto, [data-bs-theme=auto] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-xl-0, [data-bs-theme=auto] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-xl-1, [data-bs-theme=auto] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-xl-2, [data-bs-theme=auto] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-xl-3, [data-bs-theme=auto] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-xl-4, [data-bs-theme=auto] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-xl-5, [data-bs-theme=auto] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-xl-auto, [data-bs-theme=auto] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-xl-0, [data-bs-theme=auto] .mt-xl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-xl-1, [data-bs-theme=auto] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-xl-2, [data-bs-theme=auto] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-xl-3, [data-bs-theme=auto] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-xl-4, [data-bs-theme=auto] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-xl-5, [data-bs-theme=auto] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-xl-auto, [data-bs-theme=auto] .mt-xl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-xl-0, [data-bs-theme=auto] .me-xl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-xl-1, [data-bs-theme=auto] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-xl-2, [data-bs-theme=auto] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-xl-3, [data-bs-theme=auto] .me-xl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-xl-4, [data-bs-theme=auto] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-xl-5, [data-bs-theme=auto] .me-xl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-xl-auto, [data-bs-theme=auto] .me-xl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-xl-0, [data-bs-theme=auto] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-xl-1, [data-bs-theme=auto] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-xl-2, [data-bs-theme=auto] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-xl-3, [data-bs-theme=auto] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-xl-4, [data-bs-theme=auto] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-xl-5, [data-bs-theme=auto] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-xl-auto, [data-bs-theme=auto] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-xl-0, [data-bs-theme=auto] .ms-xl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-xl-1, [data-bs-theme=auto] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-xl-2, [data-bs-theme=auto] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-xl-3, [data-bs-theme=auto] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-xl-4, [data-bs-theme=auto] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-xl-5, [data-bs-theme=auto] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-xl-auto, [data-bs-theme=auto] .ms-xl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-xl-0, [data-bs-theme=auto] .p-xl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-xl-1, [data-bs-theme=auto] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-xl-2, [data-bs-theme=auto] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-xl-3, [data-bs-theme=auto] .p-xl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-xl-4, [data-bs-theme=auto] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-xl-5, [data-bs-theme=auto] .p-xl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-xl-0, [data-bs-theme=auto] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-xl-1, [data-bs-theme=auto] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-xl-2, [data-bs-theme=auto] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-xl-3, [data-bs-theme=auto] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-xl-4, [data-bs-theme=auto] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-xl-5, [data-bs-theme=auto] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-xl-0, [data-bs-theme=auto] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-xl-1, [data-bs-theme=auto] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-xl-2, [data-bs-theme=auto] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-xl-3, [data-bs-theme=auto] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-xl-4, [data-bs-theme=auto] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-xl-5, [data-bs-theme=auto] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-xl-0, [data-bs-theme=auto] .pt-xl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-xl-1, [data-bs-theme=auto] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-xl-2, [data-bs-theme=auto] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-xl-3, [data-bs-theme=auto] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-xl-4, [data-bs-theme=auto] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-xl-5, [data-bs-theme=auto] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-xl-0, [data-bs-theme=auto] .pe-xl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-xl-1, [data-bs-theme=auto] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-xl-2, [data-bs-theme=auto] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-xl-3, [data-bs-theme=auto] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-xl-4, [data-bs-theme=auto] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-xl-5, [data-bs-theme=auto] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-xl-0, [data-bs-theme=auto] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-xl-1, [data-bs-theme=auto] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-xl-2, [data-bs-theme=auto] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-xl-3, [data-bs-theme=auto] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-xl-4, [data-bs-theme=auto] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-xl-5, [data-bs-theme=auto] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-xl-0, [data-bs-theme=auto] .ps-xl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-xl-1, [data-bs-theme=auto] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-xl-2, [data-bs-theme=auto] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-xl-3, [data-bs-theme=auto] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-xl-4, [data-bs-theme=auto] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-xl-5, [data-bs-theme=auto] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-xl-0, [data-bs-theme=auto] .gap-xl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-xl-1, [data-bs-theme=auto] .gap-xl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-xl-2, [data-bs-theme=auto] .gap-xl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-xl-3, [data-bs-theme=auto] .gap-xl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-xl-4, [data-bs-theme=auto] .gap-xl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-xl-5, [data-bs-theme=auto] .gap-xl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-0, [data-bs-theme=auto] .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-xl-1, [data-bs-theme=auto] .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-2, [data-bs-theme=auto] .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-3, [data-bs-theme=auto] .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-4, [data-bs-theme=auto] .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-5, [data-bs-theme=auto] .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-0, [data-bs-theme=auto] .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-xl-1, [data-bs-theme=auto] .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-2, [data-bs-theme=auto] .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-3, [data-bs-theme=auto] .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-4, [data-bs-theme=auto] .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-5, [data-bs-theme=auto] .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .text-xl-start, [data-bs-theme=auto] .text-xl-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-xl-end, [data-bs-theme=auto] .text-xl-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-xl-center, [data-bs-theme=auto] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .float-xxl-start, [data-bs-theme=auto] .float-xxl-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-xxl-end, [data-bs-theme=auto] .float-xxl-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-xxl-none, [data-bs-theme=auto] .float-xxl-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-xxl-contain, [data-bs-theme=auto] .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-xxl-cover, [data-bs-theme=auto] .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-xxl-fill, [data-bs-theme=auto] .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-xxl-scale, [data-bs-theme=auto] .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-xxl-none, [data-bs-theme=auto] .object-fit-xxl-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-xxl-inline, [data-bs-theme=auto] .d-xxl-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-xxl-inline-block, [data-bs-theme=auto] .d-xxl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-xxl-block, [data-bs-theme=auto] .d-xxl-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-xxl-grid, [data-bs-theme=auto] .d-xxl-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-xxl-inline-grid, [data-bs-theme=auto] .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-xxl-table, [data-bs-theme=auto] .d-xxl-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-xxl-table-row, [data-bs-theme=auto] .d-xxl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-xxl-table-cell, [data-bs-theme=auto] .d-xxl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-xxl-flex, [data-bs-theme=auto] .d-xxl-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-xxl-inline-flex, [data-bs-theme=auto] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-xxl-none, [data-bs-theme=auto] .d-xxl-none {
    display: none !important;
  }
  [data-bs-theme=light] .flex-xxl-fill, [data-bs-theme=auto] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-xxl-row, [data-bs-theme=auto] .flex-xxl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-xxl-column, [data-bs-theme=auto] .flex-xxl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-xxl-row-reverse, [data-bs-theme=auto] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-xxl-column-reverse, [data-bs-theme=auto] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-xxl-grow-0, [data-bs-theme=auto] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-xxl-grow-1, [data-bs-theme=auto] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-xxl-shrink-0, [data-bs-theme=auto] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-xxl-shrink-1, [data-bs-theme=auto] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-xxl-wrap, [data-bs-theme=auto] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-xxl-nowrap, [data-bs-theme=auto] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-xxl-wrap-reverse, [data-bs-theme=auto] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-xxl-start, [data-bs-theme=auto] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-xxl-end, [data-bs-theme=auto] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-xxl-center, [data-bs-theme=auto] .justify-content-xxl-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-xxl-between, [data-bs-theme=auto] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-xxl-around, [data-bs-theme=auto] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-xxl-evenly, [data-bs-theme=auto] .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-xxl-start, [data-bs-theme=auto] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-xxl-end, [data-bs-theme=auto] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-xxl-center, [data-bs-theme=auto] .align-items-xxl-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-xxl-baseline, [data-bs-theme=auto] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-xxl-stretch, [data-bs-theme=auto] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-xxl-start, [data-bs-theme=auto] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-xxl-end, [data-bs-theme=auto] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-xxl-center, [data-bs-theme=auto] .align-content-xxl-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-xxl-between, [data-bs-theme=auto] .align-content-xxl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-xxl-around, [data-bs-theme=auto] .align-content-xxl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-xxl-stretch, [data-bs-theme=auto] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-xxl-auto, [data-bs-theme=auto] .align-self-xxl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-xxl-start, [data-bs-theme=auto] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-xxl-end, [data-bs-theme=auto] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-xxl-center, [data-bs-theme=auto] .align-self-xxl-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-xxl-baseline, [data-bs-theme=auto] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-xxl-stretch, [data-bs-theme=auto] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-xxl-first, [data-bs-theme=auto] .order-xxl-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-xxl-0, [data-bs-theme=auto] .order-xxl-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-xxl-1, [data-bs-theme=auto] .order-xxl-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-xxl-2, [data-bs-theme=auto] .order-xxl-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-xxl-3, [data-bs-theme=auto] .order-xxl-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-xxl-4, [data-bs-theme=auto] .order-xxl-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-xxl-5, [data-bs-theme=auto] .order-xxl-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-xxl-last, [data-bs-theme=auto] .order-xxl-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-xxl-0, [data-bs-theme=auto] .m-xxl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-xxl-1, [data-bs-theme=auto] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-xxl-2, [data-bs-theme=auto] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-xxl-3, [data-bs-theme=auto] .m-xxl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-xxl-4, [data-bs-theme=auto] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-xxl-5, [data-bs-theme=auto] .m-xxl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-xxl-auto, [data-bs-theme=auto] .m-xxl-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-xxl-0, [data-bs-theme=auto] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-xxl-1, [data-bs-theme=auto] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-xxl-2, [data-bs-theme=auto] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-xxl-3, [data-bs-theme=auto] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-xxl-4, [data-bs-theme=auto] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-xxl-5, [data-bs-theme=auto] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-xxl-auto, [data-bs-theme=auto] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-xxl-0, [data-bs-theme=auto] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-xxl-1, [data-bs-theme=auto] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-xxl-2, [data-bs-theme=auto] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-xxl-3, [data-bs-theme=auto] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-xxl-4, [data-bs-theme=auto] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-xxl-5, [data-bs-theme=auto] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-xxl-auto, [data-bs-theme=auto] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-xxl-0, [data-bs-theme=auto] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-xxl-1, [data-bs-theme=auto] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-xxl-2, [data-bs-theme=auto] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-xxl-3, [data-bs-theme=auto] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-xxl-4, [data-bs-theme=auto] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-xxl-5, [data-bs-theme=auto] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-xxl-auto, [data-bs-theme=auto] .mt-xxl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-xxl-0, [data-bs-theme=auto] .me-xxl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-xxl-1, [data-bs-theme=auto] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-xxl-2, [data-bs-theme=auto] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-xxl-3, [data-bs-theme=auto] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-xxl-4, [data-bs-theme=auto] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-xxl-5, [data-bs-theme=auto] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-xxl-auto, [data-bs-theme=auto] .me-xxl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-xxl-0, [data-bs-theme=auto] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-xxl-1, [data-bs-theme=auto] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-xxl-2, [data-bs-theme=auto] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-xxl-3, [data-bs-theme=auto] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-xxl-4, [data-bs-theme=auto] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-xxl-5, [data-bs-theme=auto] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-xxl-auto, [data-bs-theme=auto] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-xxl-0, [data-bs-theme=auto] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-xxl-1, [data-bs-theme=auto] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-xxl-2, [data-bs-theme=auto] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-xxl-3, [data-bs-theme=auto] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-xxl-4, [data-bs-theme=auto] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-xxl-5, [data-bs-theme=auto] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-xxl-auto, [data-bs-theme=auto] .ms-xxl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-xxl-0, [data-bs-theme=auto] .p-xxl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-xxl-1, [data-bs-theme=auto] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-xxl-2, [data-bs-theme=auto] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-xxl-3, [data-bs-theme=auto] .p-xxl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-xxl-4, [data-bs-theme=auto] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-xxl-5, [data-bs-theme=auto] .p-xxl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-xxl-0, [data-bs-theme=auto] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-xxl-1, [data-bs-theme=auto] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-xxl-2, [data-bs-theme=auto] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-xxl-3, [data-bs-theme=auto] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-xxl-4, [data-bs-theme=auto] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-xxl-5, [data-bs-theme=auto] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-xxl-0, [data-bs-theme=auto] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-xxl-1, [data-bs-theme=auto] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-xxl-2, [data-bs-theme=auto] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-xxl-3, [data-bs-theme=auto] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-xxl-4, [data-bs-theme=auto] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-xxl-5, [data-bs-theme=auto] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-xxl-0, [data-bs-theme=auto] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-xxl-1, [data-bs-theme=auto] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-xxl-2, [data-bs-theme=auto] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-xxl-3, [data-bs-theme=auto] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-xxl-4, [data-bs-theme=auto] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-xxl-5, [data-bs-theme=auto] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-xxl-0, [data-bs-theme=auto] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-xxl-1, [data-bs-theme=auto] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-xxl-2, [data-bs-theme=auto] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-xxl-3, [data-bs-theme=auto] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-xxl-4, [data-bs-theme=auto] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-xxl-5, [data-bs-theme=auto] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-xxl-0, [data-bs-theme=auto] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-xxl-1, [data-bs-theme=auto] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-xxl-2, [data-bs-theme=auto] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-xxl-3, [data-bs-theme=auto] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-xxl-4, [data-bs-theme=auto] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-xxl-5, [data-bs-theme=auto] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-xxl-0, [data-bs-theme=auto] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-xxl-1, [data-bs-theme=auto] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-xxl-2, [data-bs-theme=auto] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-xxl-3, [data-bs-theme=auto] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-xxl-4, [data-bs-theme=auto] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-xxl-5, [data-bs-theme=auto] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-xxl-0, [data-bs-theme=auto] .gap-xxl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-xxl-1, [data-bs-theme=auto] .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-xxl-2, [data-bs-theme=auto] .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-xxl-3, [data-bs-theme=auto] .gap-xxl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-xxl-4, [data-bs-theme=auto] .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-xxl-5, [data-bs-theme=auto] .gap-xxl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-0, [data-bs-theme=auto] .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-xxl-1, [data-bs-theme=auto] .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-2, [data-bs-theme=auto] .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-3, [data-bs-theme=auto] .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-4, [data-bs-theme=auto] .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-5, [data-bs-theme=auto] .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-0, [data-bs-theme=auto] .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-xxl-1, [data-bs-theme=auto] .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-2, [data-bs-theme=auto] .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-3, [data-bs-theme=auto] .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-4, [data-bs-theme=auto] .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-5, [data-bs-theme=auto] .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .text-xxl-start, [data-bs-theme=auto] .text-xxl-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-xxl-end, [data-bs-theme=auto] .text-xxl-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-xxl-center, [data-bs-theme=auto] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .fs-1, [data-bs-theme=auto] .fs-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=light] .fs-2, [data-bs-theme=auto] .fs-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=light] .fs-3, [data-bs-theme=auto] .fs-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=light] .fs-4, [data-bs-theme=auto] .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  [data-bs-theme=light] .d-print-inline, [data-bs-theme=auto] .d-print-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-print-inline-block, [data-bs-theme=auto] .d-print-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-print-block, [data-bs-theme=auto] .d-print-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-print-grid, [data-bs-theme=auto] .d-print-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-print-inline-grid, [data-bs-theme=auto] .d-print-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-print-table, [data-bs-theme=auto] .d-print-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-print-table-row, [data-bs-theme=auto] .d-print-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-print-table-cell, [data-bs-theme=auto] .d-print-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-print-flex, [data-bs-theme=auto] .d-print-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-print-inline-flex, [data-bs-theme=auto] .d-print-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-print-none, [data-bs-theme=auto] .d-print-none {
    display: none !important;
  }
}

[data-bs-theme=dark] {
  /* REDEFINE THEME COLORS FOR DARK THEME */
  /* redefine theme color variables */
  --bs-primary: #8dcdff !important;
  --bs-secondary: #666666 !important;
  --bs-light: #1e1e1e !important;
  --bs-success: #6cdf5a !important;
  --bs-info: #03A9F4 !important;
  --bs-warning: #FECB00 !important;
  --bs-danger: #F2B8B5 !important;
  --bs-dark: #f2f2f2 !important;
  --bs-primary-rgb: 141, 205, 255 !important;
  --bs-secondary-rgb: 102, 102, 102 !important;
  --bs-light-rgb: 30, 30, 30 !important;
  --bs-success-rgb: 108, 223, 90 !important;
  --bs-info-rgb: 3, 169, 244 !important;
  --bs-warning-rgb: 254, 203, 0 !important;
  --bs-danger-rgb: 242, 184, 181 !important;
  --bs-dark-rgb: 242, 242, 242 !important;
  --bs-gray-100-rgb: 30, 30, 30 !important;
  --bs-gray-200-rgb: 64, 64, 64 !important;
  --bs-gray-300-rgb: 102, 102, 102 !important;
  --bs-gray-400-rgb: 140, 140, 140 !important;
  --bs-gray-500-rgb: 179, 179, 179 !important;
  --bs-gray-600-rgb: 204, 204, 204 !important;
  --bs-gray-700-rgb: 217, 217, 217 !important;
  --bs-gray-800-rgb: 230, 230, 230 !important;
  --bs-gray-900-rgb: 242, 242, 242 !important;
  /* Loop through the gray colors map and redefine variables */
  --bs-gray-100: #1e1e1e !important;
  --bs-gray-200: #404040 !important;
  --bs-gray-300: #666666 !important;
  --bs-gray-400: #8c8c8c !important;
  --bs-gray-500: #b3b3b3 !important;
  --bs-gray-600: #cccccc !important;
  --bs-gray-700: #d9d9d9 !important;
  --bs-gray-800: #e6e6e6 !important;
  --bs-gray-900: #f2f2f2 !important;
  /* Loop through the text colors map and redefine variables */
  --bs-white: #ffffff !important;
  --bs-primary: #8dcdff !important;
  --bs-secondary: #666666 !important;
  --bs-light: #1e1e1e !important;
  --bs-success: #6cdf5a !important;
  --bs-info: #03A9F4 !important;
  --bs-warning: #FECB00 !important;
  --bs-danger: #F2B8B5 !important;
  --bs-dark: #f2f2f2 !important;
  --bs-muted: #adb5bd !important;
  --bs-gray-100: #1e1e1e !important;
  --bs-gray-200: #404040 !important;
  --bs-gray-300: #666666 !important;
  --bs-gray-400: #8c8c8c !important;
  --bs-gray-500: #b3b3b3 !important;
  --bs-gray-600: #cccccc !important;
  --bs-gray-700: #d9d9d9 !important;
  --bs-gray-800: #e6e6e6 !important;
  --bs-gray-900: #f2f2f2 !important;
  --bs-body-color: #f3f3f3 !important;
  --bs-body-bg: #121212 !important;
  --bs-body-bg-rgb: 18, 18, 18 !important;
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
[data-bs-theme=dark] .bg-gray-100 {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}
[data-bs-theme=dark] .bg-gray-100i {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100) !important;
}
[data-bs-theme=dark] .bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}
[data-bs-theme=dark] .bg-gray-200i {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200) !important;
}
[data-bs-theme=dark] .bg-gray-300 {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}
[data-bs-theme=dark] .bg-gray-300i {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300) !important;
}
[data-bs-theme=dark] .bg-gray-400 {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}
[data-bs-theme=dark] .bg-gray-400i {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400) !important;
}
[data-bs-theme=dark] .bg-gray-500 {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}
[data-bs-theme=dark] .bg-gray-500i {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500) !important;
}
[data-bs-theme=dark] .bg-gray-600 {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}
[data-bs-theme=dark] .bg-gray-600i {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600) !important;
}
[data-bs-theme=dark] .bg-gray-700 {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}
[data-bs-theme=dark] .bg-gray-700i {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700) !important;
}
[data-bs-theme=dark] .bg-gray-800 {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}
[data-bs-theme=dark] .bg-gray-800i {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800) !important;
}
[data-bs-theme=dark] .bg-gray-900 {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}
[data-bs-theme=dark] .bg-gray-900i {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900) !important;
}
[data-bs-theme=dark] :root,
[data-bs-theme=dark] [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #1e1e1e;
  --bs-gray-200: #404040;
  --bs-gray-300: #666666;
  --bs-gray-400: #8c8c8c;
  --bs-gray-500: #b3b3b3;
  --bs-gray-600: #cccccc;
  --bs-gray-700: #d9d9d9;
  --bs-gray-800: #e6e6e6;
  --bs-gray-900: #f2f2f2;
  --bs-primary: #8dcdff;
  --bs-secondary: #666666;
  --bs-light: #1e1e1e;
  --bs-success: #6cdf5a;
  --bs-info: #03A9F4;
  --bs-warning: #FECB00;
  --bs-danger: #F2B8B5;
  --bs-dark: #f2f2f2;
  --bs-primary-rgb: 141, 205, 255;
  --bs-secondary-rgb: 102, 102, 102;
  --bs-light-rgb: 30, 30, 30;
  --bs-success-rgb: 108, 223, 90;
  --bs-info-rgb: 3, 169, 244;
  --bs-warning-rgb: 254, 203, 0;
  --bs-danger-rgb: 242, 184, 181;
  --bs-dark-rgb: 242, 242, 242;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #f3f3f3;
  --bs-body-color-rgb: 243, 243, 243;
  --bs-body-bg: #121212;
  --bs-body-bg-rgb: 18, 18, 18;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-300);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: var(--bs-danger);
  --bs-form-invalid-border-color: var(--bs-danger);
}
[data-bs-theme=dark] [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
[data-bs-theme=dark] *,
[data-bs-theme=dark] *::before,
[data-bs-theme=dark] *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  [data-bs-theme=dark] :root {
    scroll-behavior: smooth;
  }
}
[data-bs-theme=dark] body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-bs-theme=dark] hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
[data-bs-theme=dark] h6, [data-bs-theme=dark] .h6, [data-bs-theme=dark] h5, [data-bs-theme=dark] .h5, [data-bs-theme=dark] h4, [data-bs-theme=dark] .h4, [data-bs-theme=dark] h3, [data-bs-theme=dark] .h3, [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2, [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
[data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
    font-size: 2rem;
  }
}
[data-bs-theme=dark] h3, [data-bs-theme=dark] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h3, [data-bs-theme=dark] .h3 {
    font-size: 1.75rem;
  }
}
[data-bs-theme=dark] h4, [data-bs-theme=dark] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h4, [data-bs-theme=dark] .h4 {
    font-size: 1.5rem;
  }
}
[data-bs-theme=dark] h5, [data-bs-theme=dark] .h5 {
  font-size: 1.25rem;
}
[data-bs-theme=dark] h6, [data-bs-theme=dark] .h6 {
  font-size: 1rem;
}
[data-bs-theme=dark] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=dark] abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
[data-bs-theme=dark] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
[data-bs-theme=dark] ol,
[data-bs-theme=dark] ul {
  padding-left: 2rem;
}
[data-bs-theme=dark] ol,
[data-bs-theme=dark] ul,
[data-bs-theme=dark] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=dark] ol ol,
[data-bs-theme=dark] ul ul,
[data-bs-theme=dark] ol ul,
[data-bs-theme=dark] ul ol {
  margin-bottom: 0;
}
[data-bs-theme=dark] dt {
  font-weight: 700;
}
[data-bs-theme=dark] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
[data-bs-theme=dark] blockquote {
  margin: 0 0 1rem;
}
[data-bs-theme=dark] b,
[data-bs-theme=dark] strong {
  font-weight: bolder;
}
[data-bs-theme=dark] small, [data-bs-theme=dark] .small {
  font-size: 0.875em;
}
[data-bs-theme=dark] mark, [data-bs-theme=dark] .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
[data-bs-theme=dark] sub,
[data-bs-theme=dark] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
[data-bs-theme=dark] sub {
  bottom: -0.25em;
}
[data-bs-theme=dark] sup {
  top: -0.5em;
}
[data-bs-theme=dark] a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
[data-bs-theme=dark] a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
[data-bs-theme=dark] a:not([href]):not([class]), [data-bs-theme=dark] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
[data-bs-theme=dark] pre,
[data-bs-theme=dark] code,
[data-bs-theme=dark] kbd,
[data-bs-theme=dark] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
[data-bs-theme=dark] pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
[data-bs-theme=dark] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
[data-bs-theme=dark] code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > [data-bs-theme=dark] code {
  color: inherit;
}
[data-bs-theme=dark] kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
[data-bs-theme=dark] kbd kbd {
  padding: 0;
  font-size: 1em;
}
[data-bs-theme=dark] figure {
  margin: 0 0 1rem;
}
[data-bs-theme=dark] img,
[data-bs-theme=dark] svg {
  vertical-align: middle;
}
[data-bs-theme=dark] table {
  caption-side: bottom;
  border-collapse: collapse;
}
[data-bs-theme=dark] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
[data-bs-theme=dark] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
[data-bs-theme=dark] thead,
[data-bs-theme=dark] tbody,
[data-bs-theme=dark] tfoot,
[data-bs-theme=dark] tr,
[data-bs-theme=dark] td,
[data-bs-theme=dark] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=dark] label {
  display: inline-block;
}
[data-bs-theme=dark] button {
  border-radius: 0;
}
[data-bs-theme=dark] button:focus:not(:focus-visible) {
  outline: 0;
}
[data-bs-theme=dark] input,
[data-bs-theme=dark] button,
[data-bs-theme=dark] select,
[data-bs-theme=dark] optgroup,
[data-bs-theme=dark] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[data-bs-theme=dark] button,
[data-bs-theme=dark] select {
  text-transform: none;
}
[data-bs-theme=dark] [role=button] {
  cursor: pointer;
}
[data-bs-theme=dark] select {
  word-wrap: normal;
}
[data-bs-theme=dark] select:disabled {
  opacity: 1;
}
[data-bs-theme=dark] [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[data-bs-theme=dark] button,
[data-bs-theme=dark] [type=button],
[data-bs-theme=dark] [type=reset],
[data-bs-theme=dark] [type=submit] {
  -webkit-appearance: button;
}
[data-bs-theme=dark] button:not(:disabled),
[data-bs-theme=dark] [type=button]:not(:disabled),
[data-bs-theme=dark] [type=reset]:not(:disabled),
[data-bs-theme=dark] [type=submit]:not(:disabled) {
  cursor: pointer;
}
[data-bs-theme=dark] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[data-bs-theme=dark] textarea {
  resize: vertical;
}
[data-bs-theme=dark] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[data-bs-theme=dark] legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] legend {
    font-size: 1.5rem;
  }
}
[data-bs-theme=dark] legend + * {
  clear: left;
}
[data-bs-theme=dark] ::-webkit-datetime-edit-fields-wrapper,
[data-bs-theme=dark] ::-webkit-datetime-edit-text,
[data-bs-theme=dark] ::-webkit-datetime-edit-minute,
[data-bs-theme=dark] ::-webkit-datetime-edit-hour-field,
[data-bs-theme=dark] ::-webkit-datetime-edit-day-field,
[data-bs-theme=dark] ::-webkit-datetime-edit-month-field,
[data-bs-theme=dark] ::-webkit-datetime-edit-year-field {
  padding: 0;
}
[data-bs-theme=dark] ::-webkit-inner-spin-button {
  height: auto;
}
[data-bs-theme=dark] [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[data-bs-theme=dark] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-bs-theme=dark] ::-webkit-color-swatch-wrapper {
  padding: 0;
}
[data-bs-theme=dark] ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[data-bs-theme=dark] output {
  display: inline-block;
}
[data-bs-theme=dark] iframe {
  border: 0;
}
[data-bs-theme=dark] summary {
  display: list-item;
  cursor: pointer;
}
[data-bs-theme=dark] progress {
  vertical-align: baseline;
}
[data-bs-theme=dark] [hidden] {
  display: none !important;
}
[data-bs-theme=dark] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
[data-bs-theme=dark] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-1 {
    font-size: 5rem;
  }
}
[data-bs-theme=dark] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-2 {
    font-size: 4.5rem;
  }
}
[data-bs-theme=dark] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-3 {
    font-size: 4rem;
  }
}
[data-bs-theme=dark] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-4 {
    font-size: 3.5rem;
  }
}
[data-bs-theme=dark] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-5 {
    font-size: 3rem;
  }
}
[data-bs-theme=dark] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-6 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=dark] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=dark] .list-inline {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=dark] .list-inline-item {
  display: inline-block;
}
[data-bs-theme=dark] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[data-bs-theme=dark] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
[data-bs-theme=dark] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
[data-bs-theme=dark] .blockquote > :last-child {
  margin-bottom: 0;
}
[data-bs-theme=dark] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
[data-bs-theme=dark] .blockquote-footer::before {
  content: "— ";
}
[data-bs-theme=dark] .img-fluid {
  max-width: 100%;
  height: auto;
}
[data-bs-theme=dark] .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}
[data-bs-theme=dark] .figure {
  display: inline-block;
}
[data-bs-theme=dark] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
[data-bs-theme=dark] .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .container,
[data-bs-theme=dark] .container-fluid,
[data-bs-theme=dark] .container-xxl,
[data-bs-theme=dark] .container-xl,
[data-bs-theme=dark] .container-lg,
[data-bs-theme=dark] .container-md,
[data-bs-theme=dark] .container-sm {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .container-xl, [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .container-xxl, [data-bs-theme=dark] .container-xl, [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container {
    max-width: 1320px;
  }
}
[data-bs-theme=dark] :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
[data-bs-theme=dark] .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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
[data-bs-theme=dark] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
[data-bs-theme=dark] .col {
  flex: 1 0 0%;
}
[data-bs-theme=dark] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=dark] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=dark] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=dark] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=dark] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=dark] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
[data-bs-theme=dark] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=dark] .col-auto {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=dark] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
[data-bs-theme=dark] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=dark] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=dark] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=dark] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
[data-bs-theme=dark] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=dark] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
[data-bs-theme=dark] .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
[data-bs-theme=dark] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
[data-bs-theme=dark] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
[data-bs-theme=dark] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
[data-bs-theme=dark] .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=dark] .offset-1 {
  margin-left: 8.33333333%;
}
[data-bs-theme=dark] .offset-2 {
  margin-left: 16.66666667%;
}
[data-bs-theme=dark] .offset-3 {
  margin-left: 25%;
}
[data-bs-theme=dark] .offset-4 {
  margin-left: 33.33333333%;
}
[data-bs-theme=dark] .offset-5 {
  margin-left: 41.66666667%;
}
[data-bs-theme=dark] .offset-6 {
  margin-left: 50%;
}
[data-bs-theme=dark] .offset-7 {
  margin-left: 58.33333333%;
}
[data-bs-theme=dark] .offset-8 {
  margin-left: 66.66666667%;
}
[data-bs-theme=dark] .offset-9 {
  margin-left: 75%;
}
[data-bs-theme=dark] .offset-10 {
  margin-left: 83.33333333%;
}
[data-bs-theme=dark] .offset-11 {
  margin-left: 91.66666667%;
}
[data-bs-theme=dark] .g-0,
[data-bs-theme=dark] .gx-0 {
  --bs-gutter-x: 0;
}
[data-bs-theme=dark] .g-0,
[data-bs-theme=dark] .gy-0 {
  --bs-gutter-y: 0;
}
[data-bs-theme=dark] .g-1,
[data-bs-theme=dark] .gx-1 {
  --bs-gutter-x: 0.25rem;
}
[data-bs-theme=dark] .g-1,
[data-bs-theme=dark] .gy-1 {
  --bs-gutter-y: 0.25rem;
}
[data-bs-theme=dark] .g-2,
[data-bs-theme=dark] .gx-2 {
  --bs-gutter-x: 0.5rem;
}
[data-bs-theme=dark] .g-2,
[data-bs-theme=dark] .gy-2 {
  --bs-gutter-y: 0.5rem;
}
[data-bs-theme=dark] .g-3,
[data-bs-theme=dark] .gx-3 {
  --bs-gutter-x: 1rem;
}
[data-bs-theme=dark] .g-3,
[data-bs-theme=dark] .gy-3 {
  --bs-gutter-y: 1rem;
}
[data-bs-theme=dark] .g-4,
[data-bs-theme=dark] .gx-4 {
  --bs-gutter-x: 1.5rem;
}
[data-bs-theme=dark] .g-4,
[data-bs-theme=dark] .gy-4 {
  --bs-gutter-y: 1.5rem;
}
[data-bs-theme=dark] .g-5,
[data-bs-theme=dark] .gx-5 {
  --bs-gutter-x: 3rem;
}
[data-bs-theme=dark] .g-5,
[data-bs-theme=dark] .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .col-sm {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-sm-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-sm-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-sm-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-sm-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-sm-0,
  [data-bs-theme=dark] .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-sm-0,
  [data-bs-theme=dark] .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-sm-1,
  [data-bs-theme=dark] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-sm-1,
  [data-bs-theme=dark] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-sm-2,
  [data-bs-theme=dark] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-sm-2,
  [data-bs-theme=dark] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-sm-3,
  [data-bs-theme=dark] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-sm-3,
  [data-bs-theme=dark] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-sm-4,
  [data-bs-theme=dark] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-sm-4,
  [data-bs-theme=dark] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-sm-5,
  [data-bs-theme=dark] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-sm-5,
  [data-bs-theme=dark] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .col-md {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-md-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-md-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-md-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-md-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-md-0,
  [data-bs-theme=dark] .gx-md-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-md-0,
  [data-bs-theme=dark] .gy-md-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-md-1,
  [data-bs-theme=dark] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-md-1,
  [data-bs-theme=dark] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-md-2,
  [data-bs-theme=dark] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-md-2,
  [data-bs-theme=dark] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-md-3,
  [data-bs-theme=dark] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-md-3,
  [data-bs-theme=dark] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-md-4,
  [data-bs-theme=dark] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-md-4,
  [data-bs-theme=dark] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-md-5,
  [data-bs-theme=dark] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-md-5,
  [data-bs-theme=dark] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .col-lg {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-lg-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-lg-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-lg-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-lg-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-lg-0,
  [data-bs-theme=dark] .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-lg-0,
  [data-bs-theme=dark] .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-lg-1,
  [data-bs-theme=dark] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-lg-1,
  [data-bs-theme=dark] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-lg-2,
  [data-bs-theme=dark] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-lg-2,
  [data-bs-theme=dark] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-lg-3,
  [data-bs-theme=dark] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-lg-3,
  [data-bs-theme=dark] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-lg-4,
  [data-bs-theme=dark] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-lg-4,
  [data-bs-theme=dark] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-lg-5,
  [data-bs-theme=dark] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-lg-5,
  [data-bs-theme=dark] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .col-xl {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-xl-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-xl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-xl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-xl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-xl-0,
  [data-bs-theme=dark] .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-xl-0,
  [data-bs-theme=dark] .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-xl-1,
  [data-bs-theme=dark] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-xl-1,
  [data-bs-theme=dark] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-xl-2,
  [data-bs-theme=dark] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-xl-2,
  [data-bs-theme=dark] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-xl-3,
  [data-bs-theme=dark] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-xl-3,
  [data-bs-theme=dark] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-xl-4,
  [data-bs-theme=dark] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-xl-4,
  [data-bs-theme=dark] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-xl-5,
  [data-bs-theme=dark] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-xl-5,
  [data-bs-theme=dark] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .col-xxl {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-xxl-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-xxl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-xxl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-xxl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-xxl-0,
  [data-bs-theme=dark] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-xxl-0,
  [data-bs-theme=dark] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-xxl-1,
  [data-bs-theme=dark] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-xxl-1,
  [data-bs-theme=dark] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-xxl-2,
  [data-bs-theme=dark] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-xxl-2,
  [data-bs-theme=dark] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-xxl-3,
  [data-bs-theme=dark] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-xxl-3,
  [data-bs-theme=dark] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-xxl-4,
  [data-bs-theme=dark] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-xxl-4,
  [data-bs-theme=dark] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-xxl-5,
  [data-bs-theme=dark] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-xxl-5,
  [data-bs-theme=dark] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
[data-bs-theme=dark] .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
[data-bs-theme=dark] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
[data-bs-theme=dark] .table > tbody {
  vertical-align: inherit;
}
[data-bs-theme=dark] .table > thead {
  vertical-align: bottom;
}
[data-bs-theme=dark] .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
[data-bs-theme=dark] .caption-top {
  caption-side: top;
}
[data-bs-theme=dark] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
[data-bs-theme=dark] .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=dark] .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
[data-bs-theme=dark] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
[data-bs-theme=dark] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
[data-bs-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=dark] .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=dark] .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
[data-bs-theme=dark] .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
[data-bs-theme=dark] .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --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);
}
[data-bs-theme=dark] .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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);
}
[data-bs-theme=dark] .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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);
}
[data-bs-theme=dark] .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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);
}
[data-bs-theme=dark] .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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);
}
[data-bs-theme=dark] .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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);
}
[data-bs-theme=dark] .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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);
}
[data-bs-theme=dark] .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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);
}
[data-bs-theme=dark] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
[data-bs-theme=dark] .form-label {
  margin-bottom: 0.5rem;
}
[data-bs-theme=dark] .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
[data-bs-theme=dark] .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
[data-bs-theme=dark] .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
[data-bs-theme=dark] .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-control {
    transition: none;
  }
}
[data-bs-theme=dark] .form-control[type=file] {
  overflow: hidden;
}
[data-bs-theme=dark] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=dark] .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
[data-bs-theme=dark] .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
[data-bs-theme=dark] .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
[data-bs-theme=dark] .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
[data-bs-theme=dark] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-control::file-selector-button {
    transition: none;
  }
}
[data-bs-theme=dark] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=dark] .form-control-plaintext:focus {
  outline: 0;
}
[data-bs-theme=dark] .form-control-plaintext.form-control-sm, [data-bs-theme=dark] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
[data-bs-theme=dark] .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
[data-bs-theme=dark] .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
[data-bs-theme=dark] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
[data-bs-theme=dark] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=dark] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-select {
    transition: none;
  }
}
[data-bs-theme=dark] .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-select[multiple], [data-bs-theme=dark] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
[data-bs-theme=dark] .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
[data-bs-theme=dark] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
[data-bs-theme=dark] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
[data-bs-theme=dark] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
[data-bs-theme=dark] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
[data-bs-theme=dark] .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
[data-bs-theme=dark] .form-check-input[type=checkbox] {
  border-radius: 32px;
}
[data-bs-theme=dark] .form-check-input[type=radio] {
  border-radius: 50%;
}
[data-bs-theme=dark] .form-check-input:active {
  filter: brightness(90%);
}
[data-bs-theme=dark] .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
[data-bs-theme=dark] .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
[data-bs-theme=dark] .form-check-input[disabled] ~ .form-check-label, [data-bs-theme=dark] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
[data-bs-theme=dark] .form-switch {
  padding-left: 2.5em;
}
[data-bs-theme=dark] .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-switch .form-check-input {
    transition: none;
  }
}
[data-bs-theme=dark] .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
[data-bs-theme=dark] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
[data-bs-theme=dark] .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
[data-bs-theme=dark] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-bs-theme=dark] .btn-check[disabled] + .btn, [data-bs-theme=dark] .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
[data-bs-theme=dark] .form-range:focus {
  outline: 0;
}
[data-bs-theme=dark] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-range::-moz-focus-outer {
  border: 0;
}
[data-bs-theme=dark] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
[data-bs-theme=dark] .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=dark] .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=dark] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-range::-moz-range-thumb {
    transition: none;
  }
}
[data-bs-theme=dark] .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=dark] .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=dark] .form-range:disabled {
  pointer-events: none;
}
[data-bs-theme=dark] .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .form-floating {
  position: relative;
}
[data-bs-theme=dark] .form-floating > .form-control,
[data-bs-theme=dark] .form-floating > .form-control-plaintext,
[data-bs-theme=dark] .form-floating > .form-select {
  height: 56px;
  min-height: 56px;
  line-height: 1.25;
}
[data-bs-theme=dark] .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-floating > label {
    transition: none;
  }
}
[data-bs-theme=dark] .form-floating > .form-control,
[data-bs-theme=dark] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
[data-bs-theme=dark] .form-floating > .form-control::placeholder,
[data-bs-theme=dark] .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
[data-bs-theme=dark] .form-floating > .form-control:focus, [data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown),
[data-bs-theme=dark] .form-floating > .form-control-plaintext:focus,
[data-bs-theme=dark] .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=dark] .form-floating > .form-control:-webkit-autofill,
[data-bs-theme=dark] .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=dark] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=dark] .form-floating > .form-control:focus ~ label,
[data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=dark] .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=dark] .form-floating > .form-control:focus ~ label::after,
[data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label::after,
[data-bs-theme=dark] .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=dark] .form-floating > :disabled ~ label,
[data-bs-theme=dark] .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
[data-bs-theme=dark] .form-floating > :disabled ~ label::after,
[data-bs-theme=dark] .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
[data-bs-theme=dark] .input-group > .form-control,
[data-bs-theme=dark] .input-group > .form-select,
[data-bs-theme=dark] .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
[data-bs-theme=dark] .input-group > .form-control:focus,
[data-bs-theme=dark] .input-group > .form-select:focus,
[data-bs-theme=dark] .input-group > .form-floating:focus-within {
  z-index: 5;
}
[data-bs-theme=dark] .input-group .btn {
  position: relative;
  z-index: 2;
}
[data-bs-theme=dark] .input-group .btn:focus {
  z-index: 5;
}
[data-bs-theme=dark] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .input-group-lg > .form-control,
[data-bs-theme=dark] .input-group-lg > .form-select,
[data-bs-theme=dark] .input-group-lg > .input-group-text,
[data-bs-theme=dark] .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .input-group-sm > .form-control,
[data-bs-theme=dark] .input-group-sm > .form-select,
[data-bs-theme=dark] .input-group-sm > .input-group-text,
[data-bs-theme=dark] .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .input-group-lg > .form-select,
[data-bs-theme=dark] .input-group-sm > .form-select {
  padding-right: 3rem;
}
[data-bs-theme=dark] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=dark] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[data-bs-theme=dark] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[data-bs-theme=dark] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=dark] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=dark] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[data-bs-theme=dark] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[data-bs-theme=dark] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=dark] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .input-group > .form-floating:not(:first-child) > .form-control,
[data-bs-theme=dark] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
[data-bs-theme=dark] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=dark]:valid ~ .valid-feedback,
.was-validated [data-bs-theme=dark]:valid ~ .valid-tooltip, [data-bs-theme=dark].is-valid ~ .valid-feedback,
[data-bs-theme=dark].is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=dark] .form-control:valid, [data-bs-theme=dark] .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-control:valid:focus, [data-bs-theme=dark] .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] textarea.form-control:valid, [data-bs-theme=dark] 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 [data-bs-theme=dark] .form-select:valid, [data-bs-theme=dark] .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=dark] .form-select:valid:not([multiple]):not([size]), .was-validated [data-bs-theme=dark] .form-select:valid:not([multiple])[size="1"], [data-bs-theme=dark] .form-select.is-valid:not([multiple]):not([size]), [data-bs-theme=dark] .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-select:valid:focus, [data-bs-theme=dark] .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-control-color:valid, [data-bs-theme=dark] .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=dark] .form-check-input:valid, [data-bs-theme=dark] .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:valid:checked, [data-bs-theme=dark] .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:valid:focus, [data-bs-theme=dark] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-check-input:valid ~ .form-check-label, [data-bs-theme=dark] .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
[data-bs-theme=dark] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=dark] .input-group > .form-control:not(:focus):valid, [data-bs-theme=dark] .input-group > .form-control:not(:focus).is-valid,
.was-validated [data-bs-theme=dark] .input-group > .form-select:not(:focus):valid,
[data-bs-theme=dark] .input-group > .form-select:not(:focus).is-valid,
.was-validated [data-bs-theme=dark] .input-group > .form-floating:not(:focus-within):valid,
[data-bs-theme=dark] .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
[data-bs-theme=dark] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=dark] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=dark]:invalid ~ .invalid-feedback,
.was-validated [data-bs-theme=dark]:invalid ~ .invalid-tooltip, [data-bs-theme=dark].is-invalid ~ .invalid-feedback,
[data-bs-theme=dark].is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=dark] .form-control:invalid, [data-bs-theme=dark] .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-control:invalid:focus, [data-bs-theme=dark] .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] textarea.form-control:invalid, [data-bs-theme=dark] 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 [data-bs-theme=dark] .form-select:invalid, [data-bs-theme=dark] .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=dark] .form-select:invalid:not([multiple]):not([size]), .was-validated [data-bs-theme=dark] .form-select:invalid:not([multiple])[size="1"], [data-bs-theme=dark] .form-select.is-invalid:not([multiple]):not([size]), [data-bs-theme=dark] .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-select:invalid:focus, [data-bs-theme=dark] .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-control-color:invalid, [data-bs-theme=dark] .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid, [data-bs-theme=dark] .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid:checked, [data-bs-theme=dark] .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid:focus, [data-bs-theme=dark] .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid ~ .form-check-label, [data-bs-theme=dark] .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=dark] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=dark] .input-group > .form-control:not(:focus):invalid, [data-bs-theme=dark] .input-group > .form-control:not(:focus).is-invalid,
.was-validated [data-bs-theme=dark] .input-group > .form-select:not(:focus):invalid,
[data-bs-theme=dark] .input-group > .form-select:not(:focus).is-invalid,
.was-validated [data-bs-theme=dark] .input-group > .form-floating:not(:focus-within):invalid,
[data-bs-theme=dark] .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
[data-bs-theme=dark] .btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.25rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: false;
  --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);
  box-shadow: var(--bs-btn-box-shadow);
  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) {
  [data-bs-theme=dark] .btn {
    transition: none;
  }
}
[data-bs-theme=dark] .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 + [data-bs-theme=dark] .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
[data-bs-theme=dark] .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-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + [data-bs-theme=dark] .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + [data-bs-theme=dark] .btn, :not(.btn-check) + [data-bs-theme=dark] .btn:active, [data-bs-theme=dark] .btn:first-child:active, [data-bs-theme=dark] .btn.active, [data-bs-theme=dark] .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + [data-bs-theme=dark] .btn:focus-visible, :not(.btn-check) + [data-bs-theme=dark] .btn:active:focus-visible, [data-bs-theme=dark] .btn:first-child:active:focus-visible, [data-bs-theme=dark] .btn.active:focus-visible, [data-bs-theme=dark] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + [data-bs-theme=dark] .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
[data-bs-theme=dark] .btn:disabled, [data-bs-theme=dark] .btn.disabled, fieldset:disabled [data-bs-theme=dark] .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);
  box-shadow: none;
}
[data-bs-theme=dark] .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #8dcdff;
  --bs-btn-border-color: #8dcdff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9ed5ff;
  --bs-btn-hover-border-color: #98d2ff;
  --bs-btn-focus-shadow-rgb: 120, 174, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a4d7ff;
  --bs-btn-active-border-color: #98d2ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #8dcdff;
  --bs-btn-disabled-border-color: #8dcdff;
}
[data-bs-theme=dark] .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #575757;
  --bs-btn-hover-border-color: #525252;
  --bs-btn-focus-shadow-rgb: 125, 125, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #525252;
  --bs-btn-active-border-color: #4d4d4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666666;
  --bs-btn-disabled-border-color: #666666;
}
[data-bs-theme=dark] .btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e1e1e;
  --bs-btn-border-color: #1e1e1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a1a1a;
  --bs-btn-hover-border-color: #181818;
  --bs-btn-focus-shadow-rgb: 64, 64, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #181818;
  --bs-btn-active-border-color: #171717;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e1e1e;
  --bs-btn-disabled-border-color: #1e1e1e;
}
[data-bs-theme=dark] .btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #6cdf5a;
  --bs-btn-border-color: #6cdf5a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #82e473;
  --bs-btn-hover-border-color: #7be26b;
  --bs-btn-focus-shadow-rgb: 92, 190, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #89e57b;
  --bs-btn-active-border-color: #7be26b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6cdf5a;
  --bs-btn-disabled-border-color: #6cdf5a;
}
[data-bs-theme=dark] .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #29b6f6;
  --bs-btn-hover-border-color: #1cb2f5;
  --bs-btn-focus-shadow-rgb: 3, 144, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #35baf6;
  --bs-btn-active-border-color: #1cb2f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #03A9F4;
  --bs-btn-disabled-border-color: #03A9F4;
}
[data-bs-theme=dark] .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fed326;
  --bs-btn-hover-border-color: #fed01a;
  --bs-btn-focus-shadow-rgb: 216, 173, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fed533;
  --bs-btn-active-border-color: #fed01a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FECB00;
  --bs-btn-disabled-border-color: #FECB00;
}
[data-bs-theme=dark] .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #F2B8B5;
  --bs-btn-border-color: #F2B8B5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4c3c0;
  --bs-btn-hover-border-color: #f3bfbc;
  --bs-btn-focus-shadow-rgb: 206, 156, 154;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5c6c4;
  --bs-btn-active-border-color: #f3bfbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F2B8B5;
  --bs-btn-disabled-border-color: #F2B8B5;
}
[data-bs-theme=dark] .btn-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f4f4;
  --bs-btn-hover-border-color: #f3f3f3;
  --bs-btn-focus-shadow-rgb: 206, 206, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: whitesmoke;
  --bs-btn-active-border-color: #f3f3f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f2f2f2;
  --bs-btn-disabled-border-color: #f2f2f2;
}
[data-bs-theme=dark] .btn-outline-primary {
  --bs-btn-color: #8dcdff;
  --bs-btn-border-color: #8dcdff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8dcdff;
  --bs-btn-hover-border-color: #8dcdff;
  --bs-btn-focus-shadow-rgb: 141, 205, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8dcdff;
  --bs-btn-active-border-color: #8dcdff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8dcdff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8dcdff;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-secondary {
  --bs-btn-color: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #666666;
  --bs-btn-hover-border-color: #666666;
  --bs-btn-focus-shadow-rgb: 102, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #666666;
  --bs-btn-active-border-color: #666666;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #666666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #666666;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-light {
  --bs-btn-color: #1e1e1e;
  --bs-btn-border-color: #1e1e1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e1e1e;
  --bs-btn-hover-border-color: #1e1e1e;
  --bs-btn-focus-shadow-rgb: 30, 30, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e1e1e;
  --bs-btn-active-border-color: #1e1e1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1e1e1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e1e1e;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-success {
  --bs-btn-color: #6cdf5a;
  --bs-btn-border-color: #6cdf5a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6cdf5a;
  --bs-btn-hover-border-color: #6cdf5a;
  --bs-btn-focus-shadow-rgb: 108, 223, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6cdf5a;
  --bs-btn-active-border-color: #6cdf5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6cdf5a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6cdf5a;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-info {
  --bs-btn-color: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #03A9F4;
  --bs-btn-hover-border-color: #03A9F4;
  --bs-btn-focus-shadow-rgb: 3, 169, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #03A9F4;
  --bs-btn-active-border-color: #03A9F4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03A9F4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03A9F4;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-warning {
  --bs-btn-color: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FECB00;
  --bs-btn-hover-border-color: #FECB00;
  --bs-btn-focus-shadow-rgb: 254, 203, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FECB00;
  --bs-btn-active-border-color: #FECB00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FECB00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FECB00;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-danger {
  --bs-btn-color: #F2B8B5;
  --bs-btn-border-color: #F2B8B5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F2B8B5;
  --bs-btn-hover-border-color: #F2B8B5;
  --bs-btn-focus-shadow-rgb: 242, 184, 181;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F2B8B5;
  --bs-btn-active-border-color: #F2B8B5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F2B8B5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F2B8B5;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-dark {
  --bs-btn-color: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2f2f2;
  --bs-btn-hover-border-color: #f2f2f2;
  --bs-btn-focus-shadow-rgb: 242, 242, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f2f2;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2f2f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2f2f2;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
[data-bs-theme=dark] .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
[data-bs-theme=dark] .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
[data-bs-theme=dark] .btn-lg, [data-bs-theme=dark] .btn-group-lg > .btn {
  --bs-btn-padding-y: 16px;
  --bs-btn-padding-x: 24px;
  --bs-btn-font-size: 1.0625rem;
  --bs-btn-border-radius: 12px;
}
[data-bs-theme=dark] .btn-sm, [data-bs-theme=dark] .btn-group-sm > .btn {
  --bs-btn-padding-y: 8px;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 8px;
}
[data-bs-theme=dark] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .fade {
    transition: none;
  }
}
[data-bs-theme=dark] .fade:not(.show) {
  opacity: 0;
}
[data-bs-theme=dark] .collapse:not(.show) {
  display: none;
}
[data-bs-theme=dark] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .collapsing {
    transition: none;
  }
}
[data-bs-theme=dark] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .collapsing.collapse-horizontal {
    transition: none;
  }
}
[data-bs-theme=dark] .dropup,
[data-bs-theme=dark] .dropend,
[data-bs-theme=dark] .dropdown,
[data-bs-theme=dark] .dropstart,
[data-bs-theme=dark] .dropup-center,
[data-bs-theme=dark] .dropdown-center {
  position: relative;
}
[data-bs-theme=dark] .dropdown-toggle {
  white-space: nowrap;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .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: 8px;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 16px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(16px - 0);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 16px;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
[data-bs-theme=dark] .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .dropdown-menu-start {
  --bs-position: start;
}
[data-bs-theme=dark] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
[data-bs-theme=dark] .dropdown-menu-end {
  --bs-position: end;
}
[data-bs-theme=dark] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .dropdown-menu-md-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-md-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
[data-bs-theme=dark] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
[data-bs-theme=dark] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
[data-bs-theme=dark] .dropstart .dropdown-toggle::after {
  display: none;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
[data-bs-theme=dark] .dropdown-item:hover, [data-bs-theme=dark] .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-bs-theme=dark] .dropdown-item.active, [data-bs-theme=dark] .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
[data-bs-theme=dark] .dropdown-item.disabled, [data-bs-theme=dark] .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
[data-bs-theme=dark] .dropdown-menu.show {
  display: block;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
[data-bs-theme=dark] .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: var(--bs-light);
  --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;
}
[data-bs-theme=dark] .btn-group,
[data-bs-theme=dark] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[data-bs-theme=dark] .btn-group > .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
[data-bs-theme=dark] .btn-group > .btn-check:checked + .btn,
[data-bs-theme=dark] .btn-group > .btn-check:focus + .btn,
[data-bs-theme=dark] .btn-group > .btn:hover,
[data-bs-theme=dark] .btn-group > .btn:focus,
[data-bs-theme=dark] .btn-group > .btn:active,
[data-bs-theme=dark] .btn-group > .btn.active,
[data-bs-theme=dark] .btn-group-vertical > .btn-check:checked + .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn-check:focus + .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn:hover,
[data-bs-theme=dark] .btn-group-vertical > .btn:focus,
[data-bs-theme=dark] .btn-group-vertical > .btn:active,
[data-bs-theme=dark] .btn-group-vertical > .btn.active {
  z-index: 1;
}
[data-bs-theme=dark] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[data-bs-theme=dark] .btn-toolbar .input-group {
  width: auto;
}
[data-bs-theme=dark] .btn-group {
  border-radius: 10px;
}
[data-bs-theme=dark] .btn-group > :not(.btn-check:first-child) + .btn,
[data-bs-theme=dark] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=dark] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=dark] .btn-group > .btn.dropdown-toggle-split:first-child,
[data-bs-theme=dark] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=dark] .btn-group > .btn:nth-child(n+3),
[data-bs-theme=dark] .btn-group > :not(.btn-check) + .btn,
[data-bs-theme=dark] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=dark] .dropdown-toggle-split::after, .dropup [data-bs-theme=dark] .dropdown-toggle-split::after, .dropend [data-bs-theme=dark] .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart [data-bs-theme=dark] .dropdown-toggle-split::before {
  margin-right: 0;
}
[data-bs-theme=dark] .btn-sm + .dropdown-toggle-split, [data-bs-theme=dark] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
[data-bs-theme=dark] .btn-lg + .dropdown-toggle-split, [data-bs-theme=dark] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=dark] .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[data-bs-theme=dark] .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
[data-bs-theme=dark] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
[data-bs-theme=dark] .btn-group-vertical > .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn-group {
  width: 100%;
}
[data-bs-theme=dark] .btn-group-vertical > .btn:not(:first-child),
[data-bs-theme=dark] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=dark] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=dark] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .btn-group-vertical > .btn ~ .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=dark] .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-gray-700);
  --bs-nav-link-hover-color: var(--bs-primary);
  --bs-nav-link-disabled-color: rgba(var(--bs-gray-700-rgb), 0.75);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=dark] .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .nav-link {
    transition: none;
  }
}
[data-bs-theme=dark] .nav-link:hover, [data-bs-theme=dark] .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
[data-bs-theme=dark] .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .nav-link.disabled, [data-bs-theme=dark] .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
[data-bs-theme=dark] .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: initial;
  --bs-nav-tabs-link-active-border-color: initial;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
[data-bs-theme=dark] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
[data-bs-theme=dark] .nav-tabs .nav-link:hover, [data-bs-theme=dark] .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
[data-bs-theme=dark] .nav-tabs .nav-link.active,
[data-bs-theme=dark] .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
[data-bs-theme=dark] .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=dark] .nav-pills {
  --bs-nav-pills-border-radius: 12px;
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
}
[data-bs-theme=dark] .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
[data-bs-theme=dark] .nav-pills .nav-link.active,
[data-bs-theme=dark] .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
[data-bs-theme=dark] .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
[data-bs-theme=dark] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
[data-bs-theme=dark] .nav-underline .nav-link:hover, [data-bs-theme=dark] .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
[data-bs-theme=dark] .nav-underline .nav-link.active,
[data-bs-theme=dark] .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
[data-bs-theme=dark] .nav-fill > .nav-link,
[data-bs-theme=dark] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
[data-bs-theme=dark] .nav-justified > .nav-link,
[data-bs-theme=dark] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
[data-bs-theme=dark] .nav-fill .nav-item .nav-link,
[data-bs-theme=dark] .nav-justified .nav-item .nav-link {
  width: 100%;
}
[data-bs-theme=dark] .tab-content > .tab-pane {
  display: none;
}
[data-bs-theme=dark] .tab-content > .active {
  display: block;
}
[data-bs-theme=dark] .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 10px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
[data-bs-theme=dark] .navbar > .container,
[data-bs-theme=dark] .navbar > .container-fluid,
[data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
[data-bs-theme=dark] .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
[data-bs-theme=dark] .navbar-brand:hover, [data-bs-theme=dark] .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
[data-bs-theme=dark] .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=dark] .navbar-nav .nav-link.active, [data-bs-theme=dark] .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=dark] .navbar-nav .dropdown-menu {
  position: static;
}
[data-bs-theme=dark] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
[data-bs-theme=dark] .navbar-text a,
[data-bs-theme=dark] .navbar-text a:hover,
[data-bs-theme=dark] .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=dark] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
[data-bs-theme=dark] .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .navbar-toggler {
    transition: none;
  }
}
[data-bs-theme=dark] .navbar-toggler:hover {
  text-decoration: none;
}
[data-bs-theme=dark] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
[data-bs-theme=dark] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-bs-theme=dark] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
[data-bs-theme=dark] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
[data-bs-theme=dark] .navbar-expand .navbar-nav {
  flex-direction: row;
}
[data-bs-theme=dark] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[data-bs-theme=dark] .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
[data-bs-theme=dark] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
[data-bs-theme=dark] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
[data-bs-theme=dark] .navbar-expand .navbar-toggler {
  display: none;
}
[data-bs-theme=dark] .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
[data-bs-theme=dark] .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
[data-bs-theme=dark] .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
[data-bs-theme=dark] .navbar-dark,
[data-bs-theme=dark] .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] [data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #1e1e1e;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
[data-bs-theme=dark] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[data-bs-theme=dark] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card > .card-header + .list-group,
[data-bs-theme=dark] .card > .list-group + .card-footer {
  border-top: 0;
}
[data-bs-theme=dark] .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
[data-bs-theme=dark] .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
[data-bs-theme=dark] .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
[data-bs-theme=dark] .card-text:last-child {
  margin-bottom: 0;
}
[data-bs-theme=dark] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
[data-bs-theme=dark] .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
[data-bs-theme=dark] .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
[data-bs-theme=dark] .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card-img,
[data-bs-theme=dark] .card-img-top,
[data-bs-theme=dark] .card-img-bottom {
  width: 100%;
}
[data-bs-theme=dark] .card-img,
[data-bs-theme=dark] .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=dark] .card-img,
[data-bs-theme=dark] .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=dark] .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  [data-bs-theme=dark] .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  [data-bs-theme=dark] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-img-top,
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-img-bottom,
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-img-top,
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-img-bottom,
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
[data-bs-theme=dark] .accordion {
  --bs-accordion-color: var(--bs-gray-600);
  --bs-accordion-bg: initial;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-gray-600);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: var(--bs-body-bg);
}
[data-bs-theme=dark] .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .accordion-button {
    transition: none;
  }
}
[data-bs-theme=dark] .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[data-bs-theme=dark] .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
[data-bs-theme=dark] .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .accordion-button::after {
    transition: none;
  }
}
[data-bs-theme=dark] .accordion-button:hover {
  z-index: 2;
}
[data-bs-theme=dark] .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
[data-bs-theme=dark] .accordion-header {
  margin-bottom: 0;
}
[data-bs-theme=dark] .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
[data-bs-theme=dark] .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=dark] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=dark] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
[data-bs-theme=dark] .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=dark] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=dark] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=dark] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
[data-bs-theme=dark] .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [data-bs-theme=dark] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-body-bg);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
[data-bs-theme=dark] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
[data-bs-theme=dark] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
[data-bs-theme=dark] .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
[data-bs-theme=dark] .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=dark] .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  [data-bs-theme=dark] .page-link {
    transition: none;
  }
}
[data-bs-theme=dark] .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
[data-bs-theme=dark] .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
[data-bs-theme=dark] .page-link.active, .active > [data-bs-theme=dark] .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
[data-bs-theme=dark] .page-link.disabled, .disabled > [data-bs-theme=dark] .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
[data-bs-theme=dark] .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=dark] .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=dark] .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=dark] .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
[data-bs-theme=dark] .badge:empty {
  display: none;
}
[data-bs-theme=dark] .btn .badge {
  position: relative;
  top: -1px;
}
[data-bs-theme=dark] .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 16px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
[data-bs-theme=dark] .alert-heading {
  color: inherit;
}
[data-bs-theme=dark] .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
[data-bs-theme=dark] .alert-dismissible {
  padding-right: 3rem;
}
[data-bs-theme=dark] .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
[data-bs-theme=dark] .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=dark] .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=dark] .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=dark] .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=dark] .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=dark] .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=dark] .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=dark] .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
[data-bs-theme=dark] .progress,
[data-bs-theme=dark] .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}
[data-bs-theme=dark] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .progress-bar {
    transition: none;
  }
}
[data-bs-theme=dark] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
[data-bs-theme=dark] .progress-stacked > .progress {
  overflow: visible;
}
[data-bs-theme=dark] .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
[data-bs-theme=dark] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .progress-bar-animated {
    animation: none;
  }
}
[data-bs-theme=dark] .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --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);
}
[data-bs-theme=dark] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
[data-bs-theme=dark] .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
[data-bs-theme=dark] .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
[data-bs-theme=dark] .list-group-item-action:hover, [data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[data-bs-theme=dark] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[data-bs-theme=dark] .list-group-item.disabled, [data-bs-theme=dark] .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-horizontal {
  flex-direction: row;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
[data-bs-theme=dark] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
[data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-sm {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-md {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-lg {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-xl {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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);
  }
}
[data-bs-theme=dark] .list-group-flush {
  border-radius: 0;
}
[data-bs-theme=dark] .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
[data-bs-theme=dark] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
[data-bs-theme=dark] .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
[data-bs-theme=dark] .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 12px;
  opacity: var(--bs-btn-close-opacity);
}
[data-bs-theme=dark] .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
[data-bs-theme=dark] .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
[data-bs-theme=dark] .btn-close:disabled, [data-bs-theme=dark] .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
[data-bs-theme=dark] .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 3rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
[data-bs-theme=dark] .toast.showing {
  opacity: 0;
}
[data-bs-theme=dark] .toast:not(.show) {
  display: none;
}
[data-bs-theme=dark] .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
[data-bs-theme=dark] .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
[data-bs-theme=dark] .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
[data-bs-theme=dark] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
[data-bs-theme=dark] .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
[data-bs-theme=dark] .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 24px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(24px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 8px;
  --bs-modal-header-padding-y: 8px;
  --bs-modal-header-padding: 8px 8px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
[data-bs-theme=dark] .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade [data-bs-theme=dark] .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(40%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade [data-bs-theme=dark] .modal-dialog {
    transition: none;
  }
}
.modal.show [data-bs-theme=dark] .modal-dialog {
  transform: translateY(0);
}
.modal.modal-static [data-bs-theme=dark] .modal-dialog {
  transform: scale(1.02);
}
[data-bs-theme=dark] .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=dark] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
[data-bs-theme=dark] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
[data-bs-theme=dark] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=dark] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
[data-bs-theme=dark] .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
[data-bs-theme=dark] .modal-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=dark] .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
[data-bs-theme=dark] .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=dark] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
[data-bs-theme=dark] .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
[data-bs-theme=dark] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
[data-bs-theme=dark] .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=dark] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  [data-bs-theme=dark] .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  [data-bs-theme=dark] .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .modal-lg,
  [data-bs-theme=dark] .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .modal-xl {
    --bs-modal-width: 1140px;
  }
}
[data-bs-theme=dark] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
[data-bs-theme=dark] .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
[data-bs-theme=dark] .modal-fullscreen .modal-header,
[data-bs-theme=dark] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
[data-bs-theme=dark] .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
[data-bs-theme=dark] .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
[data-bs-theme=dark] .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
[data-bs-theme=dark] .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
[data-bs-theme=dark] .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
[data-bs-theme=dark] .bs-tooltip-top .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=dark] .bs-tooltip-top .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .bs-tooltip-end .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=dark] .bs-tooltip-end .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .bs-tooltip-bottom .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=dark] .bs-tooltip-bottom .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .bs-tooltip-start .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=dark] .bs-tooltip-start .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
[data-bs-theme=dark] .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
[data-bs-theme=dark] .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
[data-bs-theme=dark] .popover .popover-arrow::before, [data-bs-theme=dark] .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-top > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-end > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .bs-popover-bottom .popover-header::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-start > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
[data-bs-theme=dark] .popover-header:empty {
  display: none;
}
[data-bs-theme=dark] .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
[data-bs-theme=dark] .carousel {
  position: relative;
}
[data-bs-theme=dark] .carousel.pointer-event {
  touch-action: pan-y;
}
[data-bs-theme=dark] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
[data-bs-theme=dark] .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=dark] .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-item {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-item.active,
[data-bs-theme=dark] .carousel-item-next,
[data-bs-theme=dark] .carousel-item-prev {
  display: block;
}
[data-bs-theme=dark] .carousel-item-next:not(.carousel-item-start),
[data-bs-theme=dark] .active.carousel-item-end {
  transform: translateX(100%);
}
[data-bs-theme=dark] .carousel-item-prev:not(.carousel-item-end),
[data-bs-theme=dark] .active.carousel-item-start {
  transform: translateX(-100%);
}
[data-bs-theme=dark] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
[data-bs-theme=dark] .carousel-fade .carousel-item.active,
[data-bs-theme=dark] .carousel-fade .carousel-item-next.carousel-item-start,
[data-bs-theme=dark] .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
[data-bs-theme=dark] .carousel-fade .active.carousel-item-start,
[data-bs-theme=dark] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-fade .active.carousel-item-start,
  [data-bs-theme=dark] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-control-prev,
[data-bs-theme=dark] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-control-prev,
  [data-bs-theme=dark] .carousel-control-next {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-control-prev:hover, [data-bs-theme=dark] .carousel-control-prev:focus,
[data-bs-theme=dark] .carousel-control-next:hover,
[data-bs-theme=dark] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
[data-bs-theme=dark] .carousel-control-prev {
  left: 0;
}
[data-bs-theme=dark] .carousel-control-next {
  right: 0;
}
[data-bs-theme=dark] .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
[data-bs-theme=dark] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=dark] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=dark] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
[data-bs-theme=dark] .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-indicators .active {
  opacity: 1;
}
[data-bs-theme=dark] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
[data-bs-theme=dark] .carousel-dark .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .spinner-grow,
[data-bs-theme=dark] .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
[data-bs-theme=dark] .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
[data-bs-theme=dark] .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
[data-bs-theme=dark] .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
[data-bs-theme=dark] .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .spinner-border,
  [data-bs-theme=dark] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
[data-bs-theme=dark] .offcanvas, [data-bs-theme=dark] .offcanvas-xxl, [data-bs-theme=dark] .offcanvas-xl, [data-bs-theme=dark] .offcanvas-lg, [data-bs-theme=dark] .offcanvas-md, [data-bs-theme=dark] .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.showing, [data-bs-theme=dark] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-sm.showing, [data-bs-theme=dark] .offcanvas-sm.hiding, [data-bs-theme=dark] .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-sm .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-md.showing, [data-bs-theme=dark] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-md.showing, [data-bs-theme=dark] .offcanvas-md.hiding, [data-bs-theme=dark] .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-md .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.showing, [data-bs-theme=dark] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-lg.showing, [data-bs-theme=dark] .offcanvas-lg.hiding, [data-bs-theme=dark] .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-lg .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.showing, [data-bs-theme=dark] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-xl.showing, [data-bs-theme=dark] .offcanvas-xl.hiding, [data-bs-theme=dark] .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-xl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.showing, [data-bs-theme=dark] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-xxl.showing, [data-bs-theme=dark] .offcanvas-xxl.hiding, [data-bs-theme=dark] .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
[data-bs-theme=dark] .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas {
    transition: none;
  }
}
[data-bs-theme=dark] .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
[data-bs-theme=dark] .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
[data-bs-theme=dark] .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
[data-bs-theme=dark] .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
[data-bs-theme=dark] .offcanvas.showing, [data-bs-theme=dark] .offcanvas.show:not(.hiding) {
  transform: none;
}
[data-bs-theme=dark] .offcanvas.showing, [data-bs-theme=dark] .offcanvas.hiding, [data-bs-theme=dark] .offcanvas.show {
  visibility: visible;
}
[data-bs-theme=dark] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
[data-bs-theme=dark] .offcanvas-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=dark] .offcanvas-backdrop.show {
  opacity: 0.5;
}
[data-bs-theme=dark] .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
[data-bs-theme=dark] .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
[data-bs-theme=dark] .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
[data-bs-theme=dark] .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
[data-bs-theme=dark] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
[data-bs-theme=dark] .placeholder.btn::before {
  display: inline-block;
  content: "";
}
[data-bs-theme=dark] .placeholder-xs {
  min-height: 0.6em;
}
[data-bs-theme=dark] .placeholder-sm {
  min-height: 0.8em;
}
[data-bs-theme=dark] .placeholder-lg {
  min-height: 1.2em;
}
[data-bs-theme=dark] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
[data-bs-theme=dark] .placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
[data-bs-theme=dark] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=dark] .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-dark {
  color: #000 !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-primary:hover, [data-bs-theme=dark] .link-primary:focus {
  color: RGBA(164, 215, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(164, 215, 255, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-secondary:hover, [data-bs-theme=dark] .link-secondary:focus {
  color: RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-light:hover, [data-bs-theme=dark] .link-light:focus {
  color: RGBA(24, 24, 24, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(24, 24, 24, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-success:hover, [data-bs-theme=dark] .link-success:focus {
  color: RGBA(137, 229, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(137, 229, 123, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-info:hover, [data-bs-theme=dark] .link-info:focus {
  color: RGBA(53, 186, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 186, 246, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-warning:hover, [data-bs-theme=dark] .link-warning:focus {
  color: RGBA(254, 213, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 213, 51, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-danger:hover, [data-bs-theme=dark] .link-danger:focus {
  color: RGBA(245, 198, 196, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 198, 196, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-dark:hover, [data-bs-theme=dark] .link-dark:focus {
  color: RGBA(245, 245, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 245, 245, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-body-emphasis:hover, [data-bs-theme=dark] .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
[data-bs-theme=dark] .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
[data-bs-theme=dark] .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
[data-bs-theme=dark] .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .icon-link > .bi {
    transition: none;
  }
}
[data-bs-theme=dark] .icon-link-hover:hover > .bi, [data-bs-theme=dark] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
[data-bs-theme=dark] .ratio {
  position: relative;
  width: 100%;
}
[data-bs-theme=dark] .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
[data-bs-theme=dark] .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-bs-theme=dark] .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
[data-bs-theme=dark] .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
[data-bs-theme=dark] .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
[data-bs-theme=dark] .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
[data-bs-theme=dark] .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=dark] .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=dark] .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
[data-bs-theme=dark] .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
[data-bs-theme=dark] .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
[data-bs-theme=dark] .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
[data-bs-theme=dark] .visually-hidden,
[data-bs-theme=dark] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[data-bs-theme=dark] .visually-hidden:not(caption),
[data-bs-theme=dark] .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
[data-bs-theme=dark] .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
[data-bs-theme=dark] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-bs-theme=dark] .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
[data-bs-theme=dark] .align-baseline {
  vertical-align: baseline !important;
}
[data-bs-theme=dark] .align-top {
  vertical-align: top !important;
}
[data-bs-theme=dark] .align-middle {
  vertical-align: middle !important;
}
[data-bs-theme=dark] .align-bottom {
  vertical-align: bottom !important;
}
[data-bs-theme=dark] .align-text-bottom {
  vertical-align: text-bottom !important;
}
[data-bs-theme=dark] .align-text-top {
  vertical-align: text-top !important;
}
[data-bs-theme=dark] .float-start {
  float: left !important;
}
[data-bs-theme=dark] .float-end {
  float: right !important;
}
[data-bs-theme=dark] .float-none {
  float: none !important;
}
[data-bs-theme=dark] .object-fit-contain {
  object-fit: contain !important;
}
[data-bs-theme=dark] .object-fit-cover {
  object-fit: cover !important;
}
[data-bs-theme=dark] .object-fit-fill {
  object-fit: fill !important;
}
[data-bs-theme=dark] .object-fit-scale {
  object-fit: scale-down !important;
}
[data-bs-theme=dark] .object-fit-none {
  object-fit: none !important;
}
[data-bs-theme=dark] .opacity-0 {
  opacity: 0 !important;
}
[data-bs-theme=dark] .opacity-25 {
  opacity: 0.25 !important;
}
[data-bs-theme=dark] .opacity-50 {
  opacity: 0.5 !important;
}
[data-bs-theme=dark] .opacity-75 {
  opacity: 0.75 !important;
}
[data-bs-theme=dark] .opacity-100 {
  opacity: 1 !important;
}
[data-bs-theme=dark] .overflow-auto {
  overflow: auto !important;
}
[data-bs-theme=dark] .overflow-hidden {
  overflow: hidden !important;
}
[data-bs-theme=dark] .overflow-visible {
  overflow: visible !important;
}
[data-bs-theme=dark] .overflow-scroll {
  overflow: scroll !important;
}
[data-bs-theme=dark] .overflow-x-auto {
  overflow-x: auto !important;
}
[data-bs-theme=dark] .overflow-x-hidden {
  overflow-x: hidden !important;
}
[data-bs-theme=dark] .overflow-x-visible {
  overflow-x: visible !important;
}
[data-bs-theme=dark] .overflow-x-scroll {
  overflow-x: scroll !important;
}
[data-bs-theme=dark] .overflow-y-auto {
  overflow-y: auto !important;
}
[data-bs-theme=dark] .overflow-y-hidden {
  overflow-y: hidden !important;
}
[data-bs-theme=dark] .overflow-y-visible {
  overflow-y: visible !important;
}
[data-bs-theme=dark] .overflow-y-scroll {
  overflow-y: scroll !important;
}
[data-bs-theme=dark] .d-inline {
  display: inline !important;
}
[data-bs-theme=dark] .d-inline-block {
  display: inline-block !important;
}
[data-bs-theme=dark] .d-block {
  display: block !important;
}
[data-bs-theme=dark] .d-grid {
  display: grid !important;
}
[data-bs-theme=dark] .d-inline-grid {
  display: inline-grid !important;
}
[data-bs-theme=dark] .d-table {
  display: table !important;
}
[data-bs-theme=dark] .d-table-row {
  display: table-row !important;
}
[data-bs-theme=dark] .d-table-cell {
  display: table-cell !important;
}
[data-bs-theme=dark] .d-flex {
  display: flex !important;
}
[data-bs-theme=dark] .d-inline-flex {
  display: inline-flex !important;
}
[data-bs-theme=dark] .d-none {
  display: none !important;
}
[data-bs-theme=dark] .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
[data-bs-theme=dark] .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
[data-bs-theme=dark] .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
[data-bs-theme=dark] .shadow-none {
  box-shadow: none !important;
}
[data-bs-theme=dark] .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .position-static {
  position: static !important;
}
[data-bs-theme=dark] .position-relative {
  position: relative !important;
}
[data-bs-theme=dark] .position-absolute {
  position: absolute !important;
}
[data-bs-theme=dark] .position-fixed {
  position: fixed !important;
}
[data-bs-theme=dark] .position-sticky {
  position: sticky !important;
}
[data-bs-theme=dark] .top-0 {
  top: 0 !important;
}
[data-bs-theme=dark] .top-50 {
  top: 50% !important;
}
[data-bs-theme=dark] .top-100 {
  top: 100% !important;
}
[data-bs-theme=dark] .bottom-0 {
  bottom: 0 !important;
}
[data-bs-theme=dark] .bottom-50 {
  bottom: 50% !important;
}
[data-bs-theme=dark] .bottom-100 {
  bottom: 100% !important;
}
[data-bs-theme=dark] .start-0 {
  left: 0 !important;
}
[data-bs-theme=dark] .start-50 {
  left: 50% !important;
}
[data-bs-theme=dark] .start-100 {
  left: 100% !important;
}
[data-bs-theme=dark] .end-0 {
  right: 0 !important;
}
[data-bs-theme=dark] .end-50 {
  right: 50% !important;
}
[data-bs-theme=dark] .end-100 {
  right: 100% !important;
}
[data-bs-theme=dark] .translate-middle {
  transform: translate(-50%, -50%) !important;
}
[data-bs-theme=dark] .translate-middle-x {
  transform: translateX(-50%) !important;
}
[data-bs-theme=dark] .translate-middle-y {
  transform: translateY(-50%) !important;
}
[data-bs-theme=dark] .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-0 {
  border: 0 !important;
}
[data-bs-theme=dark] .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-top-0 {
  border-top: 0 !important;
}
[data-bs-theme=dark] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-end-0 {
  border-right: 0 !important;
}
[data-bs-theme=dark] .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-bottom-0 {
  border-bottom: 0 !important;
}
[data-bs-theme=dark] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-start-0 {
  border-left: 0 !important;
}
[data-bs-theme=dark] .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
[data-bs-theme=dark] .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
[data-bs-theme=dark] .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
[data-bs-theme=dark] .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
[data-bs-theme=dark] .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
[data-bs-theme=dark] .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
[data-bs-theme=dark] .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
[data-bs-theme=dark] .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
[data-bs-theme=dark] .border-1 {
  border-width: 1px !important;
}
[data-bs-theme=dark] .border-2 {
  border-width: 2px !important;
}
[data-bs-theme=dark] .border-3 {
  border-width: 3px !important;
}
[data-bs-theme=dark] .border-4 {
  border-width: 4px !important;
}
[data-bs-theme=dark] .border-5 {
  border-width: 5px !important;
}
[data-bs-theme=dark] .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
[data-bs-theme=dark] .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
[data-bs-theme=dark] .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
[data-bs-theme=dark] .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
[data-bs-theme=dark] .border-opacity-100 {
  --bs-border-opacity: 1;
}
[data-bs-theme=dark] .w-25 {
  width: 25% !important;
}
[data-bs-theme=dark] .w-50 {
  width: 50% !important;
}
[data-bs-theme=dark] .w-75 {
  width: 75% !important;
}
[data-bs-theme=dark] .w-100 {
  width: 100% !important;
}
[data-bs-theme=dark] .w-auto {
  width: auto !important;
}
[data-bs-theme=dark] .mw-100 {
  max-width: 100% !important;
}
[data-bs-theme=dark] .vw-100 {
  width: 100vw !important;
}
[data-bs-theme=dark] .min-vw-100 {
  min-width: 100vw !important;
}
[data-bs-theme=dark] .h-25 {
  height: 25% !important;
}
[data-bs-theme=dark] .h-50 {
  height: 50% !important;
}
[data-bs-theme=dark] .h-75 {
  height: 75% !important;
}
[data-bs-theme=dark] .h-100 {
  height: 100% !important;
}
[data-bs-theme=dark] .h-auto {
  height: auto !important;
}
[data-bs-theme=dark] .mh-100 {
  max-height: 100% !important;
}
[data-bs-theme=dark] .vh-100 {
  height: 100vh !important;
}
[data-bs-theme=dark] .min-vh-100 {
  min-height: 100vh !important;
}
[data-bs-theme=dark] .flex-fill {
  flex: 1 1 auto !important;
}
[data-bs-theme=dark] .flex-row {
  flex-direction: row !important;
}
[data-bs-theme=dark] .flex-column {
  flex-direction: column !important;
}
[data-bs-theme=dark] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
[data-bs-theme=dark] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
[data-bs-theme=dark] .flex-grow-0 {
  flex-grow: 0 !important;
}
[data-bs-theme=dark] .flex-grow-1 {
  flex-grow: 1 !important;
}
[data-bs-theme=dark] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
[data-bs-theme=dark] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
[data-bs-theme=dark] .flex-wrap {
  flex-wrap: wrap !important;
}
[data-bs-theme=dark] .flex-nowrap {
  flex-wrap: nowrap !important;
}
[data-bs-theme=dark] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
[data-bs-theme=dark] .justify-content-start {
  justify-content: flex-start !important;
}
[data-bs-theme=dark] .justify-content-end {
  justify-content: flex-end !important;
}
[data-bs-theme=dark] .justify-content-center {
  justify-content: center !important;
}
[data-bs-theme=dark] .justify-content-between {
  justify-content: space-between !important;
}
[data-bs-theme=dark] .justify-content-around {
  justify-content: space-around !important;
}
[data-bs-theme=dark] .justify-content-evenly {
  justify-content: space-evenly !important;
}
[data-bs-theme=dark] .align-items-start {
  align-items: flex-start !important;
}
[data-bs-theme=dark] .align-items-end {
  align-items: flex-end !important;
}
[data-bs-theme=dark] .align-items-center {
  align-items: center !important;
}
[data-bs-theme=dark] .align-items-baseline {
  align-items: baseline !important;
}
[data-bs-theme=dark] .align-items-stretch {
  align-items: stretch !important;
}
[data-bs-theme=dark] .align-content-start {
  align-content: flex-start !important;
}
[data-bs-theme=dark] .align-content-end {
  align-content: flex-end !important;
}
[data-bs-theme=dark] .align-content-center {
  align-content: center !important;
}
[data-bs-theme=dark] .align-content-between {
  align-content: space-between !important;
}
[data-bs-theme=dark] .align-content-around {
  align-content: space-around !important;
}
[data-bs-theme=dark] .align-content-stretch {
  align-content: stretch !important;
}
[data-bs-theme=dark] .align-self-auto {
  align-self: auto !important;
}
[data-bs-theme=dark] .align-self-start {
  align-self: flex-start !important;
}
[data-bs-theme=dark] .align-self-end {
  align-self: flex-end !important;
}
[data-bs-theme=dark] .align-self-center {
  align-self: center !important;
}
[data-bs-theme=dark] .align-self-baseline {
  align-self: baseline !important;
}
[data-bs-theme=dark] .align-self-stretch {
  align-self: stretch !important;
}
[data-bs-theme=dark] .order-first {
  order: -1 !important;
}
[data-bs-theme=dark] .order-0 {
  order: 0 !important;
}
[data-bs-theme=dark] .order-1 {
  order: 1 !important;
}
[data-bs-theme=dark] .order-2 {
  order: 2 !important;
}
[data-bs-theme=dark] .order-3 {
  order: 3 !important;
}
[data-bs-theme=dark] .order-4 {
  order: 4 !important;
}
[data-bs-theme=dark] .order-5 {
  order: 5 !important;
}
[data-bs-theme=dark] .order-last {
  order: 6 !important;
}
[data-bs-theme=dark] .m-0 {
  margin: 0 !important;
}
[data-bs-theme=dark] .m-1 {
  margin: 0.25rem !important;
}
[data-bs-theme=dark] .m-2 {
  margin: 0.5rem !important;
}
[data-bs-theme=dark] .m-3 {
  margin: 1rem !important;
}
[data-bs-theme=dark] .m-4 {
  margin: 1.5rem !important;
}
[data-bs-theme=dark] .m-5 {
  margin: 3rem !important;
}
[data-bs-theme=dark] .m-auto {
  margin: auto !important;
}
[data-bs-theme=dark] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[data-bs-theme=dark] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
[data-bs-theme=dark] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
[data-bs-theme=dark] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
[data-bs-theme=dark] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
[data-bs-theme=dark] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
[data-bs-theme=dark] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
[data-bs-theme=dark] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-bs-theme=dark] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
[data-bs-theme=dark] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
[data-bs-theme=dark] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
[data-bs-theme=dark] .mt-0 {
  margin-top: 0 !important;
}
[data-bs-theme=dark] .mt-1 {
  margin-top: 0.25rem !important;
}
[data-bs-theme=dark] .mt-2 {
  margin-top: 0.5rem !important;
}
[data-bs-theme=dark] .mt-3 {
  margin-top: 1rem !important;
}
[data-bs-theme=dark] .mt-4 {
  margin-top: 1.5rem !important;
}
[data-bs-theme=dark] .mt-5 {
  margin-top: 3rem !important;
}
[data-bs-theme=dark] .mt-auto {
  margin-top: auto !important;
}
[data-bs-theme=dark] .me-0 {
  margin-right: 0 !important;
}
[data-bs-theme=dark] .me-1 {
  margin-right: 0.25rem !important;
}
[data-bs-theme=dark] .me-2 {
  margin-right: 0.5rem !important;
}
[data-bs-theme=dark] .me-3 {
  margin-right: 1rem !important;
}
[data-bs-theme=dark] .me-4 {
  margin-right: 1.5rem !important;
}
[data-bs-theme=dark] .me-5 {
  margin-right: 3rem !important;
}
[data-bs-theme=dark] .me-auto {
  margin-right: auto !important;
}
[data-bs-theme=dark] .mb-0 {
  margin-bottom: 0 !important;
}
[data-bs-theme=dark] .mb-1 {
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .mb-2 {
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .mb-3 {
  margin-bottom: 1rem !important;
}
[data-bs-theme=dark] .mb-4 {
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .mb-5 {
  margin-bottom: 3rem !important;
}
[data-bs-theme=dark] .mb-auto {
  margin-bottom: auto !important;
}
[data-bs-theme=dark] .ms-0 {
  margin-left: 0 !important;
}
[data-bs-theme=dark] .ms-1 {
  margin-left: 0.25rem !important;
}
[data-bs-theme=dark] .ms-2 {
  margin-left: 0.5rem !important;
}
[data-bs-theme=dark] .ms-3 {
  margin-left: 1rem !important;
}
[data-bs-theme=dark] .ms-4 {
  margin-left: 1.5rem !important;
}
[data-bs-theme=dark] .ms-5 {
  margin-left: 3rem !important;
}
[data-bs-theme=dark] .ms-auto {
  margin-left: auto !important;
}
[data-bs-theme=dark] .p-0 {
  padding: 0 !important;
}
[data-bs-theme=dark] .p-1 {
  padding: 0.25rem !important;
}
[data-bs-theme=dark] .p-2 {
  padding: 0.5rem !important;
}
[data-bs-theme=dark] .p-3 {
  padding: 1rem !important;
}
[data-bs-theme=dark] .p-4 {
  padding: 1.5rem !important;
}
[data-bs-theme=dark] .p-5 {
  padding: 3rem !important;
}
[data-bs-theme=dark] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[data-bs-theme=dark] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
[data-bs-theme=dark] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
[data-bs-theme=dark] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
[data-bs-theme=dark] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
[data-bs-theme=dark] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
[data-bs-theme=dark] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[data-bs-theme=dark] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
[data-bs-theme=dark] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
[data-bs-theme=dark] .pt-0 {
  padding-top: 0 !important;
}
[data-bs-theme=dark] .pt-1 {
  padding-top: 0.25rem !important;
}
[data-bs-theme=dark] .pt-2 {
  padding-top: 0.5rem !important;
}
[data-bs-theme=dark] .pt-3 {
  padding-top: 1rem !important;
}
[data-bs-theme=dark] .pt-4 {
  padding-top: 1.5rem !important;
}
[data-bs-theme=dark] .pt-5 {
  padding-top: 3rem !important;
}
[data-bs-theme=dark] .pe-0 {
  padding-right: 0 !important;
}
[data-bs-theme=dark] .pe-1 {
  padding-right: 0.25rem !important;
}
[data-bs-theme=dark] .pe-2 {
  padding-right: 0.5rem !important;
}
[data-bs-theme=dark] .pe-3 {
  padding-right: 1rem !important;
}
[data-bs-theme=dark] .pe-4 {
  padding-right: 1.5rem !important;
}
[data-bs-theme=dark] .pe-5 {
  padding-right: 3rem !important;
}
[data-bs-theme=dark] .pb-0 {
  padding-bottom: 0 !important;
}
[data-bs-theme=dark] .pb-1 {
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .pb-2 {
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .pb-3 {
  padding-bottom: 1rem !important;
}
[data-bs-theme=dark] .pb-4 {
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .pb-5 {
  padding-bottom: 3rem !important;
}
[data-bs-theme=dark] .ps-0 {
  padding-left: 0 !important;
}
[data-bs-theme=dark] .ps-1 {
  padding-left: 0.25rem !important;
}
[data-bs-theme=dark] .ps-2 {
  padding-left: 0.5rem !important;
}
[data-bs-theme=dark] .ps-3 {
  padding-left: 1rem !important;
}
[data-bs-theme=dark] .ps-4 {
  padding-left: 1.5rem !important;
}
[data-bs-theme=dark] .ps-5 {
  padding-left: 3rem !important;
}
[data-bs-theme=dark] .gap-0 {
  gap: 0 !important;
}
[data-bs-theme=dark] .gap-1 {
  gap: 0.25rem !important;
}
[data-bs-theme=dark] .gap-2 {
  gap: 0.5rem !important;
}
[data-bs-theme=dark] .gap-3 {
  gap: 1rem !important;
}
[data-bs-theme=dark] .gap-4 {
  gap: 1.5rem !important;
}
[data-bs-theme=dark] .gap-5 {
  gap: 3rem !important;
}
[data-bs-theme=dark] .row-gap-0 {
  row-gap: 0 !important;
}
[data-bs-theme=dark] .row-gap-1 {
  row-gap: 0.25rem !important;
}
[data-bs-theme=dark] .row-gap-2 {
  row-gap: 0.5rem !important;
}
[data-bs-theme=dark] .row-gap-3 {
  row-gap: 1rem !important;
}
[data-bs-theme=dark] .row-gap-4 {
  row-gap: 1.5rem !important;
}
[data-bs-theme=dark] .row-gap-5 {
  row-gap: 3rem !important;
}
[data-bs-theme=dark] .column-gap-0 {
  column-gap: 0 !important;
}
[data-bs-theme=dark] .column-gap-1 {
  column-gap: 0.25rem !important;
}
[data-bs-theme=dark] .column-gap-2 {
  column-gap: 0.5rem !important;
}
[data-bs-theme=dark] .column-gap-3 {
  column-gap: 1rem !important;
}
[data-bs-theme=dark] .column-gap-4 {
  column-gap: 1.5rem !important;
}
[data-bs-theme=dark] .column-gap-5 {
  column-gap: 3rem !important;
}
[data-bs-theme=dark] .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
[data-bs-theme=dark] .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
[data-bs-theme=dark] .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
[data-bs-theme=dark] .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
[data-bs-theme=dark] .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
[data-bs-theme=dark] .fs-5 {
  font-size: 1.25rem !important;
}
[data-bs-theme=dark] .fs-6 {
  font-size: 1rem !important;
}
[data-bs-theme=dark] .fst-italic {
  font-style: italic !important;
}
[data-bs-theme=dark] .fst-normal {
  font-style: normal !important;
}
[data-bs-theme=dark] .fw-lighter {
  font-weight: lighter !important;
}
[data-bs-theme=dark] .fw-light {
  font-weight: 300 !important;
}
[data-bs-theme=dark] .fw-normal {
  font-weight: 400 !important;
}
[data-bs-theme=dark] .fw-medium {
  font-weight: 500 !important;
}
[data-bs-theme=dark] .fw-semibold {
  font-weight: 600 !important;
}
[data-bs-theme=dark] .fw-bold {
  font-weight: 700 !important;
}
[data-bs-theme=dark] .fw-bolder {
  font-weight: bolder !important;
}
[data-bs-theme=dark] .lh-1 {
  line-height: 1 !important;
}
[data-bs-theme=dark] .lh-sm {
  line-height: 1.25 !important;
}
[data-bs-theme=dark] .lh-base {
  line-height: 1.5 !important;
}
[data-bs-theme=dark] .lh-lg {
  line-height: 2 !important;
}
[data-bs-theme=dark] .text-start {
  text-align: left !important;
}
[data-bs-theme=dark] .text-end {
  text-align: right !important;
}
[data-bs-theme=dark] .text-center {
  text-align: center !important;
}
[data-bs-theme=dark] .text-decoration-none {
  text-decoration: none !important;
}
[data-bs-theme=dark] .text-decoration-underline {
  text-decoration: underline !important;
}
[data-bs-theme=dark] .text-decoration-line-through {
  text-decoration: line-through !important;
}
[data-bs-theme=dark] .text-lowercase {
  text-transform: lowercase !important;
}
[data-bs-theme=dark] .text-uppercase {
  text-transform: uppercase !important;
}
[data-bs-theme=dark] .text-capitalize {
  text-transform: capitalize !important;
}
[data-bs-theme=dark] .text-wrap {
  white-space: normal !important;
}
[data-bs-theme=dark] .text-nowrap {
  white-space: nowrap !important;
}
[data-bs-theme=dark] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
[data-bs-theme=dark] .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=dark] .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
[data-bs-theme=dark] .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
[data-bs-theme=dark] .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=dark] .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
[data-bs-theme=dark] .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
[data-bs-theme=dark] .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
[data-bs-theme=dark] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
[data-bs-theme=dark] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
[data-bs-theme=dark] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
[data-bs-theme=dark] .text-opacity-100 {
  --bs-text-opacity: 1;
}
[data-bs-theme=dark] .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
[data-bs-theme=dark] .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
[data-bs-theme=dark] .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
[data-bs-theme=dark] .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
[data-bs-theme=dark] .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
[data-bs-theme=dark] .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
[data-bs-theme=dark] .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
[data-bs-theme=dark] .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
[data-bs-theme=dark] .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=dark] .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=dark] .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=dark] .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=dark] .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=dark] .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=dark] .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=dark] .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=dark] .link-opacity-100 {
  --bs-link-opacity: 1;
}
[data-bs-theme=dark] .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
[data-bs-theme=dark] .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=dark] .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=dark] .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=dark] .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=dark] .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=dark] .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=dark] .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=dark] .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=dark] .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=dark] .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=dark] .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=dark] .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=dark] .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=dark] .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=dark] .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=dark] .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=dark] .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=dark] .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=dark] .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
[data-bs-theme=dark] .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
[data-bs-theme=dark] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
[data-bs-theme=dark] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
[data-bs-theme=dark] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
[data-bs-theme=dark] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
[data-bs-theme=dark] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
[data-bs-theme=dark] .user-select-all {
  user-select: all !important;
}
[data-bs-theme=dark] .user-select-auto {
  user-select: auto !important;
}
[data-bs-theme=dark] .user-select-none {
  user-select: none !important;
}
[data-bs-theme=dark] .pe-none {
  pointer-events: none !important;
}
[data-bs-theme=dark] .pe-auto {
  pointer-events: auto !important;
}
[data-bs-theme=dark] .rounded {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-0 {
  border-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-circle {
  border-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .visible {
  visibility: visible !important;
}
[data-bs-theme=dark] .invisible {
  visibility: hidden !important;
}
[data-bs-theme=dark] .z-n1 {
  z-index: -1 !important;
}
[data-bs-theme=dark] .z-0 {
  z-index: 0 !important;
}
[data-bs-theme=dark] .z-1 {
  z-index: 1 !important;
}
[data-bs-theme=dark] .z-2 {
  z-index: 2 !important;
}
[data-bs-theme=dark] .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .float-sm-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-sm-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-sm-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-sm-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-sm-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-sm-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-sm-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-sm-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-sm-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-sm-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-sm-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-sm-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-sm-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-sm-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-sm-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-sm-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-sm-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-sm-none {
    display: none !important;
  }
  [data-bs-theme=dark] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-sm-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-sm-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-sm-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-sm-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-sm-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-sm-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-sm-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-sm-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-sm-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-sm-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-sm-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-sm-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-sm-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-sm-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-sm-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-sm-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-sm-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-sm-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-sm-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-sm-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-sm-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-sm-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-sm-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-sm-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-sm-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-sm-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-sm-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-sm-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-sm-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-sm-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-sm-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-sm-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-sm-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-sm-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-sm-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-sm-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-sm-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-sm-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-sm-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-sm-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-sm-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-sm-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-sm-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-sm-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-sm-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-sm-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-sm-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-sm-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .text-sm-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-sm-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .float-md-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-md-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-md-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-md-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-md-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-md-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-md-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-md-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-md-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-md-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-md-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-md-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-md-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-md-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-md-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-md-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-md-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-md-none {
    display: none !important;
  }
  [data-bs-theme=dark] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-md-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-md-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-md-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-md-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-md-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-md-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-md-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-md-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-md-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-md-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-md-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-md-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-md-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-md-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-md-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-md-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-md-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-md-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-md-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-md-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-md-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-md-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-md-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-md-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-md-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-md-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-md-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-md-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-md-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-md-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-md-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-md-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-md-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-md-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-md-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-md-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-md-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-md-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-md-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-md-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-md-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-md-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-md-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-md-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-md-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-md-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-md-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-md-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-md-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-md-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-md-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-md-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-md-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-md-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-md-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-md-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-md-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-md-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-md-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-md-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-md-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-md-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-md-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-md-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-md-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-md-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-md-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-md-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-md-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-md-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-md-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .text-md-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-md-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .float-lg-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-lg-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-lg-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-lg-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-lg-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-lg-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-lg-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-lg-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-lg-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-lg-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-lg-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-lg-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-lg-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-lg-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-lg-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-lg-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-lg-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-lg-none {
    display: none !important;
  }
  [data-bs-theme=dark] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-lg-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-lg-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-lg-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-lg-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-lg-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-lg-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-lg-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-lg-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-lg-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-lg-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-lg-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-lg-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-lg-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-lg-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-lg-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-lg-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-lg-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-lg-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-lg-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-lg-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-lg-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-lg-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-lg-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-lg-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-lg-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-lg-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-lg-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-lg-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-lg-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-lg-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-lg-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-lg-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-lg-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-lg-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-lg-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-lg-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-lg-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-lg-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-lg-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-lg-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-lg-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-lg-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-lg-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-lg-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-lg-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-lg-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-lg-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-lg-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .text-lg-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-lg-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .float-xl-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-xl-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-xl-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-xl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-xl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-xl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-xl-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-xl-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-xl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-xl-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-xl-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-xl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-xl-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-xl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-xl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-xl-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-xl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-xl-none {
    display: none !important;
  }
  [data-bs-theme=dark] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-xl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-xl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-xl-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-xl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-xl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-xl-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-xl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-xl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-xl-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-xl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-xl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-xl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-xl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-xl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-xl-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-xl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-xl-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-xl-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-xl-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-xl-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-xl-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-xl-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-xl-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-xl-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-xl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-xl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-xl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-xl-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-xl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-xl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-xl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-xl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-xl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-xl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-xl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-xl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-xl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-xl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-xl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-xl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-xl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-xl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-xl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-xl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-xl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-xl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-xl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-xl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .text-xl-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-xl-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .float-xxl-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-xxl-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-xxl-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-xxl-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-xxl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-xxl-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-xxl-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-xxl-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-xxl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-xxl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-xxl-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-xxl-none {
    display: none !important;
  }
  [data-bs-theme=dark] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-xxl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-xxl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-xxl-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-xxl-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-xxl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-xxl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-xxl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-xxl-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-xxl-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-xxl-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-xxl-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-xxl-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-xxl-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-xxl-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-xxl-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-xxl-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-xxl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-xxl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-xxl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-xxl-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-xxl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-xxl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-xxl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-xxl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-xxl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .text-xxl-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-xxl-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .fs-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=dark] .fs-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=dark] .fs-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=dark] .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  [data-bs-theme=dark] .d-print-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-print-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-print-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-print-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-print-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-print-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-print-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-print-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-print-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-print-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-print-none {
    display: none !important;
  }
}

.fc table {
  font-size: 16px !important;
}

.fc-multimonth {
  border: none !important;
  gap: 0 40px;
}

.fc-multimonth-month {
  max-width: 323px !important;
  padding: 0 !important;
}

.fc-multiMonth-view {
  justify-content: center;
}

.fc-multimonth-daygrid-table {
  height: auto !important;
}
.fc-multimonth-daygrid-table tr {
  border-collapse: collapse !important;
  border-width: 3px !important;
  border-color: var(--bs-body-bg) !important;
}

.fc .fc-multimonth-daygrid,
.fc .fc-multimonth-singlecol .fc-multimonth-header {
  background: var(--bs-body-bg) !important;
}

.fc-multimonth-header-table th {
  text-align: center !important;
  padding: 8px 0 !important;
}

.fc-day-past {
  pointer-events: none !important;
}
.fc-day-past .fc-daygrid-day-frame {
  pointer-events: none !important;
}

.fc .fc-day-past .fc-daygrid-day-number {
  color: var(--bs-gray-500);
}

th.fc-col-header-cell.fc-day a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bs-gray-600) !important;
}

td.fc-day {
  aspect-ratio: 1;
  cursor: pointer;
  border-collapse: separate !important;
  border-width: 2px !important;
  border-color: transparent !important;
}
td.fc-day .fc-daygrid-day-frame {
  aspect-ratio: 1;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
td.fc-day .fc-daygrid-day-frame:hover {
  box-shadow: inset 0 0 0 1.5px var(--bs-gray);
}

.fc .fc-daygrid-day-number {
  font-weight: bold;
  text-decoration: none;
  color: var(--bs-gray-900);
}

.custom-start .fc-daygrid-day-frame {
  background: var(--bs-dark);
}
.custom-start .fc-daygrid-day-frame .fc-daygrid-day-number {
  color: var(--bs-body-bg) !important;
}

.fc .fc-highlight {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1.5px var(--bs-gray-900);
  background: none;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

.fc .fc-day-disabled {
  background: none !important;
  cursor: not-allowed !important;
}
.fc .fc-day-disabled:hover div {
  box-shadow: none;
}

.calendar {
  position: relative;
}

.fc .fc-toolbar {
  margin: 0 !important;
  padding: 20px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  overflow: hidden !important;
}
.fc .fc-toolbar .fc-toolbar-chunk {
  display: block;
  border: none;
}

.fc .fc-button:not(:disabled) {
  width: 40px;
  height: 40px;
  border-radius: 23px;
  background: var(--bs-body-bg);
  color: var(--bs-gray-900);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none !important;
}
.fc .fc-button:not(:disabled):hover {
  background: var(--bs-gray-100);
  color: var(--bs-gray-900);
}

.has-bullet .fc-daygrid-day-number {
  margin-bottom: 8px;
}

.day-colored-bullet {
  color: white;
  bottom: 3px;
  font-size: 10px;
  border-radius: 8px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.fc-multimonth-header {
  margin-bottom: 0 !important;
}

.fc-multimonth-daygrid {
  margin-top: 0 !important;
}

.fc-multimonth-title {
  line-height: 40px !important;
  padding: 20px 0 !important;
}

.fc-scrollgrid-sync-inner {
  line-height: 20px !important;
}

#calendar-modal .modal-body {
  min-height: 444px;
}

@media screen and (min-width: 768px) {
  .fc .fc-view-harness {
    max-height: 444px;
  }
}
.roundtrip .fc-daygrid-day-frame {
  box-shadow: none !important;
}
.roundtrip .fc-daygrid-day-frame:hover {
  box-shadow: none !important;
}
.roundtrip .fc-highlight {
  box-shadow: none;
  border-radius: 64px !important;
  background: transparent !important;
}
.roundtrip .fc-day.in-range {
  background: var(--bs-gray-200) !important;
}
.roundtrip .fc-day.in-range.custom-start {
  border-radius: 64px 0 0 64px !important;
}
.roundtrip .fc-day.in-range.custom-start .fc-daygrid-day-frame {
  background: var(--bs-dark);
}
.roundtrip .fc-day.in-range.custom-start .fc-daygrid-day-frame .fc-daygrid-day-number {
  color: var(--bs-body-bg) !important;
}
.roundtrip .fc-day.in-range.custom-end {
  border-radius: 0 64px 64px 0 !important;
}
.roundtrip .fc-day.in-range.custom-end .fc-daygrid-day-frame {
  background: var(--bs-dark);
}
.roundtrip .fc-day.in-range.custom-end .fc-daygrid-day-frame .fc-daygrid-day-number {
  color: var(--bs-body-bg) !important;
}

h1, .h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] .h1, [data-bs-theme=dark] .h1, h2, .h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] .h2, [data-bs-theme=dark] .h2, h3, .h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] .h3, [data-bs-theme=dark] .h3, h4, .h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] .h4, [data-bs-theme=dark] .h4, h5, .h5, [data-bs-theme=light] .h5, [data-bs-theme=auto] .h5, [data-bs-theme=dark] .h5, h6, .h6, [data-bs-theme=light] .h6, [data-bs-theme=auto] .h6, [data-bs-theme=dark] .h6 {
  font-weight: 700;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #288CFC;
  --bs-secondary: #ced4da;
  --bs-light: #f8f9fa;
  --bs-success: #008A05;
  --bs-info: #03A9F4;
  --bs-warning: #FECB00;
  --bs-danger: #C13515;
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Quicksand", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-300);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: var(--bs-danger);
  --bs-form-invalid-border-color: var(--bs-danger);
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, [data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] h1, [data-bs-theme=auto] .h1, [data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] h2, [data-bs-theme=auto] .h2, [data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] h3, [data-bs-theme=auto] .h3, [data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] h4, [data-bs-theme=auto] .h4, [data-bs-theme=light] h5, [data-bs-theme=light] .h5, [data-bs-theme=auto] h5, [data-bs-theme=auto] .h5, [data-bs-theme=light] h6, [data-bs-theme=light] .h6, [data-bs-theme=auto] h6, [data-bs-theme=auto] .h6, [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1, [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2, [data-bs-theme=dark] h3, [data-bs-theme=dark] .h3, [data-bs-theme=dark] h4, [data-bs-theme=dark] .h4, [data-bs-theme=dark] h5, [data-bs-theme=dark] .h5, [data-bs-theme=dark] h6, [data-bs-theme=dark] .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] .h1, [data-bs-theme=dark] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] .h1, [data-bs-theme=dark] .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] .h2, [data-bs-theme=dark] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] .h2, [data-bs-theme=dark] .h2 {
    font-size: 2rem;
  }
}

h3, .h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] .h3, [data-bs-theme=dark] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] .h3, [data-bs-theme=dark] .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] .h4, [data-bs-theme=dark] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] .h4, [data-bs-theme=dark] .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5, [data-bs-theme=light] .h5, [data-bs-theme=auto] .h5, [data-bs-theme=dark] .h5 {
  font-size: 1.25rem;
}

h6, .h6, [data-bs-theme=light] .h6, [data-bs-theme=auto] .h6, [data-bs-theme=dark] .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small, [data-bs-theme=light] .small, [data-bs-theme=auto] .small, [data-bs-theme=dark] .small {
  font-size: 0.875em;
}

mark, .mark, [data-bs-theme=light] .mark, [data-bs-theme=auto] .mark, [data-bs-theme=dark] .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
[data-bs-theme=light] .container-sm,
[data-bs-theme=auto] .container-sm,
[data-bs-theme=light] .container-md,
[data-bs-theme=auto] .container-md,
[data-bs-theme=light] .container-lg,
[data-bs-theme=auto] .container-lg,
[data-bs-theme=light] .container-xl,
[data-bs-theme=auto] .container-xl,
[data-bs-theme=light] .container-xxl,
[data-bs-theme=auto] .container-xxl,
[data-bs-theme=dark] .container-sm,
[data-bs-theme=dark] .container-md,
[data-bs-theme=dark] .container-lg,
[data-bs-theme=dark] .container-xl,
[data-bs-theme=dark] .container-xxl {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, [data-bs-theme=light] .container, [data-bs-theme=auto] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container-sm, [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, [data-bs-theme=light] .container, [data-bs-theme=auto] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=auto] .container-md, [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, [data-bs-theme=light] .container, [data-bs-theme=auto] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=auto] .container-md, [data-bs-theme=light] .container-lg, [data-bs-theme=auto] .container-lg, [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, [data-bs-theme=light] .container, [data-bs-theme=auto] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=auto] .container-md, [data-bs-theme=light] .container-lg, [data-bs-theme=auto] .container-lg, [data-bs-theme=light] .container-xl, [data-bs-theme=auto] .container-xl, [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, [data-bs-theme=light] .container, [data-bs-theme=auto] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=auto] .container-md, [data-bs-theme=light] .container-lg, [data-bs-theme=auto] .container-lg, [data-bs-theme=light] .container-xl, [data-bs-theme=auto] .container-xl, [data-bs-theme=light] .container-xxl, [data-bs-theme=auto] .container-xxl, [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-xl, [data-bs-theme=dark] .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 32px;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 56px;
  min-height: 56px;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

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

.btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.25rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: false;
  --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);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #288CFC;
  --bs-btn-border-color: #288CFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #489dfc;
  --bs-btn-hover-border-color: #3e98fc;
  --bs-btn-focus-shadow-rgb: 34, 119, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #53a3fd;
  --bs-btn-active-border-color: #3e98fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #288CFC;
  --bs-btn-disabled-border-color: #288CFC;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}

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

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008A05;
  --bs-btn-border-color: #008A05;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007504;
  --bs-btn-hover-border-color: #006e04;
  --bs-btn-focus-shadow-rgb: 38, 156, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006e04;
  --bs-btn-active-border-color: #006804;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008A05;
  --bs-btn-disabled-border-color: #008A05;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #29b6f6;
  --bs-btn-hover-border-color: #1cb2f5;
  --bs-btn-focus-shadow-rgb: 3, 144, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #35baf6;
  --bs-btn-active-border-color: #1cb2f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #03A9F4;
  --bs-btn-disabled-border-color: #03A9F4;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fed326;
  --bs-btn-hover-border-color: #fed01a;
  --bs-btn-focus-shadow-rgb: 216, 173, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fed533;
  --bs-btn-active-border-color: #fed01a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FECB00;
  --bs-btn-disabled-border-color: #FECB00;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C13515;
  --bs-btn-border-color: #C13515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a42d12;
  --bs-btn-hover-border-color: #9a2a11;
  --bs-btn-focus-shadow-rgb: 202, 83, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9a2a11;
  --bs-btn-active-border-color: #912810;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C13515;
  --bs-btn-disabled-border-color: #C13515;
}

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

.btn-outline-primary {
  --bs-btn-color: #288CFC;
  --bs-btn-border-color: #288CFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #288CFC;
  --bs-btn-hover-border-color: #288CFC;
  --bs-btn-focus-shadow-rgb: 40, 140, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #288CFC;
  --bs-btn-active-border-color: #288CFC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #288CFC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #288CFC;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #008A05;
  --bs-btn-border-color: #008A05;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008A05;
  --bs-btn-hover-border-color: #008A05;
  --bs-btn-focus-shadow-rgb: 0, 138, 5;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008A05;
  --bs-btn-active-border-color: #008A05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #008A05;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #008A05;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #03A9F4;
  --bs-btn-hover-border-color: #03A9F4;
  --bs-btn-focus-shadow-rgb: 3, 169, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #03A9F4;
  --bs-btn-active-border-color: #03A9F4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03A9F4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03A9F4;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FECB00;
  --bs-btn-hover-border-color: #FECB00;
  --bs-btn-focus-shadow-rgb: 254, 203, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FECB00;
  --bs-btn-active-border-color: #FECB00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FECB00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FECB00;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #C13515;
  --bs-btn-border-color: #C13515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C13515;
  --bs-btn-hover-border-color: #C13515;
  --bs-btn-focus-shadow-rgb: 193, 53, 21;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C13515;
  --bs-btn-active-border-color: #C13515;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C13515;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C13515;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, [data-bs-theme=light] .btn-group-lg > .btn, [data-bs-theme=auto] .btn-group-lg > .btn, [data-bs-theme=dark] .btn-group-lg > .btn {
  --bs-btn-padding-y: 16px;
  --bs-btn-padding-x: 24px;
  --bs-btn-font-size: 1.0625rem;
  --bs-btn-border-radius: 12px;
}

.btn-sm, .btn-group-sm > .btn, [data-bs-theme=light] .btn-group-sm > .btn, [data-bs-theme=auto] .btn-group-sm > .btn, [data-bs-theme=dark] .btn-group-sm > .btn {
  --bs-btn-padding-y: 8px;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 8px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 8px;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 16px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(16px - 0);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 16px;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: var(--bs-light);
  --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;
}

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

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

.btn-group {
  border-radius: 10px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-gray-700);
  --bs-nav-link-hover-color: var(--bs-primary);
  --bs-nav-link-disabled-color: rgba(var(--bs-gray-700-rgb), 0.75);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: initial;
  --bs-nav-tabs-link-active-border-color: initial;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 12px;
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 10px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl, [data-bs-theme=light] .navbar > .container,
[data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] .navbar > .container-xxl, [data-bs-theme=auto] .navbar > .container,
[data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] .navbar > .container-xxl, [data-bs-theme=dark] .navbar > .container,
[data-bs-theme=dark] .navbar > .container-fluid,
[data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

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

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

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --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);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .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);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.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);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.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);
}

.list-group-horizontal {
  flex-direction: row;
}
.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;
}
.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;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.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) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 12px;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 24px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(24px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 8px;
  --bs-modal-header-padding-y: 8px;
  --bs-modal-header-padding: 8px 8px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(40%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translateY(0);
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm, [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md, [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg, [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl, [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl, [data-bs-theme=light] .offcanvas, [data-bs-theme=auto] .offcanvas, [data-bs-theme=dark] .offcanvas-sm, [data-bs-theme=dark] .offcanvas-md, [data-bs-theme=dark] .offcanvas-lg, [data-bs-theme=dark] .offcanvas-xl, [data-bs-theme=dark] .offcanvas-xxl, [data-bs-theme=dark] .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(83, 163, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 163, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(216, 221, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(216, 221, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(0, 110, 4, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 110, 4, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(53, 186, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 186, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(254, 213, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 213, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(154, 42, 17, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(154, 42, 17, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* -------------------------------------------------------
// HOW TO:
	* Override utilities: https://getbootstrap.com/docs/5.2/utilities/api/#override-utilities
	* GITHUB repo: https://github.com/twbs/bootstrap/blob/main/scss/_utilities.scss
------------------------------------------------------- */
[data-bs-theme=light], [data-bs-theme=auto] {
  /* redefine theme color variables */
  --bs-primary: #288CFC !important;
  --bs-secondary: #ced4da !important;
  --bs-light: #f8f9fa !important;
  --bs-success: #008A05 !important;
  --bs-info: #03A9F4 !important;
  --bs-warning: #FECB00 !important;
  --bs-danger: #C13515 !important;
  --bs-dark: #212529 !important;
  --bs-primary-rgb: 40, 140, 252 !important;
  --bs-secondary-rgb: 206, 212, 218 !important;
  --bs-light-rgb: 248, 249, 250 !important;
  --bs-success-rgb: 0, 138, 5 !important;
  --bs-info-rgb: 3, 169, 244 !important;
  --bs-warning-rgb: 254, 203, 0 !important;
  --bs-danger-rgb: 193, 53, 21 !important;
  --bs-dark-rgb: 33, 37, 41 !important;
  --bs-gray-100-rgb: 248, 249, 250 !important;
  --bs-gray-200-rgb: 233, 236, 239 !important;
  --bs-gray-300-rgb: 222, 226, 230 !important;
  --bs-gray-400-rgb: 206, 212, 218 !important;
  --bs-gray-500-rgb: 173, 181, 189 !important;
  --bs-gray-600-rgb: 108, 117, 125 !important;
  --bs-gray-700-rgb: 73, 80, 87 !important;
  --bs-gray-800-rgb: 52, 58, 64 !important;
  --bs-gray-900-rgb: 33, 37, 41 !important;
  --bs-body-color: #212529 !important;
  --bs-body-bg: #ffffff !important;
  --bs-body-bg-rgb: 255, 255, 255 !important;
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
[data-bs-theme=light] .bg-gray-100, [data-bs-theme=auto] .bg-gray-100 {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}
[data-bs-theme=light] .bg-gray-100i, [data-bs-theme=auto] .bg-gray-100i {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100) !important;
}
[data-bs-theme=light] .bg-gray-200, [data-bs-theme=auto] .bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}
[data-bs-theme=light] .bg-gray-200i, [data-bs-theme=auto] .bg-gray-200i {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200) !important;
}
[data-bs-theme=light] .bg-gray-300, [data-bs-theme=auto] .bg-gray-300 {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}
[data-bs-theme=light] .bg-gray-300i, [data-bs-theme=auto] .bg-gray-300i {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300) !important;
}
[data-bs-theme=light] .bg-gray-400, [data-bs-theme=auto] .bg-gray-400 {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}
[data-bs-theme=light] .bg-gray-400i, [data-bs-theme=auto] .bg-gray-400i {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400) !important;
}
[data-bs-theme=light] .bg-gray-500, [data-bs-theme=auto] .bg-gray-500 {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}
[data-bs-theme=light] .bg-gray-500i, [data-bs-theme=auto] .bg-gray-500i {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500) !important;
}
[data-bs-theme=light] .bg-gray-600, [data-bs-theme=auto] .bg-gray-600 {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}
[data-bs-theme=light] .bg-gray-600i, [data-bs-theme=auto] .bg-gray-600i {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600) !important;
}
[data-bs-theme=light] .bg-gray-700, [data-bs-theme=auto] .bg-gray-700 {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}
[data-bs-theme=light] .bg-gray-700i, [data-bs-theme=auto] .bg-gray-700i {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700) !important;
}
[data-bs-theme=light] .bg-gray-800, [data-bs-theme=auto] .bg-gray-800 {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}
[data-bs-theme=light] .bg-gray-800i, [data-bs-theme=auto] .bg-gray-800i {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800) !important;
}
[data-bs-theme=light] .bg-gray-900, [data-bs-theme=auto] .bg-gray-900 {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}
[data-bs-theme=light] .bg-gray-900i, [data-bs-theme=auto] .bg-gray-900i {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900) !important;
}
[data-bs-theme=light] :root,
[data-bs-theme=light] [data-bs-theme=light], [data-bs-theme=auto] :root,
[data-bs-theme=auto] [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #288CFC;
  --bs-secondary: #ced4da;
  --bs-light: #f8f9fa;
  --bs-success: #008A05;
  --bs-info: #03A9F4;
  --bs-warning: #FECB00;
  --bs-danger: #C13515;
  --bs-dark: #212529;
  --bs-primary-rgb: 40, 140, 252;
  --bs-secondary-rgb: 206, 212, 218;
  --bs-light-rgb: 248, 249, 250;
  --bs-success-rgb: 0, 138, 5;
  --bs-info-rgb: 3, 169, 244;
  --bs-warning-rgb: 254, 203, 0;
  --bs-danger-rgb: 193, 53, 21;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Quicksand", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-300);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: var(--bs-danger);
  --bs-form-invalid-border-color: var(--bs-danger);
}
[data-bs-theme=light] [data-bs-theme=dark], [data-bs-theme=auto] [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
[data-bs-theme=light] *,
[data-bs-theme=light] *::before,
[data-bs-theme=light] *::after, [data-bs-theme=auto] *,
[data-bs-theme=auto] *::before,
[data-bs-theme=auto] *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  [data-bs-theme=light] :root, [data-bs-theme=auto] :root {
    scroll-behavior: smooth;
  }
}
[data-bs-theme=light] body, [data-bs-theme=auto] body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-bs-theme=light] hr, [data-bs-theme=auto] hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
[data-bs-theme=light] h1, [data-bs-theme=light] [data-bs-theme=auto] h1, [data-bs-theme=auto] [data-bs-theme=light] h1, [data-bs-theme=light] h2, [data-bs-theme=light] [data-bs-theme=auto] h2, [data-bs-theme=auto] [data-bs-theme=light] h2, [data-bs-theme=light] h3, [data-bs-theme=light] [data-bs-theme=auto] h3, [data-bs-theme=auto] [data-bs-theme=light] h3, [data-bs-theme=light] h4, [data-bs-theme=light] [data-bs-theme=auto] h4, [data-bs-theme=auto] [data-bs-theme=light] h4, [data-bs-theme=light] h5, [data-bs-theme=light] [data-bs-theme=auto] h5, [data-bs-theme=auto] [data-bs-theme=light] h5, [data-bs-theme=light] h6, [data-bs-theme=light] [data-bs-theme=auto] h6, [data-bs-theme=auto] [data-bs-theme=light] h6, [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=light] .h1, [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=light] .h2, [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=light] .h3, [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=light] .h4, [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=light] .h5, [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=dark] h1, [data-bs-theme=dark] [data-bs-theme=light] h1, [data-bs-theme=dark] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=dark] .h1, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h1, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h1, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=dark] h2, [data-bs-theme=dark] [data-bs-theme=light] h2, [data-bs-theme=dark] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=dark] .h2, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h2, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h2, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=dark] h3, [data-bs-theme=dark] [data-bs-theme=light] h3, [data-bs-theme=dark] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=dark] .h3, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h3, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h3, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=dark] h4, [data-bs-theme=dark] [data-bs-theme=light] h4, [data-bs-theme=dark] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=dark] .h4, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h4, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h4, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=dark] h5, [data-bs-theme=dark] [data-bs-theme=light] h5, [data-bs-theme=dark] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=dark] .h5, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h5, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h5, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=dark] h6, [data-bs-theme=dark] [data-bs-theme=light] h6, [data-bs-theme=dark] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=dark] .h6, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h6, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h6, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=dark] .h6, [data-bs-theme=dark] [data-bs-theme=light] .h6, [data-bs-theme=light] h1, [data-bs-theme=light] h2, [data-bs-theme=light] h3, [data-bs-theme=light] h4, [data-bs-theme=light] h5, [data-bs-theme=light] h6, [data-bs-theme=light] .h1, [data-bs-theme=light] .h2, [data-bs-theme=light] .h3, [data-bs-theme=light] .h4, [data-bs-theme=light] .h5, [data-bs-theme=light] .h6, [data-bs-theme=auto] [data-bs-theme=light] h1, [data-bs-theme=light] [data-bs-theme=auto] h1, [data-bs-theme=auto] h1, [data-bs-theme=auto] [data-bs-theme=light] h2, [data-bs-theme=light] [data-bs-theme=auto] h2, [data-bs-theme=auto] h2, [data-bs-theme=auto] [data-bs-theme=light] h3, [data-bs-theme=light] [data-bs-theme=auto] h3, [data-bs-theme=auto] h3, [data-bs-theme=auto] [data-bs-theme=light] h4, [data-bs-theme=light] [data-bs-theme=auto] h4, [data-bs-theme=auto] h4, [data-bs-theme=auto] [data-bs-theme=light] h5, [data-bs-theme=light] [data-bs-theme=auto] h5, [data-bs-theme=auto] h5, [data-bs-theme=auto] [data-bs-theme=light] h6, [data-bs-theme=light] [data-bs-theme=auto] h6, [data-bs-theme=auto] h6, [data-bs-theme=auto] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=auto] .h1, [data-bs-theme=light] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=light] .h1, [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=auto] .h2, [data-bs-theme=light] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=light] .h2, [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=auto] .h3, [data-bs-theme=light] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=light] .h3, [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=auto] .h4, [data-bs-theme=light] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=light] .h4, [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=auto] .h5, [data-bs-theme=light] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=light] .h5, [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=auto] .h6, [data-bs-theme=light] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=light] .h6, [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=dark] h1, [data-bs-theme=dark] [data-bs-theme=auto] h1, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h1, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h1, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h1, [data-bs-theme=dark] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=dark] .h1, [data-bs-theme=auto] [data-bs-theme=dark] h2, [data-bs-theme=dark] [data-bs-theme=auto] h2, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h2, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h2, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h2, [data-bs-theme=dark] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=dark] .h2, [data-bs-theme=auto] [data-bs-theme=dark] h3, [data-bs-theme=dark] [data-bs-theme=auto] h3, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h3, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h3, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h3, [data-bs-theme=dark] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=dark] .h3, [data-bs-theme=auto] [data-bs-theme=dark] h4, [data-bs-theme=dark] [data-bs-theme=auto] h4, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h4, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h4, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h4, [data-bs-theme=dark] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=dark] .h4, [data-bs-theme=auto] [data-bs-theme=dark] h5, [data-bs-theme=dark] [data-bs-theme=auto] h5, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h5, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h5, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h5, [data-bs-theme=dark] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=dark] .h5, [data-bs-theme=auto] [data-bs-theme=dark] h6, [data-bs-theme=dark] [data-bs-theme=auto] h6, [data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .h6, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h6, [data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .h6, [data-bs-theme=dark] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=dark] .h6, [data-bs-theme=auto] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=dark] .h6, [data-bs-theme=dark] [data-bs-theme=auto] .h6, [data-bs-theme=auto] h1, [data-bs-theme=auto] h2, [data-bs-theme=auto] h3, [data-bs-theme=auto] h4, [data-bs-theme=auto] h5, [data-bs-theme=auto] h6, [data-bs-theme=auto] .h1, [data-bs-theme=auto] .h2, [data-bs-theme=auto] .h3, [data-bs-theme=auto] .h4, [data-bs-theme=auto] .h5, [data-bs-theme=auto] .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
[data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] h1, [data-bs-theme=auto] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=auto] h1, [data-bs-theme=auto] .h1 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] h2, [data-bs-theme=auto] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=auto] h2, [data-bs-theme=auto] .h2 {
    font-size: 2rem;
  }
}
[data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] h3, [data-bs-theme=auto] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=auto] h3, [data-bs-theme=auto] .h3 {
    font-size: 1.75rem;
  }
}
[data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] h4, [data-bs-theme=auto] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=auto] h4, [data-bs-theme=auto] .h4 {
    font-size: 1.5rem;
  }
}
[data-bs-theme=light] h5, [data-bs-theme=light] .h5, [data-bs-theme=auto] h5, [data-bs-theme=auto] .h5 {
  font-size: 1.25rem;
}
[data-bs-theme=light] h6, [data-bs-theme=light] .h6, [data-bs-theme=auto] h6, [data-bs-theme=auto] .h6 {
  font-size: 1rem;
}
[data-bs-theme=light] p, [data-bs-theme=auto] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=light] abbr[title], [data-bs-theme=auto] abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
[data-bs-theme=light] address, [data-bs-theme=auto] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
[data-bs-theme=light] ol,
[data-bs-theme=light] ul, [data-bs-theme=auto] ol,
[data-bs-theme=auto] ul {
  padding-left: 2rem;
}
[data-bs-theme=light] ol,
[data-bs-theme=light] ul,
[data-bs-theme=light] dl, [data-bs-theme=auto] ol,
[data-bs-theme=auto] ul,
[data-bs-theme=auto] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=light] ol ol,
[data-bs-theme=light] ul ul,
[data-bs-theme=light] ol ul,
[data-bs-theme=light] ul ol, [data-bs-theme=auto] ol ol,
[data-bs-theme=auto] ul ul,
[data-bs-theme=auto] ol ul,
[data-bs-theme=auto] ul ol {
  margin-bottom: 0;
}
[data-bs-theme=light] dt, [data-bs-theme=auto] dt {
  font-weight: 700;
}
[data-bs-theme=light] dd, [data-bs-theme=auto] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
[data-bs-theme=light] blockquote, [data-bs-theme=auto] blockquote {
  margin: 0 0 1rem;
}
[data-bs-theme=light] b,
[data-bs-theme=light] strong, [data-bs-theme=auto] b,
[data-bs-theme=auto] strong {
  font-weight: bolder;
}
[data-bs-theme=light] small, [data-bs-theme=light] .small, [data-bs-theme=auto] small, [data-bs-theme=auto] .small {
  font-size: 0.875em;
}
[data-bs-theme=light] mark, [data-bs-theme=light] .mark, [data-bs-theme=auto] mark, [data-bs-theme=auto] .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
[data-bs-theme=light] sub,
[data-bs-theme=light] sup, [data-bs-theme=auto] sub,
[data-bs-theme=auto] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
[data-bs-theme=light] sub, [data-bs-theme=auto] sub {
  bottom: -0.25em;
}
[data-bs-theme=light] sup, [data-bs-theme=auto] sup {
  top: -0.5em;
}
[data-bs-theme=light] a, [data-bs-theme=auto] a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
[data-bs-theme=light] a:hover, [data-bs-theme=auto] a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
[data-bs-theme=light] a:not([href]):not([class]), [data-bs-theme=light] a:not([href]):not([class]):hover, [data-bs-theme=auto] a:not([href]):not([class]), [data-bs-theme=auto] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
[data-bs-theme=light] pre,
[data-bs-theme=light] code,
[data-bs-theme=light] kbd,
[data-bs-theme=light] samp, [data-bs-theme=auto] pre,
[data-bs-theme=auto] code,
[data-bs-theme=auto] kbd,
[data-bs-theme=auto] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
[data-bs-theme=light] pre, [data-bs-theme=auto] pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
[data-bs-theme=light] pre code, [data-bs-theme=auto] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
[data-bs-theme=light] code, [data-bs-theme=auto] code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > [data-bs-theme=light] code, a > [data-bs-theme=auto] code {
  color: inherit;
}
[data-bs-theme=light] kbd, [data-bs-theme=auto] kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
[data-bs-theme=light] kbd kbd, [data-bs-theme=auto] kbd kbd {
  padding: 0;
  font-size: 1em;
}
[data-bs-theme=light] figure, [data-bs-theme=auto] figure {
  margin: 0 0 1rem;
}
[data-bs-theme=light] img,
[data-bs-theme=light] svg, [data-bs-theme=auto] img,
[data-bs-theme=auto] svg {
  vertical-align: middle;
}
[data-bs-theme=light] table, [data-bs-theme=auto] table {
  caption-side: bottom;
  border-collapse: collapse;
}
[data-bs-theme=light] caption, [data-bs-theme=auto] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
[data-bs-theme=light] th, [data-bs-theme=auto] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
[data-bs-theme=light] thead,
[data-bs-theme=light] tbody,
[data-bs-theme=light] tfoot,
[data-bs-theme=light] tr,
[data-bs-theme=light] td,
[data-bs-theme=light] th, [data-bs-theme=auto] thead,
[data-bs-theme=auto] tbody,
[data-bs-theme=auto] tfoot,
[data-bs-theme=auto] tr,
[data-bs-theme=auto] td,
[data-bs-theme=auto] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=light] label, [data-bs-theme=auto] label {
  display: inline-block;
}
[data-bs-theme=light] button, [data-bs-theme=auto] button {
  border-radius: 0;
}
[data-bs-theme=light] button:focus:not(:focus-visible), [data-bs-theme=auto] button:focus:not(:focus-visible) {
  outline: 0;
}
[data-bs-theme=light] input,
[data-bs-theme=light] button,
[data-bs-theme=light] select,
[data-bs-theme=light] optgroup,
[data-bs-theme=light] textarea, [data-bs-theme=auto] input,
[data-bs-theme=auto] button,
[data-bs-theme=auto] select,
[data-bs-theme=auto] optgroup,
[data-bs-theme=auto] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[data-bs-theme=light] button,
[data-bs-theme=light] select, [data-bs-theme=auto] button,
[data-bs-theme=auto] select {
  text-transform: none;
}
[data-bs-theme=light] [role=button], [data-bs-theme=auto] [role=button] {
  cursor: pointer;
}
[data-bs-theme=light] select, [data-bs-theme=auto] select {
  word-wrap: normal;
}
[data-bs-theme=light] select:disabled, [data-bs-theme=auto] select:disabled {
  opacity: 1;
}
[data-bs-theme=light] [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator, [data-bs-theme=auto] [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[data-bs-theme=light] button,
[data-bs-theme=light] [type=button],
[data-bs-theme=light] [type=reset],
[data-bs-theme=light] [type=submit], [data-bs-theme=auto] button,
[data-bs-theme=auto] [type=button],
[data-bs-theme=auto] [type=reset],
[data-bs-theme=auto] [type=submit] {
  -webkit-appearance: button;
}
[data-bs-theme=light] button:not(:disabled),
[data-bs-theme=light] [type=button]:not(:disabled),
[data-bs-theme=light] [type=reset]:not(:disabled),
[data-bs-theme=light] [type=submit]:not(:disabled), [data-bs-theme=auto] button:not(:disabled),
[data-bs-theme=auto] [type=button]:not(:disabled),
[data-bs-theme=auto] [type=reset]:not(:disabled),
[data-bs-theme=auto] [type=submit]:not(:disabled) {
  cursor: pointer;
}
[data-bs-theme=light] ::-moz-focus-inner, [data-bs-theme=auto] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[data-bs-theme=light] textarea, [data-bs-theme=auto] textarea {
  resize: vertical;
}
[data-bs-theme=light] fieldset, [data-bs-theme=auto] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[data-bs-theme=light] legend, [data-bs-theme=auto] legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] legend, [data-bs-theme=auto] legend {
    font-size: 1.5rem;
  }
}
[data-bs-theme=light] legend + *, [data-bs-theme=auto] legend + * {
  clear: left;
}
[data-bs-theme=light] ::-webkit-datetime-edit-fields-wrapper,
[data-bs-theme=light] ::-webkit-datetime-edit-text,
[data-bs-theme=light] ::-webkit-datetime-edit-minute,
[data-bs-theme=light] ::-webkit-datetime-edit-hour-field,
[data-bs-theme=light] ::-webkit-datetime-edit-day-field,
[data-bs-theme=light] ::-webkit-datetime-edit-month-field,
[data-bs-theme=light] ::-webkit-datetime-edit-year-field, [data-bs-theme=auto] ::-webkit-datetime-edit-fields-wrapper,
[data-bs-theme=auto] ::-webkit-datetime-edit-text,
[data-bs-theme=auto] ::-webkit-datetime-edit-minute,
[data-bs-theme=auto] ::-webkit-datetime-edit-hour-field,
[data-bs-theme=auto] ::-webkit-datetime-edit-day-field,
[data-bs-theme=auto] ::-webkit-datetime-edit-month-field,
[data-bs-theme=auto] ::-webkit-datetime-edit-year-field {
  padding: 0;
}
[data-bs-theme=light] ::-webkit-inner-spin-button, [data-bs-theme=auto] ::-webkit-inner-spin-button {
  height: auto;
}
[data-bs-theme=light] [type=search], [data-bs-theme=auto] [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[data-bs-theme=light] ::-webkit-search-decoration, [data-bs-theme=auto] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-bs-theme=light] ::-webkit-color-swatch-wrapper, [data-bs-theme=auto] ::-webkit-color-swatch-wrapper {
  padding: 0;
}
[data-bs-theme=light] ::file-selector-button, [data-bs-theme=auto] ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[data-bs-theme=light] output, [data-bs-theme=auto] output {
  display: inline-block;
}
[data-bs-theme=light] iframe, [data-bs-theme=auto] iframe {
  border: 0;
}
[data-bs-theme=light] summary, [data-bs-theme=auto] summary {
  display: list-item;
  cursor: pointer;
}
[data-bs-theme=light] progress, [data-bs-theme=auto] progress {
  vertical-align: baseline;
}
[data-bs-theme=light] [hidden], [data-bs-theme=auto] [hidden] {
  display: none !important;
}
[data-bs-theme=light] .lead, [data-bs-theme=auto] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
[data-bs-theme=light] .display-1, [data-bs-theme=auto] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-1, [data-bs-theme=auto] .display-1 {
    font-size: 5rem;
  }
}
[data-bs-theme=light] .display-2, [data-bs-theme=auto] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-2, [data-bs-theme=auto] .display-2 {
    font-size: 4.5rem;
  }
}
[data-bs-theme=light] .display-3, [data-bs-theme=auto] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-3, [data-bs-theme=auto] .display-3 {
    font-size: 4rem;
  }
}
[data-bs-theme=light] .display-4, [data-bs-theme=auto] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-4, [data-bs-theme=auto] .display-4 {
    font-size: 3.5rem;
  }
}
[data-bs-theme=light] .display-5, [data-bs-theme=auto] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-5, [data-bs-theme=auto] .display-5 {
    font-size: 3rem;
  }
}
[data-bs-theme=light] .display-6, [data-bs-theme=auto] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .display-6, [data-bs-theme=auto] .display-6 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=light] .list-unstyled, [data-bs-theme=auto] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .list-inline, [data-bs-theme=auto] .list-inline {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .list-inline-item, [data-bs-theme=auto] .list-inline-item {
  display: inline-block;
}
[data-bs-theme=light] .list-inline-item:not(:last-child), [data-bs-theme=auto] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[data-bs-theme=light] .initialism, [data-bs-theme=auto] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
[data-bs-theme=light] .blockquote, [data-bs-theme=auto] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
[data-bs-theme=light] .blockquote > :last-child, [data-bs-theme=auto] .blockquote > :last-child {
  margin-bottom: 0;
}
[data-bs-theme=light] .blockquote-footer, [data-bs-theme=auto] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
[data-bs-theme=light] .blockquote-footer::before, [data-bs-theme=auto] .blockquote-footer::before {
  content: "— ";
}
[data-bs-theme=light] .img-fluid, [data-bs-theme=auto] .img-fluid {
  max-width: 100%;
  height: auto;
}
[data-bs-theme=light] .img-thumbnail, [data-bs-theme=auto] .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}
[data-bs-theme=light] .figure, [data-bs-theme=auto] .figure {
  display: inline-block;
}
[data-bs-theme=light] .figure-img, [data-bs-theme=auto] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
[data-bs-theme=light] .figure-caption, [data-bs-theme=auto] .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=light] .container,
[data-bs-theme=light] .container-fluid,
[data-bs-theme=light] .container-sm,
[data-bs-theme=light] .container-md,
[data-bs-theme=light] .container-lg,
[data-bs-theme=light] .container-xl,
[data-bs-theme=light] .container-xxl, [data-bs-theme=auto] .container,
[data-bs-theme=auto] .container-fluid,
[data-bs-theme=auto] .container-sm,
[data-bs-theme=auto] .container-md,
[data-bs-theme=auto] .container-lg,
[data-bs-theme=auto] .container-xl,
[data-bs-theme=auto] .container-xxl {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=auto] .container, [data-bs-theme=auto] .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=auto] .container, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-lg, [data-bs-theme=auto] .container, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-lg, [data-bs-theme=light] .container-xl, [data-bs-theme=auto] .container, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-lg, [data-bs-theme=auto] .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .container, [data-bs-theme=light] .container-sm, [data-bs-theme=light] .container-md, [data-bs-theme=light] .container-lg, [data-bs-theme=light] .container-xl, [data-bs-theme=light] .container-xxl, [data-bs-theme=auto] .container, [data-bs-theme=auto] .container-sm, [data-bs-theme=auto] .container-md, [data-bs-theme=auto] .container-lg, [data-bs-theme=auto] .container-xl, [data-bs-theme=auto] .container-xxl {
    max-width: 1320px;
  }
}
[data-bs-theme=light] :root, [data-bs-theme=auto] :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
[data-bs-theme=light] .row, [data-bs-theme=auto] .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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
[data-bs-theme=light] .row > *, [data-bs-theme=auto] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
[data-bs-theme=light] .col, [data-bs-theme=auto] .col {
  flex: 1 0 0%;
}
[data-bs-theme=light] .row-cols-auto > *, [data-bs-theme=auto] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=light] .row-cols-1 > *, [data-bs-theme=auto] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=light] .row-cols-2 > *, [data-bs-theme=auto] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=light] .row-cols-3 > *, [data-bs-theme=auto] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=light] .row-cols-4 > *, [data-bs-theme=auto] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=light] .row-cols-5 > *, [data-bs-theme=auto] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
[data-bs-theme=light] .row-cols-6 > *, [data-bs-theme=auto] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=light] .col-auto, [data-bs-theme=auto] .col-auto {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=light] .col-1, [data-bs-theme=auto] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
[data-bs-theme=light] .col-2, [data-bs-theme=auto] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=light] .col-3, [data-bs-theme=auto] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=light] .col-4, [data-bs-theme=auto] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=light] .col-5, [data-bs-theme=auto] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
[data-bs-theme=light] .col-6, [data-bs-theme=auto] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=light] .col-7, [data-bs-theme=auto] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
[data-bs-theme=light] .col-8, [data-bs-theme=auto] .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
[data-bs-theme=light] .col-9, [data-bs-theme=auto] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
[data-bs-theme=light] .col-10, [data-bs-theme=auto] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
[data-bs-theme=light] .col-11, [data-bs-theme=auto] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
[data-bs-theme=light] .col-12, [data-bs-theme=auto] .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=light] .offset-1, [data-bs-theme=auto] .offset-1 {
  margin-left: 8.33333333%;
}
[data-bs-theme=light] .offset-2, [data-bs-theme=auto] .offset-2 {
  margin-left: 16.66666667%;
}
[data-bs-theme=light] .offset-3, [data-bs-theme=auto] .offset-3 {
  margin-left: 25%;
}
[data-bs-theme=light] .offset-4, [data-bs-theme=auto] .offset-4 {
  margin-left: 33.33333333%;
}
[data-bs-theme=light] .offset-5, [data-bs-theme=auto] .offset-5 {
  margin-left: 41.66666667%;
}
[data-bs-theme=light] .offset-6, [data-bs-theme=auto] .offset-6 {
  margin-left: 50%;
}
[data-bs-theme=light] .offset-7, [data-bs-theme=auto] .offset-7 {
  margin-left: 58.33333333%;
}
[data-bs-theme=light] .offset-8, [data-bs-theme=auto] .offset-8 {
  margin-left: 66.66666667%;
}
[data-bs-theme=light] .offset-9, [data-bs-theme=auto] .offset-9 {
  margin-left: 75%;
}
[data-bs-theme=light] .offset-10, [data-bs-theme=auto] .offset-10 {
  margin-left: 83.33333333%;
}
[data-bs-theme=light] .offset-11, [data-bs-theme=auto] .offset-11 {
  margin-left: 91.66666667%;
}
[data-bs-theme=light] .g-0,
[data-bs-theme=light] .gx-0, [data-bs-theme=auto] .g-0,
[data-bs-theme=auto] .gx-0 {
  --bs-gutter-x: 0;
}
[data-bs-theme=light] .g-0,
[data-bs-theme=light] .gy-0, [data-bs-theme=auto] .g-0,
[data-bs-theme=auto] .gy-0 {
  --bs-gutter-y: 0;
}
[data-bs-theme=light] .g-1,
[data-bs-theme=light] .gx-1, [data-bs-theme=auto] .g-1,
[data-bs-theme=auto] .gx-1 {
  --bs-gutter-x: 0.25rem;
}
[data-bs-theme=light] .g-1,
[data-bs-theme=light] .gy-1, [data-bs-theme=auto] .g-1,
[data-bs-theme=auto] .gy-1 {
  --bs-gutter-y: 0.25rem;
}
[data-bs-theme=light] .g-2,
[data-bs-theme=light] .gx-2, [data-bs-theme=auto] .g-2,
[data-bs-theme=auto] .gx-2 {
  --bs-gutter-x: 0.5rem;
}
[data-bs-theme=light] .g-2,
[data-bs-theme=light] .gy-2, [data-bs-theme=auto] .g-2,
[data-bs-theme=auto] .gy-2 {
  --bs-gutter-y: 0.5rem;
}
[data-bs-theme=light] .g-3,
[data-bs-theme=light] .gx-3, [data-bs-theme=auto] .g-3,
[data-bs-theme=auto] .gx-3 {
  --bs-gutter-x: 1rem;
}
[data-bs-theme=light] .g-3,
[data-bs-theme=light] .gy-3, [data-bs-theme=auto] .g-3,
[data-bs-theme=auto] .gy-3 {
  --bs-gutter-y: 1rem;
}
[data-bs-theme=light] .g-4,
[data-bs-theme=light] .gx-4, [data-bs-theme=auto] .g-4,
[data-bs-theme=auto] .gx-4 {
  --bs-gutter-x: 1.5rem;
}
[data-bs-theme=light] .g-4,
[data-bs-theme=light] .gy-4, [data-bs-theme=auto] .g-4,
[data-bs-theme=auto] .gy-4 {
  --bs-gutter-y: 1.5rem;
}
[data-bs-theme=light] .g-5,
[data-bs-theme=light] .gx-5, [data-bs-theme=auto] .g-5,
[data-bs-theme=auto] .gx-5 {
  --bs-gutter-x: 3rem;
}
[data-bs-theme=light] .g-5,
[data-bs-theme=light] .gy-5, [data-bs-theme=auto] .g-5,
[data-bs-theme=auto] .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .col-sm, [data-bs-theme=auto] .col-sm {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-sm-auto > *, [data-bs-theme=auto] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-sm-1 > *, [data-bs-theme=auto] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-sm-2 > *, [data-bs-theme=auto] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-sm-3 > *, [data-bs-theme=auto] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-sm-4 > *, [data-bs-theme=auto] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-sm-5 > *, [data-bs-theme=auto] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-sm-6 > *, [data-bs-theme=auto] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-sm-auto, [data-bs-theme=auto] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-sm-1, [data-bs-theme=auto] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-sm-2, [data-bs-theme=auto] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-sm-3, [data-bs-theme=auto] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-sm-4, [data-bs-theme=auto] .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-sm-5, [data-bs-theme=auto] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-sm-6, [data-bs-theme=auto] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-sm-7, [data-bs-theme=auto] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-sm-8, [data-bs-theme=auto] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-sm-9, [data-bs-theme=auto] .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-sm-10, [data-bs-theme=auto] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-sm-11, [data-bs-theme=auto] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-sm-12, [data-bs-theme=auto] .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-sm-0, [data-bs-theme=auto] .offset-sm-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-sm-1, [data-bs-theme=auto] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-sm-2, [data-bs-theme=auto] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-sm-3, [data-bs-theme=auto] .offset-sm-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-sm-4, [data-bs-theme=auto] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-sm-5, [data-bs-theme=auto] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-sm-6, [data-bs-theme=auto] .offset-sm-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-sm-7, [data-bs-theme=auto] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-sm-8, [data-bs-theme=auto] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-sm-9, [data-bs-theme=auto] .offset-sm-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-sm-10, [data-bs-theme=auto] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-sm-11, [data-bs-theme=auto] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-sm-0,
  [data-bs-theme=light] .gx-sm-0, [data-bs-theme=auto] .g-sm-0,
  [data-bs-theme=auto] .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-sm-0,
  [data-bs-theme=light] .gy-sm-0, [data-bs-theme=auto] .g-sm-0,
  [data-bs-theme=auto] .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-sm-1,
  [data-bs-theme=light] .gx-sm-1, [data-bs-theme=auto] .g-sm-1,
  [data-bs-theme=auto] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-sm-1,
  [data-bs-theme=light] .gy-sm-1, [data-bs-theme=auto] .g-sm-1,
  [data-bs-theme=auto] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-sm-2,
  [data-bs-theme=light] .gx-sm-2, [data-bs-theme=auto] .g-sm-2,
  [data-bs-theme=auto] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-sm-2,
  [data-bs-theme=light] .gy-sm-2, [data-bs-theme=auto] .g-sm-2,
  [data-bs-theme=auto] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-sm-3,
  [data-bs-theme=light] .gx-sm-3, [data-bs-theme=auto] .g-sm-3,
  [data-bs-theme=auto] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-sm-3,
  [data-bs-theme=light] .gy-sm-3, [data-bs-theme=auto] .g-sm-3,
  [data-bs-theme=auto] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-sm-4,
  [data-bs-theme=light] .gx-sm-4, [data-bs-theme=auto] .g-sm-4,
  [data-bs-theme=auto] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-sm-4,
  [data-bs-theme=light] .gy-sm-4, [data-bs-theme=auto] .g-sm-4,
  [data-bs-theme=auto] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-sm-5,
  [data-bs-theme=light] .gx-sm-5, [data-bs-theme=auto] .g-sm-5,
  [data-bs-theme=auto] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-sm-5,
  [data-bs-theme=light] .gy-sm-5, [data-bs-theme=auto] .g-sm-5,
  [data-bs-theme=auto] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .col-md, [data-bs-theme=auto] .col-md {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-md-auto > *, [data-bs-theme=auto] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-md-1 > *, [data-bs-theme=auto] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-md-2 > *, [data-bs-theme=auto] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-md-3 > *, [data-bs-theme=auto] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-md-4 > *, [data-bs-theme=auto] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-md-5 > *, [data-bs-theme=auto] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-md-6 > *, [data-bs-theme=auto] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-md-auto, [data-bs-theme=auto] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-md-1, [data-bs-theme=auto] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-md-2, [data-bs-theme=auto] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-md-3, [data-bs-theme=auto] .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-md-4, [data-bs-theme=auto] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-md-5, [data-bs-theme=auto] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-md-6, [data-bs-theme=auto] .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-md-7, [data-bs-theme=auto] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-md-8, [data-bs-theme=auto] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-md-9, [data-bs-theme=auto] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-md-10, [data-bs-theme=auto] .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-md-11, [data-bs-theme=auto] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-md-12, [data-bs-theme=auto] .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-md-0, [data-bs-theme=auto] .offset-md-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-md-1, [data-bs-theme=auto] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-md-2, [data-bs-theme=auto] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-md-3, [data-bs-theme=auto] .offset-md-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-md-4, [data-bs-theme=auto] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-md-5, [data-bs-theme=auto] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-md-6, [data-bs-theme=auto] .offset-md-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-md-7, [data-bs-theme=auto] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-md-8, [data-bs-theme=auto] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-md-9, [data-bs-theme=auto] .offset-md-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-md-10, [data-bs-theme=auto] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-md-11, [data-bs-theme=auto] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-md-0,
  [data-bs-theme=light] .gx-md-0, [data-bs-theme=auto] .g-md-0,
  [data-bs-theme=auto] .gx-md-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-md-0,
  [data-bs-theme=light] .gy-md-0, [data-bs-theme=auto] .g-md-0,
  [data-bs-theme=auto] .gy-md-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-md-1,
  [data-bs-theme=light] .gx-md-1, [data-bs-theme=auto] .g-md-1,
  [data-bs-theme=auto] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-md-1,
  [data-bs-theme=light] .gy-md-1, [data-bs-theme=auto] .g-md-1,
  [data-bs-theme=auto] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-md-2,
  [data-bs-theme=light] .gx-md-2, [data-bs-theme=auto] .g-md-2,
  [data-bs-theme=auto] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-md-2,
  [data-bs-theme=light] .gy-md-2, [data-bs-theme=auto] .g-md-2,
  [data-bs-theme=auto] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-md-3,
  [data-bs-theme=light] .gx-md-3, [data-bs-theme=auto] .g-md-3,
  [data-bs-theme=auto] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-md-3,
  [data-bs-theme=light] .gy-md-3, [data-bs-theme=auto] .g-md-3,
  [data-bs-theme=auto] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-md-4,
  [data-bs-theme=light] .gx-md-4, [data-bs-theme=auto] .g-md-4,
  [data-bs-theme=auto] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-md-4,
  [data-bs-theme=light] .gy-md-4, [data-bs-theme=auto] .g-md-4,
  [data-bs-theme=auto] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-md-5,
  [data-bs-theme=light] .gx-md-5, [data-bs-theme=auto] .g-md-5,
  [data-bs-theme=auto] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-md-5,
  [data-bs-theme=light] .gy-md-5, [data-bs-theme=auto] .g-md-5,
  [data-bs-theme=auto] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .col-lg, [data-bs-theme=auto] .col-lg {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-lg-auto > *, [data-bs-theme=auto] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-lg-1 > *, [data-bs-theme=auto] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-lg-2 > *, [data-bs-theme=auto] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-lg-3 > *, [data-bs-theme=auto] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-lg-4 > *, [data-bs-theme=auto] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-lg-5 > *, [data-bs-theme=auto] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-lg-6 > *, [data-bs-theme=auto] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-lg-auto, [data-bs-theme=auto] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-lg-1, [data-bs-theme=auto] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-lg-2, [data-bs-theme=auto] .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-lg-3, [data-bs-theme=auto] .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-lg-4, [data-bs-theme=auto] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-lg-5, [data-bs-theme=auto] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-lg-6, [data-bs-theme=auto] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-lg-7, [data-bs-theme=auto] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-lg-8, [data-bs-theme=auto] .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-lg-9, [data-bs-theme=auto] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-lg-10, [data-bs-theme=auto] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-lg-11, [data-bs-theme=auto] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-lg-12, [data-bs-theme=auto] .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-lg-0, [data-bs-theme=auto] .offset-lg-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-lg-1, [data-bs-theme=auto] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-lg-2, [data-bs-theme=auto] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-lg-3, [data-bs-theme=auto] .offset-lg-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-lg-4, [data-bs-theme=auto] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-lg-5, [data-bs-theme=auto] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-lg-6, [data-bs-theme=auto] .offset-lg-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-lg-7, [data-bs-theme=auto] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-lg-8, [data-bs-theme=auto] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-lg-9, [data-bs-theme=auto] .offset-lg-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-lg-10, [data-bs-theme=auto] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-lg-11, [data-bs-theme=auto] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-lg-0,
  [data-bs-theme=light] .gx-lg-0, [data-bs-theme=auto] .g-lg-0,
  [data-bs-theme=auto] .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-lg-0,
  [data-bs-theme=light] .gy-lg-0, [data-bs-theme=auto] .g-lg-0,
  [data-bs-theme=auto] .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-lg-1,
  [data-bs-theme=light] .gx-lg-1, [data-bs-theme=auto] .g-lg-1,
  [data-bs-theme=auto] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-lg-1,
  [data-bs-theme=light] .gy-lg-1, [data-bs-theme=auto] .g-lg-1,
  [data-bs-theme=auto] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-lg-2,
  [data-bs-theme=light] .gx-lg-2, [data-bs-theme=auto] .g-lg-2,
  [data-bs-theme=auto] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-lg-2,
  [data-bs-theme=light] .gy-lg-2, [data-bs-theme=auto] .g-lg-2,
  [data-bs-theme=auto] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-lg-3,
  [data-bs-theme=light] .gx-lg-3, [data-bs-theme=auto] .g-lg-3,
  [data-bs-theme=auto] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-lg-3,
  [data-bs-theme=light] .gy-lg-3, [data-bs-theme=auto] .g-lg-3,
  [data-bs-theme=auto] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-lg-4,
  [data-bs-theme=light] .gx-lg-4, [data-bs-theme=auto] .g-lg-4,
  [data-bs-theme=auto] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-lg-4,
  [data-bs-theme=light] .gy-lg-4, [data-bs-theme=auto] .g-lg-4,
  [data-bs-theme=auto] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-lg-5,
  [data-bs-theme=light] .gx-lg-5, [data-bs-theme=auto] .g-lg-5,
  [data-bs-theme=auto] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-lg-5,
  [data-bs-theme=light] .gy-lg-5, [data-bs-theme=auto] .g-lg-5,
  [data-bs-theme=auto] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .col-xl, [data-bs-theme=auto] .col-xl {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-xl-auto > *, [data-bs-theme=auto] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-xl-1 > *, [data-bs-theme=auto] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-xl-2 > *, [data-bs-theme=auto] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-xl-3 > *, [data-bs-theme=auto] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-xl-4 > *, [data-bs-theme=auto] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-xl-5 > *, [data-bs-theme=auto] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-xl-6 > *, [data-bs-theme=auto] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xl-auto, [data-bs-theme=auto] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-xl-1, [data-bs-theme=auto] .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-xl-2, [data-bs-theme=auto] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xl-3, [data-bs-theme=auto] .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-xl-4, [data-bs-theme=auto] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-xl-5, [data-bs-theme=auto] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-xl-6, [data-bs-theme=auto] .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-xl-7, [data-bs-theme=auto] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-xl-8, [data-bs-theme=auto] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-xl-9, [data-bs-theme=auto] .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-xl-10, [data-bs-theme=auto] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-xl-11, [data-bs-theme=auto] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-xl-12, [data-bs-theme=auto] .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-xl-0, [data-bs-theme=auto] .offset-xl-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-xl-1, [data-bs-theme=auto] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-xl-2, [data-bs-theme=auto] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-xl-3, [data-bs-theme=auto] .offset-xl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-xl-4, [data-bs-theme=auto] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-xl-5, [data-bs-theme=auto] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-xl-6, [data-bs-theme=auto] .offset-xl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-xl-7, [data-bs-theme=auto] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-xl-8, [data-bs-theme=auto] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-xl-9, [data-bs-theme=auto] .offset-xl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-xl-10, [data-bs-theme=auto] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-xl-11, [data-bs-theme=auto] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-xl-0,
  [data-bs-theme=light] .gx-xl-0, [data-bs-theme=auto] .g-xl-0,
  [data-bs-theme=auto] .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-xl-0,
  [data-bs-theme=light] .gy-xl-0, [data-bs-theme=auto] .g-xl-0,
  [data-bs-theme=auto] .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-xl-1,
  [data-bs-theme=light] .gx-xl-1, [data-bs-theme=auto] .g-xl-1,
  [data-bs-theme=auto] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-xl-1,
  [data-bs-theme=light] .gy-xl-1, [data-bs-theme=auto] .g-xl-1,
  [data-bs-theme=auto] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-xl-2,
  [data-bs-theme=light] .gx-xl-2, [data-bs-theme=auto] .g-xl-2,
  [data-bs-theme=auto] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-xl-2,
  [data-bs-theme=light] .gy-xl-2, [data-bs-theme=auto] .g-xl-2,
  [data-bs-theme=auto] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-xl-3,
  [data-bs-theme=light] .gx-xl-3, [data-bs-theme=auto] .g-xl-3,
  [data-bs-theme=auto] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-xl-3,
  [data-bs-theme=light] .gy-xl-3, [data-bs-theme=auto] .g-xl-3,
  [data-bs-theme=auto] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-xl-4,
  [data-bs-theme=light] .gx-xl-4, [data-bs-theme=auto] .g-xl-4,
  [data-bs-theme=auto] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-xl-4,
  [data-bs-theme=light] .gy-xl-4, [data-bs-theme=auto] .g-xl-4,
  [data-bs-theme=auto] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-xl-5,
  [data-bs-theme=light] .gx-xl-5, [data-bs-theme=auto] .g-xl-5,
  [data-bs-theme=auto] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-xl-5,
  [data-bs-theme=light] .gy-xl-5, [data-bs-theme=auto] .g-xl-5,
  [data-bs-theme=auto] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .col-xxl, [data-bs-theme=auto] .col-xxl {
    flex: 1 0 0%;
  }
  [data-bs-theme=light] .row-cols-xxl-auto > *, [data-bs-theme=auto] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .row-cols-xxl-1 > *, [data-bs-theme=auto] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .row-cols-xxl-2 > *, [data-bs-theme=auto] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .row-cols-xxl-3 > *, [data-bs-theme=auto] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .row-cols-xxl-4 > *, [data-bs-theme=auto] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .row-cols-xxl-5 > *, [data-bs-theme=auto] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=light] .row-cols-xxl-6 > *, [data-bs-theme=auto] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xxl-auto, [data-bs-theme=auto] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=light] .col-xxl-1, [data-bs-theme=auto] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=light] .col-xxl-2, [data-bs-theme=auto] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=light] .col-xxl-3, [data-bs-theme=auto] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=light] .col-xxl-4, [data-bs-theme=auto] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=light] .col-xxl-5, [data-bs-theme=auto] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=light] .col-xxl-6, [data-bs-theme=auto] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=light] .col-xxl-7, [data-bs-theme=auto] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=light] .col-xxl-8, [data-bs-theme=auto] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=light] .col-xxl-9, [data-bs-theme=auto] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=light] .col-xxl-10, [data-bs-theme=auto] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=light] .col-xxl-11, [data-bs-theme=auto] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=light] .col-xxl-12, [data-bs-theme=auto] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=light] .offset-xxl-0, [data-bs-theme=auto] .offset-xxl-0 {
    margin-left: 0;
  }
  [data-bs-theme=light] .offset-xxl-1, [data-bs-theme=auto] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-2, [data-bs-theme=auto] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=light] .offset-xxl-3, [data-bs-theme=auto] .offset-xxl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=light] .offset-xxl-4, [data-bs-theme=auto] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-5, [data-bs-theme=auto] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=light] .offset-xxl-6, [data-bs-theme=auto] .offset-xxl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=light] .offset-xxl-7, [data-bs-theme=auto] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-8, [data-bs-theme=auto] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=light] .offset-xxl-9, [data-bs-theme=auto] .offset-xxl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=light] .offset-xxl-10, [data-bs-theme=auto] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=light] .offset-xxl-11, [data-bs-theme=auto] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=light] .g-xxl-0,
  [data-bs-theme=light] .gx-xxl-0, [data-bs-theme=auto] .g-xxl-0,
  [data-bs-theme=auto] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=light] .g-xxl-0,
  [data-bs-theme=light] .gy-xxl-0, [data-bs-theme=auto] .g-xxl-0,
  [data-bs-theme=auto] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=light] .g-xxl-1,
  [data-bs-theme=light] .gx-xxl-1, [data-bs-theme=auto] .g-xxl-1,
  [data-bs-theme=auto] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=light] .g-xxl-1,
  [data-bs-theme=light] .gy-xxl-1, [data-bs-theme=auto] .g-xxl-1,
  [data-bs-theme=auto] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=light] .g-xxl-2,
  [data-bs-theme=light] .gx-xxl-2, [data-bs-theme=auto] .g-xxl-2,
  [data-bs-theme=auto] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=light] .g-xxl-2,
  [data-bs-theme=light] .gy-xxl-2, [data-bs-theme=auto] .g-xxl-2,
  [data-bs-theme=auto] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=light] .g-xxl-3,
  [data-bs-theme=light] .gx-xxl-3, [data-bs-theme=auto] .g-xxl-3,
  [data-bs-theme=auto] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=light] .g-xxl-3,
  [data-bs-theme=light] .gy-xxl-3, [data-bs-theme=auto] .g-xxl-3,
  [data-bs-theme=auto] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=light] .g-xxl-4,
  [data-bs-theme=light] .gx-xxl-4, [data-bs-theme=auto] .g-xxl-4,
  [data-bs-theme=auto] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=light] .g-xxl-4,
  [data-bs-theme=light] .gy-xxl-4, [data-bs-theme=auto] .g-xxl-4,
  [data-bs-theme=auto] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=light] .g-xxl-5,
  [data-bs-theme=light] .gx-xxl-5, [data-bs-theme=auto] .g-xxl-5,
  [data-bs-theme=auto] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=light] .g-xxl-5,
  [data-bs-theme=light] .gy-xxl-5, [data-bs-theme=auto] .g-xxl-5,
  [data-bs-theme=auto] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
[data-bs-theme=light] .table, [data-bs-theme=auto] .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
[data-bs-theme=light] .table > :not(caption) > * > *, [data-bs-theme=auto] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
[data-bs-theme=light] .table > tbody, [data-bs-theme=auto] .table > tbody {
  vertical-align: inherit;
}
[data-bs-theme=light] .table > thead, [data-bs-theme=auto] .table > thead {
  vertical-align: bottom;
}
[data-bs-theme=light] .table-group-divider, [data-bs-theme=auto] .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
[data-bs-theme=light] .caption-top, [data-bs-theme=auto] .caption-top {
  caption-side: top;
}
[data-bs-theme=light] .table-sm > :not(caption) > * > *, [data-bs-theme=auto] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
[data-bs-theme=light] .table-bordered > :not(caption) > *, [data-bs-theme=auto] .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=light] .table-bordered > :not(caption) > * > *, [data-bs-theme=auto] .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
[data-bs-theme=light] .table-borderless > :not(caption) > * > *, [data-bs-theme=auto] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
[data-bs-theme=light] .table-borderless > :not(:first-child), [data-bs-theme=auto] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
[data-bs-theme=light] .table-striped > tbody > tr:nth-of-type(odd) > *, [data-bs-theme=auto] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=light] .table-striped-columns > :not(caption) > tr > :nth-child(even), [data-bs-theme=auto] .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=light] .table-active, [data-bs-theme=auto] .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
[data-bs-theme=light] .table-hover > tbody > tr:hover > *, [data-bs-theme=auto] .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
[data-bs-theme=light] .table-primary, [data-bs-theme=auto] .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --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);
}
[data-bs-theme=light] .table-secondary, [data-bs-theme=auto] .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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);
}
[data-bs-theme=light] .table-success, [data-bs-theme=auto] .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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);
}
[data-bs-theme=light] .table-info, [data-bs-theme=auto] .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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);
}
[data-bs-theme=light] .table-warning, [data-bs-theme=auto] .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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);
}
[data-bs-theme=light] .table-danger, [data-bs-theme=auto] .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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);
}
[data-bs-theme=light] .table-light, [data-bs-theme=auto] .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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);
}
[data-bs-theme=light] .table-dark, [data-bs-theme=auto] .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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);
}
[data-bs-theme=light] .table-responsive, [data-bs-theme=auto] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .table-responsive-sm, [data-bs-theme=auto] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .table-responsive-md, [data-bs-theme=auto] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .table-responsive-lg, [data-bs-theme=auto] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .table-responsive-xl, [data-bs-theme=auto] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .table-responsive-xxl, [data-bs-theme=auto] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
[data-bs-theme=light] .form-label, [data-bs-theme=auto] .form-label {
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] .col-form-label, [data-bs-theme=auto] .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
[data-bs-theme=light] .col-form-label-lg, [data-bs-theme=auto] .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
[data-bs-theme=light] .col-form-label-sm, [data-bs-theme=auto] .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
[data-bs-theme=light] .form-text, [data-bs-theme=auto] .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=light] .form-control, [data-bs-theme=auto] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-control, [data-bs-theme=auto] .form-control {
    transition: none;
  }
}
[data-bs-theme=light] .form-control[type=file], [data-bs-theme=auto] .form-control[type=file] {
  overflow: hidden;
}
[data-bs-theme=light] .form-control[type=file]:not(:disabled):not([readonly]), [data-bs-theme=auto] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=light] .form-control:focus, [data-bs-theme=auto] .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-control::-webkit-date-and-time-value, [data-bs-theme=auto] .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
[data-bs-theme=light] .form-control::-webkit-datetime-edit, [data-bs-theme=auto] .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
[data-bs-theme=light] .form-control::placeholder, [data-bs-theme=auto] .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
[data-bs-theme=light] .form-control:disabled, [data-bs-theme=auto] .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
[data-bs-theme=light] .form-control::file-selector-button, [data-bs-theme=auto] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-control::file-selector-button, [data-bs-theme=auto] .form-control::file-selector-button {
    transition: none;
  }
}
[data-bs-theme=light] .form-control:hover:not(:disabled):not([readonly])::file-selector-button, [data-bs-theme=auto] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .form-control-plaintext, [data-bs-theme=auto] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=light] .form-control-plaintext:focus, [data-bs-theme=auto] .form-control-plaintext:focus {
  outline: 0;
}
[data-bs-theme=light] .form-control-plaintext.form-control-sm, [data-bs-theme=light] .form-control-plaintext.form-control-lg, [data-bs-theme=auto] .form-control-plaintext.form-control-sm, [data-bs-theme=auto] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
[data-bs-theme=light] .form-control-sm, [data-bs-theme=auto] .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .form-control-sm::file-selector-button, [data-bs-theme=auto] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
[data-bs-theme=light] .form-control-lg, [data-bs-theme=auto] .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] .form-control-lg::file-selector-button, [data-bs-theme=auto] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
[data-bs-theme=light] textarea.form-control, [data-bs-theme=auto] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] textarea.form-control-sm, [data-bs-theme=auto] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] textarea.form-control-lg, [data-bs-theme=auto] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] .form-control-color, [data-bs-theme=auto] .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
[data-bs-theme=light] .form-control-color:not(:disabled):not([readonly]), [data-bs-theme=auto] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=light] .form-control-color::-moz-color-swatch, [data-bs-theme=auto] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .form-control-color::-webkit-color-swatch, [data-bs-theme=auto] .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .form-control-color.form-control-sm, [data-bs-theme=auto] .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] .form-control-color.form-control-lg, [data-bs-theme=auto] .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=light] .form-select, [data-bs-theme=auto] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-select, [data-bs-theme=auto] .form-select {
    transition: none;
  }
}
[data-bs-theme=light] .form-select:focus, [data-bs-theme=auto] .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-select[multiple], [data-bs-theme=light] .form-select[size]:not([size="1"]), [data-bs-theme=auto] .form-select[multiple], [data-bs-theme=auto] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
[data-bs-theme=light] .form-select:disabled, [data-bs-theme=auto] .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .form-select:-moz-focusring, [data-bs-theme=auto] .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
[data-bs-theme=light] .form-select-sm, [data-bs-theme=auto] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .form-select-lg, [data-bs-theme=auto] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] [data-bs-theme=dark] .form-select, [data-bs-theme=auto] [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check, [data-bs-theme=auto] .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
[data-bs-theme=light] .form-check .form-check-input, [data-bs-theme=auto] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
[data-bs-theme=light] .form-check-reverse, [data-bs-theme=auto] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
[data-bs-theme=light] .form-check-reverse .form-check-input, [data-bs-theme=auto] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
[data-bs-theme=light] .form-check-input, [data-bs-theme=auto] .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
[data-bs-theme=light] .form-check-input[type=checkbox], [data-bs-theme=auto] .form-check-input[type=checkbox] {
  border-radius: 32px;
}
[data-bs-theme=light] .form-check-input[type=radio], [data-bs-theme=auto] .form-check-input[type=radio] {
  border-radius: 50%;
}
[data-bs-theme=light] .form-check-input:active, [data-bs-theme=auto] .form-check-input:active {
  filter: brightness(90%);
}
[data-bs-theme=light] .form-check-input:focus, [data-bs-theme=auto] .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-check-input:checked, [data-bs-theme=auto] .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
[data-bs-theme=light] .form-check-input:checked[type=checkbox], [data-bs-theme=auto] .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check-input:checked[type=radio], [data-bs-theme=auto] .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check-input[type=checkbox]:indeterminate, [data-bs-theme=auto] .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-check-input:disabled, [data-bs-theme=auto] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
[data-bs-theme=light] .form-check-input[disabled] ~ .form-check-label, [data-bs-theme=light] .form-check-input:disabled ~ .form-check-label, [data-bs-theme=auto] .form-check-input[disabled] ~ .form-check-label, [data-bs-theme=auto] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
[data-bs-theme=light] .form-switch, [data-bs-theme=auto] .form-switch {
  padding-left: 2.5em;
}
[data-bs-theme=light] .form-switch .form-check-input, [data-bs-theme=auto] .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-switch .form-check-input, [data-bs-theme=auto] .form-switch .form-check-input {
    transition: none;
  }
}
[data-bs-theme=light] .form-switch .form-check-input:focus, [data-bs-theme=auto] .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-switch .form-check-input:checked, [data-bs-theme=auto] .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-switch.form-check-reverse, [data-bs-theme=auto] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
[data-bs-theme=light] .form-switch.form-check-reverse .form-check-input, [data-bs-theme=auto] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
[data-bs-theme=light] .form-check-inline, [data-bs-theme=auto] .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
[data-bs-theme=light] .btn-check, [data-bs-theme=auto] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-bs-theme=light] .btn-check[disabled] + .btn, [data-bs-theme=light] .btn-check:disabled + .btn, [data-bs-theme=auto] .btn-check[disabled] + .btn, [data-bs-theme=auto] .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=light] [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme=auto] [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .form-range, [data-bs-theme=auto] .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
[data-bs-theme=light] .form-range:focus, [data-bs-theme=auto] .form-range:focus {
  outline: 0;
}
[data-bs-theme=light] .form-range:focus::-webkit-slider-thumb, [data-bs-theme=auto] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-range:focus::-moz-range-thumb, [data-bs-theme=auto] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .form-range::-moz-focus-outer, [data-bs-theme=auto] .form-range::-moz-focus-outer {
  border: 0;
}
[data-bs-theme=light] .form-range::-webkit-slider-thumb, [data-bs-theme=auto] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-range::-webkit-slider-thumb, [data-bs-theme=auto] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
[data-bs-theme=light] .form-range::-webkit-slider-thumb:active, [data-bs-theme=auto] .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=light] .form-range::-webkit-slider-runnable-track, [data-bs-theme=auto] .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=light] .form-range::-moz-range-thumb, [data-bs-theme=auto] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-range::-moz-range-thumb, [data-bs-theme=auto] .form-range::-moz-range-thumb {
    transition: none;
  }
}
[data-bs-theme=light] .form-range::-moz-range-thumb:active, [data-bs-theme=auto] .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=light] .form-range::-moz-range-track, [data-bs-theme=auto] .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=light] .form-range:disabled, [data-bs-theme=auto] .form-range:disabled {
  pointer-events: none;
}
[data-bs-theme=light] .form-range:disabled::-webkit-slider-thumb, [data-bs-theme=auto] .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=light] .form-range:disabled::-moz-range-thumb, [data-bs-theme=auto] .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=light] .form-floating, [data-bs-theme=auto] .form-floating {
  position: relative;
}
[data-bs-theme=light] .form-floating > .form-control,
[data-bs-theme=light] .form-floating > .form-control-plaintext,
[data-bs-theme=light] .form-floating > .form-select, [data-bs-theme=auto] .form-floating > .form-control,
[data-bs-theme=auto] .form-floating > .form-control-plaintext,
[data-bs-theme=auto] .form-floating > .form-select {
  height: 56px;
  min-height: 56px;
  line-height: 1.25;
}
[data-bs-theme=light] .form-floating > label, [data-bs-theme=auto] .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .form-floating > label, [data-bs-theme=auto] .form-floating > label {
    transition: none;
  }
}
[data-bs-theme=light] .form-floating > .form-control,
[data-bs-theme=light] .form-floating > .form-control-plaintext, [data-bs-theme=auto] .form-floating > .form-control,
[data-bs-theme=auto] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
[data-bs-theme=light] .form-floating > .form-control::placeholder,
[data-bs-theme=light] .form-floating > .form-control-plaintext::placeholder, [data-bs-theme=auto] .form-floating > .form-control::placeholder,
[data-bs-theme=auto] .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
[data-bs-theme=light] .form-floating > .form-control:focus, [data-bs-theme=light] .form-floating > .form-control:not(:placeholder-shown),
[data-bs-theme=light] .form-floating > .form-control-plaintext:focus,
[data-bs-theme=light] .form-floating > .form-control-plaintext:not(:placeholder-shown), [data-bs-theme=auto] .form-floating > .form-control:focus, [data-bs-theme=auto] .form-floating > .form-control:not(:placeholder-shown),
[data-bs-theme=auto] .form-floating > .form-control-plaintext:focus,
[data-bs-theme=auto] .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=light] .form-floating > .form-control:-webkit-autofill,
[data-bs-theme=light] .form-floating > .form-control-plaintext:-webkit-autofill, [data-bs-theme=auto] .form-floating > .form-control:-webkit-autofill,
[data-bs-theme=auto] .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=light] .form-floating > .form-select, [data-bs-theme=auto] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=light] .form-floating > .form-control:focus ~ label,
[data-bs-theme=light] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=light] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=light] .form-floating > .form-select ~ label, [data-bs-theme=auto] .form-floating > .form-control:focus ~ label,
[data-bs-theme=auto] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=auto] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=auto] .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=light] .form-floating > .form-control:focus ~ label::after,
[data-bs-theme=light] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-bs-theme=light] .form-floating > .form-control-plaintext ~ label::after,
[data-bs-theme=light] .form-floating > .form-select ~ label::after, [data-bs-theme=auto] .form-floating > .form-control:focus ~ label::after,
[data-bs-theme=auto] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-bs-theme=auto] .form-floating > .form-control-plaintext ~ label::after,
[data-bs-theme=auto] .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .form-floating > .form-control:-webkit-autofill ~ label, [data-bs-theme=auto] .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=light] .form-floating > .form-control-plaintext ~ label, [data-bs-theme=auto] .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=light] .form-floating > :disabled ~ label,
[data-bs-theme=light] .form-floating > .form-control:disabled ~ label, [data-bs-theme=auto] .form-floating > :disabled ~ label,
[data-bs-theme=auto] .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
[data-bs-theme=light] .form-floating > :disabled ~ label::after,
[data-bs-theme=light] .form-floating > .form-control:disabled ~ label::after, [data-bs-theme=auto] .form-floating > :disabled ~ label::after,
[data-bs-theme=auto] .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .input-group, [data-bs-theme=auto] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
[data-bs-theme=light] .input-group > .form-control,
[data-bs-theme=light] .input-group > .form-select,
[data-bs-theme=light] .input-group > .form-floating, [data-bs-theme=auto] .input-group > .form-control,
[data-bs-theme=auto] .input-group > .form-select,
[data-bs-theme=auto] .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
[data-bs-theme=light] .input-group > .form-control:focus,
[data-bs-theme=light] .input-group > .form-select:focus,
[data-bs-theme=light] .input-group > .form-floating:focus-within, [data-bs-theme=auto] .input-group > .form-control:focus,
[data-bs-theme=auto] .input-group > .form-select:focus,
[data-bs-theme=auto] .input-group > .form-floating:focus-within {
  z-index: 5;
}
[data-bs-theme=light] .input-group .btn, [data-bs-theme=auto] .input-group .btn {
  position: relative;
  z-index: 2;
}
[data-bs-theme=light] .input-group .btn:focus, [data-bs-theme=auto] .input-group .btn:focus {
  z-index: 5;
}
[data-bs-theme=light] .input-group-text, [data-bs-theme=auto] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=light] .input-group-lg > .form-control,
[data-bs-theme=light] .input-group-lg > .form-select,
[data-bs-theme=light] .input-group-lg > .input-group-text,
[data-bs-theme=light] .input-group-lg > .btn, [data-bs-theme=auto] .input-group-lg > .form-control,
[data-bs-theme=auto] .input-group-lg > .form-select,
[data-bs-theme=auto] .input-group-lg > .input-group-text,
[data-bs-theme=auto] .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] .input-group-sm > .form-control,
[data-bs-theme=light] .input-group-sm > .form-select,
[data-bs-theme=light] .input-group-sm > .input-group-text,
[data-bs-theme=light] .input-group-sm > .btn, [data-bs-theme=auto] .input-group-sm > .form-control,
[data-bs-theme=auto] .input-group-sm > .form-select,
[data-bs-theme=auto] .input-group-sm > .input-group-text,
[data-bs-theme=auto] .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .input-group-lg > .form-select,
[data-bs-theme=light] .input-group-sm > .form-select, [data-bs-theme=auto] .input-group-lg > .form-select,
[data-bs-theme=auto] .input-group-sm > .form-select {
  padding-right: 3rem;
}
[data-bs-theme=light] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=light] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[data-bs-theme=light] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[data-bs-theme=light] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, [data-bs-theme=auto] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=auto] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[data-bs-theme=auto] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[data-bs-theme=auto] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=light] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=light] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[data-bs-theme=light] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[data-bs-theme=light] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, [data-bs-theme=auto] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=auto] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[data-bs-theme=auto] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[data-bs-theme=auto] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=light] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), [data-bs-theme=auto] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .input-group > .form-floating:not(:first-child) > .form-control,
[data-bs-theme=light] .input-group > .form-floating:not(:first-child) > .form-select, [data-bs-theme=auto] .input-group > .form-floating:not(:first-child) > .form-control,
[data-bs-theme=auto] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .valid-feedback, [data-bs-theme=auto] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
[data-bs-theme=light] .valid-tooltip, [data-bs-theme=auto] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=light]:valid ~ .valid-feedback,
.was-validated [data-bs-theme=light]:valid ~ .valid-tooltip, [data-bs-theme=light].is-valid ~ .valid-feedback,
[data-bs-theme=light].is-valid ~ .valid-tooltip, .was-validated [data-bs-theme=auto]:valid ~ .valid-feedback,
.was-validated [data-bs-theme=auto]:valid ~ .valid-tooltip, [data-bs-theme=auto].is-valid ~ .valid-feedback,
[data-bs-theme=auto].is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=light] .form-control:valid, [data-bs-theme=light] .form-control.is-valid, .was-validated [data-bs-theme=auto] .form-control:valid, [data-bs-theme=auto] .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-control:valid:focus, [data-bs-theme=light] .form-control.is-valid:focus, .was-validated [data-bs-theme=auto] .form-control:valid:focus, [data-bs-theme=auto] .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=light] textarea.form-control:valid, [data-bs-theme=light] textarea.form-control.is-valid, .was-validated [data-bs-theme=auto] textarea.form-control:valid, [data-bs-theme=auto] 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 [data-bs-theme=light] .form-select:valid, [data-bs-theme=light] .form-select.is-valid, .was-validated [data-bs-theme=auto] .form-select:valid, [data-bs-theme=auto] .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=light] .form-select:valid:not([multiple]):not([size]), .was-validated [data-bs-theme=light] .form-select:valid:not([multiple])[size="1"], [data-bs-theme=light] .form-select.is-valid:not([multiple]):not([size]), [data-bs-theme=light] .form-select.is-valid:not([multiple])[size="1"], .was-validated [data-bs-theme=auto] .form-select:valid:not([multiple]):not([size]), .was-validated [data-bs-theme=auto] .form-select:valid:not([multiple])[size="1"], [data-bs-theme=auto] .form-select.is-valid:not([multiple]):not([size]), [data-bs-theme=auto] .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-select:valid:focus, [data-bs-theme=light] .form-select.is-valid:focus, .was-validated [data-bs-theme=auto] .form-select:valid:focus, [data-bs-theme=auto] .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-control-color:valid, [data-bs-theme=light] .form-control-color.is-valid, .was-validated [data-bs-theme=auto] .form-control-color:valid, [data-bs-theme=auto] .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=light] .form-check-input:valid, [data-bs-theme=light] .form-check-input.is-valid, .was-validated [data-bs-theme=auto] .form-check-input:valid, [data-bs-theme=auto] .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=light] .form-check-input:valid:checked, [data-bs-theme=light] .form-check-input.is-valid:checked, .was-validated [data-bs-theme=auto] .form-check-input:valid:checked, [data-bs-theme=auto] .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated [data-bs-theme=light] .form-check-input:valid:focus, [data-bs-theme=light] .form-check-input.is-valid:focus, .was-validated [data-bs-theme=auto] .form-check-input:valid:focus, [data-bs-theme=auto] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-check-input:valid ~ .form-check-label, [data-bs-theme=light] .form-check-input.is-valid ~ .form-check-label, .was-validated [data-bs-theme=auto] .form-check-input:valid ~ .form-check-label, [data-bs-theme=auto] .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
[data-bs-theme=light] .form-check-inline .form-check-input ~ .valid-feedback, [data-bs-theme=auto] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=light] .input-group > .form-control:not(:focus):valid, [data-bs-theme=light] .input-group > .form-control:not(:focus).is-valid,
.was-validated [data-bs-theme=light] .input-group > .form-select:not(:focus):valid,
[data-bs-theme=light] .input-group > .form-select:not(:focus).is-valid,
.was-validated [data-bs-theme=light] .input-group > .form-floating:not(:focus-within):valid,
[data-bs-theme=light] .input-group > .form-floating:not(:focus-within).is-valid, .was-validated [data-bs-theme=auto] .input-group > .form-control:not(:focus):valid, [data-bs-theme=auto] .input-group > .form-control:not(:focus).is-valid,
.was-validated [data-bs-theme=auto] .input-group > .form-select:not(:focus):valid,
[data-bs-theme=auto] .input-group > .form-select:not(:focus).is-valid,
.was-validated [data-bs-theme=auto] .input-group > .form-floating:not(:focus-within):valid,
[data-bs-theme=auto] .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
[data-bs-theme=light] .invalid-feedback, [data-bs-theme=auto] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=light] .invalid-tooltip, [data-bs-theme=auto] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=light]:invalid ~ .invalid-feedback,
.was-validated [data-bs-theme=light]:invalid ~ .invalid-tooltip, [data-bs-theme=light].is-invalid ~ .invalid-feedback,
[data-bs-theme=light].is-invalid ~ .invalid-tooltip, .was-validated [data-bs-theme=auto]:invalid ~ .invalid-feedback,
.was-validated [data-bs-theme=auto]:invalid ~ .invalid-tooltip, [data-bs-theme=auto].is-invalid ~ .invalid-feedback,
[data-bs-theme=auto].is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=light] .form-control:invalid, [data-bs-theme=light] .form-control.is-invalid, .was-validated [data-bs-theme=auto] .form-control:invalid, [data-bs-theme=auto] .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-control:invalid:focus, [data-bs-theme=light] .form-control.is-invalid:focus, .was-validated [data-bs-theme=auto] .form-control:invalid:focus, [data-bs-theme=auto] .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=light] textarea.form-control:invalid, [data-bs-theme=light] textarea.form-control.is-invalid, .was-validated [data-bs-theme=auto] textarea.form-control:invalid, [data-bs-theme=auto] 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 [data-bs-theme=light] .form-select:invalid, [data-bs-theme=light] .form-select.is-invalid, .was-validated [data-bs-theme=auto] .form-select:invalid, [data-bs-theme=auto] .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=light] .form-select:invalid:not([multiple]):not([size]), .was-validated [data-bs-theme=light] .form-select:invalid:not([multiple])[size="1"], [data-bs-theme=light] .form-select.is-invalid:not([multiple]):not([size]), [data-bs-theme=light] .form-select.is-invalid:not([multiple])[size="1"], .was-validated [data-bs-theme=auto] .form-select:invalid:not([multiple]):not([size]), .was-validated [data-bs-theme=auto] .form-select:invalid:not([multiple])[size="1"], [data-bs-theme=auto] .form-select.is-invalid:not([multiple]):not([size]), [data-bs-theme=auto] .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=light] .form-select:invalid:focus, [data-bs-theme=light] .form-select.is-invalid:focus, .was-validated [data-bs-theme=auto] .form-select:invalid:focus, [data-bs-theme=auto] .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-control-color:invalid, [data-bs-theme=light] .form-control-color.is-invalid, .was-validated [data-bs-theme=auto] .form-control-color:invalid, [data-bs-theme=auto] .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=light] .form-check-input:invalid, [data-bs-theme=light] .form-check-input.is-invalid, .was-validated [data-bs-theme=auto] .form-check-input:invalid, [data-bs-theme=auto] .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=light] .form-check-input:invalid:checked, [data-bs-theme=light] .form-check-input.is-invalid:checked, .was-validated [data-bs-theme=auto] .form-check-input:invalid:checked, [data-bs-theme=auto] .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated [data-bs-theme=light] .form-check-input:invalid:focus, [data-bs-theme=light] .form-check-input.is-invalid:focus, .was-validated [data-bs-theme=auto] .form-check-input:invalid:focus, [data-bs-theme=auto] .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=light] .form-check-input:invalid ~ .form-check-label, [data-bs-theme=light] .form-check-input.is-invalid ~ .form-check-label, .was-validated [data-bs-theme=auto] .form-check-input:invalid ~ .form-check-label, [data-bs-theme=auto] .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=light] .form-check-inline .form-check-input ~ .invalid-feedback, [data-bs-theme=auto] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=light] .input-group > .form-control:not(:focus):invalid, [data-bs-theme=light] .input-group > .form-control:not(:focus).is-invalid,
.was-validated [data-bs-theme=light] .input-group > .form-select:not(:focus):invalid,
[data-bs-theme=light] .input-group > .form-select:not(:focus).is-invalid,
.was-validated [data-bs-theme=light] .input-group > .form-floating:not(:focus-within):invalid,
[data-bs-theme=light] .input-group > .form-floating:not(:focus-within).is-invalid, .was-validated [data-bs-theme=auto] .input-group > .form-control:not(:focus):invalid, [data-bs-theme=auto] .input-group > .form-control:not(:focus).is-invalid,
.was-validated [data-bs-theme=auto] .input-group > .form-select:not(:focus):invalid,
[data-bs-theme=auto] .input-group > .form-select:not(:focus).is-invalid,
.was-validated [data-bs-theme=auto] .input-group > .form-floating:not(:focus-within):invalid,
[data-bs-theme=auto] .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
[data-bs-theme=light] .btn, [data-bs-theme=auto] .btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.25rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: false;
  --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);
  box-shadow: var(--bs-btn-box-shadow);
  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) {
  [data-bs-theme=light] .btn, [data-bs-theme=auto] .btn {
    transition: none;
  }
}
[data-bs-theme=light] .btn:hover, [data-bs-theme=auto] .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 + [data-bs-theme=light] .btn:hover, .btn-check + [data-bs-theme=auto] .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
[data-bs-theme=light] .btn:focus-visible, [data-bs-theme=auto] .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-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + [data-bs-theme=light] .btn, .btn-check:focus-visible + [data-bs-theme=auto] .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + [data-bs-theme=light] .btn, :not(.btn-check) + [data-bs-theme=light] .btn:active, [data-bs-theme=light] .btn:first-child:active, [data-bs-theme=light] .btn.active, [data-bs-theme=light] .btn.show, .btn-check:checked + [data-bs-theme=auto] .btn, :not(.btn-check) + [data-bs-theme=auto] .btn:active, [data-bs-theme=auto] .btn:first-child:active, [data-bs-theme=auto] .btn.active, [data-bs-theme=auto] .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + [data-bs-theme=light] .btn:focus-visible, :not(.btn-check) + [data-bs-theme=light] .btn:active:focus-visible, [data-bs-theme=light] .btn:first-child:active:focus-visible, [data-bs-theme=light] .btn.active:focus-visible, [data-bs-theme=light] .btn.show:focus-visible, .btn-check:checked + [data-bs-theme=auto] .btn:focus-visible, :not(.btn-check) + [data-bs-theme=auto] .btn:active:focus-visible, [data-bs-theme=auto] .btn:first-child:active:focus-visible, [data-bs-theme=auto] .btn.active:focus-visible, [data-bs-theme=auto] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + [data-bs-theme=light] .btn, .btn-check:checked:focus-visible + [data-bs-theme=auto] .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
[data-bs-theme=light] .btn:disabled, [data-bs-theme=light] .btn.disabled, fieldset:disabled [data-bs-theme=light] .btn, [data-bs-theme=auto] .btn:disabled, [data-bs-theme=auto] .btn.disabled, fieldset:disabled [data-bs-theme=auto] .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);
  box-shadow: none;
}
[data-bs-theme=light] .btn-primary, [data-bs-theme=auto] .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #288CFC;
  --bs-btn-border-color: #288CFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #489dfc;
  --bs-btn-hover-border-color: #3e98fc;
  --bs-btn-focus-shadow-rgb: 34, 119, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #53a3fd;
  --bs-btn-active-border-color: #3e98fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #288CFC;
  --bs-btn-disabled-border-color: #288CFC;
}
[data-bs-theme=light] .btn-secondary, [data-bs-theme=auto] .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}
[data-bs-theme=light] .btn-light, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-success, [data-bs-theme=auto] .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008A05;
  --bs-btn-border-color: #008A05;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007504;
  --bs-btn-hover-border-color: #006e04;
  --bs-btn-focus-shadow-rgb: 38, 156, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006e04;
  --bs-btn-active-border-color: #006804;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008A05;
  --bs-btn-disabled-border-color: #008A05;
}
[data-bs-theme=light] .btn-info, [data-bs-theme=auto] .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #29b6f6;
  --bs-btn-hover-border-color: #1cb2f5;
  --bs-btn-focus-shadow-rgb: 3, 144, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #35baf6;
  --bs-btn-active-border-color: #1cb2f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #03A9F4;
  --bs-btn-disabled-border-color: #03A9F4;
}
[data-bs-theme=light] .btn-warning, [data-bs-theme=auto] .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fed326;
  --bs-btn-hover-border-color: #fed01a;
  --bs-btn-focus-shadow-rgb: 216, 173, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fed533;
  --bs-btn-active-border-color: #fed01a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FECB00;
  --bs-btn-disabled-border-color: #FECB00;
}
[data-bs-theme=light] .btn-danger, [data-bs-theme=auto] .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C13515;
  --bs-btn-border-color: #C13515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a42d12;
  --bs-btn-hover-border-color: #9a2a11;
  --bs-btn-focus-shadow-rgb: 202, 83, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9a2a11;
  --bs-btn-active-border-color: #912810;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C13515;
  --bs-btn-disabled-border-color: #C13515;
}
[data-bs-theme=light] .btn-dark, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-outline-primary, [data-bs-theme=auto] .btn-outline-primary {
  --bs-btn-color: #288CFC;
  --bs-btn-border-color: #288CFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #288CFC;
  --bs-btn-hover-border-color: #288CFC;
  --bs-btn-focus-shadow-rgb: 40, 140, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #288CFC;
  --bs-btn-active-border-color: #288CFC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #288CFC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #288CFC;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-secondary, [data-bs-theme=auto] .btn-outline-secondary {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-light, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-outline-success, [data-bs-theme=auto] .btn-outline-success {
  --bs-btn-color: #008A05;
  --bs-btn-border-color: #008A05;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008A05;
  --bs-btn-hover-border-color: #008A05;
  --bs-btn-focus-shadow-rgb: 0, 138, 5;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008A05;
  --bs-btn-active-border-color: #008A05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #008A05;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #008A05;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-info, [data-bs-theme=auto] .btn-outline-info {
  --bs-btn-color: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #03A9F4;
  --bs-btn-hover-border-color: #03A9F4;
  --bs-btn-focus-shadow-rgb: 3, 169, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #03A9F4;
  --bs-btn-active-border-color: #03A9F4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03A9F4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03A9F4;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-warning, [data-bs-theme=auto] .btn-outline-warning {
  --bs-btn-color: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FECB00;
  --bs-btn-hover-border-color: #FECB00;
  --bs-btn-focus-shadow-rgb: 254, 203, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FECB00;
  --bs-btn-active-border-color: #FECB00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FECB00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FECB00;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-danger, [data-bs-theme=auto] .btn-outline-danger {
  --bs-btn-color: #C13515;
  --bs-btn-border-color: #C13515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C13515;
  --bs-btn-hover-border-color: #C13515;
  --bs-btn-focus-shadow-rgb: 193, 53, 21;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C13515;
  --bs-btn-active-border-color: #C13515;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C13515;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C13515;
  --bs-gradient: none;
}
[data-bs-theme=light] .btn-outline-dark, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .btn-link, [data-bs-theme=auto] .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
[data-bs-theme=light] .btn-link:focus-visible, [data-bs-theme=auto] .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
[data-bs-theme=light] .btn-link:hover, [data-bs-theme=auto] .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
[data-bs-theme=light] .btn-lg, [data-bs-theme=light] .btn-group-lg > .btn, [data-bs-theme=auto] .btn-lg, [data-bs-theme=auto] .btn-group-lg > .btn {
  --bs-btn-padding-y: 16px;
  --bs-btn-padding-x: 24px;
  --bs-btn-font-size: 1.0625rem;
  --bs-btn-border-radius: 12px;
}
[data-bs-theme=light] .btn-sm, [data-bs-theme=light] .btn-group-sm > .btn, [data-bs-theme=auto] .btn-sm, [data-bs-theme=auto] .btn-group-sm > .btn {
  --bs-btn-padding-y: 8px;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 8px;
}
[data-bs-theme=light] .fade, [data-bs-theme=auto] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .fade, [data-bs-theme=auto] .fade {
    transition: none;
  }
}
[data-bs-theme=light] .fade:not(.show), [data-bs-theme=auto] .fade:not(.show) {
  opacity: 0;
}
[data-bs-theme=light] .collapse:not(.show), [data-bs-theme=auto] .collapse:not(.show) {
  display: none;
}
[data-bs-theme=light] .collapsing, [data-bs-theme=auto] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .collapsing, [data-bs-theme=auto] .collapsing {
    transition: none;
  }
}
[data-bs-theme=light] .collapsing.collapse-horizontal, [data-bs-theme=auto] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .collapsing.collapse-horizontal, [data-bs-theme=auto] .collapsing.collapse-horizontal {
    transition: none;
  }
}
[data-bs-theme=light] .dropup,
[data-bs-theme=light] .dropend,
[data-bs-theme=light] .dropdown,
[data-bs-theme=light] .dropstart,
[data-bs-theme=light] .dropup-center,
[data-bs-theme=light] .dropdown-center, [data-bs-theme=auto] .dropup,
[data-bs-theme=auto] .dropend,
[data-bs-theme=auto] .dropdown,
[data-bs-theme=auto] .dropstart,
[data-bs-theme=auto] .dropup-center,
[data-bs-theme=auto] .dropdown-center {
  position: relative;
}
[data-bs-theme=light] .dropdown-toggle, [data-bs-theme=auto] .dropdown-toggle {
  white-space: nowrap;
}
[data-bs-theme=light] .dropdown-toggle::after, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropdown-menu, [data-bs-theme=auto] .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: 8px;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 16px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(16px - 0);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 16px;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
[data-bs-theme=light] .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropdown-menu-start, [data-bs-theme=auto] .dropdown-menu-start {
  --bs-position: start;
}
[data-bs-theme=light] .dropdown-menu-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
[data-bs-theme=light] .dropdown-menu-end, [data-bs-theme=auto] .dropdown-menu-end {
  --bs-position: end;
}
[data-bs-theme=light] .dropdown-menu-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .dropdown-menu-sm-start, [data-bs-theme=auto] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-sm-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-sm-end, [data-bs-theme=auto] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-sm-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .dropdown-menu-md-start, [data-bs-theme=auto] .dropdown-menu-md-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-md-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-md-end, [data-bs-theme=auto] .dropdown-menu-md-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-md-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .dropdown-menu-lg-start, [data-bs-theme=auto] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-lg-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-lg-end, [data-bs-theme=auto] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-lg-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .dropdown-menu-xl-start, [data-bs-theme=auto] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-xl-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-xl-end, [data-bs-theme=auto] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-xl-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .dropdown-menu-xxl-start, [data-bs-theme=auto] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  [data-bs-theme=light] .dropdown-menu-xxl-start[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=light] .dropdown-menu-xxl-end, [data-bs-theme=auto] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  [data-bs-theme=light] .dropdown-menu-xxl-end[data-bs-popper], [data-bs-theme=auto] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
[data-bs-theme=light] .dropup .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropup .dropdown-toggle::after, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropup .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropend .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropend .dropdown-toggle::after, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropend .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropend .dropdown-toggle::after, [data-bs-theme=auto] .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
[data-bs-theme=light] .dropstart .dropdown-menu[data-bs-popper], [data-bs-theme=auto] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
[data-bs-theme=light] .dropstart .dropdown-toggle::after, [data-bs-theme=auto] .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
[data-bs-theme=light] .dropstart .dropdown-toggle::after, [data-bs-theme=auto] .dropstart .dropdown-toggle::after {
  display: none;
}
[data-bs-theme=light] .dropstart .dropdown-toggle::before, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropstart .dropdown-toggle:empty::after, [data-bs-theme=auto] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=light] .dropstart .dropdown-toggle::before, [data-bs-theme=auto] .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
[data-bs-theme=light] .dropdown-divider, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropdown-item, [data-bs-theme=auto] .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
[data-bs-theme=light] .dropdown-item:hover, [data-bs-theme=light] .dropdown-item:focus, [data-bs-theme=auto] .dropdown-item:hover, [data-bs-theme=auto] .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-bs-theme=light] .dropdown-item.active, [data-bs-theme=light] .dropdown-item:active, [data-bs-theme=auto] .dropdown-item.active, [data-bs-theme=auto] .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
[data-bs-theme=light] .dropdown-item.disabled, [data-bs-theme=light] .dropdown-item:disabled, [data-bs-theme=auto] .dropdown-item.disabled, [data-bs-theme=auto] .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
[data-bs-theme=light] .dropdown-menu.show, [data-bs-theme=auto] .dropdown-menu.show {
  display: block;
}
[data-bs-theme=light] .dropdown-header, [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .dropdown-item-text, [data-bs-theme=auto] .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
[data-bs-theme=light] .dropdown-menu-dark, [data-bs-theme=auto] .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: var(--bs-light);
  --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;
}
[data-bs-theme=light] .btn-group,
[data-bs-theme=light] .btn-group-vertical, [data-bs-theme=auto] .btn-group,
[data-bs-theme=auto] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[data-bs-theme=light] .btn-group > .btn,
[data-bs-theme=light] .btn-group-vertical > .btn, [data-bs-theme=auto] .btn-group > .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
[data-bs-theme=light] .btn-group > .btn-check:checked + .btn,
[data-bs-theme=light] .btn-group > .btn-check:focus + .btn,
[data-bs-theme=light] .btn-group > .btn:hover,
[data-bs-theme=light] .btn-group > .btn:focus,
[data-bs-theme=light] .btn-group > .btn:active,
[data-bs-theme=light] .btn-group > .btn.active,
[data-bs-theme=light] .btn-group-vertical > .btn-check:checked + .btn,
[data-bs-theme=light] .btn-group-vertical > .btn-check:focus + .btn,
[data-bs-theme=light] .btn-group-vertical > .btn:hover,
[data-bs-theme=light] .btn-group-vertical > .btn:focus,
[data-bs-theme=light] .btn-group-vertical > .btn:active,
[data-bs-theme=light] .btn-group-vertical > .btn.active, [data-bs-theme=auto] .btn-group > .btn-check:checked + .btn,
[data-bs-theme=auto] .btn-group > .btn-check:focus + .btn,
[data-bs-theme=auto] .btn-group > .btn:hover,
[data-bs-theme=auto] .btn-group > .btn:focus,
[data-bs-theme=auto] .btn-group > .btn:active,
[data-bs-theme=auto] .btn-group > .btn.active,
[data-bs-theme=auto] .btn-group-vertical > .btn-check:checked + .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn-check:focus + .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn:hover,
[data-bs-theme=auto] .btn-group-vertical > .btn:focus,
[data-bs-theme=auto] .btn-group-vertical > .btn:active,
[data-bs-theme=auto] .btn-group-vertical > .btn.active {
  z-index: 1;
}
[data-bs-theme=light] .btn-toolbar, [data-bs-theme=auto] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[data-bs-theme=light] .btn-toolbar .input-group, [data-bs-theme=auto] .btn-toolbar .input-group {
  width: auto;
}
[data-bs-theme=light] .btn-group, [data-bs-theme=auto] .btn-group {
  border-radius: 10px;
}
[data-bs-theme=light] .btn-group > :not(.btn-check:first-child) + .btn,
[data-bs-theme=light] .btn-group > .btn-group:not(:first-child), [data-bs-theme=auto] .btn-group > :not(.btn-check:first-child) + .btn,
[data-bs-theme=auto] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=light] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=light] .btn-group > .btn.dropdown-toggle-split:first-child,
[data-bs-theme=light] .btn-group > .btn-group:not(:last-child) > .btn, [data-bs-theme=auto] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=auto] .btn-group > .btn.dropdown-toggle-split:first-child,
[data-bs-theme=auto] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=light] .btn-group > .btn:nth-child(n+3),
[data-bs-theme=light] .btn-group > :not(.btn-check) + .btn,
[data-bs-theme=light] .btn-group > .btn-group:not(:first-child) > .btn, [data-bs-theme=auto] .btn-group > .btn:nth-child(n+3),
[data-bs-theme=auto] .btn-group > :not(.btn-check) + .btn,
[data-bs-theme=auto] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .dropdown-toggle-split, [data-bs-theme=auto] .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=light] .dropdown-toggle-split::after, .dropup [data-bs-theme=light] .dropdown-toggle-split::after, .dropend [data-bs-theme=light] .dropdown-toggle-split::after, [data-bs-theme=auto] .dropdown-toggle-split::after, .dropup [data-bs-theme=auto] .dropdown-toggle-split::after, .dropend [data-bs-theme=auto] .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart [data-bs-theme=light] .dropdown-toggle-split::before, .dropstart [data-bs-theme=auto] .dropdown-toggle-split::before {
  margin-right: 0;
}
[data-bs-theme=light] .btn-sm + .dropdown-toggle-split, [data-bs-theme=light] .btn-group-sm > .btn + .dropdown-toggle-split, [data-bs-theme=auto] .btn-sm + .dropdown-toggle-split, [data-bs-theme=auto] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
[data-bs-theme=light] .btn-lg + .dropdown-toggle-split, [data-bs-theme=light] .btn-group-lg > .btn + .dropdown-toggle-split, [data-bs-theme=auto] .btn-lg + .dropdown-toggle-split, [data-bs-theme=auto] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=light] .btn-group.show .dropdown-toggle, [data-bs-theme=auto] .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[data-bs-theme=light] .btn-group.show .dropdown-toggle.btn-link, [data-bs-theme=auto] .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
[data-bs-theme=light] .btn-group-vertical, [data-bs-theme=auto] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
[data-bs-theme=light] .btn-group-vertical > .btn,
[data-bs-theme=light] .btn-group-vertical > .btn-group, [data-bs-theme=auto] .btn-group-vertical > .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn-group {
  width: 100%;
}
[data-bs-theme=light] .btn-group-vertical > .btn:not(:first-child),
[data-bs-theme=light] .btn-group-vertical > .btn-group:not(:first-child), [data-bs-theme=auto] .btn-group-vertical > .btn:not(:first-child),
[data-bs-theme=auto] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=light] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=light] .btn-group-vertical > .btn-group:not(:last-child) > .btn, [data-bs-theme=auto] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=auto] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=light] .btn-group-vertical > .btn ~ .btn,
[data-bs-theme=light] .btn-group-vertical > .btn-group:not(:first-child) > .btn, [data-bs-theme=auto] .btn-group-vertical > .btn ~ .btn,
[data-bs-theme=auto] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=light] .nav, [data-bs-theme=auto] .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-gray-700);
  --bs-nav-link-hover-color: var(--bs-primary);
  --bs-nav-link-disabled-color: rgba(var(--bs-gray-700-rgb), 0.75);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=light] .nav-link, [data-bs-theme=auto] .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .nav-link, [data-bs-theme=auto] .nav-link {
    transition: none;
  }
}
[data-bs-theme=light] .nav-link:hover, [data-bs-theme=light] .nav-link:focus, [data-bs-theme=auto] .nav-link:hover, [data-bs-theme=auto] .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
[data-bs-theme=light] .nav-link:focus-visible, [data-bs-theme=auto] .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=light] .nav-link.disabled, [data-bs-theme=light] .nav-link:disabled, [data-bs-theme=auto] .nav-link.disabled, [data-bs-theme=auto] .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
[data-bs-theme=light] .nav-tabs, [data-bs-theme=auto] .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: initial;
  --bs-nav-tabs-link-active-border-color: initial;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
[data-bs-theme=light] .nav-tabs .nav-link, [data-bs-theme=auto] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
[data-bs-theme=light] .nav-tabs .nav-link:hover, [data-bs-theme=light] .nav-tabs .nav-link:focus, [data-bs-theme=auto] .nav-tabs .nav-link:hover, [data-bs-theme=auto] .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
[data-bs-theme=light] .nav-tabs .nav-link.active,
[data-bs-theme=light] .nav-tabs .nav-item.show .nav-link, [data-bs-theme=auto] .nav-tabs .nav-link.active,
[data-bs-theme=auto] .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
[data-bs-theme=light] .nav-tabs .dropdown-menu, [data-bs-theme=auto] .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=light] .nav-pills, [data-bs-theme=auto] .nav-pills {
  --bs-nav-pills-border-radius: 12px;
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
}
[data-bs-theme=light] .nav-pills .nav-link, [data-bs-theme=auto] .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
[data-bs-theme=light] .nav-pills .nav-link.active,
[data-bs-theme=light] .nav-pills .show > .nav-link, [data-bs-theme=auto] .nav-pills .nav-link.active,
[data-bs-theme=auto] .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
[data-bs-theme=light] .nav-underline, [data-bs-theme=auto] .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
[data-bs-theme=light] .nav-underline .nav-link, [data-bs-theme=auto] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
[data-bs-theme=light] .nav-underline .nav-link:hover, [data-bs-theme=light] .nav-underline .nav-link:focus, [data-bs-theme=auto] .nav-underline .nav-link:hover, [data-bs-theme=auto] .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
[data-bs-theme=light] .nav-underline .nav-link.active,
[data-bs-theme=light] .nav-underline .show > .nav-link, [data-bs-theme=auto] .nav-underline .nav-link.active,
[data-bs-theme=auto] .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
[data-bs-theme=light] .nav-fill > .nav-link,
[data-bs-theme=light] .nav-fill .nav-item, [data-bs-theme=auto] .nav-fill > .nav-link,
[data-bs-theme=auto] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
[data-bs-theme=light] .nav-justified > .nav-link,
[data-bs-theme=light] .nav-justified .nav-item, [data-bs-theme=auto] .nav-justified > .nav-link,
[data-bs-theme=auto] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
[data-bs-theme=light] .nav-fill .nav-item .nav-link,
[data-bs-theme=light] .nav-justified .nav-item .nav-link, [data-bs-theme=auto] .nav-fill .nav-item .nav-link,
[data-bs-theme=auto] .nav-justified .nav-item .nav-link {
  width: 100%;
}
[data-bs-theme=light] .tab-content > .tab-pane, [data-bs-theme=auto] .tab-content > .tab-pane {
  display: none;
}
[data-bs-theme=light] .tab-content > .active, [data-bs-theme=auto] .tab-content > .active {
  display: block;
}
[data-bs-theme=light] .navbar, [data-bs-theme=auto] .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 10px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
[data-bs-theme=light] .navbar > .container,
[data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] .navbar > .container-xxl, [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container, [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-xxl,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-xxl,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-xxl,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xxl,
[data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-xxl,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xxl,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xxl,
[data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-xxl, [data-bs-theme=light] [data-bs-theme=dark] .navbar > .container, [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-fluid,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-xxl,
[data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xxl, [data-bs-theme=light] .navbar > .container,
[data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] .navbar > .container-xxl, [data-bs-theme=auto] [data-bs-theme=light] .navbar > .container, [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-fluid,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=light] .navbar > .container-xxl,
[data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-xxl, [data-bs-theme=auto] .navbar > .container,
[data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] .navbar > .container-xxl,
[data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-sm,
[data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-md,
[data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-lg,
[data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xl,
[data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .navbar > .container-xxl,
[data-bs-theme=light] [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xxl,
[data-bs-theme=auto] [data-bs-theme=dark] [data-bs-theme=light] .navbar > .container-xxl,
[data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .navbar > .container-xxl,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-xxl,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xxl, [data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container, [data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-fluid,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] [data-bs-theme=dark] .navbar > .container-xxl,
[data-bs-theme=dark] [data-bs-theme=auto] .navbar > .container-xxl, [data-bs-theme=auto] .navbar > .container,
[data-bs-theme=auto] .navbar > .container-fluid,
[data-bs-theme=auto] .navbar > .container-sm,
[data-bs-theme=auto] .navbar > .container-md,
[data-bs-theme=auto] .navbar > .container-lg,
[data-bs-theme=auto] .navbar > .container-xl,
[data-bs-theme=auto] .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
[data-bs-theme=light] .navbar-brand, [data-bs-theme=auto] .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
[data-bs-theme=light] .navbar-brand:hover, [data-bs-theme=light] .navbar-brand:focus, [data-bs-theme=auto] .navbar-brand:hover, [data-bs-theme=auto] .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
[data-bs-theme=light] .navbar-nav, [data-bs-theme=auto] .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=light] .navbar-nav .nav-link.active, [data-bs-theme=light] .navbar-nav .nav-link.show, [data-bs-theme=auto] .navbar-nav .nav-link.active, [data-bs-theme=auto] .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=light] .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-nav .dropdown-menu {
  position: static;
}
[data-bs-theme=light] .navbar-text, [data-bs-theme=auto] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
[data-bs-theme=light] .navbar-text a,
[data-bs-theme=light] .navbar-text a:hover,
[data-bs-theme=light] .navbar-text a:focus, [data-bs-theme=auto] .navbar-text a,
[data-bs-theme=auto] .navbar-text a:hover,
[data-bs-theme=auto] .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=light] .navbar-collapse, [data-bs-theme=auto] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
[data-bs-theme=light] .navbar-toggler, [data-bs-theme=auto] .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .navbar-toggler, [data-bs-theme=auto] .navbar-toggler {
    transition: none;
  }
}
[data-bs-theme=light] .navbar-toggler:hover, [data-bs-theme=auto] .navbar-toggler:hover {
  text-decoration: none;
}
[data-bs-theme=light] .navbar-toggler:focus, [data-bs-theme=auto] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
[data-bs-theme=light] .navbar-toggler-icon, [data-bs-theme=auto] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-bs-theme=light] .navbar-nav-scroll, [data-bs-theme=auto] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .navbar-expand-sm, [data-bs-theme=auto] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-collapse, [data-bs-theme=auto] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-sm .navbar-toggler, [data-bs-theme=auto] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-sm .offcanvas, [data-bs-theme=auto] .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-sm .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-sm .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .navbar-expand-md, [data-bs-theme=auto] .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav, [data-bs-theme=auto] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-collapse, [data-bs-theme=auto] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-md .navbar-toggler, [data-bs-theme=auto] .navbar-expand-md .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-md .offcanvas, [data-bs-theme=auto] .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-md .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-md .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .navbar-expand-lg, [data-bs-theme=auto] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-collapse, [data-bs-theme=auto] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-lg .navbar-toggler, [data-bs-theme=auto] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-lg .offcanvas, [data-bs-theme=auto] .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-lg .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-lg .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .navbar-expand-xl, [data-bs-theme=auto] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-collapse, [data-bs-theme=auto] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-xl .navbar-toggler, [data-bs-theme=auto] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xl .offcanvas, [data-bs-theme=auto] .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-xl .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xl .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .navbar-expand-xxl, [data-bs-theme=auto] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-collapse, [data-bs-theme=auto] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=light] .navbar-expand-xxl .navbar-toggler, [data-bs-theme=auto] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xxl .offcanvas, [data-bs-theme=auto] .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=light] .navbar-expand-xxl .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .navbar-expand-xxl .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
[data-bs-theme=light] .navbar-expand, [data-bs-theme=auto] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
[data-bs-theme=light] .navbar-expand .navbar-nav, [data-bs-theme=auto] .navbar-expand .navbar-nav {
  flex-direction: row;
}
[data-bs-theme=light] .navbar-expand .navbar-nav .dropdown-menu, [data-bs-theme=auto] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[data-bs-theme=light] .navbar-expand .navbar-nav .nav-link, [data-bs-theme=auto] .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
[data-bs-theme=light] .navbar-expand .navbar-nav-scroll, [data-bs-theme=auto] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
[data-bs-theme=light] .navbar-expand .navbar-collapse, [data-bs-theme=auto] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
[data-bs-theme=light] .navbar-expand .navbar-toggler, [data-bs-theme=auto] .navbar-expand .navbar-toggler {
  display: none;
}
[data-bs-theme=light] .navbar-expand .offcanvas, [data-bs-theme=auto] .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
[data-bs-theme=light] .navbar-expand .offcanvas .offcanvas-header, [data-bs-theme=auto] .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
[data-bs-theme=light] .navbar-expand .offcanvas .offcanvas-body, [data-bs-theme=auto] .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
[data-bs-theme=light] .navbar-dark,
[data-bs-theme=light] .navbar[data-bs-theme=dark], [data-bs-theme=auto] .navbar-dark,
[data-bs-theme=auto] .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=light] [data-bs-theme=dark] .navbar-toggler-icon, [data-bs-theme=auto] [data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .card, [data-bs-theme=auto] .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #ffffff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
[data-bs-theme=light] .card > hr, [data-bs-theme=auto] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[data-bs-theme=light] .card > .list-group, [data-bs-theme=auto] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
[data-bs-theme=light] .card > .list-group:first-child, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card > .list-group:last-child, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card > .card-header + .list-group,
[data-bs-theme=light] .card > .list-group + .card-footer, [data-bs-theme=auto] .card > .card-header + .list-group,
[data-bs-theme=auto] .card > .list-group + .card-footer {
  border-top: 0;
}
[data-bs-theme=light] .card-body, [data-bs-theme=auto] .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
[data-bs-theme=light] .card-title, [data-bs-theme=auto] .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
[data-bs-theme=light] .card-subtitle, [data-bs-theme=auto] .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
[data-bs-theme=light] .card-text:last-child, [data-bs-theme=auto] .card-text:last-child {
  margin-bottom: 0;
}
[data-bs-theme=light] .card-link + .card-link, [data-bs-theme=auto] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
[data-bs-theme=light] .card-header, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card-header:first-child, [data-bs-theme=auto] .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
[data-bs-theme=light] .card-footer, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card-footer:last-child, [data-bs-theme=auto] .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
[data-bs-theme=light] .card-header-tabs, [data-bs-theme=auto] .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
[data-bs-theme=light] .card-header-tabs .nav-link.active, [data-bs-theme=auto] .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
[data-bs-theme=light] .card-header-pills, [data-bs-theme=auto] .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
[data-bs-theme=light] .card-img-overlay, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .card-img,
[data-bs-theme=light] .card-img-top,
[data-bs-theme=light] .card-img-bottom, [data-bs-theme=auto] .card-img,
[data-bs-theme=auto] .card-img-top,
[data-bs-theme=auto] .card-img-bottom {
  width: 100%;
}
[data-bs-theme=light] .card-img,
[data-bs-theme=light] .card-img-top, [data-bs-theme=auto] .card-img,
[data-bs-theme=auto] .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=light] .card-img,
[data-bs-theme=light] .card-img-bottom, [data-bs-theme=auto] .card-img,
[data-bs-theme=auto] .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=light] .card-group > .card, [data-bs-theme=auto] .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  [data-bs-theme=light] .card-group, [data-bs-theme=auto] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  [data-bs-theme=light] .card-group > .card, [data-bs-theme=auto] .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  [data-bs-theme=light] .card-group > .card + .card, [data-bs-theme=auto] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:last-child), [data-bs-theme=auto] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-img-top,
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-header, [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-img-top,
  [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-img-bottom,
  [data-bs-theme=light] .card-group > .card:not(:last-child) .card-footer, [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-img-bottom,
  [data-bs-theme=auto] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:first-child), [data-bs-theme=auto] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-img-top,
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-header, [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-img-top,
  [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-img-bottom,
  [data-bs-theme=light] .card-group > .card:not(:first-child) .card-footer, [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-img-bottom,
  [data-bs-theme=auto] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
[data-bs-theme=light] .accordion, [data-bs-theme=auto] .accordion {
  --bs-accordion-color: var(--bs-gray-600);
  --bs-accordion-bg: initial;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-gray-600);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: var(--bs-body-bg);
}
[data-bs-theme=light] .accordion-button, [data-bs-theme=auto] .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .accordion-button, [data-bs-theme=auto] .accordion-button {
    transition: none;
  }
}
[data-bs-theme=light] .accordion-button:not(.collapsed), [data-bs-theme=auto] .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[data-bs-theme=light] .accordion-button:not(.collapsed)::after, [data-bs-theme=auto] .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
[data-bs-theme=light] .accordion-button::after, [data-bs-theme=auto] .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .accordion-button::after, [data-bs-theme=auto] .accordion-button::after {
    transition: none;
  }
}
[data-bs-theme=light] .accordion-button:hover, [data-bs-theme=auto] .accordion-button:hover {
  z-index: 2;
}
[data-bs-theme=light] .accordion-button:focus, [data-bs-theme=auto] .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
[data-bs-theme=light] .accordion-header, [data-bs-theme=auto] .accordion-header {
  margin-bottom: 0;
}
[data-bs-theme=light] .accordion-item, [data-bs-theme=auto] .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
[data-bs-theme=light] .accordion-item:first-of-type, [data-bs-theme=auto] .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=light] .accordion-item:first-of-type > .accordion-header .accordion-button, [data-bs-theme=auto] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=light] .accordion-item:not(:first-of-type), [data-bs-theme=auto] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
[data-bs-theme=light] .accordion-item:last-of-type, [data-bs-theme=auto] .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=light] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed, [data-bs-theme=auto] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=light] .accordion-item:last-of-type > .accordion-collapse, [data-bs-theme=auto] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=light] .accordion-body, [data-bs-theme=auto] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
[data-bs-theme=light] .accordion-flush > .accordion-item, [data-bs-theme=auto] .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item:first-child, [data-bs-theme=auto] .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item:last-child, [data-bs-theme=auto] .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [data-bs-theme=light] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed, [data-bs-theme=auto] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [data-bs-theme=auto] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=light] .accordion-flush > .accordion-item > .accordion-collapse, [data-bs-theme=auto] .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=light] [data-bs-theme=dark] .accordion-button::after, [data-bs-theme=auto] [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-bs-theme=light] .breadcrumb, [data-bs-theme=auto] .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-body-bg);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
[data-bs-theme=light] .breadcrumb-item + .breadcrumb-item, [data-bs-theme=auto] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
[data-bs-theme=light] .breadcrumb-item + .breadcrumb-item::before, [data-bs-theme=auto] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
[data-bs-theme=light] .breadcrumb-item.active, [data-bs-theme=auto] .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
[data-bs-theme=light] .pagination, [data-bs-theme=auto] .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  [data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link {
    transition: none;
  }
}
[data-bs-theme=light] .page-link:hover, [data-bs-theme=auto] .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
[data-bs-theme=light] .page-link:focus, [data-bs-theme=auto] .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
[data-bs-theme=light] .page-link.active, .active > [data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link.active, .active > [data-bs-theme=auto] .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
[data-bs-theme=light] .page-link.disabled, .disabled > [data-bs-theme=light] .page-link, [data-bs-theme=auto] .page-link.disabled, .disabled > [data-bs-theme=auto] .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
[data-bs-theme=light] .page-item:not(:first-child) .page-link, [data-bs-theme=auto] .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=light] .page-item:first-child .page-link, [data-bs-theme=auto] .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=light] .page-item:last-child .page-link, [data-bs-theme=auto] .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=light] .pagination-lg, [data-bs-theme=auto] .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=light] .pagination-sm, [data-bs-theme=auto] .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=light] .badge, [data-bs-theme=auto] .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
[data-bs-theme=light] .badge:empty, [data-bs-theme=auto] .badge:empty {
  display: none;
}
[data-bs-theme=light] .btn .badge, [data-bs-theme=auto] .btn .badge {
  position: relative;
  top: -1px;
}
[data-bs-theme=light] .alert, [data-bs-theme=auto] .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 16px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
[data-bs-theme=light] .alert-heading, [data-bs-theme=auto] .alert-heading {
  color: inherit;
}
[data-bs-theme=light] .alert-link, [data-bs-theme=auto] .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
[data-bs-theme=light] .alert-dismissible, [data-bs-theme=auto] .alert-dismissible {
  padding-right: 3rem;
}
[data-bs-theme=light] .alert-dismissible .btn-close, [data-bs-theme=auto] .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
[data-bs-theme=light] .alert-primary, [data-bs-theme=auto] .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=light] .alert-secondary, [data-bs-theme=auto] .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=light] .alert-light, [data-bs-theme=auto] .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=light] .alert-success, [data-bs-theme=auto] .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=light] .alert-info, [data-bs-theme=auto] .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=light] .alert-warning, [data-bs-theme=auto] .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=light] .alert-danger, [data-bs-theme=auto] .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=light] .alert-dark, [data-bs-theme=auto] .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
[data-bs-theme=light] .progress,
[data-bs-theme=light] .progress-stacked, [data-bs-theme=auto] .progress,
[data-bs-theme=auto] .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}
[data-bs-theme=light] .progress-bar, [data-bs-theme=auto] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .progress-bar, [data-bs-theme=auto] .progress-bar {
    transition: none;
  }
}
[data-bs-theme=light] .progress-bar-striped, [data-bs-theme=auto] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
[data-bs-theme=light] .progress-stacked > .progress, [data-bs-theme=auto] .progress-stacked > .progress {
  overflow: visible;
}
[data-bs-theme=light] .progress-stacked > .progress > .progress-bar, [data-bs-theme=auto] .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
[data-bs-theme=light] .progress-bar-animated, [data-bs-theme=auto] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .progress-bar-animated, [data-bs-theme=auto] .progress-bar-animated {
    animation: none;
  }
}
[data-bs-theme=light] .list-group, [data-bs-theme=auto] .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --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);
}
[data-bs-theme=light] .list-group-numbered, [data-bs-theme=auto] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
[data-bs-theme=light] .list-group-numbered > .list-group-item::before, [data-bs-theme=auto] .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
[data-bs-theme=light] .list-group-item-action, [data-bs-theme=auto] .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
[data-bs-theme=light] .list-group-item-action:hover, [data-bs-theme=light] .list-group-item-action:focus, [data-bs-theme=auto] .list-group-item-action:hover, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-item-action:active, [data-bs-theme=auto] .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
[data-bs-theme=light] .list-group-item, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-item:first-child, [data-bs-theme=auto] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[data-bs-theme=light] .list-group-item:last-child, [data-bs-theme=auto] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[data-bs-theme=light] .list-group-item.disabled, [data-bs-theme=light] .list-group-item:disabled, [data-bs-theme=auto] .list-group-item.disabled, [data-bs-theme=auto] .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
[data-bs-theme=light] .list-group-item.active, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[data-bs-theme=light] .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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);
}
[data-bs-theme=light] .list-group-horizontal, [data-bs-theme=auto] .list-group-horizontal {
  flex-direction: row;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
[data-bs-theme=light] .list-group-horizontal > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-sm, [data-bs-theme=auto] .list-group-horizontal-sm {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-sm > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-md, [data-bs-theme=auto] .list-group-horizontal-md {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-md > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-lg, [data-bs-theme=auto] .list-group-horizontal-lg {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-lg > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-xl, [data-bs-theme=auto] .list-group-horizontal-xl {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xl > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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) {
  [data-bs-theme=light] .list-group-horizontal-xxl, [data-bs-theme=auto] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child), [data-bs-theme=auto] .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;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item.active, [data-bs-theme=auto] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item + .list-group-item, [data-bs-theme=auto] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=light] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, [data-bs-theme=auto] .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);
  }
}
[data-bs-theme=light] .list-group-flush, [data-bs-theme=auto] .list-group-flush {
  border-radius: 0;
}
[data-bs-theme=light] .list-group-flush > .list-group-item, [data-bs-theme=auto] .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
[data-bs-theme=light] .list-group-flush > .list-group-item:last-child, [data-bs-theme=auto] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
[data-bs-theme=light] .list-group-item-primary, [data-bs-theme=auto] .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=light] .list-group-item-secondary, [data-bs-theme=auto] .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=light] .list-group-item-light, [data-bs-theme=auto] .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=light] .list-group-item-success, [data-bs-theme=auto] .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=light] .list-group-item-info, [data-bs-theme=auto] .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=light] .list-group-item-warning, [data-bs-theme=auto] .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=light] .list-group-item-danger, [data-bs-theme=auto] .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=light] .list-group-item-dark, [data-bs-theme=auto] .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
[data-bs-theme=light] .btn-close, [data-bs-theme=auto] .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 12px;
  opacity: var(--bs-btn-close-opacity);
}
[data-bs-theme=light] .btn-close:hover, [data-bs-theme=auto] .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
[data-bs-theme=light] .btn-close:focus, [data-bs-theme=auto] .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
[data-bs-theme=light] .btn-close:disabled, [data-bs-theme=light] .btn-close.disabled, [data-bs-theme=auto] .btn-close:disabled, [data-bs-theme=auto] .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
[data-bs-theme=light] .btn-close-white, [data-bs-theme=auto] .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=light] [data-bs-theme=dark] .btn-close, [data-bs-theme=auto] [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=light] .toast, [data-bs-theme=auto] .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 3rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
[data-bs-theme=light] .toast.showing, [data-bs-theme=auto] .toast.showing {
  opacity: 0;
}
[data-bs-theme=light] .toast:not(.show), [data-bs-theme=auto] .toast:not(.show) {
  display: none;
}
[data-bs-theme=light] .toast-container, [data-bs-theme=auto] .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
[data-bs-theme=light] .toast-container > :not(:last-child), [data-bs-theme=auto] .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
[data-bs-theme=light] .toast-header, [data-bs-theme=auto] .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
[data-bs-theme=light] .toast-header .btn-close, [data-bs-theme=auto] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
[data-bs-theme=light] .toast-body, [data-bs-theme=auto] .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
[data-bs-theme=light] .modal, [data-bs-theme=auto] .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 24px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(24px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 8px;
  --bs-modal-header-padding-y: 8px;
  --bs-modal-header-padding: 8px 8px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
[data-bs-theme=light] .modal-dialog, [data-bs-theme=auto] .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade [data-bs-theme=light] .modal-dialog, .modal.fade [data-bs-theme=auto] .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(40%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade [data-bs-theme=light] .modal-dialog, .modal.fade [data-bs-theme=auto] .modal-dialog {
    transition: none;
  }
}
.modal.show [data-bs-theme=light] .modal-dialog, .modal.show [data-bs-theme=auto] .modal-dialog {
  transform: translateY(0);
}
.modal.modal-static [data-bs-theme=light] .modal-dialog, .modal.modal-static [data-bs-theme=auto] .modal-dialog {
  transform: scale(1.02);
}
[data-bs-theme=light] .modal-dialog-scrollable, [data-bs-theme=auto] .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=light] .modal-dialog-scrollable .modal-content, [data-bs-theme=auto] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
[data-bs-theme=light] .modal-dialog-scrollable .modal-body, [data-bs-theme=auto] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
[data-bs-theme=light] .modal-dialog-centered, [data-bs-theme=auto] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=light] .modal-content, [data-bs-theme=auto] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
[data-bs-theme=light] .modal-backdrop, [data-bs-theme=auto] .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
[data-bs-theme=light] .modal-backdrop.fade, [data-bs-theme=auto] .modal-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=light] .modal-backdrop.show, [data-bs-theme=auto] .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
[data-bs-theme=light] .modal-header, [data-bs-theme=auto] .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=light] .modal-header .btn-close, [data-bs-theme=auto] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
[data-bs-theme=light] .modal-title, [data-bs-theme=auto] .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
[data-bs-theme=light] .modal-body, [data-bs-theme=auto] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
[data-bs-theme=light] .modal-footer, [data-bs-theme=auto] .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=light] .modal-footer > *, [data-bs-theme=auto] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  [data-bs-theme=light] .modal, [data-bs-theme=auto] .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  [data-bs-theme=light] .modal-dialog, [data-bs-theme=auto] .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  [data-bs-theme=light] .modal-sm, [data-bs-theme=auto] .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .modal-lg,
  [data-bs-theme=light] .modal-xl, [data-bs-theme=auto] .modal-lg,
  [data-bs-theme=auto] .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .modal-xl, [data-bs-theme=auto] .modal-xl {
    --bs-modal-width: 1140px;
  }
}
[data-bs-theme=light] .modal-fullscreen, [data-bs-theme=auto] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
[data-bs-theme=light] .modal-fullscreen .modal-content, [data-bs-theme=auto] .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
[data-bs-theme=light] .modal-fullscreen .modal-header,
[data-bs-theme=light] .modal-fullscreen .modal-footer, [data-bs-theme=auto] .modal-fullscreen .modal-header,
[data-bs-theme=auto] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
[data-bs-theme=light] .modal-fullscreen .modal-body, [data-bs-theme=auto] .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .modal-fullscreen-sm-down, [data-bs-theme=auto] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-sm-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .modal-fullscreen-md-down, [data-bs-theme=auto] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-md-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-md-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .modal-fullscreen-lg-down, [data-bs-theme=auto] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-lg-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .modal-fullscreen-xl-down, [data-bs-theme=auto] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xl-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .modal-fullscreen-xxl-down, [data-bs-theme=auto] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-content, [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-header,
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-footer, [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-header,
  [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=light] .modal-fullscreen-xxl-down .modal-body, [data-bs-theme=auto] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
[data-bs-theme=light] .tooltip, [data-bs-theme=auto] .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
[data-bs-theme=light] .tooltip.show, [data-bs-theme=auto] .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
[data-bs-theme=light] .tooltip .tooltip-arrow, [data-bs-theme=auto] .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
[data-bs-theme=light] .tooltip .tooltip-arrow::before, [data-bs-theme=auto] .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
[data-bs-theme=light] .bs-tooltip-top .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-top .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=light] .bs-tooltip-top .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-top .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .bs-tooltip-end .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-end .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=light] .bs-tooltip-end .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-end .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .bs-tooltip-bottom .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-bottom .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=light] .bs-tooltip-bottom .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-bottom .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .bs-tooltip-start .tooltip-arrow, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-start .tooltip-arrow, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=light] .bs-tooltip-start .tooltip-arrow::before, [data-bs-theme=light] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-start .tooltip-arrow::before, [data-bs-theme=auto] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
[data-bs-theme=light] .tooltip-inner, [data-bs-theme=auto] .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
[data-bs-theme=light] .popover, [data-bs-theme=auto] .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
[data-bs-theme=light] .popover .popover-arrow, [data-bs-theme=auto] .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
[data-bs-theme=light] .popover .popover-arrow::before, [data-bs-theme=light] .popover .popover-arrow::after, [data-bs-theme=auto] .popover .popover-arrow::before, [data-bs-theme=auto] .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, [data-bs-theme=auto] .bs-popover-top > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-top > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-top > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-top > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, [data-bs-theme=auto] .bs-popover-end > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-end > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-end > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-end > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .bs-popover-bottom .popover-header::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-bs-theme=auto] .bs-popover-bottom .popover-header::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow, [data-bs-theme=auto] .bs-popover-start > .popover-arrow, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=light] .bs-popover-start > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow::before, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::before, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=light] .bs-popover-start > .popover-arrow::after, [data-bs-theme=light] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-start > .popover-arrow::after, [data-bs-theme=auto] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
[data-bs-theme=light] .popover-header, [data-bs-theme=auto] .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
[data-bs-theme=light] .popover-header:empty, [data-bs-theme=auto] .popover-header:empty {
  display: none;
}
[data-bs-theme=light] .popover-body, [data-bs-theme=auto] .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
[data-bs-theme=light] .carousel, [data-bs-theme=auto] .carousel {
  position: relative;
}
[data-bs-theme=light] .carousel.pointer-event, [data-bs-theme=auto] .carousel.pointer-event {
  touch-action: pan-y;
}
[data-bs-theme=light] .carousel-inner, [data-bs-theme=auto] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
[data-bs-theme=light] .carousel-inner::after, [data-bs-theme=auto] .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .carousel-item, [data-bs-theme=auto] .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-item, [data-bs-theme=auto] .carousel-item {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-item.active,
[data-bs-theme=light] .carousel-item-next,
[data-bs-theme=light] .carousel-item-prev, [data-bs-theme=auto] .carousel-item.active,
[data-bs-theme=auto] .carousel-item-next,
[data-bs-theme=auto] .carousel-item-prev {
  display: block;
}
[data-bs-theme=light] .carousel-item-next:not(.carousel-item-start),
[data-bs-theme=light] .active.carousel-item-end, [data-bs-theme=auto] .carousel-item-next:not(.carousel-item-start),
[data-bs-theme=auto] .active.carousel-item-end {
  transform: translateX(100%);
}
[data-bs-theme=light] .carousel-item-prev:not(.carousel-item-end),
[data-bs-theme=light] .active.carousel-item-start, [data-bs-theme=auto] .carousel-item-prev:not(.carousel-item-end),
[data-bs-theme=auto] .active.carousel-item-start {
  transform: translateX(-100%);
}
[data-bs-theme=light] .carousel-fade .carousel-item, [data-bs-theme=auto] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
[data-bs-theme=light] .carousel-fade .carousel-item.active,
[data-bs-theme=light] .carousel-fade .carousel-item-next.carousel-item-start,
[data-bs-theme=light] .carousel-fade .carousel-item-prev.carousel-item-end, [data-bs-theme=auto] .carousel-fade .carousel-item.active,
[data-bs-theme=auto] .carousel-fade .carousel-item-next.carousel-item-start,
[data-bs-theme=auto] .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
[data-bs-theme=light] .carousel-fade .active.carousel-item-start,
[data-bs-theme=light] .carousel-fade .active.carousel-item-end, [data-bs-theme=auto] .carousel-fade .active.carousel-item-start,
[data-bs-theme=auto] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-fade .active.carousel-item-start,
  [data-bs-theme=light] .carousel-fade .active.carousel-item-end, [data-bs-theme=auto] .carousel-fade .active.carousel-item-start,
  [data-bs-theme=auto] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-control-prev,
[data-bs-theme=light] .carousel-control-next, [data-bs-theme=auto] .carousel-control-prev,
[data-bs-theme=auto] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-control-prev,
  [data-bs-theme=light] .carousel-control-next, [data-bs-theme=auto] .carousel-control-prev,
  [data-bs-theme=auto] .carousel-control-next {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-control-prev:hover, [data-bs-theme=light] .carousel-control-prev:focus,
[data-bs-theme=light] .carousel-control-next:hover,
[data-bs-theme=light] .carousel-control-next:focus, [data-bs-theme=auto] .carousel-control-prev:hover, [data-bs-theme=auto] .carousel-control-prev:focus,
[data-bs-theme=auto] .carousel-control-next:hover,
[data-bs-theme=auto] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
[data-bs-theme=light] .carousel-control-prev, [data-bs-theme=auto] .carousel-control-prev {
  left: 0;
}
[data-bs-theme=light] .carousel-control-next, [data-bs-theme=auto] .carousel-control-next {
  right: 0;
}
[data-bs-theme=light] .carousel-control-prev-icon,
[data-bs-theme=light] .carousel-control-next-icon, [data-bs-theme=auto] .carousel-control-prev-icon,
[data-bs-theme=auto] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
[data-bs-theme=light] .carousel-control-prev-icon, [data-bs-theme=auto] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=light] .carousel-control-next-icon, [data-bs-theme=auto] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=light] .carousel-indicators, [data-bs-theme=auto] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
[data-bs-theme=light] .carousel-indicators [data-bs-target], [data-bs-theme=auto] .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .carousel-indicators [data-bs-target], [data-bs-theme=auto] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
[data-bs-theme=light] .carousel-indicators .active, [data-bs-theme=auto] .carousel-indicators .active {
  opacity: 1;
}
[data-bs-theme=light] .carousel-caption, [data-bs-theme=auto] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
[data-bs-theme=light] .carousel-dark .carousel-control-prev-icon,
[data-bs-theme=light] .carousel-dark .carousel-control-next-icon, [data-bs-theme=auto] .carousel-dark .carousel-control-prev-icon,
[data-bs-theme=auto] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=light] .carousel-dark .carousel-indicators [data-bs-target], [data-bs-theme=auto] .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=light] .carousel-dark .carousel-caption, [data-bs-theme=auto] .carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target], [data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=light] [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=light] [data-bs-theme=dark].carousel .carousel-caption, [data-bs-theme=auto] [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=auto] [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
[data-bs-theme=light] .spinner-grow,
[data-bs-theme=light] .spinner-border, [data-bs-theme=auto] .spinner-grow,
[data-bs-theme=auto] .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
[data-bs-theme=light] .spinner-border, [data-bs-theme=auto] .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
[data-bs-theme=light] .spinner-border-sm, [data-bs-theme=auto] .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
[data-bs-theme=light] .spinner-grow, [data-bs-theme=auto] .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
[data-bs-theme=light] .spinner-grow-sm, [data-bs-theme=auto] .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .spinner-border,
  [data-bs-theme=light] .spinner-grow, [data-bs-theme=auto] .spinner-border,
  [data-bs-theme=auto] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
[data-bs-theme=light] .offcanvas-sm, [data-bs-theme=light] .offcanvas-md, [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=light] .offcanvas, [data-bs-theme=auto] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-md, [data-bs-theme=auto] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  [data-bs-theme=light] .offcanvas-sm.offcanvas-start, [data-bs-theme=auto] .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-sm.offcanvas-end, [data-bs-theme=auto] .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-sm.offcanvas-top, [data-bs-theme=auto] .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-sm.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-sm.showing, [data-bs-theme=light] .offcanvas-sm.show:not(.hiding), [data-bs-theme=auto] .offcanvas-sm.showing, [data-bs-theme=auto] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-sm.showing, [data-bs-theme=light] .offcanvas-sm.hiding, [data-bs-theme=light] .offcanvas-sm.show, [data-bs-theme=auto] .offcanvas-sm.showing, [data-bs-theme=auto] .offcanvas-sm.hiding, [data-bs-theme=auto] .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  [data-bs-theme=light] .offcanvas-sm, [data-bs-theme=auto] .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-sm .offcanvas-header, [data-bs-theme=auto] .offcanvas-sm .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-sm .offcanvas-body, [data-bs-theme=auto] .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=light] .offcanvas-md.offcanvas-start, [data-bs-theme=auto] .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-md.offcanvas-end, [data-bs-theme=auto] .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-md.offcanvas-top, [data-bs-theme=auto] .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-md.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-md.showing, [data-bs-theme=light] .offcanvas-md.show:not(.hiding), [data-bs-theme=auto] .offcanvas-md.showing, [data-bs-theme=auto] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-md.showing, [data-bs-theme=light] .offcanvas-md.hiding, [data-bs-theme=light] .offcanvas-md.show, [data-bs-theme=auto] .offcanvas-md.showing, [data-bs-theme=auto] .offcanvas-md.hiding, [data-bs-theme=auto] .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .offcanvas-md, [data-bs-theme=auto] .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-md .offcanvas-header, [data-bs-theme=auto] .offcanvas-md .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-md .offcanvas-body, [data-bs-theme=auto] .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=light] .offcanvas-lg.offcanvas-start, [data-bs-theme=auto] .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-lg.offcanvas-end, [data-bs-theme=auto] .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-lg.offcanvas-top, [data-bs-theme=auto] .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-lg.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-lg.showing, [data-bs-theme=light] .offcanvas-lg.show:not(.hiding), [data-bs-theme=auto] .offcanvas-lg.showing, [data-bs-theme=auto] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-lg.showing, [data-bs-theme=light] .offcanvas-lg.hiding, [data-bs-theme=light] .offcanvas-lg.show, [data-bs-theme=auto] .offcanvas-lg.showing, [data-bs-theme=auto] .offcanvas-lg.hiding, [data-bs-theme=auto] .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .offcanvas-lg, [data-bs-theme=auto] .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-lg .offcanvas-header, [data-bs-theme=auto] .offcanvas-lg .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-lg .offcanvas-body, [data-bs-theme=auto] .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=light] .offcanvas-xl.offcanvas-start, [data-bs-theme=auto] .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-xl.offcanvas-end, [data-bs-theme=auto] .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-xl.offcanvas-top, [data-bs-theme=auto] .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-xl.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-xl.showing, [data-bs-theme=light] .offcanvas-xl.show:not(.hiding), [data-bs-theme=auto] .offcanvas-xl.showing, [data-bs-theme=auto] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-xl.showing, [data-bs-theme=light] .offcanvas-xl.hiding, [data-bs-theme=light] .offcanvas-xl.show, [data-bs-theme=auto] .offcanvas-xl.showing, [data-bs-theme=auto] .offcanvas-xl.hiding, [data-bs-theme=auto] .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .offcanvas-xl, [data-bs-theme=auto] .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-xl .offcanvas-header, [data-bs-theme=auto] .offcanvas-xl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-xl .offcanvas-body, [data-bs-theme=auto] .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-start, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-end, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-top, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.offcanvas-bottom, [data-bs-theme=auto] .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=light] .offcanvas-xxl.showing, [data-bs-theme=light] .offcanvas-xxl.show:not(.hiding), [data-bs-theme=auto] .offcanvas-xxl.showing, [data-bs-theme=auto] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=light] .offcanvas-xxl.showing, [data-bs-theme=light] .offcanvas-xxl.hiding, [data-bs-theme=light] .offcanvas-xxl.show, [data-bs-theme=auto] .offcanvas-xxl.showing, [data-bs-theme=auto] .offcanvas-xxl.hiding, [data-bs-theme=auto] .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .offcanvas-xxl, [data-bs-theme=auto] .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=light] .offcanvas-xxl .offcanvas-header, [data-bs-theme=auto] .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=light] .offcanvas-xxl .offcanvas-body, [data-bs-theme=auto] .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
[data-bs-theme=light] .offcanvas, [data-bs-theme=auto] .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .offcanvas, [data-bs-theme=auto] .offcanvas {
    transition: none;
  }
}
[data-bs-theme=light] .offcanvas.offcanvas-start, [data-bs-theme=auto] .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
[data-bs-theme=light] .offcanvas.offcanvas-end, [data-bs-theme=auto] .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
[data-bs-theme=light] .offcanvas.offcanvas-top, [data-bs-theme=auto] .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
[data-bs-theme=light] .offcanvas.offcanvas-bottom, [data-bs-theme=auto] .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
[data-bs-theme=light] .offcanvas.showing, [data-bs-theme=light] .offcanvas.show:not(.hiding), [data-bs-theme=auto] .offcanvas.showing, [data-bs-theme=auto] .offcanvas.show:not(.hiding) {
  transform: none;
}
[data-bs-theme=light] .offcanvas.showing, [data-bs-theme=light] .offcanvas.hiding, [data-bs-theme=light] .offcanvas.show, [data-bs-theme=auto] .offcanvas.showing, [data-bs-theme=auto] .offcanvas.hiding, [data-bs-theme=auto] .offcanvas.show {
  visibility: visible;
}
[data-bs-theme=light] .offcanvas-backdrop, [data-bs-theme=auto] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
[data-bs-theme=light] .offcanvas-backdrop.fade, [data-bs-theme=auto] .offcanvas-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=light] .offcanvas-backdrop.show, [data-bs-theme=auto] .offcanvas-backdrop.show {
  opacity: 0.5;
}
[data-bs-theme=light] .offcanvas-header, [data-bs-theme=auto] .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
[data-bs-theme=light] .offcanvas-header .btn-close, [data-bs-theme=auto] .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
[data-bs-theme=light] .offcanvas-title, [data-bs-theme=auto] .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
[data-bs-theme=light] .offcanvas-body, [data-bs-theme=auto] .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
[data-bs-theme=light] .placeholder, [data-bs-theme=auto] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
[data-bs-theme=light] .placeholder.btn::before, [data-bs-theme=auto] .placeholder.btn::before {
  display: inline-block;
  content: "";
}
[data-bs-theme=light] .placeholder-xs, [data-bs-theme=auto] .placeholder-xs {
  min-height: 0.6em;
}
[data-bs-theme=light] .placeholder-sm, [data-bs-theme=auto] .placeholder-sm {
  min-height: 0.8em;
}
[data-bs-theme=light] .placeholder-lg, [data-bs-theme=auto] .placeholder-lg {
  min-height: 1.2em;
}
[data-bs-theme=light] .placeholder-glow .placeholder, [data-bs-theme=auto] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
[data-bs-theme=light] .placeholder-wave, [data-bs-theme=auto] .placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
[data-bs-theme=light] .clearfix::after, [data-bs-theme=auto] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .text-bg-primary, [data-bs-theme=auto] .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-secondary, [data-bs-theme=auto] .text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-light, [data-bs-theme=auto] .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-success, [data-bs-theme=auto] .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-info, [data-bs-theme=auto] .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-warning, [data-bs-theme=auto] .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-danger, [data-bs-theme=auto] .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .text-bg-dark, [data-bs-theme=auto] .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=light] .link-primary, [data-bs-theme=auto] .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-primary:hover, [data-bs-theme=light] .link-primary:focus, [data-bs-theme=auto] .link-primary:hover, [data-bs-theme=auto] .link-primary:focus {
  color: RGBA(83, 163, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 163, 253, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-secondary, [data-bs-theme=auto] .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-secondary:hover, [data-bs-theme=light] .link-secondary:focus, [data-bs-theme=auto] .link-secondary:hover, [data-bs-theme=auto] .link-secondary:focus {
  color: RGBA(216, 221, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(216, 221, 225, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-light, [data-bs-theme=auto] .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-light:hover, [data-bs-theme=light] .link-light:focus, [data-bs-theme=auto] .link-light:hover, [data-bs-theme=auto] .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-success, [data-bs-theme=auto] .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-success:hover, [data-bs-theme=light] .link-success:focus, [data-bs-theme=auto] .link-success:hover, [data-bs-theme=auto] .link-success:focus {
  color: RGBA(0, 110, 4, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 110, 4, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-info, [data-bs-theme=auto] .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-info:hover, [data-bs-theme=light] .link-info:focus, [data-bs-theme=auto] .link-info:hover, [data-bs-theme=auto] .link-info:focus {
  color: RGBA(53, 186, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 186, 246, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-warning, [data-bs-theme=auto] .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-warning:hover, [data-bs-theme=light] .link-warning:focus, [data-bs-theme=auto] .link-warning:hover, [data-bs-theme=auto] .link-warning:focus {
  color: RGBA(254, 213, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 213, 51, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-danger, [data-bs-theme=auto] .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-danger:hover, [data-bs-theme=light] .link-danger:focus, [data-bs-theme=auto] .link-danger:hover, [data-bs-theme=auto] .link-danger:focus {
  color: RGBA(154, 42, 17, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(154, 42, 17, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-dark, [data-bs-theme=auto] .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-dark:hover, [data-bs-theme=light] .link-dark:focus, [data-bs-theme=auto] .link-dark:hover, [data-bs-theme=auto] .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-body-emphasis, [data-bs-theme=auto] .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-body-emphasis:hover, [data-bs-theme=light] .link-body-emphasis:focus, [data-bs-theme=auto] .link-body-emphasis:hover, [data-bs-theme=auto] .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
[data-bs-theme=light] .focus-ring:focus, [data-bs-theme=auto] .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
[data-bs-theme=light] .icon-link, [data-bs-theme=auto] .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
[data-bs-theme=light] .icon-link > .bi, [data-bs-theme=auto] .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=light] .icon-link > .bi, [data-bs-theme=auto] .icon-link > .bi {
    transition: none;
  }
}
[data-bs-theme=light] .icon-link-hover:hover > .bi, [data-bs-theme=light] .icon-link-hover:focus-visible > .bi, [data-bs-theme=auto] .icon-link-hover:hover > .bi, [data-bs-theme=auto] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
[data-bs-theme=light] .ratio, [data-bs-theme=auto] .ratio {
  position: relative;
  width: 100%;
}
[data-bs-theme=light] .ratio::before, [data-bs-theme=auto] .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
[data-bs-theme=light] .ratio > *, [data-bs-theme=auto] .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-bs-theme=light] .ratio-1x1, [data-bs-theme=auto] .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
[data-bs-theme=light] .ratio-4x3, [data-bs-theme=auto] .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
[data-bs-theme=light] .ratio-16x9, [data-bs-theme=auto] .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
[data-bs-theme=light] .ratio-21x9, [data-bs-theme=auto] .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
[data-bs-theme=light] .fixed-top, [data-bs-theme=auto] .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=light] .fixed-bottom, [data-bs-theme=auto] .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=light] .sticky-top, [data-bs-theme=auto] .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
[data-bs-theme=light] .sticky-bottom, [data-bs-theme=auto] .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .sticky-sm-top, [data-bs-theme=auto] .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-sm-bottom, [data-bs-theme=auto] .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .sticky-md-top, [data-bs-theme=auto] .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-md-bottom, [data-bs-theme=auto] .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .sticky-lg-top, [data-bs-theme=auto] .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-lg-bottom, [data-bs-theme=auto] .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .sticky-xl-top, [data-bs-theme=auto] .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-xl-bottom, [data-bs-theme=auto] .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .sticky-xxl-top, [data-bs-theme=auto] .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=light] .sticky-xxl-bottom, [data-bs-theme=auto] .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
[data-bs-theme=light] .hstack, [data-bs-theme=auto] .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
[data-bs-theme=light] .vstack, [data-bs-theme=auto] .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
[data-bs-theme=light] .visually-hidden,
[data-bs-theme=light] .visually-hidden-focusable:not(:focus):not(:focus-within), [data-bs-theme=auto] .visually-hidden,
[data-bs-theme=auto] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[data-bs-theme=light] .visually-hidden:not(caption),
[data-bs-theme=light] .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), [data-bs-theme=auto] .visually-hidden:not(caption),
[data-bs-theme=auto] .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
[data-bs-theme=light] .stretched-link::after, [data-bs-theme=auto] .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
[data-bs-theme=light] .text-truncate, [data-bs-theme=auto] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-bs-theme=light] .vr, [data-bs-theme=auto] .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
[data-bs-theme=light] .align-baseline, [data-bs-theme=auto] .align-baseline {
  vertical-align: baseline !important;
}
[data-bs-theme=light] .align-top, [data-bs-theme=auto] .align-top {
  vertical-align: top !important;
}
[data-bs-theme=light] .align-middle, [data-bs-theme=auto] .align-middle {
  vertical-align: middle !important;
}
[data-bs-theme=light] .align-bottom, [data-bs-theme=auto] .align-bottom {
  vertical-align: bottom !important;
}
[data-bs-theme=light] .align-text-bottom, [data-bs-theme=auto] .align-text-bottom {
  vertical-align: text-bottom !important;
}
[data-bs-theme=light] .align-text-top, [data-bs-theme=auto] .align-text-top {
  vertical-align: text-top !important;
}
[data-bs-theme=light] .float-start, [data-bs-theme=auto] .float-start {
  float: left !important;
}
[data-bs-theme=light] .float-end, [data-bs-theme=auto] .float-end {
  float: right !important;
}
[data-bs-theme=light] .float-none, [data-bs-theme=auto] .float-none {
  float: none !important;
}
[data-bs-theme=light] .object-fit-contain, [data-bs-theme=auto] .object-fit-contain {
  object-fit: contain !important;
}
[data-bs-theme=light] .object-fit-cover, [data-bs-theme=auto] .object-fit-cover {
  object-fit: cover !important;
}
[data-bs-theme=light] .object-fit-fill, [data-bs-theme=auto] .object-fit-fill {
  object-fit: fill !important;
}
[data-bs-theme=light] .object-fit-scale, [data-bs-theme=auto] .object-fit-scale {
  object-fit: scale-down !important;
}
[data-bs-theme=light] .object-fit-none, [data-bs-theme=auto] .object-fit-none {
  object-fit: none !important;
}
[data-bs-theme=light] .opacity-0, [data-bs-theme=auto] .opacity-0 {
  opacity: 0 !important;
}
[data-bs-theme=light] .opacity-25, [data-bs-theme=auto] .opacity-25 {
  opacity: 0.25 !important;
}
[data-bs-theme=light] .opacity-50, [data-bs-theme=auto] .opacity-50 {
  opacity: 0.5 !important;
}
[data-bs-theme=light] .opacity-75, [data-bs-theme=auto] .opacity-75 {
  opacity: 0.75 !important;
}
[data-bs-theme=light] .opacity-100, [data-bs-theme=auto] .opacity-100 {
  opacity: 1 !important;
}
[data-bs-theme=light] .overflow-auto, [data-bs-theme=auto] .overflow-auto {
  overflow: auto !important;
}
[data-bs-theme=light] .overflow-hidden, [data-bs-theme=auto] .overflow-hidden {
  overflow: hidden !important;
}
[data-bs-theme=light] .overflow-visible, [data-bs-theme=auto] .overflow-visible {
  overflow: visible !important;
}
[data-bs-theme=light] .overflow-scroll, [data-bs-theme=auto] .overflow-scroll {
  overflow: scroll !important;
}
[data-bs-theme=light] .overflow-x-auto, [data-bs-theme=auto] .overflow-x-auto {
  overflow-x: auto !important;
}
[data-bs-theme=light] .overflow-x-hidden, [data-bs-theme=auto] .overflow-x-hidden {
  overflow-x: hidden !important;
}
[data-bs-theme=light] .overflow-x-visible, [data-bs-theme=auto] .overflow-x-visible {
  overflow-x: visible !important;
}
[data-bs-theme=light] .overflow-x-scroll, [data-bs-theme=auto] .overflow-x-scroll {
  overflow-x: scroll !important;
}
[data-bs-theme=light] .overflow-y-auto, [data-bs-theme=auto] .overflow-y-auto {
  overflow-y: auto !important;
}
[data-bs-theme=light] .overflow-y-hidden, [data-bs-theme=auto] .overflow-y-hidden {
  overflow-y: hidden !important;
}
[data-bs-theme=light] .overflow-y-visible, [data-bs-theme=auto] .overflow-y-visible {
  overflow-y: visible !important;
}
[data-bs-theme=light] .overflow-y-scroll, [data-bs-theme=auto] .overflow-y-scroll {
  overflow-y: scroll !important;
}
[data-bs-theme=light] .d-inline, [data-bs-theme=auto] .d-inline {
  display: inline !important;
}
[data-bs-theme=light] .d-inline-block, [data-bs-theme=auto] .d-inline-block {
  display: inline-block !important;
}
[data-bs-theme=light] .d-block, [data-bs-theme=auto] .d-block {
  display: block !important;
}
[data-bs-theme=light] .d-grid, [data-bs-theme=auto] .d-grid {
  display: grid !important;
}
[data-bs-theme=light] .d-inline-grid, [data-bs-theme=auto] .d-inline-grid {
  display: inline-grid !important;
}
[data-bs-theme=light] .d-table, [data-bs-theme=auto] .d-table {
  display: table !important;
}
[data-bs-theme=light] .d-table-row, [data-bs-theme=auto] .d-table-row {
  display: table-row !important;
}
[data-bs-theme=light] .d-table-cell, [data-bs-theme=auto] .d-table-cell {
  display: table-cell !important;
}
[data-bs-theme=light] .d-flex, [data-bs-theme=auto] .d-flex {
  display: flex !important;
}
[data-bs-theme=light] .d-inline-flex, [data-bs-theme=auto] .d-inline-flex {
  display: inline-flex !important;
}
[data-bs-theme=light] .d-none, [data-bs-theme=auto] .d-none {
  display: none !important;
}
[data-bs-theme=light] .shadow, [data-bs-theme=auto] .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
[data-bs-theme=light] .shadow-sm, [data-bs-theme=auto] .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
[data-bs-theme=light] .shadow-lg, [data-bs-theme=auto] .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
[data-bs-theme=light] .shadow-none, [data-bs-theme=auto] .shadow-none {
  box-shadow: none !important;
}
[data-bs-theme=light] .focus-ring-primary, [data-bs-theme=auto] .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-secondary, [data-bs-theme=auto] .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-success, [data-bs-theme=auto] .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-info, [data-bs-theme=auto] .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-warning, [data-bs-theme=auto] .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-danger, [data-bs-theme=auto] .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-light, [data-bs-theme=auto] .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .focus-ring-dark, [data-bs-theme=auto] .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=light] .position-static, [data-bs-theme=auto] .position-static {
  position: static !important;
}
[data-bs-theme=light] .position-relative, [data-bs-theme=auto] .position-relative {
  position: relative !important;
}
[data-bs-theme=light] .position-absolute, [data-bs-theme=auto] .position-absolute {
  position: absolute !important;
}
[data-bs-theme=light] .position-fixed, [data-bs-theme=auto] .position-fixed {
  position: fixed !important;
}
[data-bs-theme=light] .position-sticky, [data-bs-theme=auto] .position-sticky {
  position: sticky !important;
}
[data-bs-theme=light] .top-0, [data-bs-theme=auto] .top-0 {
  top: 0 !important;
}
[data-bs-theme=light] .top-50, [data-bs-theme=auto] .top-50 {
  top: 50% !important;
}
[data-bs-theme=light] .top-100, [data-bs-theme=auto] .top-100 {
  top: 100% !important;
}
[data-bs-theme=light] .bottom-0, [data-bs-theme=auto] .bottom-0 {
  bottom: 0 !important;
}
[data-bs-theme=light] .bottom-50, [data-bs-theme=auto] .bottom-50 {
  bottom: 50% !important;
}
[data-bs-theme=light] .bottom-100, [data-bs-theme=auto] .bottom-100 {
  bottom: 100% !important;
}
[data-bs-theme=light] .start-0, [data-bs-theme=auto] .start-0 {
  left: 0 !important;
}
[data-bs-theme=light] .start-50, [data-bs-theme=auto] .start-50 {
  left: 50% !important;
}
[data-bs-theme=light] .start-100, [data-bs-theme=auto] .start-100 {
  left: 100% !important;
}
[data-bs-theme=light] .end-0, [data-bs-theme=auto] .end-0 {
  right: 0 !important;
}
[data-bs-theme=light] .end-50, [data-bs-theme=auto] .end-50 {
  right: 50% !important;
}
[data-bs-theme=light] .end-100, [data-bs-theme=auto] .end-100 {
  right: 100% !important;
}
[data-bs-theme=light] .translate-middle, [data-bs-theme=auto] .translate-middle {
  transform: translate(-50%, -50%) !important;
}
[data-bs-theme=light] .translate-middle-x, [data-bs-theme=auto] .translate-middle-x {
  transform: translateX(-50%) !important;
}
[data-bs-theme=light] .translate-middle-y, [data-bs-theme=auto] .translate-middle-y {
  transform: translateY(-50%) !important;
}
[data-bs-theme=light] .border, [data-bs-theme=auto] .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-0, [data-bs-theme=auto] .border-0 {
  border: 0 !important;
}
[data-bs-theme=light] .border-top, [data-bs-theme=auto] .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-top-0, [data-bs-theme=auto] .border-top-0 {
  border-top: 0 !important;
}
[data-bs-theme=light] .border-end, [data-bs-theme=auto] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-end-0, [data-bs-theme=auto] .border-end-0 {
  border-right: 0 !important;
}
[data-bs-theme=light] .border-bottom, [data-bs-theme=auto] .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-bottom-0, [data-bs-theme=auto] .border-bottom-0 {
  border-bottom: 0 !important;
}
[data-bs-theme=light] .border-start, [data-bs-theme=auto] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=light] .border-start-0, [data-bs-theme=auto] .border-start-0 {
  border-left: 0 !important;
}
[data-bs-theme=light] .border-primary, [data-bs-theme=auto] .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-secondary, [data-bs-theme=auto] .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-success, [data-bs-theme=auto] .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-info, [data-bs-theme=auto] .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-warning, [data-bs-theme=auto] .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-danger, [data-bs-theme=auto] .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-light, [data-bs-theme=auto] .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-dark, [data-bs-theme=auto] .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-black, [data-bs-theme=auto] .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-white, [data-bs-theme=auto] .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=light] .border-primary-subtle, [data-bs-theme=auto] .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
[data-bs-theme=light] .border-secondary-subtle, [data-bs-theme=auto] .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
[data-bs-theme=light] .border-success-subtle, [data-bs-theme=auto] .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
[data-bs-theme=light] .border-info-subtle, [data-bs-theme=auto] .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
[data-bs-theme=light] .border-warning-subtle, [data-bs-theme=auto] .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
[data-bs-theme=light] .border-danger-subtle, [data-bs-theme=auto] .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
[data-bs-theme=light] .border-light-subtle, [data-bs-theme=auto] .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
[data-bs-theme=light] .border-dark-subtle, [data-bs-theme=auto] .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
[data-bs-theme=light] .border-1, [data-bs-theme=auto] .border-1 {
  border-width: 1px !important;
}
[data-bs-theme=light] .border-2, [data-bs-theme=auto] .border-2 {
  border-width: 2px !important;
}
[data-bs-theme=light] .border-3, [data-bs-theme=auto] .border-3 {
  border-width: 3px !important;
}
[data-bs-theme=light] .border-4, [data-bs-theme=auto] .border-4 {
  border-width: 4px !important;
}
[data-bs-theme=light] .border-5, [data-bs-theme=auto] .border-5 {
  border-width: 5px !important;
}
[data-bs-theme=light] .border-opacity-10, [data-bs-theme=auto] .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
[data-bs-theme=light] .border-opacity-25, [data-bs-theme=auto] .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
[data-bs-theme=light] .border-opacity-50, [data-bs-theme=auto] .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
[data-bs-theme=light] .border-opacity-75, [data-bs-theme=auto] .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
[data-bs-theme=light] .border-opacity-100, [data-bs-theme=auto] .border-opacity-100 {
  --bs-border-opacity: 1;
}
[data-bs-theme=light] .w-25, [data-bs-theme=auto] .w-25 {
  width: 25% !important;
}
[data-bs-theme=light] .w-50, [data-bs-theme=auto] .w-50 {
  width: 50% !important;
}
[data-bs-theme=light] .w-75, [data-bs-theme=auto] .w-75 {
  width: 75% !important;
}
[data-bs-theme=light] .w-100, [data-bs-theme=auto] .w-100 {
  width: 100% !important;
}
[data-bs-theme=light] .w-auto, [data-bs-theme=auto] .w-auto {
  width: auto !important;
}
[data-bs-theme=light] .w-fit-content, [data-bs-theme=auto] .w-fit-content {
  width: fit-content !important;
}
[data-bs-theme=light] .mw-100, [data-bs-theme=auto] .mw-100 {
  max-width: 100% !important;
}
[data-bs-theme=light] .vw-100, [data-bs-theme=auto] .vw-100 {
  width: 100vw !important;
}
[data-bs-theme=light] .min-vw-100, [data-bs-theme=auto] .min-vw-100 {
  min-width: 100vw !important;
}
[data-bs-theme=light] .h-25, [data-bs-theme=auto] .h-25 {
  height: 25% !important;
}
[data-bs-theme=light] .h-50, [data-bs-theme=auto] .h-50 {
  height: 50% !important;
}
[data-bs-theme=light] .h-75, [data-bs-theme=auto] .h-75 {
  height: 75% !important;
}
[data-bs-theme=light] .h-100, [data-bs-theme=auto] .h-100 {
  height: 100% !important;
}
[data-bs-theme=light] .h-auto, [data-bs-theme=auto] .h-auto {
  height: auto !important;
}
[data-bs-theme=light] .mh-100, [data-bs-theme=auto] .mh-100 {
  max-height: 100% !important;
}
[data-bs-theme=light] .vh-100, [data-bs-theme=auto] .vh-100 {
  height: 100vh !important;
}
[data-bs-theme=light] .min-vh-100, [data-bs-theme=auto] .min-vh-100 {
  min-height: 100vh !important;
}
[data-bs-theme=light] .flex-fill, [data-bs-theme=auto] .flex-fill {
  flex: 1 1 auto !important;
}
[data-bs-theme=light] .flex-row, [data-bs-theme=auto] .flex-row {
  flex-direction: row !important;
}
[data-bs-theme=light] .flex-column, [data-bs-theme=auto] .flex-column {
  flex-direction: column !important;
}
[data-bs-theme=light] .flex-row-reverse, [data-bs-theme=auto] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
[data-bs-theme=light] .flex-column-reverse, [data-bs-theme=auto] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
[data-bs-theme=light] .flex-grow-0, [data-bs-theme=auto] .flex-grow-0 {
  flex-grow: 0 !important;
}
[data-bs-theme=light] .flex-grow-1, [data-bs-theme=auto] .flex-grow-1 {
  flex-grow: 1 !important;
}
[data-bs-theme=light] .flex-shrink-0, [data-bs-theme=auto] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
[data-bs-theme=light] .flex-shrink-1, [data-bs-theme=auto] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
[data-bs-theme=light] .flex-wrap, [data-bs-theme=auto] .flex-wrap {
  flex-wrap: wrap !important;
}
[data-bs-theme=light] .flex-nowrap, [data-bs-theme=auto] .flex-nowrap {
  flex-wrap: nowrap !important;
}
[data-bs-theme=light] .flex-wrap-reverse, [data-bs-theme=auto] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
[data-bs-theme=light] .justify-content-start, [data-bs-theme=auto] .justify-content-start {
  justify-content: flex-start !important;
}
[data-bs-theme=light] .justify-content-end, [data-bs-theme=auto] .justify-content-end {
  justify-content: flex-end !important;
}
[data-bs-theme=light] .justify-content-center, [data-bs-theme=auto] .justify-content-center {
  justify-content: center !important;
}
[data-bs-theme=light] .justify-content-between, [data-bs-theme=auto] .justify-content-between {
  justify-content: space-between !important;
}
[data-bs-theme=light] .justify-content-around, [data-bs-theme=auto] .justify-content-around {
  justify-content: space-around !important;
}
[data-bs-theme=light] .justify-content-evenly, [data-bs-theme=auto] .justify-content-evenly {
  justify-content: space-evenly !important;
}
[data-bs-theme=light] .align-items-start, [data-bs-theme=auto] .align-items-start {
  align-items: flex-start !important;
}
[data-bs-theme=light] .align-items-end, [data-bs-theme=auto] .align-items-end {
  align-items: flex-end !important;
}
[data-bs-theme=light] .align-items-center, [data-bs-theme=auto] .align-items-center {
  align-items: center !important;
}
[data-bs-theme=light] .align-items-baseline, [data-bs-theme=auto] .align-items-baseline {
  align-items: baseline !important;
}
[data-bs-theme=light] .align-items-stretch, [data-bs-theme=auto] .align-items-stretch {
  align-items: stretch !important;
}
[data-bs-theme=light] .align-content-start, [data-bs-theme=auto] .align-content-start {
  align-content: flex-start !important;
}
[data-bs-theme=light] .align-content-end, [data-bs-theme=auto] .align-content-end {
  align-content: flex-end !important;
}
[data-bs-theme=light] .align-content-center, [data-bs-theme=auto] .align-content-center {
  align-content: center !important;
}
[data-bs-theme=light] .align-content-between, [data-bs-theme=auto] .align-content-between {
  align-content: space-between !important;
}
[data-bs-theme=light] .align-content-around, [data-bs-theme=auto] .align-content-around {
  align-content: space-around !important;
}
[data-bs-theme=light] .align-content-stretch, [data-bs-theme=auto] .align-content-stretch {
  align-content: stretch !important;
}
[data-bs-theme=light] .align-self-auto, [data-bs-theme=auto] .align-self-auto {
  align-self: auto !important;
}
[data-bs-theme=light] .align-self-start, [data-bs-theme=auto] .align-self-start {
  align-self: flex-start !important;
}
[data-bs-theme=light] .align-self-end, [data-bs-theme=auto] .align-self-end {
  align-self: flex-end !important;
}
[data-bs-theme=light] .align-self-center, [data-bs-theme=auto] .align-self-center {
  align-self: center !important;
}
[data-bs-theme=light] .align-self-baseline, [data-bs-theme=auto] .align-self-baseline {
  align-self: baseline !important;
}
[data-bs-theme=light] .align-self-stretch, [data-bs-theme=auto] .align-self-stretch {
  align-self: stretch !important;
}
[data-bs-theme=light] .order-first, [data-bs-theme=auto] .order-first {
  order: -1 !important;
}
[data-bs-theme=light] .order-0, [data-bs-theme=auto] .order-0 {
  order: 0 !important;
}
[data-bs-theme=light] .order-1, [data-bs-theme=auto] .order-1 {
  order: 1 !important;
}
[data-bs-theme=light] .order-2, [data-bs-theme=auto] .order-2 {
  order: 2 !important;
}
[data-bs-theme=light] .order-3, [data-bs-theme=auto] .order-3 {
  order: 3 !important;
}
[data-bs-theme=light] .order-4, [data-bs-theme=auto] .order-4 {
  order: 4 !important;
}
[data-bs-theme=light] .order-5, [data-bs-theme=auto] .order-5 {
  order: 5 !important;
}
[data-bs-theme=light] .order-last, [data-bs-theme=auto] .order-last {
  order: 6 !important;
}
[data-bs-theme=light] .m-0, [data-bs-theme=auto] .m-0 {
  margin: 0 !important;
}
[data-bs-theme=light] .m-1, [data-bs-theme=auto] .m-1 {
  margin: 0.25rem !important;
}
[data-bs-theme=light] .m-2, [data-bs-theme=auto] .m-2 {
  margin: 0.5rem !important;
}
[data-bs-theme=light] .m-3, [data-bs-theme=auto] .m-3 {
  margin: 1rem !important;
}
[data-bs-theme=light] .m-4, [data-bs-theme=auto] .m-4 {
  margin: 1.5rem !important;
}
[data-bs-theme=light] .m-5, [data-bs-theme=auto] .m-5 {
  margin: 3rem !important;
}
[data-bs-theme=light] .m-auto, [data-bs-theme=auto] .m-auto {
  margin: auto !important;
}
[data-bs-theme=light] .mx-0, [data-bs-theme=auto] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[data-bs-theme=light] .mx-1, [data-bs-theme=auto] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
[data-bs-theme=light] .mx-2, [data-bs-theme=auto] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
[data-bs-theme=light] .mx-3, [data-bs-theme=auto] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
[data-bs-theme=light] .mx-4, [data-bs-theme=auto] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
[data-bs-theme=light] .mx-5, [data-bs-theme=auto] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
[data-bs-theme=light] .mx-auto, [data-bs-theme=auto] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
[data-bs-theme=light] .my-0, [data-bs-theme=auto] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-bs-theme=light] .my-1, [data-bs-theme=auto] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=light] .my-2, [data-bs-theme=auto] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=light] .my-3, [data-bs-theme=auto] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
[data-bs-theme=light] .my-4, [data-bs-theme=auto] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=light] .my-5, [data-bs-theme=auto] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
[data-bs-theme=light] .my-auto, [data-bs-theme=auto] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
[data-bs-theme=light] .mt-0, [data-bs-theme=auto] .mt-0 {
  margin-top: 0 !important;
}
[data-bs-theme=light] .mt-1, [data-bs-theme=auto] .mt-1 {
  margin-top: 0.25rem !important;
}
[data-bs-theme=light] .mt-2, [data-bs-theme=auto] .mt-2 {
  margin-top: 0.5rem !important;
}
[data-bs-theme=light] .mt-3, [data-bs-theme=auto] .mt-3 {
  margin-top: 1rem !important;
}
[data-bs-theme=light] .mt-4, [data-bs-theme=auto] .mt-4 {
  margin-top: 1.5rem !important;
}
[data-bs-theme=light] .mt-5, [data-bs-theme=auto] .mt-5 {
  margin-top: 3rem !important;
}
[data-bs-theme=light] .mt-auto, [data-bs-theme=auto] .mt-auto {
  margin-top: auto !important;
}
[data-bs-theme=light] .me-0, [data-bs-theme=auto] .me-0 {
  margin-right: 0 !important;
}
[data-bs-theme=light] .me-1, [data-bs-theme=auto] .me-1 {
  margin-right: 0.25rem !important;
}
[data-bs-theme=light] .me-2, [data-bs-theme=auto] .me-2 {
  margin-right: 0.5rem !important;
}
[data-bs-theme=light] .me-3, [data-bs-theme=auto] .me-3 {
  margin-right: 1rem !important;
}
[data-bs-theme=light] .me-4, [data-bs-theme=auto] .me-4 {
  margin-right: 1.5rem !important;
}
[data-bs-theme=light] .me-5, [data-bs-theme=auto] .me-5 {
  margin-right: 3rem !important;
}
[data-bs-theme=light] .me-auto, [data-bs-theme=auto] .me-auto {
  margin-right: auto !important;
}
[data-bs-theme=light] .mb-0, [data-bs-theme=auto] .mb-0 {
  margin-bottom: 0 !important;
}
[data-bs-theme=light] .mb-1, [data-bs-theme=auto] .mb-1 {
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=light] .mb-2, [data-bs-theme=auto] .mb-2 {
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=light] .mb-3, [data-bs-theme=auto] .mb-3 {
  margin-bottom: 1rem !important;
}
[data-bs-theme=light] .mb-4, [data-bs-theme=auto] .mb-4 {
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=light] .mb-5, [data-bs-theme=auto] .mb-5 {
  margin-bottom: 3rem !important;
}
[data-bs-theme=light] .mb-auto, [data-bs-theme=auto] .mb-auto {
  margin-bottom: auto !important;
}
[data-bs-theme=light] .ms-0, [data-bs-theme=auto] .ms-0 {
  margin-left: 0 !important;
}
[data-bs-theme=light] .ms-1, [data-bs-theme=auto] .ms-1 {
  margin-left: 0.25rem !important;
}
[data-bs-theme=light] .ms-2, [data-bs-theme=auto] .ms-2 {
  margin-left: 0.5rem !important;
}
[data-bs-theme=light] .ms-3, [data-bs-theme=auto] .ms-3 {
  margin-left: 1rem !important;
}
[data-bs-theme=light] .ms-4, [data-bs-theme=auto] .ms-4 {
  margin-left: 1.5rem !important;
}
[data-bs-theme=light] .ms-5, [data-bs-theme=auto] .ms-5 {
  margin-left: 3rem !important;
}
[data-bs-theme=light] .ms-auto, [data-bs-theme=auto] .ms-auto {
  margin-left: auto !important;
}
[data-bs-theme=light] .p-0, [data-bs-theme=auto] .p-0 {
  padding: 0 !important;
}
[data-bs-theme=light] .p-1, [data-bs-theme=auto] .p-1 {
  padding: 0.25rem !important;
}
[data-bs-theme=light] .p-2, [data-bs-theme=auto] .p-2 {
  padding: 0.5rem !important;
}
[data-bs-theme=light] .p-3, [data-bs-theme=auto] .p-3 {
  padding: 1rem !important;
}
[data-bs-theme=light] .p-4, [data-bs-theme=auto] .p-4 {
  padding: 1.5rem !important;
}
[data-bs-theme=light] .p-5, [data-bs-theme=auto] .p-5 {
  padding: 3rem !important;
}
[data-bs-theme=light] .px-0, [data-bs-theme=auto] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[data-bs-theme=light] .px-1, [data-bs-theme=auto] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
[data-bs-theme=light] .px-2, [data-bs-theme=auto] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
[data-bs-theme=light] .px-3, [data-bs-theme=auto] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
[data-bs-theme=light] .px-4, [data-bs-theme=auto] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
[data-bs-theme=light] .px-5, [data-bs-theme=auto] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
[data-bs-theme=light] .py-0, [data-bs-theme=auto] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[data-bs-theme=light] .py-1, [data-bs-theme=auto] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=light] .py-2, [data-bs-theme=auto] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=light] .py-3, [data-bs-theme=auto] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
[data-bs-theme=light] .py-4, [data-bs-theme=auto] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=light] .py-5, [data-bs-theme=auto] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
[data-bs-theme=light] .pt-0, [data-bs-theme=auto] .pt-0 {
  padding-top: 0 !important;
}
[data-bs-theme=light] .pt-1, [data-bs-theme=auto] .pt-1 {
  padding-top: 0.25rem !important;
}
[data-bs-theme=light] .pt-2, [data-bs-theme=auto] .pt-2 {
  padding-top: 0.5rem !important;
}
[data-bs-theme=light] .pt-3, [data-bs-theme=auto] .pt-3 {
  padding-top: 1rem !important;
}
[data-bs-theme=light] .pt-4, [data-bs-theme=auto] .pt-4 {
  padding-top: 1.5rem !important;
}
[data-bs-theme=light] .pt-5, [data-bs-theme=auto] .pt-5 {
  padding-top: 3rem !important;
}
[data-bs-theme=light] .pe-0, [data-bs-theme=auto] .pe-0 {
  padding-right: 0 !important;
}
[data-bs-theme=light] .pe-1, [data-bs-theme=auto] .pe-1 {
  padding-right: 0.25rem !important;
}
[data-bs-theme=light] .pe-2, [data-bs-theme=auto] .pe-2 {
  padding-right: 0.5rem !important;
}
[data-bs-theme=light] .pe-3, [data-bs-theme=auto] .pe-3 {
  padding-right: 1rem !important;
}
[data-bs-theme=light] .pe-4, [data-bs-theme=auto] .pe-4 {
  padding-right: 1.5rem !important;
}
[data-bs-theme=light] .pe-5, [data-bs-theme=auto] .pe-5 {
  padding-right: 3rem !important;
}
[data-bs-theme=light] .pb-0, [data-bs-theme=auto] .pb-0 {
  padding-bottom: 0 !important;
}
[data-bs-theme=light] .pb-1, [data-bs-theme=auto] .pb-1 {
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=light] .pb-2, [data-bs-theme=auto] .pb-2 {
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=light] .pb-3, [data-bs-theme=auto] .pb-3 {
  padding-bottom: 1rem !important;
}
[data-bs-theme=light] .pb-4, [data-bs-theme=auto] .pb-4 {
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=light] .pb-5, [data-bs-theme=auto] .pb-5 {
  padding-bottom: 3rem !important;
}
[data-bs-theme=light] .ps-0, [data-bs-theme=auto] .ps-0 {
  padding-left: 0 !important;
}
[data-bs-theme=light] .ps-1, [data-bs-theme=auto] .ps-1 {
  padding-left: 0.25rem !important;
}
[data-bs-theme=light] .ps-2, [data-bs-theme=auto] .ps-2 {
  padding-left: 0.5rem !important;
}
[data-bs-theme=light] .ps-3, [data-bs-theme=auto] .ps-3 {
  padding-left: 1rem !important;
}
[data-bs-theme=light] .ps-4, [data-bs-theme=auto] .ps-4 {
  padding-left: 1.5rem !important;
}
[data-bs-theme=light] .ps-5, [data-bs-theme=auto] .ps-5 {
  padding-left: 3rem !important;
}
[data-bs-theme=light] .gap-0, [data-bs-theme=auto] .gap-0 {
  gap: 0 !important;
}
[data-bs-theme=light] .gap-1, [data-bs-theme=auto] .gap-1 {
  gap: 0.25rem !important;
}
[data-bs-theme=light] .gap-2, [data-bs-theme=auto] .gap-2 {
  gap: 0.5rem !important;
}
[data-bs-theme=light] .gap-3, [data-bs-theme=auto] .gap-3 {
  gap: 1rem !important;
}
[data-bs-theme=light] .gap-4, [data-bs-theme=auto] .gap-4 {
  gap: 1.5rem !important;
}
[data-bs-theme=light] .gap-5, [data-bs-theme=auto] .gap-5 {
  gap: 3rem !important;
}
[data-bs-theme=light] .row-gap-0, [data-bs-theme=auto] .row-gap-0 {
  row-gap: 0 !important;
}
[data-bs-theme=light] .row-gap-1, [data-bs-theme=auto] .row-gap-1 {
  row-gap: 0.25rem !important;
}
[data-bs-theme=light] .row-gap-2, [data-bs-theme=auto] .row-gap-2 {
  row-gap: 0.5rem !important;
}
[data-bs-theme=light] .row-gap-3, [data-bs-theme=auto] .row-gap-3 {
  row-gap: 1rem !important;
}
[data-bs-theme=light] .row-gap-4, [data-bs-theme=auto] .row-gap-4 {
  row-gap: 1.5rem !important;
}
[data-bs-theme=light] .row-gap-5, [data-bs-theme=auto] .row-gap-5 {
  row-gap: 3rem !important;
}
[data-bs-theme=light] .column-gap-0, [data-bs-theme=auto] .column-gap-0 {
  column-gap: 0 !important;
}
[data-bs-theme=light] .column-gap-1, [data-bs-theme=auto] .column-gap-1 {
  column-gap: 0.25rem !important;
}
[data-bs-theme=light] .column-gap-2, [data-bs-theme=auto] .column-gap-2 {
  column-gap: 0.5rem !important;
}
[data-bs-theme=light] .column-gap-3, [data-bs-theme=auto] .column-gap-3 {
  column-gap: 1rem !important;
}
[data-bs-theme=light] .column-gap-4, [data-bs-theme=auto] .column-gap-4 {
  column-gap: 1.5rem !important;
}
[data-bs-theme=light] .column-gap-5, [data-bs-theme=auto] .column-gap-5 {
  column-gap: 3rem !important;
}
[data-bs-theme=light] .font-monospace, [data-bs-theme=auto] .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
[data-bs-theme=light] .fs-1, [data-bs-theme=auto] .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
[data-bs-theme=light] .fs-2, [data-bs-theme=auto] .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
[data-bs-theme=light] .fs-3, [data-bs-theme=auto] .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
[data-bs-theme=light] .fs-4, [data-bs-theme=auto] .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
[data-bs-theme=light] .fs-5, [data-bs-theme=auto] .fs-5 {
  font-size: 1.25rem !important;
}
[data-bs-theme=light] .fs-6, [data-bs-theme=auto] .fs-6 {
  font-size: 1rem !important;
}
[data-bs-theme=light] .fst-italic, [data-bs-theme=auto] .fst-italic {
  font-style: italic !important;
}
[data-bs-theme=light] .fst-normal, [data-bs-theme=auto] .fst-normal {
  font-style: normal !important;
}
[data-bs-theme=light] .fw-lighter, [data-bs-theme=auto] .fw-lighter {
  font-weight: lighter !important;
}
[data-bs-theme=light] .fw-light, [data-bs-theme=auto] .fw-light {
  font-weight: 300 !important;
}
[data-bs-theme=light] .fw-normal, [data-bs-theme=auto] .fw-normal {
  font-weight: 400 !important;
}
[data-bs-theme=light] .fw-medium, [data-bs-theme=auto] .fw-medium {
  font-weight: 500 !important;
}
[data-bs-theme=light] .fw-semibold, [data-bs-theme=auto] .fw-semibold {
  font-weight: 600 !important;
}
[data-bs-theme=light] .fw-bold, [data-bs-theme=auto] .fw-bold {
  font-weight: 700 !important;
}
[data-bs-theme=light] .fw-bolder, [data-bs-theme=auto] .fw-bolder {
  font-weight: bolder !important;
}
[data-bs-theme=light] .lh-1, [data-bs-theme=auto] .lh-1 {
  line-height: 1 !important;
}
[data-bs-theme=light] .lh-sm, [data-bs-theme=auto] .lh-sm {
  line-height: 1.25 !important;
}
[data-bs-theme=light] .lh-base, [data-bs-theme=auto] .lh-base {
  line-height: 1.5 !important;
}
[data-bs-theme=light] .lh-lg, [data-bs-theme=auto] .lh-lg {
  line-height: 2 !important;
}
[data-bs-theme=light] .text-start, [data-bs-theme=auto] .text-start {
  text-align: left !important;
}
[data-bs-theme=light] .text-end, [data-bs-theme=auto] .text-end {
  text-align: right !important;
}
[data-bs-theme=light] .text-center, [data-bs-theme=auto] .text-center {
  text-align: center !important;
}
[data-bs-theme=light] .text-decoration-none, [data-bs-theme=auto] .text-decoration-none {
  text-decoration: none !important;
}
[data-bs-theme=light] .text-decoration-underline, [data-bs-theme=auto] .text-decoration-underline {
  text-decoration: underline !important;
}
[data-bs-theme=light] .text-decoration-line-through, [data-bs-theme=auto] .text-decoration-line-through {
  text-decoration: line-through !important;
}
[data-bs-theme=light] .text-lowercase, [data-bs-theme=auto] .text-lowercase {
  text-transform: lowercase !important;
}
[data-bs-theme=light] .text-uppercase, [data-bs-theme=auto] .text-uppercase {
  text-transform: uppercase !important;
}
[data-bs-theme=light] .text-capitalize, [data-bs-theme=auto] .text-capitalize {
  text-transform: capitalize !important;
}
[data-bs-theme=light] .text-wrap, [data-bs-theme=auto] .text-wrap {
  white-space: normal !important;
}
[data-bs-theme=light] .text-nowrap, [data-bs-theme=auto] .text-nowrap {
  white-space: nowrap !important;
}
[data-bs-theme=light] .text-break, [data-bs-theme=auto] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
[data-bs-theme=light] .text-primary, [data-bs-theme=auto] .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-secondary, [data-bs-theme=auto] .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-success, [data-bs-theme=auto] .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-info, [data-bs-theme=auto] .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-warning, [data-bs-theme=auto] .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-danger, [data-bs-theme=auto] .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-light, [data-bs-theme=auto] .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-dark, [data-bs-theme=auto] .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-black, [data-bs-theme=auto] .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-white, [data-bs-theme=auto] .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-body, [data-bs-theme=auto] .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=light] .text-muted, [data-bs-theme=auto] .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=light] .text-black-50, [data-bs-theme=auto] .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
[data-bs-theme=light] .text-white-50, [data-bs-theme=auto] .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
[data-bs-theme=light] .text-body-secondary, [data-bs-theme=auto] .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=light] .text-body-tertiary, [data-bs-theme=auto] .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
[data-bs-theme=light] .text-body-emphasis, [data-bs-theme=auto] .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
[data-bs-theme=light] .text-reset, [data-bs-theme=auto] .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
[data-bs-theme=light] .text-opacity-25, [data-bs-theme=auto] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
[data-bs-theme=light] .text-opacity-50, [data-bs-theme=auto] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
[data-bs-theme=light] .text-opacity-75, [data-bs-theme=auto] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
[data-bs-theme=light] .text-opacity-100, [data-bs-theme=auto] .text-opacity-100 {
  --bs-text-opacity: 1;
}
[data-bs-theme=light] .text-primary-emphasis, [data-bs-theme=auto] .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
[data-bs-theme=light] .text-secondary-emphasis, [data-bs-theme=auto] .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
[data-bs-theme=light] .text-success-emphasis, [data-bs-theme=auto] .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
[data-bs-theme=light] .text-info-emphasis, [data-bs-theme=auto] .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
[data-bs-theme=light] .text-warning-emphasis, [data-bs-theme=auto] .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
[data-bs-theme=light] .text-danger-emphasis, [data-bs-theme=auto] .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
[data-bs-theme=light] .text-light-emphasis, [data-bs-theme=auto] .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
[data-bs-theme=light] .text-dark-emphasis, [data-bs-theme=auto] .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
[data-bs-theme=light] .link-opacity-10, [data-bs-theme=auto] .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=light] .link-opacity-10-hover:hover, [data-bs-theme=auto] .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=light] .link-opacity-25, [data-bs-theme=auto] .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=light] .link-opacity-25-hover:hover, [data-bs-theme=auto] .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=light] .link-opacity-50, [data-bs-theme=auto] .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=light] .link-opacity-50-hover:hover, [data-bs-theme=auto] .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=light] .link-opacity-75, [data-bs-theme=auto] .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=light] .link-opacity-75-hover:hover, [data-bs-theme=auto] .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=light] .link-opacity-100, [data-bs-theme=auto] .link-opacity-100 {
  --bs-link-opacity: 1;
}
[data-bs-theme=light] .link-opacity-100-hover:hover, [data-bs-theme=auto] .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
[data-bs-theme=light] .link-offset-1, [data-bs-theme=auto] .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=light] .link-offset-1-hover:hover, [data-bs-theme=auto] .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=light] .link-offset-2, [data-bs-theme=auto] .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=light] .link-offset-2-hover:hover, [data-bs-theme=auto] .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=light] .link-offset-3, [data-bs-theme=auto] .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=light] .link-offset-3-hover:hover, [data-bs-theme=auto] .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=light] .link-underline-primary, [data-bs-theme=auto] .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-secondary, [data-bs-theme=auto] .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-success, [data-bs-theme=auto] .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-info, [data-bs-theme=auto] .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-warning, [data-bs-theme=auto] .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-danger, [data-bs-theme=auto] .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-light, [data-bs-theme=auto] .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline-dark, [data-bs-theme=auto] .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=light] .link-underline, [data-bs-theme=auto] .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=light] .link-underline-opacity-0, [data-bs-theme=auto] .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=light] .link-underline-opacity-0-hover:hover, [data-bs-theme=auto] .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=light] .link-underline-opacity-10, [data-bs-theme=auto] .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=light] .link-underline-opacity-10-hover:hover, [data-bs-theme=auto] .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=light] .link-underline-opacity-25, [data-bs-theme=auto] .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=light] .link-underline-opacity-25-hover:hover, [data-bs-theme=auto] .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=light] .link-underline-opacity-50, [data-bs-theme=auto] .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=light] .link-underline-opacity-50-hover:hover, [data-bs-theme=auto] .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=light] .link-underline-opacity-75, [data-bs-theme=auto] .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=light] .link-underline-opacity-75-hover:hover, [data-bs-theme=auto] .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=light] .link-underline-opacity-100, [data-bs-theme=auto] .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=light] .link-underline-opacity-100-hover:hover, [data-bs-theme=auto] .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=light] .bg-primary, [data-bs-theme=auto] .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-secondary, [data-bs-theme=auto] .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-success, [data-bs-theme=auto] .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-info, [data-bs-theme=auto] .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-warning, [data-bs-theme=auto] .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-danger, [data-bs-theme=auto] .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-light, [data-bs-theme=auto] .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-dark, [data-bs-theme=auto] .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-black, [data-bs-theme=auto] .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-white, [data-bs-theme=auto] .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-body, [data-bs-theme=auto] .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-transparent, [data-bs-theme=auto] .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
[data-bs-theme=light] .bg-body-secondary, [data-bs-theme=auto] .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-body-tertiary, [data-bs-theme=auto] .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .bg-opacity-10, [data-bs-theme=auto] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
[data-bs-theme=light] .bg-opacity-25, [data-bs-theme=auto] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
[data-bs-theme=light] .bg-opacity-50, [data-bs-theme=auto] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
[data-bs-theme=light] .bg-opacity-75, [data-bs-theme=auto] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
[data-bs-theme=light] .bg-opacity-100, [data-bs-theme=auto] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
[data-bs-theme=light] .bg-primary-subtle, [data-bs-theme=auto] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
[data-bs-theme=light] .bg-secondary-subtle, [data-bs-theme=auto] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
[data-bs-theme=light] .bg-success-subtle, [data-bs-theme=auto] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
[data-bs-theme=light] .bg-info-subtle, [data-bs-theme=auto] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
[data-bs-theme=light] .bg-warning-subtle, [data-bs-theme=auto] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
[data-bs-theme=light] .bg-danger-subtle, [data-bs-theme=auto] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
[data-bs-theme=light] .bg-light-subtle, [data-bs-theme=auto] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
[data-bs-theme=light] .bg-dark-subtle, [data-bs-theme=auto] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
[data-bs-theme=light] .bg-gradient, [data-bs-theme=auto] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
[data-bs-theme=light] .user-select-all, [data-bs-theme=auto] .user-select-all {
  user-select: all !important;
}
[data-bs-theme=light] .user-select-auto, [data-bs-theme=auto] .user-select-auto {
  user-select: auto !important;
}
[data-bs-theme=light] .user-select-none, [data-bs-theme=auto] .user-select-none {
  user-select: none !important;
}
[data-bs-theme=light] .pe-none, [data-bs-theme=auto] .pe-none {
  pointer-events: none !important;
}
[data-bs-theme=light] .pe-auto, [data-bs-theme=auto] .pe-auto {
  pointer-events: auto !important;
}
[data-bs-theme=light] .rounded, [data-bs-theme=auto] .rounded {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-0, [data-bs-theme=auto] .rounded-0 {
  border-radius: 0 !important;
}
[data-bs-theme=light] .rounded-1, [data-bs-theme=auto] .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-2, [data-bs-theme=auto] .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-3, [data-bs-theme=auto] .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-4, [data-bs-theme=auto] .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-5, [data-bs-theme=auto] .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-circle, [data-bs-theme=auto] .rounded-circle {
  border-radius: 50% !important;
}
[data-bs-theme=light] .rounded-pill, [data-bs-theme=auto] .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-top, [data-bs-theme=auto] .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-top-0, [data-bs-theme=auto] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
[data-bs-theme=light] .rounded-top-1, [data-bs-theme=auto] .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-top-2, [data-bs-theme=auto] .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-top-3, [data-bs-theme=auto] .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-top-4, [data-bs-theme=auto] .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-top-5, [data-bs-theme=auto] .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-top-circle, [data-bs-theme=auto] .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
[data-bs-theme=light] .rounded-top-pill, [data-bs-theme=auto] .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-end, [data-bs-theme=auto] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-end-0, [data-bs-theme=auto] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-bs-theme=light] .rounded-end-1, [data-bs-theme=auto] .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-end-2, [data-bs-theme=auto] .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-end-3, [data-bs-theme=auto] .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-end-4, [data-bs-theme=auto] .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-end-5, [data-bs-theme=auto] .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-end-circle, [data-bs-theme=auto] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
[data-bs-theme=light] .rounded-end-pill, [data-bs-theme=auto] .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-bottom, [data-bs-theme=auto] .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-bottom-0, [data-bs-theme=auto] .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-bs-theme=light] .rounded-bottom-1, [data-bs-theme=auto] .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-bottom-2, [data-bs-theme=auto] .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-bottom-3, [data-bs-theme=auto] .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-bottom-4, [data-bs-theme=auto] .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-bottom-5, [data-bs-theme=auto] .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-bottom-circle, [data-bs-theme=auto] .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
[data-bs-theme=light] .rounded-bottom-pill, [data-bs-theme=auto] .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .rounded-start, [data-bs-theme=auto] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-start-0, [data-bs-theme=auto] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
[data-bs-theme=light] .rounded-start-1, [data-bs-theme=auto] .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=light] .rounded-start-2, [data-bs-theme=auto] .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=light] .rounded-start-3, [data-bs-theme=auto] .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=light] .rounded-start-4, [data-bs-theme=auto] .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=light] .rounded-start-5, [data-bs-theme=auto] .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=light] .rounded-start-circle, [data-bs-theme=auto] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
[data-bs-theme=light] .rounded-start-pill, [data-bs-theme=auto] .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=light] .visible, [data-bs-theme=auto] .visible {
  visibility: visible !important;
}
[data-bs-theme=light] .invisible, [data-bs-theme=auto] .invisible {
  visibility: hidden !important;
}
[data-bs-theme=light] .z-n1, [data-bs-theme=auto] .z-n1 {
  z-index: -1 !important;
}
[data-bs-theme=light] .z-0, [data-bs-theme=auto] .z-0 {
  z-index: 0 !important;
}
[data-bs-theme=light] .z-1, [data-bs-theme=auto] .z-1 {
  z-index: 1 !important;
}
[data-bs-theme=light] .z-2, [data-bs-theme=auto] .z-2 {
  z-index: 2 !important;
}
[data-bs-theme=light] .z-3, [data-bs-theme=auto] .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  [data-bs-theme=light] .float-sm-start, [data-bs-theme=auto] .float-sm-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-sm-end, [data-bs-theme=auto] .float-sm-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-sm-none, [data-bs-theme=auto] .float-sm-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-sm-contain, [data-bs-theme=auto] .object-fit-sm-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-sm-cover, [data-bs-theme=auto] .object-fit-sm-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-sm-fill, [data-bs-theme=auto] .object-fit-sm-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-sm-scale, [data-bs-theme=auto] .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-sm-none, [data-bs-theme=auto] .object-fit-sm-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-sm-inline, [data-bs-theme=auto] .d-sm-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-sm-inline-block, [data-bs-theme=auto] .d-sm-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-sm-block, [data-bs-theme=auto] .d-sm-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-sm-grid, [data-bs-theme=auto] .d-sm-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-sm-inline-grid, [data-bs-theme=auto] .d-sm-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-sm-table, [data-bs-theme=auto] .d-sm-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-sm-table-row, [data-bs-theme=auto] .d-sm-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-sm-table-cell, [data-bs-theme=auto] .d-sm-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-sm-flex, [data-bs-theme=auto] .d-sm-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-sm-inline-flex, [data-bs-theme=auto] .d-sm-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-sm-none, [data-bs-theme=auto] .d-sm-none {
    display: none !important;
  }
  [data-bs-theme=light] .position-sm-static, [data-bs-theme=auto] .position-sm-static {
    position: static !important;
  }
  [data-bs-theme=light] .position-sm-relative, [data-bs-theme=auto] .position-sm-relative {
    position: relative !important;
  }
  [data-bs-theme=light] .position-sm-absolute, [data-bs-theme=auto] .position-sm-absolute {
    position: absolute !important;
  }
  [data-bs-theme=light] .position-sm-fixed, [data-bs-theme=auto] .position-sm-fixed {
    position: fixed !important;
  }
  [data-bs-theme=light] .position-sm-sticky, [data-bs-theme=auto] .position-sm-sticky {
    position: sticky !important;
  }
  [data-bs-theme=light] .top-sm-0, [data-bs-theme=auto] .top-sm-0 {
    top: 0 !important;
  }
  [data-bs-theme=light] .top-sm-50, [data-bs-theme=auto] .top-sm-50 {
    top: 50% !important;
  }
  [data-bs-theme=light] .top-sm-100, [data-bs-theme=auto] .top-sm-100 {
    top: 100% !important;
  }
  [data-bs-theme=light] .bottom-sm-0, [data-bs-theme=auto] .bottom-sm-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=light] .bottom-sm-50, [data-bs-theme=auto] .bottom-sm-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=light] .bottom-sm-100, [data-bs-theme=auto] .bottom-sm-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=light] .start-sm-0, [data-bs-theme=auto] .start-sm-0 {
    left: 0 !important;
  }
  [data-bs-theme=light] .start-sm-50, [data-bs-theme=auto] .start-sm-50 {
    left: 50% !important;
  }
  [data-bs-theme=light] .start-sm-100, [data-bs-theme=auto] .start-sm-100 {
    left: 100% !important;
  }
  [data-bs-theme=light] .end-sm-0, [data-bs-theme=auto] .end-sm-0 {
    right: 0 !important;
  }
  [data-bs-theme=light] .end-sm-50, [data-bs-theme=auto] .end-sm-50 {
    right: 50% !important;
  }
  [data-bs-theme=light] .end-sm-100, [data-bs-theme=auto] .end-sm-100 {
    right: 100% !important;
  }
  [data-bs-theme=light] .translate-middle-sm, [data-bs-theme=auto] .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=light] .translate-middle-sm-x, [data-bs-theme=auto] .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=light] .translate-middle-sm-y, [data-bs-theme=auto] .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=light] .border-sm, [data-bs-theme=auto] .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-sm-0, [data-bs-theme=auto] .border-sm-0 {
    border: 0 !important;
  }
  [data-bs-theme=light] .border-top-sm, [data-bs-theme=auto] .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-top-sm-0, [data-bs-theme=auto] .border-top-sm-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=light] .border-end-sm, [data-bs-theme=auto] .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-end-sm-0, [data-bs-theme=auto] .border-end-sm-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=light] .border-bottom-sm, [data-bs-theme=auto] .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-bottom-sm-0, [data-bs-theme=auto] .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=light] .border-start-sm, [data-bs-theme=auto] .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-start-sm-0, [data-bs-theme=auto] .border-start-sm-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=light] .border-sm-primary, [data-bs-theme=auto] .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-secondary, [data-bs-theme=auto] .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-success, [data-bs-theme=auto] .border-sm-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-info, [data-bs-theme=auto] .border-sm-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-warning, [data-bs-theme=auto] .border-sm-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-danger, [data-bs-theme=auto] .border-sm-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-light, [data-bs-theme=auto] .border-sm-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-dark, [data-bs-theme=auto] .border-sm-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-black, [data-bs-theme=auto] .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-white, [data-bs-theme=auto] .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-sm-primary-subtle, [data-bs-theme=auto] .border-sm-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-secondary-subtle, [data-bs-theme=auto] .border-sm-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-success-subtle, [data-bs-theme=auto] .border-sm-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-info-subtle, [data-bs-theme=auto] .border-sm-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-warning-subtle, [data-bs-theme=auto] .border-sm-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-danger-subtle, [data-bs-theme=auto] .border-sm-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-light-subtle, [data-bs-theme=auto] .border-sm-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-dark-subtle, [data-bs-theme=auto] .border-sm-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=light] .border-sm-1, [data-bs-theme=auto] .border-sm-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=light] .border-sm-2, [data-bs-theme=auto] .border-sm-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=light] .border-sm-3, [data-bs-theme=auto] .border-sm-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=light] .border-sm-4, [data-bs-theme=auto] .border-sm-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=light] .border-sm-5, [data-bs-theme=auto] .border-sm-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=light] .border-opacity-sm-10, [data-bs-theme=auto] .border-opacity-sm-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=light] .border-opacity-sm-25, [data-bs-theme=auto] .border-opacity-sm-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=light] .border-opacity-sm-50, [data-bs-theme=auto] .border-opacity-sm-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=light] .border-opacity-sm-75, [data-bs-theme=auto] .border-opacity-sm-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=light] .border-opacity-sm-100, [data-bs-theme=auto] .border-opacity-sm-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=light] .w-sm-25, [data-bs-theme=auto] .w-sm-25 {
    width: 25% !important;
  }
  [data-bs-theme=light] .w-sm-50, [data-bs-theme=auto] .w-sm-50 {
    width: 50% !important;
  }
  [data-bs-theme=light] .w-sm-75, [data-bs-theme=auto] .w-sm-75 {
    width: 75% !important;
  }
  [data-bs-theme=light] .w-sm-100, [data-bs-theme=auto] .w-sm-100 {
    width: 100% !important;
  }
  [data-bs-theme=light] .w-sm-auto, [data-bs-theme=auto] .w-sm-auto {
    width: auto !important;
  }
  [data-bs-theme=light] .w-sm-fit-content, [data-bs-theme=auto] .w-sm-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=light] .flex-sm-fill, [data-bs-theme=auto] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-sm-row, [data-bs-theme=auto] .flex-sm-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-sm-column, [data-bs-theme=auto] .flex-sm-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-sm-row-reverse, [data-bs-theme=auto] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-sm-column-reverse, [data-bs-theme=auto] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-sm-grow-0, [data-bs-theme=auto] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-sm-grow-1, [data-bs-theme=auto] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-sm-shrink-0, [data-bs-theme=auto] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-sm-shrink-1, [data-bs-theme=auto] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-sm-wrap, [data-bs-theme=auto] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-sm-nowrap, [data-bs-theme=auto] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-sm-wrap-reverse, [data-bs-theme=auto] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-sm-start, [data-bs-theme=auto] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-sm-end, [data-bs-theme=auto] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-sm-center, [data-bs-theme=auto] .justify-content-sm-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-sm-between, [data-bs-theme=auto] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-sm-around, [data-bs-theme=auto] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-sm-evenly, [data-bs-theme=auto] .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-sm-start, [data-bs-theme=auto] .align-items-sm-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-sm-end, [data-bs-theme=auto] .align-items-sm-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-sm-center, [data-bs-theme=auto] .align-items-sm-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-sm-baseline, [data-bs-theme=auto] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-sm-stretch, [data-bs-theme=auto] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-sm-start, [data-bs-theme=auto] .align-content-sm-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-sm-end, [data-bs-theme=auto] .align-content-sm-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-sm-center, [data-bs-theme=auto] .align-content-sm-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-sm-between, [data-bs-theme=auto] .align-content-sm-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-sm-around, [data-bs-theme=auto] .align-content-sm-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-sm-stretch, [data-bs-theme=auto] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-sm-auto, [data-bs-theme=auto] .align-self-sm-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-sm-start, [data-bs-theme=auto] .align-self-sm-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-sm-end, [data-bs-theme=auto] .align-self-sm-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-sm-center, [data-bs-theme=auto] .align-self-sm-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-sm-baseline, [data-bs-theme=auto] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-sm-stretch, [data-bs-theme=auto] .align-self-sm-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-sm-first, [data-bs-theme=auto] .order-sm-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-sm-0, [data-bs-theme=auto] .order-sm-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-sm-1, [data-bs-theme=auto] .order-sm-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-sm-2, [data-bs-theme=auto] .order-sm-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-sm-3, [data-bs-theme=auto] .order-sm-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-sm-4, [data-bs-theme=auto] .order-sm-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-sm-5, [data-bs-theme=auto] .order-sm-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-sm-last, [data-bs-theme=auto] .order-sm-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-sm-0, [data-bs-theme=auto] .m-sm-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-sm-1, [data-bs-theme=auto] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-sm-2, [data-bs-theme=auto] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-sm-3, [data-bs-theme=auto] .m-sm-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-sm-4, [data-bs-theme=auto] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-sm-5, [data-bs-theme=auto] .m-sm-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-sm-auto, [data-bs-theme=auto] .m-sm-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-sm-0, [data-bs-theme=auto] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-sm-1, [data-bs-theme=auto] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-sm-2, [data-bs-theme=auto] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-sm-3, [data-bs-theme=auto] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-sm-4, [data-bs-theme=auto] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-sm-5, [data-bs-theme=auto] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-sm-auto, [data-bs-theme=auto] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-sm-0, [data-bs-theme=auto] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-sm-1, [data-bs-theme=auto] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-sm-2, [data-bs-theme=auto] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-sm-3, [data-bs-theme=auto] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-sm-4, [data-bs-theme=auto] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-sm-5, [data-bs-theme=auto] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-sm-auto, [data-bs-theme=auto] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-sm-0, [data-bs-theme=auto] .mt-sm-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-sm-1, [data-bs-theme=auto] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-sm-2, [data-bs-theme=auto] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-sm-3, [data-bs-theme=auto] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-sm-4, [data-bs-theme=auto] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-sm-5, [data-bs-theme=auto] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-sm-auto, [data-bs-theme=auto] .mt-sm-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-sm-0, [data-bs-theme=auto] .me-sm-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-sm-1, [data-bs-theme=auto] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-sm-2, [data-bs-theme=auto] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-sm-3, [data-bs-theme=auto] .me-sm-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-sm-4, [data-bs-theme=auto] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-sm-5, [data-bs-theme=auto] .me-sm-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-sm-auto, [data-bs-theme=auto] .me-sm-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-sm-0, [data-bs-theme=auto] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-sm-1, [data-bs-theme=auto] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-sm-2, [data-bs-theme=auto] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-sm-3, [data-bs-theme=auto] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-sm-4, [data-bs-theme=auto] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-sm-5, [data-bs-theme=auto] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-sm-auto, [data-bs-theme=auto] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-sm-0, [data-bs-theme=auto] .ms-sm-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-sm-1, [data-bs-theme=auto] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-sm-2, [data-bs-theme=auto] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-sm-3, [data-bs-theme=auto] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-sm-4, [data-bs-theme=auto] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-sm-5, [data-bs-theme=auto] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-sm-auto, [data-bs-theme=auto] .ms-sm-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-sm-0, [data-bs-theme=auto] .p-sm-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-sm-1, [data-bs-theme=auto] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-sm-2, [data-bs-theme=auto] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-sm-3, [data-bs-theme=auto] .p-sm-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-sm-4, [data-bs-theme=auto] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-sm-5, [data-bs-theme=auto] .p-sm-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-sm-0, [data-bs-theme=auto] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-sm-1, [data-bs-theme=auto] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-sm-2, [data-bs-theme=auto] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-sm-3, [data-bs-theme=auto] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-sm-4, [data-bs-theme=auto] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-sm-5, [data-bs-theme=auto] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-sm-0, [data-bs-theme=auto] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-sm-1, [data-bs-theme=auto] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-sm-2, [data-bs-theme=auto] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-sm-3, [data-bs-theme=auto] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-sm-4, [data-bs-theme=auto] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-sm-5, [data-bs-theme=auto] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-sm-0, [data-bs-theme=auto] .pt-sm-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-sm-1, [data-bs-theme=auto] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-sm-2, [data-bs-theme=auto] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-sm-3, [data-bs-theme=auto] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-sm-4, [data-bs-theme=auto] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-sm-5, [data-bs-theme=auto] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-sm-0, [data-bs-theme=auto] .pe-sm-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-sm-1, [data-bs-theme=auto] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-sm-2, [data-bs-theme=auto] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-sm-3, [data-bs-theme=auto] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-sm-4, [data-bs-theme=auto] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-sm-5, [data-bs-theme=auto] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-sm-0, [data-bs-theme=auto] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-sm-1, [data-bs-theme=auto] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-sm-2, [data-bs-theme=auto] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-sm-3, [data-bs-theme=auto] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-sm-4, [data-bs-theme=auto] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-sm-5, [data-bs-theme=auto] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-sm-0, [data-bs-theme=auto] .ps-sm-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-sm-1, [data-bs-theme=auto] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-sm-2, [data-bs-theme=auto] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-sm-3, [data-bs-theme=auto] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-sm-4, [data-bs-theme=auto] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-sm-5, [data-bs-theme=auto] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-sm-0, [data-bs-theme=auto] .gap-sm-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-sm-1, [data-bs-theme=auto] .gap-sm-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-sm-2, [data-bs-theme=auto] .gap-sm-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-sm-3, [data-bs-theme=auto] .gap-sm-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-sm-4, [data-bs-theme=auto] .gap-sm-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-sm-5, [data-bs-theme=auto] .gap-sm-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-0, [data-bs-theme=auto] .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-sm-1, [data-bs-theme=auto] .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-2, [data-bs-theme=auto] .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-3, [data-bs-theme=auto] .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-4, [data-bs-theme=auto] .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-sm-5, [data-bs-theme=auto] .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-0, [data-bs-theme=auto] .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-sm-1, [data-bs-theme=auto] .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-2, [data-bs-theme=auto] .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-3, [data-bs-theme=auto] .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-4, [data-bs-theme=auto] .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-sm-5, [data-bs-theme=auto] .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .fs-sm-1, [data-bs-theme=auto] .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=light] .fs-sm-2, [data-bs-theme=auto] .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=light] .fs-sm-3, [data-bs-theme=auto] .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=light] .fs-sm-4, [data-bs-theme=auto] .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=light] .fs-sm-5, [data-bs-theme=auto] .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=light] .fs-sm-6, [data-bs-theme=auto] .fs-sm-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=light] .text-sm-start, [data-bs-theme=auto] .text-sm-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-sm-end, [data-bs-theme=auto] .text-sm-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-sm-center, [data-bs-theme=auto] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=light] .float-md-start, [data-bs-theme=auto] .float-md-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-md-end, [data-bs-theme=auto] .float-md-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-md-none, [data-bs-theme=auto] .float-md-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-md-contain, [data-bs-theme=auto] .object-fit-md-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-md-cover, [data-bs-theme=auto] .object-fit-md-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-md-fill, [data-bs-theme=auto] .object-fit-md-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-md-scale, [data-bs-theme=auto] .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-md-none, [data-bs-theme=auto] .object-fit-md-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-md-inline, [data-bs-theme=auto] .d-md-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-md-inline-block, [data-bs-theme=auto] .d-md-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-md-block, [data-bs-theme=auto] .d-md-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-md-grid, [data-bs-theme=auto] .d-md-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-md-inline-grid, [data-bs-theme=auto] .d-md-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-md-table, [data-bs-theme=auto] .d-md-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-md-table-row, [data-bs-theme=auto] .d-md-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-md-table-cell, [data-bs-theme=auto] .d-md-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-md-flex, [data-bs-theme=auto] .d-md-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-md-inline-flex, [data-bs-theme=auto] .d-md-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-md-none, [data-bs-theme=auto] .d-md-none {
    display: none !important;
  }
  [data-bs-theme=light] .position-md-static, [data-bs-theme=auto] .position-md-static {
    position: static !important;
  }
  [data-bs-theme=light] .position-md-relative, [data-bs-theme=auto] .position-md-relative {
    position: relative !important;
  }
  [data-bs-theme=light] .position-md-absolute, [data-bs-theme=auto] .position-md-absolute {
    position: absolute !important;
  }
  [data-bs-theme=light] .position-md-fixed, [data-bs-theme=auto] .position-md-fixed {
    position: fixed !important;
  }
  [data-bs-theme=light] .position-md-sticky, [data-bs-theme=auto] .position-md-sticky {
    position: sticky !important;
  }
  [data-bs-theme=light] .top-md-0, [data-bs-theme=auto] .top-md-0 {
    top: 0 !important;
  }
  [data-bs-theme=light] .top-md-50, [data-bs-theme=auto] .top-md-50 {
    top: 50% !important;
  }
  [data-bs-theme=light] .top-md-100, [data-bs-theme=auto] .top-md-100 {
    top: 100% !important;
  }
  [data-bs-theme=light] .bottom-md-0, [data-bs-theme=auto] .bottom-md-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=light] .bottom-md-50, [data-bs-theme=auto] .bottom-md-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=light] .bottom-md-100, [data-bs-theme=auto] .bottom-md-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=light] .start-md-0, [data-bs-theme=auto] .start-md-0 {
    left: 0 !important;
  }
  [data-bs-theme=light] .start-md-50, [data-bs-theme=auto] .start-md-50 {
    left: 50% !important;
  }
  [data-bs-theme=light] .start-md-100, [data-bs-theme=auto] .start-md-100 {
    left: 100% !important;
  }
  [data-bs-theme=light] .end-md-0, [data-bs-theme=auto] .end-md-0 {
    right: 0 !important;
  }
  [data-bs-theme=light] .end-md-50, [data-bs-theme=auto] .end-md-50 {
    right: 50% !important;
  }
  [data-bs-theme=light] .end-md-100, [data-bs-theme=auto] .end-md-100 {
    right: 100% !important;
  }
  [data-bs-theme=light] .translate-middle-md, [data-bs-theme=auto] .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=light] .translate-middle-md-x, [data-bs-theme=auto] .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=light] .translate-middle-md-y, [data-bs-theme=auto] .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=light] .border-md, [data-bs-theme=auto] .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-md-0, [data-bs-theme=auto] .border-md-0 {
    border: 0 !important;
  }
  [data-bs-theme=light] .border-top-md, [data-bs-theme=auto] .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-top-md-0, [data-bs-theme=auto] .border-top-md-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=light] .border-end-md, [data-bs-theme=auto] .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-end-md-0, [data-bs-theme=auto] .border-end-md-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=light] .border-bottom-md, [data-bs-theme=auto] .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-bottom-md-0, [data-bs-theme=auto] .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=light] .border-start-md, [data-bs-theme=auto] .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-start-md-0, [data-bs-theme=auto] .border-start-md-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=light] .border-md-primary, [data-bs-theme=auto] .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-secondary, [data-bs-theme=auto] .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-success, [data-bs-theme=auto] .border-md-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-info, [data-bs-theme=auto] .border-md-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-warning, [data-bs-theme=auto] .border-md-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-danger, [data-bs-theme=auto] .border-md-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-light, [data-bs-theme=auto] .border-md-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-dark, [data-bs-theme=auto] .border-md-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-black, [data-bs-theme=auto] .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-white, [data-bs-theme=auto] .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-md-primary-subtle, [data-bs-theme=auto] .border-md-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-secondary-subtle, [data-bs-theme=auto] .border-md-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-success-subtle, [data-bs-theme=auto] .border-md-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-info-subtle, [data-bs-theme=auto] .border-md-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-warning-subtle, [data-bs-theme=auto] .border-md-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-danger-subtle, [data-bs-theme=auto] .border-md-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-light-subtle, [data-bs-theme=auto] .border-md-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-dark-subtle, [data-bs-theme=auto] .border-md-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=light] .border-md-1, [data-bs-theme=auto] .border-md-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=light] .border-md-2, [data-bs-theme=auto] .border-md-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=light] .border-md-3, [data-bs-theme=auto] .border-md-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=light] .border-md-4, [data-bs-theme=auto] .border-md-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=light] .border-md-5, [data-bs-theme=auto] .border-md-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=light] .border-opacity-md-10, [data-bs-theme=auto] .border-opacity-md-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=light] .border-opacity-md-25, [data-bs-theme=auto] .border-opacity-md-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=light] .border-opacity-md-50, [data-bs-theme=auto] .border-opacity-md-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=light] .border-opacity-md-75, [data-bs-theme=auto] .border-opacity-md-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=light] .border-opacity-md-100, [data-bs-theme=auto] .border-opacity-md-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=light] .w-md-25, [data-bs-theme=auto] .w-md-25 {
    width: 25% !important;
  }
  [data-bs-theme=light] .w-md-50, [data-bs-theme=auto] .w-md-50 {
    width: 50% !important;
  }
  [data-bs-theme=light] .w-md-75, [data-bs-theme=auto] .w-md-75 {
    width: 75% !important;
  }
  [data-bs-theme=light] .w-md-100, [data-bs-theme=auto] .w-md-100 {
    width: 100% !important;
  }
  [data-bs-theme=light] .w-md-auto, [data-bs-theme=auto] .w-md-auto {
    width: auto !important;
  }
  [data-bs-theme=light] .w-md-fit-content, [data-bs-theme=auto] .w-md-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=light] .flex-md-fill, [data-bs-theme=auto] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-md-row, [data-bs-theme=auto] .flex-md-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-md-column, [data-bs-theme=auto] .flex-md-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-md-row-reverse, [data-bs-theme=auto] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-md-column-reverse, [data-bs-theme=auto] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-md-grow-0, [data-bs-theme=auto] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-md-grow-1, [data-bs-theme=auto] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-md-shrink-0, [data-bs-theme=auto] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-md-shrink-1, [data-bs-theme=auto] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-md-wrap, [data-bs-theme=auto] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-md-nowrap, [data-bs-theme=auto] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-md-wrap-reverse, [data-bs-theme=auto] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-md-start, [data-bs-theme=auto] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-md-end, [data-bs-theme=auto] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-md-center, [data-bs-theme=auto] .justify-content-md-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-md-between, [data-bs-theme=auto] .justify-content-md-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-md-around, [data-bs-theme=auto] .justify-content-md-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-md-evenly, [data-bs-theme=auto] .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-md-start, [data-bs-theme=auto] .align-items-md-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-md-end, [data-bs-theme=auto] .align-items-md-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-md-center, [data-bs-theme=auto] .align-items-md-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-md-baseline, [data-bs-theme=auto] .align-items-md-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-md-stretch, [data-bs-theme=auto] .align-items-md-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-md-start, [data-bs-theme=auto] .align-content-md-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-md-end, [data-bs-theme=auto] .align-content-md-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-md-center, [data-bs-theme=auto] .align-content-md-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-md-between, [data-bs-theme=auto] .align-content-md-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-md-around, [data-bs-theme=auto] .align-content-md-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-md-stretch, [data-bs-theme=auto] .align-content-md-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-md-auto, [data-bs-theme=auto] .align-self-md-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-md-start, [data-bs-theme=auto] .align-self-md-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-md-end, [data-bs-theme=auto] .align-self-md-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-md-center, [data-bs-theme=auto] .align-self-md-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-md-baseline, [data-bs-theme=auto] .align-self-md-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-md-stretch, [data-bs-theme=auto] .align-self-md-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-md-first, [data-bs-theme=auto] .order-md-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-md-0, [data-bs-theme=auto] .order-md-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-md-1, [data-bs-theme=auto] .order-md-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-md-2, [data-bs-theme=auto] .order-md-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-md-3, [data-bs-theme=auto] .order-md-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-md-4, [data-bs-theme=auto] .order-md-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-md-5, [data-bs-theme=auto] .order-md-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-md-last, [data-bs-theme=auto] .order-md-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-md-0, [data-bs-theme=auto] .m-md-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-md-1, [data-bs-theme=auto] .m-md-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-md-2, [data-bs-theme=auto] .m-md-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-md-3, [data-bs-theme=auto] .m-md-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-md-4, [data-bs-theme=auto] .m-md-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-md-5, [data-bs-theme=auto] .m-md-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-md-auto, [data-bs-theme=auto] .m-md-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-md-0, [data-bs-theme=auto] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-md-1, [data-bs-theme=auto] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-md-2, [data-bs-theme=auto] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-md-3, [data-bs-theme=auto] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-md-4, [data-bs-theme=auto] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-md-5, [data-bs-theme=auto] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-md-auto, [data-bs-theme=auto] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-md-0, [data-bs-theme=auto] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-md-1, [data-bs-theme=auto] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-md-2, [data-bs-theme=auto] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-md-3, [data-bs-theme=auto] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-md-4, [data-bs-theme=auto] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-md-5, [data-bs-theme=auto] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-md-auto, [data-bs-theme=auto] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-md-0, [data-bs-theme=auto] .mt-md-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-md-1, [data-bs-theme=auto] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-md-2, [data-bs-theme=auto] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-md-3, [data-bs-theme=auto] .mt-md-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-md-4, [data-bs-theme=auto] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-md-5, [data-bs-theme=auto] .mt-md-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-md-auto, [data-bs-theme=auto] .mt-md-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-md-0, [data-bs-theme=auto] .me-md-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-md-1, [data-bs-theme=auto] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-md-2, [data-bs-theme=auto] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-md-3, [data-bs-theme=auto] .me-md-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-md-4, [data-bs-theme=auto] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-md-5, [data-bs-theme=auto] .me-md-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-md-auto, [data-bs-theme=auto] .me-md-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-md-0, [data-bs-theme=auto] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-md-1, [data-bs-theme=auto] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-md-2, [data-bs-theme=auto] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-md-3, [data-bs-theme=auto] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-md-4, [data-bs-theme=auto] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-md-5, [data-bs-theme=auto] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-md-auto, [data-bs-theme=auto] .mb-md-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-md-0, [data-bs-theme=auto] .ms-md-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-md-1, [data-bs-theme=auto] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-md-2, [data-bs-theme=auto] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-md-3, [data-bs-theme=auto] .ms-md-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-md-4, [data-bs-theme=auto] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-md-5, [data-bs-theme=auto] .ms-md-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-md-auto, [data-bs-theme=auto] .ms-md-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-md-0, [data-bs-theme=auto] .p-md-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-md-1, [data-bs-theme=auto] .p-md-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-md-2, [data-bs-theme=auto] .p-md-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-md-3, [data-bs-theme=auto] .p-md-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-md-4, [data-bs-theme=auto] .p-md-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-md-5, [data-bs-theme=auto] .p-md-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-md-0, [data-bs-theme=auto] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-md-1, [data-bs-theme=auto] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-md-2, [data-bs-theme=auto] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-md-3, [data-bs-theme=auto] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-md-4, [data-bs-theme=auto] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-md-5, [data-bs-theme=auto] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-md-0, [data-bs-theme=auto] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-md-1, [data-bs-theme=auto] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-md-2, [data-bs-theme=auto] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-md-3, [data-bs-theme=auto] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-md-4, [data-bs-theme=auto] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-md-5, [data-bs-theme=auto] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-md-0, [data-bs-theme=auto] .pt-md-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-md-1, [data-bs-theme=auto] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-md-2, [data-bs-theme=auto] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-md-3, [data-bs-theme=auto] .pt-md-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-md-4, [data-bs-theme=auto] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-md-5, [data-bs-theme=auto] .pt-md-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-md-0, [data-bs-theme=auto] .pe-md-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-md-1, [data-bs-theme=auto] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-md-2, [data-bs-theme=auto] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-md-3, [data-bs-theme=auto] .pe-md-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-md-4, [data-bs-theme=auto] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-md-5, [data-bs-theme=auto] .pe-md-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-md-0, [data-bs-theme=auto] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-md-1, [data-bs-theme=auto] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-md-2, [data-bs-theme=auto] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-md-3, [data-bs-theme=auto] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-md-4, [data-bs-theme=auto] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-md-5, [data-bs-theme=auto] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-md-0, [data-bs-theme=auto] .ps-md-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-md-1, [data-bs-theme=auto] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-md-2, [data-bs-theme=auto] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-md-3, [data-bs-theme=auto] .ps-md-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-md-4, [data-bs-theme=auto] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-md-5, [data-bs-theme=auto] .ps-md-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-md-0, [data-bs-theme=auto] .gap-md-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-md-1, [data-bs-theme=auto] .gap-md-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-md-2, [data-bs-theme=auto] .gap-md-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-md-3, [data-bs-theme=auto] .gap-md-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-md-4, [data-bs-theme=auto] .gap-md-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-md-5, [data-bs-theme=auto] .gap-md-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-md-0, [data-bs-theme=auto] .row-gap-md-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-md-1, [data-bs-theme=auto] .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-md-2, [data-bs-theme=auto] .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-md-3, [data-bs-theme=auto] .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-md-4, [data-bs-theme=auto] .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-md-5, [data-bs-theme=auto] .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-md-0, [data-bs-theme=auto] .column-gap-md-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-md-1, [data-bs-theme=auto] .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-md-2, [data-bs-theme=auto] .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-md-3, [data-bs-theme=auto] .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-md-4, [data-bs-theme=auto] .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-md-5, [data-bs-theme=auto] .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .fs-md-1, [data-bs-theme=auto] .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=light] .fs-md-2, [data-bs-theme=auto] .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=light] .fs-md-3, [data-bs-theme=auto] .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=light] .fs-md-4, [data-bs-theme=auto] .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=light] .fs-md-5, [data-bs-theme=auto] .fs-md-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=light] .fs-md-6, [data-bs-theme=auto] .fs-md-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=light] .text-md-start, [data-bs-theme=auto] .text-md-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-md-end, [data-bs-theme=auto] .text-md-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-md-center, [data-bs-theme=auto] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=light] .float-lg-start, [data-bs-theme=auto] .float-lg-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-lg-end, [data-bs-theme=auto] .float-lg-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-lg-none, [data-bs-theme=auto] .float-lg-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-lg-contain, [data-bs-theme=auto] .object-fit-lg-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-lg-cover, [data-bs-theme=auto] .object-fit-lg-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-lg-fill, [data-bs-theme=auto] .object-fit-lg-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-lg-scale, [data-bs-theme=auto] .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-lg-none, [data-bs-theme=auto] .object-fit-lg-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-lg-inline, [data-bs-theme=auto] .d-lg-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-lg-inline-block, [data-bs-theme=auto] .d-lg-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-lg-block, [data-bs-theme=auto] .d-lg-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-lg-grid, [data-bs-theme=auto] .d-lg-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-lg-inline-grid, [data-bs-theme=auto] .d-lg-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-lg-table, [data-bs-theme=auto] .d-lg-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-lg-table-row, [data-bs-theme=auto] .d-lg-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-lg-table-cell, [data-bs-theme=auto] .d-lg-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-lg-flex, [data-bs-theme=auto] .d-lg-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-lg-inline-flex, [data-bs-theme=auto] .d-lg-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-lg-none, [data-bs-theme=auto] .d-lg-none {
    display: none !important;
  }
  [data-bs-theme=light] .position-lg-static, [data-bs-theme=auto] .position-lg-static {
    position: static !important;
  }
  [data-bs-theme=light] .position-lg-relative, [data-bs-theme=auto] .position-lg-relative {
    position: relative !important;
  }
  [data-bs-theme=light] .position-lg-absolute, [data-bs-theme=auto] .position-lg-absolute {
    position: absolute !important;
  }
  [data-bs-theme=light] .position-lg-fixed, [data-bs-theme=auto] .position-lg-fixed {
    position: fixed !important;
  }
  [data-bs-theme=light] .position-lg-sticky, [data-bs-theme=auto] .position-lg-sticky {
    position: sticky !important;
  }
  [data-bs-theme=light] .top-lg-0, [data-bs-theme=auto] .top-lg-0 {
    top: 0 !important;
  }
  [data-bs-theme=light] .top-lg-50, [data-bs-theme=auto] .top-lg-50 {
    top: 50% !important;
  }
  [data-bs-theme=light] .top-lg-100, [data-bs-theme=auto] .top-lg-100 {
    top: 100% !important;
  }
  [data-bs-theme=light] .bottom-lg-0, [data-bs-theme=auto] .bottom-lg-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=light] .bottom-lg-50, [data-bs-theme=auto] .bottom-lg-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=light] .bottom-lg-100, [data-bs-theme=auto] .bottom-lg-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=light] .start-lg-0, [data-bs-theme=auto] .start-lg-0 {
    left: 0 !important;
  }
  [data-bs-theme=light] .start-lg-50, [data-bs-theme=auto] .start-lg-50 {
    left: 50% !important;
  }
  [data-bs-theme=light] .start-lg-100, [data-bs-theme=auto] .start-lg-100 {
    left: 100% !important;
  }
  [data-bs-theme=light] .end-lg-0, [data-bs-theme=auto] .end-lg-0 {
    right: 0 !important;
  }
  [data-bs-theme=light] .end-lg-50, [data-bs-theme=auto] .end-lg-50 {
    right: 50% !important;
  }
  [data-bs-theme=light] .end-lg-100, [data-bs-theme=auto] .end-lg-100 {
    right: 100% !important;
  }
  [data-bs-theme=light] .translate-middle-lg, [data-bs-theme=auto] .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=light] .translate-middle-lg-x, [data-bs-theme=auto] .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=light] .translate-middle-lg-y, [data-bs-theme=auto] .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=light] .border-lg, [data-bs-theme=auto] .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-lg-0, [data-bs-theme=auto] .border-lg-0 {
    border: 0 !important;
  }
  [data-bs-theme=light] .border-top-lg, [data-bs-theme=auto] .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-top-lg-0, [data-bs-theme=auto] .border-top-lg-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=light] .border-end-lg, [data-bs-theme=auto] .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-end-lg-0, [data-bs-theme=auto] .border-end-lg-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=light] .border-bottom-lg, [data-bs-theme=auto] .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-bottom-lg-0, [data-bs-theme=auto] .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=light] .border-start-lg, [data-bs-theme=auto] .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-start-lg-0, [data-bs-theme=auto] .border-start-lg-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=light] .border-lg-primary, [data-bs-theme=auto] .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-secondary, [data-bs-theme=auto] .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-success, [data-bs-theme=auto] .border-lg-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-info, [data-bs-theme=auto] .border-lg-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-warning, [data-bs-theme=auto] .border-lg-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-danger, [data-bs-theme=auto] .border-lg-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-light, [data-bs-theme=auto] .border-lg-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-dark, [data-bs-theme=auto] .border-lg-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-black, [data-bs-theme=auto] .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-white, [data-bs-theme=auto] .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-lg-primary-subtle, [data-bs-theme=auto] .border-lg-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-secondary-subtle, [data-bs-theme=auto] .border-lg-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-success-subtle, [data-bs-theme=auto] .border-lg-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-info-subtle, [data-bs-theme=auto] .border-lg-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-warning-subtle, [data-bs-theme=auto] .border-lg-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-danger-subtle, [data-bs-theme=auto] .border-lg-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-light-subtle, [data-bs-theme=auto] .border-lg-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-dark-subtle, [data-bs-theme=auto] .border-lg-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=light] .border-lg-1, [data-bs-theme=auto] .border-lg-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=light] .border-lg-2, [data-bs-theme=auto] .border-lg-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=light] .border-lg-3, [data-bs-theme=auto] .border-lg-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=light] .border-lg-4, [data-bs-theme=auto] .border-lg-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=light] .border-lg-5, [data-bs-theme=auto] .border-lg-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=light] .border-opacity-lg-10, [data-bs-theme=auto] .border-opacity-lg-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=light] .border-opacity-lg-25, [data-bs-theme=auto] .border-opacity-lg-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=light] .border-opacity-lg-50, [data-bs-theme=auto] .border-opacity-lg-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=light] .border-opacity-lg-75, [data-bs-theme=auto] .border-opacity-lg-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=light] .border-opacity-lg-100, [data-bs-theme=auto] .border-opacity-lg-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=light] .w-lg-25, [data-bs-theme=auto] .w-lg-25 {
    width: 25% !important;
  }
  [data-bs-theme=light] .w-lg-50, [data-bs-theme=auto] .w-lg-50 {
    width: 50% !important;
  }
  [data-bs-theme=light] .w-lg-75, [data-bs-theme=auto] .w-lg-75 {
    width: 75% !important;
  }
  [data-bs-theme=light] .w-lg-100, [data-bs-theme=auto] .w-lg-100 {
    width: 100% !important;
  }
  [data-bs-theme=light] .w-lg-auto, [data-bs-theme=auto] .w-lg-auto {
    width: auto !important;
  }
  [data-bs-theme=light] .w-lg-fit-content, [data-bs-theme=auto] .w-lg-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=light] .flex-lg-fill, [data-bs-theme=auto] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-lg-row, [data-bs-theme=auto] .flex-lg-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-lg-column, [data-bs-theme=auto] .flex-lg-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-lg-row-reverse, [data-bs-theme=auto] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-lg-column-reverse, [data-bs-theme=auto] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-lg-grow-0, [data-bs-theme=auto] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-lg-grow-1, [data-bs-theme=auto] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-lg-shrink-0, [data-bs-theme=auto] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-lg-shrink-1, [data-bs-theme=auto] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-lg-wrap, [data-bs-theme=auto] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-lg-nowrap, [data-bs-theme=auto] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-lg-wrap-reverse, [data-bs-theme=auto] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-lg-start, [data-bs-theme=auto] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-lg-end, [data-bs-theme=auto] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-lg-center, [data-bs-theme=auto] .justify-content-lg-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-lg-between, [data-bs-theme=auto] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-lg-around, [data-bs-theme=auto] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-lg-evenly, [data-bs-theme=auto] .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-lg-start, [data-bs-theme=auto] .align-items-lg-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-lg-end, [data-bs-theme=auto] .align-items-lg-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-lg-center, [data-bs-theme=auto] .align-items-lg-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-lg-baseline, [data-bs-theme=auto] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-lg-stretch, [data-bs-theme=auto] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-lg-start, [data-bs-theme=auto] .align-content-lg-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-lg-end, [data-bs-theme=auto] .align-content-lg-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-lg-center, [data-bs-theme=auto] .align-content-lg-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-lg-between, [data-bs-theme=auto] .align-content-lg-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-lg-around, [data-bs-theme=auto] .align-content-lg-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-lg-stretch, [data-bs-theme=auto] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-lg-auto, [data-bs-theme=auto] .align-self-lg-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-lg-start, [data-bs-theme=auto] .align-self-lg-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-lg-end, [data-bs-theme=auto] .align-self-lg-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-lg-center, [data-bs-theme=auto] .align-self-lg-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-lg-baseline, [data-bs-theme=auto] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-lg-stretch, [data-bs-theme=auto] .align-self-lg-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-lg-first, [data-bs-theme=auto] .order-lg-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-lg-0, [data-bs-theme=auto] .order-lg-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-lg-1, [data-bs-theme=auto] .order-lg-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-lg-2, [data-bs-theme=auto] .order-lg-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-lg-3, [data-bs-theme=auto] .order-lg-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-lg-4, [data-bs-theme=auto] .order-lg-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-lg-5, [data-bs-theme=auto] .order-lg-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-lg-last, [data-bs-theme=auto] .order-lg-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-lg-0, [data-bs-theme=auto] .m-lg-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-lg-1, [data-bs-theme=auto] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-lg-2, [data-bs-theme=auto] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-lg-3, [data-bs-theme=auto] .m-lg-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-lg-4, [data-bs-theme=auto] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-lg-5, [data-bs-theme=auto] .m-lg-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-lg-auto, [data-bs-theme=auto] .m-lg-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-lg-0, [data-bs-theme=auto] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-lg-1, [data-bs-theme=auto] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-lg-2, [data-bs-theme=auto] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-lg-3, [data-bs-theme=auto] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-lg-4, [data-bs-theme=auto] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-lg-5, [data-bs-theme=auto] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-lg-auto, [data-bs-theme=auto] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-lg-0, [data-bs-theme=auto] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-lg-1, [data-bs-theme=auto] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-lg-2, [data-bs-theme=auto] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-lg-3, [data-bs-theme=auto] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-lg-4, [data-bs-theme=auto] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-lg-5, [data-bs-theme=auto] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-lg-auto, [data-bs-theme=auto] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-lg-0, [data-bs-theme=auto] .mt-lg-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-lg-1, [data-bs-theme=auto] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-lg-2, [data-bs-theme=auto] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-lg-3, [data-bs-theme=auto] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-lg-4, [data-bs-theme=auto] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-lg-5, [data-bs-theme=auto] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-lg-auto, [data-bs-theme=auto] .mt-lg-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-lg-0, [data-bs-theme=auto] .me-lg-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-lg-1, [data-bs-theme=auto] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-lg-2, [data-bs-theme=auto] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-lg-3, [data-bs-theme=auto] .me-lg-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-lg-4, [data-bs-theme=auto] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-lg-5, [data-bs-theme=auto] .me-lg-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-lg-auto, [data-bs-theme=auto] .me-lg-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-lg-0, [data-bs-theme=auto] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-lg-1, [data-bs-theme=auto] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-lg-2, [data-bs-theme=auto] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-lg-3, [data-bs-theme=auto] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-lg-4, [data-bs-theme=auto] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-lg-5, [data-bs-theme=auto] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-lg-auto, [data-bs-theme=auto] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-lg-0, [data-bs-theme=auto] .ms-lg-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-lg-1, [data-bs-theme=auto] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-lg-2, [data-bs-theme=auto] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-lg-3, [data-bs-theme=auto] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-lg-4, [data-bs-theme=auto] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-lg-5, [data-bs-theme=auto] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-lg-auto, [data-bs-theme=auto] .ms-lg-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-lg-0, [data-bs-theme=auto] .p-lg-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-lg-1, [data-bs-theme=auto] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-lg-2, [data-bs-theme=auto] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-lg-3, [data-bs-theme=auto] .p-lg-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-lg-4, [data-bs-theme=auto] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-lg-5, [data-bs-theme=auto] .p-lg-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-lg-0, [data-bs-theme=auto] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-lg-1, [data-bs-theme=auto] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-lg-2, [data-bs-theme=auto] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-lg-3, [data-bs-theme=auto] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-lg-4, [data-bs-theme=auto] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-lg-5, [data-bs-theme=auto] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-lg-0, [data-bs-theme=auto] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-lg-1, [data-bs-theme=auto] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-lg-2, [data-bs-theme=auto] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-lg-3, [data-bs-theme=auto] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-lg-4, [data-bs-theme=auto] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-lg-5, [data-bs-theme=auto] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-lg-0, [data-bs-theme=auto] .pt-lg-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-lg-1, [data-bs-theme=auto] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-lg-2, [data-bs-theme=auto] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-lg-3, [data-bs-theme=auto] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-lg-4, [data-bs-theme=auto] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-lg-5, [data-bs-theme=auto] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-lg-0, [data-bs-theme=auto] .pe-lg-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-lg-1, [data-bs-theme=auto] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-lg-2, [data-bs-theme=auto] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-lg-3, [data-bs-theme=auto] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-lg-4, [data-bs-theme=auto] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-lg-5, [data-bs-theme=auto] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-lg-0, [data-bs-theme=auto] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-lg-1, [data-bs-theme=auto] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-lg-2, [data-bs-theme=auto] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-lg-3, [data-bs-theme=auto] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-lg-4, [data-bs-theme=auto] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-lg-5, [data-bs-theme=auto] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-lg-0, [data-bs-theme=auto] .ps-lg-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-lg-1, [data-bs-theme=auto] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-lg-2, [data-bs-theme=auto] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-lg-3, [data-bs-theme=auto] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-lg-4, [data-bs-theme=auto] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-lg-5, [data-bs-theme=auto] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-lg-0, [data-bs-theme=auto] .gap-lg-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-lg-1, [data-bs-theme=auto] .gap-lg-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-lg-2, [data-bs-theme=auto] .gap-lg-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-lg-3, [data-bs-theme=auto] .gap-lg-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-lg-4, [data-bs-theme=auto] .gap-lg-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-lg-5, [data-bs-theme=auto] .gap-lg-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-0, [data-bs-theme=auto] .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-lg-1, [data-bs-theme=auto] .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-2, [data-bs-theme=auto] .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-3, [data-bs-theme=auto] .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-4, [data-bs-theme=auto] .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-lg-5, [data-bs-theme=auto] .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-0, [data-bs-theme=auto] .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-lg-1, [data-bs-theme=auto] .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-2, [data-bs-theme=auto] .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-3, [data-bs-theme=auto] .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-4, [data-bs-theme=auto] .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-lg-5, [data-bs-theme=auto] .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .fs-lg-1, [data-bs-theme=auto] .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=light] .fs-lg-2, [data-bs-theme=auto] .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=light] .fs-lg-3, [data-bs-theme=auto] .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=light] .fs-lg-4, [data-bs-theme=auto] .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=light] .fs-lg-5, [data-bs-theme=auto] .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=light] .fs-lg-6, [data-bs-theme=auto] .fs-lg-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=light] .text-lg-start, [data-bs-theme=auto] .text-lg-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-lg-end, [data-bs-theme=auto] .text-lg-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-lg-center, [data-bs-theme=auto] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .float-xl-start, [data-bs-theme=auto] .float-xl-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-xl-end, [data-bs-theme=auto] .float-xl-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-xl-none, [data-bs-theme=auto] .float-xl-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-xl-contain, [data-bs-theme=auto] .object-fit-xl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-xl-cover, [data-bs-theme=auto] .object-fit-xl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-xl-fill, [data-bs-theme=auto] .object-fit-xl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-xl-scale, [data-bs-theme=auto] .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-xl-none, [data-bs-theme=auto] .object-fit-xl-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-xl-inline, [data-bs-theme=auto] .d-xl-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-xl-inline-block, [data-bs-theme=auto] .d-xl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-xl-block, [data-bs-theme=auto] .d-xl-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-xl-grid, [data-bs-theme=auto] .d-xl-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-xl-inline-grid, [data-bs-theme=auto] .d-xl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-xl-table, [data-bs-theme=auto] .d-xl-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-xl-table-row, [data-bs-theme=auto] .d-xl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-xl-table-cell, [data-bs-theme=auto] .d-xl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-xl-flex, [data-bs-theme=auto] .d-xl-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-xl-inline-flex, [data-bs-theme=auto] .d-xl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-xl-none, [data-bs-theme=auto] .d-xl-none {
    display: none !important;
  }
  [data-bs-theme=light] .position-xl-static, [data-bs-theme=auto] .position-xl-static {
    position: static !important;
  }
  [data-bs-theme=light] .position-xl-relative, [data-bs-theme=auto] .position-xl-relative {
    position: relative !important;
  }
  [data-bs-theme=light] .position-xl-absolute, [data-bs-theme=auto] .position-xl-absolute {
    position: absolute !important;
  }
  [data-bs-theme=light] .position-xl-fixed, [data-bs-theme=auto] .position-xl-fixed {
    position: fixed !important;
  }
  [data-bs-theme=light] .position-xl-sticky, [data-bs-theme=auto] .position-xl-sticky {
    position: sticky !important;
  }
  [data-bs-theme=light] .top-xl-0, [data-bs-theme=auto] .top-xl-0 {
    top: 0 !important;
  }
  [data-bs-theme=light] .top-xl-50, [data-bs-theme=auto] .top-xl-50 {
    top: 50% !important;
  }
  [data-bs-theme=light] .top-xl-100, [data-bs-theme=auto] .top-xl-100 {
    top: 100% !important;
  }
  [data-bs-theme=light] .bottom-xl-0, [data-bs-theme=auto] .bottom-xl-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=light] .bottom-xl-50, [data-bs-theme=auto] .bottom-xl-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=light] .bottom-xl-100, [data-bs-theme=auto] .bottom-xl-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=light] .start-xl-0, [data-bs-theme=auto] .start-xl-0 {
    left: 0 !important;
  }
  [data-bs-theme=light] .start-xl-50, [data-bs-theme=auto] .start-xl-50 {
    left: 50% !important;
  }
  [data-bs-theme=light] .start-xl-100, [data-bs-theme=auto] .start-xl-100 {
    left: 100% !important;
  }
  [data-bs-theme=light] .end-xl-0, [data-bs-theme=auto] .end-xl-0 {
    right: 0 !important;
  }
  [data-bs-theme=light] .end-xl-50, [data-bs-theme=auto] .end-xl-50 {
    right: 50% !important;
  }
  [data-bs-theme=light] .end-xl-100, [data-bs-theme=auto] .end-xl-100 {
    right: 100% !important;
  }
  [data-bs-theme=light] .translate-middle-xl, [data-bs-theme=auto] .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=light] .translate-middle-xl-x, [data-bs-theme=auto] .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=light] .translate-middle-xl-y, [data-bs-theme=auto] .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=light] .border-xl, [data-bs-theme=auto] .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-xl-0, [data-bs-theme=auto] .border-xl-0 {
    border: 0 !important;
  }
  [data-bs-theme=light] .border-top-xl, [data-bs-theme=auto] .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-top-xl-0, [data-bs-theme=auto] .border-top-xl-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=light] .border-end-xl, [data-bs-theme=auto] .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-end-xl-0, [data-bs-theme=auto] .border-end-xl-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=light] .border-bottom-xl, [data-bs-theme=auto] .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-bottom-xl-0, [data-bs-theme=auto] .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=light] .border-start-xl, [data-bs-theme=auto] .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-start-xl-0, [data-bs-theme=auto] .border-start-xl-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=light] .border-xl-primary, [data-bs-theme=auto] .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-secondary, [data-bs-theme=auto] .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-success, [data-bs-theme=auto] .border-xl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-info, [data-bs-theme=auto] .border-xl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-warning, [data-bs-theme=auto] .border-xl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-danger, [data-bs-theme=auto] .border-xl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-light, [data-bs-theme=auto] .border-xl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-dark, [data-bs-theme=auto] .border-xl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-black, [data-bs-theme=auto] .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-white, [data-bs-theme=auto] .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xl-primary-subtle, [data-bs-theme=auto] .border-xl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-secondary-subtle, [data-bs-theme=auto] .border-xl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-success-subtle, [data-bs-theme=auto] .border-xl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-info-subtle, [data-bs-theme=auto] .border-xl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-warning-subtle, [data-bs-theme=auto] .border-xl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-danger-subtle, [data-bs-theme=auto] .border-xl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-light-subtle, [data-bs-theme=auto] .border-xl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-dark-subtle, [data-bs-theme=auto] .border-xl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xl-1, [data-bs-theme=auto] .border-xl-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=light] .border-xl-2, [data-bs-theme=auto] .border-xl-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=light] .border-xl-3, [data-bs-theme=auto] .border-xl-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=light] .border-xl-4, [data-bs-theme=auto] .border-xl-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=light] .border-xl-5, [data-bs-theme=auto] .border-xl-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=light] .border-opacity-xl-10, [data-bs-theme=auto] .border-opacity-xl-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=light] .border-opacity-xl-25, [data-bs-theme=auto] .border-opacity-xl-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=light] .border-opacity-xl-50, [data-bs-theme=auto] .border-opacity-xl-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=light] .border-opacity-xl-75, [data-bs-theme=auto] .border-opacity-xl-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=light] .border-opacity-xl-100, [data-bs-theme=auto] .border-opacity-xl-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=light] .w-xl-25, [data-bs-theme=auto] .w-xl-25 {
    width: 25% !important;
  }
  [data-bs-theme=light] .w-xl-50, [data-bs-theme=auto] .w-xl-50 {
    width: 50% !important;
  }
  [data-bs-theme=light] .w-xl-75, [data-bs-theme=auto] .w-xl-75 {
    width: 75% !important;
  }
  [data-bs-theme=light] .w-xl-100, [data-bs-theme=auto] .w-xl-100 {
    width: 100% !important;
  }
  [data-bs-theme=light] .w-xl-auto, [data-bs-theme=auto] .w-xl-auto {
    width: auto !important;
  }
  [data-bs-theme=light] .w-xl-fit-content, [data-bs-theme=auto] .w-xl-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=light] .flex-xl-fill, [data-bs-theme=auto] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-xl-row, [data-bs-theme=auto] .flex-xl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-xl-column, [data-bs-theme=auto] .flex-xl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-xl-row-reverse, [data-bs-theme=auto] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-xl-column-reverse, [data-bs-theme=auto] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-xl-grow-0, [data-bs-theme=auto] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-xl-grow-1, [data-bs-theme=auto] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-xl-shrink-0, [data-bs-theme=auto] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-xl-shrink-1, [data-bs-theme=auto] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-xl-wrap, [data-bs-theme=auto] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-xl-nowrap, [data-bs-theme=auto] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-xl-wrap-reverse, [data-bs-theme=auto] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-xl-start, [data-bs-theme=auto] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-xl-end, [data-bs-theme=auto] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-xl-center, [data-bs-theme=auto] .justify-content-xl-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-xl-between, [data-bs-theme=auto] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-xl-around, [data-bs-theme=auto] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-xl-evenly, [data-bs-theme=auto] .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-xl-start, [data-bs-theme=auto] .align-items-xl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-xl-end, [data-bs-theme=auto] .align-items-xl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-xl-center, [data-bs-theme=auto] .align-items-xl-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-xl-baseline, [data-bs-theme=auto] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-xl-stretch, [data-bs-theme=auto] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-xl-start, [data-bs-theme=auto] .align-content-xl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-xl-end, [data-bs-theme=auto] .align-content-xl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-xl-center, [data-bs-theme=auto] .align-content-xl-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-xl-between, [data-bs-theme=auto] .align-content-xl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-xl-around, [data-bs-theme=auto] .align-content-xl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-xl-stretch, [data-bs-theme=auto] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-xl-auto, [data-bs-theme=auto] .align-self-xl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-xl-start, [data-bs-theme=auto] .align-self-xl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-xl-end, [data-bs-theme=auto] .align-self-xl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-xl-center, [data-bs-theme=auto] .align-self-xl-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-xl-baseline, [data-bs-theme=auto] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-xl-stretch, [data-bs-theme=auto] .align-self-xl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-xl-first, [data-bs-theme=auto] .order-xl-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-xl-0, [data-bs-theme=auto] .order-xl-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-xl-1, [data-bs-theme=auto] .order-xl-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-xl-2, [data-bs-theme=auto] .order-xl-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-xl-3, [data-bs-theme=auto] .order-xl-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-xl-4, [data-bs-theme=auto] .order-xl-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-xl-5, [data-bs-theme=auto] .order-xl-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-xl-last, [data-bs-theme=auto] .order-xl-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-xl-0, [data-bs-theme=auto] .m-xl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-xl-1, [data-bs-theme=auto] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-xl-2, [data-bs-theme=auto] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-xl-3, [data-bs-theme=auto] .m-xl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-xl-4, [data-bs-theme=auto] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-xl-5, [data-bs-theme=auto] .m-xl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-xl-auto, [data-bs-theme=auto] .m-xl-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-xl-0, [data-bs-theme=auto] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-xl-1, [data-bs-theme=auto] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-xl-2, [data-bs-theme=auto] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-xl-3, [data-bs-theme=auto] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-xl-4, [data-bs-theme=auto] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-xl-5, [data-bs-theme=auto] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-xl-auto, [data-bs-theme=auto] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-xl-0, [data-bs-theme=auto] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-xl-1, [data-bs-theme=auto] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-xl-2, [data-bs-theme=auto] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-xl-3, [data-bs-theme=auto] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-xl-4, [data-bs-theme=auto] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-xl-5, [data-bs-theme=auto] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-xl-auto, [data-bs-theme=auto] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-xl-0, [data-bs-theme=auto] .mt-xl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-xl-1, [data-bs-theme=auto] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-xl-2, [data-bs-theme=auto] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-xl-3, [data-bs-theme=auto] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-xl-4, [data-bs-theme=auto] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-xl-5, [data-bs-theme=auto] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-xl-auto, [data-bs-theme=auto] .mt-xl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-xl-0, [data-bs-theme=auto] .me-xl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-xl-1, [data-bs-theme=auto] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-xl-2, [data-bs-theme=auto] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-xl-3, [data-bs-theme=auto] .me-xl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-xl-4, [data-bs-theme=auto] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-xl-5, [data-bs-theme=auto] .me-xl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-xl-auto, [data-bs-theme=auto] .me-xl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-xl-0, [data-bs-theme=auto] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-xl-1, [data-bs-theme=auto] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-xl-2, [data-bs-theme=auto] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-xl-3, [data-bs-theme=auto] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-xl-4, [data-bs-theme=auto] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-xl-5, [data-bs-theme=auto] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-xl-auto, [data-bs-theme=auto] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-xl-0, [data-bs-theme=auto] .ms-xl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-xl-1, [data-bs-theme=auto] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-xl-2, [data-bs-theme=auto] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-xl-3, [data-bs-theme=auto] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-xl-4, [data-bs-theme=auto] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-xl-5, [data-bs-theme=auto] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-xl-auto, [data-bs-theme=auto] .ms-xl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-xl-0, [data-bs-theme=auto] .p-xl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-xl-1, [data-bs-theme=auto] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-xl-2, [data-bs-theme=auto] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-xl-3, [data-bs-theme=auto] .p-xl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-xl-4, [data-bs-theme=auto] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-xl-5, [data-bs-theme=auto] .p-xl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-xl-0, [data-bs-theme=auto] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-xl-1, [data-bs-theme=auto] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-xl-2, [data-bs-theme=auto] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-xl-3, [data-bs-theme=auto] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-xl-4, [data-bs-theme=auto] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-xl-5, [data-bs-theme=auto] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-xl-0, [data-bs-theme=auto] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-xl-1, [data-bs-theme=auto] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-xl-2, [data-bs-theme=auto] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-xl-3, [data-bs-theme=auto] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-xl-4, [data-bs-theme=auto] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-xl-5, [data-bs-theme=auto] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-xl-0, [data-bs-theme=auto] .pt-xl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-xl-1, [data-bs-theme=auto] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-xl-2, [data-bs-theme=auto] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-xl-3, [data-bs-theme=auto] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-xl-4, [data-bs-theme=auto] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-xl-5, [data-bs-theme=auto] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-xl-0, [data-bs-theme=auto] .pe-xl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-xl-1, [data-bs-theme=auto] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-xl-2, [data-bs-theme=auto] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-xl-3, [data-bs-theme=auto] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-xl-4, [data-bs-theme=auto] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-xl-5, [data-bs-theme=auto] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-xl-0, [data-bs-theme=auto] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-xl-1, [data-bs-theme=auto] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-xl-2, [data-bs-theme=auto] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-xl-3, [data-bs-theme=auto] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-xl-4, [data-bs-theme=auto] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-xl-5, [data-bs-theme=auto] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-xl-0, [data-bs-theme=auto] .ps-xl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-xl-1, [data-bs-theme=auto] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-xl-2, [data-bs-theme=auto] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-xl-3, [data-bs-theme=auto] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-xl-4, [data-bs-theme=auto] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-xl-5, [data-bs-theme=auto] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-xl-0, [data-bs-theme=auto] .gap-xl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-xl-1, [data-bs-theme=auto] .gap-xl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-xl-2, [data-bs-theme=auto] .gap-xl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-xl-3, [data-bs-theme=auto] .gap-xl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-xl-4, [data-bs-theme=auto] .gap-xl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-xl-5, [data-bs-theme=auto] .gap-xl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-0, [data-bs-theme=auto] .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-xl-1, [data-bs-theme=auto] .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-2, [data-bs-theme=auto] .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-3, [data-bs-theme=auto] .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-4, [data-bs-theme=auto] .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xl-5, [data-bs-theme=auto] .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-0, [data-bs-theme=auto] .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-xl-1, [data-bs-theme=auto] .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-2, [data-bs-theme=auto] .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-3, [data-bs-theme=auto] .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-4, [data-bs-theme=auto] .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xl-5, [data-bs-theme=auto] .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .fs-xl-1, [data-bs-theme=auto] .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=light] .fs-xl-2, [data-bs-theme=auto] .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=light] .fs-xl-3, [data-bs-theme=auto] .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=light] .fs-xl-4, [data-bs-theme=auto] .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=light] .fs-xl-5, [data-bs-theme=auto] .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=light] .fs-xl-6, [data-bs-theme=auto] .fs-xl-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=light] .text-xl-start, [data-bs-theme=auto] .text-xl-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-xl-end, [data-bs-theme=auto] .text-xl-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-xl-center, [data-bs-theme=auto] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .float-xxl-start, [data-bs-theme=auto] .float-xxl-start {
    float: left !important;
  }
  [data-bs-theme=light] .float-xxl-end, [data-bs-theme=auto] .float-xxl-end {
    float: right !important;
  }
  [data-bs-theme=light] .float-xxl-none, [data-bs-theme=auto] .float-xxl-none {
    float: none !important;
  }
  [data-bs-theme=light] .object-fit-xxl-contain, [data-bs-theme=auto] .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=light] .object-fit-xxl-cover, [data-bs-theme=auto] .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=light] .object-fit-xxl-fill, [data-bs-theme=auto] .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=light] .object-fit-xxl-scale, [data-bs-theme=auto] .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=light] .object-fit-xxl-none, [data-bs-theme=auto] .object-fit-xxl-none {
    object-fit: none !important;
  }
  [data-bs-theme=light] .d-xxl-inline, [data-bs-theme=auto] .d-xxl-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-xxl-inline-block, [data-bs-theme=auto] .d-xxl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-xxl-block, [data-bs-theme=auto] .d-xxl-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-xxl-grid, [data-bs-theme=auto] .d-xxl-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-xxl-inline-grid, [data-bs-theme=auto] .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-xxl-table, [data-bs-theme=auto] .d-xxl-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-xxl-table-row, [data-bs-theme=auto] .d-xxl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-xxl-table-cell, [data-bs-theme=auto] .d-xxl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-xxl-flex, [data-bs-theme=auto] .d-xxl-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-xxl-inline-flex, [data-bs-theme=auto] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-xxl-none, [data-bs-theme=auto] .d-xxl-none {
    display: none !important;
  }
  [data-bs-theme=light] .position-xxl-static, [data-bs-theme=auto] .position-xxl-static {
    position: static !important;
  }
  [data-bs-theme=light] .position-xxl-relative, [data-bs-theme=auto] .position-xxl-relative {
    position: relative !important;
  }
  [data-bs-theme=light] .position-xxl-absolute, [data-bs-theme=auto] .position-xxl-absolute {
    position: absolute !important;
  }
  [data-bs-theme=light] .position-xxl-fixed, [data-bs-theme=auto] .position-xxl-fixed {
    position: fixed !important;
  }
  [data-bs-theme=light] .position-xxl-sticky, [data-bs-theme=auto] .position-xxl-sticky {
    position: sticky !important;
  }
  [data-bs-theme=light] .top-xxl-0, [data-bs-theme=auto] .top-xxl-0 {
    top: 0 !important;
  }
  [data-bs-theme=light] .top-xxl-50, [data-bs-theme=auto] .top-xxl-50 {
    top: 50% !important;
  }
  [data-bs-theme=light] .top-xxl-100, [data-bs-theme=auto] .top-xxl-100 {
    top: 100% !important;
  }
  [data-bs-theme=light] .bottom-xxl-0, [data-bs-theme=auto] .bottom-xxl-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=light] .bottom-xxl-50, [data-bs-theme=auto] .bottom-xxl-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=light] .bottom-xxl-100, [data-bs-theme=auto] .bottom-xxl-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=light] .start-xxl-0, [data-bs-theme=auto] .start-xxl-0 {
    left: 0 !important;
  }
  [data-bs-theme=light] .start-xxl-50, [data-bs-theme=auto] .start-xxl-50 {
    left: 50% !important;
  }
  [data-bs-theme=light] .start-xxl-100, [data-bs-theme=auto] .start-xxl-100 {
    left: 100% !important;
  }
  [data-bs-theme=light] .end-xxl-0, [data-bs-theme=auto] .end-xxl-0 {
    right: 0 !important;
  }
  [data-bs-theme=light] .end-xxl-50, [data-bs-theme=auto] .end-xxl-50 {
    right: 50% !important;
  }
  [data-bs-theme=light] .end-xxl-100, [data-bs-theme=auto] .end-xxl-100 {
    right: 100% !important;
  }
  [data-bs-theme=light] .translate-middle-xxl, [data-bs-theme=auto] .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=light] .translate-middle-xxl-x, [data-bs-theme=auto] .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=light] .translate-middle-xxl-y, [data-bs-theme=auto] .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=light] .border-xxl, [data-bs-theme=auto] .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-xxl-0, [data-bs-theme=auto] .border-xxl-0 {
    border: 0 !important;
  }
  [data-bs-theme=light] .border-top-xxl, [data-bs-theme=auto] .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-top-xxl-0, [data-bs-theme=auto] .border-top-xxl-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=light] .border-end-xxl, [data-bs-theme=auto] .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-end-xxl-0, [data-bs-theme=auto] .border-end-xxl-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=light] .border-bottom-xxl, [data-bs-theme=auto] .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-bottom-xxl-0, [data-bs-theme=auto] .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=light] .border-start-xxl, [data-bs-theme=auto] .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=light] .border-start-xxl-0, [data-bs-theme=auto] .border-start-xxl-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=light] .border-xxl-primary, [data-bs-theme=auto] .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-secondary, [data-bs-theme=auto] .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-success, [data-bs-theme=auto] .border-xxl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-info, [data-bs-theme=auto] .border-xxl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-warning, [data-bs-theme=auto] .border-xxl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-danger, [data-bs-theme=auto] .border-xxl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-light, [data-bs-theme=auto] .border-xxl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-dark, [data-bs-theme=auto] .border-xxl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-black, [data-bs-theme=auto] .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-white, [data-bs-theme=auto] .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=light] .border-xxl-primary-subtle, [data-bs-theme=auto] .border-xxl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-secondary-subtle, [data-bs-theme=auto] .border-xxl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-success-subtle, [data-bs-theme=auto] .border-xxl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-info-subtle, [data-bs-theme=auto] .border-xxl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-warning-subtle, [data-bs-theme=auto] .border-xxl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-danger-subtle, [data-bs-theme=auto] .border-xxl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-light-subtle, [data-bs-theme=auto] .border-xxl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-dark-subtle, [data-bs-theme=auto] .border-xxl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=light] .border-xxl-1, [data-bs-theme=auto] .border-xxl-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=light] .border-xxl-2, [data-bs-theme=auto] .border-xxl-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=light] .border-xxl-3, [data-bs-theme=auto] .border-xxl-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=light] .border-xxl-4, [data-bs-theme=auto] .border-xxl-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=light] .border-xxl-5, [data-bs-theme=auto] .border-xxl-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=light] .border-opacity-xxl-10, [data-bs-theme=auto] .border-opacity-xxl-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=light] .border-opacity-xxl-25, [data-bs-theme=auto] .border-opacity-xxl-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=light] .border-opacity-xxl-50, [data-bs-theme=auto] .border-opacity-xxl-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=light] .border-opacity-xxl-75, [data-bs-theme=auto] .border-opacity-xxl-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=light] .border-opacity-xxl-100, [data-bs-theme=auto] .border-opacity-xxl-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=light] .w-xxl-25, [data-bs-theme=auto] .w-xxl-25 {
    width: 25% !important;
  }
  [data-bs-theme=light] .w-xxl-50, [data-bs-theme=auto] .w-xxl-50 {
    width: 50% !important;
  }
  [data-bs-theme=light] .w-xxl-75, [data-bs-theme=auto] .w-xxl-75 {
    width: 75% !important;
  }
  [data-bs-theme=light] .w-xxl-100, [data-bs-theme=auto] .w-xxl-100 {
    width: 100% !important;
  }
  [data-bs-theme=light] .w-xxl-auto, [data-bs-theme=auto] .w-xxl-auto {
    width: auto !important;
  }
  [data-bs-theme=light] .w-xxl-fit-content, [data-bs-theme=auto] .w-xxl-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=light] .flex-xxl-fill, [data-bs-theme=auto] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=light] .flex-xxl-row, [data-bs-theme=auto] .flex-xxl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=light] .flex-xxl-column, [data-bs-theme=auto] .flex-xxl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=light] .flex-xxl-row-reverse, [data-bs-theme=auto] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=light] .flex-xxl-column-reverse, [data-bs-theme=auto] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=light] .flex-xxl-grow-0, [data-bs-theme=auto] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=light] .flex-xxl-grow-1, [data-bs-theme=auto] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=light] .flex-xxl-shrink-0, [data-bs-theme=auto] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=light] .flex-xxl-shrink-1, [data-bs-theme=auto] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=light] .flex-xxl-wrap, [data-bs-theme=auto] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=light] .flex-xxl-nowrap, [data-bs-theme=auto] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=light] .flex-xxl-wrap-reverse, [data-bs-theme=auto] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=light] .justify-content-xxl-start, [data-bs-theme=auto] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=light] .justify-content-xxl-end, [data-bs-theme=auto] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=light] .justify-content-xxl-center, [data-bs-theme=auto] .justify-content-xxl-center {
    justify-content: center !important;
  }
  [data-bs-theme=light] .justify-content-xxl-between, [data-bs-theme=auto] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=light] .justify-content-xxl-around, [data-bs-theme=auto] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=light] .justify-content-xxl-evenly, [data-bs-theme=auto] .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=light] .align-items-xxl-start, [data-bs-theme=auto] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=light] .align-items-xxl-end, [data-bs-theme=auto] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=light] .align-items-xxl-center, [data-bs-theme=auto] .align-items-xxl-center {
    align-items: center !important;
  }
  [data-bs-theme=light] .align-items-xxl-baseline, [data-bs-theme=auto] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=light] .align-items-xxl-stretch, [data-bs-theme=auto] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=light] .align-content-xxl-start, [data-bs-theme=auto] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=light] .align-content-xxl-end, [data-bs-theme=auto] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=light] .align-content-xxl-center, [data-bs-theme=auto] .align-content-xxl-center {
    align-content: center !important;
  }
  [data-bs-theme=light] .align-content-xxl-between, [data-bs-theme=auto] .align-content-xxl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=light] .align-content-xxl-around, [data-bs-theme=auto] .align-content-xxl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=light] .align-content-xxl-stretch, [data-bs-theme=auto] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=light] .align-self-xxl-auto, [data-bs-theme=auto] .align-self-xxl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=light] .align-self-xxl-start, [data-bs-theme=auto] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=light] .align-self-xxl-end, [data-bs-theme=auto] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=light] .align-self-xxl-center, [data-bs-theme=auto] .align-self-xxl-center {
    align-self: center !important;
  }
  [data-bs-theme=light] .align-self-xxl-baseline, [data-bs-theme=auto] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=light] .align-self-xxl-stretch, [data-bs-theme=auto] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=light] .order-xxl-first, [data-bs-theme=auto] .order-xxl-first {
    order: -1 !important;
  }
  [data-bs-theme=light] .order-xxl-0, [data-bs-theme=auto] .order-xxl-0 {
    order: 0 !important;
  }
  [data-bs-theme=light] .order-xxl-1, [data-bs-theme=auto] .order-xxl-1 {
    order: 1 !important;
  }
  [data-bs-theme=light] .order-xxl-2, [data-bs-theme=auto] .order-xxl-2 {
    order: 2 !important;
  }
  [data-bs-theme=light] .order-xxl-3, [data-bs-theme=auto] .order-xxl-3 {
    order: 3 !important;
  }
  [data-bs-theme=light] .order-xxl-4, [data-bs-theme=auto] .order-xxl-4 {
    order: 4 !important;
  }
  [data-bs-theme=light] .order-xxl-5, [data-bs-theme=auto] .order-xxl-5 {
    order: 5 !important;
  }
  [data-bs-theme=light] .order-xxl-last, [data-bs-theme=auto] .order-xxl-last {
    order: 6 !important;
  }
  [data-bs-theme=light] .m-xxl-0, [data-bs-theme=auto] .m-xxl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=light] .m-xxl-1, [data-bs-theme=auto] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=light] .m-xxl-2, [data-bs-theme=auto] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=light] .m-xxl-3, [data-bs-theme=auto] .m-xxl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=light] .m-xxl-4, [data-bs-theme=auto] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=light] .m-xxl-5, [data-bs-theme=auto] .m-xxl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=light] .m-xxl-auto, [data-bs-theme=auto] .m-xxl-auto {
    margin: auto !important;
  }
  [data-bs-theme=light] .mx-xxl-0, [data-bs-theme=auto] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .mx-xxl-1, [data-bs-theme=auto] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .mx-xxl-2, [data-bs-theme=auto] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .mx-xxl-3, [data-bs-theme=auto] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .mx-xxl-4, [data-bs-theme=auto] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .mx-xxl-5, [data-bs-theme=auto] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .mx-xxl-auto, [data-bs-theme=auto] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=light] .my-xxl-0, [data-bs-theme=auto] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .my-xxl-1, [data-bs-theme=auto] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .my-xxl-2, [data-bs-theme=auto] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .my-xxl-3, [data-bs-theme=auto] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .my-xxl-4, [data-bs-theme=auto] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .my-xxl-5, [data-bs-theme=auto] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .my-xxl-auto, [data-bs-theme=auto] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .mt-xxl-0, [data-bs-theme=auto] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=light] .mt-xxl-1, [data-bs-theme=auto] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=light] .mt-xxl-2, [data-bs-theme=auto] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=light] .mt-xxl-3, [data-bs-theme=auto] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=light] .mt-xxl-4, [data-bs-theme=auto] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=light] .mt-xxl-5, [data-bs-theme=auto] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=light] .mt-xxl-auto, [data-bs-theme=auto] .mt-xxl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=light] .me-xxl-0, [data-bs-theme=auto] .me-xxl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=light] .me-xxl-1, [data-bs-theme=auto] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=light] .me-xxl-2, [data-bs-theme=auto] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=light] .me-xxl-3, [data-bs-theme=auto] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=light] .me-xxl-4, [data-bs-theme=auto] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=light] .me-xxl-5, [data-bs-theme=auto] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=light] .me-xxl-auto, [data-bs-theme=auto] .me-xxl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=light] .mb-xxl-0, [data-bs-theme=auto] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=light] .mb-xxl-1, [data-bs-theme=auto] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .mb-xxl-2, [data-bs-theme=auto] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .mb-xxl-3, [data-bs-theme=auto] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=light] .mb-xxl-4, [data-bs-theme=auto] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .mb-xxl-5, [data-bs-theme=auto] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=light] .mb-xxl-auto, [data-bs-theme=auto] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=light] .ms-xxl-0, [data-bs-theme=auto] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=light] .ms-xxl-1, [data-bs-theme=auto] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ms-xxl-2, [data-bs-theme=auto] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ms-xxl-3, [data-bs-theme=auto] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=light] .ms-xxl-4, [data-bs-theme=auto] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ms-xxl-5, [data-bs-theme=auto] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=light] .ms-xxl-auto, [data-bs-theme=auto] .ms-xxl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=light] .p-xxl-0, [data-bs-theme=auto] .p-xxl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=light] .p-xxl-1, [data-bs-theme=auto] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=light] .p-xxl-2, [data-bs-theme=auto] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=light] .p-xxl-3, [data-bs-theme=auto] .p-xxl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=light] .p-xxl-4, [data-bs-theme=auto] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=light] .p-xxl-5, [data-bs-theme=auto] .p-xxl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=light] .px-xxl-0, [data-bs-theme=auto] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .px-xxl-1, [data-bs-theme=auto] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .px-xxl-2, [data-bs-theme=auto] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .px-xxl-3, [data-bs-theme=auto] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .px-xxl-4, [data-bs-theme=auto] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .px-xxl-5, [data-bs-theme=auto] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .py-xxl-0, [data-bs-theme=auto] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .py-xxl-1, [data-bs-theme=auto] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .py-xxl-2, [data-bs-theme=auto] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .py-xxl-3, [data-bs-theme=auto] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .py-xxl-4, [data-bs-theme=auto] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .py-xxl-5, [data-bs-theme=auto] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .pt-xxl-0, [data-bs-theme=auto] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=light] .pt-xxl-1, [data-bs-theme=auto] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=light] .pt-xxl-2, [data-bs-theme=auto] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=light] .pt-xxl-3, [data-bs-theme=auto] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=light] .pt-xxl-4, [data-bs-theme=auto] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=light] .pt-xxl-5, [data-bs-theme=auto] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=light] .pe-xxl-0, [data-bs-theme=auto] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=light] .pe-xxl-1, [data-bs-theme=auto] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=light] .pe-xxl-2, [data-bs-theme=auto] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=light] .pe-xxl-3, [data-bs-theme=auto] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=light] .pe-xxl-4, [data-bs-theme=auto] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=light] .pe-xxl-5, [data-bs-theme=auto] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=light] .pb-xxl-0, [data-bs-theme=auto] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=light] .pb-xxl-1, [data-bs-theme=auto] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=light] .pb-xxl-2, [data-bs-theme=auto] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=light] .pb-xxl-3, [data-bs-theme=auto] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=light] .pb-xxl-4, [data-bs-theme=auto] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=light] .pb-xxl-5, [data-bs-theme=auto] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=light] .ps-xxl-0, [data-bs-theme=auto] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=light] .ps-xxl-1, [data-bs-theme=auto] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=light] .ps-xxl-2, [data-bs-theme=auto] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=light] .ps-xxl-3, [data-bs-theme=auto] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=light] .ps-xxl-4, [data-bs-theme=auto] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=light] .ps-xxl-5, [data-bs-theme=auto] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=light] .gap-xxl-0, [data-bs-theme=auto] .gap-xxl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=light] .gap-xxl-1, [data-bs-theme=auto] .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=light] .gap-xxl-2, [data-bs-theme=auto] .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=light] .gap-xxl-3, [data-bs-theme=auto] .gap-xxl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=light] .gap-xxl-4, [data-bs-theme=auto] .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=light] .gap-xxl-5, [data-bs-theme=auto] .gap-xxl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-0, [data-bs-theme=auto] .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=light] .row-gap-xxl-1, [data-bs-theme=auto] .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-2, [data-bs-theme=auto] .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-3, [data-bs-theme=auto] .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-4, [data-bs-theme=auto] .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .row-gap-xxl-5, [data-bs-theme=auto] .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-0, [data-bs-theme=auto] .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=light] .column-gap-xxl-1, [data-bs-theme=auto] .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-2, [data-bs-theme=auto] .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-3, [data-bs-theme=auto] .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-4, [data-bs-theme=auto] .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=light] .column-gap-xxl-5, [data-bs-theme=auto] .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=light] .fs-xxl-1, [data-bs-theme=auto] .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=light] .fs-xxl-2, [data-bs-theme=auto] .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=light] .fs-xxl-3, [data-bs-theme=auto] .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=light] .fs-xxl-4, [data-bs-theme=auto] .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=light] .fs-xxl-5, [data-bs-theme=auto] .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=light] .fs-xxl-6, [data-bs-theme=auto] .fs-xxl-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=light] .text-xxl-start, [data-bs-theme=auto] .text-xxl-start {
    text-align: left !important;
  }
  [data-bs-theme=light] .text-xxl-end, [data-bs-theme=auto] .text-xxl-end {
    text-align: right !important;
  }
  [data-bs-theme=light] .text-xxl-center, [data-bs-theme=auto] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .fs-1, [data-bs-theme=auto] .fs-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=light] .fs-2, [data-bs-theme=auto] .fs-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=light] .fs-3, [data-bs-theme=auto] .fs-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=light] .fs-4, [data-bs-theme=auto] .fs-4 {
    font-size: 1.5rem !important;
  }
  [data-bs-theme=light] .fs-sm-1, [data-bs-theme=auto] .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=light] .fs-sm-2, [data-bs-theme=auto] .fs-sm-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=light] .fs-sm-3, [data-bs-theme=auto] .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=light] .fs-sm-4, [data-bs-theme=auto] .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  [data-bs-theme=light] .fs-md-1, [data-bs-theme=auto] .fs-md-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=light] .fs-md-2, [data-bs-theme=auto] .fs-md-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=light] .fs-md-3, [data-bs-theme=auto] .fs-md-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=light] .fs-md-4, [data-bs-theme=auto] .fs-md-4 {
    font-size: 1.5rem !important;
  }
  [data-bs-theme=light] .fs-lg-1, [data-bs-theme=auto] .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=light] .fs-lg-2, [data-bs-theme=auto] .fs-lg-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=light] .fs-lg-3, [data-bs-theme=auto] .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=light] .fs-lg-4, [data-bs-theme=auto] .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  [data-bs-theme=light] .d-print-inline, [data-bs-theme=auto] .d-print-inline {
    display: inline !important;
  }
  [data-bs-theme=light] .d-print-inline-block, [data-bs-theme=auto] .d-print-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=light] .d-print-block, [data-bs-theme=auto] .d-print-block {
    display: block !important;
  }
  [data-bs-theme=light] .d-print-grid, [data-bs-theme=auto] .d-print-grid {
    display: grid !important;
  }
  [data-bs-theme=light] .d-print-inline-grid, [data-bs-theme=auto] .d-print-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=light] .d-print-table, [data-bs-theme=auto] .d-print-table {
    display: table !important;
  }
  [data-bs-theme=light] .d-print-table-row, [data-bs-theme=auto] .d-print-table-row {
    display: table-row !important;
  }
  [data-bs-theme=light] .d-print-table-cell, [data-bs-theme=auto] .d-print-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=light] .d-print-flex, [data-bs-theme=auto] .d-print-flex {
    display: flex !important;
  }
  [data-bs-theme=light] .d-print-inline-flex, [data-bs-theme=auto] .d-print-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=light] .d-print-none, [data-bs-theme=auto] .d-print-none {
    display: none !important;
  }
}

[data-bs-theme=dark] {
  /* REDEFINE THEME COLORS FOR DARK THEME */
  /* redefine theme color variables */
  --bs-primary: #8dcdff !important;
  --bs-secondary: #666666 !important;
  --bs-light: #1e1e1e !important;
  --bs-success: #6cdf5a !important;
  --bs-info: #03A9F4 !important;
  --bs-warning: #FECB00 !important;
  --bs-danger: #F2B8B5 !important;
  --bs-dark: #f2f2f2 !important;
  --bs-primary-rgb: 141, 205, 255 !important;
  --bs-secondary-rgb: 102, 102, 102 !important;
  --bs-light-rgb: 30, 30, 30 !important;
  --bs-success-rgb: 108, 223, 90 !important;
  --bs-info-rgb: 3, 169, 244 !important;
  --bs-warning-rgb: 254, 203, 0 !important;
  --bs-danger-rgb: 242, 184, 181 !important;
  --bs-dark-rgb: 242, 242, 242 !important;
  --bs-gray-100-rgb: 30, 30, 30 !important;
  --bs-gray-200-rgb: 64, 64, 64 !important;
  --bs-gray-300-rgb: 102, 102, 102 !important;
  --bs-gray-400-rgb: 140, 140, 140 !important;
  --bs-gray-500-rgb: 179, 179, 179 !important;
  --bs-gray-600-rgb: 204, 204, 204 !important;
  --bs-gray-700-rgb: 217, 217, 217 !important;
  --bs-gray-800-rgb: 230, 230, 230 !important;
  --bs-gray-900-rgb: 242, 242, 242 !important;
  /* Loop through the gray colors map and redefine variables */
  --bs-gray-100: #1e1e1e !important;
  --bs-gray-200: #404040 !important;
  --bs-gray-300: #666666 !important;
  --bs-gray-400: #8c8c8c !important;
  --bs-gray-500: #b3b3b3 !important;
  --bs-gray-600: #cccccc !important;
  --bs-gray-700: #d9d9d9 !important;
  --bs-gray-800: #e6e6e6 !important;
  --bs-gray-900: #f2f2f2 !important;
  /* Loop through the text colors map and redefine variables */
  --bs-white: #ffffff !important;
  --bs-primary: #8dcdff !important;
  --bs-secondary: #666666 !important;
  --bs-light: #1e1e1e !important;
  --bs-success: #6cdf5a !important;
  --bs-info: #03A9F4 !important;
  --bs-warning: #FECB00 !important;
  --bs-danger: #F2B8B5 !important;
  --bs-dark: #f2f2f2 !important;
  --bs-muted: #adb5bd !important;
  --bs-gray-100: #1e1e1e !important;
  --bs-gray-200: #404040 !important;
  --bs-gray-300: #666666 !important;
  --bs-gray-400: #8c8c8c !important;
  --bs-gray-500: #b3b3b3 !important;
  --bs-gray-600: #cccccc !important;
  --bs-gray-700: #d9d9d9 !important;
  --bs-gray-800: #e6e6e6 !important;
  --bs-gray-900: #f2f2f2 !important;
  --bs-body-color: #f3f3f3 !important;
  --bs-body-bg: #121212 !important;
  --bs-body-bg-rgb: 18, 18, 18 !important;
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
[data-bs-theme=dark] .bg-gray-100 {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}
[data-bs-theme=dark] .bg-gray-100i {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100) !important;
}
[data-bs-theme=dark] .bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}
[data-bs-theme=dark] .bg-gray-200i {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200) !important;
}
[data-bs-theme=dark] .bg-gray-300 {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}
[data-bs-theme=dark] .bg-gray-300i {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300) !important;
}
[data-bs-theme=dark] .bg-gray-400 {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}
[data-bs-theme=dark] .bg-gray-400i {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400) !important;
}
[data-bs-theme=dark] .bg-gray-500 {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}
[data-bs-theme=dark] .bg-gray-500i {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500) !important;
}
[data-bs-theme=dark] .bg-gray-600 {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}
[data-bs-theme=dark] .bg-gray-600i {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600) !important;
}
[data-bs-theme=dark] .bg-gray-700 {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}
[data-bs-theme=dark] .bg-gray-700i {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700) !important;
}
[data-bs-theme=dark] .bg-gray-800 {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}
[data-bs-theme=dark] .bg-gray-800i {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800) !important;
}
[data-bs-theme=dark] .bg-gray-900 {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}
[data-bs-theme=dark] .bg-gray-900i {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900) !important;
}
[data-bs-theme=dark] :root,
[data-bs-theme=dark] [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #1e1e1e;
  --bs-gray-200: #404040;
  --bs-gray-300: #666666;
  --bs-gray-400: #8c8c8c;
  --bs-gray-500: #b3b3b3;
  --bs-gray-600: #cccccc;
  --bs-gray-700: #d9d9d9;
  --bs-gray-800: #e6e6e6;
  --bs-gray-900: #f2f2f2;
  --bs-primary: #8dcdff;
  --bs-secondary: #666666;
  --bs-light: #1e1e1e;
  --bs-success: #6cdf5a;
  --bs-info: #03A9F4;
  --bs-warning: #FECB00;
  --bs-danger: #F2B8B5;
  --bs-dark: #f2f2f2;
  --bs-primary-rgb: 141, 205, 255;
  --bs-secondary-rgb: 102, 102, 102;
  --bs-light-rgb: 30, 30, 30;
  --bs-success-rgb: 108, 223, 90;
  --bs-info-rgb: 3, 169, 244;
  --bs-warning-rgb: 254, 203, 0;
  --bs-danger-rgb: 242, 184, 181;
  --bs-dark-rgb: 242, 242, 242;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Quicksand", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #f3f3f3;
  --bs-body-color-rgb: 243, 243, 243;
  --bs-body-bg: #121212;
  --bs-body-bg-rgb: 18, 18, 18;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-300);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: var(--bs-danger);
  --bs-form-invalid-border-color: var(--bs-danger);
}
[data-bs-theme=dark] [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
[data-bs-theme=dark] *,
[data-bs-theme=dark] *::before,
[data-bs-theme=dark] *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  [data-bs-theme=dark] :root {
    scroll-behavior: smooth;
  }
}
[data-bs-theme=dark] body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-bs-theme=dark] hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
[data-bs-theme=dark] [data-bs-theme=light] h1, [data-bs-theme=light] [data-bs-theme=dark] h1, [data-bs-theme=dark] [data-bs-theme=auto] h1, [data-bs-theme=auto] [data-bs-theme=dark] h1, [data-bs-theme=dark] [data-bs-theme=light] h2, [data-bs-theme=light] [data-bs-theme=dark] h2, [data-bs-theme=dark] [data-bs-theme=auto] h2, [data-bs-theme=auto] [data-bs-theme=dark] h2, [data-bs-theme=dark] [data-bs-theme=light] h3, [data-bs-theme=light] [data-bs-theme=dark] h3, [data-bs-theme=dark] [data-bs-theme=auto] h3, [data-bs-theme=auto] [data-bs-theme=dark] h3, [data-bs-theme=dark] [data-bs-theme=light] h4, [data-bs-theme=light] [data-bs-theme=dark] h4, [data-bs-theme=dark] [data-bs-theme=auto] h4, [data-bs-theme=auto] [data-bs-theme=dark] h4, [data-bs-theme=dark] [data-bs-theme=light] h5, [data-bs-theme=light] [data-bs-theme=dark] h5, [data-bs-theme=dark] [data-bs-theme=auto] h5, [data-bs-theme=auto] [data-bs-theme=dark] h5, [data-bs-theme=dark] [data-bs-theme=light] h6, [data-bs-theme=light] [data-bs-theme=dark] h6, [data-bs-theme=dark] [data-bs-theme=auto] h6, [data-bs-theme=auto] [data-bs-theme=dark] h6, [data-bs-theme=dark] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h1, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h1, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h2, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h2, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h3, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h3, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h4, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h4, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h5, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h5, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=dark] .h6, [data-bs-theme=dark] [data-bs-theme=light] [data-bs-theme=auto] .h6, [data-bs-theme=light] [data-bs-theme=auto] [data-bs-theme=dark] .h6, [data-bs-theme=dark] [data-bs-theme=auto] [data-bs-theme=light] .h6, [data-bs-theme=auto] [data-bs-theme=light] [data-bs-theme=dark] .h6, [data-bs-theme=dark] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=dark] .h6, [data-bs-theme=dark] h1, [data-bs-theme=dark] [data-bs-theme=light] .h1, [data-bs-theme=light] [data-bs-theme=dark] .h1, [data-bs-theme=dark] [data-bs-theme=auto] .h1, [data-bs-theme=auto] [data-bs-theme=dark] .h1, [data-bs-theme=dark] h2, [data-bs-theme=dark] [data-bs-theme=light] .h2, [data-bs-theme=light] [data-bs-theme=dark] .h2, [data-bs-theme=dark] [data-bs-theme=auto] .h2, [data-bs-theme=auto] [data-bs-theme=dark] .h2, [data-bs-theme=dark] h3, [data-bs-theme=dark] [data-bs-theme=light] .h3, [data-bs-theme=light] [data-bs-theme=dark] .h3, [data-bs-theme=dark] [data-bs-theme=auto] .h3, [data-bs-theme=auto] [data-bs-theme=dark] .h3, [data-bs-theme=dark] h4, [data-bs-theme=dark] [data-bs-theme=light] .h4, [data-bs-theme=light] [data-bs-theme=dark] .h4, [data-bs-theme=dark] [data-bs-theme=auto] .h4, [data-bs-theme=auto] [data-bs-theme=dark] .h4, [data-bs-theme=dark] h5, [data-bs-theme=dark] [data-bs-theme=light] .h5, [data-bs-theme=light] [data-bs-theme=dark] .h5, [data-bs-theme=dark] [data-bs-theme=auto] .h5, [data-bs-theme=auto] [data-bs-theme=dark] .h5, [data-bs-theme=dark] h6, [data-bs-theme=dark] [data-bs-theme=light] .h6, [data-bs-theme=light] [data-bs-theme=dark] .h6, [data-bs-theme=dark] [data-bs-theme=auto] .h6, [data-bs-theme=auto] [data-bs-theme=dark] .h6, [data-bs-theme=dark] .h1, [data-bs-theme=dark] .h2, [data-bs-theme=dark] .h3, [data-bs-theme=dark] .h4, [data-bs-theme=dark] .h5, [data-bs-theme=dark] .h6, [data-bs-theme=dark] h1, [data-bs-theme=dark] h2, [data-bs-theme=dark] h3, [data-bs-theme=dark] h4, [data-bs-theme=dark] h5, [data-bs-theme=dark] h6, [data-bs-theme=dark] .h1, [data-bs-theme=dark] .h2, [data-bs-theme=dark] .h3, [data-bs-theme=dark] .h4, [data-bs-theme=dark] .h5, [data-bs-theme=dark] .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
[data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
    font-size: 2rem;
  }
}
[data-bs-theme=dark] h3, [data-bs-theme=dark] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h3, [data-bs-theme=dark] .h3 {
    font-size: 1.75rem;
  }
}
[data-bs-theme=dark] h4, [data-bs-theme=dark] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] h4, [data-bs-theme=dark] .h4 {
    font-size: 1.5rem;
  }
}
[data-bs-theme=dark] h5, [data-bs-theme=dark] .h5 {
  font-size: 1.25rem;
}
[data-bs-theme=dark] h6, [data-bs-theme=dark] .h6 {
  font-size: 1rem;
}
[data-bs-theme=dark] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=dark] abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
[data-bs-theme=dark] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
[data-bs-theme=dark] ol,
[data-bs-theme=dark] ul {
  padding-left: 2rem;
}
[data-bs-theme=dark] ol,
[data-bs-theme=dark] ul,
[data-bs-theme=dark] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
[data-bs-theme=dark] ol ol,
[data-bs-theme=dark] ul ul,
[data-bs-theme=dark] ol ul,
[data-bs-theme=dark] ul ol {
  margin-bottom: 0;
}
[data-bs-theme=dark] dt {
  font-weight: 700;
}
[data-bs-theme=dark] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
[data-bs-theme=dark] blockquote {
  margin: 0 0 1rem;
}
[data-bs-theme=dark] b,
[data-bs-theme=dark] strong {
  font-weight: bolder;
}
[data-bs-theme=dark] small, [data-bs-theme=dark] .small {
  font-size: 0.875em;
}
[data-bs-theme=dark] mark, [data-bs-theme=dark] .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
[data-bs-theme=dark] sub,
[data-bs-theme=dark] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
[data-bs-theme=dark] sub {
  bottom: -0.25em;
}
[data-bs-theme=dark] sup {
  top: -0.5em;
}
[data-bs-theme=dark] a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
[data-bs-theme=dark] a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
[data-bs-theme=dark] a:not([href]):not([class]), [data-bs-theme=dark] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
[data-bs-theme=dark] pre,
[data-bs-theme=dark] code,
[data-bs-theme=dark] kbd,
[data-bs-theme=dark] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
[data-bs-theme=dark] pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
[data-bs-theme=dark] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
[data-bs-theme=dark] code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > [data-bs-theme=dark] code {
  color: inherit;
}
[data-bs-theme=dark] kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
[data-bs-theme=dark] kbd kbd {
  padding: 0;
  font-size: 1em;
}
[data-bs-theme=dark] figure {
  margin: 0 0 1rem;
}
[data-bs-theme=dark] img,
[data-bs-theme=dark] svg {
  vertical-align: middle;
}
[data-bs-theme=dark] table {
  caption-side: bottom;
  border-collapse: collapse;
}
[data-bs-theme=dark] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
[data-bs-theme=dark] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
[data-bs-theme=dark] thead,
[data-bs-theme=dark] tbody,
[data-bs-theme=dark] tfoot,
[data-bs-theme=dark] tr,
[data-bs-theme=dark] td,
[data-bs-theme=dark] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=dark] label {
  display: inline-block;
}
[data-bs-theme=dark] button {
  border-radius: 0;
}
[data-bs-theme=dark] button:focus:not(:focus-visible) {
  outline: 0;
}
[data-bs-theme=dark] input,
[data-bs-theme=dark] button,
[data-bs-theme=dark] select,
[data-bs-theme=dark] optgroup,
[data-bs-theme=dark] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[data-bs-theme=dark] button,
[data-bs-theme=dark] select {
  text-transform: none;
}
[data-bs-theme=dark] [role=button] {
  cursor: pointer;
}
[data-bs-theme=dark] select {
  word-wrap: normal;
}
[data-bs-theme=dark] select:disabled {
  opacity: 1;
}
[data-bs-theme=dark] [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[data-bs-theme=dark] button,
[data-bs-theme=dark] [type=button],
[data-bs-theme=dark] [type=reset],
[data-bs-theme=dark] [type=submit] {
  -webkit-appearance: button;
}
[data-bs-theme=dark] button:not(:disabled),
[data-bs-theme=dark] [type=button]:not(:disabled),
[data-bs-theme=dark] [type=reset]:not(:disabled),
[data-bs-theme=dark] [type=submit]:not(:disabled) {
  cursor: pointer;
}
[data-bs-theme=dark] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[data-bs-theme=dark] textarea {
  resize: vertical;
}
[data-bs-theme=dark] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[data-bs-theme=dark] legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] legend {
    font-size: 1.5rem;
  }
}
[data-bs-theme=dark] legend + * {
  clear: left;
}
[data-bs-theme=dark] ::-webkit-datetime-edit-fields-wrapper,
[data-bs-theme=dark] ::-webkit-datetime-edit-text,
[data-bs-theme=dark] ::-webkit-datetime-edit-minute,
[data-bs-theme=dark] ::-webkit-datetime-edit-hour-field,
[data-bs-theme=dark] ::-webkit-datetime-edit-day-field,
[data-bs-theme=dark] ::-webkit-datetime-edit-month-field,
[data-bs-theme=dark] ::-webkit-datetime-edit-year-field {
  padding: 0;
}
[data-bs-theme=dark] ::-webkit-inner-spin-button {
  height: auto;
}
[data-bs-theme=dark] [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[data-bs-theme=dark] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-bs-theme=dark] ::-webkit-color-swatch-wrapper {
  padding: 0;
}
[data-bs-theme=dark] ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[data-bs-theme=dark] output {
  display: inline-block;
}
[data-bs-theme=dark] iframe {
  border: 0;
}
[data-bs-theme=dark] summary {
  display: list-item;
  cursor: pointer;
}
[data-bs-theme=dark] progress {
  vertical-align: baseline;
}
[data-bs-theme=dark] [hidden] {
  display: none !important;
}
[data-bs-theme=dark] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
[data-bs-theme=dark] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-1 {
    font-size: 5rem;
  }
}
[data-bs-theme=dark] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-2 {
    font-size: 4.5rem;
  }
}
[data-bs-theme=dark] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-3 {
    font-size: 4rem;
  }
}
[data-bs-theme=dark] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-4 {
    font-size: 3.5rem;
  }
}
[data-bs-theme=dark] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-5 {
    font-size: 3rem;
  }
}
[data-bs-theme=dark] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .display-6 {
    font-size: 2.5rem;
  }
}
[data-bs-theme=dark] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=dark] .list-inline {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=dark] .list-inline-item {
  display: inline-block;
}
[data-bs-theme=dark] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[data-bs-theme=dark] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
[data-bs-theme=dark] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
[data-bs-theme=dark] .blockquote > :last-child {
  margin-bottom: 0;
}
[data-bs-theme=dark] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
[data-bs-theme=dark] .blockquote-footer::before {
  content: "— ";
}
[data-bs-theme=dark] .img-fluid {
  max-width: 100%;
  height: auto;
}
[data-bs-theme=dark] .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}
[data-bs-theme=dark] .figure {
  display: inline-block;
}
[data-bs-theme=dark] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
[data-bs-theme=dark] .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .container,
[data-bs-theme=dark] .container-fluid,
[data-bs-theme=dark] .container-sm,
[data-bs-theme=dark] .container-md,
[data-bs-theme=dark] .container-lg,
[data-bs-theme=dark] .container-xl,
[data-bs-theme=dark] .container-xxl {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .container, [data-bs-theme=dark] .container-sm, [data-bs-theme=dark] .container-md, [data-bs-theme=dark] .container-lg, [data-bs-theme=dark] .container-xl, [data-bs-theme=dark] .container-xxl {
    max-width: 1320px;
  }
}
[data-bs-theme=dark] :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
[data-bs-theme=dark] .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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
[data-bs-theme=dark] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
[data-bs-theme=dark] .col {
  flex: 1 0 0%;
}
[data-bs-theme=dark] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=dark] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=dark] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=dark] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=dark] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=dark] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
[data-bs-theme=dark] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=dark] .col-auto {
  flex: 0 0 auto;
  width: auto;
}
[data-bs-theme=dark] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
[data-bs-theme=dark] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
[data-bs-theme=dark] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
[data-bs-theme=dark] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
[data-bs-theme=dark] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
[data-bs-theme=dark] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
[data-bs-theme=dark] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
[data-bs-theme=dark] .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
[data-bs-theme=dark] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
[data-bs-theme=dark] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
[data-bs-theme=dark] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
[data-bs-theme=dark] .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
[data-bs-theme=dark] .offset-1 {
  margin-left: 8.33333333%;
}
[data-bs-theme=dark] .offset-2 {
  margin-left: 16.66666667%;
}
[data-bs-theme=dark] .offset-3 {
  margin-left: 25%;
}
[data-bs-theme=dark] .offset-4 {
  margin-left: 33.33333333%;
}
[data-bs-theme=dark] .offset-5 {
  margin-left: 41.66666667%;
}
[data-bs-theme=dark] .offset-6 {
  margin-left: 50%;
}
[data-bs-theme=dark] .offset-7 {
  margin-left: 58.33333333%;
}
[data-bs-theme=dark] .offset-8 {
  margin-left: 66.66666667%;
}
[data-bs-theme=dark] .offset-9 {
  margin-left: 75%;
}
[data-bs-theme=dark] .offset-10 {
  margin-left: 83.33333333%;
}
[data-bs-theme=dark] .offset-11 {
  margin-left: 91.66666667%;
}
[data-bs-theme=dark] .g-0,
[data-bs-theme=dark] .gx-0 {
  --bs-gutter-x: 0;
}
[data-bs-theme=dark] .g-0,
[data-bs-theme=dark] .gy-0 {
  --bs-gutter-y: 0;
}
[data-bs-theme=dark] .g-1,
[data-bs-theme=dark] .gx-1 {
  --bs-gutter-x: 0.25rem;
}
[data-bs-theme=dark] .g-1,
[data-bs-theme=dark] .gy-1 {
  --bs-gutter-y: 0.25rem;
}
[data-bs-theme=dark] .g-2,
[data-bs-theme=dark] .gx-2 {
  --bs-gutter-x: 0.5rem;
}
[data-bs-theme=dark] .g-2,
[data-bs-theme=dark] .gy-2 {
  --bs-gutter-y: 0.5rem;
}
[data-bs-theme=dark] .g-3,
[data-bs-theme=dark] .gx-3 {
  --bs-gutter-x: 1rem;
}
[data-bs-theme=dark] .g-3,
[data-bs-theme=dark] .gy-3 {
  --bs-gutter-y: 1rem;
}
[data-bs-theme=dark] .g-4,
[data-bs-theme=dark] .gx-4 {
  --bs-gutter-x: 1.5rem;
}
[data-bs-theme=dark] .g-4,
[data-bs-theme=dark] .gy-4 {
  --bs-gutter-y: 1.5rem;
}
[data-bs-theme=dark] .g-5,
[data-bs-theme=dark] .gx-5 {
  --bs-gutter-x: 3rem;
}
[data-bs-theme=dark] .g-5,
[data-bs-theme=dark] .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .col-sm {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-sm-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-sm-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-sm-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-sm-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-sm-0,
  [data-bs-theme=dark] .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-sm-0,
  [data-bs-theme=dark] .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-sm-1,
  [data-bs-theme=dark] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-sm-1,
  [data-bs-theme=dark] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-sm-2,
  [data-bs-theme=dark] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-sm-2,
  [data-bs-theme=dark] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-sm-3,
  [data-bs-theme=dark] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-sm-3,
  [data-bs-theme=dark] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-sm-4,
  [data-bs-theme=dark] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-sm-4,
  [data-bs-theme=dark] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-sm-5,
  [data-bs-theme=dark] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-sm-5,
  [data-bs-theme=dark] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .col-md {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-md-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-md-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-md-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-md-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-md-0,
  [data-bs-theme=dark] .gx-md-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-md-0,
  [data-bs-theme=dark] .gy-md-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-md-1,
  [data-bs-theme=dark] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-md-1,
  [data-bs-theme=dark] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-md-2,
  [data-bs-theme=dark] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-md-2,
  [data-bs-theme=dark] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-md-3,
  [data-bs-theme=dark] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-md-3,
  [data-bs-theme=dark] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-md-4,
  [data-bs-theme=dark] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-md-4,
  [data-bs-theme=dark] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-md-5,
  [data-bs-theme=dark] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-md-5,
  [data-bs-theme=dark] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .col-lg {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-lg-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-lg-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-lg-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-lg-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-lg-0,
  [data-bs-theme=dark] .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-lg-0,
  [data-bs-theme=dark] .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-lg-1,
  [data-bs-theme=dark] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-lg-1,
  [data-bs-theme=dark] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-lg-2,
  [data-bs-theme=dark] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-lg-2,
  [data-bs-theme=dark] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-lg-3,
  [data-bs-theme=dark] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-lg-3,
  [data-bs-theme=dark] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-lg-4,
  [data-bs-theme=dark] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-lg-4,
  [data-bs-theme=dark] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-lg-5,
  [data-bs-theme=dark] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-lg-5,
  [data-bs-theme=dark] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .col-xl {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-xl-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-xl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-xl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-xl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-xl-0,
  [data-bs-theme=dark] .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-xl-0,
  [data-bs-theme=dark] .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-xl-1,
  [data-bs-theme=dark] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-xl-1,
  [data-bs-theme=dark] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-xl-2,
  [data-bs-theme=dark] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-xl-2,
  [data-bs-theme=dark] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-xl-3,
  [data-bs-theme=dark] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-xl-3,
  [data-bs-theme=dark] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-xl-4,
  [data-bs-theme=dark] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-xl-4,
  [data-bs-theme=dark] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-xl-5,
  [data-bs-theme=dark] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-xl-5,
  [data-bs-theme=dark] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .col-xxl {
    flex: 1 0 0%;
  }
  [data-bs-theme=dark] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-bs-theme=dark] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [data-bs-theme=dark] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  [data-bs-theme=dark] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  [data-bs-theme=dark] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  [data-bs-theme=dark] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  [data-bs-theme=dark] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  [data-bs-theme=dark] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [data-bs-theme=dark] .offset-xxl-0 {
    margin-left: 0;
  }
  [data-bs-theme=dark] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  [data-bs-theme=dark] .offset-xxl-3 {
    margin-left: 25%;
  }
  [data-bs-theme=dark] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  [data-bs-theme=dark] .offset-xxl-6 {
    margin-left: 50%;
  }
  [data-bs-theme=dark] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  [data-bs-theme=dark] .offset-xxl-9 {
    margin-left: 75%;
  }
  [data-bs-theme=dark] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  [data-bs-theme=dark] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  [data-bs-theme=dark] .g-xxl-0,
  [data-bs-theme=dark] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  [data-bs-theme=dark] .g-xxl-0,
  [data-bs-theme=dark] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  [data-bs-theme=dark] .g-xxl-1,
  [data-bs-theme=dark] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  [data-bs-theme=dark] .g-xxl-1,
  [data-bs-theme=dark] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  [data-bs-theme=dark] .g-xxl-2,
  [data-bs-theme=dark] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  [data-bs-theme=dark] .g-xxl-2,
  [data-bs-theme=dark] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  [data-bs-theme=dark] .g-xxl-3,
  [data-bs-theme=dark] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  [data-bs-theme=dark] .g-xxl-3,
  [data-bs-theme=dark] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  [data-bs-theme=dark] .g-xxl-4,
  [data-bs-theme=dark] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  [data-bs-theme=dark] .g-xxl-4,
  [data-bs-theme=dark] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  [data-bs-theme=dark] .g-xxl-5,
  [data-bs-theme=dark] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  [data-bs-theme=dark] .g-xxl-5,
  [data-bs-theme=dark] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
[data-bs-theme=dark] .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
[data-bs-theme=dark] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
[data-bs-theme=dark] .table > tbody {
  vertical-align: inherit;
}
[data-bs-theme=dark] .table > thead {
  vertical-align: bottom;
}
[data-bs-theme=dark] .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
[data-bs-theme=dark] .caption-top {
  caption-side: top;
}
[data-bs-theme=dark] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
[data-bs-theme=dark] .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=dark] .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
[data-bs-theme=dark] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
[data-bs-theme=dark] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
[data-bs-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=dark] .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=dark] .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
[data-bs-theme=dark] .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
[data-bs-theme=dark] .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --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);
}
[data-bs-theme=dark] .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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);
}
[data-bs-theme=dark] .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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);
}
[data-bs-theme=dark] .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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);
}
[data-bs-theme=dark] .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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);
}
[data-bs-theme=dark] .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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);
}
[data-bs-theme=dark] .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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);
}
[data-bs-theme=dark] .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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);
}
[data-bs-theme=dark] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
[data-bs-theme=dark] .form-label {
  margin-bottom: 0.5rem;
}
[data-bs-theme=dark] .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
[data-bs-theme=dark] .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
[data-bs-theme=dark] .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
[data-bs-theme=dark] .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-control {
    transition: none;
  }
}
[data-bs-theme=dark] .form-control[type=file] {
  overflow: hidden;
}
[data-bs-theme=dark] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=dark] .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
[data-bs-theme=dark] .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
[data-bs-theme=dark] .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
[data-bs-theme=dark] .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
[data-bs-theme=dark] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-control::file-selector-button {
    transition: none;
  }
}
[data-bs-theme=dark] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=dark] .form-control-plaintext:focus {
  outline: 0;
}
[data-bs-theme=dark] .form-control-plaintext.form-control-sm, [data-bs-theme=dark] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
[data-bs-theme=dark] .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
[data-bs-theme=dark] .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
[data-bs-theme=dark] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
[data-bs-theme=dark] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme=dark] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-select {
    transition: none;
  }
}
[data-bs-theme=dark] .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-select[multiple], [data-bs-theme=dark] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
[data-bs-theme=dark] .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
[data-bs-theme=dark] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
[data-bs-theme=dark] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
[data-bs-theme=dark] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
[data-bs-theme=dark] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
[data-bs-theme=dark] .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
[data-bs-theme=dark] .form-check-input[type=checkbox] {
  border-radius: 32px;
}
[data-bs-theme=dark] .form-check-input[type=radio] {
  border-radius: 50%;
}
[data-bs-theme=dark] .form-check-input:active {
  filter: brightness(90%);
}
[data-bs-theme=dark] .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
[data-bs-theme=dark] .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
[data-bs-theme=dark] .form-check-input[disabled] ~ .form-check-label, [data-bs-theme=dark] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
[data-bs-theme=dark] .form-switch {
  padding-left: 2.5em;
}
[data-bs-theme=dark] .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-switch .form-check-input {
    transition: none;
  }
}
[data-bs-theme=dark] .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
[data-bs-theme=dark] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
[data-bs-theme=dark] .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
[data-bs-theme=dark] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-bs-theme=dark] .btn-check[disabled] + .btn, [data-bs-theme=dark] .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
[data-bs-theme=dark] .form-range:focus {
  outline: 0;
}
[data-bs-theme=dark] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .form-range::-moz-focus-outer {
  border: 0;
}
[data-bs-theme=dark] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
[data-bs-theme=dark] .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=dark] .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=dark] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-range::-moz-range-thumb {
    transition: none;
  }
}
[data-bs-theme=dark] .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
[data-bs-theme=dark] .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}
[data-bs-theme=dark] .form-range:disabled {
  pointer-events: none;
}
[data-bs-theme=dark] .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .form-floating {
  position: relative;
}
[data-bs-theme=dark] .form-floating > .form-control,
[data-bs-theme=dark] .form-floating > .form-control-plaintext,
[data-bs-theme=dark] .form-floating > .form-select {
  height: 56px;
  min-height: 56px;
  line-height: 1.25;
}
[data-bs-theme=dark] .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .form-floating > label {
    transition: none;
  }
}
[data-bs-theme=dark] .form-floating > .form-control,
[data-bs-theme=dark] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
[data-bs-theme=dark] .form-floating > .form-control::placeholder,
[data-bs-theme=dark] .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
[data-bs-theme=dark] .form-floating > .form-control:focus, [data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown),
[data-bs-theme=dark] .form-floating > .form-control-plaintext:focus,
[data-bs-theme=dark] .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=dark] .form-floating > .form-control:-webkit-autofill,
[data-bs-theme=dark] .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=dark] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[data-bs-theme=dark] .form-floating > .form-control:focus ~ label,
[data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=dark] .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=dark] .form-floating > .form-control:focus ~ label::after,
[data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label::after,
[data-bs-theme=dark] .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
[data-bs-theme=dark] .form-floating > :disabled ~ label,
[data-bs-theme=dark] .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
[data-bs-theme=dark] .form-floating > :disabled ~ label::after,
[data-bs-theme=dark] .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
[data-bs-theme=dark] .input-group > .form-control,
[data-bs-theme=dark] .input-group > .form-select,
[data-bs-theme=dark] .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
[data-bs-theme=dark] .input-group > .form-control:focus,
[data-bs-theme=dark] .input-group > .form-select:focus,
[data-bs-theme=dark] .input-group > .form-floating:focus-within {
  z-index: 5;
}
[data-bs-theme=dark] .input-group .btn {
  position: relative;
  z-index: 2;
}
[data-bs-theme=dark] .input-group .btn:focus {
  z-index: 5;
}
[data-bs-theme=dark] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
[data-bs-theme=dark] .input-group-lg > .form-control,
[data-bs-theme=dark] .input-group-lg > .form-select,
[data-bs-theme=dark] .input-group-lg > .input-group-text,
[data-bs-theme=dark] .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .input-group-sm > .form-control,
[data-bs-theme=dark] .input-group-sm > .form-select,
[data-bs-theme=dark] .input-group-sm > .input-group-text,
[data-bs-theme=dark] .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .input-group-lg > .form-select,
[data-bs-theme=dark] .input-group-sm > .form-select {
  padding-right: 3rem;
}
[data-bs-theme=dark] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=dark] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[data-bs-theme=dark] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[data-bs-theme=dark] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=dark] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[data-bs-theme=dark] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[data-bs-theme=dark] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[data-bs-theme=dark] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=dark] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .input-group > .form-floating:not(:first-child) > .form-control,
[data-bs-theme=dark] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
[data-bs-theme=dark] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=dark]:valid ~ .valid-feedback,
.was-validated [data-bs-theme=dark]:valid ~ .valid-tooltip, [data-bs-theme=dark].is-valid ~ .valid-feedback,
[data-bs-theme=dark].is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=dark] .form-control:valid, [data-bs-theme=dark] .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-control:valid:focus, [data-bs-theme=dark] .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] textarea.form-control:valid, [data-bs-theme=dark] 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 [data-bs-theme=dark] .form-select:valid, [data-bs-theme=dark] .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=dark] .form-select:valid:not([multiple]):not([size]), .was-validated [data-bs-theme=dark] .form-select:valid:not([multiple])[size="1"], [data-bs-theme=dark] .form-select.is-valid:not([multiple]):not([size]), [data-bs-theme=dark] .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-select:valid:focus, [data-bs-theme=dark] .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-control-color:valid, [data-bs-theme=dark] .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=dark] .form-check-input:valid, [data-bs-theme=dark] .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:valid:checked, [data-bs-theme=dark] .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:valid:focus, [data-bs-theme=dark] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-check-input:valid ~ .form-check-label, [data-bs-theme=dark] .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
[data-bs-theme=dark] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=dark] .input-group > .form-control:not(:focus):valid, [data-bs-theme=dark] .input-group > .form-control:not(:focus).is-valid,
.was-validated [data-bs-theme=dark] .input-group > .form-select:not(:focus):valid,
[data-bs-theme=dark] .input-group > .form-select:not(:focus).is-valid,
.was-validated [data-bs-theme=dark] .input-group > .form-floating:not(:focus-within):valid,
[data-bs-theme=dark] .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
[data-bs-theme=dark] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=dark] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated [data-bs-theme=dark]:invalid ~ .invalid-feedback,
.was-validated [data-bs-theme=dark]:invalid ~ .invalid-tooltip, [data-bs-theme=dark].is-invalid ~ .invalid-feedback,
[data-bs-theme=dark].is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated [data-bs-theme=dark] .form-control:invalid, [data-bs-theme=dark] .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-control:invalid:focus, [data-bs-theme=dark] .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] textarea.form-control:invalid, [data-bs-theme=dark] 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 [data-bs-theme=dark] .form-select:invalid, [data-bs-theme=dark] .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=dark] .form-select:invalid:not([multiple]):not([size]), .was-validated [data-bs-theme=dark] .form-select:invalid:not([multiple])[size="1"], [data-bs-theme=dark] .form-select.is-invalid:not([multiple]):not([size]), [data-bs-theme=dark] .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated [data-bs-theme=dark] .form-select:invalid:focus, [data-bs-theme=dark] .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-control-color:invalid, [data-bs-theme=dark] .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid, [data-bs-theme=dark] .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid:checked, [data-bs-theme=dark] .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid:focus, [data-bs-theme=dark] .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated [data-bs-theme=dark] .form-check-input:invalid ~ .form-check-label, [data-bs-theme=dark] .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
[data-bs-theme=dark] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated [data-bs-theme=dark] .input-group > .form-control:not(:focus):invalid, [data-bs-theme=dark] .input-group > .form-control:not(:focus).is-invalid,
.was-validated [data-bs-theme=dark] .input-group > .form-select:not(:focus):invalid,
[data-bs-theme=dark] .input-group > .form-select:not(:focus).is-invalid,
.was-validated [data-bs-theme=dark] .input-group > .form-floating:not(:focus-within):invalid,
[data-bs-theme=dark] .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
[data-bs-theme=dark] .btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.25rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: false;
  --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);
  box-shadow: var(--bs-btn-box-shadow);
  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) {
  [data-bs-theme=dark] .btn {
    transition: none;
  }
}
[data-bs-theme=dark] .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 + [data-bs-theme=dark] .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
[data-bs-theme=dark] .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-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + [data-bs-theme=dark] .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + [data-bs-theme=dark] .btn, :not(.btn-check) + [data-bs-theme=dark] .btn:active, [data-bs-theme=dark] .btn:first-child:active, [data-bs-theme=dark] .btn.active, [data-bs-theme=dark] .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + [data-bs-theme=dark] .btn:focus-visible, :not(.btn-check) + [data-bs-theme=dark] .btn:active:focus-visible, [data-bs-theme=dark] .btn:first-child:active:focus-visible, [data-bs-theme=dark] .btn.active:focus-visible, [data-bs-theme=dark] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + [data-bs-theme=dark] .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
[data-bs-theme=dark] .btn:disabled, [data-bs-theme=dark] .btn.disabled, fieldset:disabled [data-bs-theme=dark] .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);
  box-shadow: none;
}
[data-bs-theme=dark] .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #8dcdff;
  --bs-btn-border-color: #8dcdff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9ed5ff;
  --bs-btn-hover-border-color: #98d2ff;
  --bs-btn-focus-shadow-rgb: 120, 174, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a4d7ff;
  --bs-btn-active-border-color: #98d2ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #8dcdff;
  --bs-btn-disabled-border-color: #8dcdff;
}
[data-bs-theme=dark] .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #575757;
  --bs-btn-hover-border-color: #525252;
  --bs-btn-focus-shadow-rgb: 125, 125, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #525252;
  --bs-btn-active-border-color: #4d4d4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666666;
  --bs-btn-disabled-border-color: #666666;
}
[data-bs-theme=dark] .btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e1e1e;
  --bs-btn-border-color: #1e1e1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a1a1a;
  --bs-btn-hover-border-color: #181818;
  --bs-btn-focus-shadow-rgb: 64, 64, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #181818;
  --bs-btn-active-border-color: #171717;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e1e1e;
  --bs-btn-disabled-border-color: #1e1e1e;
}
[data-bs-theme=dark] .btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #6cdf5a;
  --bs-btn-border-color: #6cdf5a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #82e473;
  --bs-btn-hover-border-color: #7be26b;
  --bs-btn-focus-shadow-rgb: 92, 190, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #89e57b;
  --bs-btn-active-border-color: #7be26b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6cdf5a;
  --bs-btn-disabled-border-color: #6cdf5a;
}
[data-bs-theme=dark] .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #29b6f6;
  --bs-btn-hover-border-color: #1cb2f5;
  --bs-btn-focus-shadow-rgb: 3, 144, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #35baf6;
  --bs-btn-active-border-color: #1cb2f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #03A9F4;
  --bs-btn-disabled-border-color: #03A9F4;
}
[data-bs-theme=dark] .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fed326;
  --bs-btn-hover-border-color: #fed01a;
  --bs-btn-focus-shadow-rgb: 216, 173, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fed533;
  --bs-btn-active-border-color: #fed01a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FECB00;
  --bs-btn-disabled-border-color: #FECB00;
}
[data-bs-theme=dark] .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #F2B8B5;
  --bs-btn-border-color: #F2B8B5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4c3c0;
  --bs-btn-hover-border-color: #f3bfbc;
  --bs-btn-focus-shadow-rgb: 206, 156, 154;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5c6c4;
  --bs-btn-active-border-color: #f3bfbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F2B8B5;
  --bs-btn-disabled-border-color: #F2B8B5;
}
[data-bs-theme=dark] .btn-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f4f4;
  --bs-btn-hover-border-color: #f3f3f3;
  --bs-btn-focus-shadow-rgb: 206, 206, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: whitesmoke;
  --bs-btn-active-border-color: #f3f3f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f2f2f2;
  --bs-btn-disabled-border-color: #f2f2f2;
}
[data-bs-theme=dark] .btn-outline-primary {
  --bs-btn-color: #8dcdff;
  --bs-btn-border-color: #8dcdff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8dcdff;
  --bs-btn-hover-border-color: #8dcdff;
  --bs-btn-focus-shadow-rgb: 141, 205, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8dcdff;
  --bs-btn-active-border-color: #8dcdff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8dcdff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8dcdff;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-secondary {
  --bs-btn-color: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #666666;
  --bs-btn-hover-border-color: #666666;
  --bs-btn-focus-shadow-rgb: 102, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #666666;
  --bs-btn-active-border-color: #666666;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #666666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #666666;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-light {
  --bs-btn-color: #1e1e1e;
  --bs-btn-border-color: #1e1e1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e1e1e;
  --bs-btn-hover-border-color: #1e1e1e;
  --bs-btn-focus-shadow-rgb: 30, 30, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e1e1e;
  --bs-btn-active-border-color: #1e1e1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1e1e1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e1e1e;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-success {
  --bs-btn-color: #6cdf5a;
  --bs-btn-border-color: #6cdf5a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6cdf5a;
  --bs-btn-hover-border-color: #6cdf5a;
  --bs-btn-focus-shadow-rgb: 108, 223, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6cdf5a;
  --bs-btn-active-border-color: #6cdf5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6cdf5a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6cdf5a;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-info {
  --bs-btn-color: #03A9F4;
  --bs-btn-border-color: #03A9F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #03A9F4;
  --bs-btn-hover-border-color: #03A9F4;
  --bs-btn-focus-shadow-rgb: 3, 169, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #03A9F4;
  --bs-btn-active-border-color: #03A9F4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03A9F4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03A9F4;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-warning {
  --bs-btn-color: #FECB00;
  --bs-btn-border-color: #FECB00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FECB00;
  --bs-btn-hover-border-color: #FECB00;
  --bs-btn-focus-shadow-rgb: 254, 203, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FECB00;
  --bs-btn-active-border-color: #FECB00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FECB00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FECB00;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-danger {
  --bs-btn-color: #F2B8B5;
  --bs-btn-border-color: #F2B8B5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F2B8B5;
  --bs-btn-hover-border-color: #F2B8B5;
  --bs-btn-focus-shadow-rgb: 242, 184, 181;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F2B8B5;
  --bs-btn-active-border-color: #F2B8B5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F2B8B5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F2B8B5;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-outline-dark {
  --bs-btn-color: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2f2f2;
  --bs-btn-hover-border-color: #f2f2f2;
  --bs-btn-focus-shadow-rgb: 242, 242, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f2f2;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2f2f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2f2f2;
  --bs-gradient: none;
}
[data-bs-theme=dark] .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
[data-bs-theme=dark] .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
[data-bs-theme=dark] .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
[data-bs-theme=dark] .btn-lg, [data-bs-theme=dark] .btn-group-lg > .btn {
  --bs-btn-padding-y: 16px;
  --bs-btn-padding-x: 24px;
  --bs-btn-font-size: 1.0625rem;
  --bs-btn-border-radius: 12px;
}
[data-bs-theme=dark] .btn-sm, [data-bs-theme=dark] .btn-group-sm > .btn {
  --bs-btn-padding-y: 8px;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 8px;
}
[data-bs-theme=dark] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .fade {
    transition: none;
  }
}
[data-bs-theme=dark] .fade:not(.show) {
  opacity: 0;
}
[data-bs-theme=dark] .collapse:not(.show) {
  display: none;
}
[data-bs-theme=dark] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .collapsing {
    transition: none;
  }
}
[data-bs-theme=dark] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .collapsing.collapse-horizontal {
    transition: none;
  }
}
[data-bs-theme=dark] .dropup,
[data-bs-theme=dark] .dropend,
[data-bs-theme=dark] .dropdown,
[data-bs-theme=dark] .dropstart,
[data-bs-theme=dark] .dropup-center,
[data-bs-theme=dark] .dropdown-center {
  position: relative;
}
[data-bs-theme=dark] .dropdown-toggle {
  white-space: nowrap;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .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: 8px;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 16px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(16px - 0);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 16px;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
[data-bs-theme=dark] .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .dropdown-menu-start {
  --bs-position: start;
}
[data-bs-theme=dark] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
[data-bs-theme=dark] .dropdown-menu-end {
  --bs-position: end;
}
[data-bs-theme=dark] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .dropdown-menu-md-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-md-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  [data-bs-theme=dark] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [data-bs-theme=dark] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  [data-bs-theme=dark] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
[data-bs-theme=dark] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
[data-bs-theme=dark] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
[data-bs-theme=dark] .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
[data-bs-theme=dark] .dropstart .dropdown-toggle::after {
  display: none;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
[data-bs-theme=dark] .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
[data-bs-theme=dark] .dropdown-item:hover, [data-bs-theme=dark] .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-bs-theme=dark] .dropdown-item.active, [data-bs-theme=dark] .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
[data-bs-theme=dark] .dropdown-item.disabled, [data-bs-theme=dark] .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
[data-bs-theme=dark] .dropdown-menu.show {
  display: block;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
[data-bs-theme=dark] .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: var(--bs-light);
  --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;
}
[data-bs-theme=dark] .btn-group,
[data-bs-theme=dark] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[data-bs-theme=dark] .btn-group > .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
[data-bs-theme=dark] .btn-group > .btn-check:checked + .btn,
[data-bs-theme=dark] .btn-group > .btn-check:focus + .btn,
[data-bs-theme=dark] .btn-group > .btn:hover,
[data-bs-theme=dark] .btn-group > .btn:focus,
[data-bs-theme=dark] .btn-group > .btn:active,
[data-bs-theme=dark] .btn-group > .btn.active,
[data-bs-theme=dark] .btn-group-vertical > .btn-check:checked + .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn-check:focus + .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn:hover,
[data-bs-theme=dark] .btn-group-vertical > .btn:focus,
[data-bs-theme=dark] .btn-group-vertical > .btn:active,
[data-bs-theme=dark] .btn-group-vertical > .btn.active {
  z-index: 1;
}
[data-bs-theme=dark] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[data-bs-theme=dark] .btn-toolbar .input-group {
  width: auto;
}
[data-bs-theme=dark] .btn-group {
  border-radius: 10px;
}
[data-bs-theme=dark] .btn-group > :not(.btn-check:first-child) + .btn,
[data-bs-theme=dark] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=dark] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=dark] .btn-group > .btn.dropdown-toggle-split:first-child,
[data-bs-theme=dark] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-bs-theme=dark] .btn-group > .btn:nth-child(n+3),
[data-bs-theme=dark] .btn-group > :not(.btn-check) + .btn,
[data-bs-theme=dark] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=dark] .dropdown-toggle-split::after, .dropup [data-bs-theme=dark] .dropdown-toggle-split::after, .dropend [data-bs-theme=dark] .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart [data-bs-theme=dark] .dropdown-toggle-split::before {
  margin-right: 0;
}
[data-bs-theme=dark] .btn-sm + .dropdown-toggle-split, [data-bs-theme=dark] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
[data-bs-theme=dark] .btn-lg + .dropdown-toggle-split, [data-bs-theme=dark] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
[data-bs-theme=dark] .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[data-bs-theme=dark] .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
[data-bs-theme=dark] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
[data-bs-theme=dark] .btn-group-vertical > .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn-group {
  width: 100%;
}
[data-bs-theme=dark] .btn-group-vertical > .btn:not(:first-child),
[data-bs-theme=dark] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=dark] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[data-bs-theme=dark] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[data-bs-theme=dark] .btn-group-vertical > .btn ~ .btn,
[data-bs-theme=dark] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=dark] .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-gray-700);
  --bs-nav-link-hover-color: var(--bs-primary);
  --bs-nav-link-disabled-color: rgba(var(--bs-gray-700-rgb), 0.75);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=dark] .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .nav-link {
    transition: none;
  }
}
[data-bs-theme=dark] .nav-link:hover, [data-bs-theme=dark] .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
[data-bs-theme=dark] .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
[data-bs-theme=dark] .nav-link.disabled, [data-bs-theme=dark] .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
[data-bs-theme=dark] .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: initial;
  --bs-nav-tabs-link-active-border-color: initial;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
[data-bs-theme=dark] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
[data-bs-theme=dark] .nav-tabs .nav-link:hover, [data-bs-theme=dark] .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
[data-bs-theme=dark] .nav-tabs .nav-link.active,
[data-bs-theme=dark] .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
[data-bs-theme=dark] .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-bs-theme=dark] .nav-pills {
  --bs-nav-pills-border-radius: 12px;
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
}
[data-bs-theme=dark] .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
[data-bs-theme=dark] .nav-pills .nav-link.active,
[data-bs-theme=dark] .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
[data-bs-theme=dark] .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
[data-bs-theme=dark] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
[data-bs-theme=dark] .nav-underline .nav-link:hover, [data-bs-theme=dark] .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
[data-bs-theme=dark] .nav-underline .nav-link.active,
[data-bs-theme=dark] .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
[data-bs-theme=dark] .nav-fill > .nav-link,
[data-bs-theme=dark] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
[data-bs-theme=dark] .nav-justified > .nav-link,
[data-bs-theme=dark] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
[data-bs-theme=dark] .nav-fill .nav-item .nav-link,
[data-bs-theme=dark] .nav-justified .nav-item .nav-link {
  width: 100%;
}
[data-bs-theme=dark] .tab-content > .tab-pane {
  display: none;
}
[data-bs-theme=dark] .tab-content > .active {
  display: block;
}
[data-bs-theme=dark] .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 10px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
[data-bs-theme=dark] .navbar > .container,
[data-bs-theme=dark] .navbar > .container-fluid,
[data-bs-theme=dark] .navbar > .container-sm,
[data-bs-theme=dark] .navbar > .container-md,
[data-bs-theme=dark] .navbar > .container-lg,
[data-bs-theme=dark] .navbar > .container-xl,
[data-bs-theme=dark] .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
[data-bs-theme=dark] .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
[data-bs-theme=dark] .navbar-brand:hover, [data-bs-theme=dark] .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
[data-bs-theme=dark] .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-bs-theme=dark] .navbar-nav .nav-link.active, [data-bs-theme=dark] .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=dark] .navbar-nav .dropdown-menu {
  position: static;
}
[data-bs-theme=dark] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
[data-bs-theme=dark] .navbar-text a,
[data-bs-theme=dark] .navbar-text a:hover,
[data-bs-theme=dark] .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
[data-bs-theme=dark] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
[data-bs-theme=dark] .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .navbar-toggler {
    transition: none;
  }
}
[data-bs-theme=dark] .navbar-toggler:hover {
  text-decoration: none;
}
[data-bs-theme=dark] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
[data-bs-theme=dark] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-bs-theme=dark] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-md .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
[data-bs-theme=dark] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
[data-bs-theme=dark] .navbar-expand .navbar-nav {
  flex-direction: row;
}
[data-bs-theme=dark] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[data-bs-theme=dark] .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
[data-bs-theme=dark] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
[data-bs-theme=dark] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
[data-bs-theme=dark] .navbar-expand .navbar-toggler {
  display: none;
}
[data-bs-theme=dark] .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
[data-bs-theme=dark] .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
[data-bs-theme=dark] .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
[data-bs-theme=dark] .navbar-dark,
[data-bs-theme=dark] .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] [data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #1e1e1e;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
[data-bs-theme=dark] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[data-bs-theme=dark] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card > .card-header + .list-group,
[data-bs-theme=dark] .card > .list-group + .card-footer {
  border-top: 0;
}
[data-bs-theme=dark] .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
[data-bs-theme=dark] .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
[data-bs-theme=dark] .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
[data-bs-theme=dark] .card-text:last-child {
  margin-bottom: 0;
}
[data-bs-theme=dark] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
[data-bs-theme=dark] .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
[data-bs-theme=dark] .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
[data-bs-theme=dark] .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .card-img,
[data-bs-theme=dark] .card-img-top,
[data-bs-theme=dark] .card-img-bottom {
  width: 100%;
}
[data-bs-theme=dark] .card-img,
[data-bs-theme=dark] .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=dark] .card-img,
[data-bs-theme=dark] .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
[data-bs-theme=dark] .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  [data-bs-theme=dark] .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  [data-bs-theme=dark] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-img-top,
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-img-bottom,
  [data-bs-theme=dark] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-img-top,
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-img-bottom,
  [data-bs-theme=dark] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
[data-bs-theme=dark] .accordion {
  --bs-accordion-color: var(--bs-gray-600);
  --bs-accordion-bg: initial;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-gray-600);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M400 256H112'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: var(--bs-body-bg);
}
[data-bs-theme=dark] .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .accordion-button {
    transition: none;
  }
}
[data-bs-theme=dark] .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[data-bs-theme=dark] .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
[data-bs-theme=dark] .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .accordion-button::after {
    transition: none;
  }
}
[data-bs-theme=dark] .accordion-button:hover {
  z-index: 2;
}
[data-bs-theme=dark] .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
[data-bs-theme=dark] .accordion-header {
  margin-bottom: 0;
}
[data-bs-theme=dark] .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
[data-bs-theme=dark] .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=dark] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=dark] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
[data-bs-theme=dark] .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=dark] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
[data-bs-theme=dark] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[data-bs-theme=dark] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
[data-bs-theme=dark] .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [data-bs-theme=dark] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-body-bg);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
[data-bs-theme=dark] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
[data-bs-theme=dark] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
[data-bs-theme=dark] .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
[data-bs-theme=dark] .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=dark] .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  [data-bs-theme=dark] .page-link {
    transition: none;
  }
}
[data-bs-theme=dark] .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
[data-bs-theme=dark] .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
[data-bs-theme=dark] .page-link.active, .active > [data-bs-theme=dark] .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
[data-bs-theme=dark] .page-link.disabled, .disabled > [data-bs-theme=dark] .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
[data-bs-theme=dark] .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
[data-bs-theme=dark] .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=dark] .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
[data-bs-theme=dark] .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
[data-bs-theme=dark] .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
[data-bs-theme=dark] .badge:empty {
  display: none;
}
[data-bs-theme=dark] .btn .badge {
  position: relative;
  top: -1px;
}
[data-bs-theme=dark] .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 16px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
[data-bs-theme=dark] .alert-heading {
  color: inherit;
}
[data-bs-theme=dark] .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
[data-bs-theme=dark] .alert-dismissible {
  padding-right: 3rem;
}
[data-bs-theme=dark] .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
[data-bs-theme=dark] .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=dark] .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=dark] .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=dark] .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=dark] .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=dark] .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=dark] .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=dark] .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
[data-bs-theme=dark] .progress,
[data-bs-theme=dark] .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}
[data-bs-theme=dark] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .progress-bar {
    transition: none;
  }
}
[data-bs-theme=dark] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
[data-bs-theme=dark] .progress-stacked > .progress {
  overflow: visible;
}
[data-bs-theme=dark] .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
[data-bs-theme=dark] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .progress-bar-animated {
    animation: none;
  }
}
[data-bs-theme=dark] .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --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);
}
[data-bs-theme=dark] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
[data-bs-theme=dark] .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
[data-bs-theme=dark] .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
[data-bs-theme=dark] .list-group-item-action:hover, [data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[data-bs-theme=dark] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[data-bs-theme=dark] .list-group-item.disabled, [data-bs-theme=dark] .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[data-bs-theme=dark] .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);
}
[data-bs-theme=dark] .list-group-horizontal {
  flex-direction: row;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .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;
}
[data-bs-theme=dark] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
[data-bs-theme=dark] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
[data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-sm {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-md {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-lg {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-xl {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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) {
  [data-bs-theme=dark] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .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;
  }
  [data-bs-theme=dark] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  [data-bs-theme=dark] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  [data-bs-theme=dark] .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);
  }
}
[data-bs-theme=dark] .list-group-flush {
  border-radius: 0;
}
[data-bs-theme=dark] .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
[data-bs-theme=dark] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
[data-bs-theme=dark] .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
[data-bs-theme=dark] .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
[data-bs-theme=dark] .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 12px;
  opacity: var(--bs-btn-close-opacity);
}
[data-bs-theme=dark] .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
[data-bs-theme=dark] .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
[data-bs-theme=dark] .btn-close:disabled, [data-bs-theme=dark] .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
[data-bs-theme=dark] .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 3rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
[data-bs-theme=dark] .toast.showing {
  opacity: 0;
}
[data-bs-theme=dark] .toast:not(.show) {
  display: none;
}
[data-bs-theme=dark] .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
[data-bs-theme=dark] .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
[data-bs-theme=dark] .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
[data-bs-theme=dark] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
[data-bs-theme=dark] .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
[data-bs-theme=dark] .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 24px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(24px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 8px;
  --bs-modal-header-padding-y: 8px;
  --bs-modal-header-padding: 8px 8px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
[data-bs-theme=dark] .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade [data-bs-theme=dark] .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(40%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade [data-bs-theme=dark] .modal-dialog {
    transition: none;
  }
}
.modal.show [data-bs-theme=dark] .modal-dialog {
  transform: translateY(0);
}
.modal.modal-static [data-bs-theme=dark] .modal-dialog {
  transform: scale(1.02);
}
[data-bs-theme=dark] .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=dark] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
[data-bs-theme=dark] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
[data-bs-theme=dark] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
[data-bs-theme=dark] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
[data-bs-theme=dark] .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
[data-bs-theme=dark] .modal-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=dark] .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
[data-bs-theme=dark] .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=dark] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
[data-bs-theme=dark] .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
[data-bs-theme=dark] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
[data-bs-theme=dark] .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
[data-bs-theme=dark] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  [data-bs-theme=dark] .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  [data-bs-theme=dark] .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .modal-lg,
  [data-bs-theme=dark] .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .modal-xl {
    --bs-modal-width: 1140px;
  }
}
[data-bs-theme=dark] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
[data-bs-theme=dark] .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
[data-bs-theme=dark] .modal-fullscreen .modal-header,
[data-bs-theme=dark] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
[data-bs-theme=dark] .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-header,
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  [data-bs-theme=dark] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
[data-bs-theme=dark] .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
[data-bs-theme=dark] .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
[data-bs-theme=dark] .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
[data-bs-theme=dark] .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
[data-bs-theme=dark] .bs-tooltip-top .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=dark] .bs-tooltip-top .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .bs-tooltip-end .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=dark] .bs-tooltip-end .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .bs-tooltip-bottom .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
[data-bs-theme=dark] .bs-tooltip-bottom .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .bs-tooltip-start .tooltip-arrow, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
[data-bs-theme=dark] .bs-tooltip-start .tooltip-arrow::before, [data-bs-theme=dark] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
[data-bs-theme=dark] .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
[data-bs-theme=dark] .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
[data-bs-theme=dark] .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
[data-bs-theme=dark] .popover .popover-arrow::before, [data-bs-theme=dark] .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-top > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-top > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-end > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-end > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-bottom > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .bs-popover-bottom .popover-header::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-start > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow::before, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
[data-bs-theme=dark] .bs-popover-start > .popover-arrow::after, [data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
[data-bs-theme=dark] .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
[data-bs-theme=dark] .popover-header:empty {
  display: none;
}
[data-bs-theme=dark] .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
[data-bs-theme=dark] .carousel {
  position: relative;
}
[data-bs-theme=dark] .carousel.pointer-event {
  touch-action: pan-y;
}
[data-bs-theme=dark] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
[data-bs-theme=dark] .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=dark] .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-item {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-item.active,
[data-bs-theme=dark] .carousel-item-next,
[data-bs-theme=dark] .carousel-item-prev {
  display: block;
}
[data-bs-theme=dark] .carousel-item-next:not(.carousel-item-start),
[data-bs-theme=dark] .active.carousel-item-end {
  transform: translateX(100%);
}
[data-bs-theme=dark] .carousel-item-prev:not(.carousel-item-end),
[data-bs-theme=dark] .active.carousel-item-start {
  transform: translateX(-100%);
}
[data-bs-theme=dark] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
[data-bs-theme=dark] .carousel-fade .carousel-item.active,
[data-bs-theme=dark] .carousel-fade .carousel-item-next.carousel-item-start,
[data-bs-theme=dark] .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
[data-bs-theme=dark] .carousel-fade .active.carousel-item-start,
[data-bs-theme=dark] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-fade .active.carousel-item-start,
  [data-bs-theme=dark] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-control-prev,
[data-bs-theme=dark] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-control-prev,
  [data-bs-theme=dark] .carousel-control-next {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-control-prev:hover, [data-bs-theme=dark] .carousel-control-prev:focus,
[data-bs-theme=dark] .carousel-control-next:hover,
[data-bs-theme=dark] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
[data-bs-theme=dark] .carousel-control-prev {
  left: 0;
}
[data-bs-theme=dark] .carousel-control-next {
  right: 0;
}
[data-bs-theme=dark] .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
[data-bs-theme=dark] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=dark] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}
[data-bs-theme=dark] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
[data-bs-theme=dark] .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
[data-bs-theme=dark] .carousel-indicators .active {
  opacity: 1;
}
[data-bs-theme=dark] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
[data-bs-theme=dark] .carousel-dark .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark] [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .spinner-grow,
[data-bs-theme=dark] .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
[data-bs-theme=dark] .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
[data-bs-theme=dark] .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
[data-bs-theme=dark] .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
[data-bs-theme=dark] .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .spinner-border,
  [data-bs-theme=dark] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
[data-bs-theme=dark] .offcanvas-sm, [data-bs-theme=dark] .offcanvas-md, [data-bs-theme=dark] .offcanvas-lg, [data-bs-theme=dark] .offcanvas-xl, [data-bs-theme=dark] .offcanvas-xxl, [data-bs-theme=dark] .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-sm.showing, [data-bs-theme=dark] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-sm.showing, [data-bs-theme=dark] .offcanvas-sm.hiding, [data-bs-theme=dark] .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-sm .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-md.showing, [data-bs-theme=dark] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-md.showing, [data-bs-theme=dark] .offcanvas-md.hiding, [data-bs-theme=dark] .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-md .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-lg.showing, [data-bs-theme=dark] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-lg.showing, [data-bs-theme=dark] .offcanvas-lg.hiding, [data-bs-theme=dark] .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-lg .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-xl.showing, [data-bs-theme=dark] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-xl.showing, [data-bs-theme=dark] .offcanvas-xl.hiding, [data-bs-theme=dark] .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-xl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [data-bs-theme=dark] .offcanvas-xxl.showing, [data-bs-theme=dark] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  [data-bs-theme=dark] .offcanvas-xxl.showing, [data-bs-theme=dark] .offcanvas-xxl.hiding, [data-bs-theme=dark] .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  [data-bs-theme=dark] .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  [data-bs-theme=dark] .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
[data-bs-theme=dark] .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .offcanvas {
    transition: none;
  }
}
[data-bs-theme=dark] .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
[data-bs-theme=dark] .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
[data-bs-theme=dark] .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
[data-bs-theme=dark] .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
[data-bs-theme=dark] .offcanvas.showing, [data-bs-theme=dark] .offcanvas.show:not(.hiding) {
  transform: none;
}
[data-bs-theme=dark] .offcanvas.showing, [data-bs-theme=dark] .offcanvas.hiding, [data-bs-theme=dark] .offcanvas.show {
  visibility: visible;
}
[data-bs-theme=dark] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
[data-bs-theme=dark] .offcanvas-backdrop.fade {
  opacity: 0;
}
[data-bs-theme=dark] .offcanvas-backdrop.show {
  opacity: 0.5;
}
[data-bs-theme=dark] .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
[data-bs-theme=dark] .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
[data-bs-theme=dark] .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
[data-bs-theme=dark] .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
[data-bs-theme=dark] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
[data-bs-theme=dark] .placeholder.btn::before {
  display: inline-block;
  content: "";
}
[data-bs-theme=dark] .placeholder-xs {
  min-height: 0.6em;
}
[data-bs-theme=dark] .placeholder-sm {
  min-height: 0.8em;
}
[data-bs-theme=dark] .placeholder-lg {
  min-height: 1.2em;
}
[data-bs-theme=dark] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
[data-bs-theme=dark] .placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
[data-bs-theme=dark] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=dark] .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .text-bg-dark {
  color: #000 !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-primary:hover, [data-bs-theme=dark] .link-primary:focus {
  color: RGBA(164, 215, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(164, 215, 255, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-secondary:hover, [data-bs-theme=dark] .link-secondary:focus {
  color: RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-light:hover, [data-bs-theme=dark] .link-light:focus {
  color: RGBA(24, 24, 24, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(24, 24, 24, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-success:hover, [data-bs-theme=dark] .link-success:focus {
  color: RGBA(137, 229, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(137, 229, 123, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-info:hover, [data-bs-theme=dark] .link-info:focus {
  color: RGBA(53, 186, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 186, 246, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-warning:hover, [data-bs-theme=dark] .link-warning:focus {
  color: RGBA(254, 213, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 213, 51, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-danger:hover, [data-bs-theme=dark] .link-danger:focus {
  color: RGBA(245, 198, 196, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 198, 196, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-dark:hover, [data-bs-theme=dark] .link-dark:focus {
  color: RGBA(245, 245, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 245, 245, var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-body-emphasis:hover, [data-bs-theme=dark] .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
[data-bs-theme=dark] .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
[data-bs-theme=dark] .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
[data-bs-theme=dark] .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  [data-bs-theme=dark] .icon-link > .bi {
    transition: none;
  }
}
[data-bs-theme=dark] .icon-link-hover:hover > .bi, [data-bs-theme=dark] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
[data-bs-theme=dark] .ratio {
  position: relative;
  width: 100%;
}
[data-bs-theme=dark] .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
[data-bs-theme=dark] .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-bs-theme=dark] .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
[data-bs-theme=dark] .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
[data-bs-theme=dark] .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
[data-bs-theme=dark] .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
[data-bs-theme=dark] .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=dark] .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
[data-bs-theme=dark] .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
[data-bs-theme=dark] .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  [data-bs-theme=dark] .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
[data-bs-theme=dark] .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
[data-bs-theme=dark] .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
[data-bs-theme=dark] .visually-hidden,
[data-bs-theme=dark] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[data-bs-theme=dark] .visually-hidden:not(caption),
[data-bs-theme=dark] .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
[data-bs-theme=dark] .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
[data-bs-theme=dark] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-bs-theme=dark] .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
[data-bs-theme=dark] .align-baseline {
  vertical-align: baseline !important;
}
[data-bs-theme=dark] .align-top {
  vertical-align: top !important;
}
[data-bs-theme=dark] .align-middle {
  vertical-align: middle !important;
}
[data-bs-theme=dark] .align-bottom {
  vertical-align: bottom !important;
}
[data-bs-theme=dark] .align-text-bottom {
  vertical-align: text-bottom !important;
}
[data-bs-theme=dark] .align-text-top {
  vertical-align: text-top !important;
}
[data-bs-theme=dark] .float-start {
  float: left !important;
}
[data-bs-theme=dark] .float-end {
  float: right !important;
}
[data-bs-theme=dark] .float-none {
  float: none !important;
}
[data-bs-theme=dark] .object-fit-contain {
  object-fit: contain !important;
}
[data-bs-theme=dark] .object-fit-cover {
  object-fit: cover !important;
}
[data-bs-theme=dark] .object-fit-fill {
  object-fit: fill !important;
}
[data-bs-theme=dark] .object-fit-scale {
  object-fit: scale-down !important;
}
[data-bs-theme=dark] .object-fit-none {
  object-fit: none !important;
}
[data-bs-theme=dark] .opacity-0 {
  opacity: 0 !important;
}
[data-bs-theme=dark] .opacity-25 {
  opacity: 0.25 !important;
}
[data-bs-theme=dark] .opacity-50 {
  opacity: 0.5 !important;
}
[data-bs-theme=dark] .opacity-75 {
  opacity: 0.75 !important;
}
[data-bs-theme=dark] .opacity-100 {
  opacity: 1 !important;
}
[data-bs-theme=dark] .overflow-auto {
  overflow: auto !important;
}
[data-bs-theme=dark] .overflow-hidden {
  overflow: hidden !important;
}
[data-bs-theme=dark] .overflow-visible {
  overflow: visible !important;
}
[data-bs-theme=dark] .overflow-scroll {
  overflow: scroll !important;
}
[data-bs-theme=dark] .overflow-x-auto {
  overflow-x: auto !important;
}
[data-bs-theme=dark] .overflow-x-hidden {
  overflow-x: hidden !important;
}
[data-bs-theme=dark] .overflow-x-visible {
  overflow-x: visible !important;
}
[data-bs-theme=dark] .overflow-x-scroll {
  overflow-x: scroll !important;
}
[data-bs-theme=dark] .overflow-y-auto {
  overflow-y: auto !important;
}
[data-bs-theme=dark] .overflow-y-hidden {
  overflow-y: hidden !important;
}
[data-bs-theme=dark] .overflow-y-visible {
  overflow-y: visible !important;
}
[data-bs-theme=dark] .overflow-y-scroll {
  overflow-y: scroll !important;
}
[data-bs-theme=dark] .d-inline {
  display: inline !important;
}
[data-bs-theme=dark] .d-inline-block {
  display: inline-block !important;
}
[data-bs-theme=dark] .d-block {
  display: block !important;
}
[data-bs-theme=dark] .d-grid {
  display: grid !important;
}
[data-bs-theme=dark] .d-inline-grid {
  display: inline-grid !important;
}
[data-bs-theme=dark] .d-table {
  display: table !important;
}
[data-bs-theme=dark] .d-table-row {
  display: table-row !important;
}
[data-bs-theme=dark] .d-table-cell {
  display: table-cell !important;
}
[data-bs-theme=dark] .d-flex {
  display: flex !important;
}
[data-bs-theme=dark] .d-inline-flex {
  display: inline-flex !important;
}
[data-bs-theme=dark] .d-none {
  display: none !important;
}
[data-bs-theme=dark] .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
[data-bs-theme=dark] .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
[data-bs-theme=dark] .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
[data-bs-theme=dark] .shadow-none {
  box-shadow: none !important;
}
[data-bs-theme=dark] .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
[data-bs-theme=dark] .position-static {
  position: static !important;
}
[data-bs-theme=dark] .position-relative {
  position: relative !important;
}
[data-bs-theme=dark] .position-absolute {
  position: absolute !important;
}
[data-bs-theme=dark] .position-fixed {
  position: fixed !important;
}
[data-bs-theme=dark] .position-sticky {
  position: sticky !important;
}
[data-bs-theme=dark] .top-0 {
  top: 0 !important;
}
[data-bs-theme=dark] .top-50 {
  top: 50% !important;
}
[data-bs-theme=dark] .top-100 {
  top: 100% !important;
}
[data-bs-theme=dark] .bottom-0 {
  bottom: 0 !important;
}
[data-bs-theme=dark] .bottom-50 {
  bottom: 50% !important;
}
[data-bs-theme=dark] .bottom-100 {
  bottom: 100% !important;
}
[data-bs-theme=dark] .start-0 {
  left: 0 !important;
}
[data-bs-theme=dark] .start-50 {
  left: 50% !important;
}
[data-bs-theme=dark] .start-100 {
  left: 100% !important;
}
[data-bs-theme=dark] .end-0 {
  right: 0 !important;
}
[data-bs-theme=dark] .end-50 {
  right: 50% !important;
}
[data-bs-theme=dark] .end-100 {
  right: 100% !important;
}
[data-bs-theme=dark] .translate-middle {
  transform: translate(-50%, -50%) !important;
}
[data-bs-theme=dark] .translate-middle-x {
  transform: translateX(-50%) !important;
}
[data-bs-theme=dark] .translate-middle-y {
  transform: translateY(-50%) !important;
}
[data-bs-theme=dark] .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-0 {
  border: 0 !important;
}
[data-bs-theme=dark] .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-top-0 {
  border-top: 0 !important;
}
[data-bs-theme=dark] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-end-0 {
  border-right: 0 !important;
}
[data-bs-theme=dark] .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-bottom-0 {
  border-bottom: 0 !important;
}
[data-bs-theme=dark] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme=dark] .border-start-0 {
  border-left: 0 !important;
}
[data-bs-theme=dark] .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
[data-bs-theme=dark] .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
[data-bs-theme=dark] .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
[data-bs-theme=dark] .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
[data-bs-theme=dark] .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
[data-bs-theme=dark] .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
[data-bs-theme=dark] .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
[data-bs-theme=dark] .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
[data-bs-theme=dark] .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
[data-bs-theme=dark] .border-1 {
  border-width: 1px !important;
}
[data-bs-theme=dark] .border-2 {
  border-width: 2px !important;
}
[data-bs-theme=dark] .border-3 {
  border-width: 3px !important;
}
[data-bs-theme=dark] .border-4 {
  border-width: 4px !important;
}
[data-bs-theme=dark] .border-5 {
  border-width: 5px !important;
}
[data-bs-theme=dark] .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
[data-bs-theme=dark] .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
[data-bs-theme=dark] .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
[data-bs-theme=dark] .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
[data-bs-theme=dark] .border-opacity-100 {
  --bs-border-opacity: 1;
}
[data-bs-theme=dark] .w-25 {
  width: 25% !important;
}
[data-bs-theme=dark] .w-50 {
  width: 50% !important;
}
[data-bs-theme=dark] .w-75 {
  width: 75% !important;
}
[data-bs-theme=dark] .w-100 {
  width: 100% !important;
}
[data-bs-theme=dark] .w-auto {
  width: auto !important;
}
[data-bs-theme=dark] .w-fit-content {
  width: fit-content !important;
}
[data-bs-theme=dark] .mw-100 {
  max-width: 100% !important;
}
[data-bs-theme=dark] .vw-100 {
  width: 100vw !important;
}
[data-bs-theme=dark] .min-vw-100 {
  min-width: 100vw !important;
}
[data-bs-theme=dark] .h-25 {
  height: 25% !important;
}
[data-bs-theme=dark] .h-50 {
  height: 50% !important;
}
[data-bs-theme=dark] .h-75 {
  height: 75% !important;
}
[data-bs-theme=dark] .h-100 {
  height: 100% !important;
}
[data-bs-theme=dark] .h-auto {
  height: auto !important;
}
[data-bs-theme=dark] .mh-100 {
  max-height: 100% !important;
}
[data-bs-theme=dark] .vh-100 {
  height: 100vh !important;
}
[data-bs-theme=dark] .min-vh-100 {
  min-height: 100vh !important;
}
[data-bs-theme=dark] .flex-fill {
  flex: 1 1 auto !important;
}
[data-bs-theme=dark] .flex-row {
  flex-direction: row !important;
}
[data-bs-theme=dark] .flex-column {
  flex-direction: column !important;
}
[data-bs-theme=dark] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
[data-bs-theme=dark] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
[data-bs-theme=dark] .flex-grow-0 {
  flex-grow: 0 !important;
}
[data-bs-theme=dark] .flex-grow-1 {
  flex-grow: 1 !important;
}
[data-bs-theme=dark] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
[data-bs-theme=dark] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
[data-bs-theme=dark] .flex-wrap {
  flex-wrap: wrap !important;
}
[data-bs-theme=dark] .flex-nowrap {
  flex-wrap: nowrap !important;
}
[data-bs-theme=dark] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
[data-bs-theme=dark] .justify-content-start {
  justify-content: flex-start !important;
}
[data-bs-theme=dark] .justify-content-end {
  justify-content: flex-end !important;
}
[data-bs-theme=dark] .justify-content-center {
  justify-content: center !important;
}
[data-bs-theme=dark] .justify-content-between {
  justify-content: space-between !important;
}
[data-bs-theme=dark] .justify-content-around {
  justify-content: space-around !important;
}
[data-bs-theme=dark] .justify-content-evenly {
  justify-content: space-evenly !important;
}
[data-bs-theme=dark] .align-items-start {
  align-items: flex-start !important;
}
[data-bs-theme=dark] .align-items-end {
  align-items: flex-end !important;
}
[data-bs-theme=dark] .align-items-center {
  align-items: center !important;
}
[data-bs-theme=dark] .align-items-baseline {
  align-items: baseline !important;
}
[data-bs-theme=dark] .align-items-stretch {
  align-items: stretch !important;
}
[data-bs-theme=dark] .align-content-start {
  align-content: flex-start !important;
}
[data-bs-theme=dark] .align-content-end {
  align-content: flex-end !important;
}
[data-bs-theme=dark] .align-content-center {
  align-content: center !important;
}
[data-bs-theme=dark] .align-content-between {
  align-content: space-between !important;
}
[data-bs-theme=dark] .align-content-around {
  align-content: space-around !important;
}
[data-bs-theme=dark] .align-content-stretch {
  align-content: stretch !important;
}
[data-bs-theme=dark] .align-self-auto {
  align-self: auto !important;
}
[data-bs-theme=dark] .align-self-start {
  align-self: flex-start !important;
}
[data-bs-theme=dark] .align-self-end {
  align-self: flex-end !important;
}
[data-bs-theme=dark] .align-self-center {
  align-self: center !important;
}
[data-bs-theme=dark] .align-self-baseline {
  align-self: baseline !important;
}
[data-bs-theme=dark] .align-self-stretch {
  align-self: stretch !important;
}
[data-bs-theme=dark] .order-first {
  order: -1 !important;
}
[data-bs-theme=dark] .order-0 {
  order: 0 !important;
}
[data-bs-theme=dark] .order-1 {
  order: 1 !important;
}
[data-bs-theme=dark] .order-2 {
  order: 2 !important;
}
[data-bs-theme=dark] .order-3 {
  order: 3 !important;
}
[data-bs-theme=dark] .order-4 {
  order: 4 !important;
}
[data-bs-theme=dark] .order-5 {
  order: 5 !important;
}
[data-bs-theme=dark] .order-last {
  order: 6 !important;
}
[data-bs-theme=dark] .m-0 {
  margin: 0 !important;
}
[data-bs-theme=dark] .m-1 {
  margin: 0.25rem !important;
}
[data-bs-theme=dark] .m-2 {
  margin: 0.5rem !important;
}
[data-bs-theme=dark] .m-3 {
  margin: 1rem !important;
}
[data-bs-theme=dark] .m-4 {
  margin: 1.5rem !important;
}
[data-bs-theme=dark] .m-5 {
  margin: 3rem !important;
}
[data-bs-theme=dark] .m-auto {
  margin: auto !important;
}
[data-bs-theme=dark] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[data-bs-theme=dark] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
[data-bs-theme=dark] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
[data-bs-theme=dark] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
[data-bs-theme=dark] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
[data-bs-theme=dark] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
[data-bs-theme=dark] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
[data-bs-theme=dark] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-bs-theme=dark] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
[data-bs-theme=dark] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
[data-bs-theme=dark] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
[data-bs-theme=dark] .mt-0 {
  margin-top: 0 !important;
}
[data-bs-theme=dark] .mt-1 {
  margin-top: 0.25rem !important;
}
[data-bs-theme=dark] .mt-2 {
  margin-top: 0.5rem !important;
}
[data-bs-theme=dark] .mt-3 {
  margin-top: 1rem !important;
}
[data-bs-theme=dark] .mt-4 {
  margin-top: 1.5rem !important;
}
[data-bs-theme=dark] .mt-5 {
  margin-top: 3rem !important;
}
[data-bs-theme=dark] .mt-auto {
  margin-top: auto !important;
}
[data-bs-theme=dark] .me-0 {
  margin-right: 0 !important;
}
[data-bs-theme=dark] .me-1 {
  margin-right: 0.25rem !important;
}
[data-bs-theme=dark] .me-2 {
  margin-right: 0.5rem !important;
}
[data-bs-theme=dark] .me-3 {
  margin-right: 1rem !important;
}
[data-bs-theme=dark] .me-4 {
  margin-right: 1.5rem !important;
}
[data-bs-theme=dark] .me-5 {
  margin-right: 3rem !important;
}
[data-bs-theme=dark] .me-auto {
  margin-right: auto !important;
}
[data-bs-theme=dark] .mb-0 {
  margin-bottom: 0 !important;
}
[data-bs-theme=dark] .mb-1 {
  margin-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .mb-2 {
  margin-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .mb-3 {
  margin-bottom: 1rem !important;
}
[data-bs-theme=dark] .mb-4 {
  margin-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .mb-5 {
  margin-bottom: 3rem !important;
}
[data-bs-theme=dark] .mb-auto {
  margin-bottom: auto !important;
}
[data-bs-theme=dark] .ms-0 {
  margin-left: 0 !important;
}
[data-bs-theme=dark] .ms-1 {
  margin-left: 0.25rem !important;
}
[data-bs-theme=dark] .ms-2 {
  margin-left: 0.5rem !important;
}
[data-bs-theme=dark] .ms-3 {
  margin-left: 1rem !important;
}
[data-bs-theme=dark] .ms-4 {
  margin-left: 1.5rem !important;
}
[data-bs-theme=dark] .ms-5 {
  margin-left: 3rem !important;
}
[data-bs-theme=dark] .ms-auto {
  margin-left: auto !important;
}
[data-bs-theme=dark] .p-0 {
  padding: 0 !important;
}
[data-bs-theme=dark] .p-1 {
  padding: 0.25rem !important;
}
[data-bs-theme=dark] .p-2 {
  padding: 0.5rem !important;
}
[data-bs-theme=dark] .p-3 {
  padding: 1rem !important;
}
[data-bs-theme=dark] .p-4 {
  padding: 1.5rem !important;
}
[data-bs-theme=dark] .p-5 {
  padding: 3rem !important;
}
[data-bs-theme=dark] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[data-bs-theme=dark] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
[data-bs-theme=dark] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
[data-bs-theme=dark] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
[data-bs-theme=dark] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
[data-bs-theme=dark] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
[data-bs-theme=dark] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[data-bs-theme=dark] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
[data-bs-theme=dark] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
[data-bs-theme=dark] .pt-0 {
  padding-top: 0 !important;
}
[data-bs-theme=dark] .pt-1 {
  padding-top: 0.25rem !important;
}
[data-bs-theme=dark] .pt-2 {
  padding-top: 0.5rem !important;
}
[data-bs-theme=dark] .pt-3 {
  padding-top: 1rem !important;
}
[data-bs-theme=dark] .pt-4 {
  padding-top: 1.5rem !important;
}
[data-bs-theme=dark] .pt-5 {
  padding-top: 3rem !important;
}
[data-bs-theme=dark] .pe-0 {
  padding-right: 0 !important;
}
[data-bs-theme=dark] .pe-1 {
  padding-right: 0.25rem !important;
}
[data-bs-theme=dark] .pe-2 {
  padding-right: 0.5rem !important;
}
[data-bs-theme=dark] .pe-3 {
  padding-right: 1rem !important;
}
[data-bs-theme=dark] .pe-4 {
  padding-right: 1.5rem !important;
}
[data-bs-theme=dark] .pe-5 {
  padding-right: 3rem !important;
}
[data-bs-theme=dark] .pb-0 {
  padding-bottom: 0 !important;
}
[data-bs-theme=dark] .pb-1 {
  padding-bottom: 0.25rem !important;
}
[data-bs-theme=dark] .pb-2 {
  padding-bottom: 0.5rem !important;
}
[data-bs-theme=dark] .pb-3 {
  padding-bottom: 1rem !important;
}
[data-bs-theme=dark] .pb-4 {
  padding-bottom: 1.5rem !important;
}
[data-bs-theme=dark] .pb-5 {
  padding-bottom: 3rem !important;
}
[data-bs-theme=dark] .ps-0 {
  padding-left: 0 !important;
}
[data-bs-theme=dark] .ps-1 {
  padding-left: 0.25rem !important;
}
[data-bs-theme=dark] .ps-2 {
  padding-left: 0.5rem !important;
}
[data-bs-theme=dark] .ps-3 {
  padding-left: 1rem !important;
}
[data-bs-theme=dark] .ps-4 {
  padding-left: 1.5rem !important;
}
[data-bs-theme=dark] .ps-5 {
  padding-left: 3rem !important;
}
[data-bs-theme=dark] .gap-0 {
  gap: 0 !important;
}
[data-bs-theme=dark] .gap-1 {
  gap: 0.25rem !important;
}
[data-bs-theme=dark] .gap-2 {
  gap: 0.5rem !important;
}
[data-bs-theme=dark] .gap-3 {
  gap: 1rem !important;
}
[data-bs-theme=dark] .gap-4 {
  gap: 1.5rem !important;
}
[data-bs-theme=dark] .gap-5 {
  gap: 3rem !important;
}
[data-bs-theme=dark] .row-gap-0 {
  row-gap: 0 !important;
}
[data-bs-theme=dark] .row-gap-1 {
  row-gap: 0.25rem !important;
}
[data-bs-theme=dark] .row-gap-2 {
  row-gap: 0.5rem !important;
}
[data-bs-theme=dark] .row-gap-3 {
  row-gap: 1rem !important;
}
[data-bs-theme=dark] .row-gap-4 {
  row-gap: 1.5rem !important;
}
[data-bs-theme=dark] .row-gap-5 {
  row-gap: 3rem !important;
}
[data-bs-theme=dark] .column-gap-0 {
  column-gap: 0 !important;
}
[data-bs-theme=dark] .column-gap-1 {
  column-gap: 0.25rem !important;
}
[data-bs-theme=dark] .column-gap-2 {
  column-gap: 0.5rem !important;
}
[data-bs-theme=dark] .column-gap-3 {
  column-gap: 1rem !important;
}
[data-bs-theme=dark] .column-gap-4 {
  column-gap: 1.5rem !important;
}
[data-bs-theme=dark] .column-gap-5 {
  column-gap: 3rem !important;
}
[data-bs-theme=dark] .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
[data-bs-theme=dark] .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
[data-bs-theme=dark] .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
[data-bs-theme=dark] .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
[data-bs-theme=dark] .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
[data-bs-theme=dark] .fs-5 {
  font-size: 1.25rem !important;
}
[data-bs-theme=dark] .fs-6 {
  font-size: 1rem !important;
}
[data-bs-theme=dark] .fst-italic {
  font-style: italic !important;
}
[data-bs-theme=dark] .fst-normal {
  font-style: normal !important;
}
[data-bs-theme=dark] .fw-lighter {
  font-weight: lighter !important;
}
[data-bs-theme=dark] .fw-light {
  font-weight: 300 !important;
}
[data-bs-theme=dark] .fw-normal {
  font-weight: 400 !important;
}
[data-bs-theme=dark] .fw-medium {
  font-weight: 500 !important;
}
[data-bs-theme=dark] .fw-semibold {
  font-weight: 600 !important;
}
[data-bs-theme=dark] .fw-bold {
  font-weight: 700 !important;
}
[data-bs-theme=dark] .fw-bolder {
  font-weight: bolder !important;
}
[data-bs-theme=dark] .lh-1 {
  line-height: 1 !important;
}
[data-bs-theme=dark] .lh-sm {
  line-height: 1.25 !important;
}
[data-bs-theme=dark] .lh-base {
  line-height: 1.5 !important;
}
[data-bs-theme=dark] .lh-lg {
  line-height: 2 !important;
}
[data-bs-theme=dark] .text-start {
  text-align: left !important;
}
[data-bs-theme=dark] .text-end {
  text-align: right !important;
}
[data-bs-theme=dark] .text-center {
  text-align: center !important;
}
[data-bs-theme=dark] .text-decoration-none {
  text-decoration: none !important;
}
[data-bs-theme=dark] .text-decoration-underline {
  text-decoration: underline !important;
}
[data-bs-theme=dark] .text-decoration-line-through {
  text-decoration: line-through !important;
}
[data-bs-theme=dark] .text-lowercase {
  text-transform: lowercase !important;
}
[data-bs-theme=dark] .text-uppercase {
  text-transform: uppercase !important;
}
[data-bs-theme=dark] .text-capitalize {
  text-transform: capitalize !important;
}
[data-bs-theme=dark] .text-wrap {
  white-space: normal !important;
}
[data-bs-theme=dark] .text-nowrap {
  white-space: nowrap !important;
}
[data-bs-theme=dark] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
[data-bs-theme=dark] .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
[data-bs-theme=dark] .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=dark] .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
[data-bs-theme=dark] .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
[data-bs-theme=dark] .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
[data-bs-theme=dark] .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
[data-bs-theme=dark] .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
[data-bs-theme=dark] .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
[data-bs-theme=dark] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
[data-bs-theme=dark] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
[data-bs-theme=dark] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
[data-bs-theme=dark] .text-opacity-100 {
  --bs-text-opacity: 1;
}
[data-bs-theme=dark] .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
[data-bs-theme=dark] .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
[data-bs-theme=dark] .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
[data-bs-theme=dark] .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
[data-bs-theme=dark] .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
[data-bs-theme=dark] .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
[data-bs-theme=dark] .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
[data-bs-theme=dark] .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
[data-bs-theme=dark] .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=dark] .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
[data-bs-theme=dark] .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=dark] .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
[data-bs-theme=dark] .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=dark] .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
[data-bs-theme=dark] .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=dark] .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
[data-bs-theme=dark] .link-opacity-100 {
  --bs-link-opacity: 1;
}
[data-bs-theme=dark] .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
[data-bs-theme=dark] .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=dark] .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
[data-bs-theme=dark] .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=dark] .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
[data-bs-theme=dark] .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=dark] .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
[data-bs-theme=dark] .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
[data-bs-theme=dark] .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[data-bs-theme=dark] .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=dark] .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
[data-bs-theme=dark] .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=dark] .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
[data-bs-theme=dark] .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=dark] .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
[data-bs-theme=dark] .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=dark] .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
[data-bs-theme=dark] .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=dark] .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
[data-bs-theme=dark] .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=dark] .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
[data-bs-theme=dark] .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
[data-bs-theme=dark] .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=dark] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
[data-bs-theme=dark] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
[data-bs-theme=dark] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
[data-bs-theme=dark] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
[data-bs-theme=dark] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
[data-bs-theme=dark] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
[data-bs-theme=dark] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
[data-bs-theme=dark] .user-select-all {
  user-select: all !important;
}
[data-bs-theme=dark] .user-select-auto {
  user-select: auto !important;
}
[data-bs-theme=dark] .user-select-none {
  user-select: none !important;
}
[data-bs-theme=dark] .pe-none {
  pointer-events: none !important;
}
[data-bs-theme=dark] .pe-auto {
  pointer-events: auto !important;
}
[data-bs-theme=dark] .rounded {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-0 {
  border-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-circle {
  border-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
[data-bs-theme=dark] .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
[data-bs-theme=dark] .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
[data-bs-theme=dark] .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
[data-bs-theme=dark] .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
[data-bs-theme=dark] .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
[data-bs-theme=dark] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
[data-bs-theme=dark] .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
[data-bs-theme=dark] .visible {
  visibility: visible !important;
}
[data-bs-theme=dark] .invisible {
  visibility: hidden !important;
}
[data-bs-theme=dark] .z-n1 {
  z-index: -1 !important;
}
[data-bs-theme=dark] .z-0 {
  z-index: 0 !important;
}
[data-bs-theme=dark] .z-1 {
  z-index: 1 !important;
}
[data-bs-theme=dark] .z-2 {
  z-index: 2 !important;
}
[data-bs-theme=dark] .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  [data-bs-theme=dark] .float-sm-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-sm-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-sm-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-sm-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-sm-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-sm-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-sm-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-sm-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-sm-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-sm-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-sm-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-sm-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-sm-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-sm-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-sm-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-sm-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-sm-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-sm-none {
    display: none !important;
  }
  [data-bs-theme=dark] .position-sm-static {
    position: static !important;
  }
  [data-bs-theme=dark] .position-sm-relative {
    position: relative !important;
  }
  [data-bs-theme=dark] .position-sm-absolute {
    position: absolute !important;
  }
  [data-bs-theme=dark] .position-sm-fixed {
    position: fixed !important;
  }
  [data-bs-theme=dark] .position-sm-sticky {
    position: sticky !important;
  }
  [data-bs-theme=dark] .top-sm-0 {
    top: 0 !important;
  }
  [data-bs-theme=dark] .top-sm-50 {
    top: 50% !important;
  }
  [data-bs-theme=dark] .top-sm-100 {
    top: 100% !important;
  }
  [data-bs-theme=dark] .bottom-sm-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=dark] .bottom-sm-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=dark] .bottom-sm-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=dark] .start-sm-0 {
    left: 0 !important;
  }
  [data-bs-theme=dark] .start-sm-50 {
    left: 50% !important;
  }
  [data-bs-theme=dark] .start-sm-100 {
    left: 100% !important;
  }
  [data-bs-theme=dark] .end-sm-0 {
    right: 0 !important;
  }
  [data-bs-theme=dark] .end-sm-50 {
    right: 50% !important;
  }
  [data-bs-theme=dark] .end-sm-100 {
    right: 100% !important;
  }
  [data-bs-theme=dark] .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=dark] .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-sm-0 {
    border: 0 !important;
  }
  [data-bs-theme=dark] .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-top-sm-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=dark] .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-end-sm-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=dark] .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=dark] .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-start-sm-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=dark] .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-sm-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-sm-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=dark] .border-sm-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=dark] .border-sm-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=dark] .border-sm-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=dark] .border-sm-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=dark] .border-opacity-sm-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=dark] .border-opacity-sm-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=dark] .border-opacity-sm-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=dark] .border-opacity-sm-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=dark] .border-opacity-sm-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=dark] .w-sm-25 {
    width: 25% !important;
  }
  [data-bs-theme=dark] .w-sm-50 {
    width: 50% !important;
  }
  [data-bs-theme=dark] .w-sm-75 {
    width: 75% !important;
  }
  [data-bs-theme=dark] .w-sm-100 {
    width: 100% !important;
  }
  [data-bs-theme=dark] .w-sm-auto {
    width: auto !important;
  }
  [data-bs-theme=dark] .w-sm-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=dark] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-sm-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-sm-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-sm-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-sm-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-sm-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-sm-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-sm-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-sm-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-sm-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-sm-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-sm-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-sm-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-sm-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-sm-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-sm-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-sm-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-sm-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-sm-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-sm-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-sm-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-sm-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-sm-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-sm-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-sm-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-sm-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-sm-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-sm-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-sm-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-sm-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-sm-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-sm-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-sm-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-sm-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-sm-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-sm-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-sm-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-sm-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-sm-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-sm-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-sm-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-sm-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-sm-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-sm-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-sm-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-sm-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-sm-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-sm-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-sm-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=dark] .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=dark] .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=dark] .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=dark] .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=dark] .fs-sm-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=dark] .text-sm-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-sm-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [data-bs-theme=dark] .float-md-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-md-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-md-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-md-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-md-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-md-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-md-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-md-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-md-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-md-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-md-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-md-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-md-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-md-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-md-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-md-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-md-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-md-none {
    display: none !important;
  }
  [data-bs-theme=dark] .position-md-static {
    position: static !important;
  }
  [data-bs-theme=dark] .position-md-relative {
    position: relative !important;
  }
  [data-bs-theme=dark] .position-md-absolute {
    position: absolute !important;
  }
  [data-bs-theme=dark] .position-md-fixed {
    position: fixed !important;
  }
  [data-bs-theme=dark] .position-md-sticky {
    position: sticky !important;
  }
  [data-bs-theme=dark] .top-md-0 {
    top: 0 !important;
  }
  [data-bs-theme=dark] .top-md-50 {
    top: 50% !important;
  }
  [data-bs-theme=dark] .top-md-100 {
    top: 100% !important;
  }
  [data-bs-theme=dark] .bottom-md-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=dark] .bottom-md-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=dark] .bottom-md-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=dark] .start-md-0 {
    left: 0 !important;
  }
  [data-bs-theme=dark] .start-md-50 {
    left: 50% !important;
  }
  [data-bs-theme=dark] .start-md-100 {
    left: 100% !important;
  }
  [data-bs-theme=dark] .end-md-0 {
    right: 0 !important;
  }
  [data-bs-theme=dark] .end-md-50 {
    right: 50% !important;
  }
  [data-bs-theme=dark] .end-md-100 {
    right: 100% !important;
  }
  [data-bs-theme=dark] .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=dark] .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-md-0 {
    border: 0 !important;
  }
  [data-bs-theme=dark] .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-top-md-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=dark] .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-end-md-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=dark] .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=dark] .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-start-md-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=dark] .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-md-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-md-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=dark] .border-md-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=dark] .border-md-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=dark] .border-md-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=dark] .border-md-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=dark] .border-opacity-md-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=dark] .border-opacity-md-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=dark] .border-opacity-md-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=dark] .border-opacity-md-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=dark] .border-opacity-md-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=dark] .w-md-25 {
    width: 25% !important;
  }
  [data-bs-theme=dark] .w-md-50 {
    width: 50% !important;
  }
  [data-bs-theme=dark] .w-md-75 {
    width: 75% !important;
  }
  [data-bs-theme=dark] .w-md-100 {
    width: 100% !important;
  }
  [data-bs-theme=dark] .w-md-auto {
    width: auto !important;
  }
  [data-bs-theme=dark] .w-md-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=dark] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-md-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-md-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-md-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-md-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-md-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-md-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-md-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-md-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-md-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-md-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-md-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-md-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-md-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-md-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-md-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-md-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-md-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-md-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-md-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-md-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-md-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-md-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-md-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-md-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-md-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-md-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-md-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-md-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-md-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-md-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-md-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-md-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-md-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-md-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-md-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-md-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-md-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-md-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-md-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-md-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-md-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-md-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-md-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-md-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-md-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-md-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-md-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-md-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-md-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-md-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-md-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-md-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-md-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-md-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-md-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-md-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-md-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-md-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-md-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-md-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-md-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-md-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-md-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-md-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-md-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-md-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-md-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-md-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-md-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-md-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-md-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=dark] .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=dark] .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=dark] .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=dark] .fs-md-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=dark] .fs-md-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=dark] .text-md-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-md-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .float-lg-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-lg-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-lg-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-lg-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-lg-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-lg-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-lg-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-lg-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-lg-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-lg-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-lg-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-lg-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-lg-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-lg-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-lg-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-lg-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-lg-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-lg-none {
    display: none !important;
  }
  [data-bs-theme=dark] .position-lg-static {
    position: static !important;
  }
  [data-bs-theme=dark] .position-lg-relative {
    position: relative !important;
  }
  [data-bs-theme=dark] .position-lg-absolute {
    position: absolute !important;
  }
  [data-bs-theme=dark] .position-lg-fixed {
    position: fixed !important;
  }
  [data-bs-theme=dark] .position-lg-sticky {
    position: sticky !important;
  }
  [data-bs-theme=dark] .top-lg-0 {
    top: 0 !important;
  }
  [data-bs-theme=dark] .top-lg-50 {
    top: 50% !important;
  }
  [data-bs-theme=dark] .top-lg-100 {
    top: 100% !important;
  }
  [data-bs-theme=dark] .bottom-lg-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=dark] .bottom-lg-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=dark] .bottom-lg-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=dark] .start-lg-0 {
    left: 0 !important;
  }
  [data-bs-theme=dark] .start-lg-50 {
    left: 50% !important;
  }
  [data-bs-theme=dark] .start-lg-100 {
    left: 100% !important;
  }
  [data-bs-theme=dark] .end-lg-0 {
    right: 0 !important;
  }
  [data-bs-theme=dark] .end-lg-50 {
    right: 50% !important;
  }
  [data-bs-theme=dark] .end-lg-100 {
    right: 100% !important;
  }
  [data-bs-theme=dark] .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=dark] .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-lg-0 {
    border: 0 !important;
  }
  [data-bs-theme=dark] .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-top-lg-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=dark] .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-end-lg-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=dark] .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=dark] .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-start-lg-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=dark] .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-lg-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-lg-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=dark] .border-lg-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=dark] .border-lg-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=dark] .border-lg-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=dark] .border-lg-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=dark] .border-opacity-lg-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=dark] .border-opacity-lg-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=dark] .border-opacity-lg-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=dark] .border-opacity-lg-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=dark] .border-opacity-lg-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=dark] .w-lg-25 {
    width: 25% !important;
  }
  [data-bs-theme=dark] .w-lg-50 {
    width: 50% !important;
  }
  [data-bs-theme=dark] .w-lg-75 {
    width: 75% !important;
  }
  [data-bs-theme=dark] .w-lg-100 {
    width: 100% !important;
  }
  [data-bs-theme=dark] .w-lg-auto {
    width: auto !important;
  }
  [data-bs-theme=dark] .w-lg-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=dark] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-lg-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-lg-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-lg-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-lg-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-lg-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-lg-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-lg-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-lg-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-lg-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-lg-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-lg-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-lg-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-lg-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-lg-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-lg-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-lg-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-lg-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-lg-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-lg-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-lg-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-lg-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-lg-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-lg-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-lg-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-lg-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-lg-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-lg-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-lg-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-lg-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-lg-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-lg-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-lg-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-lg-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-lg-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-lg-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-lg-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-lg-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-lg-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-lg-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-lg-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-lg-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-lg-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-lg-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-lg-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-lg-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-lg-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-lg-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-lg-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=dark] .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=dark] .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=dark] .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=dark] .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=dark] .fs-lg-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=dark] .text-lg-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-lg-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .float-xl-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-xl-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-xl-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-xl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-xl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-xl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-xl-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-xl-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-xl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-xl-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-xl-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-xl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-xl-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-xl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-xl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-xl-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-xl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-xl-none {
    display: none !important;
  }
  [data-bs-theme=dark] .position-xl-static {
    position: static !important;
  }
  [data-bs-theme=dark] .position-xl-relative {
    position: relative !important;
  }
  [data-bs-theme=dark] .position-xl-absolute {
    position: absolute !important;
  }
  [data-bs-theme=dark] .position-xl-fixed {
    position: fixed !important;
  }
  [data-bs-theme=dark] .position-xl-sticky {
    position: sticky !important;
  }
  [data-bs-theme=dark] .top-xl-0 {
    top: 0 !important;
  }
  [data-bs-theme=dark] .top-xl-50 {
    top: 50% !important;
  }
  [data-bs-theme=dark] .top-xl-100 {
    top: 100% !important;
  }
  [data-bs-theme=dark] .bottom-xl-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=dark] .bottom-xl-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=dark] .bottom-xl-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=dark] .start-xl-0 {
    left: 0 !important;
  }
  [data-bs-theme=dark] .start-xl-50 {
    left: 50% !important;
  }
  [data-bs-theme=dark] .start-xl-100 {
    left: 100% !important;
  }
  [data-bs-theme=dark] .end-xl-0 {
    right: 0 !important;
  }
  [data-bs-theme=dark] .end-xl-50 {
    right: 50% !important;
  }
  [data-bs-theme=dark] .end-xl-100 {
    right: 100% !important;
  }
  [data-bs-theme=dark] .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=dark] .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-xl-0 {
    border: 0 !important;
  }
  [data-bs-theme=dark] .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-top-xl-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=dark] .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-end-xl-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=dark] .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=dark] .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-start-xl-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=dark] .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xl-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=dark] .border-xl-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=dark] .border-xl-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=dark] .border-xl-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=dark] .border-xl-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=dark] .border-opacity-xl-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=dark] .border-opacity-xl-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=dark] .border-opacity-xl-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=dark] .border-opacity-xl-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=dark] .border-opacity-xl-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=dark] .w-xl-25 {
    width: 25% !important;
  }
  [data-bs-theme=dark] .w-xl-50 {
    width: 50% !important;
  }
  [data-bs-theme=dark] .w-xl-75 {
    width: 75% !important;
  }
  [data-bs-theme=dark] .w-xl-100 {
    width: 100% !important;
  }
  [data-bs-theme=dark] .w-xl-auto {
    width: auto !important;
  }
  [data-bs-theme=dark] .w-xl-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=dark] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-xl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-xl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-xl-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-xl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-xl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-xl-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-xl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-xl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-xl-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-xl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-xl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-xl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-xl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-xl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-xl-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-xl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-xl-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-xl-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-xl-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-xl-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-xl-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-xl-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-xl-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-xl-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-xl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-xl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-xl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-xl-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-xl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-xl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-xl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-xl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-xl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-xl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-xl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-xl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-xl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-xl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-xl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-xl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-xl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-xl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-xl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-xl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-xl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-xl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-xl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-xl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=dark] .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=dark] .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=dark] .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=dark] .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=dark] .fs-xl-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=dark] .text-xl-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-xl-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=dark] .float-xxl-start {
    float: left !important;
  }
  [data-bs-theme=dark] .float-xxl-end {
    float: right !important;
  }
  [data-bs-theme=dark] .float-xxl-none {
    float: none !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  [data-bs-theme=dark] .object-fit-xxl-none {
    object-fit: none !important;
  }
  [data-bs-theme=dark] .d-xxl-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-xxl-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-xxl-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-xxl-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-xxl-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-xxl-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-xxl-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-xxl-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-xxl-none {
    display: none !important;
  }
  [data-bs-theme=dark] .position-xxl-static {
    position: static !important;
  }
  [data-bs-theme=dark] .position-xxl-relative {
    position: relative !important;
  }
  [data-bs-theme=dark] .position-xxl-absolute {
    position: absolute !important;
  }
  [data-bs-theme=dark] .position-xxl-fixed {
    position: fixed !important;
  }
  [data-bs-theme=dark] .position-xxl-sticky {
    position: sticky !important;
  }
  [data-bs-theme=dark] .top-xxl-0 {
    top: 0 !important;
  }
  [data-bs-theme=dark] .top-xxl-50 {
    top: 50% !important;
  }
  [data-bs-theme=dark] .top-xxl-100 {
    top: 100% !important;
  }
  [data-bs-theme=dark] .bottom-xxl-0 {
    bottom: 0 !important;
  }
  [data-bs-theme=dark] .bottom-xxl-50 {
    bottom: 50% !important;
  }
  [data-bs-theme=dark] .bottom-xxl-100 {
    bottom: 100% !important;
  }
  [data-bs-theme=dark] .start-xxl-0 {
    left: 0 !important;
  }
  [data-bs-theme=dark] .start-xxl-50 {
    left: 50% !important;
  }
  [data-bs-theme=dark] .start-xxl-100 {
    left: 100% !important;
  }
  [data-bs-theme=dark] .end-xxl-0 {
    right: 0 !important;
  }
  [data-bs-theme=dark] .end-xxl-50 {
    right: 50% !important;
  }
  [data-bs-theme=dark] .end-xxl-100 {
    right: 100% !important;
  }
  [data-bs-theme=dark] .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  [data-bs-theme=dark] .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  [data-bs-theme=dark] .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-xxl-0 {
    border: 0 !important;
  }
  [data-bs-theme=dark] .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-top-xxl-0 {
    border-top: 0 !important;
  }
  [data-bs-theme=dark] .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-end-xxl-0 {
    border-right: 0 !important;
  }
  [data-bs-theme=dark] .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  [data-bs-theme=dark] .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  [data-bs-theme=dark] .border-start-xxl-0 {
    border-left: 0 !important;
  }
  [data-bs-theme=dark] .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  [data-bs-theme=dark] .border-xxl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  [data-bs-theme=dark] .border-xxl-1 {
    border-width: 1px !important;
  }
  [data-bs-theme=dark] .border-xxl-2 {
    border-width: 2px !important;
  }
  [data-bs-theme=dark] .border-xxl-3 {
    border-width: 3px !important;
  }
  [data-bs-theme=dark] .border-xxl-4 {
    border-width: 4px !important;
  }
  [data-bs-theme=dark] .border-xxl-5 {
    border-width: 5px !important;
  }
  [data-bs-theme=dark] .border-opacity-xxl-10 {
    --bs-border-opacity: 0.1;
  }
  [data-bs-theme=dark] .border-opacity-xxl-25 {
    --bs-border-opacity: 0.25;
  }
  [data-bs-theme=dark] .border-opacity-xxl-50 {
    --bs-border-opacity: 0.5;
  }
  [data-bs-theme=dark] .border-opacity-xxl-75 {
    --bs-border-opacity: 0.75;
  }
  [data-bs-theme=dark] .border-opacity-xxl-100 {
    --bs-border-opacity: 1;
  }
  [data-bs-theme=dark] .w-xxl-25 {
    width: 25% !important;
  }
  [data-bs-theme=dark] .w-xxl-50 {
    width: 50% !important;
  }
  [data-bs-theme=dark] .w-xxl-75 {
    width: 75% !important;
  }
  [data-bs-theme=dark] .w-xxl-100 {
    width: 100% !important;
  }
  [data-bs-theme=dark] .w-xxl-auto {
    width: auto !important;
  }
  [data-bs-theme=dark] .w-xxl-fit-content {
    width: fit-content !important;
  }
  [data-bs-theme=dark] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  [data-bs-theme=dark] .flex-xxl-row {
    flex-direction: row !important;
  }
  [data-bs-theme=dark] .flex-xxl-column {
    flex-direction: column !important;
  }
  [data-bs-theme=dark] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [data-bs-theme=dark] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [data-bs-theme=dark] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  [data-bs-theme=dark] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  [data-bs-theme=dark] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [data-bs-theme=dark] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [data-bs-theme=dark] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  [data-bs-theme=dark] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  [data-bs-theme=dark] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-center {
    justify-content: center !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  [data-bs-theme=dark] .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  [data-bs-theme=dark] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  [data-bs-theme=dark] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  [data-bs-theme=dark] .align-items-xxl-center {
    align-items: center !important;
  }
  [data-bs-theme=dark] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  [data-bs-theme=dark] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  [data-bs-theme=dark] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  [data-bs-theme=dark] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  [data-bs-theme=dark] .align-content-xxl-center {
    align-content: center !important;
  }
  [data-bs-theme=dark] .align-content-xxl-between {
    align-content: space-between !important;
  }
  [data-bs-theme=dark] .align-content-xxl-around {
    align-content: space-around !important;
  }
  [data-bs-theme=dark] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  [data-bs-theme=dark] .align-self-xxl-auto {
    align-self: auto !important;
  }
  [data-bs-theme=dark] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  [data-bs-theme=dark] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  [data-bs-theme=dark] .align-self-xxl-center {
    align-self: center !important;
  }
  [data-bs-theme=dark] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  [data-bs-theme=dark] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  [data-bs-theme=dark] .order-xxl-first {
    order: -1 !important;
  }
  [data-bs-theme=dark] .order-xxl-0 {
    order: 0 !important;
  }
  [data-bs-theme=dark] .order-xxl-1 {
    order: 1 !important;
  }
  [data-bs-theme=dark] .order-xxl-2 {
    order: 2 !important;
  }
  [data-bs-theme=dark] .order-xxl-3 {
    order: 3 !important;
  }
  [data-bs-theme=dark] .order-xxl-4 {
    order: 4 !important;
  }
  [data-bs-theme=dark] .order-xxl-5 {
    order: 5 !important;
  }
  [data-bs-theme=dark] .order-xxl-last {
    order: 6 !important;
  }
  [data-bs-theme=dark] .m-xxl-0 {
    margin: 0 !important;
  }
  [data-bs-theme=dark] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [data-bs-theme=dark] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [data-bs-theme=dark] .m-xxl-3 {
    margin: 1rem !important;
  }
  [data-bs-theme=dark] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [data-bs-theme=dark] .m-xxl-5 {
    margin: 3rem !important;
  }
  [data-bs-theme=dark] .m-xxl-auto {
    margin: auto !important;
  }
  [data-bs-theme=dark] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  [data-bs-theme=dark] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  [data-bs-theme=dark] .mt-xxl-auto {
    margin-top: auto !important;
  }
  [data-bs-theme=dark] .me-xxl-0 {
    margin-right: 0 !important;
  }
  [data-bs-theme=dark] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  [data-bs-theme=dark] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  [data-bs-theme=dark] .me-xxl-auto {
    margin-right: auto !important;
  }
  [data-bs-theme=dark] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  [data-bs-theme=dark] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  [data-bs-theme=dark] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [data-bs-theme=dark] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  [data-bs-theme=dark] .ms-xxl-auto {
    margin-left: auto !important;
  }
  [data-bs-theme=dark] .p-xxl-0 {
    padding: 0 !important;
  }
  [data-bs-theme=dark] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [data-bs-theme=dark] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [data-bs-theme=dark] .p-xxl-3 {
    padding: 1rem !important;
  }
  [data-bs-theme=dark] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [data-bs-theme=dark] .p-xxl-5 {
    padding: 3rem !important;
  }
  [data-bs-theme=dark] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  [data-bs-theme=dark] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [data-bs-theme=dark] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [data-bs-theme=dark] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [data-bs-theme=dark] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  [data-bs-theme=dark] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [data-bs-theme=dark] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [data-bs-theme=dark] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [data-bs-theme=dark] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-0 {
    gap: 0 !important;
  }
  [data-bs-theme=dark] .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-3 {
    gap: 1rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .gap-xxl-5 {
    gap: 3rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  [data-bs-theme=dark] .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  [data-bs-theme=dark] .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  [data-bs-theme=dark] .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  [data-bs-theme=dark] .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  [data-bs-theme=dark] .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  [data-bs-theme=dark] .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  [data-bs-theme=dark] .fs-xxl-6 {
    font-size: 1rem !important;
  }
  [data-bs-theme=dark] .text-xxl-start {
    text-align: left !important;
  }
  [data-bs-theme=dark] .text-xxl-end {
    text-align: right !important;
  }
  [data-bs-theme=dark] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=dark] .fs-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=dark] .fs-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=dark] .fs-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=dark] .fs-4 {
    font-size: 1.5rem !important;
  }
  [data-bs-theme=dark] .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=dark] .fs-sm-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=dark] .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=dark] .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  [data-bs-theme=dark] .fs-md-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=dark] .fs-md-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=dark] .fs-md-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=dark] .fs-md-4 {
    font-size: 1.5rem !important;
  }
  [data-bs-theme=dark] .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  [data-bs-theme=dark] .fs-lg-2 {
    font-size: 2rem !important;
  }
  [data-bs-theme=dark] .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  [data-bs-theme=dark] .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  [data-bs-theme=dark] .d-print-inline {
    display: inline !important;
  }
  [data-bs-theme=dark] .d-print-inline-block {
    display: inline-block !important;
  }
  [data-bs-theme=dark] .d-print-block {
    display: block !important;
  }
  [data-bs-theme=dark] .d-print-grid {
    display: grid !important;
  }
  [data-bs-theme=dark] .d-print-inline-grid {
    display: inline-grid !important;
  }
  [data-bs-theme=dark] .d-print-table {
    display: table !important;
  }
  [data-bs-theme=dark] .d-print-table-row {
    display: table-row !important;
  }
  [data-bs-theme=dark] .d-print-table-cell {
    display: table-cell !important;
  }
  [data-bs-theme=dark] .d-print-flex {
    display: flex !important;
  }
  [data-bs-theme=dark] .d-print-inline-flex {
    display: inline-flex !important;
  }
  [data-bs-theme=dark] .d-print-none {
    display: none !important;
  }
}

.border-dashed {
  border-style: dashed !important;
  border-color: var(--bs-border-dashed-color);
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: fit-content !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-sm-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-sm-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-sm-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-sm-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-sm-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-sm-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-sm-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .border-opacity-sm-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-sm-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-sm-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-sm-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-sm-100 {
    --bs-border-opacity: 1;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-fit-content {
    width: fit-content !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-md-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-md-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-md-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-md-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-md-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-md-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-md-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-opacity-md-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-md-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-md-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-md-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-md-100 {
    --bs-border-opacity: 1;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-fit-content {
    width: fit-content !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-lg-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-lg-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-lg-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-lg-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-lg-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-lg-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-lg-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-opacity-lg-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-lg-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-lg-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-lg-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-lg-100 {
    --bs-border-opacity: 1;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-fit-content {
    width: fit-content !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-xl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-xl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-xl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-xl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-xl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-xl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-xl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-opacity-xl-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-xl-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-xl-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-xl-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-xl-100 {
    --bs-border-opacity: 1;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-fit-content {
    width: fit-content !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-xxl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-xxl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-xxl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-xxl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-xxl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-xxl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-xxl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .border-opacity-xxl-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-xxl-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-xxl-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-xxl-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-xxl-100 {
    --bs-border-opacity: 1;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-fit-content {
    width: fit-content !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: fit-content !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-sm-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-sm-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-sm-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-sm-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-sm-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-sm-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-sm-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .border-opacity-sm-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-sm-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-sm-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-sm-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-sm-100 {
    --bs-border-opacity: 1;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-fit-content {
    width: fit-content !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-md-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-md-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-md-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-md-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-md-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-md-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-md-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-opacity-md-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-md-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-md-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-md-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-md-100 {
    --bs-border-opacity: 1;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-fit-content {
    width: fit-content !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-lg-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-lg-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-lg-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-lg-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-lg-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-lg-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-lg-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-opacity-lg-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-lg-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-lg-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-lg-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-lg-100 {
    --bs-border-opacity: 1;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-fit-content {
    width: fit-content !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-xl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-xl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-xl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-xl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-xl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-xl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-xl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-opacity-xl-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-xl-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-xl-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-xl-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-xl-100 {
    --bs-border-opacity: 1;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-fit-content {
    width: fit-content !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-xxl-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-xxl-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-xxl-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-xxl-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-xxl-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-xxl-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-xxl-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .border-opacity-xxl-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-xxl-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-xxl-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-xxl-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-xxl-100 {
    --bs-border-opacity: 1;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-fit-content {
    width: fit-content !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  :root header.kikoto-header {
    top: 16px;
  }
}
@media (max-width: 991.98px) {
  :root .btn-close-menu {
    padding: 0 !important;
  }
  :root .btn-close-menu:hover {
    background: rgba(var(--bs-secondary-color-rgb), 0.05) !important;
  }
  :root .btn-close-menu:hover i {
    color: var(--bs-dark);
  }
  :root .btn-menu:hover {
    background: rgba(var(--bs-secondary-color-rgb), 0.05);
  }
  :root .btn-menu:hover i {
    color: var(--bs-dark);
  }
  :root .navbar-logo {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  :root .navbar-logo .navbar-brand {
    margin: 0;
  }
}
:root .kikoto-navbar {
  padding: 0.25rem 1rem;
  background: rgba(var(--bs-body-bg-rgb), 0.85) !important;
  box-shadow: 0 4px 15.7px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(14px);
  border-radius: 0;
}
@media (min-width: 992px) {
  :root .kikoto-navbar {
    border-radius: 20px;
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 991.98px) {
  :root .kikoto-navbar {
    max-width: 100%;
  }
}
:root .kikoto-navbar .nav-item {
  font-weight: 600;
  font-size: 16px;
}
:root .kikoto-navbar .nav-item .nav-link {
  padding: 8px 15px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
:root .kikoto-navbar .nav-item .nav-link:hover {
  background: rgba(var(--bs-secondary-color-rgb), 0.05);
}
:root .kikoto-navbar .nav-item .nav-link.active:before {
  background-color: var(--bs-dark);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  transition: 0.2s transform cubic-bezier(0, 0, 0.1, 1) !important;
  width: 18px !important;
  transform: scaleX(1) !important;
}
:root .kikoto-navbar .nav-item .button-profile {
  padding: 2px 8px;
  border: solid 1px var(--bs-secondary);
  margin-inline-start: 8px;
}
:root .kikoto-navbar .hurry-item {
  padding: 0 15px;
  margin: 0 15px;
  margin-inline-end: 22px;
  position: relative;
}
:root .kikoto-navbar .hurry-item:before, :root .kikoto-navbar .hurry-item:after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--bs-secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
:root .kikoto-navbar .hurry-item:before {
  left: 0;
}
:root .kikoto-navbar .hurry-item:after {
  right: 0;
}
:root .dropdown-menu {
  animation: 300ms zoomIn;
  transform-origin: top right;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
:root .dropdown-item.active svg {
  fill: var(--bs-dropdown-link-active-color);
}

:root .tab-bar {
  background: var(--bs-body-bg);
}
:root .tab-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--bs-gray-700);
}
:root .tab-link .tab-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
:root .tab-link .tab-button i {
  text-align: center;
  color: var(--bs-gray-700);
  margin-top: 6px;
  margin-bottom: 2px;
  width: 24px;
  height: 24px;
}
:root .tab-link .tab-button i svg {
  fill: var(--bs-gray-700);
}
:root .tab-link .tab-button i svg.outline {
  display: block;
}
:root .tab-link .tab-button i svg.fill {
  display: none;
}
:root .tab-link .tab-button .label {
  white-space: nowrap;
  color: var(--bs-gray-700);
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 600;
}
:root .tab-link.active .tab-button i {
  color: var(--bs-primary) !important;
}
:root .tab-link.active .tab-button i svg {
  fill: var(--bs-primary) !important;
}
:root .tab-link.active .tab-button i svg path[fill=none], :root .tab-link.active .tab-button i svg rect[fill=none] {
  fill: var(--bs-primary) !important;
}
:root .tab-link.active .tab-button i svg g.inverse path[fill=currentColor], :root .tab-link.active .tab-button i svg g.inverse line[stroke=currentColor] {
  fill: var(--bs-body-bg);
  stroke: var(--bs-body-bg);
}
:root .tab-link.active .tab-button i svg g.inverse path[fill=inverse] {
  fill: var(--bs-body-bg);
}
:root .tab-link.active .tab-button i svg.outline {
  display: none;
}
:root .tab-link.active .tab-button i svg.fill {
  display: block;
}
:root .tab-link.active .tab-button .label {
  color: var(--bs-primary) !important;
}

[data-bs-theme=dark] .tab-bar {
  background: var(--bs-gray-100);
}

:root .segment {
  border-radius: 40px;
  background: rgba(244, 245, 248, 0.2);
  height: 40px;
  padding-inline: 2px;
}
:root .segment .btn {
  border-radius: 40px;
  color: var(--bs-body-bg);
  font-weight: 700;
  width: 100%;
  font-size: 14px;
  --bs-btn-padding-x: 8px;
}
@media (min-width: 576px) {
  :root .segment .btn {
    width: 120px;
  }
}
:root .segment .btn:hover {
  color: var(--bs-light);
}
:root .segment .btn-check:checked + .btn {
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  border: none;
}
:root .search-container {
  background: var(--bs-body-bg);
  border-radius: 20px;
  max-width: 1024px;
  box-shadow: 0 4px 17.5px 0 rgba(var(--bs-dark-rgb), 0.1);
}
:root .search-container .search-block-input {
  border-radius: 12px;
  border: none;
  box-shadow: none;
  height: 48px !important;
  min-height: 48px !important;
}
:root .search-container .search-block-input .form-control-plaintext ~ label {
  color: var(--bs-primary);
}
:root .search-container .search-block-input label {
  font-weight: 700;
  padding-top: 10px;
}
:root .search-container .search-block-input label:after {
  background: transparent !important;
}
:root .search-container .search-block-input .form-control-plaintext {
  padding-top: 20px !important;
  padding-bottom: 4px !important;
}
:root .search-container .search-block-input .form-control-plaintext::placeholder {
  color: revert;
}
:root .search-container .search-block-input .form-control-plaintext:focus {
  padding-top: 24px;
  padding-bottom: 7px;
}
:root .search-container .search-block-input select, :root .search-container .search-block-input input {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
:root .search-container .search-block-input input {
  background: var(--bs-light);
}
:root .search-container .search-block-input input:not([disabled]):hover {
  background: var(--bs-light-border-subtle);
}
:root .search-container .search-block-input #bookingform-return_date_formatted[disabled], :root .search-container .search-block-input #bookingform-return_date_formatted[disabled] {
  cursor: not-allowed !important;
}
:root .search-container .search-block-input #bookingform-return_date_formatted[disabled] ~ label, :root .search-container .search-block-input #bookingform-return_date_formatted[disabled] ~ label {
  opacity: 0.4;
  color: var(--bs-body-color);
}
:root .search-container .search-block-input #bookingform-return_date_formatted[disabled] ~ i, :root .search-container .search-block-input #bookingform-return_date_formatted[disabled] ~ i {
  opacity: 0.4;
  color: var(--bs-body-color);
}
:root .search-container .search-block-input #bookingform-return_date_formatted:not([disabled]):hover, :root .search-container .search-block-input #bookingform-return_date_formatted:not([disabled]):hover {
  background: var(--bs-light-border-subtle) !important;
}
:root .search-container .btn-switch {
  right: 1.5rem;
  top: 50%;
  transform: translate(-50% -50%);
}
@media (min-width: 992px) {
  :root .search-container .btn-switch {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
:root .search-container .btn-option {
  padding: 8px 12px;
}
@media (max-width: 767.98px) {
  :root .search-container .btn-option {
    padding: 8px 4px;
    font-size: 14px;
  }
}
:root .search-container .dropdown-passengers {
  width: calc(100vw - 48px);
  max-width: 400px;
}
:root .search-container .btn-search {
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  :root .container-promotions {
    max-width: 1024px;
  }
}
:root .card-promotion-home {
  border-radius: 20px;
  background: rgba(var(--bs-body-bg-rgb), 0.05);
  backdrop-filter: blur(12.5px);
  padding: 0px;
  width: 100%;
  height: 100%;
}
:root .card-promotion-home .image-wrapper {
  position: relative;
  display: flex;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
:root .card-promotion-home .image-wrapper img {
  height: 150px;
  width: 100%;
}
@media (min-width: 992px) {
  :root .card-promotion-home .image-wrapper img {
    height: 110px;
  }
}
:root .card-promotion-home .card-text {
  line-height: normal;
}
:root .card-promotion-home .card-body {
  padding: 2px;
}
:root .card-promotion-home .card-title {
  font-size: 16px;
}
:root .card-promotion-home .chip {
  padding: 4px 8px;
  font-weight: normal;
  pointer-events: none;
  height: 30px;
}
:root .card-promotion-home .next-to-chip {
  font-size: 12px;
  line-height: normal;
}
@media (min-width: 576px) {
  :root .card-promotion-home .next-to-chip {
    font-size: 14px;
  }
}
:root .card-promotion-home .info-text {
  color: var(--bs-body-color);
  line-height: normal;
  /*truncate text*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  :root .card-promotion-home {
    background: var(--bs-light);
  }
  :root .card-promotion-home .info-text {
    color: var(--bs-body-color);
  }
}
@media (min-width: 992px) {
  :root .card-promotion-home .card {
    border: none;
  }
  :root .card-promotion-home .info-text {
    color: var(--bs-white);
  }
}
:root .card-promotion-home:hover {
  background: var(--bs-gray-200);
}
@media (min-width: 992px) {
  :root .card-promotion-home:hover {
    background: rgba(var(--bs-gray-200-rgb), 0.5);
  }
}
:root .card-promotion-home:active {
  background: var(--bs-gray-300);
  transform: scale(0.985);
  transition: all 200ms linear;
}
@media (min-width: 992px) {
  :root .card-promotion-home:active {
    background: rgba(var(--bs-gray-300-rgb), 0.5);
  }
}

:root .swiper-destinations .swiper-button-next, :root .swiper-destinations .swiper-button-prev {
  display: none !important;
}
:root .swiper-destinations .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
:root .swiper-destinations .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
:root .swiper-destinations .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-destinations .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

:root .swiper-destinations-mini {
  overflow: hidden !important;
}
:root .swiper-destinations-mini .swiper-wrapper {
  height: 100%;
}
:root .swiper-destinations-mini .swiper-slide {
  display: flex;
  align-items: center;
}
:root .swiper-destinations-mini .swiper-button-prev, :root .swiper-destinations-mini .swiper-button-next {
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  background: var(--bs-body-bg);
  border: solid 1px var(--bs-border-color);
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: 0;
}
:root .swiper-destinations-mini .swiper-button-prev:after, :root .swiper-destinations-mini .swiper-button-next:after {
  font-size: 16px;
  color: var(--bs-body-color);
}
:root .swiper-destinations-mini .swiper-button-prev:hover, :root .swiper-destinations-mini .swiper-button-next:hover {
  border-color: var(--bs-dark);
}
:root .swiper-destinations-mini:before, :root .swiper-destinations-mini:after {
  display: block;
  content: "";
  width: 56px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
:root .swiper-destinations-mini:before {
  left: -1px;
  background: linear-gradient(90deg, var(--bs-body-bg) 70%, rgba(var(--bs-body-bg-rgb), 0) 100%);
}
:root .swiper-destinations-mini:after {
  right: -1px;
  background: linear-gradient(270deg, var(--bs-body-bg) 70%, rgba(var(--bs-body-bg-rgb), 0) 100%);
}
:root .chip:hover {
  background: var(--bs-gray-200) !important;
}
:root .chip:active {
  background: var(--bs-gray-300) !important;
}

:root .nav-tabs .nav-link {
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-gray-700);
}
:root .nav-tabs .nav-link.active {
  border-bottom: solid 2px var(--bs-dark);
}
:root .tab-content {
  padding: 32px 0;
}
:root .tab-content .accordion-item {
  border: none;
}
:root .tab-content .accordion-button {
  outline: none;
}
:root .seo-footer-item {
  text-decoration: none;
  color: var(--bs-body-color);
  transition: all 300ms ease-in-out;
  display: block;
  width: 100vw;
  max-width: 208px;
}
@media (min-width: 1400px) {
  :root .seo-footer-item {
    max-width: 244px;
  }
}
:root .seo-footer-item p {
  transition: all 300ms ease-in-out;
}
:root .seo-footer-item p:nth-child(2) {
  color: var(--bs-tertiary-color);
}
:root .seo-footer-item:hover {
  transition: all 300ms ease-in-out;
}
:root .seo-footer-item:hover p:first-child {
  color: var(--bs-dark);
}
:root .seo-footer-item:hover p:nth-child(2) {
  color: var(--bs-primary);
}

:root .btn-facebook {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 8px;
  border: none;
  --bs-btn-padding-y: 0;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #1877F2;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #105cc7;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #2e81ef;
  --bs-btn-active-border-color: #2e81ef;
}
:root .btn-instagram {
  height: 40px;
  border-radius: 8px;
  border: none;
  line-height: 40px;
  white-space: nowrap;
  background: #d13975 linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  --bs-btn-padding-y: 0;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-btn-hover-color);
}
:root .btn-instagram:hover {
  background: #b41f5a;
}
:root .btn-instagram:active {
  background: #d13975;
}
:root .btn-store {
  height: 40px;
  padding: 0 !important;
}
:root .btn-store img {
  height: 40px;
  width: auto;
  max-width: 100%;
}

:root .card-company {
  aspect-ratio: 164/84;
  padding: 12px 20px;
  border-radius: 20px;
}
:root .card-company:hover {
  background: var(--bs-gray-200) !important;
}
:root .card-company:active {
  background: var(--bs-gray-300) !important;
}

:root .card-service {
  border-radius: 20px;
  height: 100%;
}

:root .illustration {
  width: auto;
  height: 374px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
:root .custom-badge {
  box-shadow: 0 1px 10.7px 0 rgba(var(--bs-gray-600-rgb), 0.1);
  position: relative;
}
:root .custom-badge:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 26px;
  border-width: 8px;
  border-top-color: var(--bs-body-bg);
}
:root .custom-badge.badge-primary:before {
  border-top-color: var(--bs-primary);
}
:root .wrapper-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 374px;
  top: 0;
  left: 0;
  right: 0;
}

:root .swiper-testimonials {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  :root .swiper-testimonials {
    overflow: hidden !important;
  }
}
:root .swiper-testimonials .swiper-button-next, :root .swiper-testimonials .swiper-button-prev {
  display: none !important;
}
:root .swiper-testimonials .card-testimonial {
  border-radius: 20px;
  position: relative;
  height: 100%;
}
:root .swiper-testimonials .card-testimonial .quotes {
  position: absolute;
  top: -43px;
  left: 1rem;
}
:root .swiper-testimonials .card-testimonial .quotes i {
  font-size: 50px;
}
:root .swiper-testimonials .card-testimonial .card-body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
:root .swiper-testimonials .card-testimonial .card-body i {
  width: 18px;
  height: 18px;
}
:root .swiper-testimonials .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
:root .swiper-testimonials .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
:root .swiper-testimonials .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
:root .swiper-testimonials .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

:root .card-post {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
:root .card-post img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
:root .card-post .card-body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
:root .card-post .card-body span {
  margin-top: auto;
}
:root .card-post:hover {
  background: var(--bs-gray-200);
}
:root .card-post:hover .card-title {
  color: var(--bs-dark) !important;
}
:root .card-post:active {
  background: var(--bs-gray-100);
}

:root .banner-wrapper {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(267deg, var(--bs-primary) 9%, var(--bs-info) 100.05%);
  max-height: 540px;
  min-height: 346px;
  position: relative;
}
:root .banner-wrapper .title {
  font-size: 20px;
}
@media (min-width: 576px) {
  :root .banner-wrapper .title {
    font-size: 30px;
  }
}
:root .banner-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  min-width: 200%;
  pointer-events: none;
}
@media (min-width: 992px) {
  :root .banner-wrapper svg {
    width: 100%;
    min-width: 100%;
  }
  :root .banner-wrapper svg.bg {
    height: 100%;
  }
}
:root .btn-store-lg {
  height: 52px;
  padding: 0 !important;
}
:root .btn-store-lg img {
  height: 52px;
  width: auto;
  max-width: 100%;
}
:root .image-composition {
  position: relative;
  max-height: 332px;
}
:root .image-composition img {
  width: 84%;
}
:root .image-composition .nested-img {
  position: absolute;
  top: 30%;
  width: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
:root .image-composition .nested-img .badge-blur {
  padding: 6px 10px;
  display: inline-flex;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12.5px);
}
:root .image-composition .nested-img img {
  width: 100%;
}

:root .offcanvas-sidemenu {
  --bs-offcanvas-width: 280px;
}
:root .offcanvas-sidemenu .nav-item {
  font-weight: 600;
  font-size: 16px;
}
:root .offcanvas-sidemenu .nav-item .nav-link {
  padding: 8px 15px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
:root .offcanvas-sidemenu .nav-item .nav-link:hover {
  background: rgba(var(--bs-secondary-color-rgb), 0.05);
}
:root .offcanvas-sidemenu .nav-item .nav-link.selected {
  background: rgba(var(--bs-secondary-color-rgb), 0.05);
}
:root .offcanvas-sidemenu .nav-item .button-profile {
  padding: 2px 8px;
  border: solid 1px var(--bs-secondary);
  margin-inline-start: 8px;
}

:root .departures-container {
  max-width: 1024px;
}
:root .departures-card {
  background: var(--bs-body-bg);
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 4px 17.5px 0 rgba(var(--bs-dark-rgb), 0.1);
}
:root .breadcrumb-item {
  font-size: 12px;
}
:root .search-block-input {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  height: 48px !important;
  min-height: 48px !important;
  width: 100%;
}
:root .search-block-input .form-control-plaintext ~ label {
  color: var(--bs-primary);
}
:root .search-block-input label {
  font-weight: 700;
  padding-top: 10px;
}
:root .search-block-input label:after {
  background: transparent !important;
}
:root .search-block-input .form-control-plaintext {
  padding-top: 20px !important;
  padding-bottom: 4px !important;
}
:root .search-block-input .form-control-plaintext::placeholder {
  color: revert;
}
:root .search-block-input .form-control-plaintext:focus {
  padding-top: 20px;
  padding-bottom: 4px;
}
:root .search-block-input select, :root .search-block-input input {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
:root .btn-switch {
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  :root .btn-switch {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
:root .btn-search-departures {
  width: 48px;
  height: 48px;
}

:root .segment-trips {
  border-radius: 40px;
  background: var(--bs-light);
  height: 40px;
  padding-inline: 2px;
}
:root .segment-trips .nav-item {
  border-radius: 40px;
  color: var(--bs-body-color);
  font-weight: 700;
  width: 100%;
  font-size: 14px;
  --bs-btn-padding-x: 8px;
}
@media (min-width: 576px) {
  :root .segment-trips .nav-item {
    width: 120px;
  }
}
:root .segment-trips .nav-item:hover {
  color: var(--bs-secondary);
}
:root .segment-trips .nav-item button.active {
  background: var(--bs-primary);
  color: var(--bs-body-bg);
  border: none;
}

:root .search-input {
  border-radius: 40px;
  background: var(--bs-light);
  height: 48px;
  outline: none;
  box-shadow: none;
  padding-inline: 18px;
}
:root .search-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(var(--bs-dark-rgb, 1));
  border-color: var(--bs-dark) !important;
}
:root .field-tripsfilterform-checked .select2-container {
  min-width: 120px;
  width: 100% !important;
  max-width: 100%;
}
:root .field-tripsfilterform-checked .select2-selection {
  height: 48px;
  border-radius: var(--bs-border-radius);
}
:root .field-tripsfilterform-checked .select2-selection .select2-selection__rendered {
  line-height: 48px;
}
:root .field-tripsfilterform-checked .select2-selection .select2-selection__arrow {
  height: 48px;
  top: 0;
  right: 8px;
}
:root #tripsfilterform-button {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  padding: 0;
}
@media (min-width: 576px) {
  :root #tripsfilterform-button {
    width: auto;
    border-radius: var(--bs-border-radius);
    padding-inline: 15px;
  }
}
:root #contact-form {
  position: sticky;
  z-index: 1;
  top: 47px;
  background: var(--bs-body-bg);
}
@media (min-width: 992px) {
  :root #contact-form {
    top: 60px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  :root #contact-form {
    top: 80px;
  }
}

:root .badge-primary {
  background: rgba(var(--bs-primary-rgb), 0.25);
  color: var(--bs-primary);
  border-radius: 20px;
}
:root .badge-success {
  background: rgba(var(--bs-success-rgb), 0.25);
  color: var(--bs-success);
  border-radius: 6px;
}
:root .badge.badge-warning.badge-light {
  background: rgba(var(--bs-warning-rgb), 0.25);
  color: var(--bs-body-color);
}

:root .form-control-custom {
  border-radius: 8px;
  border: none;
  box-shadow: inset 0 0 0 1px var(--bs-tertiary-color) !important;
}
:root .form-control-custom:hover, :root .form-control-custom:focus {
  box-shadow: inset 0 0 0 2px var(--bs-body-color) !important;
}
:root .form-control-custom.is-invalid {
  box-shadow: inset 0 0 0 2px var(--bs-form-invalid-color) !important;
  background-image: none !important;
}
:root .form-control-custom.is-invalid ~ label {
  font-weight: bold !important;
  color: var(--bs-form-invalid-color) !important;
}

:root .modal {
  --bs-modal-width: 540px;
  --bs-scrollbar-overlay-space: 0;
  overflow-scrolling: unset;
  overflow-y: hidden;
}
:root body.modal-open {
  padding-right: 0 !important;
}

.demo-container {
  width: 100%;
  margin: auto;
}

.progress-bar-custom {
  height: 6px;
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.progress-bar-value-custom {
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
:root .btn-primary {
  --bs-btn-color: var(--bs-light);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-active-color: var(--bs-light);
}
:root .btn-outline-primary {
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-active-color: var(--bs-light);
}
:root .btn-icon {
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
:root .btn-primary-light {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #E5F6FE;
  --bs-btn-border-color: #E5F6FE;
}
:root .modal-button.disabled {
  position: relative;
  pointer-events: none !important;
}
:root .modal-button.disabled:hover {
  cursor: not-allowed;
}
:root .modal-button.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  z-index: 1;
}

:root .dropdown-menu {
  overflow: hidden;
}

[data-bs-theme=dark] {
  --bs-dropdown-bg: var(--bs-light) !important;
}

.waves-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.waves-container.waves-bottom {
  top: -53px;
  bottom: auto;
}

.waves {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15vh;
  min-height: 54px;
  max-height: 54px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 14s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .waves-container.waves-bottom {
    top: -31px;
  }
  .waves {
    height: 32px;
    min-height: 32px;
  }
}
:root .chip {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 40px;
  color: var(--bs-primary);
  background: var(--bs-body-bg);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

:root .card-destination {
  width: 100%;
  aspect-ratio: 1.618;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
:root .card-destination img {
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
:root .card-destination .card-header {
  padding: 0;
  border: none;
  background: none;
}
:root .card-destination .card-body {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
:root .card-destination .card-title {
  font-size: 25px;
  font-weight: 700;
  color: var(--bs-white);
}
:root .card-destination .card-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-white);
}
:root .card-destination:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(99deg, rgba(0, 0, 0, 0.6) 3.21%, rgba(0, 0, 0, 0) 96.21%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
}
:root .card-destination:hover:after {
  background: linear-gradient(99deg, rgba(0, 0, 0, 0.6) 1.21%, rgba(0, 0, 0, 0) 56.21%), rgba(211, 211, 211, 0) 30%/cover no-repeat;
}
:root .card-destination:active:after {
  background: linear-gradient(99deg, rgba(0, 0, 0, 0.6) 2.21%, rgba(0, 0, 0, 0) 76.21%), rgba(211, 211, 211, 0) 40%/cover no-repeat;
}

:root .swiper {
  overflow: visible;
}
:root .swiper-slide {
  width: auto;
  height: auto;
}

[data-kt-theme-mode-switching=true] * {
  transition: none !important;
}

[data-bs-theme=light] .theme-dark-show {
  display: none !important;
}
[data-bs-theme=light] .theme-light-bg-transparent {
  background-color: transparent !important;
}
[data-bs-theme=light] .theme-light-bg-body {
  background-color: var(--bs-body-bg) !important;
}

[data-bs-theme=auto] .theme-dark-show {
  display: none !important;
}
[data-bs-theme=auto] .theme-light-bg-transparent {
  background-color: transparent !important;
}
[data-bs-theme=auto] .theme-light-bg-body {
  background-color: var(--bs-body-bg) !important;
}

[data-bs-theme=dark] .theme-light-show {
  display: none !important;
}
[data-bs-theme=dark] .theme-dark-bg-transparent {
  background-color: transparent !important;
}
[data-bs-theme=dark] .theme-dark-bg-body {
  background-color: var(--bs-body-bg) !important;
}

:root .nav-pills .nav-link {
  background: var(--bs-light);
  font-size: 15px;
  --bs-nav-link-padding-x: .75rem;
}
@media (min-width: 768px) {
  :root .nav-pills .nav-link {
    font-size: 16px;
    --bs-nav-link-padding-x: 1rem;
  }
}

:root .accordion-header button {
  font-size: 20px !important;
  font-weight: bold;
}
:root .accordion-body {
  font-size: 16px !important;
}

:root .btn-navigation.prev, :root .btn-navigation.next {
  width: auto !important;
  height: 48px !important;
  background: var(--bs-body-bg);
}
:root .btn-navigation.prev a, :root .btn-navigation.next a {
  color: var(--bs-body-color) !important;
}
:root .btn-navigation.prev:hover, :root .btn-navigation.next:hover {
  background: var(--bs-primary);
}
:root .btn-navigation.prev:hover a, :root .btn-navigation.next:hover a {
  color: var(--bs-body-bg) !important;
}
:root .btn-navigation a {
  width: 100%;
  color: var(--bs-gray-600) !important;
}
:root .btn-navigation:hover a {
  color: var(--bs-body-color) !important;
}
:root .btn-navigation.active a {
  color: var(--bs-body-bg) !important;
}

:root .form-floating label:after {
  background: transparent !important;
}
:root .form-check-input-custom:checked ~ label {
  border-color: var(--bs-primary) !important;
  color: var(--bs-primary) !important;
}
:root .form-check-input-custom:checked ~ label svg {
  fill: var(--bs-primary) !important;
}

.leaflet-top {
  z-index: 1 !important;
}

.leaflet-control-zoom {
  margin-top: 0.5rem !important;
  z-index: 1 !important;
}
.leaflet-control-zoom a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--bs-gray-600);
  text-indent: 0;
  transition: all 200ms ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.12) 0 4px 16px;
}
.leaflet-control-zoom a span {
  position: relative;
  top: -2px;
}
.leaflet-control-zoom a:hover {
  color: var(--bs-body-color);
}
.leaflet-control-zoom a:active {
  transform: scale(1.05);
  transition: all 200ms ease-in-out;
  color: var(--bs-body-color);
}

.leaflet-control-zoom, .leaflet-control {
  margin-left: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.leaflet-control-layers {
  margin-right: 0.5rem !important;
}

.leaflet-bottom {
  margin-bottom: 0 !important;
  display: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: none !important;
  border-radius: 8px !important;
  gap: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-radius: 20px !important;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 20px !important;
}

.leaflet-bar button:first-of-type {
  border-radius: 20px !important;
}

.leaflet-touch .leaflet-bar button {
  padding: 6px;
}

.leaflet-pane {
  z-index: 1 !important;
}

/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
  display: block;
}

select + .select2-container--bootstrap-5 {
  z-index: 1;
}

.select2-container--bootstrap-5 *:focus {
  outline: 0;
}

.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  transform: translateY(-50%);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #0d6efd;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .select2-container--bootstrap-5 {
  flex-grow: 1;
}

.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}

.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #198754;
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #dc3545;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.select2-search-block {
  min-height: 48px !important;
}
.select2-search-block ~ .select2 {
  width: 100% !important;
}
.select2-search-block ~ .select2 .selection .select2-selection {
  min-height: 48px !important;
  background-color: var(--bs-light);
  padding: 20px 0.75rem 4px 0.75rem !important;
  border: none !important;
  border-radius: var(--bs-border-radius);
  box-shadow: none !important;
}
.select2-search-block ~ .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0 !important;
}
.select2-search-block ~ .select2:not([disabled]):hover .selection .select2-selection {
  background-color: var(--bs-light-border-subtle);
}
.select2-search-block ~ label {
  padding-top: 10px !important;
  line-height: var(--bs-body-line-height) !important;
  margin-bottom: 0.5rem;
  font-weight: 700 !important;
  color: var(--bs-primary) !important;
  border: none !important;
}

.select2-container .select2-dropdown {
  border: none !important;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: var(--bs-border-radius) !important;
  top: 8px;
}
.select2-container .select2-dropdown .select2-search {
  padding: 12px !important;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  background-color: var(--bs-light);
  border-radius: var(--bs-border-radius) !important;
}
.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
  box-shadow: none !important;
  border-color: var(--bs-body-color) !important;
}
.select2-container .select2-dropdown .select2-results__options {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.select2-container .select2-dropdown .select2-results__option[aria-selected=true], .select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: var(--bs-primary) !important;
  color: var(--bs-body-bg) !important;
}
.select2-container.select2-container--disabled {
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}
.select2-container.select2-container--disabled .selection .select2-selection {
  background-color: var(--bs-light) !important;
}
.select2-container.select2-container--disabled ~ label {
  color: var(--bs-body-color) !important;
  opacity: 0.4 !important;
}

.select2-container .select2-dropdown.select-2-dropdown-search-block {
  width: 80vw !important;
  max-width: 280px !important;
}
@media screen and (min-width: 576px) {
  .select2-container .select2-dropdown.select-2-dropdown-search-block {
    width: 50vw !important;
    max-width: 362px !important;
  }
}
@media screen and (min-width: 1080px) {
  .select2-container .select2-dropdown.select-2-dropdown-search-block {
    width: 32.5vw !important;
    max-width: 362px !important;
  }
}
.select2-container .select2-dropdown.select-2-dropdown-search-block .select2-results__option span.subtitle {
  color: var(--bs-tertiary-color);
}
.select2-container .select2-dropdown.select-2-dropdown-search-block .select2-results__option[aria-selected=true] {
  background: none !important;
}
.select2-container .select2-dropdown.select-2-dropdown-search-block .select2-results__option[aria-selected=true] span.title, .select2-container .select2-dropdown.select-2-dropdown-search-block .select2-results__option[aria-selected=true] span.subtitle {
  color: var(--bs-primary) !important;
}

.select2-results__option--highlighted span, .select2-results__option--highlighted span.subtitle {
  color: var(--bs-body-bg) !important;
}

.select2-floating {
  min-height: 56px !important;
}
.select2-floating ~ .select2 {
  width: 100% !important;
}
.select2-floating ~ .select2 .selection .select2-selection {
  min-height: 56px !important;
  padding: 26px 12px 10px !important;
  border: none !important;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px var(--bs-tertiary-color) !important;
}
.select2-floating ~ .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0 !important;
}
.select2-floating ~ .select2:hover .selection .select2-selection {
  box-shadow: inset 0 0 0 2px var(--bs-body-color) !important;
}
.select2-floating ~ .select2:focus .selection .select2-selection {
  box-shadow: inset 0 0 0 2px var(--bs-body-color) !important;
}
.select2-floating ~ label {
  border: none !important;
}
.select2-floating.is-invalid ~ .select2 .selection .select2-selection {
  box-shadow: inset 0 0 0 2px var(--bs-danger) !important;
}
.select2-floating.is-invalid ~ label {
  font-weight: 700 !important;
  color: var(--bs-danger) !important;
}

:root main {
  padding-top: 48px;
}
@media (min-width: 992px) {
  :root main {
    padding-top: 80px;
    top: 16px;
    position: relative;
  }
}
:root .background-absolute {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 450px;
  z-index: 0;
  overflow: hidden;
}
:root .background-absolute:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0.5;
  pointer-events: none;
  background: linear-gradient(89deg, rgba(1, 22, 45, 0.9) 0.52%, rgba(0, 0, 0, 0.1) 99.48%);
  width: 100%;
  height: 100%;
  min-height: 450px;
}
@media (min-width: 992px) {
  :root .background-absolute {
    height: 732px;
  }
  :root .background-absolute:after {
    min-height: 732px;
  }
}
:root .background-absolute img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para que la imagen se ajuste al contenedor */
  object-position: center center; /* Para centrar la imagen */
}
:root .main-section {
  position: relative;
  margin-top: -96px;
  z-index: 1;
  padding-top: 7rem;
}
@media (min-width: 768px) {
  :root .main-section {
    padding-top: 8rem;
  }
}
:root .slogan {
  font-size: 30px;
  font-weight: 700;
  color: var(--bs-white);
}
@media (max-width: 575.98px) {
  :root .slogan {
    font-size: 6vw;
  }
}
:root footer {
  margin-top: 100px;
}

:root .background-gradient {
  position: relative;
  margin-top: -48px;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  overflow: hidden;
  background: var(--bs-primary);
}
@media (min-width: 768px) {
  :root .background-gradient {
    height: 274px;
    margin-top: -96px;
  }
}
@media (min-width: 1200px) {
  :root .background-gradient {
    height: 250px;
  }
}
:root .card-departures {
  --bs-card-border-radius: 20px;
}
@media (min-width: 576px) {
  :root .card-departures {
    --bs-card-border-radius: 20px;
    --bs-border-width: 1px;
  }
}
:root .card-departures .shipping-company-img {
  max-width: 110px;
}
:root .card-departures .weather-img {
  max-width: 32px;
}
:root .card-departures .time {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
:root .card-departures .boat {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin: 8px 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  :root .card-departures .boat {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  :root .card-departures .boat {
    font-size: 16px;
  }
}
:root .card-departures .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  white-space: nowrap;
}
:root .card-departures .duration {
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}

:root .background-routes-ports {
  position: relative;
  margin-top: -48px;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 0;
  overflow: hidden;
}
:root .background-routes-ports:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0.5;
  pointer-events: none;
  background: linear-gradient(89deg, rgba(1, 22, 45, 0.9) 0.52%, rgba(0, 0, 0, 0.1) 99.48%);
  width: 100%;
  height: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  :root .background-routes-ports {
    height: 400px;
    margin-top: -96px;
  }
}
@media (min-width: 1200px) {
  :root .background-routes-ports {
    height: 400px;
  }
}
:root .background-routes-ports img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para que la imagen se ajuste al contenedor */
  object-position: center center; /* Para centrar la imagen */
}
:root .segment-routes-ports {
  background: var(--bs-gray-300);
}
:root .segment-routes-ports .nav-item {
  width: 50%;
}
:root .segment-routes-ports .nav-item .nav-link {
  padding: 0;
  height: 36px;
  line-height: 36px;
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 576px) {
  :root .segment-routes-ports .nav-item .nav-link {
    font-size: 16px;
  }
}
:root .segment-routes-ports .nav-item .nav-link:hover {
  color: var(--bs-body-color);
}
:root .segment-routes-ports .nav-item .nav-link.active {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-primary);
}
:root input[type=search]:focus ~ i, :root input[type=search]:hover ~ i {
  display: none;
}
:root .card-routes-port {
  --bs-card-border-radius: 20px;
  height: 100%;
}
@media (min-width: 576px) {
  :root .card-routes-port {
    --bs-card-border-radius: 20px;
  }
}
:root .card-routes-port .duration {
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
:root .card-routes-port .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:root .btn-port {
  --bs-btn-color: var(--bs-gray-600);
  --bs-btn-bg: var(--bs-body-bg);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-light);
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #c6c7c8;
  padding-left: 0.5rem;
}
:root .pagination-light {
  --bs-pagination-bg: var(--bs-light);
  --bs-pagination-hover-bg: var(--bs-white);
  --bs-pagination-color: var(--bs-gray-600);
  --bs-pagination-hover-color: var(--bs-dark);
}
:root .pagination-light .btn-icon {
  --bs-btn-bg: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-color: var(--bs-dark);
  border: none;
}
:root .btn-navigation {
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: #e6e6e6;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: #cccccc;
  display: flex;
  align-items: center;
  padding-inline: 16px;
}
@media (max-width: 575.98px) {
  :root .btn-navigation {
    max-width: 40px;
    max-height: 40px;
    padding-inline: 12px;
  }
}

:root .card-account {
  --bs-card-border-radius: 0px;
  --bs-body-color: var(--bs-body-color);
  --bs-border-width: 0;
  --bs-box-shadow: 0 6px 16px #0000001f;
  transition: all 100ms ease-in-out;
  height: 100%;
}
@media (min-width: 576px) {
  :root .card-account {
    --bs-card-border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1215686275);
  }
}
@media (max-width: 575.98px) {
  :root .card-account {
    --bs-card-bg: var(--bs-body-bg);
  }
}
:root .card-account .card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
  margin-inline: 24px;
  border-bottom: solid 1px var(--bs-border-color);
  position: relative;
}
:root .card-account .card-body i {
  font-size: 24px;
  line-height: 24px;
  color: var(--bs-dark);
  margin-right: 16px;
}
@media (min-width: 576px) {
  :root .card-account .card-body i {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 1rem;
    color: var(--bs-card-color);
  }
}
:root .card-account .card-body .card-title {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  :root .card-account .card-body .card-title {
    font-weight: bolder;
    margin-top: auto;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) {
  :root .card-account .card-body {
    flex-direction: column;
    align-items: start;
    padding: 16px;
    margin-inline: 0;
    border-bottom: none;
  }
}
:root .card-account .card-text {
  font-size: 14px;
}
:root .card-account:hover i, :root .card-account:hover .card-text {
  color: var(--bs-dark);
}
:root .card-account:active {
  --bs-card-bg: var(--bs-light);
}
@media (min-width: 576px) {
  :root .card-account:active {
    transform: scale(0.99);
  }
}
:root .badge-points {
  cursor: auto;
  pointer-events: none;
  padding: 8px 12px;
  height: auto;
  border-radius: 8px;
  margin: 0;
  color: var(--bs-body-color);
  background: rgba(var(--bs-success-rgb), 0.3);
  border: solid 1px var(--bs-success);
  font-weight: 700;
  font-size: 14px;
}
:root .btn-information:hover {
  background: var(--bs-light);
}
:root form.disabled {
  pointer-events: none;
  opacity: 0.4;
}
:root .account-item.disabled * {
  color: #DDDDDD !important;
  pointer-events: none;
}
:root .account-item button.btn-link {
  margin-top: -10px;
}
:root .GaugeMeter {
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: default;
  top: 20%;
}
:root .GaugeMeter SPAN,
:root .GaugeMeter B {
  margin: 15% 23%;
  width: 54%;
  position: absolute;
  text-align: center;
  display: inline-block;
  color: var(--bs-body-bg);
  font-weight: 100;
  font-family: "Quicksand", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:root .GaugeMeter[data-style=Semi] B {
  margin: -18% 10%;
  width: 80%;
}
:root .GaugeMeter S,
:root .GaugeMeter U {
  text-decoration: none;
  font-size: 100%;
}
:root .GaugeMeter B {
  font-weight: 300;
  font-size: 80%;
  opacity: 0.8;
}

:root .swiper-blog-mini {
  overflow: hidden !important;
}
:root .swiper-blog-mini .swiper-wrapper {
  height: 100%;
}
:root .swiper-blog-mini .swiper-slide {
  display: flex;
  align-items: center;
}
:root .swiper-blog-mini .swiper-button-prev, :root .swiper-blog-mini .swiper-button-next {
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  background: var(--bs-body-bg);
  border: solid 1px var(--bs-border-color);
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: 0;
}
:root .swiper-blog-mini .swiper-button-prev:after, :root .swiper-blog-mini .swiper-button-next:after {
  font-size: 16px;
  color: var(--bs-body-color);
}
:root .swiper-blog-mini .swiper-button-prev:hover, :root .swiper-blog-mini .swiper-button-next:hover {
  border-color: var(--bs-dark);
}
:root .swiper-blog-mini:before, :root .swiper-blog-mini:after {
  display: block;
  content: "";
  width: 56px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
:root .swiper-blog-mini:before {
  left: -1px;
  background: linear-gradient(90deg, var(--bs-body-bg) 70%, rgba(var(--bs-body-bg-rgb), 0) 100%);
}
:root .swiper-blog-mini:after {
  right: -1px;
  background: linear-gradient(270deg, var(--bs-body-bg) 70%, rgba(var(--bs-body-bg-rgb), 0) 100%);
}
:root .chip:hover {
  background: var(--bs-gray-200) !important;
}
:root .chip:active {
  background: var(--bs-gray-300) !important;
}

:root .background-gradient-blog {
  position: relative;
  margin-top: -48px;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 0;
  overflow: hidden;
  background: var(--bs-primary);
}
@media (min-width: 768px) {
  :root .background-gradient-blog {
    margin-top: -96px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  :root .background-gradient-blog {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  :root .background-gradient-blog {
    height: 400px;
  }
}
:root .background-gradient-blog img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para que la imagen se ajuste al contenedor */
  object-position: center center; /* Para centrar la imagen */
}
:root .background-gradient-blog.has-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0.5;
  pointer-events: none;
  background: linear-gradient(89deg, rgba(1, 22, 45, 0.9) 0.52%, rgba(0, 0, 0, 0.1) 99.48%);
  width: 100%;
  height: 100%;
  min-height: 300px;
}
:root .item-featured {
  margin-bottom: 16px;
  display: block;
}
:root .item-featured:last-child {
  margin-bottom: 0;
}
:root .item-featured:hover .card-title {
  color: var(--bs-dark) !important;
}
:root .btn-navigation {
  display: flex;
  align-items: center;
  padding-inline: 16px;
}
@media (max-width: 575.98px) {
  :root .btn-navigation {
    max-width: 40px;
    max-height: 40px;
    padding-inline: 12px;
  }
}
:root .card-horizontal-post {
  border-radius: 20px;
  margin-bottom: 24px;
}
:root .card-horizontal-post .card-body {
  padding: 24px;
}
@media (min-width: 768px) {
  :root .card-horizontal-post .card-body {
    min-height: 162px;
    padding: 20px 16px;
  }
}
:root .card-horizontal-post img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767.98px) {
  :root .card-horizontal-post img {
    border-radius: 20px 20px 0 0;
  }
}
:root .card-horizontal-post:hover {
  background: var(--bs-gray-200);
}
:root .card-horizontal-post:hover .card-title {
  color: var(--bs-dark) !important;
}
:root .accordion-index {
  --bs-accordion-bg: var(--bs-light);
  --bs-accordion-active-bg: var(--bs-light);
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-border-radius: 8px !important;
  border-radius: 8px !important;
}
:root .accordion-index .accordion-item {
  border-radius: 8px !important;
  overflow: hidden;
}
:root .accordion-index .accordion-header {
  border-radius: 8px 8px 0 0 !important;
  overflow: hidden;
}
:root .accordion-index ol {
  counter-reset: item;
  padding-left: 8px;
}
:root .accordion-index li {
  display: block;
}
:root .accordion-index li span {
  margin: 0 0 8px 0;
  font-weight: bold;
  color: var(--bs-dark);
  display: inline-block;
}
:root .accordion-index li:last-of-type {
  margin-bottom: 16px;
}
:root .accordion-index li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
:root .btn-rrss {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #EAF4FF;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #0D6EFDFF;
}

:root .card-login {
  width: 100%;
  max-width: 500px;
  border: none;
  margin: 20px 0 80px 0;
}
@media (min-width: 992px) {
  :root .card-login {
    margin: 24px 0;
  }
}
:root .card-login .card-header {
  height: 64px;
  background: var(--bs-card-bg);
}
:root .card-login .card-body {
  padding: 32px;
}
:root .header-login {
  height: 50px;
  z-index: 1000;
  background: var(--bs-body-bg);
}
@media (min-width: 576px) {
  :root .header-login {
    height: 80px;
    border: none;
  }
}
:root .header-login nav {
  padding: 0.25rem 1rem;
  background: var(--bs-body-bg);
}
@media (min-width: 576px) {
  :root .header-login nav {
    padding: 0.75rem 1.25rem;
    background: transparent;
  }
}
:root .header-login .nav-link {
  padding: 8px 15px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
:root .header-login .nav-link:hover {
  background: rgba(var(--bs-secondary-color-rgb), 0.05);
}
:root .header-login .nav-link.active:before {
  background-color: var(--bs-dark);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  transition: 0.2s transform cubic-bezier(0, 0, 0.1, 1) !important;
  width: 18px !important;
  transform: scaleX(1) !important;
}
:root .background-wrapper {
  padding-left: 12px;
  position: fixed;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
:root .background-wrapper .img-wrapper {
  border-radius: 45px 0 0 45px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
:root .background-wrapper .img-wrapper img {
  object-fit: cover;
  height: 100%;
  object-position: -240px;
}

:root .form-check {
  height: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding-left: 36px;
}
:root .form-check .form-check-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 18px;
  cursor: pointer;
  padding: 4px 0;
}
:root .form-check:hover {
  background: var(--bs-gray-200);
}
:root .form-check-input {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

:root .background-gradient {
  position: relative;
  margin-top: -48px;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  overflow: hidden;
  background: var(--bs-primary);
}
@media (min-width: 768px) {
  :root .background-gradient {
    height: 274px;
    margin-top: -96px;
  }
}
@media (min-width: 1200px) {
  :root .background-gradient {
    height: 250px;
  }
}
:root .card-result {
  --bs-card-border-radius: 20px;
}
@media (min-width: 576px) {
  :root .card-result {
    --bs-card-border-radius: 20px;
    --bs-border-width: 1px;
    min-height: 160px;
  }
  :root .card-result .col-button {
    min-height: 126px;
  }
}
:root .card-result .shipping-company-img {
  max-width: 110px;
  min-height: 36px;
}
:root .card-result .company-weather-container {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  min-width: 168px;
}
:root .card-result .weather-img {
  max-width: 32px;
}
:root .card-result .time {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
:root .card-result .boat {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin: 8px 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  :root .card-result .boat {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  :root .card-result .boat {
    font-size: 16px;
  }
}
:root .card-result .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  white-space: nowrap;
}
:root .card-result .duration {
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
:root .card-highlight {
  --bs-card-border-radius: 20px;
}
:root .card-highlight .title img {
  max-height: 24px;
}
:root .card-highlight .card-result {
  --bs-card-border-radius: 18px;
}
:root .results-header-mobile {
  background: var(--bs-primary);
}
:root .btn-step {
  width: 100%;
  border: none;
  padding-inline: 0;
  position: relative;
  z-index: 1;
}
:root .btn-step:before {
  content: "";
  height: 1px;
  position: absolute;
  background: var(--bs-gray-300);
  width: 100%;
  right: -50%;
  top: 33px;
  z-index: 1;
}
:root .btn-step.last-step:before {
  display: none;
}
:root .btn-step .btn-icon {
  position: relative;
  z-index: 1;
}
:root .btn-step .label {
  color: rgba(var(--bs-body-color-rgb), var(--bs-link-opacity, 1)) !important;
}
:root .btn-step[disabled] {
  cursor: not-allowed;
}
:root .btn-step:not([disabled]):hover .btn-icon {
  background: var(--bs-btn-hover-bg) !important;
}
:root .btn-step.active .label {
  font-weight: bold;
}
:root .btn-step.visited .btn-icon {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
:root .footer-booking {
  bottom: 66px;
}
@media (min-width: 992px) {
  :root .footer-booking {
    bottom: 16px;
  }
}

:root {
  /*.form-floating > .form-control::placeholder {
    color: revert;
  }

  .form-floating > .form-control:not(:focus)::placeholder {
    color: transparent;
  }*/
}
:root .segment-residence {
  border-radius: 40px;
  background: var(--bs-secondary);
  height: 40px;
  padding-inline: 2px;
}
:root .segment-residence .btn {
  border-radius: 40px;
  color: var(--bs-body-bg);
  font-weight: 700;
  width: 100%;
  min-width: 50px;
  font-size: 14px;
  --bs-btn-padding-x: 8px;
}
@media (min-width: 576px) {
  :root .segment-residence .btn {
    width: 84px;
  }
}
:root .segment-residence .btn:hover {
  color: var(--bs-light);
}
:root .segment-residence .btn-check:checked + .btn {
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  border: none;
}

:root .background-gradient-legal {
  position: relative;
  margin-top: -48px;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  overflow: hidden;
  background: var(--bs-primary);
}
@media (min-width: 768px) {
  :root .background-gradient-legal {
    margin-top: -96px;
    height: 270px;
  }
}
@media (min-width: 1200px) {
  :root .background-gradient-legal {
    height: 260px;
  }
}
@media (min-width: 1400px) {
  :root .background-gradient-legal {
    height: 260px;
  }
}
:root .background-gradient-legal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para que la imagen se ajuste al contenedor */
  object-position: center center; /* Para centrar la imagen */
}