:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #5f5f5f;
  --bs-gray-dark: #323232;
  --bs-gray-100: #f2f2f2;
  --bs-gray-200: #e8e8e8;
  --bs-gray-300: #dedede;
  --bs-gray-400: #d4d4d4;
  --bs-gray-500: #cbcbcb;
  --bs-gray-600: #5f5f5f;
  --bs-gray-700: #414141;
  --bs-gray-800: #323232;
  --bs-gray-900: #1a1a1a;
  --bs-primary: #ea576c;
  --bs-secondary: #34e29b;
  --bs-success: #249a41;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #3d3d3d;
  --bs-primary-rgb: 234, 87, 108;
  --bs-secondary-rgb: 52, 226, 155;
  --bs-success-rgb: 36, 154, 65;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 61, 61, 61;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 26, 26, 26;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --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: #1a1a1a;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dedede;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #ea576c;
  --bs-link-hover-color: #bb4656;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

.bs5-wrap .img-thumbnail {
  border: 1px solid var(--bs-border-color);
  max-width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: .375rem;
  padding: .25rem;
}

.bs5-wrap .figure {
  display: inline-block;
}

.bs5-wrap .figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.bs5-wrap .figure-caption {
  color: #5f5f5f;
  font-size: .875em;
}

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

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

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

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

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

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

.bs5-wrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

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

.bs5-wrap .grid {
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
  display: grid;
}

.bs5-wrap .grid .g-col-1 {
  grid-column: auto / span 1;
}

.bs5-wrap .grid .g-col-2 {
  grid-column: auto / span 2;
}

.bs5-wrap .grid .g-col-3 {
  grid-column: auto / span 3;
}

.bs5-wrap .grid .g-col-4 {
  grid-column: auto / span 4;
}

.bs5-wrap .grid .g-col-5 {
  grid-column: auto / span 5;
}

.bs5-wrap .grid .g-col-6 {
  grid-column: auto / span 6;
}

.bs5-wrap .grid .g-col-7 {
  grid-column: auto / span 7;
}

.bs5-wrap .grid .g-col-8 {
  grid-column: auto / span 8;
}

.bs5-wrap .grid .g-col-9 {
  grid-column: auto / span 9;
}

.bs5-wrap .grid .g-col-10 {
  grid-column: auto / span 10;
}

.bs5-wrap .grid .g-col-11 {
  grid-column: auto / span 11;
}

.bs5-wrap .grid .g-col-12 {
  grid-column: auto / span 12;
}

.bs5-wrap .grid .g-start-1 {
  grid-column-start: 1;
}

.bs5-wrap .grid .g-start-2 {
  grid-column-start: 2;
}

.bs5-wrap .grid .g-start-3 {
  grid-column-start: 3;
}

.bs5-wrap .grid .g-start-4 {
  grid-column-start: 4;
}

.bs5-wrap .grid .g-start-5 {
  grid-column-start: 5;
}

.bs5-wrap .grid .g-start-6 {
  grid-column-start: 6;
}

.bs5-wrap .grid .g-start-7 {
  grid-column-start: 7;
}

.bs5-wrap .grid .g-start-8 {
  grid-column-start: 8;
}

.bs5-wrap .grid .g-start-9 {
  grid-column-start: 9;
}

.bs5-wrap .grid .g-start-10 {
  grid-column-start: 10;
}

.bs5-wrap .grid .g-start-11 {
  grid-column-start: 11;
}

@media (min-width: 576px) {
  .bs5-wrap .grid .g-col-sm-1 {
    grid-column: auto / span 1;
  }

  .bs5-wrap .grid .g-col-sm-2 {
    grid-column: auto / span 2;
  }

  .bs5-wrap .grid .g-col-sm-3 {
    grid-column: auto / span 3;
  }

  .bs5-wrap .grid .g-col-sm-4 {
    grid-column: auto / span 4;
  }

  .bs5-wrap .grid .g-col-sm-5 {
    grid-column: auto / span 5;
  }

  .bs5-wrap .grid .g-col-sm-6 {
    grid-column: auto / span 6;
  }

  .bs5-wrap .grid .g-col-sm-7 {
    grid-column: auto / span 7;
  }

  .bs5-wrap .grid .g-col-sm-8 {
    grid-column: auto / span 8;
  }

  .bs5-wrap .grid .g-col-sm-9 {
    grid-column: auto / span 9;
  }

  .bs5-wrap .grid .g-col-sm-10 {
    grid-column: auto / span 10;
  }

  .bs5-wrap .grid .g-col-sm-11 {
    grid-column: auto / span 11;
  }

  .bs5-wrap .grid .g-col-sm-12 {
    grid-column: auto / span 12;
  }

  .bs5-wrap .grid .g-start-sm-1 {
    grid-column-start: 1;
  }

  .bs5-wrap .grid .g-start-sm-2 {
    grid-column-start: 2;
  }

  .bs5-wrap .grid .g-start-sm-3 {
    grid-column-start: 3;
  }

  .bs5-wrap .grid .g-start-sm-4 {
    grid-column-start: 4;
  }

  .bs5-wrap .grid .g-start-sm-5 {
    grid-column-start: 5;
  }

  .bs5-wrap .grid .g-start-sm-6 {
    grid-column-start: 6;
  }

  .bs5-wrap .grid .g-start-sm-7 {
    grid-column-start: 7;
  }

  .bs5-wrap .grid .g-start-sm-8 {
    grid-column-start: 8;
  }

  .bs5-wrap .grid .g-start-sm-9 {
    grid-column-start: 9;
  }

  .bs5-wrap .grid .g-start-sm-10 {
    grid-column-start: 10;
  }

  .bs5-wrap .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .grid .g-col-md-1 {
    grid-column: auto / span 1;
  }

  .bs5-wrap .grid .g-col-md-2 {
    grid-column: auto / span 2;
  }

  .bs5-wrap .grid .g-col-md-3 {
    grid-column: auto / span 3;
  }

  .bs5-wrap .grid .g-col-md-4 {
    grid-column: auto / span 4;
  }

  .bs5-wrap .grid .g-col-md-5 {
    grid-column: auto / span 5;
  }

  .bs5-wrap .grid .g-col-md-6 {
    grid-column: auto / span 6;
  }

  .bs5-wrap .grid .g-col-md-7 {
    grid-column: auto / span 7;
  }

  .bs5-wrap .grid .g-col-md-8 {
    grid-column: auto / span 8;
  }

  .bs5-wrap .grid .g-col-md-9 {
    grid-column: auto / span 9;
  }

  .bs5-wrap .grid .g-col-md-10 {
    grid-column: auto / span 10;
  }

  .bs5-wrap .grid .g-col-md-11 {
    grid-column: auto / span 11;
  }

  .bs5-wrap .grid .g-col-md-12 {
    grid-column: auto / span 12;
  }

  .bs5-wrap .grid .g-start-md-1 {
    grid-column-start: 1;
  }

  .bs5-wrap .grid .g-start-md-2 {
    grid-column-start: 2;
  }

  .bs5-wrap .grid .g-start-md-3 {
    grid-column-start: 3;
  }

  .bs5-wrap .grid .g-start-md-4 {
    grid-column-start: 4;
  }

  .bs5-wrap .grid .g-start-md-5 {
    grid-column-start: 5;
  }

  .bs5-wrap .grid .g-start-md-6 {
    grid-column-start: 6;
  }

  .bs5-wrap .grid .g-start-md-7 {
    grid-column-start: 7;
  }

  .bs5-wrap .grid .g-start-md-8 {
    grid-column-start: 8;
  }

  .bs5-wrap .grid .g-start-md-9 {
    grid-column-start: 9;
  }

  .bs5-wrap .grid .g-start-md-10 {
    grid-column-start: 10;
  }

  .bs5-wrap .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .grid .g-col-lg-1 {
    grid-column: auto / span 1;
  }

  .bs5-wrap .grid .g-col-lg-2 {
    grid-column: auto / span 2;
  }

  .bs5-wrap .grid .g-col-lg-3 {
    grid-column: auto / span 3;
  }

  .bs5-wrap .grid .g-col-lg-4 {
    grid-column: auto / span 4;
  }

  .bs5-wrap .grid .g-col-lg-5 {
    grid-column: auto / span 5;
  }

  .bs5-wrap .grid .g-col-lg-6 {
    grid-column: auto / span 6;
  }

  .bs5-wrap .grid .g-col-lg-7 {
    grid-column: auto / span 7;
  }

  .bs5-wrap .grid .g-col-lg-8 {
    grid-column: auto / span 8;
  }

  .bs5-wrap .grid .g-col-lg-9 {
    grid-column: auto / span 9;
  }

  .bs5-wrap .grid .g-col-lg-10 {
    grid-column: auto / span 10;
  }

  .bs5-wrap .grid .g-col-lg-11 {
    grid-column: auto / span 11;
  }

  .bs5-wrap .grid .g-col-lg-12 {
    grid-column: auto / span 12;
  }

  .bs5-wrap .grid .g-start-lg-1 {
    grid-column-start: 1;
  }

  .bs5-wrap .grid .g-start-lg-2 {
    grid-column-start: 2;
  }

  .bs5-wrap .grid .g-start-lg-3 {
    grid-column-start: 3;
  }

  .bs5-wrap .grid .g-start-lg-4 {
    grid-column-start: 4;
  }

  .bs5-wrap .grid .g-start-lg-5 {
    grid-column-start: 5;
  }

  .bs5-wrap .grid .g-start-lg-6 {
    grid-column-start: 6;
  }

  .bs5-wrap .grid .g-start-lg-7 {
    grid-column-start: 7;
  }

  .bs5-wrap .grid .g-start-lg-8 {
    grid-column-start: 8;
  }

  .bs5-wrap .grid .g-start-lg-9 {
    grid-column-start: 9;
  }

  .bs5-wrap .grid .g-start-lg-10 {
    grid-column-start: 10;
  }

  .bs5-wrap .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .grid .g-col-xl-1 {
    grid-column: auto / span 1;
  }

  .bs5-wrap .grid .g-col-xl-2 {
    grid-column: auto / span 2;
  }

  .bs5-wrap .grid .g-col-xl-3 {
    grid-column: auto / span 3;
  }

  .bs5-wrap .grid .g-col-xl-4 {
    grid-column: auto / span 4;
  }

  .bs5-wrap .grid .g-col-xl-5 {
    grid-column: auto / span 5;
  }

  .bs5-wrap .grid .g-col-xl-6 {
    grid-column: auto / span 6;
  }

  .bs5-wrap .grid .g-col-xl-7 {
    grid-column: auto / span 7;
  }

  .bs5-wrap .grid .g-col-xl-8 {
    grid-column: auto / span 8;
  }

  .bs5-wrap .grid .g-col-xl-9 {
    grid-column: auto / span 9;
  }

  .bs5-wrap .grid .g-col-xl-10 {
    grid-column: auto / span 10;
  }

  .bs5-wrap .grid .g-col-xl-11 {
    grid-column: auto / span 11;
  }

  .bs5-wrap .grid .g-col-xl-12 {
    grid-column: auto / span 12;
  }

  .bs5-wrap .grid .g-start-xl-1 {
    grid-column-start: 1;
  }

  .bs5-wrap .grid .g-start-xl-2 {
    grid-column-start: 2;
  }

  .bs5-wrap .grid .g-start-xl-3 {
    grid-column-start: 3;
  }

  .bs5-wrap .grid .g-start-xl-4 {
    grid-column-start: 4;
  }

  .bs5-wrap .grid .g-start-xl-5 {
    grid-column-start: 5;
  }

  .bs5-wrap .grid .g-start-xl-6 {
    grid-column-start: 6;
  }

  .bs5-wrap .grid .g-start-xl-7 {
    grid-column-start: 7;
  }

  .bs5-wrap .grid .g-start-xl-8 {
    grid-column-start: 8;
  }

  .bs5-wrap .grid .g-start-xl-9 {
    grid-column-start: 9;
  }

  .bs5-wrap .grid .g-start-xl-10 {
    grid-column-start: 10;
  }

  .bs5-wrap .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .grid .g-col-xxl-1 {
    grid-column: auto / span 1;
  }

  .bs5-wrap .grid .g-col-xxl-2 {
    grid-column: auto / span 2;
  }

  .bs5-wrap .grid .g-col-xxl-3 {
    grid-column: auto / span 3;
  }

  .bs5-wrap .grid .g-col-xxl-4 {
    grid-column: auto / span 4;
  }

  .bs5-wrap .grid .g-col-xxl-5 {
    grid-column: auto / span 5;
  }

  .bs5-wrap .grid .g-col-xxl-6 {
    grid-column: auto / span 6;
  }

  .bs5-wrap .grid .g-col-xxl-7 {
    grid-column: auto / span 7;
  }

  .bs5-wrap .grid .g-col-xxl-8 {
    grid-column: auto / span 8;
  }

  .bs5-wrap .grid .g-col-xxl-9 {
    grid-column: auto / span 9;
  }

  .bs5-wrap .grid .g-col-xxl-10 {
    grid-column: auto / span 10;
  }

  .bs5-wrap .grid .g-col-xxl-11 {
    grid-column: auto / span 11;
  }

  .bs5-wrap .grid .g-col-xxl-12 {
    grid-column: auto / span 12;
  }

  .bs5-wrap .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }

  .bs5-wrap .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }

  .bs5-wrap .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }

  .bs5-wrap .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }

  .bs5-wrap .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }

  .bs5-wrap .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }

  .bs5-wrap .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }

  .bs5-wrap .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }

  .bs5-wrap .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }

  .bs5-wrap .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }

  .bs5-wrap .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.bs5-wrap .col {
  flex: 1 0;
}

.bs5-wrap .row-cols-auto > * {
  width: auto;
  flex: none;
}

.bs5-wrap .row-cols-1 > * {
  width: 100%;
  flex: none;
}

.bs5-wrap .row-cols-2 > * {
  width: 50%;
  flex: none;
}

.bs5-wrap .row-cols-3 > * {
  width: 33.3333%;
  flex: none;
}

.bs5-wrap .row-cols-4 > * {
  width: 25%;
  flex: none;
}

.bs5-wrap .row-cols-5 > * {
  width: 20%;
  flex: none;
}

.bs5-wrap .row-cols-6 > * {
  width: 16.6667%;
  flex: none;
}

.bs5-wrap .col-auto {
  width: auto;
  flex: none;
}

.bs5-wrap .col-1 {
  width: 8.33333%;
  flex: none;
}

.bs5-wrap .col-2 {
  width: 16.6667%;
  flex: none;
}

.bs5-wrap .col-3 {
  width: 25%;
  flex: none;
}

.bs5-wrap .col-4 {
  width: 33.3333%;
  flex: none;
}

.bs5-wrap .col-5 {
  width: 41.6667%;
  flex: none;
}

.bs5-wrap .col-6 {
  width: 50%;
  flex: none;
}

.bs5-wrap .col-7 {
  width: 58.3333%;
  flex: none;
}

.bs5-wrap .col-8 {
  width: 66.6667%;
  flex: none;
}

.bs5-wrap .col-9 {
  width: 75%;
  flex: none;
}

.bs5-wrap .col-10 {
  width: 83.3333%;
  flex: none;
}

.bs5-wrap .col-11 {
  width: 91.6667%;
  flex: none;
}

.bs5-wrap .col-12 {
  width: 100%;
  flex: none;
}

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

.bs5-wrap .offset-2 {
  margin-left: 16.6667%;
}

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

.bs5-wrap .offset-4 {
  margin-left: 33.3333%;
}

.bs5-wrap .offset-5 {
  margin-left: 41.6667%;
}

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

.bs5-wrap .offset-7 {
  margin-left: 58.3333%;
}

.bs5-wrap .offset-8 {
  margin-left: 66.6667%;
}

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

.bs5-wrap .offset-10 {
  margin-left: 83.3333%;
}

.bs5-wrap .offset-11 {
  margin-left: 91.6667%;
}

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

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

.bs5-wrap .g-1, .bs5-wrap .gx-1 {
  --bs-gutter-x: .25rem;
}

.bs5-wrap .g-1, .bs5-wrap .gy-1 {
  --bs-gutter-y: .25rem;
}

.bs5-wrap .g-2, .bs5-wrap .gx-2 {
  --bs-gutter-x: .5rem;
}

.bs5-wrap .g-2, .bs5-wrap .gy-2 {
  --bs-gutter-y: .5rem;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs5-wrap .col-sm {
    flex: 1 0;
  }

  .bs5-wrap .row-cols-sm-auto > * {
    width: auto;
    flex: none;
  }

  .bs5-wrap .row-cols-sm-1 > * {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .row-cols-sm-2 > * {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .row-cols-sm-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .row-cols-sm-4 > * {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .row-cols-sm-5 > * {
    width: 20%;
    flex: none;
  }

  .bs5-wrap .row-cols-sm-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-sm-auto {
    width: auto;
    flex: none;
  }

  .bs5-wrap .col-sm-1 {
    width: 8.33333%;
    flex: none;
  }

  .bs5-wrap .col-sm-2 {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-sm-3 {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .col-sm-4 {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .col-sm-5 {
    width: 41.6667%;
    flex: none;
  }

  .bs5-wrap .col-sm-6 {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .col-sm-7 {
    width: 58.3333%;
    flex: none;
  }

  .bs5-wrap .col-sm-8 {
    width: 66.6667%;
    flex: none;
  }

  .bs5-wrap .col-sm-9 {
    width: 75%;
    flex: none;
  }

  .bs5-wrap .col-sm-10 {
    width: 83.3333%;
    flex: none;
  }

  .bs5-wrap .col-sm-11 {
    width: 91.6667%;
    flex: none;
  }

  .bs5-wrap .col-sm-12 {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .offset-sm-0 {
    margin-left: 0;
  }

  .bs5-wrap .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .bs5-wrap .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .bs5-wrap .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .bs5-wrap .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .bs5-wrap .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .bs5-wrap .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .bs5-wrap .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .bs5-wrap .offset-sm-11 {
    margin-left: 91.6667%;
  }

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

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

  .bs5-wrap .g-sm-1, .bs5-wrap .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .bs5-wrap .g-sm-1, .bs5-wrap .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .bs5-wrap .g-sm-2, .bs5-wrap .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .bs5-wrap .g-sm-2, .bs5-wrap .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .bs5-wrap .col-md {
    flex: 1 0;
  }

  .bs5-wrap .row-cols-md-auto > * {
    width: auto;
    flex: none;
  }

  .bs5-wrap .row-cols-md-1 > * {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .row-cols-md-2 > * {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .row-cols-md-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .row-cols-md-4 > * {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .row-cols-md-5 > * {
    width: 20%;
    flex: none;
  }

  .bs5-wrap .row-cols-md-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-md-auto {
    width: auto;
    flex: none;
  }

  .bs5-wrap .col-md-1 {
    width: 8.33333%;
    flex: none;
  }

  .bs5-wrap .col-md-2 {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-md-3 {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .col-md-4 {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .col-md-5 {
    width: 41.6667%;
    flex: none;
  }

  .bs5-wrap .col-md-6 {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .col-md-7 {
    width: 58.3333%;
    flex: none;
  }

  .bs5-wrap .col-md-8 {
    width: 66.6667%;
    flex: none;
  }

  .bs5-wrap .col-md-9 {
    width: 75%;
    flex: none;
  }

  .bs5-wrap .col-md-10 {
    width: 83.3333%;
    flex: none;
  }

  .bs5-wrap .col-md-11 {
    width: 91.6667%;
    flex: none;
  }

  .bs5-wrap .col-md-12 {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .offset-md-0 {
    margin-left: 0;
  }

  .bs5-wrap .offset-md-1 {
    margin-left: 8.33333%;
  }

  .bs5-wrap .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .bs5-wrap .offset-md-4 {
    margin-left: 33.3333%;
  }

  .bs5-wrap .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .bs5-wrap .offset-md-7 {
    margin-left: 58.3333%;
  }

  .bs5-wrap .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .bs5-wrap .offset-md-10 {
    margin-left: 83.3333%;
  }

  .bs5-wrap .offset-md-11 {
    margin-left: 91.6667%;
  }

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

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

  .bs5-wrap .g-md-1, .bs5-wrap .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .bs5-wrap .g-md-1, .bs5-wrap .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .bs5-wrap .g-md-2, .bs5-wrap .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .bs5-wrap .g-md-2, .bs5-wrap .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .bs5-wrap .col-lg {
    flex: 1 0;
  }

  .bs5-wrap .row-cols-lg-auto > * {
    width: auto;
    flex: none;
  }

  .bs5-wrap .row-cols-lg-1 > * {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .row-cols-lg-2 > * {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .row-cols-lg-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .row-cols-lg-4 > * {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .row-cols-lg-5 > * {
    width: 20%;
    flex: none;
  }

  .bs5-wrap .row-cols-lg-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-lg-auto {
    width: auto;
    flex: none;
  }

  .bs5-wrap .col-lg-1 {
    width: 8.33333%;
    flex: none;
  }

  .bs5-wrap .col-lg-2 {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-lg-3 {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .col-lg-4 {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .col-lg-5 {
    width: 41.6667%;
    flex: none;
  }

  .bs5-wrap .col-lg-6 {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .col-lg-7 {
    width: 58.3333%;
    flex: none;
  }

  .bs5-wrap .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }

  .bs5-wrap .col-lg-9 {
    width: 75%;
    flex: none;
  }

  .bs5-wrap .col-lg-10 {
    width: 83.3333%;
    flex: none;
  }

  .bs5-wrap .col-lg-11 {
    width: 91.6667%;
    flex: none;
  }

  .bs5-wrap .col-lg-12 {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .offset-lg-0 {
    margin-left: 0;
  }

  .bs5-wrap .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .bs5-wrap .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .bs5-wrap .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .bs5-wrap .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .bs5-wrap .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .bs5-wrap .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .bs5-wrap .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .bs5-wrap .offset-lg-11 {
    margin-left: 91.6667%;
  }

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

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

  .bs5-wrap .g-lg-1, .bs5-wrap .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .bs5-wrap .g-lg-1, .bs5-wrap .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .bs5-wrap .g-lg-2, .bs5-wrap .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .bs5-wrap .g-lg-2, .bs5-wrap .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .bs5-wrap .col-xl {
    flex: 1 0;
  }

  .bs5-wrap .row-cols-xl-auto > * {
    width: auto;
    flex: none;
  }

  .bs5-wrap .row-cols-xl-1 > * {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .row-cols-xl-2 > * {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .row-cols-xl-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .row-cols-xl-4 > * {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .row-cols-xl-5 > * {
    width: 20%;
    flex: none;
  }

  .bs5-wrap .row-cols-xl-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-xl-auto {
    width: auto;
    flex: none;
  }

  .bs5-wrap .col-xl-1 {
    width: 8.33333%;
    flex: none;
  }

  .bs5-wrap .col-xl-2 {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-xl-3 {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .col-xl-4 {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .col-xl-5 {
    width: 41.6667%;
    flex: none;
  }

  .bs5-wrap .col-xl-6 {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .col-xl-7 {
    width: 58.3333%;
    flex: none;
  }

  .bs5-wrap .col-xl-8 {
    width: 66.6667%;
    flex: none;
  }

  .bs5-wrap .col-xl-9 {
    width: 75%;
    flex: none;
  }

  .bs5-wrap .col-xl-10 {
    width: 83.3333%;
    flex: none;
  }

  .bs5-wrap .col-xl-11 {
    width: 91.6667%;
    flex: none;
  }

  .bs5-wrap .col-xl-12 {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .offset-xl-0 {
    margin-left: 0;
  }

  .bs5-wrap .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .bs5-wrap .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .bs5-wrap .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .bs5-wrap .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .bs5-wrap .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .bs5-wrap .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .bs5-wrap .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .bs5-wrap .offset-xl-11 {
    margin-left: 91.6667%;
  }

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

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

  .bs5-wrap .g-xl-1, .bs5-wrap .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .bs5-wrap .g-xl-1, .bs5-wrap .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .bs5-wrap .g-xl-2, .bs5-wrap .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .bs5-wrap .g-xl-2, .bs5-wrap .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 1400px) {
  .bs5-wrap .col-xxl {
    flex: 1 0;
  }

  .bs5-wrap .row-cols-xxl-auto > * {
    width: auto;
    flex: none;
  }

  .bs5-wrap .row-cols-xxl-1 > * {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .row-cols-xxl-2 > * {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .row-cols-xxl-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .row-cols-xxl-4 > * {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .row-cols-xxl-5 > * {
    width: 20%;
    flex: none;
  }

  .bs5-wrap .row-cols-xxl-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-xxl-auto {
    width: auto;
    flex: none;
  }

  .bs5-wrap .col-xxl-1 {
    width: 8.33333%;
    flex: none;
  }

  .bs5-wrap .col-xxl-2 {
    width: 16.6667%;
    flex: none;
  }

  .bs5-wrap .col-xxl-3 {
    width: 25%;
    flex: none;
  }

  .bs5-wrap .col-xxl-4 {
    width: 33.3333%;
    flex: none;
  }

  .bs5-wrap .col-xxl-5 {
    width: 41.6667%;
    flex: none;
  }

  .bs5-wrap .col-xxl-6 {
    width: 50%;
    flex: none;
  }

  .bs5-wrap .col-xxl-7 {
    width: 58.3333%;
    flex: none;
  }

  .bs5-wrap .col-xxl-8 {
    width: 66.6667%;
    flex: none;
  }

  .bs5-wrap .col-xxl-9 {
    width: 75%;
    flex: none;
  }

  .bs5-wrap .col-xxl-10 {
    width: 83.3333%;
    flex: none;
  }

  .bs5-wrap .col-xxl-11 {
    width: 91.6667%;
    flex: none;
  }

  .bs5-wrap .col-xxl-12 {
    width: 100%;
    flex: none;
  }

  .bs5-wrap .offset-xxl-0 {
    margin-left: 0;
  }

  .bs5-wrap .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .bs5-wrap .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .bs5-wrap .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .bs5-wrap .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .bs5-wrap .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .bs5-wrap .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .bs5-wrap .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .bs5-wrap .offset-xxl-11 {
    margin-left: 91.6667%;
  }

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

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

  .bs5-wrap .g-xxl-1, .bs5-wrap .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .bs5-wrap .g-xxl-1, .bs5-wrap .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .bs5-wrap .g-xxl-2, .bs5-wrap .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .bs5-wrap .g-xxl-2, .bs5-wrap .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

.bs5-wrap .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  width: 100%;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-bottom: 1rem;
}

.bs5-wrap .table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: .5rem;
}

.bs5-wrap .table > tbody {
  vertical-align: inherit;
}

.bs5-wrap .table > thead {
  vertical-align: bottom;
}

.bs5-wrap .table-group-divider {
  border-top: 2px solid;
}

.bs5-wrap .caption-top {
  caption-side: top;
}

.bs5-wrap .table-sm > :not(caption) > * > * {
  padding: .25rem;
}

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

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

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

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

.bs5-wrap .table-striped > tbody > tr:nth-of-type(2n+1) > *, .bs5-wrap .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.bs5-wrap .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #fbdde2;
  --bs-table-border-color: #e2c7cb;
  --bs-table-striped-bg: #eed2d7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2c7cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8ccd1;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.bs5-wrap .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #d6f9eb;
  --bs-table-border-color: #c1e0d4;
  --bs-table-striped-bg: #cbeddf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1e0d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6e6d9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.bs5-wrap .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d3ebd9;
  --bs-table-border-color: #bed4c3;
  --bs-table-striped-bg: #c8dfce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bed4c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3d9c9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.bs5-wrap .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #d1ecf1;
  --bs-table-border-color: #bcd4d9;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

.bs5-wrap .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #3d3d3d;
  --bs-table-border-color: #505050;
  --bs-table-striped-bg: #474747;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #505050;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #4c4c4c;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

.bs5-wrap .form-label {
  margin-bottom: .5rem;
}

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

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

.bs5-wrap .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}

.bs5-wrap .form-text {
  color: #5f5f5f;
  margin-top: .25rem;
  font-size: .875em;
}

.bs5-wrap .form-control {
  width: 100%;
  color: #1a1a1a;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  border-radius: .375rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-control {
    transition: none;
  }
}

.bs5-wrap .form-control[type="file"] {
  overflow: hidden;
}

.bs5-wrap .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.bs5-wrap .form-control:focus {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #f5abb6;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ea576c40;
}

.bs5-wrap .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.bs5-wrap .form-control::placeholder {
  color: #5f5f5f;
  opacity: 1;
}

.bs5-wrap .form-control:disabled {
  opacity: 1;
  background-color: #e8e8e8;
}

.bs5-wrap .form-control::file-selector-button {
  margin: -.375rem -.75rem;
  color: #1a1a1a;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background-color: #e8e8e8;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-control::file-selector-button {
    transition: none;
  }
}

.bs5-wrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dcdcdc;
}

.bs5-wrap .form-control-plaintext {
  width: 100%;
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #0000;
  border-width: 1px 0;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.bs5-wrap .form-control-plaintext:focus {
  outline: 0;
}

.bs5-wrap .form-control-plaintext.form-control-sm, .bs5-wrap .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.bs5-wrap .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.bs5-wrap .form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.bs5-wrap .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.bs5-wrap .form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

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

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

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

.bs5-wrap .form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem;
}

.bs5-wrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.bs5-wrap .form-control-color::-moz-color-swatch {
  border-radius: .375rem;
  border: 0 !important;
}

.bs5-wrap .form-control-color::-webkit-color-swatch {
  border-radius: .375rem;
}

.bs5-wrap .form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
}

.bs5-wrap .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.bs5-wrap .form-select {
  width: 100%;
  -moz-padding-start: calc(.75rem - 3px);
  color: #1a1a1a;
  appearance: none;
  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='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #d4d4d4;
  border-radius: .375rem;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-select {
    transition: none;
  }
}

.bs5-wrap .form-select:focus {
  border-color: #f5abb6;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ea576c40;
}

.bs5-wrap .form-select[multiple], .bs5-wrap .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.bs5-wrap .form-select:disabled {
  background-color: #e8e8e8;
}

.bs5-wrap .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #1a1a1a;
}

.bs5-wrap .form-select-sm {
  border-radius: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.bs5-wrap .form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.bs5-wrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.bs5-wrap .form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.bs5-wrap .form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.bs5-wrap .form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  appearance: none;
  print-color-adjust: exact;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #00000040;
  margin-top: .25em;
}

.bs5-wrap .form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.bs5-wrap .form-check-input[type="radio"] {
  border-radius: 50%;
}

.bs5-wrap .form-check-input:active {
  filter: brightness(90%);
}

.bs5-wrap .form-check-input:focus {
  border-color: #f5abb6;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ea576c40;
}

.bs5-wrap .form-check-input:checked {
  background-color: #ea576c;
  border-color: #ea576c;
}

.bs5-wrap .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.bs5-wrap .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");
}

.bs5-wrap .form-check-input[type="checkbox"]:indeterminate {
  background-color: #ea576c;
  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");
  border-color: #ea576c;
}

.bs5-wrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.bs5-wrap .form-check-input[disabled] ~ .form-check-label, .bs5-wrap .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.bs5-wrap .form-switch {
  padding-left: 2.5em;
}

.bs5-wrap .form-switch .form-check-input {
  width: 2em;
  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: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-switch .form-check-input {
    transition: none;
  }
}

.bs5-wrap .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='%23f5abb6'/%3e%3c/svg%3e");
}

.bs5-wrap .form-switch .form-check-input:checked {
  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");
  background-position: 100%;
}

.bs5-wrap .form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.bs5-wrap .form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

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

.bs5-wrap .btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.bs5-wrap .btn-check[disabled] + .btn, .bs5-wrap .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.bs5-wrap .form-range {
  width: 100%;
  height: 1.5rem;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.bs5-wrap .form-range:focus {
  outline: 0;
}

.bs5-wrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #ea576c40;
}

.bs5-wrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #ea576c40;
}

.bs5-wrap .form-range::-moz-focus-outer {
  border: 0;
}

.bs5-wrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #ea576c;
  border: 0;
  border-radius: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.bs5-wrap .form-range::-webkit-slider-thumb:active {
  background-color: #f9cdd3;
}

.bs5-wrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dedede;
  border-color: #0000;
  border-radius: 1rem;
}

.bs5-wrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #ea576c;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-range::-moz-range-thumb {
    transition: none;
  }
}

.bs5-wrap .form-range::-moz-range-thumb:active {
  background-color: #f9cdd3;
}

.bs5-wrap .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dedede;
  border-color: #0000;
  border-radius: 1rem;
}

.bs5-wrap .form-range:disabled {
  pointer-events: none;
}

.bs5-wrap .form-range:disabled::-webkit-slider-thumb {
  background-color: #cbcbcb;
}

.bs5-wrap .form-range:disabled::-moz-range-thumb {
  background-color: #cbcbcb;
}

.bs5-wrap .form-floating {
  position: relative;
}

.bs5-wrap .form-floating > .form-control, .bs5-wrap .form-floating > .form-control-plaintext, .bs5-wrap .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.bs5-wrap .form-floating > label {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  border: 1px solid #0000;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .form-floating > label {
    transition: none;
  }
}

.bs5-wrap .form-floating > .form-control, .bs5-wrap .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.bs5-wrap .form-floating > .form-control::placeholder, .bs5-wrap .form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.bs5-wrap .form-floating > .form-control:focus, .bs5-wrap .form-floating > .form-control:not(:placeholder-shown), .bs5-wrap .form-floating > .form-control-plaintext:focus, .bs5-wrap .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.bs5-wrap .form-floating > .form-control:-webkit-autofill, .bs5-wrap .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.bs5-wrap .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.bs5-wrap .form-floating > .form-control:focus ~ label, .bs5-wrap .form-floating > .form-control:not(:placeholder-shown) ~ label, .bs5-wrap .form-floating > .form-control-plaintext ~ label, .bs5-wrap .form-floating > .form-select ~ label, .bs5-wrap .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.bs5-wrap .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.bs5-wrap .input-group {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bs5-wrap .input-group > .form-control, .bs5-wrap .input-group > .form-select, .bs5-wrap .input-group > .form-floating {
  width: 1%;
  min-width: 0;
  flex: auto;
  position: relative;
}

.bs5-wrap .input-group > .form-control:focus, .bs5-wrap .input-group > .form-select:focus, .bs5-wrap .input-group > .form-floating:focus-within {
  z-index: 3;
}

.bs5-wrap .input-group .btn {
  z-index: 2;
  position: relative;
}

.bs5-wrap .input-group .btn:focus {
  z-index: 3;
}

.bs5-wrap .input-group-text {
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
  background-color: #e8e8e8;
  border: 1px solid #d4d4d4;
  border-radius: .375rem;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

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

.bs5-wrap .input-group-sm > .form-control, .bs5-wrap .input-group-sm > .form-select, .bs5-wrap .input-group-sm > .input-group-text, .bs5-wrap .input-group-sm > .btn {
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

.bs5-wrap .input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .bs5-wrap .input-group > .form-floating:not(:first-child) > .form-control, .bs5-wrap .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.bs5-wrap .valid-feedback {
  width: 100%;
  color: #249a41;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.bs5-wrap .valid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #000;
  background-color: #249a41e6;
  border-radius: .375rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.was-validated .bs5-wrap .form-control:valid, .bs5-wrap .form-control.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23249a41' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #249a41;
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bs5-wrap .form-control:valid:focus, .bs5-wrap .form-control.is-valid:focus {
  border-color: #249a41;
  box-shadow: 0 0 0 .25rem #249a4140;
}

.was-validated .bs5-wrap textarea.form-control:valid, .bs5-wrap textarea.form-control.is-valid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bs5-wrap .form-select:valid, .bs5-wrap .form-select.is-valid {
  border-color: #249a41;
}

.was-validated .bs5-wrap .form-select:valid:not([multiple]):not([size]), .was-validated .bs5-wrap .form-select:valid:not([multiple])[size="1"], .bs5-wrap .form-select.is-valid:not([multiple]):not([size]), .bs5-wrap .form-select.is-valid:not([multiple])[size="1"] {
  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='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23249a41' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .bs5-wrap .form-select:valid:focus, .bs5-wrap .form-select.is-valid:focus {
  border-color: #249a41;
  box-shadow: 0 0 0 .25rem #249a4140;
}

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

.was-validated .bs5-wrap .form-check-input:valid, .bs5-wrap .form-check-input.is-valid {
  border-color: #249a41;
}

.was-validated .bs5-wrap .form-check-input:valid:checked, .bs5-wrap .form-check-input.is-valid:checked {
  background-color: #249a41;
}

.was-validated .bs5-wrap .form-check-input:valid:focus, .bs5-wrap .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem #249a4140;
}

.was-validated .bs5-wrap .form-check-input:valid ~ .form-check-label, .bs5-wrap .form-check-input.is-valid ~ .form-check-label {
  color: #249a41;
}

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

.was-validated .bs5-wrap .input-group .form-control:valid, .bs5-wrap .input-group .form-control.is-valid, .was-validated .bs5-wrap .input-group .form-select:valid, .bs5-wrap .input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .bs5-wrap .input-group .form-control:valid:focus, .bs5-wrap .input-group .form-control.is-valid:focus, .was-validated .bs5-wrap .input-group .form-select:valid:focus, .bs5-wrap .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.bs5-wrap .invalid-feedback {
  width: 100%;
  color: #dc3545;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.bs5-wrap .invalid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #dc3545e6;
  border-radius: .375rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.was-validated .bs5-wrap .form-control:invalid, .bs5-wrap .form-control.is-invalid {
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bs5-wrap .form-control:invalid:focus, .bs5-wrap .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540;
}

.was-validated .bs5-wrap textarea.form-control:invalid, .bs5-wrap textarea.form-control.is-invalid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bs5-wrap .form-select:invalid, .bs5-wrap .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .bs5-wrap .form-select:invalid:not([multiple]):not([size]), .was-validated .bs5-wrap .form-select:invalid:not([multiple])[size="1"], .bs5-wrap .form-select.is-invalid:not([multiple]):not([size]), .bs5-wrap .form-select.is-invalid:not([multiple])[size="1"] {
  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='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .bs5-wrap .form-select:invalid:focus, .bs5-wrap .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540;
}

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

.was-validated .bs5-wrap .form-check-input:invalid, .bs5-wrap .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .bs5-wrap .form-check-input:invalid:checked, .bs5-wrap .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .bs5-wrap .form-check-input:invalid:focus, .bs5-wrap .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem #dc354540;
}

.was-validated .bs5-wrap .form-check-input:invalid ~ .form-check-label, .bs5-wrap .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .bs5-wrap .input-group .form-control:invalid, .bs5-wrap .input-group .form-control.is-invalid, .was-validated .bs5-wrap .input-group .form-select:invalid, .bs5-wrap .input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .bs5-wrap .input-group .form-control:invalid:focus, .bs5-wrap .input-group .form-control.is-invalid:focus, .was-validated .bs5-wrap .input-group .form-select:invalid:focus, .bs5-wrap .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.bs5-wrap .btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #1a1a1a;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: .375rem;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .btn {
    transition: none;
  }
}

.bs5-wrap .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check:focus + .bs5-wrap .btn, .bs5-wrap .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .bs5-wrap .btn, .btn-check:active + .bs5-wrap .btn, .bs5-wrap .btn:active, .bs5-wrap .btn.active, .bs5-wrap .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .bs5-wrap .btn:focus, .btn-check:active + .bs5-wrap .btn:focus, .bs5-wrap .btn:active:focus, .bs5-wrap .btn.active:focus, .bs5-wrap .btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.bs5-wrap .btn:disabled, .bs5-wrap .btn.disabled, fieldset:disabled .bs5-wrap .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.bs5-wrap .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ea576c;
  --bs-btn-border-color: #ea576c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ed7082;
  --bs-btn-hover-border-color: #ec687b;
  --bs-btn-focus-shadow-rgb: 199, 74, 92;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ee7989;
  --bs-btn-active-border-color: #ec687b;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ea576c;
  --bs-btn-disabled-border-color: #ea576c;
}

.bs5-wrap .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #34e29b;
  --bs-btn-border-color: #34e29b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #52e6aa;
  --bs-btn-hover-border-color: #48e5a5;
  --bs-btn-focus-shadow-rgb: 44, 192, 132;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #5de8af;
  --bs-btn-active-border-color: #48e5a5;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #34e29b;
  --bs-btn-disabled-border-color: #34e29b;
}

.bs5-wrap .btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #249a41;
  --bs-btn-border-color: #249a41;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #45a95e;
  --bs-btn-hover-border-color: #3aa454;
  --bs-btn-focus-shadow-rgb: 31, 131, 55;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #50ae67;
  --bs-btn-active-border-color: #3aa454;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #249a41;
  --bs-btn-disabled-border-color: #249a41;
}

.bs5-wrap .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3ab0c3;
  --bs-btn-hover-border-color: #2eabbf;
  --bs-btn-focus-shadow-rgb: 20, 138, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #45b5c6;
  --bs-btn-active-border-color: #2eabbf;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}

.bs5-wrap .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.bs5-wrap .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.bs5-wrap .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.bs5-wrap .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3d3d3d;
  --bs-btn-border-color: #3d3d3d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5a5a5a;
  --bs-btn-hover-border-color: #505050;
  --bs-btn-focus-shadow-rgb: 90, 90, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #646464;
  --bs-btn-active-border-color: #505050;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3d3d3d;
  --bs-btn-disabled-border-color: #3d3d3d;
}

.bs5-wrap .btn-outline-primary {
  --bs-btn-color: #ea576c;
  --bs-btn-border-color: #ea576c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ea576c;
  --bs-btn-hover-border-color: #ea576c;
  --bs-btn-focus-shadow-rgb: 234, 87, 108;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ea576c;
  --bs-btn-active-border-color: #ea576c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ea576c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ea576c;
  --bs-gradient: none;
}

.bs5-wrap .btn-outline-secondary {
  --bs-btn-color: #34e29b;
  --bs-btn-border-color: #34e29b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #34e29b;
  --bs-btn-hover-border-color: #34e29b;
  --bs-btn-focus-shadow-rgb: 52, 226, 155;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #34e29b;
  --bs-btn-active-border-color: #34e29b;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #34e29b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #34e29b;
  --bs-gradient: none;
}

.bs5-wrap .btn-outline-success {
  --bs-btn-color: #249a41;
  --bs-btn-border-color: #249a41;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #249a41;
  --bs-btn-hover-border-color: #249a41;
  --bs-btn-focus-shadow-rgb: 36, 154, 65;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #249a41;
  --bs-btn-active-border-color: #249a41;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #249a41;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #249a41;
  --bs-gradient: none;
}

.bs5-wrap .btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}

.bs5-wrap .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.bs5-wrap .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

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

.bs5-wrap .btn-outline-dark {
  --bs-btn-color: #3d3d3d;
  --bs-btn-border-color: #3d3d3d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3d3d3d;
  --bs-btn-hover-border-color: #3d3d3d;
  --bs-btn-focus-shadow-rgb: 61, 61, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d3d3d;
  --bs-btn-active-border-color: #3d3d3d;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #3d3d3d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3d3d3d;
  --bs-gradient: none;
}

.bs5-wrap .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #5f5f5f;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 199, 74, 92;
  text-decoration: underline;
}

.bs5-wrap .btn-link:focus {
  color: var(--bs-btn-color);
}

.bs5-wrap .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

.bs5-wrap .btn-sm, .bs5-wrap .btn-group-sm > .btn {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: .25rem;
}

.bs5-wrap .fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .fade {
    transition: none;
  }
}

.bs5-wrap .fade:not(.show) {
  opacity: 0;
}

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

.bs5-wrap .collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .collapsing {
    transition: none;
  }
}

.bs5-wrap .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.bs5-wrap .dropdown-toggle {
  white-space: nowrap;
}

.bs5-wrap .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.bs5-wrap .dropdown-toggle:empty:after {
  margin-left: 0;
}

.bs5-wrap .dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #1a1a1a;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: .375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: 0 .5rem 1rem #00000026;
  --bs-dropdown-link-color: #1a1a1a;
  --bs-dropdown-link-hover-color: #171717;
  --bs-dropdown-link-hover-bg: #e8e8e8;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ea576c;
  --bs-dropdown-link-disabled-color: #cbcbcb;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #5f5f5f;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: 1000;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.bs5-wrap .dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.bs5-wrap .dropdown-menu-start {
  --bs-position: start;
}

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

.bs5-wrap .dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  .bs5-wrap .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .bs5-wrap .dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (min-width: 768px) {
  .bs5-wrap .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .bs5-wrap .dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (min-width: 992px) {
  .bs5-wrap .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .bs5-wrap .dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (min-width: 1200px) {
  .bs5-wrap .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .bs5-wrap .dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (min-width: 1400px) {
  .bs5-wrap .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .bs5-wrap .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

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

.bs5-wrap .dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

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

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

.bs5-wrap .dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

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

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

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

.bs5-wrap .dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.bs5-wrap .dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

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

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

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

.bs5-wrap .dropdown-item {
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.bs5-wrap .dropdown-item:hover, .bs5-wrap .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.bs5-wrap .dropdown-item.active, .bs5-wrap .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.bs5-wrap .dropdown-item.disabled, .bs5-wrap .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

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

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

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

.bs5-wrap .dropdown-menu-dark {
  --bs-dropdown-color: #dedede;
  --bs-dropdown-bg: #323232;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dedede;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ea576c;
  --bs-dropdown-link-disabled-color: #cbcbcb;
  --bs-dropdown-header-color: #cbcbcb;
}

.bs5-wrap .btn-group, .bs5-wrap .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.bs5-wrap .btn-group > .btn, .bs5-wrap .btn-group-vertical > .btn {
  flex: auto;
  position: relative;
}

.bs5-wrap .btn-group > .btn-check:checked + .btn, .bs5-wrap .btn-group > .btn-check:focus + .btn, .bs5-wrap .btn-group > .btn:hover, .bs5-wrap .btn-group > .btn:focus, .bs5-wrap .btn-group > .btn:active, .bs5-wrap .btn-group > .btn.active, .bs5-wrap .btn-group-vertical > .btn-check:checked + .btn, .bs5-wrap .btn-group-vertical > .btn-check:focus + .btn, .bs5-wrap .btn-group-vertical > .btn:hover, .bs5-wrap .btn-group-vertical > .btn:focus, .bs5-wrap .btn-group-vertical > .btn:active, .bs5-wrap .btn-group-vertical > .btn.active {
  z-index: 1;
}

.bs5-wrap .btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.bs5-wrap .btn-toolbar .input-group {
  width: auto;
}

.bs5-wrap .btn-group {
  border-radius: .375rem;
}

.bs5-wrap .btn-group > .btn:not(:first-child), .bs5-wrap .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.bs5-wrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .bs5-wrap .btn-group > .btn.dropdown-toggle-split:first-child, .bs5-wrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bs5-wrap .btn-group > .btn:nth-child(n+3), .bs5-wrap .btn-group > :not(.btn-check) + .btn, .bs5-wrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bs5-wrap .dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.bs5-wrap .dropdown-toggle-split:after, .dropup .bs5-wrap .dropdown-toggle-split:after, .dropend .bs5-wrap .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .bs5-wrap .dropdown-toggle-split:before {
  margin-right: 0;
}

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

.bs5-wrap .btn-lg + .dropdown-toggle-split, .bs5-wrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.bs5-wrap .btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bs5-wrap .btn-group-vertical > .btn, .bs5-wrap .btn-group-vertical > .btn-group {
  width: 100%;
}

.bs5-wrap .btn-group-vertical > .btn:not(:first-child), .bs5-wrap .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.bs5-wrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .bs5-wrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bs5-wrap .btn-group-vertical > .btn ~ .btn, .bs5-wrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bs5-wrap .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: .375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(.375rem - 1px);
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #00000008;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;
}

.bs5-wrap .card > hr {
  margin-left: 0;
  margin-right: 0;
}

.bs5-wrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.bs5-wrap .card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-width: 0;
}

.bs5-wrap .card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-width: 0;
}

.bs5-wrap .card > .card-header + .list-group, .bs5-wrap .card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

.bs5-wrap .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.bs5-wrap .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.bs5-wrap .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.bs5-wrap .card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.bs5-wrap .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

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

.bs5-wrap .card-img-overlay {
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
  position: absolute;
  inset: 0;
}

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

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

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

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

@media (min-width: 576px) {
  .bs5-wrap .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .bs5-wrap .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .bs5-wrap .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .bs5-wrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .bs5-wrap .card-group > .card:not(:last-child) .card-img-top, .bs5-wrap .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .bs5-wrap .card-group > .card:not(:last-child) .card-img-bottom, .bs5-wrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .bs5-wrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bs5-wrap .card-group > .card:not(:first-child) .card-img-top, .bs5-wrap .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .bs5-wrap .card-group > .card:not(:first-child) .card-img-bottom, .bs5-wrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.bs5-wrap .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d34e61'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #f5abb6;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #ea576c40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #d34e61;
  --bs-accordion-active-bg: #fdeef0;
}

.bs5-wrap .accordion-button {
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .accordion-button {
    transition: none;
  }
}

.bs5-wrap .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.bs5-wrap .accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.bs5-wrap .accordion-button:after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .accordion-button:after {
    transition: none;
  }
}

.bs5-wrap .accordion-button:hover {
  z-index: 2;
}

.bs5-wrap .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

.bs5-wrap .accordion-header {
  margin-bottom: 0;
}

.bs5-wrap .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.bs5-wrap .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.bs5-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.bs5-wrap .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.bs5-wrap .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.bs5-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.bs5-wrap .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.bs5-wrap .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.bs5-wrap .accordion-flush .accordion-collapse {
  border-width: 0;
}

.bs5-wrap .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.bs5-wrap .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.bs5-wrap .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.bs5-wrap .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.bs5-wrap .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #5f5f5f;
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: #5f5f5f;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}

.bs5-wrap .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.bs5-wrap .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.bs5-wrap .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.bs5-wrap .pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dedede;
  --bs-pagination-border-radius: .375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e8e8e8;
  --bs-pagination-hover-border-color: #dedede;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e8e8e8;
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #ea576c40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #ea576c;
  --bs-pagination-active-border-color: #ea576c;
  --bs-pagination-disabled-color: #5f5f5f;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dedede;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.bs5-wrap .page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .page-link {
    transition: none;
  }
}

.bs5-wrap .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.bs5-wrap .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.bs5-wrap .page-link.active, .active > .bs5-wrap .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.bs5-wrap .page-link.disabled, .disabled > .bs5-wrap .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.bs5-wrap .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.bs5-wrap .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.bs5-wrap .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.bs5-wrap .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: .5rem;
}

.bs5-wrap .pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: .25rem;
}

.bs5-wrap .badge {
  --bs-badge-padding-x: .65em;
  --bs-badge-padding-y: .35em;
  --bs-badge-font-size: .75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: .375rem;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  line-height: 1;
  display: inline-block;
}

.bs5-wrap .badge:empty {
  display: none;
}

.bs5-wrap .btn .badge {
  position: relative;
  top: -1px;
}

.bs5-wrap .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: .375rem;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  position: relative;
}

.bs5-wrap .alert-heading {
  color: inherit;
}

.bs5-wrap .alert-link {
  font-weight: 700;
}

.bs5-wrap .alert-dismissible {
  padding-right: 3rem;
}

.bs5-wrap .alert-dismissible .btn-close {
  z-index: 2;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.bs5-wrap .alert-primary {
  --bs-alert-color: #8c3441;
  --bs-alert-bg: #fbdde2;
  --bs-alert-border-color: #f9cdd3;
}

.bs5-wrap .alert-primary .alert-link {
  color: #702a34;
}

.bs5-wrap .alert-secondary {
  --bs-alert-color: #155a3e;
  --bs-alert-bg: #d6f9eb;
  --bs-alert-border-color: #c2f6e1;
}

.bs5-wrap .alert-secondary .alert-link {
  color: #114832;
}

.bs5-wrap .alert-success {
  --bs-alert-color: #165c27;
  --bs-alert-bg: #d3ebd9;
  --bs-alert-border-color: #bde1c6;
}

.bs5-wrap .alert-success .alert-link {
  color: #124a1f;
}

.bs5-wrap .alert-info {
  --bs-alert-color: #0e616e;
  --bs-alert-bg: #d1ecf1;
  --bs-alert-border-color: #b9e3ea;
}

.bs5-wrap .alert-info .alert-link {
  color: #0b4e58;
}

.bs5-wrap .alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.bs5-wrap .alert-warning .alert-link {
  color: #523e02;
}

.bs5-wrap .alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.bs5-wrap .alert-danger .alert-link {
  color: #6a1a21;
}

.bs5-wrap .alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

.bs5-wrap .alert-light .alert-link {
  color: #4f5050;
}

.bs5-wrap .alert-dark {
  --bs-alert-color: #252525;
  --bs-alert-bg: #d8d8d8;
  --bs-alert-border-color: #c5c5c5;
}

.bs5-wrap .alert-dark .alert-link {
  color: #1e1e1e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.bs5-wrap .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: #e8e8e8;
  --bs-progress-border-radius: .375rem;
  --bs-progress-box-shadow: inset 0 1px 2px #00000013;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ea576c;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.bs5-wrap .progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .progress-bar {
    transition: none;
  }
}

.bs5-wrap .progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.bs5-wrap .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .progress-bar-animated {
    animation: none;
  }
}

.bs5-wrap .list-group {
  --bs-list-group-color: #1a1a1a;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: #00000020;
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: .375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: #414141;
  --bs-list-group-action-hover-color: #414141;
  --bs-list-group-action-hover-bg: #f2f2f2;
  --bs-list-group-action-active-color: #1a1a1a;
  --bs-list-group-action-active-bg: #e8e8e8;
  --bs-list-group-disabled-color: #5f5f5f;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #ea576c;
  --bs-list-group-active-border-color: #ea576c;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.bs5-wrap .list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.bs5-wrap .list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.bs5-wrap .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.bs5-wrap .list-group-item-action:hover, .bs5-wrap .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  background-color: var(--bs-list-group-action-hover-bg);
  text-decoration: none;
}

.bs5-wrap .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.bs5-wrap .list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.bs5-wrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.bs5-wrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bs5-wrap .list-group-item.disabled, .bs5-wrap .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.bs5-wrap .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.bs5-wrap .list-group-item + .bs5-wrap .list-group-item {
  border-top-width: 0;
}

.bs5-wrap .list-group-item + .bs5-wrap .list-group-item.active {
  margin-top: calc(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width);
}

.bs5-wrap .list-group-horizontal {
  flex-direction: row;
}

.bs5-wrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.bs5-wrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.bs5-wrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.bs5-wrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.bs5-wrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .bs5-wrap .list-group-horizontal-sm {
    flex-direction: row;
  }

  .bs5-wrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .bs5-wrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .bs5-wrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .bs5-wrap .list-group-horizontal-md {
    flex-direction: row;
  }

  .bs5-wrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .bs5-wrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .bs5-wrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .bs5-wrap .list-group-horizontal-lg {
    flex-direction: row;
  }

  .bs5-wrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .bs5-wrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .bs5-wrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .list-group-horizontal-xl {
    flex-direction: row;
  }

  .bs5-wrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .bs5-wrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .bs5-wrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .bs5-wrap .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .bs5-wrap .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .bs5-wrap .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .bs5-wrap .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

.bs5-wrap .list-group-flush {
  border-radius: 0;
}

.bs5-wrap .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.bs5-wrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.bs5-wrap .list-group-item-primary {
  color: #8c3441;
  background-color: #fbdde2;
}

.bs5-wrap .list-group-item-primary.list-group-item-action:hover, .bs5-wrap .list-group-item-primary.list-group-item-action:focus {
  color: #8c3441;
  background-color: #e2c7cb;
}

.bs5-wrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #8c3441;
  border-color: #8c3441;
}

.bs5-wrap .list-group-item-secondary {
  color: #155a3e;
  background-color: #d6f9eb;
}

.bs5-wrap .list-group-item-secondary.list-group-item-action:hover, .bs5-wrap .list-group-item-secondary.list-group-item-action:focus {
  color: #155a3e;
  background-color: #c1e0d4;
}

.bs5-wrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #155a3e;
  border-color: #155a3e;
}

.bs5-wrap .list-group-item-success {
  color: #165c27;
  background-color: #d3ebd9;
}

.bs5-wrap .list-group-item-success.list-group-item-action:hover, .bs5-wrap .list-group-item-success.list-group-item-action:focus {
  color: #165c27;
  background-color: #bed4c3;
}

.bs5-wrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #165c27;
  border-color: #165c27;
}

.bs5-wrap .list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1;
}

.bs5-wrap .list-group-item-info.list-group-item-action:hover, .bs5-wrap .list-group-item-info.list-group-item-action:focus {
  color: #0e616e;
  background-color: #bcd4d9;
}

.bs5-wrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0e616e;
  border-color: #0e616e;
}

.bs5-wrap .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.bs5-wrap .list-group-item-warning.list-group-item-action:hover, .bs5-wrap .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.bs5-wrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.bs5-wrap .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.bs5-wrap .list-group-item-danger.list-group-item-action:hover, .bs5-wrap .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.bs5-wrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.bs5-wrap .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.bs5-wrap .list-group-item-light.list-group-item-action:hover, .bs5-wrap .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.bs5-wrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.bs5-wrap .list-group-item-dark {
  color: #252525;
  background-color: #d8d8d8;
}

.bs5-wrap .list-group-item-dark.list-group-item-action:hover, .bs5-wrap .list-group-item-dark.list-group-item-action:focus {
  color: #252525;
  background-color: #c2c2c2;
}

.bs5-wrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.bs5-wrap .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  opacity: .5;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em no-repeat;
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.bs5-wrap .btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none;
}

.bs5-wrap .btn-close:focus {
  opacity: 1;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ea576c40;
}

.bs5-wrap .btn-close:disabled, .bs5-wrap .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: .25;
}

.bs5-wrap .btn-close-white {
  filter: invert() grayscale() brightness(200%);
}

.bs5-wrap .toast {
  --bs-toast-padding-x: .75rem;
  --bs-toast-padding-y: .5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: .875rem;
  --bs-toast-color: ;
  --bs-toast-bg: #ffffffd9;
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: .375rem;
  --bs-toast-box-shadow: 0 .5rem 1rem #00000026;
  --bs-toast-header-color: #5f5f5f;
  --bs-toast-header-bg: #ffffffd9;
  --bs-toast-header-border-color: #0000000d;
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
  background-clip: padding-box;
}

.bs5-wrap .toast.showing {
  opacity: 0;
}

.bs5-wrap .toast:not(.show) {
  display: none;
}

.bs5-wrap .toast-container {
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
  position: absolute;
}

.bs5-wrap .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.bs5-wrap .toast-header {
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius)  - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius)  - var(--bs-toast-border-width));
  background-clip: padding-box;
  align-items: center;
  display: flex;
}

.bs5-wrap .toast-header .btn-close {
  margin-right: calc(var(--bs-toast-padding-x) * -.5);
  margin-left: var(--bs-toast-padding-x);
}

.bs5-wrap .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

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

.bs5-wrap .modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .bs5-wrap .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .bs5-wrap .modal-dialog {
    transition: none;
  }
}

.modal.show .bs5-wrap .modal-dialog {
  transform: none;
}

.modal.modal-static .bs5-wrap .modal-dialog {
  transform: scale(1.02);
}

.bs5-wrap .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.bs5-wrap .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.bs5-wrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.bs5-wrap .modal-backdrop.fade {
  opacity: 0;
}

.bs5-wrap .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.bs5-wrap .modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bs5-wrap .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto;
}

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

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

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

.bs5-wrap .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .bs5-wrap .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }

  .bs5-wrap .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
  }

  .bs5-wrap .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .modal-lg, .bs5-wrap .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.bs5-wrap .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.bs5-wrap .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.bs5-wrap .modal-fullscreen .modal-header, .bs5-wrap .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.bs5-wrap .modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .bs5-wrap .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs5-wrap .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-sm-down .modal-header, .bs5-wrap .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .bs5-wrap .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs5-wrap .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-md-down .modal-header, .bs5-wrap .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .bs5-wrap .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs5-wrap .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-lg-down .modal-header, .bs5-wrap .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .bs5-wrap .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs5-wrap .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-xl-down .modal-header, .bs5-wrap .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .bs5-wrap .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs5-wrap .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-xxl-down .modal-header, .bs5-wrap .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .bs5-wrap .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.bs5-wrap .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.bs5-wrap .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.bs5-wrap .tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.bs5-wrap .tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs5-wrap .bs-tooltip-top .tooltip-arrow, .bs5-wrap .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

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

.bs5-wrap .bs-tooltip-end .tooltip-arrow, .bs5-wrap .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  left: 0;
}

.bs5-wrap .bs-tooltip-end .tooltip-arrow:before, .bs5-wrap .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs5-wrap .bs-tooltip-bottom .tooltip-arrow, .bs5-wrap .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

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

.bs5-wrap .bs-tooltip-start .tooltip-arrow, .bs5-wrap .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  right: 0;
}

.bs5-wrap .bs-tooltip-start .tooltip-arrow:before, .bs5-wrap .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.bs5-wrap .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.bs5-wrap .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: .875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: .5rem;
  --bs-popover-inner-border-radius: calc(.5rem - 1px);
  --bs-popover-box-shadow: 0 .5rem 1rem #00000026;
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: .5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #1a1a1a;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: .5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  background-clip: padding-box;
  text-decoration: none;
  display: block;
}

.bs5-wrap .popover .popover-arrow {
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
  display: block;
}

.bs5-wrap .popover .popover-arrow:before, .bs5-wrap .popover .popover-arrow:after {
  content: "";
  border: 0 solid #0000;
  display: block;
  position: absolute;
}

.bs5-wrap .bs-popover-top > .popover-arrow, .bs5-wrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}

.bs5-wrap .bs-popover-top > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before, .bs5-wrap .bs-popover-top > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs5-wrap .bs-popover-top > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
  border-top-color: var(--bs-popover-arrow-border);
  bottom: 0;
}

.bs5-wrap .bs-popover-top > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs5-wrap .bs-popover-end > .popover-arrow, .bs5-wrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs5-wrap .bs-popover-end > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .bs5-wrap .bs-popover-end > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs5-wrap .bs-popover-end > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
  border-right-color: var(--bs-popover-arrow-border);
  left: 0;
}

.bs5-wrap .bs-popover-end > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs5-wrap .bs-popover-bottom > .popover-arrow, .bs5-wrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}

.bs5-wrap .bs-popover-bottom > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before, .bs5-wrap .bs-popover-bottom > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs5-wrap .bs-popover-bottom > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
  border-bottom-color: var(--bs-popover-arrow-border);
  top: 0;
}

.bs5-wrap .bs-popover-bottom > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs5-wrap .bs-popover-bottom .popover-header:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs5-wrap .bs-popover-start > .popover-arrow, .bs5-wrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs5-wrap .bs-popover-start > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .bs5-wrap .bs-popover-start > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs5-wrap .bs-popover-start > .popover-arrow:before, .bs5-wrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
  border-left-color: var(--bs-popover-arrow-border);
  right: 0;
}

.bs5-wrap .bs-popover-start > .popover-arrow:after, .bs5-wrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.bs5-wrap .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  margin-bottom: 0;
}

.bs5-wrap .popover-header:empty {
  display: none;
}

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

.bs5-wrap .carousel {
  position: relative;
}

.bs5-wrap .carousel.pointer-event {
  touch-action: pan-y;
}

.bs5-wrap .carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bs5-wrap .carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.bs5-wrap .carousel-item {
  float: left;
  width: 100%;
  backface-visibility: hidden;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .carousel-item {
    transition: none;
  }
}

.bs5-wrap .carousel-item.active, .bs5-wrap .carousel-item-next, .bs5-wrap .carousel-item-prev {
  display: block;
}

.bs5-wrap .carousel-item-next:not(.carousel-item-start), .bs5-wrap .active.carousel-item-end {
  transform: translateX(100%);
}

.bs5-wrap .carousel-item-prev:not(.carousel-item-end), .bs5-wrap .active.carousel-item-start {
  transform: translateX(-100%);
}

.bs5-wrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.bs5-wrap .carousel-fade .carousel-item.active, .bs5-wrap .carousel-fade .carousel-item-next.carousel-item-start, .bs5-wrap .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.bs5-wrap .carousel-fade .active.carousel-item-start, .bs5-wrap .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .carousel-fade .active.carousel-item-start, .bs5-wrap .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.bs5-wrap .carousel-control-prev, .bs5-wrap .carousel-control-next {
  z-index: 1;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .carousel-control-prev, .bs5-wrap .carousel-control-next {
    transition: none;
  }
}

.bs5-wrap .carousel-control-prev:hover, .bs5-wrap .carousel-control-prev:focus, .bs5-wrap .carousel-control-next:hover, .bs5-wrap .carousel-control-next:focus {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.bs5-wrap .carousel-control-prev {
  left: 0;
}

.bs5-wrap .carousel-control-next {
  right: 0;
}

.bs5-wrap .carousel-control-prev-icon, .bs5-wrap .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}

.bs5-wrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.bs5-wrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bs5-wrap .carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bs5-wrap .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.bs5-wrap .carousel-indicators .active {
  opacity: 1;
}

.bs5-wrap .carousel-caption {
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.bs5-wrap .carousel-dark .carousel-control-prev-icon, .bs5-wrap .carousel-dark .carousel-control-next-icon {
  filter: invert() grayscale(100);
}

.bs5-wrap .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.bs5-wrap .carousel-dark .carousel-caption {
  color: #000;
}

.bs5-wrap .spinner-grow, .bs5-wrap .spinner-border {
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.bs5-wrap .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-border-width: .25em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: #0000;
}

.bs5-wrap .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.bs5-wrap .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-grow;
  opacity: 0;
  background-color: currentColor;
}

.bs5-wrap .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .spinner-border, .bs5-wrap .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.bs5-wrap .offcanvas, .bs5-wrap .offcanvas-xxl, .bs5-wrap .offcanvas-xl, .bs5-wrap .offcanvas-lg, .bs5-wrap .offcanvas-md, .bs5-wrap .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 .125rem .25rem #00000013;
}

@media (max-width: 575.98px) {
  .bs5-wrap .offcanvas-sm {
    z-index: 1045;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .bs5-wrap .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .bs5-wrap .offcanvas-sm.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .bs5-wrap .offcanvas-sm.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .bs5-wrap .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .bs5-wrap .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .bs5-wrap .offcanvas-sm.showing, .bs5-wrap .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  .bs5-wrap .offcanvas-sm.showing, .bs5-wrap .offcanvas-sm.hiding, .bs5-wrap .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .bs5-wrap .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .bs5-wrap .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .bs5-wrap .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 767.98px) {
  .bs5-wrap .offcanvas-md {
    z-index: 1045;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .bs5-wrap .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .bs5-wrap .offcanvas-md.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .bs5-wrap .offcanvas-md.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .bs5-wrap .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .bs5-wrap .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .bs5-wrap .offcanvas-md.showing, .bs5-wrap .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .bs5-wrap .offcanvas-md.showing, .bs5-wrap .offcanvas-md.hiding, .bs5-wrap .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .bs5-wrap .offcanvas-md .offcanvas-header {
    display: none;
  }

  .bs5-wrap .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 991.98px) {
  .bs5-wrap .offcanvas-lg {
    z-index: 1045;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .bs5-wrap .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .bs5-wrap .offcanvas-lg.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .bs5-wrap .offcanvas-lg.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .bs5-wrap .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .bs5-wrap .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .bs5-wrap .offcanvas-lg.showing, .bs5-wrap .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .bs5-wrap .offcanvas-lg.showing, .bs5-wrap .offcanvas-lg.hiding, .bs5-wrap .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .bs5-wrap .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .bs5-wrap .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 1199.98px) {
  .bs5-wrap .offcanvas-xl {
    z-index: 1045;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .bs5-wrap .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .bs5-wrap .offcanvas-xl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .bs5-wrap .offcanvas-xl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .bs5-wrap .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .bs5-wrap .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .bs5-wrap .offcanvas-xl.showing, .bs5-wrap .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .bs5-wrap .offcanvas-xl.showing, .bs5-wrap .offcanvas-xl.hiding, .bs5-wrap .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .bs5-wrap .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .bs5-wrap .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 1399.98px) {
  .bs5-wrap .offcanvas-xxl {
    z-index: 1045;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .bs5-wrap .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .bs5-wrap .offcanvas-xxl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .bs5-wrap .offcanvas-xxl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .bs5-wrap .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .bs5-wrap .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .bs5-wrap .offcanvas-xxl.showing, .bs5-wrap .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .bs5-wrap .offcanvas-xxl.showing, .bs5-wrap .offcanvas-xxl.hiding, .bs5-wrap .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .bs5-wrap .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .bs5-wrap .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

.bs5-wrap .offcanvas {
  z-index: 1045;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  transition: transform .3s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .bs5-wrap .offcanvas {
    transition: none;
  }
}

.bs5-wrap .offcanvas.offcanvas-start {
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.bs5-wrap .offcanvas.offcanvas-end {
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.bs5-wrap .offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.bs5-wrap .offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.bs5-wrap .offcanvas.showing, .bs5-wrap .offcanvas.show:not(.hiding) {
  transform: none;
}

.bs5-wrap .offcanvas.showing, .bs5-wrap .offcanvas.hiding, .bs5-wrap .offcanvas.show {
  visibility: visible;
}

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

.bs5-wrap .offcanvas-backdrop.fade {
  opacity: 0;
}

.bs5-wrap .offcanvas-backdrop.show {
  opacity: .5;
}

.bs5-wrap .offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bs5-wrap .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5);
}

.bs5-wrap .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.bs5-wrap .placeholder {
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  display: inline-block;
}

.bs5-wrap .placeholder.btn:before {
  content: "";
  display: inline-block;
}

.bs5-wrap .placeholder-xs {
  min-height: .6em;
}

.bs5-wrap .placeholder-sm {
  min-height: .8em;
}

.bs5-wrap .placeholder-lg {
  min-height: 1.2em;
}

.bs5-wrap .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.bs5-wrap .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

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

.bs5-wrap .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(234, 87, 108, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(52, 226, 155, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-success {
  color: #000 !important;
  background-color: RGBA(36, 154, 65, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-info {
  color: #000 !important;
  background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

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

.bs5-wrap .link-primary {
  color: #ea576c !important;
}

.bs5-wrap .link-primary:hover, .bs5-wrap .link-primary:focus {
  color: #ee7989 !important;
}

.bs5-wrap .link-secondary {
  color: #34e29b !important;
}

.bs5-wrap .link-secondary:hover, .bs5-wrap .link-secondary:focus {
  color: #5de8af !important;
}

.bs5-wrap .link-success {
  color: #249a41 !important;
}

.bs5-wrap .link-success:hover, .bs5-wrap .link-success:focus {
  color: #50ae67 !important;
}

.bs5-wrap .link-info {
  color: #17a2b8 !important;
}

.bs5-wrap .link-info:hover, .bs5-wrap .link-info:focus {
  color: #45b5c6 !important;
}

.bs5-wrap .link-warning {
  color: #ffc107 !important;
}

.bs5-wrap .link-warning:hover, .bs5-wrap .link-warning:focus {
  color: #ffcd39 !important;
}

.bs5-wrap .link-danger {
  color: #dc3545 !important;
}

.bs5-wrap .link-danger:hover, .bs5-wrap .link-danger:focus {
  color: #b02a37 !important;
}

.bs5-wrap .link-light {
  color: #f8f9fa !important;
}

.bs5-wrap .link-light:hover, .bs5-wrap .link-light:focus {
  color: #f9fafb !important;
}

.bs5-wrap .link-dark {
  color: #3d3d3d !important;
}

.bs5-wrap .link-dark:hover, .bs5-wrap .link-dark:focus {
  color: #313131 !important;
}

.bs5-wrap .ratio {
  width: 100%;
  position: relative;
}

.bs5-wrap .ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.bs5-wrap .ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.bs5-wrap .ratio-21x9 {
  --bs-aspect-ratio: 42.8571%;
}

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

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

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

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

@media (min-width: 576px) {
  .bs5-wrap .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 768px) {
  .bs5-wrap .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 992px) {
  .bs5-wrap .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 1200px) {
  .bs5-wrap .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 1400px) {
  .bs5-wrap .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

.bs5-wrap .hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

.bs5-wrap .stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

.bs5-wrap .vr {
  width: 1px;
  min-height: 1em;
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .opacity-25 {
  opacity: .25 !important;
}

.bs5-wrap .opacity-50 {
  opacity: .5 !important;
}

.bs5-wrap .opacity-75 {
  opacity: .75 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.bs5-wrap .shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.bs5-wrap .shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .border-1 {
  --bs-border-width: 1px;
}

.bs5-wrap .border-2 {
  --bs-border-width: 2px;
}

.bs5-wrap .border-3 {
  --bs-border-width: 3px;
}

.bs5-wrap .border-4 {
  --bs-border-width: 4px;
}

.bs5-wrap .border-5 {
  --bs-border-width: 5px;
}

.bs5-wrap .border-opacity-10 {
  --bs-border-opacity: .1;
}

.bs5-wrap .border-opacity-25 {
  --bs-border-opacity: .25;
}

.bs5-wrap .border-opacity-50 {
  --bs-border-opacity: .5;
}

.bs5-wrap .border-opacity-75 {
  --bs-border-opacity: .75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .flex-fill {
  flex: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .m-1 {
  margin: .25rem !important;
}

.bs5-wrap .m-2 {
  margin: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.bs5-wrap .mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.bs5-wrap .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .mt-1 {
  margin-top: .25rem !important;
}

.bs5-wrap .mt-2 {
  margin-top: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .me-1 {
  margin-right: .25rem !important;
}

.bs5-wrap .me-2 {
  margin-right: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .mb-1 {
  margin-bottom: .25rem !important;
}

.bs5-wrap .mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .ms-1 {
  margin-left: .25rem !important;
}

.bs5-wrap .ms-2 {
  margin-left: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .p-1 {
  padding: .25rem !important;
}

.bs5-wrap .p-2 {
  padding: .5rem !important;
}

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

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

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

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

.bs5-wrap .px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.bs5-wrap .px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

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

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

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

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

.bs5-wrap .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.bs5-wrap .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

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

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

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

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

.bs5-wrap .pt-1 {
  padding-top: .25rem !important;
}

.bs5-wrap .pt-2 {
  padding-top: .5rem !important;
}

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

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

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

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

.bs5-wrap .pe-1 {
  padding-right: .25rem !important;
}

.bs5-wrap .pe-2 {
  padding-right: .5rem !important;
}

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

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

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

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

.bs5-wrap .pb-1 {
  padding-bottom: .25rem !important;
}

.bs5-wrap .pb-2 {
  padding-bottom: .5rem !important;
}

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

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

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

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

.bs5-wrap .ps-1 {
  padding-left: .25rem !important;
}

.bs5-wrap .ps-2 {
  padding-left: .5rem !important;
}

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

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

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

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

.bs5-wrap .gap-1 {
  gap: .25rem !important;
}

.bs5-wrap .gap-2 {
  gap: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .text-muted {
  --bs-text-opacity: 1;
  color: #5f5f5f !important;
}

.bs5-wrap .text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.bs5-wrap .text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

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

.bs5-wrap .text-opacity-25 {
  --bs-text-opacity: .25;
}

.bs5-wrap .text-opacity-50 {
  --bs-text-opacity: .5;
}

.bs5-wrap .text-opacity-75 {
  --bs-text-opacity: .75;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bs5-wrap .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bs5-wrap .bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bs5-wrap .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bs5-wrap .bg-opacity-75 {
  --bs-bg-opacity: .75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .visible {
  visibility: visible !important;
}

.bs5-wrap .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .bs5-wrap .float-sm-start {
    float: left !important;
  }

  .bs5-wrap .float-sm-end {
    float: right !important;
  }

  .bs5-wrap .float-sm-none {
    float: none !important;
  }

  .bs5-wrap .d-sm-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-sm-block {
    display: block !important;
  }

  .bs5-wrap .d-sm-grid {
    display: grid !important;
  }

  .bs5-wrap .d-sm-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-sm-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-sm-none {
    display: none !important;
  }

  .bs5-wrap .flex-sm-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-sm-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-sm-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-sm-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-sm-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-sm-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-sm-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-sm-first {
    order: -1 !important;
  }

  .bs5-wrap .order-sm-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-sm-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-sm-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-sm-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-sm-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-sm-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-sm-last {
    order: 6 !important;
  }

  .bs5-wrap .m-sm-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-sm-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-sm-2 {
    margin: .5rem !important;
  }

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

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

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

  .bs5-wrap .m-sm-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-sm-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .me-sm-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-sm-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-sm-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .p-sm-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-sm-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-sm-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-sm-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-sm-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-sm-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .bs5-wrap .gap-sm-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-sm-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-sm-2 {
    gap: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .float-md-start {
    float: left !important;
  }

  .bs5-wrap .float-md-end {
    float: right !important;
  }

  .bs5-wrap .float-md-none {
    float: none !important;
  }

  .bs5-wrap .d-md-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-md-block {
    display: block !important;
  }

  .bs5-wrap .d-md-grid {
    display: grid !important;
  }

  .bs5-wrap .d-md-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-md-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-md-none {
    display: none !important;
  }

  .bs5-wrap .flex-md-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-md-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-md-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-md-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-md-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-md-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-md-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-md-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-md-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-md-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-md-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-md-first {
    order: -1 !important;
  }

  .bs5-wrap .order-md-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-md-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-md-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-md-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-md-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-md-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-md-last {
    order: 6 !important;
  }

  .bs5-wrap .m-md-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-md-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-md-2 {
    margin: .5rem !important;
  }

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

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

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

  .bs5-wrap .m-md-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mt-md-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-md-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .me-md-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-md-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-md-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .ms-md-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-md-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .p-md-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-md-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-md-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pt-md-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-md-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pe-md-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-md-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-md-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .ps-md-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-md-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .bs5-wrap .gap-md-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-md-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-md-2 {
    gap: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .float-lg-start {
    float: left !important;
  }

  .bs5-wrap .float-lg-end {
    float: right !important;
  }

  .bs5-wrap .float-lg-none {
    float: none !important;
  }

  .bs5-wrap .d-lg-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-lg-block {
    display: block !important;
  }

  .bs5-wrap .d-lg-grid {
    display: grid !important;
  }

  .bs5-wrap .d-lg-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-lg-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-lg-none {
    display: none !important;
  }

  .bs5-wrap .flex-lg-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-lg-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-lg-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-lg-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-lg-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-lg-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-lg-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-lg-first {
    order: -1 !important;
  }

  .bs5-wrap .order-lg-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-lg-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-lg-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-lg-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-lg-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-lg-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-lg-last {
    order: 6 !important;
  }

  .bs5-wrap .m-lg-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-lg-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-lg-2 {
    margin: .5rem !important;
  }

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

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

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

  .bs5-wrap .m-lg-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-lg-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .me-lg-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-lg-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-lg-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .p-lg-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-lg-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-lg-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-lg-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-lg-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-lg-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .bs5-wrap .gap-lg-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-lg-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-lg-2 {
    gap: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .float-xl-start {
    float: left !important;
  }

  .bs5-wrap .float-xl-end {
    float: right !important;
  }

  .bs5-wrap .float-xl-none {
    float: none !important;
  }

  .bs5-wrap .d-xl-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-xl-block {
    display: block !important;
  }

  .bs5-wrap .d-xl-grid {
    display: grid !important;
  }

  .bs5-wrap .d-xl-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-xl-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-xl-none {
    display: none !important;
  }

  .bs5-wrap .flex-xl-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-xl-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-xl-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-xl-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-xl-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-xl-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-xl-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-xl-first {
    order: -1 !important;
  }

  .bs5-wrap .order-xl-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-xl-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-xl-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-xl-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-xl-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-xl-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-xl-last {
    order: 6 !important;
  }

  .bs5-wrap .m-xl-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-xl-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-xl-2 {
    margin: .5rem !important;
  }

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

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

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

  .bs5-wrap .m-xl-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-xl-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .me-xl-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-xl-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-xl-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .p-xl-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-xl-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-xl-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-xl-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-xl-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-xl-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .bs5-wrap .gap-xl-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-xl-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-xl-2 {
    gap: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .float-xxl-start {
    float: left !important;
  }

  .bs5-wrap .float-xxl-end {
    float: right !important;
  }

  .bs5-wrap .float-xxl-none {
    float: none !important;
  }

  .bs5-wrap .d-xxl-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-xxl-block {
    display: block !important;
  }

  .bs5-wrap .d-xxl-grid {
    display: grid !important;
  }

  .bs5-wrap .d-xxl-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-xxl-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-xxl-none {
    display: none !important;
  }

  .bs5-wrap .flex-xxl-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-xxl-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-xxl-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-xxl-center {
    justify-content: center !important;
  }

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

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

  .bs5-wrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .bs5-wrap .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .bs5-wrap .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .bs5-wrap .align-items-xxl-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .bs5-wrap .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .bs5-wrap .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .bs5-wrap .align-content-xxl-center {
    align-content: center !important;
  }

  .bs5-wrap .align-content-xxl-between {
    align-content: space-between !important;
  }

  .bs5-wrap .align-content-xxl-around {
    align-content: space-around !important;
  }

  .bs5-wrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-xxl-auto {
    align-self: auto !important;
  }

  .bs5-wrap .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .bs5-wrap .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .bs5-wrap .align-self-xxl-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-xxl-first {
    order: -1 !important;
  }

  .bs5-wrap .order-xxl-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-xxl-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-xxl-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-xxl-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-xxl-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-xxl-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-xxl-last {
    order: 6 !important;
  }

  .bs5-wrap .m-xxl-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-xxl-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-xxl-2 {
    margin: .5rem !important;
  }

  .bs5-wrap .m-xxl-3 {
    margin: 1rem !important;
  }

  .bs5-wrap .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-xxl-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-xxl-auto {
    margin: auto !important;
  }

  .bs5-wrap .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bs5-wrap .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs5-wrap .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs5-wrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs5-wrap .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs5-wrap .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .bs5-wrap .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .bs5-wrap .mt-xxl-auto {
    margin-top: auto !important;
  }

  .bs5-wrap .me-xxl-0 {
    margin-right: 0 !important;
  }

  .bs5-wrap .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .bs5-wrap .me-xxl-auto {
    margin-right: auto !important;
  }

  .bs5-wrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .bs5-wrap .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .bs5-wrap .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .bs5-wrap .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .bs5-wrap .ms-xxl-auto {
    margin-left: auto !important;
  }

  .bs5-wrap .p-xxl-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-xxl-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-xxl-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-xxl-3 {
    padding: 1rem !important;
  }

  .bs5-wrap .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .bs5-wrap .p-xxl-5 {
    padding: 3rem !important;
  }

  .bs5-wrap .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs5-wrap .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs5-wrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs5-wrap .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .bs5-wrap .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .bs5-wrap .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .bs5-wrap .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .bs5-wrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .bs5-wrap .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .bs5-wrap .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-xxl-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-xxl-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-xxl-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-xxl-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-xxl-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-xxl-start {
    text-align: left !important;
  }

  .bs5-wrap .text-xxl-end {
    text-align: right !important;
  }

  .bs5-wrap .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .fs-1 {
    font-size: 2.5rem !important;
  }

  .bs5-wrap .fs-2 {
    font-size: 2rem !important;
  }

  .bs5-wrap .fs-3 {
    font-size: 1.75rem !important;
  }

  .bs5-wrap .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .bs5-wrap .d-print-inline {
    display: inline !important;
  }

  .bs5-wrap .d-print-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-print-block {
    display: block !important;
  }

  .bs5-wrap .d-print-grid {
    display: grid !important;
  }

  .bs5-wrap .d-print-table {
    display: table !important;
  }

  .bs5-wrap .d-print-table-row {
    display: table-row !important;
  }

  .bs5-wrap .d-print-table-cell {
    display: table-cell !important;
  }

  .bs5-wrap .d-print-flex {
    display: flex !important;
  }

  .bs5-wrap .d-print-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-print-none {
    display: none !important;
  }
}

.bs5-wrap .img-16 {
  width: 16px;
  height: 16px;
}

.bs5-wrap .img-24 {
  width: 24px;
  height: 24px;
}

.bs5-wrap .img-32 {
  width: 32px;
  height: 32px;
}

.bs5-wrap .img-48 {
  width: 48px;
  height: 48px;
}

.bs5-wrap .img-64 {
  width: 64px;
  height: 64px;
}

.bs5-wrap .img-80 {
  width: 80px;
  height: 80px;
}

.bs5-wrap .img-128 {
  width: 128px;
  height: 128px;
}

.bs5-wrap .img-256 {
  width: 256px;
  height: 256px;
}

.bs5-wrap .img-512 {
  width: 512px;
  height: 512px;
}

@media (min-width: 576px) {
  .bs5-wrap .img-sm-16 {
    width: 16px;
    height: 16px;
  }

  .bs5-wrap .img-sm-24 {
    width: 24px;
    height: 24px;
  }

  .bs5-wrap .img-sm-32 {
    width: 32px;
    height: 32px;
  }

  .bs5-wrap .img-sm-48 {
    width: 48px;
    height: 48px;
  }

  .bs5-wrap .img-sm-64 {
    width: 64px;
    height: 64px;
  }

  .bs5-wrap .img-sm-80 {
    width: 80px;
    height: 80px;
  }

  .bs5-wrap .img-sm-128 {
    width: 128px;
    height: 128px;
  }

  .bs5-wrap .img-sm-256 {
    width: 256px;
    height: 256px;
  }

  .bs5-wrap .img-sm-512 {
    width: 512px;
    height: 512px;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .img-md-16 {
    width: 16px;
    height: 16px;
  }

  .bs5-wrap .img-md-24 {
    width: 24px;
    height: 24px;
  }

  .bs5-wrap .img-md-32 {
    width: 32px;
    height: 32px;
  }

  .bs5-wrap .img-md-48 {
    width: 48px;
    height: 48px;
  }

  .bs5-wrap .img-md-64 {
    width: 64px;
    height: 64px;
  }

  .bs5-wrap .img-md-80 {
    width: 80px;
    height: 80px;
  }

  .bs5-wrap .img-md-128 {
    width: 128px;
    height: 128px;
  }

  .bs5-wrap .img-md-256 {
    width: 256px;
    height: 256px;
  }

  .bs5-wrap .img-md-512 {
    width: 512px;
    height: 512px;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .img-lg-16 {
    width: 16px;
    height: 16px;
  }

  .bs5-wrap .img-lg-24 {
    width: 24px;
    height: 24px;
  }

  .bs5-wrap .img-lg-32 {
    width: 32px;
    height: 32px;
  }

  .bs5-wrap .img-lg-48 {
    width: 48px;
    height: 48px;
  }

  .bs5-wrap .img-lg-64 {
    width: 64px;
    height: 64px;
  }

  .bs5-wrap .img-lg-80 {
    width: 80px;
    height: 80px;
  }

  .bs5-wrap .img-lg-128 {
    width: 128px;
    height: 128px;
  }

  .bs5-wrap .img-lg-256 {
    width: 256px;
    height: 256px;
  }

  .bs5-wrap .img-lg-512 {
    width: 512px;
    height: 512px;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .img-xl-16 {
    width: 16px;
    height: 16px;
  }

  .bs5-wrap .img-xl-24 {
    width: 24px;
    height: 24px;
  }

  .bs5-wrap .img-xl-32 {
    width: 32px;
    height: 32px;
  }

  .bs5-wrap .img-xl-48 {
    width: 48px;
    height: 48px;
  }

  .bs5-wrap .img-xl-64 {
    width: 64px;
    height: 64px;
  }

  .bs5-wrap .img-xl-80 {
    width: 80px;
    height: 80px;
  }

  .bs5-wrap .img-xl-128 {
    width: 128px;
    height: 128px;
  }

  .bs5-wrap .img-xl-256 {
    width: 256px;
    height: 256px;
  }

  .bs5-wrap .img-xl-512 {
    width: 512px;
    height: 512px;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .img-xxl-16 {
    width: 16px;
    height: 16px;
  }

  .bs5-wrap .img-xxl-24 {
    width: 24px;
    height: 24px;
  }

  .bs5-wrap .img-xxl-32 {
    width: 32px;
    height: 32px;
  }

  .bs5-wrap .img-xxl-48 {
    width: 48px;
    height: 48px;
  }

  .bs5-wrap .img-xxl-64 {
    width: 64px;
    height: 64px;
  }

  .bs5-wrap .img-xxl-80 {
    width: 80px;
    height: 80px;
  }

  .bs5-wrap .img-xxl-128 {
    width: 128px;
    height: 128px;
  }

  .bs5-wrap .img-xxl-256 {
    width: 256px;
    height: 256px;
  }

  .bs5-wrap .img-xxl-512 {
    width: 512px;
    height: 512px;
  }
}

a, a:active, a:focus, a:focus-visible {
  outline: none !important;
}

.no-letter-space {
  letter-spacing: normal !important;
}

#site-header.medium-header .top-col.logo-col {
  text-align: left;
  flex: 0 auto;
}

#site-header.medium-header #medium-searchform form {
  width: 80%;
}

#site-header.medium-header #medium-searchform form input, #site-header.medium-header #medium-searchform form input:focus {
  max-width: 100%;
}

#site-header.medium-header .top-col.col-3 {
  flex: 0 auto;
}

#site-header.medium-header .top-col.col-3 .elementor-shortcode {
  align-items: center;
  gap: 1.75rem;
  display: flex;
}

#site-header.medium-header .top-col.col-3 a.oceanwp-logout, #site-header.medium-header .top-col.col-3 a.wcmenucart-shortcode {
  align-items: center;
  display: flex;
  position: relative;
}

#site-header.medium-header .top-col.col-3 a.oceanwp-logout:before, #site-header.medium-header .top-col.col-3 a.wcmenucart-shortcode:before {
  margin-right: .5rem;
  font-size: 20px;
  font-family: bootstrap-icons, sans-serif !important;
}

#site-header.medium-header .top-col.col-3 a.oceanwp-logout:before {
  content: "";
}

#site-header.medium-header .top-col.col-3 a.wcmenucart-shortcode:before {
  content: "";
}

#site-header.medium-header .top-col.col-3 a.wcmenucart-shortcode .wcmenucart-cart-icon:before {
  content: "Cart";
}

#site-header.medium-header .top-col.col-3 a.wcmenucart-shortcode .wcmenucart-cart-icon .wcmenucart-count {
  min-width: 20px;
  height: 20px;
  color: #fff;
  background: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: .85em;
  line-height: normal;
  display: flex;
  position: absolute;
  top: -5px;
  right: -12px;
}

#site-header.medium-header .top-col.col-3 a.wcmenucart-shortcode .wcmenucart-cart-icon .wcmenucart-count:after {
  display: none;
}

#site-header.medium-header #site-navigation-wrap.left-menu #site-navigation {
  left: 0;
}

#site-header.medium-header .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail a {
  padding: 0;
}

#site-header.medium-header .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.content a {
  text-align: left;
  padding: 0;
}

#site-header.medium-header .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid a.remove {
  font-size: 24px;
  line-height: 28px;
  text-align: center !important;
}

.home-featured-categories .woocommerce ul.products li.product-category {
  padding-bottom: 0;
}

.home-featured-categories .woocommerce ul.products li.product-category .count {
  display: none;
}

.home-featured-categories .woocommerce ul.products li.product-category .woo-entry-image img {
  transition: opacity .5s ease-out;
}

.home-featured-categories .woocommerce ul.products li.product-category .woo-entry-image img:hover {
  opacity: .8;
}

.home-featured-product .woocommerce ul.products li.product {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner {
  position: relative;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child:before {
  content: " ";
  z-index: -1;
  background: none;
  transition: background .35s ease-out;
  position: absolute;
  inset: 0;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child > ul {
  width: 80%;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child > ul .category, .home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child > ul .rating, .home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child > ul .btn-wrap {
  display: none;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child > ul .title {
  margin-bottom: 0;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li:last-child > ul * {
  color: #fff !important;
}

.home-featured-product .woocommerce ul.products li.product .woo-entry-inner > li.image-wrap {
  margin-bottom: 0;
}

.home-featured-product .woocommerce ul.products li.product .product-inner:hover .woo-entry-inner > li:last-child {
  opacity: 1;
}

.home-featured-product .woocommerce ul.products li.product .product-inner:hover .woo-entry-inner > li:last-child:before {
  background: #00000080;
}

.cst_heading_line .oew-main-heading {
  justify-content: center;
  display: flex;
  position: relative;
}

.cst_heading_line .oew-main-heading:before {
  content: "";
  width: 100%;
  background: none;
  border-top: 1px solid #dde0e2;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.cst_heading_line .oew-main-heading > div {
  z-index: 1;
  background: #fff;
  padding: 0 20px;
}

ul.product-category-carousel .slick-prev, ul.product-category-carousel .slick-next {
  width: 50px;
  height: 50px;
  z-index: 100;
  top: 33%;
  transform: translate(0, -33%);
  background-color: #0000 !important;
}

ul.product-category-carousel .slick-prev:hover, ul.product-category-carousel .slick-next:hover {
  background-color: #0000;
}

ul.product-category-carousel .slick-prev {
  left: 10px;
}

ul.product-category-carousel .slick-next {
  right: 10px;
}

ul.product-category-carousel .slick-prev:before, ul.product-category-carousel .slick-next:before {
  font-variant: normal;
  text-transform: none;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  color: #444;
  font-size: 38px;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  font-family: bootstrap-icons, sans-serif !important;
  font-weight: 400 !important;
}

ul.product-category-carousel .slick-prev:before {
  content: "";
}

ul.product-category-carousel .slick-next:before {
  content: "";
}

.woocommerce div.product div.summary {
  text-align: center;
}

.woocommerce div.product form.cart div.quantity {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.woocommerce div.product form.cart div.quantity input.qty[type="number"] {
  max-width: none;
  flex: 1 0;
  font-size: 18px;
}

.woocommerce div.product form.cart div.quantity .minus, .woocommerce div.product form.cart div.quantity .plus, .woocommerce div.product form.cart div.quantity .qty {
  min-height: 46px;
  width: 46px;
}

.woocommerce div.product form.cart div.quantity .minus, .woocommerce div.product form.cart div.quantity .plus {
  font-size: 33px;
  line-height: 41px;
}

.woocommerce .related.products h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

body.single .accordion-body a {
  color: #ea576c;
}

@media (min-width: 769px) {
  .woocommerce div.product div.images, .woocommerce.content-full-width div.product div.images {
    display: flex;
  }

  .woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-viewport {
    width: auto;
    flex: 1 0;
    order: 2;
    margin-left: 2rem;
  }

  .woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs {
    width: 90px !important;
  }
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 1px solid #ea576c;
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav {
  z-index: 101;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  right: 0;
}

@media (min-width: 769px) {
  .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav {
    left: 110px;
  }
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav li.flex-nav-prev {
  float: left;
  margin-left: -24px;
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav li.flex-nav-next {
  float: right;
  margin-right: -24px;
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev, .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next {
  width: 48px;
  height: 48px;
  opacity: .5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ea576c;
  font-size: 0;
  transition: all .15s;
  display: block;
  position: relative;
  border-radius: 50% !important;
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev, .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next {
    transition: none;
  }
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev:before, .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  color: #ea576c;
  justify-content: center;
  align-items: center;
  font-family: bootstrap-icons, Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  transition: all .15s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev:before, .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next:before {
    transition: none;
  }
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev:hover, .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next:hover {
  opacity: 1;
  background-color: #ea576c;
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev:hover:before, .woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next:hover:before {
  color: #fff;
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next:before {
  content: "";
}

.woocommerce div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev:before {
  content: "";
}

#footer-widgets .footer-box .widget-title {
  border: none;
  padding-left: 0;
  line-height: normal;
}

#footer-widgets .footer-box .custom-menu-widget .oceanwp-custom-menu > ul > li {
  border-bottom: none;
}

#footer-widgets .footer-box .footer-widget.gform_widget {
  background-color: #fff;
  padding: 20px;
}

#footer-widgets .footer-box .footer-widget.gform_widget .gform_description {
  line-height: normal;
}

#footer-widgets .footer-box .footer-widget.gform_widget .gform_footer {
  margin-top: 1rem;
}

#footer-widgets .footer-box .footer-widget.gform_widget .gform_footer input[type="submit"] {
  width: 100%;
}

.wishlist-toggle svg {
  transform: none !important;
}

.woocommerce ul.products li.product .woo-entry-inner li {
  line-height: normal !important;
}

.woocommerce div.product div.summary p.in-stock {
  margin-top: 1rem;
}

.woocommerce .owp-thumbs-layout-vertical span.onsale {
  left: 10% !important;
}

/*# sourceMappingURL=gsf-enhanced.css.map */
