/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*@import "root";
@import "reboot";*/
/*@import "type";
@import "images";*/
.bs5 .container,
.bs5 .container-fluid,
.bs5 .container-xxl,
.bs5 .container-xl,
.bs5 .container-lg,
.bs5 .container-md,
.bs5 .container-sm {
  --bs5-gutter-x: 1.5rem;
  --bs5-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs5-gutter-x) * 0.5);
  padding-left: calc(var(--bs5-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bs5 .container-sm, .bs5 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bs5 .container-md, .bs5 .container-sm, .bs5 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bs5 .container-lg, .bs5 .container-md, .bs5 .container-sm, .bs5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bs5 .container-xl, .bs5 .container-lg, .bs5 .container-md, .bs5 .container-sm, .bs5 .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bs5 .container-xxl, .bs5 .container-xl, .bs5 .container-lg, .bs5 .container-md, .bs5 .container-sm, .bs5 .container {
    max-width: 1320px;
  }
}
:root {
  --bs5-breakpoint-xs: 0;
  --bs5-breakpoint-sm: 576px;
  --bs5-breakpoint-md: 768px;
  --bs5-breakpoint-lg: 992px;
  --bs5-breakpoint-xl: 1200px;
  --bs5-breakpoint-xxl: 1400px;
  --bs5-breakpoint-xxxl: 1980px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs5 .col-sm {
    flex: 1 0 0%;
  }
  .bs5 .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs5 .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs5 .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs5 .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs5 .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs5 .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs5 .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs5 .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs5 .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .offset-sm-0 {
    margin-left: 0;
  }
  .bs5 .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bs5 .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bs5 .offset-sm-3 {
    margin-left: 25%;
  }
  .bs5 .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bs5 .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bs5 .offset-sm-6 {
    margin-left: 50%;
  }
  .bs5 .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bs5 .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bs5 .offset-sm-9 {
    margin-left: 75%;
  }
  .bs5 .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bs5 .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bs5 .g-sm-0,
  .bs5 .gx-sm-0 {
    --bs5-gutter-x: 0;
  }
  .bs5 .g-sm-0,
  .bs5 .gy-sm-0 {
    --bs5-gutter-y: 0;
  }
  .bs5 .g-sm-1,
  .bs5 .gx-sm-1 {
    --bs5-gutter-x: 0.25rem;
  }
  .bs5 .g-sm-1,
  .bs5 .gy-sm-1 {
    --bs5-gutter-y: 0.25rem;
  }
  .bs5 .g-sm-2,
  .bs5 .gx-sm-2 {
    --bs5-gutter-x: 0.5rem;
  }
  .bs5 .g-sm-2,
  .bs5 .gy-sm-2 {
    --bs5-gutter-y: 0.5rem;
  }
  .bs5 .g-sm-3,
  .bs5 .gx-sm-3 {
    --bs5-gutter-x: 1rem;
  }
  .bs5 .g-sm-3,
  .bs5 .gy-sm-3 {
    --bs5-gutter-y: 1rem;
  }
  .bs5 .g-sm-4,
  .bs5 .gx-sm-4 {
    --bs5-gutter-x: 1.5rem;
  }
  .bs5 .g-sm-4,
  .bs5 .gy-sm-4 {
    --bs5-gutter-y: 1.5rem;
  }
  .bs5 .g-sm-5,
  .bs5 .gx-sm-5 {
    --bs5-gutter-x: 3rem;
  }
  .bs5 .g-sm-5,
  .bs5 .gy-sm-5 {
    --bs5-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bs5 .col-md {
    flex: 1 0 0%;
  }
  .bs5 .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs5 .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs5 .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs5 .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs5 .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs5 .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs5 .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs5 .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs5 .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .offset-md-0 {
    margin-left: 0;
  }
  .bs5 .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bs5 .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bs5 .offset-md-3 {
    margin-left: 25%;
  }
  .bs5 .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bs5 .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bs5 .offset-md-6 {
    margin-left: 50%;
  }
  .bs5 .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bs5 .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bs5 .offset-md-9 {
    margin-left: 75%;
  }
  .bs5 .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bs5 .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bs5 .g-md-0,
  .bs5 .gx-md-0 {
    --bs5-gutter-x: 0;
  }
  .bs5 .g-md-0,
  .bs5 .gy-md-0 {
    --bs5-gutter-y: 0;
  }
  .bs5 .g-md-1,
  .bs5 .gx-md-1 {
    --bs5-gutter-x: 0.25rem;
  }
  .bs5 .g-md-1,
  .bs5 .gy-md-1 {
    --bs5-gutter-y: 0.25rem;
  }
  .bs5 .g-md-2,
  .bs5 .gx-md-2 {
    --bs5-gutter-x: 0.5rem;
  }
  .bs5 .g-md-2,
  .bs5 .gy-md-2 {
    --bs5-gutter-y: 0.5rem;
  }
  .bs5 .g-md-3,
  .bs5 .gx-md-3 {
    --bs5-gutter-x: 1rem;
  }
  .bs5 .g-md-3,
  .bs5 .gy-md-3 {
    --bs5-gutter-y: 1rem;
  }
  .bs5 .g-md-4,
  .bs5 .gx-md-4 {
    --bs5-gutter-x: 1.5rem;
  }
  .bs5 .g-md-4,
  .bs5 .gy-md-4 {
    --bs5-gutter-y: 1.5rem;
  }
  .bs5 .g-md-5,
  .bs5 .gx-md-5 {
    --bs5-gutter-x: 3rem;
  }
  .bs5 .g-md-5,
  .bs5 .gy-md-5 {
    --bs5-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bs5 .col-lg {
    flex: 1 0 0%;
  }
  .bs5 .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs5 .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs5 .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs5 .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs5 .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs5 .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs5 .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs5 .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs5 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .offset-lg-0 {
    margin-left: 0;
  }
  .bs5 .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bs5 .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bs5 .offset-lg-3 {
    margin-left: 25%;
  }
  .bs5 .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bs5 .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bs5 .offset-lg-6 {
    margin-left: 50%;
  }
  .bs5 .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bs5 .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bs5 .offset-lg-9 {
    margin-left: 75%;
  }
  .bs5 .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bs5 .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bs5 .g-lg-0,
  .bs5 .gx-lg-0 {
    --bs5-gutter-x: 0;
  }
  .bs5 .g-lg-0,
  .bs5 .gy-lg-0 {
    --bs5-gutter-y: 0;
  }
  .bs5 .g-lg-1,
  .bs5 .gx-lg-1 {
    --bs5-gutter-x: 0.25rem;
  }
  .bs5 .g-lg-1,
  .bs5 .gy-lg-1 {
    --bs5-gutter-y: 0.25rem;
  }
  .bs5 .g-lg-2,
  .bs5 .gx-lg-2 {
    --bs5-gutter-x: 0.5rem;
  }
  .bs5 .g-lg-2,
  .bs5 .gy-lg-2 {
    --bs5-gutter-y: 0.5rem;
  }
  .bs5 .g-lg-3,
  .bs5 .gx-lg-3 {
    --bs5-gutter-x: 1rem;
  }
  .bs5 .g-lg-3,
  .bs5 .gy-lg-3 {
    --bs5-gutter-y: 1rem;
  }
  .bs5 .g-lg-4,
  .bs5 .gx-lg-4 {
    --bs5-gutter-x: 1.5rem;
  }
  .bs5 .g-lg-4,
  .bs5 .gy-lg-4 {
    --bs5-gutter-y: 1.5rem;
  }
  .bs5 .g-lg-5,
  .bs5 .gx-lg-5 {
    --bs5-gutter-x: 3rem;
  }
  .bs5 .g-lg-5,
  .bs5 .gy-lg-5 {
    --bs5-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bs5 .col-xl {
    flex: 1 0 0%;
  }
  .bs5 .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs5 .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs5 .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs5 .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs5 .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs5 .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs5 .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs5 .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs5 .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .offset-xl-0 {
    margin-left: 0;
  }
  .bs5 .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bs5 .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bs5 .offset-xl-3 {
    margin-left: 25%;
  }
  .bs5 .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bs5 .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bs5 .offset-xl-6 {
    margin-left: 50%;
  }
  .bs5 .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bs5 .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bs5 .offset-xl-9 {
    margin-left: 75%;
  }
  .bs5 .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bs5 .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .bs5 .g-xl-0,
  .bs5 .gx-xl-0 {
    --bs5-gutter-x: 0;
  }
  .bs5 .g-xl-0,
  .bs5 .gy-xl-0 {
    --bs5-gutter-y: 0;
  }
  .bs5 .g-xl-1,
  .bs5 .gx-xl-1 {
    --bs5-gutter-x: 0.25rem;
  }
  .bs5 .g-xl-1,
  .bs5 .gy-xl-1 {
    --bs5-gutter-y: 0.25rem;
  }
  .bs5 .g-xl-2,
  .bs5 .gx-xl-2 {
    --bs5-gutter-x: 0.5rem;
  }
  .bs5 .g-xl-2,
  .bs5 .gy-xl-2 {
    --bs5-gutter-y: 0.5rem;
  }
  .bs5 .g-xl-3,
  .bs5 .gx-xl-3 {
    --bs5-gutter-x: 1rem;
  }
  .bs5 .g-xl-3,
  .bs5 .gy-xl-3 {
    --bs5-gutter-y: 1rem;
  }
  .bs5 .g-xl-4,
  .bs5 .gx-xl-4 {
    --bs5-gutter-x: 1.5rem;
  }
  .bs5 .g-xl-4,
  .bs5 .gy-xl-4 {
    --bs5-gutter-y: 1.5rem;
  }
  .bs5 .g-xl-5,
  .bs5 .gx-xl-5 {
    --bs5-gutter-x: 3rem;
  }
  .bs5 .g-xl-5,
  .bs5 .gy-xl-5 {
    --bs5-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bs5 .col-xxl {
    flex: 1 0 0%;
  }
  .bs5 .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs5 .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs5 .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs5 .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs5 .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs5 .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs5 .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs5 .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs5 .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .offset-xxl-0 {
    margin-left: 0;
  }
  .bs5 .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bs5 .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bs5 .offset-xxl-3 {
    margin-left: 25%;
  }
  .bs5 .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bs5 .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bs5 .offset-xxl-6 {
    margin-left: 50%;
  }
  .bs5 .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bs5 .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bs5 .offset-xxl-9 {
    margin-left: 75%;
  }
  .bs5 .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bs5 .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .bs5 .g-xxl-0,
  .bs5 .gx-xxl-0 {
    --bs5-gutter-x: 0;
  }
  .bs5 .g-xxl-0,
  .bs5 .gy-xxl-0 {
    --bs5-gutter-y: 0;
  }
  .bs5 .g-xxl-1,
  .bs5 .gx-xxl-1 {
    --bs5-gutter-x: 0.25rem;
  }
  .bs5 .g-xxl-1,
  .bs5 .gy-xxl-1 {
    --bs5-gutter-y: 0.25rem;
  }
  .bs5 .g-xxl-2,
  .bs5 .gx-xxl-2 {
    --bs5-gutter-x: 0.5rem;
  }
  .bs5 .g-xxl-2,
  .bs5 .gy-xxl-2 {
    --bs5-gutter-y: 0.5rem;
  }
  .bs5 .g-xxl-3,
  .bs5 .gx-xxl-3 {
    --bs5-gutter-x: 1rem;
  }
  .bs5 .g-xxl-3,
  .bs5 .gy-xxl-3 {
    --bs5-gutter-y: 1rem;
  }
  .bs5 .g-xxl-4,
  .bs5 .gx-xxl-4 {
    --bs5-gutter-x: 1.5rem;
  }
  .bs5 .g-xxl-4,
  .bs5 .gy-xxl-4 {
    --bs5-gutter-y: 1.5rem;
  }
  .bs5 .g-xxl-5,
  .bs5 .gx-xxl-5 {
    --bs5-gutter-x: 3rem;
  }
  .bs5 .g-xxl-5,
  .bs5 .gy-xxl-5 {
    --bs5-gutter-y: 3rem;
  }
}
@media (min-width: 1980px) {
  .bs5 .col-xxxl {
    flex: 1 0 0%;
  }
  .bs5 .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs5 .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs5 .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs5 .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs5 .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs5 .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs5 .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs5 .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs5 .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs5 .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs5 .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs5 .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs5 .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs5 .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs5 .offset-xxxl-0 {
    margin-left: 0;
  }
  .bs5 .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .bs5 .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .bs5 .offset-xxxl-3 {
    margin-left: 25%;
  }
  .bs5 .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .bs5 .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .bs5 .offset-xxxl-6 {
    margin-left: 50%;
  }
  .bs5 .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .bs5 .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .bs5 .offset-xxxl-9 {
    margin-left: 75%;
  }
  .bs5 .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .bs5 .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .bs5 .g-xxxl-0,
  .bs5 .gx-xxxl-0 {
    --bs5-gutter-x: 0;
  }
  .bs5 .g-xxxl-0,
  .bs5 .gy-xxxl-0 {
    --bs5-gutter-y: 0;
  }
  .bs5 .g-xxxl-1,
  .bs5 .gx-xxxl-1 {
    --bs5-gutter-x: 0.25rem;
  }
  .bs5 .g-xxxl-1,
  .bs5 .gy-xxxl-1 {
    --bs5-gutter-y: 0.25rem;
  }
  .bs5 .g-xxxl-2,
  .bs5 .gx-xxxl-2 {
    --bs5-gutter-x: 0.5rem;
  }
  .bs5 .g-xxxl-2,
  .bs5 .gy-xxxl-2 {
    --bs5-gutter-y: 0.5rem;
  }
  .bs5 .g-xxxl-3,
  .bs5 .gx-xxxl-3 {
    --bs5-gutter-x: 1rem;
  }
  .bs5 .g-xxxl-3,
  .bs5 .gy-xxxl-3 {
    --bs5-gutter-y: 1rem;
  }
  .bs5 .g-xxxl-4,
  .bs5 .gx-xxxl-4 {
    --bs5-gutter-x: 1.5rem;
  }
  .bs5 .g-xxxl-4,
  .bs5 .gy-xxxl-4 {
    --bs5-gutter-y: 1.5rem;
  }
  .bs5 .g-xxxl-5,
  .bs5 .gx-xxxl-5 {
    --bs5-gutter-x: 3rem;
  }
  .bs5 .g-xxxl-5,
  .bs5 .gy-xxxl-5 {
    --bs5-gutter-y: 3rem;
  }
}
/*@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "nav";
@import "navbar";
@import "card";
@import "accordion";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "alert";
@import "progress";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "offcanvas";
@import "placeholders";*/
.bs5 .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.bs5 .link-primary {
  color: RGBA(var(--bs5-primary-rgb), var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs5-primary-rgb), var(--bs5-link-underline-opacity, 1)) !important;
}
.bs5 .link-primary:hover, .bs5 .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs5-link-underline-opacity, 1)) !important;
}

.bs5 .link-secondary {
  color: RGBA(var(--bs5-secondary-rgb), var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs5-secondary-rgb), var(--bs5-link-underline-opacity, 1)) !important;
}
.bs5 .link-secondary:hover, .bs5 .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs5-link-underline-opacity, 1)) !important;
}

.bs5 .link-success {
  color: RGBA(var(--bs5-success-rgb), var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs5-success-rgb), var(--bs5-link-underline-opacity, 1)) !important;
}
.bs5 .link-success:hover, .bs5 .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs5-link-underline-opacity, 1)) !important;
}

.bs5 .link-info {
  color: RGBA(var(--bs5-info-rgb), var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs5-info-rgb), var(--bs5-link-underline-opacity, 1)) !important;
}
.bs5 .link-info:hover, .bs5 .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs5-link-underline-opacity, 1)) !important;
}

.bs5 .link-warning {
  color: RGBA(var(--bs5-warning-rgb), var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs5-warning-rgb), var(--bs5-link-underline-opacity, 1)) !important;
}
.bs5 .link-warning:hover, .bs5 .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs5-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs5-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .rounded-start {
  border-bottom-left-radius: var(--bs5-border-radius) !important;
  border-top-left-radius: var(--bs5-border-radius) !important;
}

.bs5 .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.bs5 .rounded-start-1 {
  border-bottom-left-radius: var(--bs5-border-radius-sm) !important;
  border-top-left-radius: var(--bs5-border-radius-sm) !important;
}

.bs5 .rounded-start-2 {
  border-bottom-left-radius: var(--bs5-border-radius) !important;
  border-top-left-radius: var(--bs5-border-radius) !important;
}

.bs5 .rounded-start-3 {
  border-bottom-left-radius: var(--bs5-border-radius-lg) !important;
  border-top-left-radius: var(--bs5-border-radius-lg) !important;
}

.bs5 .rounded-start-4 {
  border-bottom-left-radius: var(--bs5-border-radius-xl) !important;
  border-top-left-radius: var(--bs5-border-radius-xl) !important;
}

.bs5 .rounded-start-5 {
  border-bottom-left-radius: var(--bs5-border-radius-xxl) !important;
  border-top-left-radius: var(--bs5-border-radius-xxl) !important;
}

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

.bs5 .rounded-start-pill {
  border-bottom-left-radius: var(--bs5-border-radius-pill) !important;
  border-top-left-radius: var(--bs5-border-radius-pill) !important;
}

.bs5 .visible {
  visibility: visible !important;
}

.bs5 .invisible {
  visibility: hidden !important;
}

.bs5 .z-n1 {
  z-index: -1 !important;
}

.bs5 .z-0 {
  z-index: 0 !important;
}

.bs5 .z-1 {
  z-index: 1 !important;
}

.bs5 .z-2 {
  z-index: 2 !important;
}

.bs5 .z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .bs5 .float-sm-start {
    float: left !important;
  }
  .bs5 .float-sm-end {
    float: right !important;
  }
  .bs5 .float-sm-none {
    float: none !important;
  }
  .bs5 .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .bs5 .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .bs5 .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .bs5 .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .bs5 .object-fit-sm-none {
    object-fit: none !important;
  }
  .bs5 .d-sm-inline {
    display: inline !important;
  }
  .bs5 .d-sm-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-sm-block {
    display: block !important;
  }
  .bs5 .d-sm-grid {
    display: grid !important;
  }
  .bs5 .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-sm-table {
    display: table !important;
  }
  .bs5 .d-sm-table-row {
    display: table-row !important;
  }
  .bs5 .d-sm-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-sm-flex {
    display: flex !important;
  }
  .bs5 .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-sm-none {
    display: none !important;
  }
  .bs5 .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bs5 .flex-sm-row {
    flex-direction: row !important;
  }
  .bs5 .flex-sm-column {
    flex-direction: column !important;
  }
  .bs5 .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bs5 .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bs5 .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bs5 .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bs5 .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bs5 .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bs5 .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bs5 .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bs5 .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bs5 .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bs5 .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bs5 .justify-content-sm-center {
    justify-content: center !important;
  }
  .bs5 .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bs5 .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bs5 .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bs5 .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bs5 .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bs5 .align-items-sm-center {
    align-items: center !important;
  }
  .bs5 .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bs5 .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bs5 .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bs5 .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bs5 .align-content-sm-center {
    align-content: center !important;
  }
  .bs5 .align-content-sm-between {
    align-content: space-between !important;
  }
  .bs5 .align-content-sm-around {
    align-content: space-around !important;
  }
  .bs5 .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bs5 .align-self-sm-auto {
    align-self: auto !important;
  }
  .bs5 .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bs5 .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bs5 .align-self-sm-center {
    align-self: center !important;
  }
  .bs5 .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bs5 .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bs5 .order-sm-first {
    order: -1 !important;
  }
  .bs5 .order-sm-0 {
    order: 0 !important;
  }
  .bs5 .order-sm-1 {
    order: 1 !important;
  }
  .bs5 .order-sm-2 {
    order: 2 !important;
  }
  .bs5 .order-sm-3 {
    order: 3 !important;
  }
  .bs5 .order-sm-4 {
    order: 4 !important;
  }
  .bs5 .order-sm-5 {
    order: 5 !important;
  }
  .bs5 .order-sm-last {
    order: 6 !important;
  }
  .bs5 .m-sm-0 {
    margin: 0 !important;
  }
  .bs5 .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bs5 .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bs5 .m-sm-3 {
    margin: 1rem !important;
  }
  .bs5 .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bs5 .m-sm-5 {
    margin: 3rem !important;
  }
  .bs5 .m-sm-auto {
    margin: auto !important;
  }
  .bs5 .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bs5 .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bs5 .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bs5 .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bs5 .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bs5 .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bs5 .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bs5 .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bs5 .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bs5 .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bs5 .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bs5 .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bs5 .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bs5 .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bs5 .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bs5 .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bs5 .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bs5 .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bs5 .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bs5 .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bs5 .mt-sm-auto {
    margin-top: auto !important;
  }
  .bs5 .me-sm-0 {
    margin-right: 0 !important;
  }
  .bs5 .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bs5 .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bs5 .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bs5 .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bs5 .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bs5 .me-sm-auto {
    margin-right: auto !important;
  }
  .bs5 .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bs5 .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs5 .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs5 .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bs5 .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs5 .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bs5 .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bs5 .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bs5 .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bs5 .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bs5 .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bs5 .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bs5 .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bs5 .ms-sm-auto {
    margin-left: auto !important;
  }
  .bs5 .p-sm-0 {
    padding: 0 !important;
  }
  .bs5 .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bs5 .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bs5 .p-sm-3 {
    padding: 1rem !important;
  }
  .bs5 .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bs5 .p-sm-5 {
    padding: 3rem !important;
  }
  .bs5 .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bs5 .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bs5 .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bs5 .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bs5 .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bs5 .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bs5 .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bs5 .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bs5 .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bs5 .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bs5 .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bs5 .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bs5 .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bs5 .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bs5 .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bs5 .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bs5 .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bs5 .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bs5 .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bs5 .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bs5 .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bs5 .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bs5 .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bs5 .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bs5 .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bs5 .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs5 .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs5 .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bs5 .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs5 .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bs5 .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bs5 .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bs5 .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bs5 .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bs5 .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bs5 .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bs5 .gap-sm-0 {
    gap: 0 !important;
  }
  .bs5 .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bs5 .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bs5 .gap-sm-3 {
    gap: 1rem !important;
  }
  .bs5 .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bs5 .gap-sm-5 {
    gap: 3rem !important;
  }
  .bs5 .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .bs5 .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .bs5 .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .bs5 .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .bs5 .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .bs5 .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .bs5 .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .bs5 .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .bs5 .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .bs5 .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .bs5 .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .bs5 .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .bs5 .text-sm-start {
    text-align: left !important;
  }
  .bs5 .text-sm-end {
    text-align: right !important;
  }
  .bs5 .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bs5 .float-md-start {
    float: left !important;
  }
  .bs5 .float-md-end {
    float: right !important;
  }
  .bs5 .float-md-none {
    float: none !important;
  }
  .bs5 .object-fit-md-contain {
    object-fit: contain !important;
  }
  .bs5 .object-fit-md-cover {
    object-fit: cover !important;
  }
  .bs5 .object-fit-md-fill {
    object-fit: fill !important;
  }
  .bs5 .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .bs5 .object-fit-md-none {
    object-fit: none !important;
  }
  .bs5 .d-md-inline {
    display: inline !important;
  }
  .bs5 .d-md-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-md-block {
    display: block !important;
  }
  .bs5 .d-md-grid {
    display: grid !important;
  }
  .bs5 .d-md-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-md-table {
    display: table !important;
  }
  .bs5 .d-md-table-row {
    display: table-row !important;
  }
  .bs5 .d-md-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-md-flex {
    display: flex !important;
  }
  .bs5 .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-md-none {
    display: none !important;
  }
  .bs5 .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bs5 .flex-md-row {
    flex-direction: row !important;
  }
  .bs5 .flex-md-column {
    flex-direction: column !important;
  }
  .bs5 .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bs5 .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bs5 .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bs5 .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bs5 .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bs5 .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bs5 .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bs5 .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bs5 .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bs5 .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bs5 .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bs5 .justify-content-md-center {
    justify-content: center !important;
  }
  .bs5 .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bs5 .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bs5 .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bs5 .align-items-md-start {
    align-items: flex-start !important;
  }
  .bs5 .align-items-md-end {
    align-items: flex-end !important;
  }
  .bs5 .align-items-md-center {
    align-items: center !important;
  }
  .bs5 .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bs5 .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bs5 .align-content-md-start {
    align-content: flex-start !important;
  }
  .bs5 .align-content-md-end {
    align-content: flex-end !important;
  }
  .bs5 .align-content-md-center {
    align-content: center !important;
  }
  .bs5 .align-content-md-between {
    align-content: space-between !important;
  }
  .bs5 .align-content-md-around {
    align-content: space-around !important;
  }
  .bs5 .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bs5 .align-self-md-auto {
    align-self: auto !important;
  }
  .bs5 .align-self-md-start {
    align-self: flex-start !important;
  }
  .bs5 .align-self-md-end {
    align-self: flex-end !important;
  }
  .bs5 .align-self-md-center {
    align-self: center !important;
  }
  .bs5 .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bs5 .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bs5 .order-md-first {
    order: -1 !important;
  }
  .bs5 .order-md-0 {
    order: 0 !important;
  }
  .bs5 .order-md-1 {
    order: 1 !important;
  }
  .bs5 .order-md-2 {
    order: 2 !important;
  }
  .bs5 .order-md-3 {
    order: 3 !important;
  }
  .bs5 .order-md-4 {
    order: 4 !important;
  }
  .bs5 .order-md-5 {
    order: 5 !important;
  }
  .bs5 .order-md-last {
    order: 6 !important;
  }
  .bs5 .m-md-0 {
    margin: 0 !important;
  }
  .bs5 .m-md-1 {
    margin: 0.25rem !important;
  }
  .bs5 .m-md-2 {
    margin: 0.5rem !important;
  }
  .bs5 .m-md-3 {
    margin: 1rem !important;
  }
  .bs5 .m-md-4 {
    margin: 1.5rem !important;
  }
  .bs5 .m-md-5 {
    margin: 3rem !important;
  }
  .bs5 .m-md-auto {
    margin: auto !important;
  }
  .bs5 .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bs5 .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bs5 .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bs5 .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bs5 .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bs5 .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bs5 .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bs5 .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bs5 .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bs5 .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bs5 .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bs5 .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bs5 .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bs5 .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bs5 .mt-md-0 {
    margin-top: 0 !important;
  }
  .bs5 .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bs5 .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bs5 .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bs5 .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bs5 .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bs5 .mt-md-auto {
    margin-top: auto !important;
  }
  .bs5 .me-md-0 {
    margin-right: 0 !important;
  }
  .bs5 .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bs5 .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bs5 .me-md-3 {
    margin-right: 1rem !important;
  }
  .bs5 .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bs5 .me-md-5 {
    margin-right: 3rem !important;
  }
  .bs5 .me-md-auto {
    margin-right: auto !important;
  }
  .bs5 .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bs5 .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs5 .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs5 .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bs5 .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs5 .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bs5 .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bs5 .ms-md-0 {
    margin-left: 0 !important;
  }
  .bs5 .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bs5 .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bs5 .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bs5 .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bs5 .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bs5 .ms-md-auto {
    margin-left: auto !important;
  }
  .bs5 .p-md-0 {
    padding: 0 !important;
  }
  .bs5 .p-md-1 {
    padding: 0.25rem !important;
  }
  .bs5 .p-md-2 {
    padding: 0.5rem !important;
  }
  .bs5 .p-md-3 {
    padding: 1rem !important;
  }
  .bs5 .p-md-4 {
    padding: 1.5rem !important;
  }
  .bs5 .p-md-5 {
    padding: 3rem !important;
  }
  .bs5 .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bs5 .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bs5 .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bs5 .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bs5 .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bs5 .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bs5 .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bs5 .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bs5 .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bs5 .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bs5 .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bs5 .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bs5 .pt-md-0 {
    padding-top: 0 !important;
  }
  .bs5 .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bs5 .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bs5 .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bs5 .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bs5 .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bs5 .pe-md-0 {
    padding-right: 0 !important;
  }
  .bs5 .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bs5 .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bs5 .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bs5 .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bs5 .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bs5 .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bs5 .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs5 .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs5 .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bs5 .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs5 .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bs5 .ps-md-0 {
    padding-left: 0 !important;
  }
  .bs5 .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bs5 .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bs5 .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bs5 .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bs5 .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bs5 .gap-md-0 {
    gap: 0 !important;
  }
  .bs5 .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bs5 .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bs5 .gap-md-3 {
    gap: 1rem !important;
  }
  .bs5 .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bs5 .gap-md-5 {
    gap: 3rem !important;
  }
  .bs5 .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .bs5 .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .bs5 .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .bs5 .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .bs5 .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .bs5 .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .bs5 .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .bs5 .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .bs5 .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .bs5 .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .bs5 .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .bs5 .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .bs5 .text-md-start {
    text-align: left !important;
  }
  .bs5 .text-md-end {
    text-align: right !important;
  }
  .bs5 .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bs5 .float-lg-start {
    float: left !important;
  }
  .bs5 .float-lg-end {
    float: right !important;
  }
  .bs5 .float-lg-none {
    float: none !important;
  }
  .bs5 .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .bs5 .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .bs5 .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .bs5 .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .bs5 .object-fit-lg-none {
    object-fit: none !important;
  }
  .bs5 .d-lg-inline {
    display: inline !important;
  }
  .bs5 .d-lg-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-lg-block {
    display: block !important;
  }
  .bs5 .d-lg-grid {
    display: grid !important;
  }
  .bs5 .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-lg-table {
    display: table !important;
  }
  .bs5 .d-lg-table-row {
    display: table-row !important;
  }
  .bs5 .d-lg-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-lg-flex {
    display: flex !important;
  }
  .bs5 .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-lg-none {
    display: none !important;
  }
  .bs5 .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bs5 .flex-lg-row {
    flex-direction: row !important;
  }
  .bs5 .flex-lg-column {
    flex-direction: column !important;
  }
  .bs5 .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bs5 .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bs5 .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bs5 .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bs5 .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bs5 .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bs5 .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bs5 .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bs5 .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bs5 .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bs5 .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bs5 .justify-content-lg-center {
    justify-content: center !important;
  }
  .bs5 .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bs5 .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bs5 .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bs5 .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bs5 .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bs5 .align-items-lg-center {
    align-items: center !important;
  }
  .bs5 .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bs5 .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bs5 .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bs5 .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bs5 .align-content-lg-center {
    align-content: center !important;
  }
  .bs5 .align-content-lg-between {
    align-content: space-between !important;
  }
  .bs5 .align-content-lg-around {
    align-content: space-around !important;
  }
  .bs5 .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bs5 .align-self-lg-auto {
    align-self: auto !important;
  }
  .bs5 .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bs5 .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bs5 .align-self-lg-center {
    align-self: center !important;
  }
  .bs5 .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bs5 .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bs5 .order-lg-first {
    order: -1 !important;
  }
  .bs5 .order-lg-0 {
    order: 0 !important;
  }
  .bs5 .order-lg-1 {
    order: 1 !important;
  }
  .bs5 .order-lg-2 {
    order: 2 !important;
  }
  .bs5 .order-lg-3 {
    order: 3 !important;
  }
  .bs5 .order-lg-4 {
    order: 4 !important;
  }
  .bs5 .order-lg-5 {
    order: 5 !important;
  }
  .bs5 .order-lg-last {
    order: 6 !important;
  }
  .bs5 .m-lg-0 {
    margin: 0 !important;
  }
  .bs5 .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bs5 .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bs5 .m-lg-3 {
    margin: 1rem !important;
  }
  .bs5 .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bs5 .m-lg-5 {
    margin: 3rem !important;
  }
  .bs5 .m-lg-auto {
    margin: auto !important;
  }
  .bs5 .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bs5 .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bs5 .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bs5 .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bs5 .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bs5 .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bs5 .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bs5 .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bs5 .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bs5 .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bs5 .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bs5 .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bs5 .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bs5 .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bs5 .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bs5 .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bs5 .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bs5 .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bs5 .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bs5 .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bs5 .mt-lg-auto {
    margin-top: auto !important;
  }
  .bs5 .me-lg-0 {
    margin-right: 0 !important;
  }
  .bs5 .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bs5 .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bs5 .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bs5 .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bs5 .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bs5 .me-lg-auto {
    margin-right: auto !important;
  }
  .bs5 .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bs5 .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs5 .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs5 .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bs5 .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs5 .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bs5 .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bs5 .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bs5 .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bs5 .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bs5 .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bs5 .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bs5 .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bs5 .ms-lg-auto {
    margin-left: auto !important;
  }
  .bs5 .p-lg-0 {
    padding: 0 !important;
  }
  .bs5 .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bs5 .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bs5 .p-lg-3 {
    padding: 1rem !important;
  }
  .bs5 .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bs5 .p-lg-5 {
    padding: 3rem !important;
  }
  .bs5 .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bs5 .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bs5 .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bs5 .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bs5 .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bs5 .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bs5 .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bs5 .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bs5 .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bs5 .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bs5 .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bs5 .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bs5 .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bs5 .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bs5 .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bs5 .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bs5 .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bs5 .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bs5 .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bs5 .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bs5 .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bs5 .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bs5 .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bs5 .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bs5 .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bs5 .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs5 .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs5 .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bs5 .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs5 .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bs5 .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bs5 .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bs5 .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bs5 .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bs5 .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bs5 .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bs5 .gap-lg-0 {
    gap: 0 !important;
  }
  .bs5 .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bs5 .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bs5 .gap-lg-3 {
    gap: 1rem !important;
  }
  .bs5 .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bs5 .gap-lg-5 {
    gap: 3rem !important;
  }
  .bs5 .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .bs5 .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .bs5 .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .bs5 .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .bs5 .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .bs5 .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .bs5 .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .bs5 .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .bs5 .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .bs5 .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .bs5 .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .bs5 .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .bs5 .text-lg-start {
    text-align: left !important;
  }
  .bs5 .text-lg-end {
    text-align: right !important;
  }
  .bs5 .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bs5 .float-xl-start {
    float: left !important;
  }
  .bs5 .float-xl-end {
    float: right !important;
  }
  .bs5 .float-xl-none {
    float: none !important;
  }
  .bs5 .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .bs5 .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .bs5 .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .bs5 .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .bs5 .object-fit-xl-none {
    object-fit: none !important;
  }
  .bs5 .d-xl-inline {
    display: inline !important;
  }
  .bs5 .d-xl-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-xl-block {
    display: block !important;
  }
  .bs5 .d-xl-grid {
    display: grid !important;
  }
  .bs5 .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-xl-table {
    display: table !important;
  }
  .bs5 .d-xl-table-row {
    display: table-row !important;
  }
  .bs5 .d-xl-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-xl-flex {
    display: flex !important;
  }
  .bs5 .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-xl-none {
    display: none !important;
  }
  .bs5 .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bs5 .flex-xl-row {
    flex-direction: row !important;
  }
  .bs5 .flex-xl-column {
    flex-direction: column !important;
  }
  .bs5 .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bs5 .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bs5 .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bs5 .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bs5 .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bs5 .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bs5 .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bs5 .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bs5 .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bs5 .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bs5 .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bs5 .justify-content-xl-center {
    justify-content: center !important;
  }
  .bs5 .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bs5 .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bs5 .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bs5 .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bs5 .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bs5 .align-items-xl-center {
    align-items: center !important;
  }
  .bs5 .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bs5 .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bs5 .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bs5 .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bs5 .align-content-xl-center {
    align-content: center !important;
  }
  .bs5 .align-content-xl-between {
    align-content: space-between !important;
  }
  .bs5 .align-content-xl-around {
    align-content: space-around !important;
  }
  .bs5 .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bs5 .align-self-xl-auto {
    align-self: auto !important;
  }
  .bs5 .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bs5 .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bs5 .align-self-xl-center {
    align-self: center !important;
  }
  .bs5 .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bs5 .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bs5 .order-xl-first {
    order: -1 !important;
  }
  .bs5 .order-xl-0 {
    order: 0 !important;
  }
  .bs5 .order-xl-1 {
    order: 1 !important;
  }
  .bs5 .order-xl-2 {
    order: 2 !important;
  }
  .bs5 .order-xl-3 {
    order: 3 !important;
  }
  .bs5 .order-xl-4 {
    order: 4 !important;
  }
  .bs5 .order-xl-5 {
    order: 5 !important;
  }
  .bs5 .order-xl-last {
    order: 6 !important;
  }
  .bs5 .m-xl-0 {
    margin: 0 !important;
  }
  .bs5 .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bs5 .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bs5 .m-xl-3 {
    margin: 1rem !important;
  }
  .bs5 .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bs5 .m-xl-5 {
    margin: 3rem !important;
  }
  .bs5 .m-xl-auto {
    margin: auto !important;
  }
  .bs5 .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bs5 .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bs5 .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bs5 .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bs5 .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bs5 .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bs5 .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bs5 .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bs5 .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bs5 .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bs5 .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bs5 .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bs5 .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bs5 .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bs5 .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bs5 .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bs5 .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bs5 .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bs5 .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bs5 .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bs5 .mt-xl-auto {
    margin-top: auto !important;
  }
  .bs5 .me-xl-0 {
    margin-right: 0 !important;
  }
  .bs5 .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bs5 .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bs5 .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bs5 .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bs5 .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bs5 .me-xl-auto {
    margin-right: auto !important;
  }
  .bs5 .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bs5 .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs5 .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs5 .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bs5 .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs5 .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bs5 .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bs5 .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bs5 .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bs5 .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bs5 .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bs5 .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bs5 .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bs5 .ms-xl-auto {
    margin-left: auto !important;
  }
  .bs5 .p-xl-0 {
    padding: 0 !important;
  }
  .bs5 .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bs5 .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bs5 .p-xl-3 {
    padding: 1rem !important;
  }
  .bs5 .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bs5 .p-xl-5 {
    padding: 3rem !important;
  }
  .bs5 .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bs5 .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bs5 .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bs5 .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bs5 .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bs5 .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bs5 .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bs5 .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bs5 .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bs5 .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bs5 .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bs5 .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bs5 .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bs5 .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bs5 .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bs5 .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bs5 .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bs5 .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bs5 .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bs5 .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bs5 .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bs5 .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bs5 .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bs5 .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bs5 .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bs5 .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs5 .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs5 .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bs5 .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs5 .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bs5 .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bs5 .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bs5 .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bs5 .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bs5 .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bs5 .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bs5 .gap-xl-0 {
    gap: 0 !important;
  }
  .bs5 .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bs5 .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bs5 .gap-xl-3 {
    gap: 1rem !important;
  }
  .bs5 .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bs5 .gap-xl-5 {
    gap: 3rem !important;
  }
  .bs5 .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .bs5 .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .bs5 .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .bs5 .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .bs5 .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .bs5 .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .bs5 .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .bs5 .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .bs5 .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .bs5 .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .bs5 .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .bs5 .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .bs5 .text-xl-start {
    text-align: left !important;
  }
  .bs5 .text-xl-end {
    text-align: right !important;
  }
  .bs5 .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bs5 .float-xxl-start {
    float: left !important;
  }
  .bs5 .float-xxl-end {
    float: right !important;
  }
  .bs5 .float-xxl-none {
    float: none !important;
  }
  .bs5 .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .bs5 .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .bs5 .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .bs5 .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .bs5 .object-fit-xxl-none {
    object-fit: none !important;
  }
  .bs5 .d-xxl-inline {
    display: inline !important;
  }
  .bs5 .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-xxl-block {
    display: block !important;
  }
  .bs5 .d-xxl-grid {
    display: grid !important;
  }
  .bs5 .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-xxl-table {
    display: table !important;
  }
  .bs5 .d-xxl-table-row {
    display: table-row !important;
  }
  .bs5 .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-xxl-flex {
    display: flex !important;
  }
  .bs5 .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-xxl-none {
    display: none !important;
  }
  .bs5 .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bs5 .flex-xxl-row {
    flex-direction: row !important;
  }
  .bs5 .flex-xxl-column {
    flex-direction: column !important;
  }
  .bs5 .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bs5 .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bs5 .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bs5 .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bs5 .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bs5 .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bs5 .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bs5 .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bs5 .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bs5 .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bs5 .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bs5 .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bs5 .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bs5 .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bs5 .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bs5 .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bs5 .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bs5 .align-items-xxl-center {
    align-items: center !important;
  }
  .bs5 .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bs5 .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bs5 .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bs5 .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bs5 .align-content-xxl-center {
    align-content: center !important;
  }
  .bs5 .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bs5 .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bs5 .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bs5 .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bs5 .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bs5 .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bs5 .align-self-xxl-center {
    align-self: center !important;
  }
  .bs5 .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bs5 .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bs5 .order-xxl-first {
    order: -1 !important;
  }
  .bs5 .order-xxl-0 {
    order: 0 !important;
  }
  .bs5 .order-xxl-1 {
    order: 1 !important;
  }
  .bs5 .order-xxl-2 {
    order: 2 !important;
  }
  .bs5 .order-xxl-3 {
    order: 3 !important;
  }
  .bs5 .order-xxl-4 {
    order: 4 !important;
  }
  .bs5 .order-xxl-5 {
    order: 5 !important;
  }
  .bs5 .order-xxl-last {
    order: 6 !important;
  }
  .bs5 .m-xxl-0 {
    margin: 0 !important;
  }
  .bs5 .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bs5 .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bs5 .m-xxl-3 {
    margin: 1rem !important;
  }
  .bs5 .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bs5 .m-xxl-5 {
    margin: 3rem !important;
  }
  .bs5 .m-xxl-auto {
    margin: auto !important;
  }
  .bs5 .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bs5 .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bs5 .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bs5 .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bs5 .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bs5 .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bs5 .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bs5 .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bs5 .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bs5 .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bs5 .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bs5 .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bs5 .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bs5 .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bs5 .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bs5 .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bs5 .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bs5 .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bs5 .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bs5 .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bs5 .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bs5 .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bs5 .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bs5 .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bs5 .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bs5 .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bs5 .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bs5 .me-xxl-auto {
    margin-right: auto !important;
  }
  .bs5 .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bs5 .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs5 .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs5 .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bs5 .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs5 .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bs5 .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bs5 .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bs5 .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bs5 .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bs5 .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bs5 .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bs5 .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bs5 .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bs5 .p-xxl-0 {
    padding: 0 !important;
  }
  .bs5 .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bs5 .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bs5 .p-xxl-3 {
    padding: 1rem !important;
  }
  .bs5 .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bs5 .p-xxl-5 {
    padding: 3rem !important;
  }
  .bs5 .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bs5 .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bs5 .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bs5 .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bs5 .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bs5 .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bs5 .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bs5 .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bs5 .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bs5 .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bs5 .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bs5 .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bs5 .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bs5 .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bs5 .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bs5 .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bs5 .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bs5 .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bs5 .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bs5 .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bs5 .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bs5 .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bs5 .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bs5 .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bs5 .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bs5 .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs5 .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs5 .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bs5 .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs5 .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bs5 .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bs5 .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bs5 .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bs5 .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bs5 .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bs5 .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bs5 .gap-xxl-0 {
    gap: 0 !important;
  }
  .bs5 .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bs5 .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bs5 .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bs5 .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bs5 .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bs5 .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .bs5 .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .bs5 .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .bs5 .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .bs5 .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .bs5 .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .bs5 .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .bs5 .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .bs5 .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .bs5 .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .bs5 .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .bs5 .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .bs5 .text-xxl-start {
    text-align: left !important;
  }
  .bs5 .text-xxl-end {
    text-align: right !important;
  }
  .bs5 .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1980px) {
  .bs5 .float-xxxl-start {
    float: left !important;
  }
  .bs5 .float-xxxl-end {
    float: right !important;
  }
  .bs5 .float-xxxl-none {
    float: none !important;
  }
  .bs5 .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .bs5 .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .bs5 .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .bs5 .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .bs5 .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .bs5 .d-xxxl-inline {
    display: inline !important;
  }
  .bs5 .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-xxxl-block {
    display: block !important;
  }
  .bs5 .d-xxxl-grid {
    display: grid !important;
  }
  .bs5 .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-xxxl-table {
    display: table !important;
  }
  .bs5 .d-xxxl-table-row {
    display: table-row !important;
  }
  .bs5 .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-xxxl-flex {
    display: flex !important;
  }
  .bs5 .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-xxxl-none {
    display: none !important;
  }
  .bs5 .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .bs5 .flex-xxxl-row {
    flex-direction: row !important;
  }
  .bs5 .flex-xxxl-column {
    flex-direction: column !important;
  }
  .bs5 .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bs5 .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bs5 .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bs5 .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bs5 .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bs5 .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bs5 .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .bs5 .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bs5 .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bs5 .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .bs5 .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .bs5 .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .bs5 .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .bs5 .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .bs5 .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .bs5 .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .bs5 .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .bs5 .align-items-xxxl-center {
    align-items: center !important;
  }
  .bs5 .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .bs5 .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .bs5 .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .bs5 .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .bs5 .align-content-xxxl-center {
    align-content: center !important;
  }
  .bs5 .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .bs5 .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .bs5 .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .bs5 .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .bs5 .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .bs5 .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .bs5 .align-self-xxxl-center {
    align-self: center !important;
  }
  .bs5 .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .bs5 .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .bs5 .order-xxxl-first {
    order: -1 !important;
  }
  .bs5 .order-xxxl-0 {
    order: 0 !important;
  }
  .bs5 .order-xxxl-1 {
    order: 1 !important;
  }
  .bs5 .order-xxxl-2 {
    order: 2 !important;
  }
  .bs5 .order-xxxl-3 {
    order: 3 !important;
  }
  .bs5 .order-xxxl-4 {
    order: 4 !important;
  }
  .bs5 .order-xxxl-5 {
    order: 5 !important;
  }
  .bs5 .order-xxxl-last {
    order: 6 !important;
  }
  .bs5 .m-xxxl-0 {
    margin: 0 !important;
  }
  .bs5 .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .bs5 .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .bs5 .m-xxxl-3 {
    margin: 1rem !important;
  }
  .bs5 .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .bs5 .m-xxxl-5 {
    margin: 3rem !important;
  }
  .bs5 .m-xxxl-auto {
    margin: auto !important;
  }
  .bs5 .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bs5 .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bs5 .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bs5 .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bs5 .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bs5 .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bs5 .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bs5 .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bs5 .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bs5 .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bs5 .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bs5 .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bs5 .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bs5 .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bs5 .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .bs5 .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .bs5 .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .bs5 .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .bs5 .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .bs5 .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .bs5 .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .bs5 .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .bs5 .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .bs5 .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .bs5 .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .bs5 .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .bs5 .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .bs5 .me-xxxl-auto {
    margin-right: auto !important;
  }
  .bs5 .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .bs5 .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs5 .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs5 .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .bs5 .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs5 .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .bs5 .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .bs5 .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .bs5 .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .bs5 .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .bs5 .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .bs5 .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .bs5 .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .bs5 .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .bs5 .p-xxxl-0 {
    padding: 0 !important;
  }
  .bs5 .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .bs5 .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .bs5 .p-xxxl-3 {
    padding: 1rem !important;
  }
  .bs5 .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .bs5 .p-xxxl-5 {
    padding: 3rem !important;
  }
  .bs5 .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bs5 .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bs5 .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bs5 .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bs5 .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bs5 .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bs5 .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bs5 .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bs5 .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bs5 .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bs5 .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bs5 .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bs5 .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .bs5 .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .bs5 .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .bs5 .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .bs5 .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .bs5 .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .bs5 .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .bs5 .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .bs5 .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .bs5 .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .bs5 .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .bs5 .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .bs5 .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .bs5 .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs5 .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs5 .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .bs5 .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs5 .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .bs5 .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .bs5 .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .bs5 .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .bs5 .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .bs5 .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .bs5 .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .bs5 .gap-xxxl-0 {
    gap: 0 !important;
  }
  .bs5 .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .bs5 .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .bs5 .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .bs5 .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .bs5 .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .bs5 .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .bs5 .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .bs5 .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .bs5 .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .bs5 .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .bs5 .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .bs5 .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .bs5 .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .bs5 .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .bs5 .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .bs5 .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .bs5 .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .bs5 .text-xxxl-start {
    text-align: left !important;
  }
  .bs5 .text-xxxl-end {
    text-align: right !important;
  }
  .bs5 .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bs5 .fs-1 {
    font-size: 2.5rem !important;
  }
  .bs5 .fs-2 {
    font-size: 2rem !important;
  }
  .bs5 .fs-3 {
    font-size: 1.75rem !important;
  }
  .bs5 .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bs5 .d-print-inline {
    display: inline !important;
  }
  .bs5 .d-print-inline-block {
    display: inline-block !important;
  }
  .bs5 .d-print-block {
    display: block !important;
  }
  .bs5 .d-print-grid {
    display: grid !important;
  }
  .bs5 .d-print-inline-grid {
    display: inline-grid !important;
  }
  .bs5 .d-print-table {
    display: table !important;
  }
  .bs5 .d-print-table-row {
    display: table-row !important;
  }
  .bs5 .d-print-table-cell {
    display: table-cell !important;
  }
  .bs5 .d-print-flex {
    display: flex !important;
  }
  .bs5 .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bs5 .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap5.css.map */