@charset "UTF-8";
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bt {
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.bt :root,
.bt [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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.bt [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
.bt *,
.bt *::before,
.bt *::after {
  box-sizing: border-box;
}
.bt 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);
}
.bt hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.bt h6, .bt .h6, .bt h5, .bt .h5, .bt h4, .bt .h4, .bt h3, .bt .h3, .bt h2, .bt .h2, .bt h1, .bt .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.bt h1, .bt .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .bt h1, .bt .h1 {
    font-size: 2.5rem;
  }
}
.bt h2, .bt .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .bt h2, .bt .h2 {
    font-size: 2rem;
  }
}
.bt h3, .bt .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .bt h3, .bt .h3 {
    font-size: 1.75rem;
  }
}
.bt h4, .bt .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .bt h4, .bt .h4 {
    font-size: 1.5rem;
  }
}
.bt h5, .bt .h5 {
  font-size: 1.25rem;
}
.bt h6, .bt .h6 {
  font-size: 1rem;
}
.bt p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bt abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.bt address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bt ol,
.bt ul {
  padding-left: 2rem;
}
.bt ol,
.bt ul,
.bt dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bt ol ol,
.bt ul ul,
.bt ol ul,
.bt ul ol {
  margin-bottom: 0;
}
.bt dt {
  font-weight: 700;
}
.bt dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bt blockquote {
  margin: 0 0 1rem;
}
.bt b,
.bt strong {
  font-weight: bolder;
}
.bt small, .bt .small {
  font-size: 0.875em;
}
.bt mark, .bt .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
.bt sub,
.bt sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.bt sub {
  bottom: -0.25em;
}
.bt sup {
  top: -0.5em;
}
.bt a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.bt a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.bt a:not([href]):not([class]), .bt a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bt pre,
.bt code,
.bt kbd,
.bt samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.bt pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.bt pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bt code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .bt code {
  color: inherit;
}
.bt 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;
}
.bt kbd kbd {
  padding: 0;
  font-size: 1em;
}
.bt figure {
  margin: 0 0 1rem;
}
.bt img,
.bt svg {
  vertical-align: middle;
}
.bt table {
  caption-side: bottom;
  border-collapse: collapse;
}
.bt caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.bt th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bt thead,
.bt tbody,
.bt tfoot,
.bt tr,
.bt td,
.bt th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.bt label {
  display: inline-block;
}
.bt button {
  border-radius: 0;
}
.bt button:focus:not(:focus-visible) {
  outline: 0;
}
.bt input,
.bt button,
.bt select,
.bt optgroup,
.bt textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bt button,
.bt select {
  text-transform: none;
}
.bt [role=button] {
  cursor: pointer;
}
.bt select {
  word-wrap: normal;
}
.bt select:disabled {
  opacity: 1;
}
.bt [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.bt button,
.bt [type=button],
.bt [type=reset],
.bt [type=submit] {
  -webkit-appearance: button;
}
.bt button:not(:disabled),
.bt [type=button]:not(:disabled),
.bt [type=reset]:not(:disabled),
.bt [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bt ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bt textarea {
  resize: vertical;
}
.bt fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bt legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .bt legend {
    font-size: 1.5rem;
  }
}
.bt legend + * {
  clear: left;
}
.bt ::-webkit-datetime-edit-fields-wrapper,
.bt ::-webkit-datetime-edit-text,
.bt ::-webkit-datetime-edit-minute,
.bt ::-webkit-datetime-edit-hour-field,
.bt ::-webkit-datetime-edit-day-field,
.bt ::-webkit-datetime-edit-month-field,
.bt ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.bt ::-webkit-inner-spin-button {
  height: auto;
}
.bt [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.bt [type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
.bt ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bt ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.bt ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.bt output {
  display: inline-block;
}
.bt iframe {
  border: 0;
}
.bt summary {
  display: list-item;
  cursor: pointer;
}
.bt progress {
  vertical-align: baseline;
}
.bt [hidden] {
  display: none !important;
}
.bt .lead {
  font-size: 1.25rem;
  font-weight: normal;
}
.bt .display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .bt .display-1 {
    font-size: 5rem;
  }
}
.bt .display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .bt .display-2 {
    font-size: 4.5rem;
  }
}
.bt .display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .bt .display-3 {
    font-size: 4rem;
  }
}
.bt .display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .bt .display-4 {
    font-size: 3.5rem;
  }
}
.bt .display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .bt .display-5 {
    font-size: 3rem;
  }
}
.bt .display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .bt .display-6 {
    font-size: 2.5rem;
  }
}
.bt .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bt .list-inline {
  padding-left: 0;
  list-style: none;
}
.bt .list-inline-item {
  display: inline-block;
}
.bt .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bt .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.bt .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bt .blockquote > :last-child {
  margin-bottom: 0;
}
.bt .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bt .blockquote-footer::before {
  content: "— ";
}
.bt .img-fluid {
  max-width: 100%;
  height: auto;
}
.bt .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);
  max-width: 100%;
  height: auto;
}
.bt .figure {
  display: inline-block;
}
.bt .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bt .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.bt .container,
.bt .container-fluid,
.bt .container-xxl,
.bt .container-xl,
.bt .container-lg,
.bt .container-md,
.bt .container-sm {
  --bs-gutter-x: 1.5rem;
  --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) {
  .bt .container-sm, .bt .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bt .container-xl, .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bt .container-xxl, .bt .container-xl, .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 1320px;
  }
}
.bt :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;
}
.bt .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));
}
.bt .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);
}
.bt .col {
  flex: 1 0 0;
}
.bt .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bt .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bt .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bt .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bt .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bt .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bt .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bt .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bt .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bt .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bt .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bt .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bt .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bt .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bt .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bt .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bt .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bt .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bt .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bt .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bt .offset-1 {
  margin-left: 8.33333333%;
}
.bt .offset-2 {
  margin-left: 16.66666667%;
}
.bt .offset-3 {
  margin-left: 25%;
}
.bt .offset-4 {
  margin-left: 33.33333333%;
}
.bt .offset-5 {
  margin-left: 41.66666667%;
}
.bt .offset-6 {
  margin-left: 50%;
}
.bt .offset-7 {
  margin-left: 58.33333333%;
}
.bt .offset-8 {
  margin-left: 66.66666667%;
}
.bt .offset-9 {
  margin-left: 75%;
}
.bt .offset-10 {
  margin-left: 83.33333333%;
}
.bt .offset-11 {
  margin-left: 91.66666667%;
}
.bt .g-0,
.bt .gx-0 {
  --bs-gutter-x: 0;
}
.bt .g-0,
.bt .gy-0 {
  --bs-gutter-y: 0;
}
.bt .g-1,
.bt .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bt .g-1,
.bt .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bt .g-2,
.bt .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bt .g-2,
.bt .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bt .g-3,
.bt .gx-3 {
  --bs-gutter-x: 1rem;
}
.bt .g-3,
.bt .gy-3 {
  --bs-gutter-y: 1rem;
}
.bt .g-4,
.bt .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bt .g-4,
.bt .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bt .g-5,
.bt .gx-5 {
  --bs-gutter-x: 3rem;
}
.bt .g-5,
.bt .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .bt .col-sm {
    flex: 1 0 0;
  }
  .bt .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-sm-0 {
    margin-left: 0;
  }
  .bt .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-sm-3 {
    margin-left: 25%;
  }
  .bt .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-sm-6 {
    margin-left: 50%;
  }
  .bt .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-sm-9 {
    margin-left: 75%;
  }
  .bt .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-sm-0,
  .bt .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-sm-0,
  .bt .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-sm-1,
  .bt .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-sm-1,
  .bt .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-sm-2,
  .bt .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-sm-2,
  .bt .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-sm-3,
  .bt .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-sm-3,
  .bt .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-sm-4,
  .bt .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-sm-4,
  .bt .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-sm-5,
  .bt .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-sm-5,
  .bt .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bt .col-md {
    flex: 1 0 0;
  }
  .bt .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-md-0 {
    margin-left: 0;
  }
  .bt .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-md-3 {
    margin-left: 25%;
  }
  .bt .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-md-6 {
    margin-left: 50%;
  }
  .bt .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-md-9 {
    margin-left: 75%;
  }
  .bt .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-md-0,
  .bt .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-md-0,
  .bt .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-md-1,
  .bt .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-md-1,
  .bt .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-md-2,
  .bt .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-md-2,
  .bt .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-md-3,
  .bt .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-md-3,
  .bt .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-md-4,
  .bt .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-md-4,
  .bt .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-md-5,
  .bt .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-md-5,
  .bt .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bt .col-lg {
    flex: 1 0 0;
  }
  .bt .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-lg-0 {
    margin-left: 0;
  }
  .bt .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-lg-3 {
    margin-left: 25%;
  }
  .bt .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-lg-6 {
    margin-left: 50%;
  }
  .bt .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-lg-9 {
    margin-left: 75%;
  }
  .bt .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-lg-0,
  .bt .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-lg-0,
  .bt .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-lg-1,
  .bt .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-lg-1,
  .bt .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-lg-2,
  .bt .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-lg-2,
  .bt .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-lg-3,
  .bt .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-lg-3,
  .bt .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-lg-4,
  .bt .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-lg-4,
  .bt .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-lg-5,
  .bt .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-lg-5,
  .bt .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bt .col-xl {
    flex: 1 0 0;
  }
  .bt .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-xl-0 {
    margin-left: 0;
  }
  .bt .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-xl-3 {
    margin-left: 25%;
  }
  .bt .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-xl-6 {
    margin-left: 50%;
  }
  .bt .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-xl-9 {
    margin-left: 75%;
  }
  .bt .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-xl-0,
  .bt .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-xl-0,
  .bt .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-xl-1,
  .bt .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-xl-1,
  .bt .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-xl-2,
  .bt .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-xl-2,
  .bt .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-xl-3,
  .bt .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-xl-3,
  .bt .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-xl-4,
  .bt .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-xl-4,
  .bt .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-xl-5,
  .bt .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-xl-5,
  .bt .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bt .col-xxl {
    flex: 1 0 0;
  }
  .bt .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-xxl-0 {
    margin-left: 0;
  }
  .bt .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-xxl-3 {
    margin-left: 25%;
  }
  .bt .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-xxl-6 {
    margin-left: 50%;
  }
  .bt .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-xxl-9 {
    margin-left: 75%;
  }
  .bt .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-xxl-0,
  .bt .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-xxl-0,
  .bt .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-xxl-1,
  .bt .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-xxl-1,
  .bt .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-xxl-2,
  .bt .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-xxl-2,
  .bt .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-xxl-3,
  .bt .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-xxl-3,
  .bt .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-xxl-4,
  .bt .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-xxl-4,
  .bt .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-xxl-5,
  .bt .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-xxl-5,
  .bt .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bt .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);
}
.bt .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)));
}
.bt .table > tbody {
  vertical-align: inherit;
}
.bt .table > thead {
  vertical-align: bottom;
}
.bt .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.bt .caption-top {
  caption-side: top;
}
.bt .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.bt .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.bt .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.bt .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.bt .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.bt .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);
}
.bt .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);
}
.bt .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.bt .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.bt .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.bt .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .bt .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .bt .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .bt .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .bt .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .bt .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bt .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: 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: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bt .btn {
    transition: none;
  }
}
.bt .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 + .bt .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.bt .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .bt .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .bt .btn, :not(.btn-check) + .bt .btn:active, .bt .btn:first-child:active, .bt .btn.active, .bt .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .bt .btn:focus-visible, :not(.btn-check) + .bt .btn:active:focus-visible, .bt .btn:first-child:active:focus-visible, .bt .btn.active:focus-visible, .bt .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .bt .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.bt .btn:disabled, .bt .btn.disabled, fieldset:disabled .bt .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);
}
.bt .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.bt .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.bt .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.bt .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.bt .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.bt .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.bt .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.bt .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.bt .btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.bt .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.bt .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.bt .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.bt .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.bt .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.bt .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;
}
.bt .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;
}
.bt .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;
}
.bt .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.bt .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.bt .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.bt .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.bt .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bt .fade {
    transition: none;
  }
}
.bt .fade:not(.show) {
  opacity: 0;
}
.bt .collapse:not(.show) {
  display: none;
}
.bt .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt .collapsing {
    transition: none;
  }
}
.bt .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt .collapsing.collapse-horizontal {
    transition: none;
  }
}
.bt .dropup,
.bt .dropend,
.bt .dropdown,
.bt .dropstart,
.bt .dropup-center,
.bt .dropdown-center {
  position: relative;
}
.bt .dropdown-toggle {
  white-space: nowrap;
}
.bt .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;
}
.bt .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.bt .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.bt .dropdown-menu-start {
  --bs-position: start;
}
.bt .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.bt .dropdown-menu-end {
  --bs-position: end;
}
.bt .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bt .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bt .dropdown-menu-md-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-md-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bt .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bt .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bt .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.bt .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.bt .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;
}
.bt .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.bt .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;
}
.bt .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.bt .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.bt .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bt .dropstart .dropdown-toggle::after {
  display: none;
}
.bt .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;
}
.bt .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.bt .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;
}
.bt .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);
}
.bt .dropdown-item:hover, .bt .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.bt .dropdown-item.active, .bt .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.bt .dropdown-item.disabled, .bt .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.bt .dropdown-menu.show {
  display: block;
}
.bt .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;
}
.bt .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.bt .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.bt .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);
}
.bt .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bt .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bt .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);
}
.bt .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);
}
.bt .card > .card-header + .list-group,
.bt .card > .list-group + .card-footer {
  border-top: 0;
}
.bt .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.bt .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.bt .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.bt .card-text:last-child {
  margin-bottom: 0;
}
.bt .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.bt .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);
}
.bt .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.bt .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);
}
.bt .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.bt .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;
}
.bt .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.bt .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));
}
.bt .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);
}
.bt .card-img,
.bt .card-img-top,
.bt .card-img-bottom {
  width: 100%;
}
.bt .card-img,
.bt .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.bt .card-img,
.bt .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.bt .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .bt .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bt .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .bt .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bt .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bt .card-group > .card:not(:last-child) > .card-img-top,
  .bt .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .bt .card-group > .card:not(:last-child) > .card-img-bottom,
  .bt .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .bt .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bt .card-group > .card:not(:first-child) > .card-img-top,
  .bt .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .bt .card-group > .card:not(:first-child) > .card-img-bottom,
  .bt .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bt .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --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' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.bt .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) {
  .bt .accordion-button {
    transition: none;
  }
}
.bt .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);
}
.bt .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.bt .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) {
  .bt .accordion-button::after {
    transition: none;
  }
}
.bt .accordion-button:hover {
  z-index: 2;
}
.bt .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.bt .accordion-header {
  margin-bottom: 0;
}
.bt .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);
}
.bt .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.bt .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);
}
.bt .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.bt .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.bt .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);
}
.bt .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);
}
.bt .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.bt .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bt .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.bt .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.bt .accordion-flush > .accordion-item > .accordion-collapse,
.bt .accordion-flush > .accordion-item > .accordion-header .accordion-button,
.bt .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.bt [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.bt .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);
}
.bt .badge:empty {
  display: none;
}
.bt .btn .badge {
  position: relative;
  top: -1px;
}
.bt .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-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: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --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;
}
.bt .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .bt .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bt .modal-dialog {
    transition: none;
  }
}
.modal.show .bt .modal-dialog {
  transform: none;
}
.modal.modal-static .bt .modal-dialog {
  transform: scale(1.02);
}
.bt .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.bt .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.bt .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bt .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.bt .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);
  outline: 0;
}
.bt .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);
}
.bt .modal-backdrop.fade {
  opacity: 0;
}
.bt .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.bt .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);
}
.bt .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.bt .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.bt .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.bt .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);
}
.bt .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .bt .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .bt .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .bt .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .bt .modal-lg,
  .bt .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bt .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.bt .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bt .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bt .modal-fullscreen .modal-header,
.bt .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.bt .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .bt .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bt .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bt .modal-fullscreen-sm-down .modal-header,
  .bt .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .bt .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .bt .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bt .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bt .modal-fullscreen-md-down .modal-header,
  .bt .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .bt .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .bt .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bt .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bt .modal-fullscreen-lg-down .modal-header,
  .bt .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .bt .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .bt .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bt .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bt .modal-fullscreen-xl-down .modal-header,
  .bt .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .bt .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .bt .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bt .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bt .modal-fullscreen-xxl-down .modal-header,
  .bt .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .bt .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.bt .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bt .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-primary:hover, .bt .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-secondary:hover, .bt .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-success:hover, .bt .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-info:hover, .bt .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-warning:hover, .bt .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-danger:hover, .bt .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-light:hover, .bt .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-dark:hover, .bt .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-body-emphasis:hover, .bt .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.bt .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);
}
.bt .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.bt .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .bt .icon-link > .bi {
    transition: none;
  }
}
.bt .icon-link-hover:hover > .bi, .bt .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.bt .ratio {
  position: relative;
  width: 100%;
}
.bt .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.bt .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bt .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.bt .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.bt .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.bt .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.bt .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bt .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.bt .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.bt .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .bt .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .bt .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .bt .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .bt .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .bt .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.bt .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.bt .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.bt .visually-hidden,
.bt .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;
}
.bt .visually-hidden:not(caption),
.bt .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.bt .visually-hidden *,
.bt .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.bt .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.bt .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bt .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.bt .align-baseline {
  vertical-align: baseline !important;
}
.bt .align-top {
  vertical-align: top !important;
}
.bt .align-middle {
  vertical-align: middle !important;
}
.bt .align-bottom {
  vertical-align: bottom !important;
}
.bt .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bt .align-text-top {
  vertical-align: text-top !important;
}
.bt .float-start {
  float: left !important;
}
.bt .float-end {
  float: right !important;
}
.bt .float-none {
  float: none !important;
}
.bt .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.bt .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.bt .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.bt .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.bt .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
.bt .opacity-0 {
  opacity: 0 !important;
}
.bt .opacity-25 {
  opacity: 0.25 !important;
}
.bt .opacity-50 {
  opacity: 0.5 !important;
}
.bt .opacity-75 {
  opacity: 0.75 !important;
}
.bt .opacity-100 {
  opacity: 1 !important;
}
.bt .overflow-auto {
  overflow: auto !important;
}
.bt .overflow-hidden {
  overflow: hidden !important;
}
.bt .overflow-visible {
  overflow: visible !important;
}
.bt .overflow-scroll {
  overflow: scroll !important;
}
.bt .overflow-x-auto {
  overflow-x: auto !important;
}
.bt .overflow-x-hidden {
  overflow-x: hidden !important;
}
.bt .overflow-x-visible {
  overflow-x: visible !important;
}
.bt .overflow-x-scroll {
  overflow-x: scroll !important;
}
.bt .overflow-y-auto {
  overflow-y: auto !important;
}
.bt .overflow-y-hidden {
  overflow-y: hidden !important;
}
.bt .overflow-y-visible {
  overflow-y: visible !important;
}
.bt .overflow-y-scroll {
  overflow-y: scroll !important;
}
.bt .d-inline {
  display: inline !important;
}
.bt .d-inline-block {
  display: inline-block !important;
}
.bt .d-block {
  display: block !important;
}
.bt .d-grid {
  display: grid !important;
}
.bt .d-inline-grid {
  display: inline-grid !important;
}
.bt .d-table {
  display: table !important;
}
.bt .d-table-row {
  display: table-row !important;
}
.bt .d-table-cell {
  display: table-cell !important;
}
.bt .d-flex {
  display: flex !important;
}
.bt .d-inline-flex {
  display: inline-flex !important;
}
.bt .d-none {
  display: none !important;
}
.bt .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.bt .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.bt .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.bt .shadow-none {
  box-shadow: none !important;
}
.bt .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.bt .position-static {
  position: static !important;
}
.bt .position-relative {
  position: relative !important;
}
.bt .position-absolute {
  position: absolute !important;
}
.bt .position-fixed {
  position: fixed !important;
}
.bt .position-sticky {
  position: sticky !important;
}
.bt .top-0 {
  top: 0 !important;
}
.bt .top-50 {
  top: 50% !important;
}
.bt .top-100 {
  top: 100% !important;
}
.bt .bottom-0 {
  bottom: 0 !important;
}
.bt .bottom-50 {
  bottom: 50% !important;
}
.bt .bottom-100 {
  bottom: 100% !important;
}
.bt .start-0 {
  left: 0 !important;
}
.bt .start-50 {
  left: 50% !important;
}
.bt .start-100 {
  left: 100% !important;
}
.bt .end-0 {
  right: 0 !important;
}
.bt .end-50 {
  right: 50% !important;
}
.bt .end-100 {
  right: 100% !important;
}
.bt .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.bt .translate-middle-x {
  transform: translateX(-50%) !important;
}
.bt .translate-middle-y {
  transform: translateY(-50%) !important;
}
.bt .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-0 {
  border: 0 !important;
}
.bt .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-top-0 {
  border-top: 0 !important;
}
.bt .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-end-0 {
  border-right: 0 !important;
}
.bt .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-bottom-0 {
  border-bottom: 0 !important;
}
.bt .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-start-0 {
  border-left: 0 !important;
}
.bt .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.bt .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.bt .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.bt .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.bt .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.bt .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.bt .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.bt .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.bt .border-1 {
  border-width: 1px !important;
}
.bt .border-2 {
  border-width: 2px !important;
}
.bt .border-3 {
  border-width: 3px !important;
}
.bt .border-4 {
  border-width: 4px !important;
}
.bt .border-5 {
  border-width: 5px !important;
}
.bt .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.bt .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.bt .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.bt .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.bt .border-opacity-100 {
  --bs-border-opacity: 1;
}
.bt .w-25 {
  width: 25% !important;
}
.bt .w-50 {
  width: 50% !important;
}
.bt .w-75 {
  width: 75% !important;
}
.bt .w-100 {
  width: 100% !important;
}
.bt .w-auto {
  width: auto !important;
}
.bt .mw-100 {
  max-width: 100% !important;
}
.bt .vw-100 {
  width: 100vw !important;
}
.bt .min-vw-100 {
  min-width: 100vw !important;
}
.bt .h-25 {
  height: 25% !important;
}
.bt .h-50 {
  height: 50% !important;
}
.bt .h-75 {
  height: 75% !important;
}
.bt .h-100 {
  height: 100% !important;
}
.bt .h-auto {
  height: auto !important;
}
.bt .mh-100 {
  max-height: 100% !important;
}
.bt .vh-100 {
  height: 100vh !important;
}
.bt .min-vh-100 {
  min-height: 100vh !important;
}
.bt .flex-fill {
  flex: 1 1 auto !important;
}
.bt .flex-row {
  flex-direction: row !important;
}
.bt .flex-column {
  flex-direction: column !important;
}
.bt .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bt .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bt .flex-grow-0 {
  flex-grow: 0 !important;
}
.bt .flex-grow-1 {
  flex-grow: 1 !important;
}
.bt .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bt .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bt .flex-wrap {
  flex-wrap: wrap !important;
}
.bt .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bt .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bt .justify-content-start {
  justify-content: flex-start !important;
}
.bt .justify-content-end {
  justify-content: flex-end !important;
}
.bt .justify-content-center {
  justify-content: center !important;
}
.bt .justify-content-between {
  justify-content: space-between !important;
}
.bt .justify-content-around {
  justify-content: space-around !important;
}
.bt .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bt .align-items-start {
  align-items: flex-start !important;
}
.bt .align-items-end {
  align-items: flex-end !important;
}
.bt .align-items-center {
  align-items: center !important;
}
.bt .align-items-baseline {
  align-items: baseline !important;
}
.bt .align-items-stretch {
  align-items: stretch !important;
}
.bt .align-content-start {
  align-content: flex-start !important;
}
.bt .align-content-end {
  align-content: flex-end !important;
}
.bt .align-content-center {
  align-content: center !important;
}
.bt .align-content-between {
  align-content: space-between !important;
}
.bt .align-content-around {
  align-content: space-around !important;
}
.bt .align-content-stretch {
  align-content: stretch !important;
}
.bt .align-self-auto {
  align-self: auto !important;
}
.bt .align-self-start {
  align-self: flex-start !important;
}
.bt .align-self-end {
  align-self: flex-end !important;
}
.bt .align-self-center {
  align-self: center !important;
}
.bt .align-self-baseline {
  align-self: baseline !important;
}
.bt .align-self-stretch {
  align-self: stretch !important;
}
.bt .order-first {
  order: -1 !important;
}
.bt .order-0 {
  order: 0 !important;
}
.bt .order-1 {
  order: 1 !important;
}
.bt .order-2 {
  order: 2 !important;
}
.bt .order-3 {
  order: 3 !important;
}
.bt .order-4 {
  order: 4 !important;
}
.bt .order-5 {
  order: 5 !important;
}
.bt .order-last {
  order: 6 !important;
}
.bt .m-0 {
  margin: 0 !important;
}
.bt .m-1 {
  margin: 0.25rem !important;
}
.bt .m-2 {
  margin: 0.5rem !important;
}
.bt .m-3 {
  margin: 1rem !important;
}
.bt .m-4 {
  margin: 1.5rem !important;
}
.bt .m-5 {
  margin: 3rem !important;
}
.bt .m-auto {
  margin: auto !important;
}
.bt .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bt .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bt .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bt .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bt .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bt .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bt .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bt .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bt .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bt .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bt .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bt .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bt .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bt .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bt .mt-0 {
  margin-top: 0 !important;
}
.bt .mt-1 {
  margin-top: 0.25rem !important;
}
.bt .mt-2 {
  margin-top: 0.5rem !important;
}
.bt .mt-3 {
  margin-top: 1rem !important;
}
.bt .mt-4 {
  margin-top: 1.5rem !important;
}
.bt .mt-5 {
  margin-top: 3rem !important;
}
.bt .mt-auto {
  margin-top: auto !important;
}
.bt .me-0 {
  margin-right: 0 !important;
}
.bt .me-1 {
  margin-right: 0.25rem !important;
}
.bt .me-2 {
  margin-right: 0.5rem !important;
}
.bt .me-3 {
  margin-right: 1rem !important;
}
.bt .me-4 {
  margin-right: 1.5rem !important;
}
.bt .me-5 {
  margin-right: 3rem !important;
}
.bt .me-auto {
  margin-right: auto !important;
}
.bt .mb-0 {
  margin-bottom: 0 !important;
}
.bt .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bt .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bt .mb-3 {
  margin-bottom: 1rem !important;
}
.bt .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bt .mb-5 {
  margin-bottom: 3rem !important;
}
.bt .mb-auto {
  margin-bottom: auto !important;
}
.bt .ms-0 {
  margin-left: 0 !important;
}
.bt .ms-1 {
  margin-left: 0.25rem !important;
}
.bt .ms-2 {
  margin-left: 0.5rem !important;
}
.bt .ms-3 {
  margin-left: 1rem !important;
}
.bt .ms-4 {
  margin-left: 1.5rem !important;
}
.bt .ms-5 {
  margin-left: 3rem !important;
}
.bt .ms-auto {
  margin-left: auto !important;
}
.bt .p-0 {
  padding: 0 !important;
}
.bt .p-1 {
  padding: 0.25rem !important;
}
.bt .p-2 {
  padding: 0.5rem !important;
}
.bt .p-3 {
  padding: 1rem !important;
}
.bt .p-4 {
  padding: 1.5rem !important;
}
.bt .p-5 {
  padding: 3rem !important;
}
.bt .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bt .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bt .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bt .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bt .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bt .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bt .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bt .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bt .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bt .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bt .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bt .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bt .pt-0 {
  padding-top: 0 !important;
}
.bt .pt-1 {
  padding-top: 0.25rem !important;
}
.bt .pt-2 {
  padding-top: 0.5rem !important;
}
.bt .pt-3 {
  padding-top: 1rem !important;
}
.bt .pt-4 {
  padding-top: 1.5rem !important;
}
.bt .pt-5 {
  padding-top: 3rem !important;
}
.bt .pe-0 {
  padding-right: 0 !important;
}
.bt .pe-1 {
  padding-right: 0.25rem !important;
}
.bt .pe-2 {
  padding-right: 0.5rem !important;
}
.bt .pe-3 {
  padding-right: 1rem !important;
}
.bt .pe-4 {
  padding-right: 1.5rem !important;
}
.bt .pe-5 {
  padding-right: 3rem !important;
}
.bt .pb-0 {
  padding-bottom: 0 !important;
}
.bt .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bt .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bt .pb-3 {
  padding-bottom: 1rem !important;
}
.bt .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bt .pb-5 {
  padding-bottom: 3rem !important;
}
.bt .ps-0 {
  padding-left: 0 !important;
}
.bt .ps-1 {
  padding-left: 0.25rem !important;
}
.bt .ps-2 {
  padding-left: 0.5rem !important;
}
.bt .ps-3 {
  padding-left: 1rem !important;
}
.bt .ps-4 {
  padding-left: 1.5rem !important;
}
.bt .ps-5 {
  padding-left: 3rem !important;
}
.bt .gap-0 {
  gap: 0 !important;
}
.bt .gap-1 {
  gap: 0.25rem !important;
}
.bt .gap-2 {
  gap: 0.5rem !important;
}
.bt .gap-3 {
  gap: 1rem !important;
}
.bt .gap-4 {
  gap: 1.5rem !important;
}
.bt .gap-5 {
  gap: 3rem !important;
}
.bt .row-gap-0 {
  row-gap: 0 !important;
}
.bt .row-gap-1 {
  row-gap: 0.25rem !important;
}
.bt .row-gap-2 {
  row-gap: 0.5rem !important;
}
.bt .row-gap-3 {
  row-gap: 1rem !important;
}
.bt .row-gap-4 {
  row-gap: 1.5rem !important;
}
.bt .row-gap-5 {
  row-gap: 3rem !important;
}
.bt .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.bt .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
.bt .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
.bt .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
.bt .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
.bt .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
.bt .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.bt .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.bt .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.bt .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.bt .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.bt .fs-5 {
  font-size: 1.25rem !important;
}
.bt .fs-6 {
  font-size: 1rem !important;
}
.bt .fst-italic {
  font-style: italic !important;
}
.bt .fst-normal {
  font-style: normal !important;
}
.bt .fw-lighter {
  font-weight: lighter !important;
}
.bt .fw-light {
  font-weight: 300 !important;
}
.bt .fw-normal {
  font-weight: 400 !important;
}
.bt .fw-medium {
  font-weight: 500 !important;
}
.bt .fw-semibold {
  font-weight: 600 !important;
}
.bt .fw-bold {
  font-weight: 700 !important;
}
.bt .fw-bolder {
  font-weight: bolder !important;
}
.bt .lh-1 {
  line-height: 1 !important;
}
.bt .lh-sm {
  line-height: 1.25 !important;
}
.bt .lh-base {
  line-height: 1.5 !important;
}
.bt .lh-lg {
  line-height: 2 !important;
}
.bt .text-start {
  text-align: left !important;
}
.bt .text-end {
  text-align: right !important;
}
.bt .text-center {
  text-align: center !important;
}
.bt .text-decoration-none {
  text-decoration: none !important;
}
.bt .text-decoration-underline {
  text-decoration: underline !important;
}
.bt .text-decoration-line-through {
  text-decoration: line-through !important;
}
.bt .text-lowercase {
  text-transform: lowercase !important;
}
.bt .text-uppercase {
  text-transform: uppercase !important;
}
.bt .text-capitalize {
  text-transform: capitalize !important;
}
.bt .text-wrap {
  white-space: normal !important;
}
.bt .text-nowrap {
  white-space: nowrap !important;
}
.bt .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.bt .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.bt .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.bt .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.bt .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.bt .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.bt .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.bt .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.bt .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.bt .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.bt .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.bt .text-opacity-100 {
  --bs-text-opacity: 1;
}
.bt .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.bt .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.bt .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.bt .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.bt .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.bt .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.bt .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.bt .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.bt .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.bt .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.bt .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.bt .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.bt .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.bt .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.bt .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.bt .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.bt .link-opacity-100 {
  --bs-link-opacity: 1;
}
.bt .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.bt .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.bt .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.bt .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.bt .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.bt .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.bt .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.bt .link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.bt .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.bt .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.bt .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.bt .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.bt .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.bt .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.bt .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.bt .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.bt .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.bt .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.bt .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bt .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bt .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bt .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bt .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bt .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bt .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bt .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bt .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bt .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bt .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bt .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bt .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bt .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bt .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bt .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bt .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.bt .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.bt .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.bt .pe-none {
  pointer-events: none !important;
}
.bt .pe-auto {
  pointer-events: auto !important;
}
.bt .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.bt .rounded-0 {
  border-radius: 0 !important;
}
.bt .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.bt .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-circle {
  border-radius: 50% !important;
}
.bt .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.bt .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.bt .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bt .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.bt .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.bt .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.bt .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.bt .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.bt .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.bt .visible {
  visibility: visible !important;
}
.bt .invisible {
  visibility: hidden !important;
}
.bt .z-n1 {
  z-index: -1 !important;
}
.bt .z-0 {
  z-index: 0 !important;
}
.bt .z-1 {
  z-index: 1 !important;
}
.bt .z-2 {
  z-index: 2 !important;
}
.bt .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .bt .float-sm-start {
    float: left !important;
  }
  .bt .float-sm-end {
    float: right !important;
  }
  .bt .float-sm-none {
    float: none !important;
  }
  .bt .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-sm-inline {
    display: inline !important;
  }
  .bt .d-sm-inline-block {
    display: inline-block !important;
  }
  .bt .d-sm-block {
    display: block !important;
  }
  .bt .d-sm-grid {
    display: grid !important;
  }
  .bt .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-sm-table {
    display: table !important;
  }
  .bt .d-sm-table-row {
    display: table-row !important;
  }
  .bt .d-sm-table-cell {
    display: table-cell !important;
  }
  .bt .d-sm-flex {
    display: flex !important;
  }
  .bt .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-sm-none {
    display: none !important;
  }
  .bt .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-sm-row {
    flex-direction: row !important;
  }
  .bt .flex-sm-column {
    flex-direction: column !important;
  }
  .bt .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-sm-center {
    justify-content: center !important;
  }
  .bt .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bt .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bt .align-items-sm-center {
    align-items: center !important;
  }
  .bt .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bt .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bt .align-content-sm-center {
    align-content: center !important;
  }
  .bt .align-content-sm-between {
    align-content: space-between !important;
  }
  .bt .align-content-sm-around {
    align-content: space-around !important;
  }
  .bt .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-sm-auto {
    align-self: auto !important;
  }
  .bt .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bt .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bt .align-self-sm-center {
    align-self: center !important;
  }
  .bt .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bt .order-sm-first {
    order: -1 !important;
  }
  .bt .order-sm-0 {
    order: 0 !important;
  }
  .bt .order-sm-1 {
    order: 1 !important;
  }
  .bt .order-sm-2 {
    order: 2 !important;
  }
  .bt .order-sm-3 {
    order: 3 !important;
  }
  .bt .order-sm-4 {
    order: 4 !important;
  }
  .bt .order-sm-5 {
    order: 5 !important;
  }
  .bt .order-sm-last {
    order: 6 !important;
  }
  .bt .m-sm-0 {
    margin: 0 !important;
  }
  .bt .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bt .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bt .m-sm-3 {
    margin: 1rem !important;
  }
  .bt .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bt .m-sm-5 {
    margin: 3rem !important;
  }
  .bt .m-sm-auto {
    margin: auto !important;
  }
  .bt .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bt .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-sm-auto {
    margin-top: auto !important;
  }
  .bt .me-sm-0 {
    margin-right: 0 !important;
  }
  .bt .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bt .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bt .me-sm-auto {
    margin-right: auto !important;
  }
  .bt .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bt .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-sm-auto {
    margin-left: auto !important;
  }
  .bt .p-sm-0 {
    padding: 0 !important;
  }
  .bt .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bt .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bt .p-sm-3 {
    padding: 1rem !important;
  }
  .bt .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bt .p-sm-5 {
    padding: 3rem !important;
  }
  .bt .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bt .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bt .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bt .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-sm-0 {
    gap: 0 !important;
  }
  .bt .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-sm-3 {
    gap: 1rem !important;
  }
  .bt .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-sm-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-sm-start {
    text-align: left !important;
  }
  .bt .text-sm-end {
    text-align: right !important;
  }
  .bt .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bt .float-md-start {
    float: left !important;
  }
  .bt .float-md-end {
    float: right !important;
  }
  .bt .float-md-none {
    float: none !important;
  }
  .bt .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-md-inline {
    display: inline !important;
  }
  .bt .d-md-inline-block {
    display: inline-block !important;
  }
  .bt .d-md-block {
    display: block !important;
  }
  .bt .d-md-grid {
    display: grid !important;
  }
  .bt .d-md-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-md-table {
    display: table !important;
  }
  .bt .d-md-table-row {
    display: table-row !important;
  }
  .bt .d-md-table-cell {
    display: table-cell !important;
  }
  .bt .d-md-flex {
    display: flex !important;
  }
  .bt .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-md-none {
    display: none !important;
  }
  .bt .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-md-row {
    flex-direction: row !important;
  }
  .bt .flex-md-column {
    flex-direction: column !important;
  }
  .bt .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-md-center {
    justify-content: center !important;
  }
  .bt .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-md-start {
    align-items: flex-start !important;
  }
  .bt .align-items-md-end {
    align-items: flex-end !important;
  }
  .bt .align-items-md-center {
    align-items: center !important;
  }
  .bt .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-md-start {
    align-content: flex-start !important;
  }
  .bt .align-content-md-end {
    align-content: flex-end !important;
  }
  .bt .align-content-md-center {
    align-content: center !important;
  }
  .bt .align-content-md-between {
    align-content: space-between !important;
  }
  .bt .align-content-md-around {
    align-content: space-around !important;
  }
  .bt .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-md-auto {
    align-self: auto !important;
  }
  .bt .align-self-md-start {
    align-self: flex-start !important;
  }
  .bt .align-self-md-end {
    align-self: flex-end !important;
  }
  .bt .align-self-md-center {
    align-self: center !important;
  }
  .bt .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bt .order-md-first {
    order: -1 !important;
  }
  .bt .order-md-0 {
    order: 0 !important;
  }
  .bt .order-md-1 {
    order: 1 !important;
  }
  .bt .order-md-2 {
    order: 2 !important;
  }
  .bt .order-md-3 {
    order: 3 !important;
  }
  .bt .order-md-4 {
    order: 4 !important;
  }
  .bt .order-md-5 {
    order: 5 !important;
  }
  .bt .order-md-last {
    order: 6 !important;
  }
  .bt .m-md-0 {
    margin: 0 !important;
  }
  .bt .m-md-1 {
    margin: 0.25rem !important;
  }
  .bt .m-md-2 {
    margin: 0.5rem !important;
  }
  .bt .m-md-3 {
    margin: 1rem !important;
  }
  .bt .m-md-4 {
    margin: 1.5rem !important;
  }
  .bt .m-md-5 {
    margin: 3rem !important;
  }
  .bt .m-md-auto {
    margin: auto !important;
  }
  .bt .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-md-0 {
    margin-top: 0 !important;
  }
  .bt .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-md-auto {
    margin-top: auto !important;
  }
  .bt .me-md-0 {
    margin-right: 0 !important;
  }
  .bt .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-md-3 {
    margin-right: 1rem !important;
  }
  .bt .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-md-5 {
    margin-right: 3rem !important;
  }
  .bt .me-md-auto {
    margin-right: auto !important;
  }
  .bt .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-md-0 {
    margin-left: 0 !important;
  }
  .bt .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-md-auto {
    margin-left: auto !important;
  }
  .bt .p-md-0 {
    padding: 0 !important;
  }
  .bt .p-md-1 {
    padding: 0.25rem !important;
  }
  .bt .p-md-2 {
    padding: 0.5rem !important;
  }
  .bt .p-md-3 {
    padding: 1rem !important;
  }
  .bt .p-md-4 {
    padding: 1.5rem !important;
  }
  .bt .p-md-5 {
    padding: 3rem !important;
  }
  .bt .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-md-0 {
    padding-top: 0 !important;
  }
  .bt .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-md-0 {
    padding-right: 0 !important;
  }
  .bt .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-md-0 {
    padding-left: 0 !important;
  }
  .bt .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-md-0 {
    gap: 0 !important;
  }
  .bt .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-md-3 {
    gap: 1rem !important;
  }
  .bt .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-md-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-md-start {
    text-align: left !important;
  }
  .bt .text-md-end {
    text-align: right !important;
  }
  .bt .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bt .float-lg-start {
    float: left !important;
  }
  .bt .float-lg-end {
    float: right !important;
  }
  .bt .float-lg-none {
    float: none !important;
  }
  .bt .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-lg-inline {
    display: inline !important;
  }
  .bt .d-lg-inline-block {
    display: inline-block !important;
  }
  .bt .d-lg-block {
    display: block !important;
  }
  .bt .d-lg-grid {
    display: grid !important;
  }
  .bt .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-lg-table {
    display: table !important;
  }
  .bt .d-lg-table-row {
    display: table-row !important;
  }
  .bt .d-lg-table-cell {
    display: table-cell !important;
  }
  .bt .d-lg-flex {
    display: flex !important;
  }
  .bt .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-lg-none {
    display: none !important;
  }
  .bt .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-lg-row {
    flex-direction: row !important;
  }
  .bt .flex-lg-column {
    flex-direction: column !important;
  }
  .bt .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-lg-center {
    justify-content: center !important;
  }
  .bt .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bt .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bt .align-items-lg-center {
    align-items: center !important;
  }
  .bt .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bt .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bt .align-content-lg-center {
    align-content: center !important;
  }
  .bt .align-content-lg-between {
    align-content: space-between !important;
  }
  .bt .align-content-lg-around {
    align-content: space-around !important;
  }
  .bt .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-lg-auto {
    align-self: auto !important;
  }
  .bt .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bt .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bt .align-self-lg-center {
    align-self: center !important;
  }
  .bt .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bt .order-lg-first {
    order: -1 !important;
  }
  .bt .order-lg-0 {
    order: 0 !important;
  }
  .bt .order-lg-1 {
    order: 1 !important;
  }
  .bt .order-lg-2 {
    order: 2 !important;
  }
  .bt .order-lg-3 {
    order: 3 !important;
  }
  .bt .order-lg-4 {
    order: 4 !important;
  }
  .bt .order-lg-5 {
    order: 5 !important;
  }
  .bt .order-lg-last {
    order: 6 !important;
  }
  .bt .m-lg-0 {
    margin: 0 !important;
  }
  .bt .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bt .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bt .m-lg-3 {
    margin: 1rem !important;
  }
  .bt .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bt .m-lg-5 {
    margin: 3rem !important;
  }
  .bt .m-lg-auto {
    margin: auto !important;
  }
  .bt .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bt .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-lg-auto {
    margin-top: auto !important;
  }
  .bt .me-lg-0 {
    margin-right: 0 !important;
  }
  .bt .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bt .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bt .me-lg-auto {
    margin-right: auto !important;
  }
  .bt .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bt .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-lg-auto {
    margin-left: auto !important;
  }
  .bt .p-lg-0 {
    padding: 0 !important;
  }
  .bt .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bt .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bt .p-lg-3 {
    padding: 1rem !important;
  }
  .bt .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bt .p-lg-5 {
    padding: 3rem !important;
  }
  .bt .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bt .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bt .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bt .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-lg-0 {
    gap: 0 !important;
  }
  .bt .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-lg-3 {
    gap: 1rem !important;
  }
  .bt .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-lg-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-lg-start {
    text-align: left !important;
  }
  .bt .text-lg-end {
    text-align: right !important;
  }
  .bt .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bt .float-xl-start {
    float: left !important;
  }
  .bt .float-xl-end {
    float: right !important;
  }
  .bt .float-xl-none {
    float: none !important;
  }
  .bt .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-xl-inline {
    display: inline !important;
  }
  .bt .d-xl-inline-block {
    display: inline-block !important;
  }
  .bt .d-xl-block {
    display: block !important;
  }
  .bt .d-xl-grid {
    display: grid !important;
  }
  .bt .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-xl-table {
    display: table !important;
  }
  .bt .d-xl-table-row {
    display: table-row !important;
  }
  .bt .d-xl-table-cell {
    display: table-cell !important;
  }
  .bt .d-xl-flex {
    display: flex !important;
  }
  .bt .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-xl-none {
    display: none !important;
  }
  .bt .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-xl-row {
    flex-direction: row !important;
  }
  .bt .flex-xl-column {
    flex-direction: column !important;
  }
  .bt .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-xl-center {
    justify-content: center !important;
  }
  .bt .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bt .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bt .align-items-xl-center {
    align-items: center !important;
  }
  .bt .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bt .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bt .align-content-xl-center {
    align-content: center !important;
  }
  .bt .align-content-xl-between {
    align-content: space-between !important;
  }
  .bt .align-content-xl-around {
    align-content: space-around !important;
  }
  .bt .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-xl-auto {
    align-self: auto !important;
  }
  .bt .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bt .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bt .align-self-xl-center {
    align-self: center !important;
  }
  .bt .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bt .order-xl-first {
    order: -1 !important;
  }
  .bt .order-xl-0 {
    order: 0 !important;
  }
  .bt .order-xl-1 {
    order: 1 !important;
  }
  .bt .order-xl-2 {
    order: 2 !important;
  }
  .bt .order-xl-3 {
    order: 3 !important;
  }
  .bt .order-xl-4 {
    order: 4 !important;
  }
  .bt .order-xl-5 {
    order: 5 !important;
  }
  .bt .order-xl-last {
    order: 6 !important;
  }
  .bt .m-xl-0 {
    margin: 0 !important;
  }
  .bt .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bt .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bt .m-xl-3 {
    margin: 1rem !important;
  }
  .bt .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bt .m-xl-5 {
    margin: 3rem !important;
  }
  .bt .m-xl-auto {
    margin: auto !important;
  }
  .bt .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bt .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-xl-auto {
    margin-top: auto !important;
  }
  .bt .me-xl-0 {
    margin-right: 0 !important;
  }
  .bt .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bt .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bt .me-xl-auto {
    margin-right: auto !important;
  }
  .bt .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bt .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-xl-auto {
    margin-left: auto !important;
  }
  .bt .p-xl-0 {
    padding: 0 !important;
  }
  .bt .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bt .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bt .p-xl-3 {
    padding: 1rem !important;
  }
  .bt .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bt .p-xl-5 {
    padding: 3rem !important;
  }
  .bt .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bt .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bt .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bt .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-xl-0 {
    gap: 0 !important;
  }
  .bt .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-xl-3 {
    gap: 1rem !important;
  }
  .bt .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-xl-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-xl-start {
    text-align: left !important;
  }
  .bt .text-xl-end {
    text-align: right !important;
  }
  .bt .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bt .float-xxl-start {
    float: left !important;
  }
  .bt .float-xxl-end {
    float: right !important;
  }
  .bt .float-xxl-none {
    float: none !important;
  }
  .bt .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-xxl-inline {
    display: inline !important;
  }
  .bt .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bt .d-xxl-block {
    display: block !important;
  }
  .bt .d-xxl-grid {
    display: grid !important;
  }
  .bt .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-xxl-table {
    display: table !important;
  }
  .bt .d-xxl-table-row {
    display: table-row !important;
  }
  .bt .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bt .d-xxl-flex {
    display: flex !important;
  }
  .bt .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-xxl-none {
    display: none !important;
  }
  .bt .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-xxl-row {
    flex-direction: row !important;
  }
  .bt .flex-xxl-column {
    flex-direction: column !important;
  }
  .bt .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bt .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bt .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bt .align-items-xxl-center {
    align-items: center !important;
  }
  .bt .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bt .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bt .align-content-xxl-center {
    align-content: center !important;
  }
  .bt .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bt .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bt .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bt .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bt .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bt .align-self-xxl-center {
    align-self: center !important;
  }
  .bt .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bt .order-xxl-first {
    order: -1 !important;
  }
  .bt .order-xxl-0 {
    order: 0 !important;
  }
  .bt .order-xxl-1 {
    order: 1 !important;
  }
  .bt .order-xxl-2 {
    order: 2 !important;
  }
  .bt .order-xxl-3 {
    order: 3 !important;
  }
  .bt .order-xxl-4 {
    order: 4 !important;
  }
  .bt .order-xxl-5 {
    order: 5 !important;
  }
  .bt .order-xxl-last {
    order: 6 !important;
  }
  .bt .m-xxl-0 {
    margin: 0 !important;
  }
  .bt .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bt .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bt .m-xxl-3 {
    margin: 1rem !important;
  }
  .bt .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bt .m-xxl-5 {
    margin: 3rem !important;
  }
  .bt .m-xxl-auto {
    margin: auto !important;
  }
  .bt .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bt .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bt .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bt .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bt .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bt .me-xxl-auto {
    margin-right: auto !important;
  }
  .bt .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bt .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bt .p-xxl-0 {
    padding: 0 !important;
  }
  .bt .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bt .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bt .p-xxl-3 {
    padding: 1rem !important;
  }
  .bt .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bt .p-xxl-5 {
    padding: 3rem !important;
  }
  .bt .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bt .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bt .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bt .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-xxl-0 {
    gap: 0 !important;
  }
  .bt .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bt .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-xxl-start {
    text-align: left !important;
  }
  .bt .text-xxl-end {
    text-align: right !important;
  }
  .bt .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bt .fs-1 {
    font-size: 2.5rem !important;
  }
  .bt .fs-2 {
    font-size: 2rem !important;
  }
  .bt .fs-3 {
    font-size: 1.75rem !important;
  }
  .bt .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bt .d-print-inline {
    display: inline !important;
  }
  .bt .d-print-inline-block {
    display: inline-block !important;
  }
  .bt .d-print-block {
    display: block !important;
  }
  .bt .d-print-grid {
    display: grid !important;
  }
  .bt .d-print-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-print-table {
    display: table !important;
  }
  .bt .d-print-table-row {
    display: table-row !important;
  }
  .bt .d-print-table-cell {
    display: table-cell !important;
  }
  .bt .d-print-flex {
    display: flex !important;
  }
  .bt .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-print-none {
    display: none !important;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.bt .scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.bt .scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.bt .scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.bt .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.bt .scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.bt .scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.bt .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.bt .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.bt .scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.bt .scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.bt .scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.bt .scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.bt .scroll-hint-shadow-wrap {
  position: relative;
}
.bt .scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.bt .scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.bt .scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.bt .scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}
.bt .scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.bt .scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}
.bt .sans-serif {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bt .serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bt .outfit {
  font-family: "Outfit", sans-serif;
}
.bt a,
.bt a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt a,
  .bt a img {
    transition: none;
  }
}
.bt a.underline {
  text-decoration: underline;
}
.bt a.underline:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .bt a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  .bt a.hover-img:hover img {
    opacity: 0.8;
  }
}
.bt a .img-responsive {
  display: inline-block;
}
.bt .both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}
.bt .both-side-slash:before, .bt .both-side-slash:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.bt .both-side-slash:before {
  left: 0;
  background: url("../img/common/slash-left.png") no-repeat 0 0;
}
.bt .both-side-slash:after {
  right: 0;
  background: url("../img/common/slash-right.png") no-repeat 100% 0;
}
.bt .both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}
@media (max-width: 575.98px) {
  .bt .both-side-slash .title {
    font-size: 1.1rem;
  }
}
.bt .google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}
.bt .google-map-container iframe,
.bt .google-map-container object,
.bt .google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .bt .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .bt .google-map-container-xs iframe,
  .bt .google-map-container-xs object,
  .bt .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.bt img.width-100p {
  width: 100% !important;
}
@media (max-width: 575.98px) {
  .bt .img-responsive-xs {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .bt .img-responsive-sm {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .bt .img-responsive-md {
    max-width: 100%;
    height: auto;
  }
}
.bt hr {
  background-color: transparent;
  opacity: 1;
}
.bt hr.hr-arrow-bottom-red {
  height: auto;
  border-top: 0;
}
.bt hr.hr-arrow-bottom-red:after {
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-color: #f00 transparent transparent;
  border-style: solid;
  border-width: 50px 100px 0;
  content: "";
}
.bt .both-side-line {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .bt .both-side-line {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.bt .both-side-line:before, .bt .both-side-line:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  content: "";
}
@media (max-width: 575.98px) {
  .bt .both-side-line:before, .bt .both-side-line:after {
    width: 16px;
  }
}
.bt .both-side-line:before {
  left: 0;
}
.bt .both-side-line:after {
  right: 0;
}
.bt strong {
  font-weight: bold;
}
.bt .text-pink {
  color: #e167ff;
}
.bt .text-red {
  color: #b9131b;
}
.bt .dl-list-indent {
  margin-bottom: 0;
}
.bt .dl-list-indent,
.bt .dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.bt .dl-list-indent dt,
.bt .dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.bt .dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.bt .dl-list-indent dt img {
  display: block;
}
.bt .dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 575.98px) {
  .bt .dl-list-indent.cleared-xs dt {
    display: block;
  }
  .bt .dl-list-indent.cleared-xs dd {
    padding-top: 0;
  }
}
.bt .scroll-horizontal {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bt .scroll-horizontal::-webkit-scrollbar {
  display: none;
}
.bt .scroll-horizontal::-webkit-scrollbar-thumb {
  background-color: #9916FA;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}
.bt .scroll-hint-icon-wrap {
  z-index: 10;
}
.bt .scroll-bar-xl {
  display: none;
}
@media (max-width: 1199.98px) {
  .bt .scroll-bar-xl {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #b1b3c1;
  }
  .bt .scroll-bar-xl .bar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 43px;
    height: 4px;
    background-color: #9916fa;
  }
}
.bt .aos-animate {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .bt [data-aos-delay-md="300"] {
    transition-delay: 0.3s;
  }
}
@media (min-width: 768px) {
  .bt [data-aos-delay-md="600"] {
    transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  .bt [data-aos-delay-md="900"] {
    transition-delay: 0.9s;
  }
}
@media (max-width: 767.98px) {
  .bt .bg-sp {
    background: url("../images/application/sp/bg-application.png") 50% 0 no-repeat;
    background-size: cover;
  }
}
.bt .row-0 {
  margin-right: 0;
  margin-left: 0;
}
.bt .row-0 > div,
.bt .row-0 > li {
  padding-right: 0;
  padding-left: 0;
}
.bt .row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.bt .row-5 > div,
.bt .row-5 > li {
  padding-right: 5px;
  padding-left: 5px;
}
.bt .row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.bt .row-10 > div,
.bt .row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .bt .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .bt .row-5-xs > div,
  .bt .row-5-xs > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .bt .row-18-lg {
    margin-right: -18px;
    margin-left: -18px;
  }
  .bt .row-18-lg > div,
  .bt .row-18-lg > li {
    padding-right: 18px;
    padding-left: 18px;
  }
  .bt .row-14-lg {
    margin-right: -14px;
    margin-left: -14px;
  }
  .bt .row-14-lg > div,
  .bt .row-14-lg > li {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1200px) {
  .bt .row-xl-22 {
    margin-right: -22px;
    margin-left: -22px;
  }
  .bt .row-xl-22 > div,
  .bt .row-xl-22 > li {
    padding-right: 22px;
    padding-left: 22px;
  }
}
.bt .gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  .bt .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
.bt .col-base {
  position: relative;
  min-height: 1px;
}
.bt .col-xs-15 {
  float: left;
  width: 20%;
}
@media (min-width: 576px) {
  .bt .col-sm-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .bt .col-md-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .bt .col-lg-15 {
    float: left;
    width: 20%;
  }
}
.bt .col-sidebar,
.bt .col-main {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 576px) {
  .bt .col-sidebar {
    width: 30%;
  }
}
@media (min-width: 576px) {
  .bt .col-main {
    width: 70%;
  }
}
@media (min-width: 576px) {
  .bt .col-sm-524 {
    float: left;
    width: 52.4%;
  }
  .bt .col-sm-476 {
    float: left;
    width: 47.6%;
  }
}
.bt .container-fluid-0 {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .bt .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .bt .table {
    table-layout: fixed;
  }
}
.bt .table > thead > tr > th,
.bt .table > thead > tr > td,
.bt .table > tbody > tr > th,
.bt .table > tbody > tr > td,
.bt .table > tfoot > tr > th,
.bt .table > tfoot > tr > td {
  line-height: 1.428571429;
}
.bt .table > thead > tr > th,
.bt .table > thead > tr > td {
  border-bottom-width: 1px;
}
.bt .table > tbody > tr > th,
.bt .table > tbody > tr > td {
  word-break: break-all;
}
.bt .table > :not(:first-child) {
  border-top: 0;
}
.bt .table th {
  font-weight: normal;
}
.bt .table.table-text-center th,
.bt .table.table-text-center td {
  text-align: center;
}
.bt .table.table-text-right th,
.bt .table.table-text-right td {
  text-align: right;
}
.bt .table-no-border > thead > tr > th,
.bt .table-no-border > thead > tr > td,
.bt .table-no-border > tbody > tr > th,
.bt .table-no-border > tbody > tr > td,
.bt .table-no-border > tfoot > tr > th,
.bt .table-no-border > tfoot > tr > td {
  padding-left: 0;
  border-top: 0;
}
.bt .table-no-border > thead > tr > th {
  border-bottom: 0;
}
.bt .table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 0;
  border-radius: 8px;
}
.bt .table-border-radius-8 .table {
  margin-bottom: 0;
  border-collapse: collapse;
}
@media (max-width: 767.98px) {
  .bt .table-responsive > .table > tbody > tr :first-child > th,
  .bt .table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  .bt .table-collapsed-md {
    display: block;
    border: 0 !important;
  }
  .bt .table-collapsed-md > :not(caption) > * {
    border-width: 0.5px 0;
  }
  .bt .table-collapsed-md > tbody {
    display: block;
  }
  .bt .table-collapsed-md > tbody > tr > th,
  .bt .table-collapsed-md > tbody > tr > td {
    display: block;
    width: auto;
    padding: 10px !important;
  }
  .bt .table-collapsed-md > tbody > tr > th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .bt .table-collapsed-md > tbody > tr > th::after {
    display: block;
    clear: both;
    content: "";
  }
}
.bt .table-cell {
  display: table;
  width: 100%;
}
.bt .table-cell > .cell {
  display: table-cell;
}
.bt .table-cell.bordered {
  margin-bottom: 30px;
}
.bt .table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .bt .table-cell.cleared-md,
  .bt .table-cell.cleared-md > .cell {
    display: block;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .bt .table-cell.cleared-lg,
  .bt .table-cell.cleared-lg > .cell {
    display: block;
    width: auto;
  }
}
.bt .table-cell-blue {
  text-align: center;
}
.bt .table-cell-blue a {
  padding: 10px 5px 8px;
  color: #fff;
  vertical-align: middle;
  background-color: #0d6fb8;
}
@media (min-width: 768px) {
  .bt .table-cell-blue a {
    width: 14.2857143%;
  }
}
@media (min-width: 768px) {
  .bt .table-cell-blue a + a {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .bt .table-cell-blue a + a {
    border-top: 1px solid #fff;
  }
}
.bt .table-cell-blue a:hover, .bt .table-cell-blue a:focus {
  background-color: #2fa8e1;
}
.bt .table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}
.bt .table-horizontal > thead > tr > th,
.bt .table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}
.bt .table-horizontal > thead > tr > th small, .bt .table-horizontal > thead > tr > th .small,
.bt .table-horizontal > tbody > tr > th small,
.bt .table-horizontal > tbody > tr > th .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > thead > tr > th small, .bt .table-horizontal > thead > tr > th .small,
  .bt .table-horizontal > tbody > tr > th small,
  .bt .table-horizontal > tbody > tr > th .small {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > thead > tr,
  .bt .table-horizontal > thead > tr > th {
    display: block;
  }
}
.bt .table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
.bt .table-horizontal > tbody > tr > th,
.bt .table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}
.bt .table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .bt .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}
.bt .table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}
@media (min-width: 768px) {
  .bt .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bt .table-horizontal > tbody > tr > td small, .bt .table-horizontal > tbody > tr > td .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .bt .table-horizontal > tbody > tr > td small, .bt .table-horizontal > tbody > tr > td .small {
    font-size: 12px;
  }
}
.bt .table-horizontal.table-horizontal-responsive-xs {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}
@media (max-width: 767.98px) {
  .bt .table-horizontal.table-horizontal-responsive-xs > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal.table-horizontal-responsive-xs > thead > tr,
  .bt .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal.table-horizontal-responsive-xs > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bt .table-horizontal.table-horizontal-responsive-xs > tbody > tr,
  .bt .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    display: block;
  }
}
.bt .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bt .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}
.bt .table-cell-elastic-arrow .cell {
  width: 100px;
  padding: 10px;
  vertical-align: middle;
}
.bt .table-cell-elastic-arrow .col-1 {
  color: #fff;
  background-color: #00a0e9;
}
.bt .table-cell-elastic-arrow .col-arrow {
  width: 20px;
  padding: 0;
  vertical-align: middle;
}
.bt .table-cell-elastic-arrow .col-arrow:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: transparent transparent transparent #00a0e9;
  border-style: solid;
  border-width: 55px 0 55px 20px;
  content: "";
}
.bt .btn-multiline {
  white-space: normal;
}
.bt .btn {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt .btn {
    transition: none;
  }
}
.bt .btn-bg-gradient {
  position: relative;
  padding: 25px 10px;
  border: 0;
  border-radius: 39px;
  background: linear-gradient(to right, #d52cff 0%, #9a2eff 22.66%, #7330ff 35.4%, #4e31ff 47.29%, #d62fb5 100%);
  transition: 0.3s all ease;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .bt .btn-bg-gradient {
    padding: 21px 10px;
  }
}
.bt .btn-bg-gradient .text {
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.98px) {
  .bt .btn-bg-gradient .text {
    font-size: 18px;
  }
}
.bt .btn-bg-gradient:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.3s all ease;
  content: "";
}
.bt .btn-bg-gradient:hover .text {
  background: linear-gradient(to right, #d52cff 0%, #9a2eff 22.66%, #4e31ff 47.29%, #d62fb5 76.85%, #ff2e9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.bt .btn-bg-gradient:hover:before {
  transform: translateX(0);
  transition: 0.3s all ease;
}
.bt .btn-text-gradient {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #707070;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgb(126.3, 126.3, 126.3);
  --bs-btn-focus-shadow-rgb: 95, 95, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgb(126.3, 126.3, 126.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #707070;
  position: relative;
  padding: 17px 10px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 0 1px #707070 inset;
  border-radius: 42px;
  overflow: hidden;
}
.bt .btn-text-gradient .text {
  position: relative;
  display: inline-block;
}
.bt .btn-text-gradient:not(:hover) .text {
  background: linear-gradient(to right, #d52cff 0%, #9a2eff 22.66%, #4e31ff 47.29%, #d62fb5 76.85%, #ff2e9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.bt .btn-text-gradient:hover .text {
  color: #fff;
  background: none;
}
.bt .btn-text-gradient:hover:before {
  transform: translateX(0);
  transition: 0.3s all ease;
}
.bt .btn-text-gradient:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #d52cff 0%, #9a2eff 22.66%, #4e31ff 47.29%, #d62fb5 76.85%, #ff2e9f 100%);
  transform: translateX(-100%);
  transition: 0.3s all ease;
  content: "";
}
.bt .btn-text-gradient.btn-md {
  padding: 25px 15px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .bt .btn-text-gradient.btn-md {
    padding-top: 22px;
    padding-bottom: 21px;
    font-size: 18px;
  }
}
.bt .btn-gradient-pink {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: transparent;
  position: relative;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 19px 23px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  border: 0;
  text-align: left;
  border-radius: 30px;
  box-shadow: 0 0 0 3px #deb6e8 inset;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .bt .btn-gradient-pink {
    flex-direction: column;
    row-gap: 5px;
    width: 100px;
    height: 100px;
    padding: 16px 14px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #deb6e8 inset;
  }
}
.bt .btn-gradient-pink:hover {
  color: #fff;
}
.bt .btn-gradient-pink:hover .icon {
  filter: brightness(0) invert(1);
}
.bt .btn-gradient-pink:hover:before {
  transform: translateX(0);
  transition: 0.3s all ease;
}
.bt .btn-gradient-pink:before {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #d52cff 0%, #9a2eff 22.66%, #4e31ff 47.29%, #d62fb5 76.85%, #ff2e9f 100%);
  transform: translateX(-100%);
  transition: 0.3s all ease;
  content: "";
}
.bt .btn-gradient-pink .icon {
  width: 15px;
}
@media (max-width: 767.98px) {
  .bt .btn-gradient-pink .icon {
    width: 18px;
  }
}
.bt .modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.bt .modal-vertical-middle {
  overflow: hidden !important;
}
.bt .modal-vertical-middle .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.bt .modal-vertical-middle .modal-content {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.bt .modal-simple .modal-dialog {
  max-width: 722px;
}
.bt .modal-simple .modal-header {
  padding: 8px 20px;
}
.bt .modal-simple .modal-body {
  padding: 0 20px;
}
.bt .modal-simple .btn-close:hover {
  opacity: 0.7;
}
.bt .bg-room {
  background-image: url("../ja/img/common/bg-room.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bt .bg-dot {
  background: url("../img/common/bg-dot.png") repeat 0 0;
}
.bt .bg-gray {
  background-color: #ccc !important;
}
.bt .bg-light-salmon {
  background-color: #ffa07a !important;
}
.bt .bg-red {
  background-color: #f00 !important;
}
.bt .bg-light-blue {
  background-color: #add8e6 !important;
}
.bt .bg-blue {
  background-color: #0051c3 !important;
}
.bt .bg-dodger-blue {
  background-color: #7ec3ec !important;
}
.bt .bg-green-yellow {
  background-color: #a6d171 !important;
}
.bt .bg-soft-red {
  background-color: #f49980 !important;
}
.bt .bg-orange {
  background-color: #f4bd50 !important;
}
.bt .bg-white {
  background-color: #fff !important;
}
.bt .width-15p {
  width: 15% !important;
}
.bt .width-16p {
  width: 16% !important;
}
.bt .width-18p {
  width: 18% !important;
}
.bt .width-20p {
  width: 20% !important;
}
.bt .width-30p {
  width: 30% !important;
}
.bt .width-40p {
  width: 40% !important;
}
.bt .width-50p {
  width: 50% !important;
}
.bt .width-150 {
  width: 150px !important;
}
.bt .max-width-800 {
  max-width: 800px !important;
}
.bt .max-width-1280 {
  max-width: 1280px !important;
}
.bt .clear {
  clear: both !important;
}
.bt .v-top {
  vertical-align: top !important;
}
.bt .v-middle {
  vertical-align: middle !important;
}
.bt .v-bottom {
  vertical-align: bottom !important;
}
.bt .box-shadow-yellow {
  box-shadow: 0 0 30px 15px rgb(255, 255, 0);
}
.bt .box-shadow-yellow-spread-sm {
  box-shadow: 0 0 30px 0 rgb(255, 255, 0);
}
.bt .box-shadow-yellow-spread-lg {
  box-shadow: 0 0 30px 20px rgb(255, 255, 0);
}
.bt .fs11 {
  font-size: 11px !important;
}
.bt .fs12 {
  font-size: 12px !important;
}
.bt .fs14-xs {
  font-size: 14px !important;
}
@media (max-width: 575.98px) {
  .bt .fs14-xs {
    font-size: 12px !important;
  }
}
.bt .mt0 {
  margin-top: 0 !important;
}
.bt .mr0 {
  margin-right: 0 !important;
}
.bt .mb0 {
  margin-bottom: 0 !important;
}
.bt .ml0 {
  margin-left: 0 !important;
}
.bt .pt0 {
  padding-top: 0 !important;
}
.bt .pr0 {
  padding-right: 0 !important;
}
.bt .pb0 {
  padding-bottom: 0 !important;
}
.bt .pl0 {
  padding-left: 0 !important;
}
@media (max-width: 575.98px) {
  .bt .pull-none-xs {
    float: none !important;
  }
}
@media (max-width: 575.98px) {
  .bt .pull-none-sm {
    float: none !important;
  }
}
@media (max-width: 767.98px) {
  .bt .pull-none-md {
    float: none !important;
  }
}
@media (max-width: 575.98px) {
  .bt .rotate-90-xs {
    transform: rotate(90deg);
  }
}
@media (max-width: 575.98px) {
  .bt .rotate-90-sm {
    transform: rotate(90deg);
  }
}
.bt .badge {
  text-decoration: none;
}
.bt .badge.has-space {
  margin-bottom: 3px;
}
.bt .badge-border-gray {
  color: #000;
  border: 1px solid #9b9b9b;
}
.bt .badge-border-gray:hover {
  color: #fff;
  background-color: #595757;
  border: 1px solid #9b9b9b;
}
.bt .card-collapse {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 576px) {
  .bt .card-collapse {
    font-size: 16px;
  }
}
.bt .card-collapse.border-top {
  border-top: 1px solid #1946ba;
}
.bt .card-collapse .card-body {
  padding: 0;
}
.bt .card-collapse .card-title {
  padding: 0;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bt .card-collapse .card-title a {
  position: relative;
  display: block;
  padding: 32px 80px 32px 75px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-title a {
    padding: 27px 52px 18px 60px;
    font-size: 18px;
    line-height: 1.777;
  }
}
.bt .card-collapse .card-title a:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 51px;
  height: 51px;
  background: url("../images/lsm/icon-q.svg") no-repeat 0 0;
  background-size: contain;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-title a:before {
    top: 27px;
    left: 10px;
    width: 38px;
    height: 38px;
  }
}
.bt .card-collapse .card-title a:hover, .bt .card-collapse .card-title a:focus, .bt .card-collapse .card-title a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.bt .card-collapse .card-title a[aria-expanded=true] {
  color: #fff;
  background-color: transparent;
}
.bt .card-collapse .card-title a[aria-expanded=true]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.bt .card-collapse .card-title a[aria-expanded=true] .icon {
  background-color: #999;
}
.bt .card-collapse .card-title a[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.bt .card-collapse .card-text {
  padding: 0 76px 22px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.857;
  color: #fff;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-text {
    padding: 0 12px 5px 60px;
  }
}
.bt .card-collapse .card-text-detail {
  letter-spacing: 0.06em;
  margin-bottom: 13px;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-text-detail {
    margin-bottom: 14px;
  }
}
.bt .card-collapse .card-text-detail .img-fluid {
  width: auto;
  margin-top: 30px;
}
.bt .card-collapse .icon {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(255, 255, 255, 0.26);
  content: "";
  transition: 300ms all ease;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .icon {
    top: 30px;
    right: 16px;
    width: 29px;
    height: 29px;
  }
}
.bt .card-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 15px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .bar {
    height: 12px;
  }
}
.bt .card-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}
.bt a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt a.card {
    transition: none;
  }
}
.bt .card.border-radius-base {
  border-radius: 0.375rem;
}
.bt .title-common {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bt .title-common {
    font-size: 30px;
    line-height: 1.56;
  }
}
.bt .section-fv {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.bt .section-fv .swiper-fv {
  overflow: hidden;
}
.bt .section-fv .swiper-fv .swiper-slide .container-slide .img-lg {
  height: calc(100vh - 76px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .bt .section-fv .swiper-fv .swiper-slide .container-slide .img-lg {
    height: auto;
  }
}
.bt .section-fv .container-swiper-pagination {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: 56px;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .bt .section-fv .container-swiper-pagination {
    bottom: 30px;
  }
}
.bt .section-fv #swiper-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767.98px) {
  .bt .section-fv #swiper-toggle {
    min-width: 30px;
    height: 30px;
  }
}
.bt .section-fv #swiper-toggle:hover {
  opacity: 0.9;
}
.bt .section-fv #swiper-toggle.icon-pause:before, .bt .section-fv #swiper-toggle.icon-pause:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  content: "";
}
.bt .section-fv #swiper-toggle.icon-pause:before {
  left: 15px;
}
@media (max-width: 767.98px) {
  .bt .section-fv #swiper-toggle.icon-pause:before {
    left: 11px;
  }
}
.bt .section-fv #swiper-toggle.icon-pause:after {
  right: 15px;
}
@media (max-width: 767.98px) {
  .bt .section-fv #swiper-toggle.icon-pause:after {
    right: 11px;
  }
}
.bt .section-fv #swiper-toggle.icon-play {
  font-size: 15px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .bt .section-fv #swiper-toggle.icon-play {
    font-size: 12px;
  }
}
.bt .section-fv .swiper-pagination {
  position: static;
}
.bt .section-fv .swiper-pagination-bullet {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: transparent;
  border: 0;
  transition: 0.3s all ease;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .bt .section-fv .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
.bt .section-fv .swiper-pagination-bullet:hover {
  border: 1px solid #fff;
}
.bt .section-fv .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
  content: "";
}
@media (max-width: 767.98px) {
  .bt .section-fv .swiper-pagination-bullet:before {
    width: 5px;
    height: 5px;
  }
}
.bt .section-fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.bt .section-fv .container-slide {
  position: relative;
}
.bt .section-fv .container-slide:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
  content: "";
}
.bt .section-fv .title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
  margin: auto;
  text-align: center;
}
.bt .section-fv .title .img-logo {
  width: 100%;
  max-width: 872px;
}
@media (max-width: 1199.98px) {
  .bt .section-fv .title .img-logo {
    max-width: 57vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv .title .img-logo {
    max-width: 284px;
  }
}
.bt .section-fv .title small, .bt .section-fv .title .small {
  display: block;
  margin-top: 45px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .bt .section-fv .title small, .bt .section-fv .title .small {
    margin-top: 3vw;
    font-size: 3vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv .title small, .bt .section-fv .title .small {
    min-height: 60px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.bt .section-fv .btn-gradient-pink {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 20;
}
@media (max-width: 1199.98px) {
  .bt .section-fv .btn-gradient-pink {
    right: 1vw;
    bottom: 1vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv .btn-gradient-pink {
    right: 15px;
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
  }
}
.bt .section-banner {
  padding-top: 86px;
  padding-bottom: 86px;
}
@media (max-width: 767.98px) {
  .bt .section-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bt .section-banner .section-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 1106px;
  padding: 49px 88px 44px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(142deg, #d52cff -40%, #9a2eff 18%, #4e31ff 58%, #d62fb5 110%, #ff2e9f 124%);
  border-radius: 10px;
  transition: 0.4s all ease;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .bt .section-banner .section-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .bt .section-banner .section-body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-banner .section-body {
    flex-wrap: wrap;
    max-width: 315px;
    padding: 23px 27px 25px;
    gap: 18px;
    background: linear-gradient(150deg, #d52cff -200%, #9a2eff -100%, #4e31ff 23%, #d62fb5 100%, #ff2e9f 150%);
  }
}
@media (max-width: 345px) {
  .bt .section-banner .section-body {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.bt .section-banner .section-body:hover {
  opacity: 0.8;
}
.bt .section-banner .title-section {
  font-size: 51px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .bt .section-banner .title-section {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .bt .section-banner .title-section {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-banner .title-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 28px;
  }
}
.bt .section-banner .title-section small, .bt .section-banner .title-section .small {
  display: block;
  padding: 5px 10px 6px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #4e31ff;
  background-color: #fff;
  border-radius: 22px;
}
@media (max-width: 991.98px) {
  .bt .section-banner .title-section small, .bt .section-banner .title-section .small {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-banner .title-section small, .bt .section-banner .title-section .small {
    display: inline-block;
    padding: 12px 15px;
    margin-bottom: 8px;
    font-size: 13px;
    width: calc(100% - 60px);
  }
}
.bt .section-banner .title-section .text {
  flex-grow: 1;
  text-align: center;
}
.bt .section-banner .logo-lsm {
  width: 100px;
}
@media (max-width: 991.98px) {
  .bt .section-banner .logo-lsm {
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-banner .logo-lsm {
    width: 51px;
    margin-bottom: 8px;
  }
}
.bt .section-banner .logo-apple-store {
  width: 246px;
}
@media (max-width: 991.98px) {
  .bt .section-banner .logo-apple-store {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-banner .logo-apple-store {
    width: 260px;
  }
}
.bt .section-introduction {
  padding-top: 113px;
  padding-bottom: 113px;
  color: #fff;
  background: #000 url("../images/introduction/bg-gradient.png") no-repeat 50% 0/cover;
}
@media (max-width: 767.98px) {
  .bt .section-introduction {
    padding-top: 28px;
    padding-bottom: 50px;
    background-image: url("../images/introduction/sp/bg-gradient.png");
    background-position: 50% 27px;
    background-size: 100%;
  }
}
.bt .section-introduction .container {
  max-width: 1040px;
}
@media (max-width: 767.98px) {
  .bt .section-introduction .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bt .section-introduction .title-section {
  margin-bottom: 30px;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.07em;
}
@media (max-width: 991.98px) {
  .bt .section-introduction .title-section {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-introduction .title-section {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.65;
    letter-spacing: normal;
  }
}
.bt .section-introduction .title-section strong {
  font-size: 47px;
}
@media (max-width: 991.98px) {
  .bt .section-introduction .title-section strong {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-introduction .title-section strong {
    font-size: 25px;
  }
}
.bt .section-introduction .title-section strong.bg {
  padding-right: 7px;
  padding-left: 7px;
  line-height: 1.235;
  letter-spacing: 0.03em;
}
@media (max-width: 767.98px) {
  .bt .section-introduction .title-section strong.bg {
    padding-right: 4px;
    padding-left: 4px;
    letter-spacing: normal;
  }
}
.bt .section-introduction .title-section small, .bt .section-introduction .title-section .small {
  font-size: 38px;
}
@media (max-width: 991.98px) {
  .bt .section-introduction .title-section small, .bt .section-introduction .title-section .small {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-introduction .title-section small, .bt .section-introduction .title-section .small {
    font-size: 24px;
  }
}
.bt .section-introduction .title-section .bg {
  display: inline-block;
  line-height: 1.349;
  letter-spacing: 0.06em;
  background: linear-gradient(to right, #d52cff -20%, #9a2eff 22.66%, #4e31ff 47.29%, #d62fb5 76.85%, #ff2e9f 120%);
}
@media (max-width: 767.98px) {
  .bt .section-introduction .title-section .bg {
    letter-spacing: normal;
  }
}
.bt .section-introduction .lead {
  font-size: 16px;
  line-height: 2.125;
}
@media (max-width: 767.98px) {
  .bt .section-introduction .lead {
    line-height: 1.875;
  }
}
.bt .section-introduction .lead p {
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .bt .section-introduction .lead p {
    margin-bottom: 24px;
  }
}
.bt .section-introduction .btn-container {
  max-width: 297px;
  margin-top: 58px;
}
@media (max-width: 767.98px) {
  .bt .section-introduction .btn-container {
    max-width: 100%;
    margin-top: 37px;
  }
}
.bt .section-introduction .img-container {
  position: relative;
  z-index: 0;
  max-width: 290px;
  margin: 20px 28px 0;
}
@media (max-width: 991.98px) {
  .bt .section-introduction .img-container {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .bt .section-introduction .img-container {
    max-width: 139px;
    margin: 0 auto 72px;
  }
}
.bt .section-introduction .img-container .img-shadow {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bt .section-introduction .img-container .img-shadow {
    display: none;
  }
}
.bt .section-recommend {
  position: relative;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 256px;
}
@media (max-width: 767.98px) {
  .bt .section-recommend {
    padding-top: 55px;
    padding-bottom: 175px;
    background-image: none;
  }
}
.bt .section-recommend .bg-img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.bt .section-recommend .container {
  max-width: 1060px;
}
@media (max-width: 767.98px) {
  .bt .section-recommend .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bt .section-recommend .title-section {
  margin-bottom: 118px;
}
@media (max-width: 767.98px) {
  .bt .section-recommend .title-section {
    margin-bottom: 68px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bt .section-recommend .card-recommend {
  position: relative;
  padding: 57px 12px 43px;
  background: rgba(255, 255, 255, 0.14);
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend {
    padding: 50px 20px 30px;
    margin-bottom: 39px;
  }
}
.bt .section-recommend .card-recommend .card-header {
  position: absolute;
  top: -35px;
  left: -22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  font-size: 40px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(148deg, #d52cff 8%, #9a2eff 49%, #4e31ff 95%, #d62fb5 150%, #ff2e9f 200%);
  border-radius: 50% 50% 0 50%;
}
@media (max-width: 991.98px) {
  .bt .section-recommend .card-recommend .card-header {
    width: 67px;
    height: 67px;
    font-size: 37px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend .card-header {
    top: -19px;
    left: -17px;
  }
}
.bt .section-recommend .card-recommend .card-img,
.bt .section-recommend .card-recommend .card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bt .section-recommend .card-recommend .card-img {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend .card-img {
    margin-bottom: 30px;
  }
}
.bt .section-recommend .card-recommend .card-img img {
  width: auto;
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend .card-img img.img-1 {
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend .card-img img.img-2 {
    width: 165px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend .card-img img.img-3 {
    width: 130px;
  }
}
.bt .section-recommend .card-recommend .card-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.889;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bt .section-recommend .card-recommend .card-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-recommend .card-recommend .card-title {
    display: block;
    line-height: 2.125;
  }
}
.bt .section-application {
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .bt .section-application {
    background: url("../images/application/bg-application.png") 50% 0 no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .bt .section-application {
    padding-top: 65px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.bt .section-application .container {
  max-width: 1090px;
}
@media (max-width: 767.98px) {
  .bt .section-application .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bt .section-application .title-section {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .bt .section-application .title-section {
    margin-bottom: 20px;
  }
}
.bt .section-application .lead {
  margin-bottom: 120px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (max-width: 767.98px) {
  .bt .section-application .lead {
    margin-bottom: 86px;
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
  }
}
.bt .section-application .flex-card {
  -moz-column-gap: 82px;
       column-gap: 82px;
}
@media (max-width: 991.98px) {
  .bt .section-application .flex-card {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-application .flex-card {
    flex-direction: column !important;
  }
}
.bt .section-application .flex-card .body {
  padding-top: 46px;
}
@media (max-width: 767.98px) {
  .bt .section-application .flex-card .body {
    padding-top: 20px;
  }
}
.bt .section-application .card {
  margin-bottom: 50px;
  background: url("../images/application/bg-gradient.png") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .bt .section-application .card {
    margin-bottom: 35px;
    background: url("../images/application/sp/bg-gradient.png") 50% 50% no-repeat;
    background-size: cover;
  }
}
.bt .section-application .card .btn-text-gradient {
  width: 100%;
  max-width: 221px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card .btn-text-gradient {
    max-width: none;
  }
}
.bt .section-application .card .img-lg {
  margin-top: -40px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card .img-lg {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.bt .section-application .card .text-sm {
  font-size: 13px;
  line-height: 1.538;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.59);
}
@media (max-width: 767.98px) {
  .bt .section-application .card .text-sm {
    font-size: 12px;
  }
}
.bt .section-application .card .card-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media (max-width: 991.98px) {
  .bt .section-application .card .card-body {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-application .card .card-body {
    padding: 20px 20px 30px !important;
    font-size: 15px;
    line-height: 1.8;
  }
}
.bt .section-application .card:nth-child(odd) .card-body {
  padding: 0 62px 0 116px;
}
@media (max-width: 991.98px) {
  .bt .section-application .card:nth-child(odd) .card-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bt .section-application .card:nth-child(even) .flex-card {
  flex-direction: row-reverse;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.bt .section-application .card:nth-child(even) .img-lg {
  margin-top: -34px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card:nth-child(even) .img-lg {
    margin-top: 0;
  }
}
.bt .section-application .card:nth-child(even) .card-body {
  padding: 0 110px 0 95px;
}
@media (max-width: 991.98px) {
  .bt .section-application .card:nth-child(even) .card-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bt .section-application .card.card-1 .img-lg {
  width: 295px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-1 .img-lg {
    width: 154px;
  }
}
@media (min-width: 992px) {
  .bt .section-application .card.card-2 .card-body {
    padding: 0 115px 0 95px;
  }
}
.bt .section-application .card.card-2 .img-lg {
  width: 322px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-2 .img-lg {
    width: 246px;
  }
}
.bt .section-application .card.card-3 .flex-card {
  align-items: center;
}
.bt .section-application .card.card-3 .card-body {
  padding: 64px 46px 70px 64px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-3 .card-body {
    padding-top: 34px;
  }
}
.bt .section-application .card.card-3 .card-body .body {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-3 .card-body .body {
    padding-top: 26px;
  }
}
.bt .section-application .card.card-3 .img-lg {
  width: 389px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-3 .img-lg {
    width: 225px;
  }
}
@media (min-width: 992px) {
  .bt .section-application .card.card-4 .card-body {
    padding: 0 70px 0 96px;
  }
}
.bt .section-application .card.card-4 .img-lg {
  width: 311px;
  margin-top: -84px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-4 .img-lg {
    margin-top: 0;
    width: 127px;
  }
}
.bt .section-application .card.card-5 .flex-card {
  align-items: center;
}
.bt .section-application .card.card-5 .card-body {
  padding: 49px 60px 60px 51px;
}
.bt .section-application .card.card-5 .card-body .body {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-5 .card-body .body {
    padding-top: 28px;
  }
}
.bt .section-application .card.card-5 .img-lg {
  width: 413px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-5 .img-lg {
    width: 251px;
  }
}
@media (min-width: 992px) {
  .bt .section-application .card.card-6 .card-body {
    padding: 0 88px 0 95px;
  }
}
.bt .section-application .card.card-6 .img-lg {
  width: 328px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-6 .img-lg {
    width: 200px;
  }
}
.bt .section-application .card.card-7 .flex-card {
  align-items: center;
}
.bt .section-application .card.card-7 .card-body {
  padding: 49px 60px 60px 51px;
}
.bt .section-application .card.card-7 .card-body .body {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-7 .card-body .body {
    padding-top: 45px;
  }
}
.bt .section-application .card.card-7 .img-lg {
  width: 355px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .bt .section-application .card.card-7 .img-lg {
    width: 259px;
  }
}
.bt .section-application .card .title-card {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .bt .section-application .card .title-card {
    margin-bottom: 18px;
  }
}
.bt .section-application .card .title-card .text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.667;
}
@media (max-width: 991.98px) {
  .bt .section-application .card .title-card .text {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-application .card .title-card .text {
    line-height: 1.2;
  }
}
@media (max-width: 351px) {
  .bt .section-application .card .title-card .text {
    font-size: 6vw;
  }
}
.bt .section-application .card .title-card .number {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 300;
  font-size: 61px;
  color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 991.98px) {
  .bt .section-application .card .title-card .number {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-application .card .title-card .number {
    font-size: 61px;
  }
}
@media (min-width: 768px) {
  .bt .section-delivery-steps {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .bt .section-delivery-steps:before {
    position: absolute;
    top: -46%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url("../images/bg/bg-delivery.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps {
    padding-top: 50px;
    padding-bottom: 68px;
  }
}
.bt .section-delivery-steps img {
  width: auto;
}
.bt .section-delivery-steps .icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 193px;
  background-color: #fff;
  border-radius: 13px;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-container {
    min-width: 120px;
    height: 118px;
  }
}
.bt .section-delivery-steps .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt .section-delivery-steps .number {
  position: absolute;
  top: -14px;
  left: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 1.01;
  color: #fff;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  background: linear-gradient(135deg, #d52cff 0%, #4e31ff 100%);
}
@media (max-width: 991.98px) {
  .bt .section-delivery-steps .number {
    top: -14px;
    left: -13px;
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .number {
    top: -10px;
    left: -19px;
    font-size: 20px;
    width: 41px;
    height: 41px;
  }
}
.bt .section-delivery-steps .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 14px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.333;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .bt .section-delivery-steps .caption {
    min-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .caption {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    margin-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.bt .section-delivery-steps .caption small, .bt .section-delivery-steps .caption .small {
  margin-top: 5px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .caption small, .bt .section-delivery-steps .caption .small {
    text-align: left;
  }
}
.bt .section-delivery-steps .inner {
  max-width: 900px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .inner {
    max-width: 400px;
  }
}
.bt .section-delivery-steps .btn-container {
  width: 100%;
  max-width: 297px;
  margin-top: 54px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .btn-container {
    max-width: 315px;
    margin-top: 43px;
  }
}
.bt .section-delivery-steps .btn-container .btn {
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .btn-container .btn {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.bt .section-delivery-steps .title-section {
  margin-bottom: 98px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .title-section {
    margin-bottom: 54px;
  }
}
.bt .section-delivery-steps .row {
  justify-content: center;
  row-gap: 55px;
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .row {
    position: relative;
    row-gap: 18px;
  }
  .bt .section-delivery-steps .row:after {
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 83px;
    z-index: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: linear-gradient(to bottom, #d52cff 0%, #9a2eff 30%, #4e31ff 40%, #ff2e9f 100%);
    content: "";
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    -moz-column-gap: 34px;
         column-gap: 34px;
    padding-left: 19px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-1 {
    width: 50px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-2 {
    width: 77px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-3 {
    width: 92px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-4 {
    width: 76px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-5 {
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-6 {
    width: 94px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-delivery-steps .icon-7 {
    width: 91px;
  }
}
.bt .section-case-study {
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
}
@media (max-width: 767.98px) {
  .bt .section-case-study {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bt .section-case-study:after {
  position: absolute;
  bottom: -88px;
  left: 0;
  background: url("../images/case-study/bg-violet-smoke.png") 0 0 no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .bt .section-case-study:after {
    width: 666px;
    height: 827px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study:after {
    display: none;
  }
}
.bt .section-case-study .container-btn {
  max-width: 250px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .bt .section-case-study .container-btn {
    max-width: 315px;
    margin-top: 16px;
  }
}
.bt .section-case-study .container-btn .btn {
  position: relative;
  display: block;
  width: 100%;
}
.bt .section-case-study .card-case-study {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.846;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.83;
  }
}
.bt .section-case-study .card-case-study .flex-video {
  align-items: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
@media (max-width: 1199.98px) {
  .bt .section-case-study .card-case-study .flex-video {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .flex-video {
    flex-direction: column;
  }
}
.bt .section-case-study .card-case-study .container-thumbnail {
  position: relative;
  max-width: 193px;
  transition: 0.3s all ease;
}
@media (max-width: 1199.98px) {
  .bt .section-case-study .card-case-study .container-thumbnail {
    max-width: 17vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .container-thumbnail {
    margin-bottom: 12px;
    max-width: none;
  }
}
.bt .section-case-study .card-case-study .container-thumbnail:hover {
  opacity: 0.8;
  cursor: pointer;
}
.bt .section-case-study .card-case-study .container-thumbnail:before, .bt .section-case-study .card-case-study .container-thumbnail:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.bt .section-case-study .card-case-study .container-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.59);
}
.bt .section-case-study .card-case-study .container-thumbnail:after {
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../images/case-study/btn-play.svg") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .container-thumbnail:after {
    width: 20px;
    height: 20px;
  }
}
.bt .section-case-study .card-case-study .title-card {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #9916fa;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .title-card {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.bt .section-case-study .card-case-study .title-card .name {
  padding: 2px 8px;
  margin-right: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #9916fa;
}
@media (max-width: 1199.98px) {
  .bt .section-case-study .card-case-study .title-card .name {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .title-card .name {
    padding: 2px 3px;
    margin-right: 2px;
    font-size: 13px;
  }
}
.bt .section-case-study .card-case-study .title-card small, .bt .section-case-study .card-case-study .title-card .small {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .title-card small, .bt .section-case-study .card-case-study .title-card .small {
    margin-top: 3px;
    font-size: 12px;
  }
}
.bt .section-case-study .card-case-study .card-body {
  padding: 46px 35px 30px 40px;
}
@media (max-width: 1199.98px) {
  .bt .section-case-study .card-case-study .card-body {
    padding: 30px 14px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .card-case-study .card-body {
    padding: 15px 13px;
  }
}
.bt .section-case-study .container {
  position: relative;
  padding: 72px 115px 114px 45px;
  margin-right: 0;
  max-width: calc(100% - 70px);
}
@media (max-width: 1199.98px) {
  .bt .section-case-study .container {
    padding: 70px 50px;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .container {
    max-width: 100%;
    padding-right: 24px;
    padding-bottom: 60px;
    padding-left: 24px;
  }
}
.bt .section-case-study .container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bg/bg-transparent.png") 50% 50% no-repeat;
  background-size: cover;
  content: "";
}
@media (max-width: 767.98px) {
  .bt .section-case-study .container:before {
    background: url("../images/bg/sp/bg-transparent.png") 50% 50% no-repeat;
    background-size: cover;
  }
}
.bt .section-case-study .container-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 88px;
       column-gap: 88px;
  margin-bottom: 66px;
}
@media (min-width: 1200px) {
  .bt .section-case-study .container-title {
    margin-left: 90px;
  }
}
@media (min-width: 768px) {
  .bt .section-case-study .container-title {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .container-title {
    display: block;
    margin-bottom: 48px;
  }
}
.bt .section-case-study .container-title .title-section {
  font-size: 40px;
}
@media (min-width: 1200px) {
  .bt .section-case-study .container-title .title-section {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .bt .section-case-study .container-title .title-section {
    margin-bottom: 30px;
    font-size: 31px;
  }
}
.bt .section-case-study .container-title .lead {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.12;
}
@media (max-width: 767.98px) {
  .bt .section-case-study .container-title .lead {
    padding-right: 8px;
    padding-left: 8px;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
}
.bt .section-game {
  padding-top: 266px;
}
@media (min-width: 768px) {
  .bt .section-game {
    position: relative;
  }
  .bt .section-game:before {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 0;
    width: 611px;
    height: 628px;
    background: url("../images/bg/bg-game.png") no-repeat 0 0;
    background-size: contain;
    content: "";
  }
}
@media (max-width: 767.98px) {
  .bt .section-game {
    padding-top: 65px;
    background: url("../images/game/bg-dot.png") 50% 50%/cover no-repeat;
  }
}
.bt .section-game .title-section {
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .bt .section-game .title-section {
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) {
  .bt .section-game .title-section .text {
    margin-right: -0.5em;
  }
}
.bt .section-game .lead {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.875;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .bt .section-game .lead {
    text-align: left;
  }
}
.bt .section-game .video-container {
  overflow: hidden;
  width: 763px;
  height: auto;
  margin: 52px auto 0;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .bt .section-game .video-container {
    width: 600px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-game .video-container {
    width: 100%;
    height: 49.3vw;
    margin-top: 28px;
  }
}
.bt .section-game .video {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 1s ease;
}
.bt .section-game .video:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  background-color: #000;
  opacity: 0.59;
  content: "";
  transition: opacity 1s ease;
}
.bt .section-game .video:hover img {
  transform: scale(1.1);
}
.bt .section-game .video:hover:before {
  opacity: 0.34;
}
.bt .section-game .video > img {
  transform: scale(1);
  transition: transform 1s ease;
}
.bt .section-game .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin: auto;
}
.bt .section-game .caption span {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 150px;
  height: 110px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.01;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .bt .section-game .caption span {
    font-size: 21px;
    height: 82px;
  }
}
.bt .section-game .caption span:before, .bt .section-game .caption span:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  content: "";
}
.bt .section-game .caption span:before {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 767.98px) {
  .bt .section-game .caption span:before {
    width: 50px;
    height: 50px;
  }
}
.bt .section-game .caption span:after {
  top: 21px;
  width: 17px;
  height: 20px;
  background: url("../images/icon/arrow-right-white.svg") 50% 50%/cover no-repeat;
}
@media (max-width: 767.98px) {
  .bt .section-game .caption span:after {
    top: 16px;
    left: 5px;
    width: 14px;
    height: 17px;
  }
}
.bt .section-faq {
  padding-top: 116px;
  padding-bottom: 130px;
  background: url(../images/application/bg-application.png) 50% 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .bt .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/application/sp/bg-application.png) 50% 0 no-repeat;
    background-size: cover;
  }
}
.bt .section-faq .container-all-faq {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .bt .section-faq .container-all-faq {
    margin-bottom: 50px;
  }
}
.bt .section-faq .container {
  max-width: 1000px;
}
.bt .section-faq .title-section {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .bt .section-faq .title-section {
    margin-bottom: 8px;
  }
}
.bt .section-faq .btn-container {
  max-width: 297px;
}
@media (max-width: 767.98px) {
  .bt .section-faq .btn-container {
    max-width: 315px;
  }
}
.bt .section-faq .btn-container .btn {
  padding: 27px 10px;
  margin-top: 67px;
}
@media (max-width: 767.98px) {
  .bt .section-faq .btn-container .btn {
    padding: 22px 10px;
    margin-top: 40px;
  }
}
.bt .section-faq .title-faq-sm {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .bt .section-faq .title-faq-sm {
    font-size: 25px;
  }
}
.bt .section-news {
  padding-top: 112px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .bt .section-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.bt .section-news .container {
  max-width: 1038px;
}
@media (max-width: 767.98px) {
  .bt .section-news .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bt .section-news .title-section {
  position: relative;
  padding-left: 47px;
  font-size: 34px;
  text-align: left;
}
@media (min-width: 768px) {
  .bt .section-news .title-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-news .title-section {
    padding-left: 30px;
    font-size: 28px;
  }
}
.bt .section-news .title-section:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(to right, #d52cff 0%, #9a2eff 57.66%, #4e31ff 100%);
  content: "";
  width: 17px;
}
.bt .section-news .flex-news {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media (max-width: 767.98px) {
  .bt .section-news .flex-news {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .bt .section-news .flex-news .body {
    padding-top: 4px;
  }
}
.bt .section-news .flex-news dl {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767.98px) {
  .bt .section-news .flex-news dl {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.bt .section-news .flex-news dl dt,
.bt .section-news .flex-news dl dd {
  letter-spacing: 0.06em;
}
@media (max-width: 767.98px) {
  .bt .section-news .flex-news dl dt,
  .bt .section-news .flex-news dl dd {
    display: block;
    width: auto;
  }
}
.bt .section-news .flex-news dl dt {
  min-width: 78px;
  padding-top: 5px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #e167ff;
}
@media (max-width: 767.98px) {
  .bt .section-news .flex-news dl dt {
    margin-bottom: 9px;
  }
}
.bt .section-news .text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.857;
  text-decoration: none;
}
.bt .section-news .inner-news {
  height: 360px;
}
.bt .section-news .mCSB_inside > .mCSB_container {
  padding-right: 46px;
}
@media (max-width: 767.98px) {
  .bt .section-news .mCSB_inside > .mCSB_container {
    padding-right: 0;
  }
}
.bt .section-news .mCSB_draggerContainer {
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 2px;
}
.bt .section-news .mCSB_scrollTools {
  width: 3px !important;
}
.bt .section-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #9916FA !important;
  width: 3px !important;
}
.bt .section-news .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  background: transparent !important;
}
.bt .section-plan {
  padding-bottom: 116px;
  background: url("../images/bg/bg-decoration.png") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .bt .section-plan {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url("../images/bg/sp/bg-decoration.png") 0 30% no-repeat;
  }
}
.bt .section-plan .title-section {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .title-section {
    margin-bottom: 32px;
    font-size: 29px;
  }
}
.bt .section-plan .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  white-space: unset;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .bt .section-plan .badge {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.bt .section-plan .badge.badge-sm {
  font-size: 18px;
  color: #6c6e7c;
  border: 1px solid #c9c9c9;
}
@media (max-width: 767.98px) {
  .bt .section-plan .badge.badge-sm {
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.bt .section-plan .badge.gray {
  background-color: #505050;
}
.bt .section-plan .badge.purple {
  background-color: #7569c1;
}
@media (max-width: 767.98px) {
  .bt .section-plan .price-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: auto !important;
    margin-bottom: 8px;
  }
}
.bt .section-plan .price {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.01;
}
@media (max-width: 767.98px) {
  .bt .section-plan .price {
    font-size: 25px;
  }
}
.bt .section-plan .price small, .bt .section-plan .price .small {
  font-size: 27px;
  line-height: 1.01;
}
@media (max-width: 767.98px) {
  .bt .section-plan .price small, .bt .section-plan .price .small {
    font-size: 22px;
  }
}
.bt .section-plan .price .text-sm {
  margin-left: -6px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.01;
}
.bt .section-plan .price .label {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.01;
  color: #fff;
  background-color: #7569c1;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  padding: 3px 3px;
}
@media (min-width: 768px) {
  .bt .section-plan .price .label {
    transform: translateY(-7px);
  }
}
@media (max-width: 767.98px) {
  .bt .section-plan .price .label {
    font-size: 9px;
    margin-left: -28px;
    margin-right: auto;
  }
}
.bt .section-plan .scroll-horizontal {
  white-space: unset;
}
@media (min-width: 768px) {
  .bt .section-plan .scroll-horizontal {
    padding-top: 114px;
  }
}
.bt .section-plan table {
  color: #000;
}
@media (min-width: 768px) {
  .bt .section-plan table {
    min-width: 934px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-plan table {
    width: 467px;
  }
}
.bt .section-plan table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 0;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > thead > tr > th {
    padding-bottom: 0;
  }
}
.bt .section-plan table > thead > tr > th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
  border-right: 1px solid #c9c9c9;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > thead > tr > th:first-of-type {
    z-index: 2;
  }
}
.bt .section-plan table > thead > tr > th:first-of-type small, .bt .section-plan table > thead > tr > th:first-of-type .small {
  display: block;
  margin-top: 16px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > thead > tr > th:first-of-type small, .bt .section-plan table > thead > tr > th:first-of-type .small {
    margin-right: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.bt .section-plan table > tbody > tr:nth-child(odd) > th > div,
.bt .section-plan table > tbody > tr:nth-child(odd) > td > div {
  background-color: rgba(117, 105, 193, 0.12);
}
.bt .section-plan table > tbody > tr:first-of-type > th,
.bt .section-plan table > tbody > tr:first-of-type > td {
  padding-top: 13px;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > tbody > tr:first-of-type > th,
  .bt .section-plan table > tbody > tr:first-of-type > td {
    padding-top: 0;
  }
}
.bt .section-plan table > tbody > tr:not(:first-of-type) > th,
.bt .section-plan table > tbody > tr:not(:first-of-type) > td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.bt .section-plan table > tbody > tr > th,
.bt .section-plan table > tbody > tr > td {
  border-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .bt .section-plan table > tbody > tr > th,
  .bt .section-plan table > tbody > tr > td {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .bt .section-plan table > tbody > tr > th > div,
  .bt .section-plan table > tbody > tr > td > div {
    display: flex;
    align-items: center;
  }
}
.bt .section-plan table > tbody > tr > th {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  padding-top: 3px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  border-right: 1px solid #c9c9c9;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > tbody > tr > th {
    font-size: 13px;
    line-height: 1.385;
  }
}
.bt .section-plan table > tbody > tr > th > div {
  padding: 10px 16px;
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > tbody > tr > th > div {
    padding: 12px 15px;
  }
}
.bt .section-plan table > tbody > tr > td {
  font-size: 16px;
  color: #7569c1;
}
.bt .section-plan table > tbody > tr > td:last-of-type > div {
  margin-left: 9px;
}
.bt .section-plan table > tbody > tr > td:first-of-type > div {
  margin-left: 18px;
}
.bt .section-plan table > tbody > tr > td > div {
  padding: 9px;
}
@media (max-width: 767.98px) {
  .bt .section-plan table > tbody > tr > td > div {
    justify-content: center;
  }
}
.bt .section-plan .col-1 {
  width: 45.5%;
  padding-right: 23px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .col-1 {
    padding-right: 20px;
    width: 36.5%;
  }
}
.bt .section-plan .col-2 {
  width: 33.6%;
  padding-left: 23px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .col-2 {
    padding-left: 20px;
  }
}
.bt .section-plan .col-3 {
  width: 32.4%;
  padding-left: 14px;
}
.bt .section-plan .box-white {
  position: relative;
  max-width: 1026px;
  margin: 40px auto 0;
  padding: 0 46px 54px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .box-white {
    padding: 18px 13px 32px;
    background-color: #fff;
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .bt .section-plan .box-white:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(to bottom, transparent 4.6%, #fff 4.6%, #fff 100%);
    content: "";
  }
}
.bt .section-plan .item-gray {
  color: #b1b3c1;
  font-size: 18px;
}
.bt .section-plan .box-outline-purple {
  position: relative;
  max-width: 925px;
  margin: 30px auto 0;
  border: 1px solid #7569c1;
  border-radius: 11px;
  padding: 18px 24px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .box-outline-purple {
    margin-top: 38px;
  }
}
.bt .section-plan .box-outline-purple .subtitle {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #7569c1;
}
.bt .section-plan .box-outline-purple dl dt,
.bt .section-plan .box-outline-purple dl dd {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.846;
  color: #000;
}
.bt .section-plan .box-outline-purple dl dt {
  padding-right: 0;
}
.bt .section-plan .box-outline-purple ul {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.846;
  color: #000;
}
.bt .section-plan .lead {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.125;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .bt .section-plan .lead {
    text-align: left;
    line-height: 1.875;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.bt .section-plan .card {
  width: 100%;
  max-width: 199px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.538;
  text-align: center;
  color: #000;
  background-color: #7569c1;
  padding: 3px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .bt .section-plan .card {
    position: absolute;
    top: -107px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .bt .section-plan .card {
    font-size: 12px;
    line-height: 1.417;
    margin-bottom: 17px;
  }
}
.bt .section-plan .card .card-body {
  position: relative;
  padding: 14px 5px;
  background-color: #fff;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .card .card-body {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.bt .section-plan .card .card-body:before, .bt .section-plan .card .card-body:after {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  content: "";
  transform: rotate(0deg);
}
.bt .section-plan .card .card-body:before {
  border-width: 8px 6px 0 6px;
  border-color: #7569c1 transparent transparent;
}
.bt .section-plan .card .card-body:after {
  bottom: -6px;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent;
}
@media (min-width: 768px) {
  .bt .section-plan .card.card-1 {
    left: 18px;
  }
}
@media (min-width: 768px) {
  .bt .section-plan .card.card-2 {
    left: 15px;
  }
}
.bt .section-plan .btn-container {
  width: 100%;
  max-width: 458px;
  margin-top: 73px;
}
@media (max-width: 767.98px) {
  .bt .section-plan .btn-container {
    margin-top: 31px;
  }
}
/*# sourceMappingURL=style.min.css.map */
