@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bootstrap {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Scrollbar */
  /* Common Styles */
  /* Bullets */
  /* Progress */
}
.bootstrap :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans", "Noto Sans JP", "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-bg: #fff;
}
.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
  box-sizing: border-box;
}
.bootstrap 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);
}
.bootstrap hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.bootstrap hr:not([size]) {
  height: 1px;
}
.bootstrap h6, .bootstrap .h6, .bootstrap h5, .bootstrap .h5, .bootstrap h4, .bootstrap .h4, .bootstrap h3, .bootstrap .h3, .bootstrap h2, .bootstrap .h2, .bootstrap h1, .bootstrap .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap h1, .bootstrap .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .bootstrap h1, .bootstrap .h1 {
    font-size: 2.5rem;
  }
}
.bootstrap h2, .bootstrap .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .bootstrap h2, .bootstrap .h2 {
    font-size: 2rem;
  }
}
.bootstrap h3, .bootstrap .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .bootstrap h3, .bootstrap .h3 {
    font-size: 1.75rem;
  }
}
.bootstrap h4, .bootstrap .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .bootstrap h4, .bootstrap .h4 {
    font-size: 1.5rem;
  }
}
.bootstrap h5, .bootstrap .h5 {
  font-size: 1.25rem;
}
.bootstrap h6, .bootstrap .h6 {
  font-size: 1rem;
}
.bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap abbr[title],
.bootstrap abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap ol,
.bootstrap ul {
  padding-left: 2rem;
}
.bootstrap ol,
.bootstrap ul,
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap ol ol,
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol {
  margin-bottom: 0;
}
.bootstrap dt {
  font-weight: 700;
}
.bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap blockquote {
  margin: 0 0 1rem;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bolder;
}
.bootstrap small, .bootstrap .small {
  font-size: 0.875em;
}
.bootstrap mark, .bootstrap .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap sub,
.bootstrap sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap a {
  color: #0d6efd;
  text-decoration: underline;
}
.bootstrap a:hover {
  color: #0a58ca;
}
.bootstrap a:not([href]):not([class]), .bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap pre,
.bootstrap code,
.bootstrap kbd,
.bootstrap samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
.bootstrap pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > .bootstrap code {
  color: inherit;
}
.bootstrap kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.bootstrap figure {
  margin: 0 0 1rem;
}
.bootstrap img,
.bootstrap svg {
  vertical-align: middle;
}
.bootstrap table {
  caption-side: bottom;
  border-collapse: collapse;
}
.bootstrap caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bootstrap thead,
.bootstrap tbody,
.bootstrap tfoot,
.bootstrap tr,
.bootstrap td,
.bootstrap th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.bootstrap label {
  display: inline-block;
}
.bootstrap button {
  border-radius: 0;
}
.bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap optgroup,
.bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap [role=button] {
  cursor: pointer;
}
.bootstrap select {
  word-wrap: normal;
}
.bootstrap select:disabled {
  opacity: 1;
}
.bootstrap [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.bootstrap button,
.bootstrap [type=button],
.bootstrap [type=reset],
.bootstrap [type=submit] {
  -webkit-appearance: button;
}
.bootstrap button:not(:disabled),
.bootstrap [type=button]:not(:disabled),
.bootstrap [type=reset]:not(:disabled),
.bootstrap [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap textarea {
  resize: vertical;
}
.bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .bootstrap legend {
    font-size: 1.5rem;
  }
}
.bootstrap legend + * {
  clear: left;
}
.bootstrap ::-webkit-datetime-edit-fields-wrapper,
.bootstrap ::-webkit-datetime-edit-text,
.bootstrap ::-webkit-datetime-edit-minute,
.bootstrap ::-webkit-datetime-edit-hour-field,
.bootstrap ::-webkit-datetime-edit-day-field,
.bootstrap ::-webkit-datetime-edit-month-field,
.bootstrap ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.bootstrap ::-webkit-inner-spin-button {
  height: auto;
}
.bootstrap [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.bootstrap ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.bootstrap ::file-selector-button {
  font: inherit;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap output {
  display: inline-block;
}
.bootstrap iframe {
  border: 0;
}
.bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap progress {
  vertical-align: baseline;
}
.bootstrap [hidden] {
  display: none !important;
}
.bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-1 {
    font-size: 5rem;
  }
}
.bootstrap .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-2 {
    font-size: 4.5rem;
  }
}
.bootstrap .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-3 {
    font-size: 4rem;
  }
}
.bootstrap .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-4 {
    font-size: 3.5rem;
  }
}
.bootstrap .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-5 {
    font-size: 3rem;
  }
}
.bootstrap .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-6 {
    font-size: 2.5rem;
  }
}
.bootstrap .list-unstyled, .bootstrap .navigation {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline-item {
  display: inline-block;
}
.bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap .blockquote > :last-child {
  margin-bottom: 0;
}
.bootstrap .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .blockquote-footer::before {
  content: "— ";
}
.bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.bootstrap .figure {
  display: inline-block;
}
.bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-xxl,
.bootstrap .container-xl,
.bootstrap .container-lg,
.bootstrap .container-md,
.bootstrap .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .container-sm, .bootstrap .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bootstrap .container-xxl, .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 1320px;
  }
}
.bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.bootstrap .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);
}
.bootstrap .col {
  flex: 1 0 0%;
}
.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .g-0,
.bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.bootstrap .g-0,
.bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.bootstrap .g-1,
.bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bootstrap .g-1,
.bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bootstrap .g-2,
.bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bootstrap .g-2,
.bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bootstrap .g-3,
.bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.bootstrap .g-3,
.bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.bootstrap .g-4,
.bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bootstrap .g-4,
.bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bootstrap .g-5,
.bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.bootstrap .g-5,
.bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-sm-0,
.bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-sm-0,
.bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-sm-1,
.bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-sm-1,
.bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-sm-2,
.bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-sm-2,
.bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-sm-3,
.bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-sm-3,
.bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-sm-4,
.bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-sm-4,
.bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-sm-5,
.bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-sm-5,
.bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-md-0,
.bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-md-0,
.bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-md-1,
.bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-md-1,
.bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-md-2,
.bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-md-2,
.bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-md-3,
.bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-md-3,
.bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-md-4,
.bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-md-4,
.bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-md-5,
.bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-md-5,
.bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-lg-0,
.bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-lg-0,
.bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-lg-1,
.bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-lg-1,
.bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-lg-2,
.bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-lg-2,
.bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-lg-3,
.bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-lg-3,
.bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-lg-4,
.bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-lg-4,
.bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-lg-5,
.bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-lg-5,
.bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-xl {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-xl-0,
.bootstrap .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-xl-0,
.bootstrap .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-xl-1,
.bootstrap .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-xl-1,
.bootstrap .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-xl-2,
.bootstrap .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-xl-2,
.bootstrap .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-xl-3,
.bootstrap .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-xl-3,
.bootstrap .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-xl-4,
.bootstrap .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-xl-4,
.bootstrap .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-xl-5,
.bootstrap .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-xl-5,
.bootstrap .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bootstrap .col-xxl {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-xxl-0,
.bootstrap .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-xxl-0,
.bootstrap .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-xxl-1,
.bootstrap .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-xxl-1,
.bootstrap .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-xxl-2,
.bootstrap .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-xxl-2,
.bootstrap .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-xxl-3,
.bootstrap .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-xxl-3,
.bootstrap .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-xxl-4,
.bootstrap .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-xxl-4,
.bootstrap .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-xxl-5,
.bootstrap .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-xxl-5,
.bootstrap .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bootstrap .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.bootstrap .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.bootstrap .table > tbody {
  vertical-align: inherit;
}
.bootstrap .table > thead {
  vertical-align: bottom;
}
.bootstrap .table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.bootstrap .caption-top {
  caption-side: top;
}
.bootstrap .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.bootstrap .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.bootstrap .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.bootstrap .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.bootstrap .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.bootstrap .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.bootstrap .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.bootstrap .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.bootstrap .table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.bootstrap .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.bootstrap .table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.bootstrap .table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.bootstrap .table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.bootstrap .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.bootstrap .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.bootstrap .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.bootstrap .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .bootstrap .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bootstrap .form-label {
  margin-bottom: 0.5rem;
}
.bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control {
    transition: none;
  }
}
.bootstrap .form-control[type=file] {
  overflow: hidden;
}
.bootstrap .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bootstrap .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.bootstrap .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:disabled, .bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control::file-selector-button {
    transition: none;
  }
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap .form-control-plaintext.form-control-sm, .bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.bootstrap .form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.bootstrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bootstrap .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.bootstrap .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.bootstrap .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-select {
    transition: none;
  }
}
.bootstrap .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-select[multiple], .bootstrap .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap .form-select:disabled {
  background-color: #e9ecef;
}
.bootstrap .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.bootstrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.bootstrap .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.bootstrap .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.bootstrap .form-check-input[type=radio] {
  border-radius: 50%;
}
.bootstrap .form-check-input:active {
  filter: brightness(90%);
}
.bootstrap .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.bootstrap .form-check-input[disabled] ~ .form-check-label, .bootstrap .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.bootstrap .form-switch {
  padding-left: 2.5em;
}
.bootstrap .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-switch .form-check-input {
    transition: none;
  }
}
.bootstrap .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.bootstrap .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .btn-check[disabled] + .btn, .bootstrap .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap .form-range:focus {
  outline: 0;
}
.bootstrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-range::-moz-focus-outer {
  border: 0;
}
.bootstrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrap .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.bootstrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.bootstrap .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.bootstrap .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .form-range:disabled {
  pointer-events: none;
}
.bootstrap .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap .form-floating {
  position: relative;
}
.bootstrap .form-floating > .form-control,
.bootstrap .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.bootstrap .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-floating > label {
    transition: none;
  }
}
.bootstrap .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.bootstrap .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control::placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:focus, .bootstrap .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:focus ~ label,
.bootstrap .form-floating > .form-control:not(:placeholder-shown) ~ label,
.bootstrap .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap .input-group > .form-control,
.bootstrap .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.bootstrap .input-group > .form-control:focus,
.bootstrap .input-group > .form-select:focus {
  z-index: 3;
}
.bootstrap .input-group .btn {
  position: relative;
  z-index: 2;
}
.bootstrap .input-group .btn:focus {
  z-index: 3;
}
.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .form-select,
.bootstrap .input-group-lg > .input-group-text,
.bootstrap .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .form-select,
.bootstrap .input-group-sm > .input-group-text,
.bootstrap .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .input-group-lg > .form-select,
.bootstrap .input-group-sm > .form-select {
  padding-right: 3rem;
}
.bootstrap .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.bootstrap .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.bootstrap .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated .bootstrap:valid ~ .valid-feedback,
.was-validated .bootstrap:valid ~ .valid-tooltip, .bootstrap.is-valid ~ .valid-feedback,
.bootstrap.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:valid, .bootstrap .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:valid:focus, .bootstrap .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .bootstrap textarea.form-control:valid, .bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .form-select:valid, .bootstrap .form-select.is-valid {
  border-color: #198754;
}
.was-validated .bootstrap .form-select:valid:not([multiple]):not([size]), .was-validated .bootstrap .form-select:valid:not([multiple])[size="1"], .bootstrap .form-select.is-valid:not([multiple]):not([size]), .bootstrap .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-select:valid:focus, .bootstrap .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .bootstrap .form-check-input:valid, .bootstrap .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .bootstrap .form-check-input:valid:checked, .bootstrap .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .bootstrap .form-check-input:valid:focus, .bootstrap .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .bootstrap .form-check-input:valid ~ .form-check-label, .bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .bootstrap .input-group .form-control:valid, .bootstrap .input-group .form-control.is-valid,
.was-validated .bootstrap .input-group .form-select:valid,
.bootstrap .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .bootstrap .input-group .form-control:valid:focus, .bootstrap .input-group .form-control.is-valid:focus,
.was-validated .bootstrap .input-group .form-select:valid:focus,
.bootstrap .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .bootstrap:invalid ~ .invalid-feedback,
.was-validated .bootstrap:invalid ~ .invalid-tooltip, .bootstrap.is-invalid ~ .invalid-feedback,
.bootstrap.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:invalid, .bootstrap .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:invalid:focus, .bootstrap .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap textarea.form-control:invalid, .bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .form-select:invalid, .bootstrap .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .bootstrap .form-select:invalid:not([multiple]):not([size]), .was-validated .bootstrap .form-select:invalid:not([multiple])[size="1"], .bootstrap .form-select.is-invalid:not([multiple]):not([size]), .bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-select:invalid:focus, .bootstrap .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .form-check-input:invalid, .bootstrap .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .bootstrap .form-check-input:invalid:checked, .bootstrap .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .bootstrap .form-check-input:invalid:focus, .bootstrap .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label, .bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .bootstrap .input-group .form-control:invalid, .bootstrap .input-group .form-control.is-invalid,
.was-validated .bootstrap .input-group .form-select:invalid,
.bootstrap .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .bootstrap .input-group .form-control:invalid:focus, .bootstrap .input-group .form-control.is-invalid:focus,
.was-validated .bootstrap .input-group .form-select:invalid:focus,
.bootstrap .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .btn {
    transition: none;
  }
}
.bootstrap .btn:hover {
  color: #212529;
}
.btn-check:focus + .bootstrap .btn, .bootstrap .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .btn:disabled, .bootstrap .btn.disabled, fieldset:disabled .bootstrap .btn {
  pointer-events: none;
  opacity: 0.65;
}
.bootstrap .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .bootstrap .btn-primary, .bootstrap .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .bootstrap .btn-primary, .btn-check:active + .bootstrap .btn-primary, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active, .show > .bootstrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .bootstrap .btn-primary:focus, .btn-check:active + .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active:focus, .bootstrap .btn-primary.active:focus, .show > .bootstrap .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.bootstrap .btn-primary:disabled, .bootstrap .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .bootstrap .btn-secondary, .bootstrap .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .bootstrap .btn-secondary, .btn-check:active + .bootstrap .btn-secondary, .bootstrap .btn-secondary:active, .bootstrap .btn-secondary.active, .show > .bootstrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .bootstrap .btn-secondary:focus, .btn-check:active + .bootstrap .btn-secondary:focus, .bootstrap .btn-secondary:active:focus, .bootstrap .btn-secondary.active:focus, .show > .bootstrap .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.bootstrap .btn-secondary:disabled, .bootstrap .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .bootstrap .btn-success, .bootstrap .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .bootstrap .btn-success, .btn-check:active + .bootstrap .btn-success, .bootstrap .btn-success:active, .bootstrap .btn-success.active, .show > .bootstrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .bootstrap .btn-success:focus, .btn-check:active + .bootstrap .btn-success:focus, .bootstrap .btn-success:active:focus, .bootstrap .btn-success.active:focus, .show > .bootstrap .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.bootstrap .btn-success:disabled, .bootstrap .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bootstrap .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .bootstrap .btn-info, .bootstrap .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .bootstrap .btn-info, .btn-check:active + .bootstrap .btn-info, .bootstrap .btn-info:active, .bootstrap .btn-info.active, .show > .bootstrap .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .bootstrap .btn-info:focus, .btn-check:active + .bootstrap .btn-info:focus, .bootstrap .btn-info:active:focus, .bootstrap .btn-info.active:focus, .show > .bootstrap .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.bootstrap .btn-info:disabled, .bootstrap .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .bootstrap .btn-warning, .bootstrap .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .bootstrap .btn-warning, .btn-check:active + .bootstrap .btn-warning, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active, .show > .bootstrap .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .bootstrap .btn-warning:focus, .btn-check:active + .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active:focus, .bootstrap .btn-warning.active:focus, .show > .bootstrap .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.bootstrap .btn-warning:disabled, .bootstrap .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .bootstrap .btn-danger, .bootstrap .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .bootstrap .btn-danger, .btn-check:active + .bootstrap .btn-danger, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active, .show > .bootstrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .bootstrap .btn-danger:focus, .btn-check:active + .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active:focus, .bootstrap .btn-danger.active:focus, .show > .bootstrap .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-danger:disabled, .bootstrap .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .bootstrap .btn-light, .bootstrap .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .bootstrap .btn-light, .btn-check:active + .bootstrap .btn-light, .bootstrap .btn-light:active, .bootstrap .btn-light.active, .show > .bootstrap .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .bootstrap .btn-light:focus, .btn-check:active + .bootstrap .btn-light:focus, .bootstrap .btn-light:active:focus, .bootstrap .btn-light.active:focus, .show > .bootstrap .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.bootstrap .btn-light:disabled, .bootstrap .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .bootstrap .btn-dark, .bootstrap .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .bootstrap .btn-dark, .btn-check:active + .bootstrap .btn-dark, .bootstrap .btn-dark:active, .bootstrap .btn-dark.active, .show > .bootstrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .bootstrap .btn-dark:focus, .btn-check:active + .bootstrap .btn-dark:focus, .bootstrap .btn-dark:active:focus, .bootstrap .btn-dark.active:focus, .show > .bootstrap .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.bootstrap .btn-dark:disabled, .bootstrap .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .bootstrap .btn-outline-primary, .bootstrap .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-primary, .btn-check:active + .bootstrap .btn-outline-primary, .bootstrap .btn-outline-primary:active, .bootstrap .btn-outline-primary.active, .bootstrap .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .bootstrap .btn-outline-primary:focus, .btn-check:active + .bootstrap .btn-outline-primary:focus, .bootstrap .btn-outline-primary:active:focus, .bootstrap .btn-outline-primary.active:focus, .bootstrap .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.bootstrap .btn-outline-primary:disabled, .bootstrap .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.bootstrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .bootstrap .btn-outline-secondary, .bootstrap .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-secondary, .btn-check:active + .bootstrap .btn-outline-secondary, .bootstrap .btn-outline-secondary:active, .bootstrap .btn-outline-secondary.active, .bootstrap .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .bootstrap .btn-outline-secondary:focus, .btn-check:active + .bootstrap .btn-outline-secondary:focus, .bootstrap .btn-outline-secondary:active:focus, .bootstrap .btn-outline-secondary.active:focus, .bootstrap .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.bootstrap .btn-outline-secondary:disabled, .bootstrap .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .bootstrap .btn-outline-success, .bootstrap .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-success, .btn-check:active + .bootstrap .btn-outline-success, .bootstrap .btn-outline-success:active, .bootstrap .btn-outline-success.active, .bootstrap .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .bootstrap .btn-outline-success:focus, .btn-check:active + .bootstrap .btn-outline-success:focus, .bootstrap .btn-outline-success:active:focus, .bootstrap .btn-outline-success.active:focus, .bootstrap .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.bootstrap .btn-outline-success:disabled, .bootstrap .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.bootstrap .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .bootstrap .btn-outline-info, .bootstrap .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-info, .btn-check:active + .bootstrap .btn-outline-info, .bootstrap .btn-outline-info:active, .bootstrap .btn-outline-info.active, .bootstrap .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .bootstrap .btn-outline-info:focus, .btn-check:active + .bootstrap .btn-outline-info:focus, .bootstrap .btn-outline-info:active:focus, .bootstrap .btn-outline-info.active:focus, .bootstrap .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.bootstrap .btn-outline-info:disabled, .bootstrap .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.bootstrap .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .bootstrap .btn-outline-warning, .bootstrap .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-warning, .btn-check:active + .bootstrap .btn-outline-warning, .bootstrap .btn-outline-warning:active, .bootstrap .btn-outline-warning.active, .bootstrap .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .bootstrap .btn-outline-warning:focus, .btn-check:active + .bootstrap .btn-outline-warning:focus, .bootstrap .btn-outline-warning:active:focus, .bootstrap .btn-outline-warning.active:focus, .bootstrap .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-warning:disabled, .bootstrap .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .bootstrap .btn-outline-danger, .bootstrap .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-danger, .btn-check:active + .bootstrap .btn-outline-danger, .bootstrap .btn-outline-danger:active, .bootstrap .btn-outline-danger.active, .bootstrap .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .bootstrap .btn-outline-danger:focus, .btn-check:active + .bootstrap .btn-outline-danger:focus, .bootstrap .btn-outline-danger:active:focus, .bootstrap .btn-outline-danger.active:focus, .bootstrap .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-danger:disabled, .bootstrap .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .bootstrap .btn-outline-light, .bootstrap .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-light, .btn-check:active + .bootstrap .btn-outline-light, .bootstrap .btn-outline-light:active, .bootstrap .btn-outline-light.active, .bootstrap .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .bootstrap .btn-outline-light:focus, .btn-check:active + .bootstrap .btn-outline-light:focus, .bootstrap .btn-outline-light:active:focus, .bootstrap .btn-outline-light.active:focus, .bootstrap .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-light:disabled, .bootstrap .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .bootstrap .btn-outline-dark, .bootstrap .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-dark, .btn-check:active + .bootstrap .btn-outline-dark, .bootstrap .btn-outline-dark:active, .bootstrap .btn-outline-dark.active, .bootstrap .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .bootstrap .btn-outline-dark:focus, .btn-check:active + .bootstrap .btn-outline-dark:focus, .bootstrap .btn-outline-dark:active:focus, .bootstrap .btn-outline-dark.active:focus, .bootstrap .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.bootstrap .btn-outline-dark:disabled, .bootstrap .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.bootstrap .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.bootstrap .btn-link:hover {
  color: #0a58ca;
}
.bootstrap .btn-link:disabled, .bootstrap .btn-link.disabled {
  color: #6c757d;
}
.bootstrap .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .fade {
    transition: none;
  }
}
.bootstrap .fade:not(.show) {
  opacity: 0;
}
.bootstrap .collapse:not(.show) {
  display: none;
}
.bootstrap .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing {
    transition: none;
  }
}
.bootstrap .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing.collapse-horizontal {
    transition: none;
  }
}
.bootstrap .dropup,
.bootstrap .dropend,
.bootstrap .dropdown,
.bootstrap .dropstart {
  position: relative;
}
.bootstrap .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.bootstrap .dropdown-menu-start {
  --bs-position: start;
}
.bootstrap .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.bootstrap .dropdown-menu-end {
  --bs-position: end;
}
.bootstrap .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap .dropdown-menu-md-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-md-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bootstrap .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.bootstrap .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap .dropstart .dropdown-toggle::after {
  display: none;
}
.bootstrap .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .dropdown-item:hover, .bootstrap .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap .dropdown-menu.show {
  display: block;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.bootstrap .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.bootstrap .dropdown-menu-dark .dropdown-item:hover, .bootstrap .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item.active, .bootstrap .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.bootstrap .dropdown-menu-dark .dropdown-item.disabled, .bootstrap .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.bootstrap .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.bootstrap .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .nav-link {
    transition: none;
  }
}
.bootstrap .nav-link:hover, .bootstrap .nav-link:focus {
  color: #0a58ca;
}
.bootstrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .nav-tabs .nav-link:hover, .bootstrap .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .nav-tabs .nav-link.active,
.bootstrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.bootstrap .nav-pills .nav-link.active,
.bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.bootstrap .nav-fill > .nav-link,
.bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap .nav-justified > .nav-link,
.bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap .nav-fill .nav-item .nav-link,
.bootstrap .nav-justified .nav-item .nav-link {
  width: 100%;
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar > .container,
.bootstrap .navbar > .container-fluid,
.bootstrap .navbar > .container-sm,
.bootstrap .navbar > .container-md,
.bootstrap .navbar > .container-lg,
.bootstrap .navbar > .container-xl,
.bootstrap .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.bootstrap .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-nav .dropdown-menu {
  position: static;
}
.bootstrap .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .navbar-toggler {
    transition: none;
  }
}
.bootstrap .navbar-toggler:hover {
  text-decoration: none;
}
.bootstrap .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bootstrap .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .bootstrap .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-sm .offcanvas-top,
.bootstrap .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-md .offcanvas-top,
.bootstrap .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .bootstrap .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-lg .offcanvas-top,
.bootstrap .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .bootstrap .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-xl .offcanvas-top,
.bootstrap .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .bootstrap .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-xxl .offcanvas-top,
.bootstrap .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.bootstrap .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap .navbar-expand .offcanvas-header {
  display: none;
}
.bootstrap .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.bootstrap .navbar-expand .offcanvas-top,
.bootstrap .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.bootstrap .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-brand:hover, .bootstrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.bootstrap .navbar-light .navbar-nav .nav-link:hover, .bootstrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap .navbar-light .navbar-nav .show > .nav-link,
.bootstrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.bootstrap .navbar-light .navbar-text a,
.bootstrap .navbar-light .navbar-text a:hover,
.bootstrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-brand:hover, .bootstrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap .navbar-dark .navbar-nav .nav-link:hover, .bootstrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap .navbar-dark .navbar-text a,
.bootstrap .navbar-dark .navbar-text a:hover,
.bootstrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .card-header + .list-group,
.bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.bootstrap .card-title {
  margin-bottom: 0.5rem;
}
.bootstrap .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-link + .card-link {
  margin-left: 1rem;
}
.bootstrap .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bootstrap .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bootstrap .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.bootstrap .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img,
.bootstrap .card-img-top,
.bootstrap .card-img-bottom {
  width: 100%;
}
.bootstrap .card-img,
.bootstrap .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img,
.bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-top,
.bootstrap .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-top,
.bootstrap .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .accordion-button {
    transition: none;
  }
}
.bootstrap .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.bootstrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.bootstrap .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .accordion-button::after {
    transition: none;
  }
}
.bootstrap .accordion-button:hover {
  z-index: 2;
}
.bootstrap .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .accordion-header {
  margin-bottom: 0;
}
.bootstrap .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.bootstrap .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .accordion-body {
  padding: 1rem 1.25rem;
}
.bootstrap .accordion-flush .accordion-collapse {
  border-width: 0;
}
.bootstrap .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bootstrap .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.bootstrap .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.bootstrap .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.bootstrap .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.bootstrap .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.bootstrap .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap .list-group-item-action:hover, .bootstrap .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .list-group-item + .bootstrap .list-group-item {
  border-top-width: 0;
}
.bootstrap .list-group-item + .bootstrap .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap .list-group-horizontal {
  flex-direction: row;
}
.bootstrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .bootstrap .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap .list-group-flush {
  border-radius: 0;
}
.bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.bootstrap .list-group-item-primary.list-group-item-action:hover, .bootstrap .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.bootstrap .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.bootstrap .list-group-item-secondary.list-group-item-action:hover, .bootstrap .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.bootstrap .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.bootstrap .list-group-item-success.list-group-item-action:hover, .bootstrap .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.bootstrap .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.bootstrap .list-group-item-info.list-group-item-action:hover, .bootstrap .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.bootstrap .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.bootstrap .list-group-item-warning.list-group-item-action:hover, .bootstrap .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.bootstrap .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.bootstrap .list-group-item-danger.list-group-item-action:hover, .bootstrap .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.bootstrap .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.bootstrap .list-group-item-light.list-group-item-action:hover, .bootstrap .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.bootstrap .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.bootstrap .list-group-item-dark.list-group-item-action:hover, .bootstrap .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.bootstrap .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.bootstrap .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.bootstrap .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.bootstrap .btn-close:disabled, .bootstrap .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.bootstrap .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.bootstrap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap .modal-dialog {
    transition: none;
  }
}
.modal.show .bootstrap .modal-dialog {
  transform: none;
}
.modal.modal-static .bootstrap .modal-dialog {
  transform: scale(1.02);
}
.bootstrap .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg,
.bootstrap .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bootstrap .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bootstrap .modal-fullscreen .modal-header {
  border-radius: 0;
}
.bootstrap .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .bootstrap .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .bootstrap .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .link-primary {
  color: #0d6efd;
}
.bootstrap .link-primary:hover, .bootstrap .link-primary:focus {
  color: #0a58ca;
}
.bootstrap .link-secondary {
  color: #6c757d;
}
.bootstrap .link-secondary:hover, .bootstrap .link-secondary:focus {
  color: #565e64;
}
.bootstrap .link-success {
  color: #198754;
}
.bootstrap .link-success:hover, .bootstrap .link-success:focus {
  color: #146c43;
}
.bootstrap .link-info {
  color: #0dcaf0;
}
.bootstrap .link-info:hover, .bootstrap .link-info:focus {
  color: #3dd5f3;
}
.bootstrap .link-warning {
  color: #ffc107;
}
.bootstrap .link-warning:hover, .bootstrap .link-warning:focus {
  color: #ffcd39;
}
.bootstrap .link-danger {
  color: #dc3545;
}
.bootstrap .link-danger:hover, .bootstrap .link-danger:focus {
  color: #b02a37;
}
.bootstrap .link-light {
  color: #f8f9fa;
}
.bootstrap .link-light:hover, .bootstrap .link-light:focus {
  color: #f9fafb;
}
.bootstrap .link-dark {
  color: #212529;
}
.bootstrap .link-dark:hover, .bootstrap .link-dark:focus {
  color: #1a1e21;
}
.bootstrap .ratio {
  position: relative;
  width: 100%;
}
.bootstrap .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.bootstrap .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.bootstrap .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.bootstrap .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.bootstrap .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .bootstrap .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .bootstrap .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .bootstrap .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .bootstrap .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .bootstrap .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.bootstrap .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.bootstrap .visually-hidden,
.bootstrap .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}
.bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap .align-top {
  vertical-align: top !important;
}
.bootstrap .align-middle {
  vertical-align: middle !important;
}
.bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap .float-start {
  float: left !important;
}
.bootstrap .float-end {
  float: right !important;
}
.bootstrap .float-none {
  float: none !important;
}
.bootstrap .opacity-0 {
  opacity: 0 !important;
}
.bootstrap .opacity-25 {
  opacity: 0.25 !important;
}
.bootstrap .opacity-50 {
  opacity: 0.5 !important;
}
.bootstrap .opacity-75 {
  opacity: 0.75 !important;
}
.bootstrap .opacity-100 {
  opacity: 1 !important;
}
.bootstrap .overflow-auto {
  overflow: auto !important;
}
.bootstrap .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap .overflow-visible {
  overflow: visible !important;
}
.bootstrap .overflow-scroll {
  overflow: scroll !important;
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-grid {
  display: grid !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap .shadow-none {
  box-shadow: none !important;
}
.bootstrap .position-static {
  position: static !important;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .position-absolute {
  position: absolute !important;
}
.bootstrap .position-fixed {
  position: fixed !important;
}
.bootstrap .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bootstrap .top-0 {
  top: 0 !important;
}
.bootstrap .top-50 {
  top: 50% !important;
}
.bootstrap .top-100 {
  top: 100% !important;
}
.bootstrap .bottom-0 {
  bottom: 0 !important;
}
.bootstrap .bottom-50 {
  bottom: 50% !important;
}
.bootstrap .bottom-100 {
  bottom: 100% !important;
}
.bootstrap .start-0 {
  left: 0 !important;
}
.bootstrap .start-50 {
  left: 50% !important;
}
.bootstrap .start-100 {
  left: 100% !important;
}
.bootstrap .end-0 {
  right: 0 !important;
}
.bootstrap .end-50 {
  right: 50% !important;
}
.bootstrap .end-100 {
  right: 100% !important;
}
.bootstrap .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.bootstrap .translate-middle-x {
  transform: translateX(-50%) !important;
}
.bootstrap .translate-middle-y {
  transform: translateY(-50%) !important;
}
.bootstrap .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap .border-0 {
  border: 0 !important;
}
.bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap .border-top-0 {
  border-top: 0 !important;
}
.bootstrap .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap .border-end-0 {
  border-right: 0 !important;
}
.bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap .border-start-0 {
  border-left: 0 !important;
}
.bootstrap .border-primary {
  border-color: #0d6efd !important;
}
.bootstrap .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap .border-success {
  border-color: #198754 !important;
}
.bootstrap .border-info {
  border-color: #0dcaf0 !important;
}
.bootstrap .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap .border-danger {
  border-color: #dc3545 !important;
}
.bootstrap .border-light {
  border-color: #f8f9fa !important;
}
.bootstrap .border-dark {
  border-color: #212529 !important;
}
.bootstrap .border-white {
  border-color: #fff !important;
}
.bootstrap .border-1 {
  border-width: 1px !important;
}
.bootstrap .border-2 {
  border-width: 2px !important;
}
.bootstrap .border-3 {
  border-width: 3px !important;
}
.bootstrap .border-4 {
  border-width: 4px !important;
}
.bootstrap .border-5 {
  border-width: 5px !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .vw-100 {
  width: 100vw !important;
}
.bootstrap .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
.bootstrap .vh-100 {
  height: 100vh !important;
}
.bootstrap .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .gap-0 {
  gap: 0 !important;
}
.bootstrap .gap-1 {
  gap: 0.25rem !important;
}
.bootstrap .gap-2 {
  gap: 0.5rem !important;
}
.bootstrap .gap-3 {
  gap: 1rem !important;
}
.bootstrap .gap-4 {
  gap: 1.5rem !important;
}
.bootstrap .gap-5 {
  gap: 3rem !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
.bootstrap .order-first {
  order: -1 !important;
}
.bootstrap .order-0 {
  order: 0 !important;
}
.bootstrap .order-1 {
  order: 1 !important;
}
.bootstrap .order-2 {
  order: 2 !important;
}
.bootstrap .order-3 {
  order: 3 !important;
}
.bootstrap .order-4 {
  order: 4 !important;
}
.bootstrap .order-5 {
  order: 5 !important;
}
.bootstrap .order-last {
  order: 6 !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bootstrap .mt-0 {
  margin-top: 0 !important;
}
.bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.bootstrap .mt-auto {
  margin-top: auto !important;
}
.bootstrap .me-0 {
  margin-right: 0 !important;
}
.bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .me-3 {
  margin-right: 1rem !important;
}
.bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .me-5 {
  margin-right: 3rem !important;
}
.bootstrap .me-auto {
  margin-right: auto !important;
}
.bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.bootstrap .ms-0 {
  margin-left: 0 !important;
}
.bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.bootstrap .ms-auto {
  margin-left: auto !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bootstrap .pt-0 {
  padding-top: 0 !important;
}
.bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.bootstrap .pe-0 {
  padding-right: 0 !important;
}
.bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .ps-0 {
  padding-left: 0 !important;
}
.bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.bootstrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.bootstrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.bootstrap .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.bootstrap .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.bootstrap .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.bootstrap .fs-5 {
  font-size: 1.25rem !important;
}
.bootstrap .fs-6 {
  font-size: 1rem !important;
}
.bootstrap .fst-italic {
  font-style: italic !important;
}
.bootstrap .fst-normal {
  font-style: normal !important;
}
.bootstrap .fw-light {
  font-weight: 300 !important;
}
.bootstrap .fw-lighter {
  font-weight: lighter !important;
}
.bootstrap .fw-normal {
  font-weight: 400 !important;
}
.bootstrap .fw-bold {
  font-weight: 700 !important;
}
.bootstrap .fw-bolder {
  font-weight: bolder !important;
}
.bootstrap .lh-1 {
  line-height: 1 !important;
}
.bootstrap .lh-sm {
  line-height: 1.25 !important;
}
.bootstrap .lh-base {
  line-height: 1.5 !important;
}
.bootstrap .lh-lg {
  line-height: 2 !important;
}
.bootstrap .text-start {
  text-align: left !important;
}
.bootstrap .text-end {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
.bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap .text-decoration-underline {
  text-decoration: underline !important;
}
.bootstrap .text-decoration-line-through {
  text-decoration: line-through !important;
}
.bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap .text-wrap {
  white-space: normal !important;
}
.bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.bootstrap .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.bootstrap .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.bootstrap .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.bootstrap .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.bootstrap .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.bootstrap .text-opacity-100 {
  --bs-text-opacity: 1;
}
.bootstrap .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bootstrap .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bootstrap .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bootstrap .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bootstrap .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bootstrap .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bootstrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bootstrap .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.bootstrap .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.bootstrap .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.bootstrap .pe-none {
  pointer-events: none !important;
}
.bootstrap .pe-auto {
  pointer-events: auto !important;
}
.bootstrap .rounded {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap .rounded-1 {
  border-radius: 0.2rem !important;
}
.bootstrap .rounded-2 {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-3 {
  border-radius: 0.3rem !important;
}
.bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bootstrap .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bootstrap .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.bootstrap .visible {
  visibility: visible !important;
}
.bootstrap .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .bootstrap .float-sm-start {
    float: left !important;
  }
  .bootstrap .float-sm-end {
    float: right !important;
  }
  .bootstrap .float-sm-none {
    float: none !important;
  }
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-grid {
    display: grid !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-sm-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-sm-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-sm-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .float-md-start {
    float: left !important;
  }
  .bootstrap .float-md-end {
    float: right !important;
  }
  .bootstrap .float-md-none {
    float: none !important;
  }
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-grid {
    display: grid !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-md-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-md-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-md-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-md-first {
    order: -1 !important;
  }
  .bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bootstrap .order-md-last {
    order: 6 !important;
  }
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-md-start {
    text-align: left !important;
  }
  .bootstrap .text-md-end {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .float-lg-start {
    float: left !important;
  }
  .bootstrap .float-lg-end {
    float: right !important;
  }
  .bootstrap .float-lg-none {
    float: none !important;
  }
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-grid {
    display: grid !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-lg-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-lg-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-lg-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .float-xl-start {
    float: left !important;
  }
  .bootstrap .float-xl-end {
    float: right !important;
  }
  .bootstrap .float-xl-none {
    float: none !important;
  }
  .bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xl-block {
    display: block !important;
  }
  .bootstrap .d-xl-grid {
    display: grid !important;
  }
  .bootstrap .d-xl-table {
    display: table !important;
  }
  .bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-xl-none {
    display: none !important;
  }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-xl-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-xl-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-xl-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-xl-first {
    order: -1 !important;
  }
  .bootstrap .order-xl-0 {
    order: 0 !important;
  }
  .bootstrap .order-xl-1 {
    order: 1 !important;
  }
  .bootstrap .order-xl-2 {
    order: 2 !important;
  }
  .bootstrap .order-xl-3 {
    order: 3 !important;
  }
  .bootstrap .order-xl-4 {
    order: 4 !important;
  }
  .bootstrap .order-xl-5 {
    order: 5 !important;
  }
  .bootstrap .order-xl-last {
    order: 6 !important;
  }
  .bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-xl-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-xl-start {
    text-align: left !important;
  }
  .bootstrap .text-xl-end {
    text-align: right !important;
  }
  .bootstrap .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bootstrap .float-xxl-start {
    float: left !important;
  }
  .bootstrap .float-xxl-end {
    float: right !important;
  }
  .bootstrap .float-xxl-none {
    float: none !important;
  }
  .bootstrap .d-xxl-inline {
    display: inline !important;
  }
  .bootstrap .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xxl-block {
    display: block !important;
  }
  .bootstrap .d-xxl-grid {
    display: grid !important;
  }
  .bootstrap .d-xxl-table {
    display: table !important;
  }
  .bootstrap .d-xxl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xxl-flex {
    display: flex !important;
  }
  .bootstrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-xxl-none {
    display: none !important;
  }
  .bootstrap .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xxl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xxl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-xxl-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xxl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xxl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xxl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-xxl-first {
    order: -1 !important;
  }
  .bootstrap .order-xxl-0 {
    order: 0 !important;
  }
  .bootstrap .order-xxl-1 {
    order: 1 !important;
  }
  .bootstrap .order-xxl-2 {
    order: 2 !important;
  }
  .bootstrap .order-xxl-3 {
    order: 3 !important;
  }
  .bootstrap .order-xxl-4 {
    order: 4 !important;
  }
  .bootstrap .order-xxl-5 {
    order: 5 !important;
  }
  .bootstrap .order-xxl-last {
    order: 6 !important;
  }
  .bootstrap .m-xxl-0 {
    margin: 0 !important;
  }
  .bootstrap .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-xxl-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-xxl-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-xxl-auto {
    margin: auto !important;
  }
  .bootstrap .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-xxl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-xxl-0 {
    padding: 0 !important;
  }
  .bootstrap .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-xxl-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-xxl-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-xxl-start {
    text-align: left !important;
  }
  .bootstrap .text-xxl-end {
    text-align: right !important;
  }
  .bootstrap .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .fs-1 {
    font-size: 2.5rem !important;
  }
  .bootstrap .fs-2 {
    font-size: 2rem !important;
  }
  .bootstrap .fs-3 {
    font-size: 1.75rem !important;
  }
  .bootstrap .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bootstrap .d-print-inline {
    display: inline !important;
  }
  .bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-print-block {
    display: block !important;
  }
  .bootstrap .d-print-grid {
    display: grid !important;
  }
  .bootstrap .d-print-table {
    display: table !important;
  }
  .bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-print-flex {
    display: flex !important;
  }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-print-none {
    display: none !important;
  }
}
@font-face {
  .bootstrap {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
  }
}
.bootstrap :root {
  --swiper-theme-color: #007aff;
}
.bootstrap .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.bootstrap .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.bootstrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.bootstrap .swiper-container-android .swiper-slide,
.bootstrap .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.bootstrap .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.bootstrap .swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.bootstrap .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.bootstrap .swiper-container-pointer-events {
  touch-action: pan-y;
}
.bootstrap .swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.bootstrap .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.bootstrap .swiper-slide-invisible-blank {
  visibility: hidden;
}
.bootstrap .swiper-container-autoheight,
.bootstrap .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.bootstrap .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.bootstrap .swiper-container-3d {
  perspective: 1200px;
}
.bootstrap .swiper-container-3d .swiper-wrapper,
.bootstrap .swiper-container-3d .swiper-slide,
.bootstrap .swiper-container-3d .swiper-slide-shadow-left,
.bootstrap .swiper-container-3d .swiper-slide-shadow-right,
.bootstrap .swiper-container-3d .swiper-slide-shadow-top,
.bootstrap .swiper-container-3d .swiper-slide-shadow-bottom,
.bootstrap .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.bootstrap .swiper-container-3d .swiper-slide-shadow-left,
.bootstrap .swiper-container-3d .swiper-slide-shadow-right,
.bootstrap .swiper-container-3d .swiper-slide-shadow-top,
.bootstrap .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.bootstrap .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.bootstrap .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.bootstrap .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.bootstrap .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.bootstrap .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.bootstrap .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .bootstrap .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .bootstrap .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.bootstrap .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.bootstrap .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.bootstrap .swiper-scrollbar-lock {
  display: none;
}
.bootstrap :root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.bootstrap .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.bootstrap .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.bootstrap .swiper-pagination-fraction,
.bootstrap .swiper-pagination-custom,
.bootstrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.bootstrap .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.bootstrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.bootstrap .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .bootstrap .swiper-pagination-bullet {
  cursor: pointer;
}
.bootstrap .swiper-pagination-bullet:only-child {
  display: none !important;
}
.bootstrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.bootstrap .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.bootstrap .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.bootstrap .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.bootstrap .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.bootstrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.bootstrap .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.bootstrap .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.bootstrap .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.bootstrap .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.bootstrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .bootstrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .bootstrap .swiper-pagination-progressbar, .swiper-container-vertical > .bootstrap .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .bootstrap .swiper-pagination-progressbar, .swiper-container-horizontal > .bootstrap .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.bootstrap .swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}
.bootstrap .swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}
.bootstrap .swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}
.bootstrap .swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}
.bootstrap .swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}
.bootstrap .swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}
.bootstrap .swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}
.bootstrap .swiper-pagination-green {
  --swiper-pagination-color: #198754;
}
.bootstrap .swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}
.bootstrap .swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}
.bootstrap .swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.bootstrap .swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}
.bootstrap .swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}
.bootstrap .swiper-pagination-lock {
  display: none;
}
.bootstrap :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.bootstrap .swiper-button-prev,
.bootstrap .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.bootstrap .swiper-button-prev.swiper-button-disabled,
.bootstrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.bootstrap .swiper-button-prev:after,
.bootstrap .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.bootstrap .swiper-button-prev,
.bootstrap .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.bootstrap .swiper-button-prev:after,
.bootstrap .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.bootstrap .swiper-button-next,
.bootstrap .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.bootstrap .swiper-button-next:after,
.bootstrap .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.bootstrap .swiper-button-prev.swiper-button-blue,
.bootstrap .swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}
.bootstrap .swiper-button-prev.swiper-button-indigo,
.bootstrap .swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}
.bootstrap .swiper-button-prev.swiper-button-purple,
.bootstrap .swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}
.bootstrap .swiper-button-prev.swiper-button-pink,
.bootstrap .swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}
.bootstrap .swiper-button-prev.swiper-button-red,
.bootstrap .swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}
.bootstrap .swiper-button-prev.swiper-button-orange,
.bootstrap .swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}
.bootstrap .swiper-button-prev.swiper-button-yellow,
.bootstrap .swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}
.bootstrap .swiper-button-prev.swiper-button-green,
.bootstrap .swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}
.bootstrap .swiper-button-prev.swiper-button-teal,
.bootstrap .swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}
.bootstrap .swiper-button-prev.swiper-button-cyan,
.bootstrap .swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}
.bootstrap .swiper-button-prev.swiper-button-white,
.bootstrap .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.bootstrap .swiper-button-prev.swiper-button-gray,
.bootstrap .swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}
.bootstrap .swiper-button-prev.swiper-button-gray-dark,
.bootstrap .swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}
.bootstrap .swiper-button-lock {
  display: none;
}
.bootstrap .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.bootstrap .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.bootstrap .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.bootstrap .swiper-container-fade .swiper-slide-active, .bootstrap .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.bootstrap .swiper-simple {
  margin-bottom: 88px;
}
@media (max-width: 575.98px) {
  .bootstrap .swiper-simple {
    margin-bottom: 46px;
  }
}
.bootstrap .swiper-pagination {
  position: static;
}
.bootstrap .swiper-button-next,
.bootstrap .swiper-button-prev {
  transition: all 0.15s ease;
  width: 50px;
  height: 50px;
  background: #ff6536;
  border-radius: 50%;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .swiper-button-next,
.bootstrap .swiper-button-prev {
    transition: none;
  }
}
.bootstrap .swiper-button-next:after,
.bootstrap .swiper-button-prev:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #ebffef;
  border-right: 2px solid #ebffef;
  content: "";
}
.bootstrap .swiper-button-next:hover,
.bootstrap .swiper-button-prev:hover {
  opacity: 0.8;
}
.bootstrap .swiper-button-prev:after {
  right: 17px;
  transform: rotate(225deg);
}
.bootstrap .swiper-button-next:after {
  left: 17px;
  transform: rotate(45deg);
}
.bootstrap .swiper-nonstop-slide {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 88px;
}
@media (max-width: 575.98px) {
  .bootstrap .swiper-nonstop-slide {
    margin-bottom: 46px;
  }
}
.bootstrap .swiper-nonstop-slide .swiper-slide {
  width: auto;
}
.bootstrap .swiper-nonstop-slide .swiper-wrapper {
  transition-timing-function: linear;
}
body[data-aos-duration="50"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
.bootstrap [data-aos] {
  pointer-events: none;
}
.bootstrap [data-aos].aos-animate {
  pointer-events: auto;
}
body[data-aos-easing=linear] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  .bootstrap html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  .bootstrap html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  .bootstrap html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  .bootstrap html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  .bootstrap html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  .bootstrap html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  .bootstrap html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  .bootstrap html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  .bootstrap html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  .bootstrap html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  .bootstrap html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
  }
  .bootstrap html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  .bootstrap html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
.bootstrap html.wf-active body {
  visibility: visible;
}
.bootstrap body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  .bootstrap body {
    font-size: 1rem;
  }
}
.bootstrap .sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bootstrap .serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bootstrap a,
.bootstrap a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap a,
.bootstrap a img {
    transition: none;
  }
}
.bootstrap a.underline {
  text-decoration: underline;
}
.bootstrap a.underline:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .bootstrap a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  .bootstrap a.hover-img:hover img {
    opacity: 0.8;
  }
}
.bootstrap a .img-responsive {
  display: inline-block;
}
@media (min-width: 768px) {
  .bootstrap .both-side-slash {
    position: relative;
    display: inline-block;
    padding-right: 90px;
    padding-left: 90px;
    line-height: 1.333;
    text-align: center;
  }
  .bootstrap .both-side-slash:before, .bootstrap .both-side-slash:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 67px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url("../../img/lp_image/triangle.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
  }
  .bootstrap .both-side-slash:before {
    left: 0;
  }
  .bootstrap .both-side-slash:after {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .both-side-slash {
    line-height: 1.5;
  }
}
.bootstrap .google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}
.bootstrap .google-map-container iframe,
.bootstrap .google-map-container object,
.bootstrap .google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .bootstrap .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .bootstrap .google-map-container-xs iframe,
.bootstrap .google-map-container-xs object,
.bootstrap .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.bootstrap img.width-100p {
  width: 100% !important;
}
@media (max-width: 575.98px) {
  .bootstrap .img-responsive-xs {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .img-responsive-sm {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .img-responsive-md {
    max-width: 100%;
    height: auto;
  }
}
.bootstrap mark,
.bootstrap .mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}
.bootstrap .page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .bootstrap .page-header {
    height: 200px;
  }
}
.bootstrap .page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}
.bootstrap .page-header.paint-drop-green {
  padding: 0;
  background: url("../img/common/paint-drop.png") no-repeat 50% 0;
}
.bootstrap .page-header.paint-drop-green .title {
  padding-top: 48px;
  padding-bottom: 48px;
  vertical-align: top;
}
.bootstrap .page-header small, .bootstrap .page-header .small {
  display: block;
}
.bootstrap ul,
.bootstrap ol {
  padding-left: 1.5em;
  line-height: 1.428;
}
.bootstrap .list-inline {
  margin-left: 0;
}
.bootstrap .list-inline > li:first-child {
  padding-left: 0;
}
.bootstrap .list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  border-right: 1px solid #999;
}
.bootstrap .list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}
.bootstrap .dl-list-indent {
  margin-bottom: 0;
}
.bootstrap .dl-list-indent,
.bootstrap .dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.bootstrap .dl-list-indent dt,
.bootstrap .dl-list-indent dd {
  display: table-cell;
  line-height: 1.4;
  vertical-align: top;
}
.bootstrap .dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.bootstrap .dl-list-indent dt img {
  display: block;
}
.bootstrap .dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 575.98px) {
  .bootstrap .dl-list-indent.cleared-xs dt {
    display: block;
  }
  .bootstrap .dl-list-indent.cleared-xs dd {
    padding-top: 0;
  }
}
.bootstrap .text-green {
  color: #00a7b4 !important;
}
.bootstrap .text-white {
  color: #fff !important;
}
.bootstrap .text-bold {
  font-weight: bold !important;
}
.bootstrap .text-break {
  word-break: break-all !important;
}
@media (max-width: 575.98px) {
  .bootstrap .text-center-xs {
    text-align: center !important;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .text-center-sm {
    text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .text-center-md {
    text-align: center !important;
  }
}
.bootstrap .list-fv-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-75px);
  margin-bottom: -45px;
}
@media (max-width: 767.98px) {
  .bootstrap .list-fv-circle {
    transform: translateY(-59px);
    margin-bottom: -30px;
  }
}
.bootstrap .list-fv-circle li {
  background-color: #fff;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 3px 3px 0 #235180;
}
@media (max-width: 767.98px) {
  .bootstrap .list-fv-circle li {
    width: 119px;
    height: 119px;
  }
}
.bootstrap .list-fv-circle li + li {
  margin-left: 47px;
}
@media (max-width: 767.98px) {
  .bootstrap .list-fv-circle li + li {
    margin-left: 16px;
  }
}
.bootstrap .list-fv-circle li:nth-child(1) img {
  width: 106px;
}
@media (max-width: 767.98px) {
  .bootstrap .list-fv-circle li:nth-child(1) img {
    width: 83px;
  }
}
.bootstrap .list-fv-circle li:nth-child(2) img {
  width: 54px;
}
@media (max-width: 767.98px) {
  .bootstrap .list-fv-circle li:nth-child(2) img {
    width: 42px;
  }
}
.bootstrap .list-fv-yellow-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bootstrap .list-fv-yellow-text {
    display: block;
  }
}
.bootstrap .list-fv-yellow-text li + li {
  margin-left: 14px;
}
@media (max-width: 575.98px) {
  .bootstrap .list-fv-yellow-text li + li {
    margin-top: 19px;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .list-fv-yellow-text li:nth-child(1) {
    width: 183px;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .list-fv-yellow-text li:nth-child(2) {
    width: 250px;
    margin-left: 37px;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .list-fv-yellow-text li:nth-child(3) {
    width: 225px;
    margin-left: 100px;
  }
}
.bootstrap .list-gray-background {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bootstrap .list-gray-background {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 9px;
    margin-left: -3px;
    margin-right: -3px;
    width: calc(100% + 6px);
  }
}
.bootstrap .list-gray-background li {
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .bootstrap .list-gray-background li {
    font-size: 18px;
    margin-bottom: 11px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.bootstrap .list-gray-background li:not(.no-background) {
  padding: 9px 15px;
  background-color: #ededed;
  min-width: 101px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .bootstrap .list-gray-background li:not(.no-background) {
    padding: 10px 20px;
    min-width: 140px;
  }
}
@media (min-width: 576px) {
  .bootstrap .list-gray-background li + li {
    margin-left: 10px;
  }
}
.bootstrap .list-features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .bootstrap .list-features {
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 24px;
  }
}
.bootstrap .list-features li {
  background: linear-gradient(135deg, rgb(51, 208, 221) 0%, rgb(26, 163, 224) 100%);
  width: 118px;
  height: 118px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bootstrap .list-features li {
    font-size: 11px;
    width: 98px;
    height: 98px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
  }
}
@media (min-width: 768px) {
  .bootstrap .list-features li + li {
    margin-left: 18px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .list-features li:nth-child(1) .icon img {
    width: 47px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .list-features li:nth-child(2) .icon img {
    width: 33px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .list-features li:nth-child(3) .icon img {
    width: 31px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .list-features li:nth-child(4) .icon img {
    width: 27px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .list-features li:nth-child(5) .icon img {
    width: 36px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .row-8-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .bootstrap .row-8-md > div,
.bootstrap .row-8-md > li {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .bootstrap .row-17-lg {
    margin-right: -17px;
    margin-left: -17px;
  }
  .bootstrap .row-17-lg > div,
.bootstrap .row-17-lg > li {
    padding-right: 17px;
    padding-left: 17px;
  }
  .bootstrap .row-13-lg {
    margin-right: -13px;
    margin-left: -13px;
  }
  .bootstrap .row-13-lg > div,
.bootstrap .row-13-lg > li {
    padding-right: 13px;
    padding-left: 13px;
  }
}
.bootstrap .gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  .bootstrap .gutter-0-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap .col-base {
  position: relative;
  min-height: 1px;
}
.bootstrap .col-xs-15 {
  float: left;
  width: 20%;
}
@media (min-width: 576px) {
  .bootstrap .col-sm-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .bootstrap .col-md-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-lg-15 {
    float: left;
    width: 20%;
  }
}
.bootstrap .col-sidebar,
.bootstrap .col-main {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 576px) {
  .bootstrap .col-sidebar {
    width: 30%;
  }
}
@media (min-width: 576px) {
  .bootstrap .col-main {
    width: 70%;
  }
}
@media (min-width: 576px) {
  .bootstrap .col-sm-524 {
    float: left;
    width: 52.4%;
  }
  .bootstrap .col-sm-476 {
    float: left;
    width: 47.6%;
  }
}
.bootstrap .container-fluid-0 {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .container {
  width: 100%;
  max-width: 950px;
}
@media (max-width: 767.98px) {
  .bootstrap .container-xs {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 576px) {
  .bootstrap .table {
    table-layout: fixed;
  }
}
.bootstrap .table > thead > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > tfoot > tr > td {
  line-height: 1.428571429;
}
.bootstrap .table > thead > tr > th,
.bootstrap .table > thead > tr > td {
  border-bottom-width: 1px;
}
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tbody > tr > td {
  word-break: break-all;
}
.bootstrap .table > :not(:first-child) {
  border-top: 0;
}
.bootstrap .table th {
  font-weight: normal;
}
.bootstrap .table.table-text-center th,
.bootstrap .table.table-text-center td {
  text-align: center;
}
.bootstrap .table.table-text-right th,
.bootstrap .table.table-text-right td {
  text-align: right;
}
.bootstrap .table-no-border > thead > tr > th,
.bootstrap .table-no-border > thead > tr > td,
.bootstrap .table-no-border > tbody > tr > th,
.bootstrap .table-no-border > tbody > tr > td,
.bootstrap .table-no-border > tfoot > tr > th,
.bootstrap .table-no-border > tfoot > tr > td {
  padding-left: 0;
  border-top: 0;
}
.bootstrap .table-no-border > thead > tr > th {
  border-bottom: 0;
}
.bootstrap .table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  border-bottom: 0;
}
.bootstrap .table-border-radius-8 .table {
  border-collapse: collapse;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .bootstrap .table-responsive > .table > tbody > tr :first-child > th,
.bootstrap .table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-collapsed-xs {
    display: block;
    border: 0 !important;
  }
  .bootstrap .table-collapsed-xs > :not(caption) > * {
    border-width: 0.5px 0;
  }
  .bootstrap .table-collapsed-xs > tbody {
    display: block;
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th,
.bootstrap .table-collapsed-xs > tbody > tr > td {
    display: block;
    width: auto;
    padding: 10px !important;
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th::after {
    display: block;
    clear: both;
    content: "";
  }
}
.bootstrap .table-cell {
  display: table;
  width: 100%;
}
.bootstrap .table-cell > .cell {
  display: table-cell;
}
.bootstrap .table-cell.bordered {
  margin-bottom: 30px;
}
.bootstrap .table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  .bootstrap .table-cell.cleared-xs,
.bootstrap .table-cell.cleared-xs > .cell {
    display: block;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-cell.cleared-sm,
.bootstrap .table-cell.cleared-sm > .cell {
    display: block;
    width: auto;
  }
}
.bootstrap .table-cell-blue {
  text-align: center;
}
.bootstrap .table-cell-blue a {
  padding: 10px 5px 8px;
  color: #fff;
  vertical-align: middle;
  background-color: #0d6fb8;
}
@media (min-width: 576px) {
  .bootstrap .table-cell-blue a {
    width: 14.2857143%;
  }
}
@media (min-width: 576px) {
  .bootstrap .table-cell-blue a + a {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-cell-blue a + a {
    border-top: 1px solid #fff;
  }
}
.bootstrap .table-cell-blue a:hover, .bootstrap .table-cell-blue a:focus {
  background-color: #2fa8e1;
}
.bootstrap .table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}
.bootstrap .table-horizontal > thead > tr > th,
.bootstrap .table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}
.bootstrap .table-horizontal > thead > tr > th small, .bootstrap .table-horizontal > thead > tr > th .small,
.bootstrap .table-horizontal > tbody > tr > th small,
.bootstrap .table-horizontal > tbody > tr > th .small {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > thead > tr > th small, .bootstrap .table-horizontal > thead > tr > th .small,
.bootstrap .table-horizontal > tbody > tr > th small,
.bootstrap .table-horizontal > tbody > tr > th .small {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > thead > tr,
.bootstrap .table-horizontal > thead > tr > th {
    display: block;
  }
}
.bootstrap .table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
.bootstrap .table-horizontal > tbody > tr > th,
.bootstrap .table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}
.bootstrap .table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .bootstrap .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}
.bootstrap .table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}
@media (min-width: 576px) {
  .bootstrap .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bootstrap .table-horizontal > tbody > tr > td small, .bootstrap .table-horizontal > tbody > tr > td .small {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal > tbody > tr > td small, .bootstrap .table-horizontal > tbody > tr > td .small {
    font-size: 12px;
  }
}
.bootstrap .table-horizontal.table-horizontal-responsive-xs {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal.table-horizontal-responsive-xs > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal.table-horizontal-responsive-xs > thead > tr,
.bootstrap .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .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: 575.98px) {
  .bootstrap .table-horizontal.table-horizontal-responsive-xs > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal.table-horizontal-responsive-xs > tbody > tr,
.bootstrap .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    display: block;
  }
}
.bootstrap .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .bootstrap .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}
.bootstrap .table-cell-elastic-arrow .cell {
  width: 100px;
  padding: 10px;
  vertical-align: middle;
}
.bootstrap .table-cell-elastic-arrow .col-1 {
  color: #fff;
  background-color: #00a0e9;
}
.bootstrap .table-cell-elastic-arrow .col-arrow {
  width: 20px;
  padding: 0;
  vertical-align: middle;
}
.bootstrap .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: "";
}
.bootstrap label {
  cursor: pointer;
}
.bootstrap label.error {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  background-color: #f00;
}
.bootstrap select {
  cursor: pointer;
}
.bootstrap .form-container .list-inline {
  margin-bottom: 0;
  margin-left: -10px;
}
.bootstrap .form-container .list-inline li {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .bootstrap .form-container .list-inline li {
    display: block;
  }
}
.bootstrap .form-inline .form-control {
  vertical-align: 1px;
}
.bootstrap .form-inline-force.form-control {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.bootstrap .form-floating .form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
}
.bootstrap .form-check-inline {
  padding-left: 1.5em;
}
.bootstrap .form-check-inline .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.bootstrap .btn-multiline {
  white-space: normal;
}
.bootstrap .btn {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .btn {
    transition: none;
  }
}
.bootstrap .btn.arrow-right-white {
  position: relative;
}
.bootstrap .btn.arrow-right-white:after {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .bootstrap .btn.arrow-right-white:after {
    right: 27px;
  }
}
.bootstrap .btn-yellow {
  color: #fff;
  background-color: #f8c34b;
  border-color: #f8c34b;
  display: inline-block;
  max-width: none;
  width: auto;
  height: auto;
  padding: 21px 46px 21px 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #fff !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16) !important;
  border-radius: 36px;
  text-align: center;
}
.bootstrap .btn-yellow:hover {
  color: #000;
  background-color: #d3a640;
  border-color: #c69c3c;
}
.btn-check:focus + .bootstrap .btn-yellow, .bootstrap .btn-yellow:focus {
  color: #000;
  background-color: #d3a640;
  border-color: #c69c3c;
  box-shadow: 0 0 0 0.25rem rgba(249, 204, 102, 0.5);
}
.btn-check:checked + .bootstrap .btn-yellow, .btn-check:active + .bootstrap .btn-yellow, .bootstrap .btn-yellow:active, .bootstrap .btn-yellow.active, .show > .bootstrap .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #c69c3c;
  border-color: #ba9238;
}
.btn-check:checked + .bootstrap .btn-yellow:focus, .btn-check:active + .bootstrap .btn-yellow:focus, .bootstrap .btn-yellow:active:focus, .bootstrap .btn-yellow.active:focus, .show > .bootstrap .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 204, 102, 0.5);
}
.bootstrap .btn-yellow:disabled, .bootstrap .btn-yellow.disabled {
  color: #000;
  background-color: #f8c34b;
  border-color: #f8c34b;
}
@media (max-width: 767.98px) {
  .bootstrap .btn-yellow {
    padding-right: 42px;
    font-size: 18px;
    line-height: 1.556;
    border-radius: 10px;
  }
}
.bootstrap .btn-yellow:hover, .bootstrap .btn-yellow:active, .bootstrap .btn-yellow:focus {
  background-color: #20c8d5;
  border-color: #20c8d5;
}
.bootstrap .btn-container-common {
  max-width: 660px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .bootstrap .btn-container-common {
    margin-top: 30px;
  }
}
.bootstrap .js-header.is-scrolled {
  position: fixed;
  top: -200px;
}
.bootstrap .js-header.is-transition {
  transition: top 0.3s ease-in-out;
  will-change: top;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .js-header.is-transition {
    transition: none;
  }
}
.bootstrap .js-header.is-show {
  top: 0;
}
.bootstrap .nav-adjoined-bordered {
  margin-bottom: 15px;
  background-color: #ccc;
}
.bootstrap .nav-adjoined-bordered ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  list-style: none;
  border-right: 1px solid #000;
  box-shadow: 1px 0 0 0 #fff;
}
.bootstrap .nav-adjoined-bordered ul::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .nav-adjoined-bordered ul li {
  position: relative;
  float: left;
  width: 50%;
}
@media (min-width: 576px) {
  .bootstrap .nav-adjoined-bordered ul li {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .bootstrap .nav-adjoined-bordered ul li {
    width: 16.6666666667%;
  }
}
.bootstrap .nav-adjoined-bordered ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.1;
  border-left: 1px solid #fff;
  box-shadow: -1px 0 0 0 #000;
}
.bootstrap .nav-adjoined-bordered ul li a:before, .bootstrap .nav-adjoined-bordered ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}
.bootstrap .nav-adjoined-bordered ul li a:before {
  left: 0;
}
.bootstrap .nav-adjoined-bordered ul li a:after {
  right: 0;
}
.bootstrap .nav-adjoined-bordered ul li a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.bootstrap .nav-adjoined-bordered ul li a span {
  display: block;
  font-size: 10px;
}
.bootstrap .menu-trigger {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 1000;
  width: 40px;
  height: 32px;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .bootstrap .menu-trigger {
    display: inline-block;
  }
}
.bootstrap .menu-trigger, .bootstrap .menu-trigger:hover, .bootstrap .menu-trigger:focus, .bootstrap .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
.bootstrap .menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #888;
  border-radius: 4px;
  transition: all 0.3s;
}
.bootstrap .menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}
.bootstrap .menu-trigger .icon-bar:nth-of-type(2) {
  top: 14px;
}
.bootstrap .menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}
.bootstrap .menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}
.bootstrap .menu-trigger[aria-expanded=true], .bootstrap .menu-trigger[aria-expanded=true]:focus {
  box-shadow: none;
}
.bootstrap .menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.bootstrap .menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.bootstrap .menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}
.bootstrap .collapse-parent {
  position: relative;
}
.bootstrap .collapse-parent .collapse-child {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bootstrap .collapse-parent .collapse-child {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}
.bootstrap .collapse-parent .collapse-child ul {
  padding-top: 6px;
  padding-bottom: 6px;
}
.bootstrap .collapse-parent a {
  display: block;
  padding: 6px 15px;
}
.bootstrap .collapse-parent .collapsing {
  transition: height 0.2s ease;
}
.bootstrap .nav-tabs-table-cell {
  display: table;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 0;
}
@media (max-width: 767.98px) {
  .bootstrap .nav-tabs-table-cell {
    width: auto;
  }
}
.bootstrap .nav-tabs-table-cell > li {
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}
.bootstrap .nav-tabs-table-cell > li > a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 0;
  color: #008cc9;
  border: 1px solid #008cc9;
  border-radius: 0;
}
.bootstrap .nav-tabs-table-cell > li > a:hover {
  color: #fff;
  background-color: #008cc9;
}
.bootstrap .nav-tabs-table-cell > li > a.active {
  position: relative;
  color: #fff;
  background-color: #008cc9;
  border: 1px solid #008cc9;
}
.bootstrap .scrollspy-nav {
  position: fixed;
  top: 0;
  right: -100px;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 300;
  transition: all 0.15s ease;
}
.bootstrap .scrollspy-nav.active {
  right: 20px;
}
.bootstrap .scrollspy-nav .nav {
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.bootstrap .scrollspy-nav .nav > li {
  width: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bootstrap .scrollspy-nav .nav > li .nav-link.active {
  color: #0a58ca;
  background-color: transparent;
}
.bootstrap .scrollspy-nav .nav > li .nav-link.active:before {
  border-color: #b38700;
}
.bootstrap .scrollspy-nav .nav > li .nav-link.active:after {
  background-color: #b38700;
}
.bootstrap .scrollspy-nav .nav > li .nav-link.active .text {
  opacity: 1;
}
.bootstrap .scrollspy-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #231815;
  transition: all 0.15s ease;
}
.bootstrap .scrollspy-nav a:before, .bootstrap .scrollspy-nav a:after {
  position: absolute;
  content: "";
  transition: all 0.15s ease;
}
.bootstrap .scrollspy-nav a:before {
  top: 7px;
  right: -4px;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.bootstrap .scrollspy-nav a:after {
  top: 11px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #231815;
}
.bootstrap .scrollspy-nav a:hover, .bootstrap .scrollspy-nav a:focus {
  background-color: transparent !important;
  text-decoration: none;
}
.bootstrap .scrollspy-nav a:hover:before {
  border-color: #b38700;
}
.bootstrap .scrollspy-nav a:hover:after {
  background-color: #b38700;
}
.bootstrap .scrollspy-nav a:hover .text {
  opacity: 1;
}
.bootstrap .scrollspy-nav .text {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: -14px;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.09em;
  transition: all 0.15s ease;
  text-shadow: 1px 1px 0 rgb(255, 255, 255);
}
.bootstrap .navigation {
  margin-bottom: 0;
  overflow: hidden;
}
.bootstrap .navigation li {
  display: block;
}
.bootstrap .navigation li a {
  position: relative;
  display: block;
  padding: 0 10px 100%;
  overflow: hidden;
}
.bootstrap .navigation li a:hover .img {
  width: 100%;
}
.bootstrap .navigation .img {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 204px;
  margin: auto;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .navigation .img {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .navigation .img {
    width: 60%;
  }
}
.bootstrap .navigation .title {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap .navigation .caption {
  position: absolute;
  left: 0;
  bottom: 10%;
  right: 0;
  z-index: 1;
  display: block;
  margin-top: 19px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .bootstrap .navigation .caption {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .navigation .caption {
    bottom: 6%;
    font-size: 2.67vw;
  }
}
.bootstrap .breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  vertical-align: 1px;
}
.bootstrap .panel-collapse {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 576px) {
  .bootstrap .panel-collapse {
    font-size: 16px;
  }
}
.bootstrap .panel-collapse,
.bootstrap .panel-collapse p,
.bootstrap .panel-collapse .panel-body {
  line-height: 1.4;
  color: rgb(100, 100, 100);
}
@media (min-width: 576px) {
  .bootstrap .panel-collapse,
.bootstrap .panel-collapse p,
.bootstrap .panel-collapse .panel-body {
    font-size: 18px;
  }
}
.bootstrap .panel-collapse.border-top {
  border-top: 1px solid #1946ba;
}
.bootstrap .panel-collapse > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .panel-collapse > .panel-heading a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}
@media (max-width: 575.98px) {
  .bootstrap .panel-collapse > .panel-heading a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}
.bootstrap .panel-collapse > .panel-heading a:hover, .bootstrap .panel-collapse > .panel-heading a:focus, .bootstrap .panel-collapse > .panel-heading a[aria-expanded=true] {
  color: #275cc4;
  text-decoration: none;
}
.bootstrap .panel-collapse > .panel-heading a:hover .icon, .bootstrap .panel-collapse > .panel-heading a:focus .icon, .bootstrap .panel-collapse > .panel-heading a[aria-expanded=true] .icon {
  background-color: #275cc4;
}
.bootstrap .panel-collapse > .panel-heading a[aria-expanded=true] {
  color: #646464;
  background-color: #f4f5f7;
}
.bootstrap .panel-collapse > .panel-heading a[aria-expanded=true]:hover {
  color: #275cc4;
}
.bootstrap .panel-collapse > .panel-heading a[aria-expanded=true]:hover .icon {
  background-color: #a8a8a8;
}
.bootstrap .panel-collapse > .panel-heading a[aria-expanded=true] .icon {
  background-color: #999;
}
.bootstrap .panel-collapse > .panel-heading a[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.bootstrap .panel-collapse .panel-body {
  padding: 5px 100px 21px 20px;
}
@media (max-width: 575.98px) {
  .bootstrap .panel-collapse .panel-body {
    padding: 5px 15px 20px;
  }
}
.bootstrap .panel-collapse .panel-body a {
  line-height: 1.4;
  color: #1946ba;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .bootstrap .panel-collapse .panel-body a {
    font-size: 18px;
  }
}
.bootstrap .panel-collapse .panel-body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.bootstrap .panel-collapse .collapsing {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}
.bootstrap .panel-collapse .collapse.in {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}
.bootstrap .panel-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 575.98px) {
  .bootstrap .panel-collapse .icon {
    right: 10px;
  }
}
.bootstrap .panel-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: 300ms all ease;
}
.bootstrap .panel-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}
.bootstrap .bg-light-blue {
  background-color: #e9f8f8 !important;
}
.bootstrap .inline-block {
  display: inline-block;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .clear {
  clear: both !important;
}
.bootstrap .v-top {
  vertical-align: top !important;
}
.bootstrap .v-middle {
  vertical-align: middle !important;
}
.bootstrap .v-bottom {
  vertical-align: bottom !important;
}
.bootstrap .fs11 {
  font-size: 11px !important;
}
.bootstrap .fs12 {
  font-size: 12px !important;
}
.bootstrap .fs14-xs {
  font-size: 14px !important;
}
@media (max-width: 575.98px) {
  .bootstrap .fs14-xs {
    font-size: 12px !important;
  }
}
.bootstrap .mt0 {
  margin-top: 0 !important;
}
.bootstrap .mr0 {
  margin-right: 0 !important;
}
.bootstrap .mb0 {
  margin-bottom: 0 !important;
}
.bootstrap .ml0 {
  margin-left: 0 !important;
}
.bootstrap .pt0 {
  padding-top: 0 !important;
}
.bootstrap .pr0 {
  padding-right: 0 !important;
}
.bootstrap .pb0 {
  padding-bottom: 0 !important;
}
.bootstrap .pl0 {
  padding-left: 0 !important;
}
@media (max-width: 575.98px) {
  .bootstrap .pull-none-xs {
    float: none !important;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .pull-none-sm {
    float: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .pull-none-md {
    float: none !important;
  }
}
@media (max-width: 575.98px) {
  .bootstrap .rotate-90-xs {
    transform: rotate(90deg);
  }
}
@media (max-width: 575.98px) {
  .bootstrap .rotate-90-sm {
    transform: rotate(90deg);
  }
}
.bootstrap .badge {
  text-decoration: none;
}
.bootstrap .badge.has-space {
  margin-bottom: 3px;
}
.bootstrap .badge-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 92px;
  padding: 8px 10px;
  margin-bottom: 7px;
  border-radius: 12px;
  background-color: #f8c34b;
}
@media (max-width: 767.98px) {
  .bootstrap .badge-orange {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}
.bootstrap .badge-orange img {
  width: auto;
}
.bootstrap .badge-white {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #000;
  background-color: #fff;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .bootstrap .badge-white {
    padding: 3px 10px;
    font-size: 10px;
  }
}
.bootstrap .card-collapse {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 576px) {
  .bootstrap .card-collapse {
    font-size: 16px;
  }
}
.bootstrap .card-collapse.border-top {
  border-top: 1px solid #1946ba;
}
.bootstrap .card-collapse .card-body {
  padding: 0;
  margin-bottom: 15px;
}
.bootstrap .card-collapse .card-title {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .card-collapse .card-title a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  color: #646464;
}
@media (max-width: 575.98px) {
  .bootstrap .card-collapse .card-title a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}
.bootstrap .card-collapse .card-title a:hover, .bootstrap .card-collapse .card-title a:focus, .bootstrap .card-collapse .card-title a[aria-expanded=true] {
  color: #275cc4;
  text-decoration: none;
}
.bootstrap .card-collapse .card-title a:hover .icon, .bootstrap .card-collapse .card-title a:focus .icon, .bootstrap .card-collapse .card-title a[aria-expanded=true] .icon {
  background-color: #275cc4;
}
.bootstrap .card-collapse .card-title a[aria-expanded=true] {
  color: #646464;
  background-color: #f4f5f7;
}
.bootstrap .card-collapse .card-title a[aria-expanded=true]:hover {
  color: #275cc4;
}
.bootstrap .card-collapse .card-title a[aria-expanded=true]:hover .icon {
  background-color: #a8a8a8;
}
.bootstrap .card-collapse .card-title a[aria-expanded=true] .icon {
  background-color: #999;
}
.bootstrap .card-collapse .card-title a[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.bootstrap .card-collapse .card-text-detail {
  padding: 5px 100px 21px 20px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .bootstrap .card-collapse .card-text-detail {
    padding: 5px 15px 20px;
  }
}
.bootstrap .card-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 575.98px) {
  .bootstrap .card-collapse .icon {
    right: 10px;
  }
}
.bootstrap .card-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: 300ms all ease;
}
.bootstrap .card-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}
.bootstrap a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap a.card {
    transition: none;
  }
}
.bootstrap .alignnone,
.bootstrap .alignleft,
.bootstrap .alignright {
  max-width: 100%;
  height: auto;
}
.bootstrap .alignleft {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .alignleft {
    float: left;
    margin-right: 15px;
  }
}
.bootstrap .alignright {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .alignright {
    float: right;
    margin-left: 15px;
  }
}
.bootstrap .screen-reader-text {
  display: none;
}
.bootstrap .editor-area {
  min-width: 0;
  margin: 10px;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.bootstrap .editor-area img {
  max-width: none;
}
@media (min-width: 576px) {
  .bootstrap .post-thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.bootstrap .post-thumbnail img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap .entry-title {
  margin-top: 0;
}
.bootstrap .byline,
.bootstrap .updated:not(.published) {
  display: none;
}
.bootstrap .entry-date {
  margin-right: 10px;
}
.bootstrap .wp-block {
  width: auto !important;
  max-width: none !important;
}
.bootstrap .wp-block-image img {
  height: auto;
}
.bootstrap body.wp-autoresize {
  padding: 15px !important;
}
.bootstrap body.wp-autoresize,
.bootstrap body.wp-autoresize p,
.bootstrap body.wp-autoresize .lead {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.09em;
}
.bootstrap .title-green {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #00a7b4;
}
@media (max-width: 767.98px) {
  .bootstrap .title-green {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 1.458;
  }
}
.bootstrap .title-green:before {
  content: none;
}
.bootstrap .title-both-side-slash {
  padding: 27px 15px;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(to right, #33d0dd 0%, #1aa3e0 100%);
}
@media (max-width: 767.98px) {
  .bootstrap .title-both-side-slash {
    padding-top: 19px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.bootstrap .section-fv {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-fv {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-fv .container {
    padding: 0 25px;
  }
}
.bootstrap .section-fv .fv-content {
  background: linear-gradient(135deg, rgb(51, 208, 221) 0%, rgb(26, 163, 224) 100%);
  padding-bottom: 32px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-fv .fv-content {
    padding-bottom: 81px;
  }
}
.bootstrap .section-fv .title-white-center {
  text-align: center;
  color: #fff;
  font-size: 33px;
  letter-spacing: 0;
  margin-bottom: 28px;
  background: transparent;
}
@media (max-width: 767.98px) {
  .bootstrap .section-fv .title-white-center {
    font-size: 20px;
    margin-bottom: 21px;
  }
}
.bootstrap .section-fv .img-fv {
  width: 100%;
}
@media (max-width: 1365.98px) {
  .bootstrap .section-fv .img-fv {
    max-width: 1366px;
  }
}
@media (max-width: 374.98px) {
  .bootstrap .section-fv .img-fv {
    max-width: 375px;
  }
}
.bootstrap .section-inquire {
  padding-top: 116px;
  padding-bottom: 119px;
  background-image: url("../../img/section/inquire/bg-green.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .bootstrap .section-inquire {
    padding-top: 58px;
    padding-bottom: 70px;
    background-image: url("../../img/section/inquire/bg-green-sp.jpg");
  }
}
.bootstrap .section-inquire .lead {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .bootstrap .section-inquire .lead {
    margin-bottom: 16px;
    text-align: left;
  }
}
.bootstrap .section-inquire .btn-container {
  max-width: 660px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .bootstrap .section-inquire .btn-container {
    margin-top: 29px;
  }
}
.bootstrap .section-results .title-section {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.321;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .title-section {
    font-size: 26px;
    line-height: 1.346;
  }
}
.bootstrap .section-results .title-section:before {
  content: none;
}
.bootstrap .section-results .title-section small, .bootstrap .section-results .title-section .small {
  margin-left: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.348;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .title-section small, .bootstrap .section-results .title-section .small {
    margin-left: 20px;
    font-size: 21px;
    line-height: 1.333;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .title-section small.text-sm, .bootstrap .section-results .title-section .text-sm.small {
    font-size: 17px;
    line-height: 1.294;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .text-lg {
    font-size: 28px;
    line-height: 1.321;
  }
}
.bootstrap .section-results .container {
  max-width: 960px;
  padding-top: 51px;
  padding-bottom: 57px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .container {
    padding-top: 34px;
    padding-bottom: 35px;
  }
}
.bootstrap .section-results img {
  width: 100%;
  max-width: 453px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-results img {
    max-width: 325px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-results img.mb-sm {
    margin-bottom: 12px;
  }
}
.bootstrap .section-results .caption {
  margin-bottom: 37px;
  font-size: 14px;
  line-height: 1.357;
  letter-spacing: 0.04em;
  color: #000;
  text-align: right;
}
@media (min-width: 768px) {
  .bootstrap .section-results .caption {
    margin-top: 17px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .caption {
    margin-bottom: 38px;
  }
}
.bootstrap .section-results .text {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-results .text {
    margin-bottom: 7px;
  }
}
.bootstrap .section-intro {
  padding-top: 88px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-intro {
    padding-top: 51px;
    padding-bottom: 42px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-intro .container {
    padding: 0 25px;
  }
}
.bootstrap .section-intro .title {
  color: #000;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-intro .title {
    font-size: 24px;
    text-align: left;
  }
}
.bootstrap .section-intro .title strong {
  color: #20c8d5;
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-intro .title strong {
    font-size: 30px;
  }
}
.bootstrap .section-features {
  background: #e9f8f8 url("../../img/section/features/bg.png") no-repeat 105.6% 54%;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .bootstrap .section-features {
    padding-bottom: 43px;
    background-size: 239px auto;
    background-position: 138% 145%;
  }
}
.bootstrap .section-features:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 28px solid #e9f8f8;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .bootstrap .section-features:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #e9f8f8;
    bottom: -20px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-features .container {
    padding: 0 25px;
  }
}
.bootstrap .section-features .title {
  text-align: center;
  color: #000;
  font-size: 23px;
  margin-bottom: 31px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-features .title {
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
.bootstrap .section-features .title img {
  max-width: 349px;
}
.bootstrap .section-features .title small, .bootstrap .section-features .title .small {
  font-size: 18px;
}
.bootstrap .section-features .lead {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .bootstrap .section-features .lead {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.bootstrap .section-case-studies {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies {
    padding-top: 71px;
  }
}
.bootstrap .section-case-studies .text {
  display: inline-block;
  padding: 8px 25px 6px 14px;
  font-weight: bold;
  background: linear-gradient(74deg, #20c8d5 0, #20c8d5 52%, #e9f8f8 53%, #e9f8f8 100%);
}
@media (min-width: 768px) {
  .bootstrap .section-case-studies .text {
    margin-left: 7px;
  }
}
.bootstrap .section-case-studies .text span {
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.bootstrap .section-case-studies .text small, .bootstrap .section-case-studies .text .small {
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #000;
}
.bootstrap .section-case-studies .flex-shrink-0 {
  background-image: url("../../img/text/1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.bootstrap .section-case-studies .number-01 {
  background-image: url("../../img/text/1.svg");
  background-size: 142px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .number-01 {
    background-size: 118px;
  }
}
.bootstrap .section-case-studies .number-02 {
  background-image: url("../../img/text/2.svg");
  background-size: 161px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .number-02 {
    background-size: 135px;
  }
}
.bootstrap .section-case-studies .number-02 .text {
  margin-left: 0;
  background: linear-gradient(74deg, #20c8d5 0, #20c8d5 39%, #e9f8f8 40%, #e9f8f8 100%);
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .number-02 .text {
    background: linear-gradient(74deg, #20c8d5 0, #20c8d5 42%, #e9f8f8 43%, #e9f8f8 100%);
  }
}
.bootstrap .section-case-studies .number-03 {
  background-image: url("../../img/text/3.svg");
  background-size: 161px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .number-03 {
    background-size: 135px;
  }
}
.bootstrap .section-case-studies .number-03 .text {
  padding-right: 16px;
  background: linear-gradient(74deg, #20c8d5 0, #20c8d5 39%, #e9f8f8 40%, #e9f8f8 100%);
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .number-03 .inner {
    padding-top: 72px;
    padding-left: 91px;
  }
}
.bootstrap .section-case-studies .flex-grow-1 {
  padding-top: 55px;
  margin-left: 33px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bootstrap .section-case-studies .flex-grow-1 {
    margin-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .flex-grow-1 {
    max-width: 325px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bootstrap .section-case-studies .flex-row-reverse .flex-shrink-0 {
  background-position-x: 100%;
}
@media (min-width: 768px) {
  .bootstrap .section-case-studies .flex-row-reverse .flex-grow-1 {
    margin-right: 85px !important;
    margin-left: 0;
  }
}
.bootstrap .section-case-studies .flex-row-reverse .inner {
  padding-right: 35px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .flex-row-reverse .inner {
    padding-top: 78px;
    padding-left: 26px;
  }
}
.bootstrap .section-case-studies .img-container {
  position: relative;
}
.bootstrap .section-case-studies .img-container:after {
  position: absolute;
  z-index: -1;
  top: 13px;
  right: -12px;
  width: 100%;
  height: 99.1%;
  background: linear-gradient(135deg, #33d0dd 0%, #1aa3e0 100%);
  content: "";
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .img-container:after {
    top: 8px;
    right: -4px;
    width: 97%;
    height: 98.6%;
  }
}
.bootstrap .section-case-studies .img-container img {
  width: 100%;
}
.bootstrap .section-case-studies .inner {
  padding-top: 100px;
  padding-left: 60px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .inner {
    padding-top: 42px;
    padding-right: 12px;
    padding-left: 142px;
  }
}
.bootstrap .section-case-studies .container {
  max-width: 930px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap .section-case-studies.pb-lg {
  padding-bottom: 105px;
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies.pb-lg {
    padding-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies.pt-sm {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .bootstrap .section-case-studies .img-3,
.bootstrap .section-case-studies .img-4,
.bootstrap .section-case-studies .img-5,
.bootstrap .section-case-studies .img-6 {
    max-width: 249px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .img-3,
.bootstrap .section-case-studies .img-4 {
    max-width: 149px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .section-case-studies .img-1,
.bootstrap .section-case-studies .img-2,
.bootstrap .section-case-studies .img-5,
.bootstrap .section-case-studies .img-6 {
    max-width: 148px;
  }
}
@media (min-width: 768px) {
  .bootstrap .section-case-studies .img-1,
.bootstrap .section-case-studies .img-2 {
    max-width: 246px;
  }
}
.bootstrap * {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bootstrap footer {
  margin-top: 60px;
}
.bootstrap .page-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 999;
  transition: none;
}
@media (max-width: 575.98px) {
  .bootstrap .page-top {
    right: 0;
  }
}
.bootstrap .page-top:hover .bg-color {
  fill: #00aaad;
}

.js-hide-item.is-hidden {
  bottom: -100px;
  transition: all 0.3s;
}
/*# sourceMappingURL=style.min.css.map */
