/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../css/_theme/_base.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mod_breadcrumb ul li:not(:last-child):after, .ce_downloads ul > li figure + a:before, .mmenu-close-btn:before, .mm-spn.mod_navigation li:not(.extra-content):before, .mm-spn.mod_navigation:before, .list-dots > li:before, .list-downloads > li:before, .list-check > li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fak, .mmenu-close-btn:before, .fa-kit {
  font-family: "Font Awesome Kit";
}

/*

 */
.make-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.half-container {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .half-container {
    max-width: 270px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .half-container {
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .half-container {
    max-width: 480px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .half-container {
    max-width: 570px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .half-container {
    max-width: 660px;
    padding-left: 0;
    padding-right: 0;
  }
}

.bg-gray {
  background-color: var(--bs-gray);
}

.pos-centered {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.pos-centered .column--kachel {
  position: relative;
  margin: auto;
}

.pos-centered-right {
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
}
.pos-centered-right .column--kachel {
  right: 0;
}

.pos-centered-left {
  transform: translate(0%, -50%);
  left: 0;
  top: 50%;
}
.pos-centered-left .column--kachel {
  left: 0;
}

.pos-top-right {
  top: 0;
  right: 0;
}
.pos-top-right .column--kachel {
  top: 0;
  right: 0;
}

.pos-top-left {
  top: 0;
  left: 0;
}
.pos-top-left .column--kachel {
  top: 0;
  left: 0;
}

.pos-top-center {
  transform: translate(-50%, 50px);
  left: 50%;
  top: 0;
}
.pos-top-center .column--kachel {
  position: relative;
  margin: 0 auto;
}

.pos-bottom-right {
  bottom: 0;
  right: 0;
}
.pos-bottom-right .column--kachel {
  bottom: 0;
  right: 0;
}

.pos-bottom-left {
  bottom: 0;
  left: 0;
}
.pos-bottom-left .column--kachel {
  bottom: 0;
  left: 0;
}

.pos-bottom-center {
  transform: translate(-50%, 0px);
  left: 50%;
  bottom: 0;
}
.pos-bottom-center .column--kachel {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1040px) {
  .two-column-text {
    column-count: 2;
    column-gap: var(--bs-gutter-x);
  }
}

.w-auto {
  max-width: none !important;
  min-width: 0 !important;
}

a.disabled-link {
  cursor: auto;
  text-decoration: none;
  pointer-events: none;
}

[class*=pull-] {
  position: relative;
  z-index: 3;
}

.move-content + * {
  display: none;
}

.remove-bottom-gutter {
  margin-bottom: calc(-1 * var(--main-gap)) !important;
}

.remove-top-gutter {
  margin-top: calc(-1 * var(--main-gap)) !important;
}

.font-primary {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.invisible {
  display: none !important;
}

html body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /*
    -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
   */
}
html body *:focus,
html body *:active {
  outline: 0px;
}
html body figure {
  margin: 0;
}
html body img {
  max-width: 100%;
  height: unset;
  width: unset;
}
html body strong,
html body b {
  font-weight: 800;
}
html body iframe,
html body embed {
  width: 100%;
}
html body video {
  width: 100%;
  max-height: 100%;
}
html body a {
  transition: color 0.3s ease;
}
html body a figcaption, html body a .figcaption {
  color: currentColor;
}
html body p {
  line-height: var(--bs-body-line-height-lg);
}
html body p > a.alert {
  margin-top: 0px;
  margin-bottom: 0px;
}
html body p:last-of-type {
  margin-bottom: 0px;
}
html body p + h2, html body p + .h2 {
  margin-top: 2rem;
}
html body main ul {
  padding-left: 20px;
}
html body main ul:last-child {
  margin-bottom: 0px;
}
html body main p:last-child:last-of-type {
  margin-bottom: 0px;
}
html body .table-responsive {
  margin-bottom: 1rem;
}
html body .table-responsive:last-child {
  margin-bottom: 0px;
}
html body .table-responsive > table.table {
  margin-top: 0px;
}
html body table.table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html body table.table:last-child {
  margin-bottom: 0px;
}
html body table.table th {
  white-space: nowrap;
}
html body table.table tr td {
  width: auto;
  height: auto;
}
html body a.alert {
  text-decoration: none;
}
html body a.alert i {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  html body a.alert i {
    font-size: 1.375rem;
  }
}
html body a.alert i {
  margin-right: 0.9375rem;
  vertical-align: sub;
}

i:has(+ a) {
  transition: color 0.3s ease-in-out;
}

i:has(+ a:hover) {
  color: rgba(var(--bs-link-hover-color-rgb), var(--bs-link-opacity, 1));
}

.text-primary {
  color: #871623 !important;
}

.text-secondary {
  color: #00274a !important;
}

.list-inline.with-separator > li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 -5px 0 4px;
}

.list-check {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.list-check > li {
  position: relative;
  padding-left: 35px;
}
.list-check > li:not(:last-child) {
  margin-bottom: 8px;
}
.list-check > li:before {
  font: var(--fa-font-sharp-light);
  content: "\f00c";
  position: absolute;
  padding-right: 0.625rem;
  color: var(--bs-primary);
  left: 0;
  top: 2px;
}
.list-check > li a {
  text-decoration: none;
  color: var(--bs-body-color);
  display: inline-block;
}

.list-downloads {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.list-downloads > li {
  position: relative;
  padding-left: 35px;
}
.list-downloads > li:not(:last-child) {
  margin-bottom: 8px;
}
.list-downloads > li:before {
  font: var(--fa-font-sharp-light);
  content: "\f019";
  position: absolute;
  padding-right: 0.625rem;
  color: var(--bs-primary);
  left: 0;
  top: 0px;
  font-size: 1.25rem;
}
.list-downloads > li a {
  text-decoration: none;
  color: var(--bs-primary);
  display: inline-block;
}
.list-downloads > li a:hover {
  text-decoration: underline;
}

.list-dots {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.list-dots > li {
  position: relative;
  padding-left: 35px;
}
.list-dots > li:not(:last-child) {
  margin-bottom: 8px;
}
.list-dots > li:before {
  font: var(--fa-font-sharp-solid);
  content: "\f111";
  position: absolute;
  padding-right: 0.625rem;
  color: var(--bs-body-color-inverse);
  left: 0;
  top: 5px;
  font-size: 0.75rem;
}
.list-dots > li a {
  text-decoration: none;
  display: inline-block;
}

ul[class*=list-][class*=text-] > li {
  color: inherit;
}
ul[class*=list-][class*=text-] > li:before {
  color: inherit;
}
ul[class*=list-][class*=text-] > li:before > a {
  color: inherit !important;
}

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px !important;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 28px;
}

main a:has(figure) {
  display: block;
  height: inherit;
  color: currentColor;
}
main a:has(figure) figure {
  display: flex;
  flex-flow: column nowrap;
}
main a:has(figure) figure, main a:has(figure) picture {
  height: inherit;
}
main a:has(figure) picture {
  display: block;
}

.ce_rsce_headline.mb-0.mb-sm-gap.layout-two-columns {
  margin-bottom: var(--main-gap) !important;
}
.ce_rsce_headline .row.g-1 > .headline-column:has(.headline-wrapper:last-child) + div {
  margin-top: 0;
}
.ce_rsce_headline .row.g-1:has(div:nth-child(3)) > div:nth-child(2), .ce_rsce_headline .row.g-1:has(div:nth-child(3)) > div:nth-child(3) {
  margin-top: 0;
}
@media (min-width: 1040px) {
  .ce_rsce_headline.layout-two-columns:has(.mt-lg-5) .ce--headline {
    margin-bottom: 0;
  }
}

h1:not(:has([class*=h])), .h1:not(:has([class*=h])) {
  font-size: 40px;
}
@media (min-width: 768px) {
  h1:not(:has([class*=h])), .h1:not(:has([class*=h])) {
    font-size: 60px;
  }
}
@media (min-width: 1040px) {
  h1:not(:has([class*=h])), .h1:not(:has([class*=h])) {
    font-size: 70px;
  }
}
h1:not(:has([class*=h])), .h1:not(:has([class*=h])) {
  line-height: 1.2;
  font-weight: var(--bs-h1-font-weight, 700);
}
h1:not(:has([class*=h])):not(.ce--headline *), .h1:not(:has([class*=h])):not(.ce--headline *) {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  h1:not(:has([class*=h])):not(.ce--headline *), .h1:not(:has([class*=h])):not(.ce--headline *) {
    margin-bottom: 1.5rem;
  }
}
h1:not(:has([class*=h])):not(.ce--headline *), .h1:not(:has([class*=h])):not(.ce--headline *) {
  display: block;
}

h2:not(:has([class*=h])), .h2:not(:has([class*=h])) {
  font-size: 30px;
}
@media (min-width: 768px) {
  h2:not(:has([class*=h])), .h2:not(:has([class*=h])) {
    font-size: 40px;
  }
}
@media (min-width: 1040px) {
  h2:not(:has([class*=h])), .h2:not(:has([class*=h])) {
    font-size: 50px;
  }
}
h2:not(:has([class*=h])), .h2:not(:has([class*=h])) {
  line-height: 1.2;
  font-weight: var(--bs-h2-font-weight, 700);
}
h2:not(:has([class*=h])):not(.ce--headline *), .h2:not(:has([class*=h])):not(.ce--headline *) {
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  h2:not(:has([class*=h])):not(.ce--headline *), .h2:not(:has([class*=h])):not(.ce--headline *) {
    margin-bottom: 1.25rem;
  }
}
h2:not(:has([class*=h])):not(.ce--headline *), .h2:not(:has([class*=h])):not(.ce--headline *) {
  display: block;
}

h3:not(:has([class*=h])), .h3:not(:has([class*=h])) {
  font-size: 25px;
}
@media (min-width: 768px) {
  h3:not(:has([class*=h])), .h3:not(:has([class*=h])) {
    font-size: 30px;
  }
}
@media (min-width: 1040px) {
  h3:not(:has([class*=h])), .h3:not(:has([class*=h])) {
    font-size: 30px;
  }
}
h3:not(:has([class*=h])), .h3:not(:has([class*=h])) {
  line-height: 1.2;
  font-weight: var(--bs-h3-font-weight, 700);
}
h3:not(:has([class*=h])):not(.ce--headline *), .h3:not(:has([class*=h])):not(.ce--headline *) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  h3:not(:has([class*=h])):not(.ce--headline *), .h3:not(:has([class*=h])):not(.ce--headline *) {
    margin-bottom: 1rem;
  }
}
h3:not(:has([class*=h])):not(.ce--headline *), .h3:not(:has([class*=h])):not(.ce--headline *) {
  display: block;
}

h4:not(:has([class*=h])), .h4:not(:has([class*=h])) {
  font-size: 25px;
}
@media (min-width: 768px) {
  h4:not(:has([class*=h])), .h4:not(:has([class*=h])) {
    font-size: 25px;
  }
}
@media (min-width: 1040px) {
  h4:not(:has([class*=h])), .h4:not(:has([class*=h])) {
    font-size: 25px;
  }
}
h4:not(:has([class*=h])), .h4:not(:has([class*=h])) {
  line-height: 1.2;
  font-weight: var(--bs-h4-font-weight, 700);
}
h4:not(:has([class*=h])):not(.ce--headline *), .h4:not(:has([class*=h])):not(.ce--headline *) {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  h4:not(:has([class*=h])):not(.ce--headline *), .h4:not(:has([class*=h])):not(.ce--headline *) {
    margin-bottom: 0.9rem;
  }
}
h4:not(:has([class*=h])):not(.ce--headline *), .h4:not(:has([class*=h])):not(.ce--headline *) {
  display: block;
}

h5:not(:has([class*=h])), .h5:not(:has([class*=h])) {
  font-size: 25px;
}
@media (min-width: 768px) {
  h5:not(:has([class*=h])), .h5:not(:has([class*=h])) {
    font-size: 25px;
  }
}
@media (min-width: 1040px) {
  h5:not(:has([class*=h])), .h5:not(:has([class*=h])) {
    font-size: 25px;
  }
}
h5:not(:has([class*=h])), .h5:not(:has([class*=h])) {
  line-height: 1.2;
  font-weight: var(--bs-h5-font-weight, 700);
}
h5:not(:has([class*=h])):not(.ce--headline *), .h5:not(:has([class*=h])):not(.ce--headline *) {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h5:not(:has([class*=h])):not(.ce--headline *), .h5:not(:has([class*=h])):not(.ce--headline *) {
    margin-bottom: 0.8rem;
  }
}
h5:not(:has([class*=h])):not(.ce--headline *), .h5:not(:has([class*=h])):not(.ce--headline *) {
  display: block;
}

h6:not(:has([class*=h])), .h6:not(:has([class*=h])) {
  font-size: 25px;
}
@media (min-width: 768px) {
  h6:not(:has([class*=h])), .h6:not(:has([class*=h])) {
    font-size: 25px;
  }
}
@media (min-width: 1040px) {
  h6:not(:has([class*=h])), .h6:not(:has([class*=h])) {
    font-size: 25px;
  }
}
h6:not(:has([class*=h])), .h6:not(:has([class*=h])) {
  line-height: 1.2;
  font-weight: var(--bs-h6-font-weight, 700);
}
h6:not(:has([class*=h])):not(.ce--headline *), .h6:not(:has([class*=h])):not(.ce--headline *) {
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  h6:not(:has([class*=h])):not(.ce--headline *), .h6:not(:has([class*=h])):not(.ce--headline *) {
    margin-bottom: 0.6rem;
  }
}
h6:not(:has([class*=h])):not(.ce--headline *), .h6:not(:has([class*=h])):not(.ce--headline *) {
  display: block;
}

.ce--headline {
  display: flex;
  flex-flow: column nowrap;
}
.ce--headline * {
  margin: 0;
  max-width: 100%;
}
.ce--headline.hl-h1 {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .ce--headline.hl-h1 {
    margin-bottom: 1.5rem;
  }
}
.ce--headline.hl-h1 .ce--topline {
  font-size: 32px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h1 .ce--topline {
    font-size: 32px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h1 .ce--topline {
    font-size: 39px;
  }
}
.ce--headline.hl-h1 .ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
  margin: 0 0 0.2em 0;
}
.ce--headline.hl-h1 .ce--subline {
  font-size: 32px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h1 .ce--subline {
    font-size: 32px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h1 .ce--subline {
    font-size: 39px;
  }
}
.ce--headline.hl-h1 .ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
  margin: 0.4em 0 0 0;
}
.ce--headline.hl-h2 {
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .ce--headline.hl-h2 {
    margin-bottom: 1.25rem;
  }
}
.ce--headline.hl-h2 .ce--topline {
  font-size: 26px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h2 .ce--topline {
    font-size: 32px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h2 .ce--topline {
    font-size: 39px;
  }
}
.ce--headline.hl-h2 .ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
  margin: 0 0 0.6em 0;
}
.ce--headline.hl-h2 .ce--subline {
  font-size: 26px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h2 .ce--subline {
    font-size: 32px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h2 .ce--subline {
    font-size: 39px;
  }
}
.ce--headline.hl-h2 .ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
  margin: 0.2em 0 0 0;
}
.ce--headline.hl-h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .ce--headline.hl-h3 {
    margin-bottom: 1rem;
  }
}
.ce--headline.hl-h3 .ce--topline {
  font-size: 26px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h3 .ce--topline {
    font-size: 32px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h3 .ce--topline {
    font-size: 39px;
  }
}
.ce--headline.hl-h3 .ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
  margin: 0 0 0.2em 0;
}
.ce--headline.hl-h3 .ce--subline {
  font-size: 26px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h3 .ce--subline {
    font-size: 32px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h3 .ce--subline {
    font-size: 39px;
  }
}
.ce--headline.hl-h3 .ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
  margin: 0.2em 0 0 0;
}
.ce--headline.hl-h4 {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .ce--headline.hl-h4 {
    margin-bottom: 0.9rem;
  }
}
.ce--headline.hl-h4 .ce--topline {
  font-size: 23px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h4 .ce--topline {
    font-size: 27px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h4 .ce--topline {
    font-size: 31px;
  }
}
.ce--headline.hl-h4 .ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
  margin: 0 0 0.2em 0;
}
.ce--headline.hl-h4 .ce--subline {
  font-size: 23px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h4 .ce--subline {
    font-size: 27px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h4 .ce--subline {
    font-size: 31px;
  }
}
.ce--headline.hl-h4 .ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
  margin: 0.2em 0 0 0;
}
.ce--headline.hl-h5 {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .ce--headline.hl-h5 {
    margin-bottom: 0.8rem;
  }
}
.ce--headline.hl-h5 .ce--topline {
  font-size: 20px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h5 .ce--topline {
    font-size: 22px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h5 .ce--topline {
    font-size: 25px;
  }
}
.ce--headline.hl-h5 .ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
  margin: 0 0 0.2em 0;
}
.ce--headline.hl-h5 .ce--subline {
  font-size: 20px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h5 .ce--subline {
    font-size: 22px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h5 .ce--subline {
    font-size: 25px;
  }
}
.ce--headline.hl-h5 .ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
  margin: 0.2em 0 0 0;
}
.ce--headline.hl-h6 {
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  .ce--headline.hl-h6 {
    margin-bottom: 0.6rem;
  }
}
.ce--headline.hl-h6 .ce--topline {
  font-size: 18px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h6 .ce--topline {
    font-size: 19px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h6 .ce--topline {
    font-size: 20px;
  }
}
.ce--headline.hl-h6 .ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
  margin: 0;
}
.ce--headline.hl-h6 .ce--subline {
  font-size: 18px;
}
@media (min-width: 768px) {
  .ce--headline.hl-h6 .ce--subline {
    font-size: 19px;
  }
}
@media (min-width: 1040px) {
  .ce--headline.hl-h6 .ce--subline {
    font-size: 20px;
  }
}
.ce--headline.hl-h6 .ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
  margin: 0.2em 0 0 0;
}

.container .ce--headline > .container {
  margin: 0;
}

[class*=text-white] .ce--headline {
  --bs-headline-color: var(--bs-white);
}

h1, .h1 {
  font-weight: var(--bs-h1-font-weight, 700);
}

h2, .h2 {
  font-weight: var(--bs-h2-font-weight, 700);
}

h3, .h3 {
  font-weight: var(--bs-h3-font-weight, 700);
}

h4, .h4 {
  font-weight: var(--bs-h4-font-weight, 700);
}

h5, .h5 {
  font-weight: var(--bs-h5-font-weight, 700);
}

h6, .h6 {
  font-weight: var(--bs-h6-font-weight, 700);
}

.ce--subline {
  color: var(--bs-subline-color);
  font-weight: var(--bs-subline-font-weight);
}

.ce--topline {
  color: var(--bs-topline-color);
  font-weight: var(--bs-topline-font-weight);
}

/*
form .widget:not(.form-floating) {
  input,
  textarea,
  select {
    &:not(.form-control):not([type="radio"]):not([type="checkbox"]) {
      @extend .form-control;
    }
  }

  &.widget-radio,
  &.widget-checkbox {
    fieldset > span {
      @extend .form-check;

      input {
        @extend .form-check-input;
      }
    }
  }
}

 */
.widget *[class*=col] {
  width: 100%;
}

.widget.form-floating label {
  padding-inline: calc(var(--bs-gutter-x) * 0.5 + 0.75rem);
  font-size: var(--bs-body-font-size);
  line-height: calc(var(--bs-gutter-y) * 0.5 + var(--bs-body-font-size));
}
.widget.form-floating label:after {
  background-color: transparent !important;
}

.input-group.form-floating label {
  padding: 0 0.75rem;
  line-height: 56px;
}
.input-group .input-group-append {
  margin-left: 0px !important;
}
.input-group .input-group-append > .btn {
  height: 100%;
  min-width: 3.125rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group .input-group-prepend {
  margin-right: 0px !important;
}
.input-group .input-group-prepend > .btn {
  height: 100%;
  min-width: 3.125rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

fieldset legend {
  font-size: var(--bs-body-font-size);
  float: none;
  display: block;
  /*
  display: flex;
  align-items: center;

  &:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin-left: 10px;
  }
   */
}

.widget.error > p {
  border-radius: var(--bs-input-border-radius) var(--bs-input-border-radius) 0px 0px;
}
.widget.error > p + input {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

form {
  min-width: 100%;
}
form .row:not([class*=gy-]):not([class*=g-]) {
  --bs-gutter-y: var(--bs-gutter-x);
}
form .formbody {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
form .formbody .widget {
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
form .formbody .widget:not([class*=col]) {
  flex-shrink: 0;
  width: 100%;
}

textarea.form-control {
  min-height: 140px !important;
}

.widget:not(.form-floating) {
  transition: opacity 0.15s ease-in-out;
  /*

   */
  /*
    > label:first-child {
    padding: 2px 0.75rem 2px 0.75rem;
    border-radius: var(--bs-input-border-radius) var(--bs-input-border-radius) 0px 0px;
    background-color: var(--bs-primary);
    color: var(--bs-body-color-inverse);
    margin-bottom: 0px;
    @include font-size(14px);

    & + * {
      border-radius: 0px var(--bs-input-border-radius) var(--bs-input-border-radius) var(--bs-input-border-radius);
    }
  }

  label + input:not(.form-control) {
    border-top-left-radius: 0px !important;
  }

   */
}
.widget:not(.form-floating) .form-control {
  padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
}
.widget:not(.form-floating) .form-control[type=file] {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 3.125rem;
}
.widget:not(.form-floating).error {
  color: #dc3545;
}
.widget:not(.form-floating).error > input,
.widget:not(.form-floating).error > textarea {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.widget:not(.form-floating).error label {
  color: #dc3545;
}
.widget:not(.form-floating).widget-checkbox p.error, .widget:not(.form-floating).widget-radio p.error {
  padding-left: 1.875rem;
  background-color: transparent;
  color: #dc3545;
  font-weight: 800;
}
.widget:not(.form-floating).widget-select {
  position: relative;
}
.widget:not(.form-floating).widget-select select {
  padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
}
.widget:not(.form-floating).widget-select label + .select-wrapper:after {
  margin-top: 11px;
}
.widget:not(.form-floating).widget-select label + .select-wrapper > select {
  border-radius: 0px var(--bs-input-border-radius) var(--bs-input-border-radius) var(--bs-input-border-radius);
}
.widget:not(.form-floating).widget-submit {
  margin-top: 2rem;
}
.form-check-input {
  margin-top: 0.125em;
}
.form-check-input:checked, .form-check-input:focus, .form-check-input:focus-visible {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-label {
  margin-bottom: 0.5rem;
}

.captcha_text {
  margin-bottom: 5px;
  display: block;
  --bs-alert-margin-top: .5rem !important;
}

p.error {
  border-radius: 0px 0px var(--bs-input-border-radius) var(--bs-input-border-radius);
  margin-bottom: 0px;
  padding: 0.3125rem 0.75rem;
  font-size: 0.875rem;
  color: var(--bs-body-color-inverse);
  background-color: #dc3545;
}

.form-select, .form-control {
  box-shadow: var(--bs-input-shadow);
  border: var(--bs-input-border);
  border-radius: var(--bs-input-border-radius);
  color: var(--bs-input-color);
}
.form-select:focus, .form-select:active, .form-control:focus, .form-control:active {
  box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.2);
  border: var(--bs-input-border);
}

/*
.widget:not(.widget-upload):not(.widget-radio):not(.widget-checkbox):not(.widget-captcha) {
  &:not(.form-floating) {
    input, textarea {
      border-top-left-radius: var(--bs-input-border-radius) !important;
      border-top-right-radius: var(--bs-input-border-radius) !important;
    }

    label {
      display: none;
    }
  }
}


 */
.ce--buttons {
  display: inline-flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--bs-btn-padding-top) var(--bs-btn-padding-right) var(--bs-btn-padding-bottom) var(--bs-btn-padding-left);
  min-height: 45px;
  gap: 0.25rem;
  line-height: 1.4;
}
.btn:has(i) {
  gap: 0.75rem;
}
.btn.btn-sm {
  padding-top: calc(var(--bs-btn-padding-top) * 0.75);
  padding-right: calc(var(--bs-btn-padding-right) * 0.75);
  padding-bottom: calc(var(--bs-btn-padding-bottom) * 0.75);
  padding-left: calc(var(--bs-btn-padding-left) * 0.75);
  --bs-btn-font-size: .75rem;
  min-height: 30px;
}
.btn.btn-sm:has(i) {
  gap: 0.45rem;
}
.btn.btn-lg {
  padding-top: calc(var(--bs-btn-padding-top) * 1.25);
  padding-right: calc(var(--bs-btn-padding-right) * 1.25);
  padding-bottom: calc(var(--bs-btn-padding-bottom) * 1.25);
  padding-left: calc(var(--bs-btn-padding-left) * 1.25);
  --bs-btn-font-size: 1.25rem;
  min-height: 55px;
}
.btn.btn-xl {
  padding-top: calc(var(--bs-btn-padding-top) * 1.5);
  padding-right: calc(var(--bs-btn-padding-right) * 1.5);
  padding-bottom: calc(var(--bs-btn-padding-bottom) * 1.5);
  padding-left: calc(var(--bs-btn-padding-left) * 1.5);
  --bs-btn-font-size: 1.5rem;
  min-height: 65px;
}
.btn.btn-white {
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-body-color);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--bs-white);
}
.btn.btn-white:hover {
  color: var(--bs-btn-hover-color);
}
.btn.btn-outline-black {
  --bs-btn-hover-border-color: var(--bs-black);
  --bs-btn-border-color: var(--bs-black);
  --bs-btn-color: var(--bs-black);
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: var(--bs-black);
  --bs-btn-hover-color: var(--bs-white);
  color: var(--bs-btn-color);
}
.btn.btn-outline-black:hover {
  color: var(--bs-btn-hover-color);
}
.btn.btn-outline-white {
  --bs-btn-hover-border-color: var(--bs-white);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-color: var(--bs-body-color);
  color: var(--bs-btn-color);
}
.btn.btn-outline-white:hover {
  color: var(--bs-btn-hover-color);
}
.btn.btn-outline-currentColor {
  border: var(--bs-btn-border-width) solid var(--btn-context-color, currentColor);
  background-color: transparent;
  color: var(--btn-context-color, currentColor);
}
.btn.btn-outline-currentColor:hover {
  color: var(--parent-bg-color, white);
  background-color: var(--btn-context-color, currentColor);
}
.btn.btn-currentColor {
  border: var(--bs-btn-border-width) solid var(--btn-context-color, currentColor);
  background-color: var(--btn-context-color, currentColor);
  color: var(--parent-bg-color, white);
}
.btn.btn-currentColor:hover {
  color: var(--btn-context-color, currentColor);
  background-color: transparent;
}
.btn.btn-link {
  padding: 0px;
  --bs-btn-color: currentColor;
  min-height: 0;
  --bs-btn-border-width: 0px;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-blank {
  --bs-btn-bg: transparent;
  border: 0px;
  padding: 0px;
  min-height: 0;
}
.btn.btn-block {
  width: 100%;
  display: block;
}
.btn.no-button {
  pointer-events: none;
  cursor: default;
}

.invisible {
  display: none;
}

[class*=container] {
  padding-inline: var(--bs-container-gutter);
}
[class*=container] [class*=container] {
  padding-inline: 0;
}
[class*=container]:not(.container-wide) [class*=container]:not([class*=col]) {
  max-width: none;
  width: auto;
}

*[data-bs-toggle] {
  cursor: pointer;
}

*:not(.row) > *[class*=col-]:not(.make-fullwidth) {
  margin-left: auto;
  margin-right: auto;
}
*:not(.row) > *[class*=col-]:not(.make-fullwidth) > .container {
  width: auto;
}

.row > [class*=col-] > .container > [class*=col-] {
  width: 100%;
}

div:has([class*=text-]):has([class*=-center]) .ce--buttons {
  justify-content: center;
}

@media (min-width: 1040px) {
  .pulled-up-element .row:not(.align-items-center) > div:last-child {
    padding-top: calc((var(--main-gap)) + 150px) !important;
  }
  .pulled-up-element .team-members .team-member:first-child .row.align-items-center {
    align-items: flex-start !important;
  }
  .pulled-up-element .team-members .team-member:first-child .member-info {
    padding-top: calc(var(--main-gap) / 2 + 150px) !important;
  }
}
.moved-content {
  position: relative;
  background-color: var(--bs-body-bg);
  z-index: 4;
  display: block;
  padding-top: var(--main-gap);
}
.moved-content[style] {
  opacity: 1;
}

@media (max-width: 1039.98px) {
  .pulled-up-element {
    transform: none !important;
    margin-top: var(--main-gap);
    margin-bottom: var(--main-gap) !important;
  }
}
@media (min-width: 1340px) {
  .container-wide {
    max-width: calc(1300px + var(--bs-container-gutter) * 2);
    margin-inline: auto;
  }
}

.js-floating-offset,
.floating-offset {
  --floating-gap: var(--main-gap, 0px);
  --floating-offset: 0px;
  position: relative;
  z-index: var(--floating-z-index, 3);
  transform: translateY(calc(-1 * var(--floating-offset, 0px)));
  margin-bottom: calc(var(--floating-gap) - var(--floating-offset, 0px)) !important;
  transition: none;
}

html, body, #wrapper {
  min-height: 100dvh;
}

#wrapper {
  overflow: clip;
  display: flex;
  flex-flow: column nowrap;
  background-color: var(--bs-body-bg);
}
@media (min-width: 768px) {
  #wrapper #container.with--left-col:not(.with--right-col) #main {
    max-width: calc(100% - 275px);
  }
  #wrapper #container.with--right-col:not(.with--left-col) #main {
    max-width: calc(100% - 250px);
  }
  #wrapper #container.with--right-col.with--left-col #main {
    max-width: calc(100% - (250px + 275px));
  }
}
#wrapper #main .mod_article .article-content {
  transition: background-position 0s ease-in-out;
}
#wrapper #main .mod_article .ce--inner {
  position: relative;
}
#wrapper #main .mod_article .content--element {
  z-index: 3;
}
#wrapper #main .mod_article .article-content:not(:has(.moved-content)) > *:not(.body-slider, .bgvideo, .ce_rsce_headline:not(:has(.text, .content-column))),
#wrapper #main .mod_article .article-content > .moved-content > *:not(.body-slider, .bgvideo, .ce_rsce_headline:not(:has(.text, .content-column))) {
  position: relative;
  margin-bottom: var(--main-gap);
}
#wrapper #main .mod_article *[class*=bg-dark] {
  color: var(--bs-body-color-inverse);
}
#wrapper #main .mod_article *[class*=bg-dark] *:not([class*=swiper-], [class*=btn-]) {
  color: inherit;
}

.mod_article[class*=bg-] + .mod_article:not([class*=bg-]) {
  padding-top: var(--main-gap);
}

@media (min-width: 768px) {
  aside#left {
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
  }
  aside#right {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}

footer {
  margin-top: auto;
  position: relative;
}

.ce--content-slider {
  position: relative;
}

.swiper {
  /*
   transition: all 0.25s ease;
  opacity: 0;
  overflow: clip;


  &.swiper-initialized {
    opacity: 1;
  }

   */
}
.swiper.with-pagination {
  padding-bottom: calc(var(--swiper-pagination-bullet-height) + 1rem);
}
.swiper {
  /*
  .swiper-wrapper {
      //align-items: center;

      .swiper-slide {
        overflow-x: clip;
        height: 100%;
      }
    }
   */
}

div:not(:has(.swiper)) .swiper-lazy-preloader {
  display: none;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.slider-subline, figcaption, .figcaption {
  margin: 0;
  display: block;
  padding: 0.9375rem 0rem 0rem 0rem;
}

[class*=swiper-button-] {
  text-align: center;
  width: var(--swiper-navigation-size);
  box-shadow: 0 0 12px rgba(39, 39, 39, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.9;
  text-decoration: none;
  background-color: var(--bs-body-color);
  color: var(--bs-body-color-inverse);
}
[class*=swiper-button-]:hover {
  opacity: 1;
}
[class*=swiper-button-]:after {
  font-size: 1.25rem;
}
[class*=swiper-button-].swiper-button-prev {
  padding-right: 3px;
}
[class*=swiper-button-].swiper-button-next {
  padding-left: 3px;
}
[class*=swiper-button-].swiper-button-disabled {
  cursor: pointer;
  pointer-events: initial;
}

.swiper-button-prev {
  padding-right: 3px;
}
@media (min-width: 1040px) {
  .swiper-button-prev {
    left: -3.5vw;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev {
    left: -3.5vw;
  }
}
@media (min-width: 1340px) {
  .swiper-button-prev {
    left: -2.5vw;
  }
}

.swiper-button-next {
  padding-left: 3px;
}
@media (min-width: 1040px) {
  .swiper-button-next {
    right: -3.5vw;
  }
}
@media (min-width: 1200px) {
  .swiper-button-next {
    right: -3.5vw;
  }
}
@media (min-width: 1340px) {
  .swiper-button-next {
    right: -2.5vw;
  }
}

.swiper-pagination {
  --swiper-pagination-bottom: 0;
  padding: 0px;
  border-radius: var(--bs-border-radius);
  line-height: 1;
  width: auto;
}

.macy-container + .swiper-pagination {
  display: none;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
.swiper-navigation-icon {
  display: none;
}

.mm-spn.mod_navigation {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-bg: var(--bs-body-bg);
  --mm-spn-logoheight: 50px;
  --mm-spn-logowidth: 125px;
  --mm-spn-panel-offset: 30%;
  --mm-spn-active-bg: var(--bs-primary);
  --mm-spn-active-color: var(--bs-body-color-inverse);
  --mm-spn-color: var(--bs-body-color);
  --mm-spn-border-color: rgba(0, 0, 0, .05);
  --mm-spn-footer-bg: var(--bs-primary);
  --mm-spn-arrow-color: var(--bs-body-color);
  background-color: var(--mm-spn-bg);
  display: flex;
  flex-flow: column nowrap;
}
.mm-spn.mod_navigation:after {
  display: none;
}
.mm-spn.mod_navigation:before {
  opacity: 1;
  z-index: 50;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  left: 0;
  top: -2px;
  text-align: center;
  color: var(--mm-spn-color);
  border: 0;
  background-color: var(--bs-primary-bg-subtle);
  width: 51px;
  height: 51px;
  line-height: 51px;
  transform: rotate(180deg);
  font: var(--fa-font-sharp-light);
  content: "\f061";
}
.mm-spn.mod_navigation > .extra-content {
  z-index: 5;
}
.mm-spn.mod_navigation li:not(.extra-content) a.sibling:after {
  display: none;
}
.mm-spn.mod_navigation ul {
  top: calc(var(--mm-spn-logoheight));
}
.mm-spn.mod_navigation ul ul {
  background-color: var(--mm-spn-bg);
}
.mm-spn.mod_navigation ul:after {
  display: none;
}
.mm-spn.mod_navigation .logo {
  height: var(--mm-spn-logoheight);
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border-bottom: 1px solid var(--mm-spn-border-color);
}
.mm-spn.mod_navigation .logo a {
  padding: 0;
}
.mm-spn.mod_navigation .logo img {
  display: inline-block;
  max-height: 100%;
  width: var(--mm-spn-logowidth);
}
.mm-spn.mod_navigation li:not(.extra-content) {
  border-bottom: 1px solid var(--mm-spn-border-color);
}
.mm-spn.mod_navigation li:not(.extra-content):after {
  display: none;
}
.mm-spn.mod_navigation li:not(.extra-content):before {
  opacity: 1;
  z-index: 1;
  right: 0;
  border: 0;
  text-align: center;
  top: 0;
  background-color: var(--bs-primary-bg-subtle);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: 50px;
  height: calc(var(--mm-spn-item-height));
  line-height: calc(var(--mm-spn-item-height));
  transform: none;
  color: var(--mm-spn-color);
  font: var(--fa-font-sharp-light);
  content: "\f061";
}
.mm-spn.mod_navigation li:not(.extra-content):not(.submenu):before {
  display: none;
}
.mm-spn.mod_navigation li:not(.extra-content).active, .mm-spn.mod_navigation li:not(.extra-content).trail {
  background-color: var(--mm-spn-active-bg);
}
.mm-spn.mod_navigation li:not(.extra-content).active > .active, .mm-spn.mod_navigation li:not(.extra-content).active > .trail, .mm-spn.mod_navigation li:not(.extra-content).trail > .active, .mm-spn.mod_navigation li:not(.extra-content).trail > .trail {
  color: var(--mm-spn-active-color);
}
.mm-spn.mod_navigation li:not(.extra-content).active:before, .mm-spn.mod_navigation li:not(.extra-content).trail:before {
  border-color: var(--mm-spn-active-color);
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--mm-spn-arrow-color);
}
.mm-spn.mod_navigation li:not(.extra-content) a, .mm-spn.mod_navigation li:not(.extra-content) span {
  padding-block: 0;
  line-height: var(--mm-spn-item-height);
  background-color: transparent;
  color: var(--mm-spn-color);
  white-space: nowrap;
}
.mm-spn.mod_navigation li:not(.extra-content) a:after, .mm-spn.mod_navigation li:not(.extra-content) span:after {
  height: var(--mm-spn-item-height);
}
.mm-spn.mod_navigation li:not(.extra-content) a.submenu:after {
  display: none;
}
.mm-spn.mod_navigation li:not(.submenu):before, .mm-spn.mod_navigation li:not(.submenu):after {
  display: none;
}
.mm-spn.mod_navigation .extra-content {
  text-align: center;
  --mm-spn-active-bg: transparent;
  --mm-spn-active-color: var(--bs-body-color);
}

.mmenu-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding-inline: 0;
  position: absolute;
  right: -5px;
  top: -3px;
  z-index: 10;
  width: 55px;
  height: 55px;
}
.mmenu-close-btn:before {
  content: "\e010";
  align-content: center;
  transform: none;
  z-index: 50;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  font-size: 1.25rem;
  text-align: center;
  color: var(--mm-spn-color);
  border: 0;
  background-color: var(--bs-primary-bg-subtle);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#mobileNav {
  display: none;
}

.mm-ocd #mobileNav {
  display: flex;
}

.mobileNav__activator {
  line-height: 1;
  display: inline-flex;
  gap: 0.75rem;
  text-align: center;
  align-items: center;
  font-size: 1.25rem;
  padding: 0.75rem 0.75rem;
}
.mobileNav__activator:has(> i:first-child:last-child) {
  width: 40px;
}
.mobileNav__activator i {
  font-size: 1.5rem;
}

#mobileNav .mobileNav_footer {
  text-align: center;
  height: auto;
  padding-block: 1rem;
  background-color: var(--mm-spn-footer-bg);
}
#mobileNav .mobileNav_footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: static;
  display: block;
  width: auto;
  overflow: hidden;
}
#mobileNav .mobileNav_footer ul > li {
  display: inline-block;
  border: 0;
  padding: 0;
  margin-inline: 1rem;
  width: auto;
}
#mobileNav .mobileNav_footer ul > li > a {
  width: auto;
  display: inline-block;
  padding-inline: 0;
  line-height: 1.3;
  color: var(--bs-secondary);
}
#mobileNav .mobileNav_footer ul > li > a:hover {
  color: #871623;
}

/* Hochkant-Formate */
.venoratio-9x16 {
  --vb-aspect-ratio: calc(16 / 9 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 9 / 16);
}

.venoratio-3x4 {
  --vb-aspect-ratio: calc(4 / 3 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 3 / 4);
}

/* Anpassung für volle Höhe bei Hochkant-Formaten */
.vbox-child img {
  max-height: calc(100vh - 60px);
  width: auto;
}
.vbox-child img[src*=".svg"] {
  width: 100%;
  height: auto;
}

/* Zusätzliche Flexibilität für ungewöhnliche Formate */
.venoratio-custom {
  --vb-aspect-ratio: var(--custom-aspect-ratio, 100%);
  max-width: var(--custom-max-width, var(--vbox-max-width));
}

.vbox-content .left-col--inner {
  line-height: 0;
  position: relative;
}
.vbox-content .left-col--inner .insta-note {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 2rem);
  top: 2rem;
  z-index: 2;
}
.vbox-content .left-col--inner figure {
  width: 100%;
  height: 100%;
}
.vbox-content .left-col--inner figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vbox-content .left-col--inner video {
  max-height: calc(100vh - 60px);
  object-fit: cover;
}
.vbox-content .left-col--inner iframe {
  height: 615px;
}
@media (min-width: 768px) {
  .vbox-content .left-col--inner iframe {
    height: 1042px;
  }
}
.vbox-content .right-col--inner {
  padding: 0 2rem 2rem 10px;
}
@media (min-width: 768px) {
  .vbox-content .right-col--inner {
    padding-top: 2rem;
    padding-left: 0;
  }
}

.lazy-loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  pointer-events: none;
  color: #92a0ff;
}

.lazy-loader-spinner svg {
  width: 100%;
  height: 100%;
  display: block;
  animation: lazy-spinner-rotate 3.6s linear infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

.lazy-loader-spinner .spinner-bar {
  fill: currentColor;
  opacity: 0.55;
}

@keyframes lazy-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
.content-media {
  position: relative;
}

.video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
}

.content-media {
  height: 100%;
  width: 100%;
}

.vsm-lazy-figure {
  display: block;
}

.vsm-lazy-aspect-wrapper {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--vsm-aspect-ratio);
}

.vsm-lazy-aspect-wrapper.content-media,
.vsm-lazy-aspect-wrapper.video-wrapper {
  position: relative;
}

.vsm-lazy-aspect-wrapper img,
.vsm-lazy-aspect-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}

.vsm-lazy-aspect-wrapper video {
  aspect-ratio: inherit;
}

.vsm-lazy-spinner-wrapper {
  position: relative;
}

.vsm-lazy-spinner-wrapper > .lazy-loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.swiper-wrapper .swiper-slide.vsm-lazy-slide {
  height: auto;
}

.lazy {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.lazy.loaded, .lazy[loading=eager] {
  opacity: 1;
}

.article-content > [class*=bg-]:not(.ce_rsce_twocolimagewall):not(.ce_rsce_fullwidthgallery):not(.badge):not(.ce--headline) {
  padding-block: var(--main-gap);
}

.video_container, .content-youtube {
  position: relative !important;
  padding-bottom: 56.25% !important;
}
.video_container iframe,
.video_container embed,
.video_container video, .content-youtube iframe,
.content-youtube embed,
.content-youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mod_article .article-content[class*=bg-] {
  padding-block: var(--main-gap);
}
.mod_article .article-content[class*=bg-] .content--element:last-child:not[class*=pull] {
  margin-bottom: 0 !important;
}

.mod_article .article-content[class*=bg-]:has(.ce_rsce_headimagelogo.mb-0) {
  padding-bottom: 0;
}

.content--element {
  position: relative;
}
.content--element.border-top {
  padding-top: var(--main-gap);
}
.content--element.border-bottom {
  padding-bottom: var(--main-gap);
}

.ce_downloads ul {
  list-style-type: none;
  padding: 0px;
}
.ce_downloads ul > li {
  margin-bottom: 1.5rem;
  text-align: center;
}
.ce_downloads ul > li:hover a {
  color: var(--bs-tertiary);
}
.ce_downloads ul > li figure img {
  border: 1px solid var(--bs-gray-400);
}
.ce_downloads ul > li figure + a {
  text-decoration: none;
  color: var(--bs-body-color);
  margin: 0 auto;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ce_downloads ul > li figure + a span.size {
  display: none;
}
.ce_downloads ul > li figure + a:before {
  font: var(--fa-font-sharp-light);
  content: "\f019";
  padding-right: 0.3125rem;
}

.ce_image figure {
  position: relative;
  text-align: center;
}
.ce_image figure figcaption, .ce_image figure .figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.mod_breadcrumb {
  margin-top: 0.25rem;
}
.mod_breadcrumb ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 1rem;
}
.mod_breadcrumb ul li {
  display: inline-block;
  color: var(--bs-secondary);
}
.mod_breadcrumb ul li:not(:last-child):after {
  font: var(--fa-font-sharp-light);
  content: "\f105";
  display: inline-block;
  color: var(--bs-primary);
  margin: 0 5px 0px 8px;
}
.mod_breadcrumb ul li > a {
  display: inline-block;
  text-decoration: none;
  color: var(--bs-primary);
}
.mod_breadcrumb ul li > a:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
  font-size: var(--bs-body-font-size);
}
html .align-baseline {
  vertical-align: baseline !important;
}
html .align-top {
  vertical-align: top !important;
}
html .align-middle {
  vertical-align: middle !important;
}
html .align-bottom {
  vertical-align: bottom !important;
}
html .align-text-bottom {
  vertical-align: text-bottom !important;
}
html .align-text-top {
  vertical-align: text-top !important;
}
html .float-start {
  float: left !important;
}
html .float-end {
  float: right !important;
}
html .float-none {
  float: none !important;
}
html .object-fit-contain {
  object-fit: contain !important;
}
html .object-fit-cover {
  object-fit: cover !important;
}
html .object-fit-fill {
  object-fit: fill !important;
}
html .object-fit-scale {
  object-fit: scale-down !important;
}
html .object-fit-none {
  object-fit: none !important;
}
html .opacity-0 {
  opacity: 0 !important;
}
html .opacity-25 {
  opacity: 0.25 !important;
}
html .opacity-50 {
  opacity: 0.5 !important;
}
html .opacity-75 {
  opacity: 0.75 !important;
}
html .opacity-100 {
  opacity: 1 !important;
}
html .overflow-auto {
  overflow: auto !important;
}
html .overflow-hidden {
  overflow: hidden !important;
}
html .overflow-visible {
  overflow: visible !important;
}
html .overflow-scroll {
  overflow: scroll !important;
}
html .overflow-x-auto {
  overflow-x: auto !important;
}
html .overflow-x-hidden {
  overflow-x: hidden !important;
}
html .overflow-x-visible {
  overflow-x: visible !important;
}
html .overflow-x-scroll {
  overflow-x: scroll !important;
}
html .overflow-y-auto {
  overflow-y: auto !important;
}
html .overflow-y-hidden {
  overflow-y: hidden !important;
}
html .overflow-y-visible {
  overflow-y: visible !important;
}
html .overflow-y-scroll {
  overflow-y: scroll !important;
}
html .d-inline {
  display: inline !important;
}
html .d-inline-block {
  display: inline-block !important;
}
html .d-block {
  display: block !important;
}
html .d-grid {
  display: grid !important;
}
html .d-inline-grid {
  display: inline-grid !important;
}
html .d-table {
  display: table !important;
}
html .d-table-row {
  display: table-row !important;
}
html .d-table-cell {
  display: table-cell !important;
}
html .d-flex {
  display: flex !important;
}
html .d-inline-flex {
  display: inline-flex !important;
}
html .d-none {
  display: none !important;
}
html .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
html .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
html .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
html .shadow-none {
  box-shadow: none !important;
}
html .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-red {
  --bs-focus-ring-color: rgba(var(--bs-red-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-blue {
  --bs-focus-ring-color: rgba(var(--bs-blue-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-purple {
  --bs-focus-ring-color: rgba(var(--bs-purple-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
html .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
html .position-static {
  position: static !important;
}
html .position-relative {
  position: relative !important;
}
html .position-absolute {
  position: absolute !important;
}
html .position-fixed {
  position: fixed !important;
}
html .position-sticky {
  position: sticky !important;
}
html .top-0 {
  top: 0 !important;
}
html .top-50 {
  top: 50% !important;
}
html .top-100 {
  top: 100% !important;
}
html .bottom-0 {
  bottom: 0 !important;
}
html .bottom-50 {
  bottom: 50% !important;
}
html .bottom-100 {
  bottom: 100% !important;
}
html .start-0 {
  left: 0 !important;
}
html .start-50 {
  left: 50% !important;
}
html .start-100 {
  left: 100% !important;
}
html .end-0 {
  right: 0 !important;
}
html .end-50 {
  right: 50% !important;
}
html .end-100 {
  right: 100% !important;
}
html .translate-middle {
  transform: translate(-50%, -50%) !important;
}
html .translate-middle-x {
  transform: translateX(-50%) !important;
}
html .translate-middle-y {
  transform: translateY(-50%) !important;
}
html .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html .border-0 {
  border: 0 !important;
}
html .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html .border-top-0 {
  border-top: 0 !important;
}
html .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html .border-end-0 {
  border-right: 0 !important;
}
html .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html .border-bottom-0 {
  border-bottom: 0 !important;
}
html .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html .border-start-0 {
  border-left: 0 !important;
}
html .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
html .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
html .border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}
html .border-red {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
}
html .border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}
html .border-purple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}
html .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
html .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
html .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
html .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
html .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
html .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
html .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
html .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
html .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
html .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
html .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
html .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
html .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
html .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
html .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
html .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
html .border-1 {
  border-width: 1px !important;
}
html .border-2 {
  border-width: 2px !important;
}
html .border-3 {
  border-width: 3px !important;
}
html .border-4 {
  border-width: 4px !important;
}
html .border-5 {
  border-width: 5px !important;
}
html .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
html .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
html .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
html .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
html .border-opacity-100 {
  --bs-border-opacity: 1;
}
html .w-25 {
  width: 25% !important;
}
html .w-50 {
  width: 50% !important;
}
html .w-75 {
  width: 75% !important;
}
html .w-100 {
  width: 100% !important;
}
html .w-auto {
  width: auto !important;
}
html .mw-100 {
  max-width: 100% !important;
}
html .vw-100 {
  width: 100vw !important;
}
html .min-vw-100 {
  min-width: 100vw !important;
}
html .h-25 {
  height: 25% !important;
}
html .h-50 {
  height: 50% !important;
}
html .h-75 {
  height: 75% !important;
}
html .h-100 {
  height: 100% !important;
}
html .h-auto {
  height: auto !important;
}
html .mh-100 {
  max-height: 100% !important;
}
html .vh-100 {
  height: 100vh !important;
}
html .min-vh-100 {
  min-height: 100vh !important;
}
html .flex-fill {
  flex: 1 1 auto !important;
}
html .flex-row {
  flex-direction: row !important;
}
html .flex-column {
  flex-direction: column !important;
}
html .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html .flex-grow-0 {
  flex-grow: 0 !important;
}
html .flex-grow-1 {
  flex-grow: 1 !important;
}
html .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html .flex-wrap {
  flex-wrap: wrap !important;
}
html .flex-nowrap {
  flex-wrap: nowrap !important;
}
html .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html .justify-content-start {
  justify-content: flex-start !important;
}
html .justify-content-end {
  justify-content: flex-end !important;
}
html .justify-content-center {
  justify-content: center !important;
}
html .justify-content-between {
  justify-content: space-between !important;
}
html .justify-content-around {
  justify-content: space-around !important;
}
html .justify-content-evenly {
  justify-content: space-evenly !important;
}
html .align-items-start {
  align-items: flex-start !important;
}
html .align-items-end {
  align-items: flex-end !important;
}
html .align-items-center {
  align-items: center !important;
}
html .align-items-baseline {
  align-items: baseline !important;
}
html .align-items-stretch {
  align-items: stretch !important;
}
html .align-content-start {
  align-content: flex-start !important;
}
html .align-content-end {
  align-content: flex-end !important;
}
html .align-content-center {
  align-content: center !important;
}
html .align-content-between {
  align-content: space-between !important;
}
html .align-content-around {
  align-content: space-around !important;
}
html .align-content-stretch {
  align-content: stretch !important;
}
html .align-self-auto {
  align-self: auto !important;
}
html .align-self-start {
  align-self: flex-start !important;
}
html .align-self-end {
  align-self: flex-end !important;
}
html .align-self-center {
  align-self: center !important;
}
html .align-self-baseline {
  align-self: baseline !important;
}
html .align-self-stretch {
  align-self: stretch !important;
}
html .order-first {
  order: -1 !important;
}
html .order-0 {
  order: 0 !important;
}
html .order-1 {
  order: 1 !important;
}
html .order-2 {
  order: 2 !important;
}
html .order-3 {
  order: 3 !important;
}
html .order-4 {
  order: 4 !important;
}
html .order-5 {
  order: 5 !important;
}
html .order-last {
  order: 6 !important;
}
html .m-0 {
  margin: 0 !important;
}
html .m-1 {
  margin: 0.5rem !important;
}
html .m-2 {
  margin: 1rem !important;
}
html .m-3 {
  margin: 1.5rem !important;
}
html .m-4 {
  margin: 2rem !important;
}
html .m-5 {
  margin: 2.5rem !important;
}
html .m-6 {
  margin: 3rem !important;
}
html .m-7 {
  margin: 3.5rem !important;
}
html .m-8 {
  margin: 4rem !important;
}
html .m-9 {
  margin: 4.5rem !important;
}
html .m-10 {
  margin: 5rem !important;
}
html .m-auto {
  margin: auto !important;
}
html .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html .mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
html .mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
html .mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
html .mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
html .mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
html .mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
html .mx-7 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
html .mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
html .mx-9 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
html .mx-10 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
html .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
html .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html .my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
html .my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
html .my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
html .my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
html .my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
html .my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
html .my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
html .my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
html .my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
html .my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
html .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
html .mt-0 {
  margin-top: 0 !important;
}
html .mt-1 {
  margin-top: 0.5rem !important;
}
html .mt-2 {
  margin-top: 1rem !important;
}
html .mt-3 {
  margin-top: 1.5rem !important;
}
html .mt-4 {
  margin-top: 2rem !important;
}
html .mt-5 {
  margin-top: 2.5rem !important;
}
html .mt-6 {
  margin-top: 3rem !important;
}
html .mt-7 {
  margin-top: 3.5rem !important;
}
html .mt-8 {
  margin-top: 4rem !important;
}
html .mt-9 {
  margin-top: 4.5rem !important;
}
html .mt-10 {
  margin-top: 5rem !important;
}
html .mt-auto {
  margin-top: auto !important;
}
html .me-0 {
  margin-right: 0 !important;
}
html .me-1 {
  margin-right: 0.5rem !important;
}
html .me-2 {
  margin-right: 1rem !important;
}
html .me-3 {
  margin-right: 1.5rem !important;
}
html .me-4 {
  margin-right: 2rem !important;
}
html .me-5 {
  margin-right: 2.5rem !important;
}
html .me-6 {
  margin-right: 3rem !important;
}
html .me-7 {
  margin-right: 3.5rem !important;
}
html .me-8 {
  margin-right: 4rem !important;
}
html .me-9 {
  margin-right: 4.5rem !important;
}
html .me-10 {
  margin-right: 5rem !important;
}
html .me-auto {
  margin-right: auto !important;
}
html .mb-0 {
  margin-bottom: 0 !important;
}
html .mb-1 {
  margin-bottom: 0.5rem !important;
}
html .mb-2 {
  margin-bottom: 1rem !important;
}
html .mb-3 {
  margin-bottom: 1.5rem !important;
}
html .mb-4 {
  margin-bottom: 2rem !important;
}
html .mb-5 {
  margin-bottom: 2.5rem !important;
}
html .mb-6 {
  margin-bottom: 3rem !important;
}
html .mb-7 {
  margin-bottom: 3.5rem !important;
}
html .mb-8 {
  margin-bottom: 4rem !important;
}
html .mb-9 {
  margin-bottom: 4.5rem !important;
}
html .mb-10 {
  margin-bottom: 5rem !important;
}
html .mb-auto {
  margin-bottom: auto !important;
}
html .ms-0 {
  margin-left: 0 !important;
}
html .ms-1 {
  margin-left: 0.5rem !important;
}
html .ms-2 {
  margin-left: 1rem !important;
}
html .ms-3 {
  margin-left: 1.5rem !important;
}
html .ms-4 {
  margin-left: 2rem !important;
}
html .ms-5 {
  margin-left: 2.5rem !important;
}
html .ms-6 {
  margin-left: 3rem !important;
}
html .ms-7 {
  margin-left: 3.5rem !important;
}
html .ms-8 {
  margin-left: 4rem !important;
}
html .ms-9 {
  margin-left: 4.5rem !important;
}
html .ms-10 {
  margin-left: 5rem !important;
}
html .ms-auto {
  margin-left: auto !important;
}
html .p-0 {
  padding: 0 !important;
}
html .p-1 {
  padding: 0.5rem !important;
}
html .p-2 {
  padding: 1rem !important;
}
html .p-3 {
  padding: 1.5rem !important;
}
html .p-4 {
  padding: 2rem !important;
}
html .p-5 {
  padding: 2.5rem !important;
}
html .p-6 {
  padding: 3rem !important;
}
html .p-7 {
  padding: 3.5rem !important;
}
html .p-8 {
  padding: 4rem !important;
}
html .p-9 {
  padding: 4.5rem !important;
}
html .p-10 {
  padding: 5rem !important;
}
html .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html .px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
html .px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
html .px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
html .px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
html .px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
html .px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html .px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
html .px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
html .px-9 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
html .px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
html .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
html .py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
html .py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
html .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
html .py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
html .py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
html .py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
html .py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
html .py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
html .py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
html .pt-0 {
  padding-top: 0 !important;
}
html .pt-1 {
  padding-top: 0.5rem !important;
}
html .pt-2 {
  padding-top: 1rem !important;
}
html .pt-3 {
  padding-top: 1.5rem !important;
}
html .pt-4 {
  padding-top: 2rem !important;
}
html .pt-5 {
  padding-top: 2.5rem !important;
}
html .pt-6 {
  padding-top: 3rem !important;
}
html .pt-7 {
  padding-top: 3.5rem !important;
}
html .pt-8 {
  padding-top: 4rem !important;
}
html .pt-9 {
  padding-top: 4.5rem !important;
}
html .pt-10 {
  padding-top: 5rem !important;
}
html .pe-0 {
  padding-right: 0 !important;
}
html .pe-1 {
  padding-right: 0.5rem !important;
}
html .pe-2 {
  padding-right: 1rem !important;
}
html .pe-3 {
  padding-right: 1.5rem !important;
}
html .pe-4 {
  padding-right: 2rem !important;
}
html .pe-5 {
  padding-right: 2.5rem !important;
}
html .pe-6 {
  padding-right: 3rem !important;
}
html .pe-7 {
  padding-right: 3.5rem !important;
}
html .pe-8 {
  padding-right: 4rem !important;
}
html .pe-9 {
  padding-right: 4.5rem !important;
}
html .pe-10 {
  padding-right: 5rem !important;
}
html .pb-0 {
  padding-bottom: 0 !important;
}
html .pb-1 {
  padding-bottom: 0.5rem !important;
}
html .pb-2 {
  padding-bottom: 1rem !important;
}
html .pb-3 {
  padding-bottom: 1.5rem !important;
}
html .pb-4 {
  padding-bottom: 2rem !important;
}
html .pb-5 {
  padding-bottom: 2.5rem !important;
}
html .pb-6 {
  padding-bottom: 3rem !important;
}
html .pb-7 {
  padding-bottom: 3.5rem !important;
}
html .pb-8 {
  padding-bottom: 4rem !important;
}
html .pb-9 {
  padding-bottom: 4.5rem !important;
}
html .pb-10 {
  padding-bottom: 5rem !important;
}
html .ps-0 {
  padding-left: 0 !important;
}
html .ps-1 {
  padding-left: 0.5rem !important;
}
html .ps-2 {
  padding-left: 1rem !important;
}
html .ps-3 {
  padding-left: 1.5rem !important;
}
html .ps-4 {
  padding-left: 2rem !important;
}
html .ps-5 {
  padding-left: 2.5rem !important;
}
html .ps-6 {
  padding-left: 3rem !important;
}
html .ps-7 {
  padding-left: 3.5rem !important;
}
html .ps-8 {
  padding-left: 4rem !important;
}
html .ps-9 {
  padding-left: 4.5rem !important;
}
html .ps-10 {
  padding-left: 5rem !important;
}
html .gap-0 {
  gap: 0 !important;
}
html .gap-1 {
  gap: 0.5rem !important;
}
html .gap-2 {
  gap: 1rem !important;
}
html .gap-3 {
  gap: 1.5rem !important;
}
html .gap-4 {
  gap: 2rem !important;
}
html .gap-5 {
  gap: 2.5rem !important;
}
html .gap-6 {
  gap: 3rem !important;
}
html .gap-7 {
  gap: 3.5rem !important;
}
html .gap-8 {
  gap: 4rem !important;
}
html .gap-9 {
  gap: 4.5rem !important;
}
html .gap-10 {
  gap: 5rem !important;
}
html .row-gap-0 {
  row-gap: 0 !important;
}
html .row-gap-1 {
  row-gap: 0.5rem !important;
}
html .row-gap-2 {
  row-gap: 1rem !important;
}
html .row-gap-3 {
  row-gap: 1.5rem !important;
}
html .row-gap-4 {
  row-gap: 2rem !important;
}
html .row-gap-5 {
  row-gap: 2.5rem !important;
}
html .row-gap-6 {
  row-gap: 3rem !important;
}
html .row-gap-7 {
  row-gap: 3.5rem !important;
}
html .row-gap-8 {
  row-gap: 4rem !important;
}
html .row-gap-9 {
  row-gap: 4.5rem !important;
}
html .row-gap-10 {
  row-gap: 5rem !important;
}
html .column-gap-0 {
  column-gap: 0 !important;
}
html .column-gap-1 {
  column-gap: 0.5rem !important;
}
html .column-gap-2 {
  column-gap: 1rem !important;
}
html .column-gap-3 {
  column-gap: 1.5rem !important;
}
html .column-gap-4 {
  column-gap: 2rem !important;
}
html .column-gap-5 {
  column-gap: 2.5rem !important;
}
html .column-gap-6 {
  column-gap: 3rem !important;
}
html .column-gap-7 {
  column-gap: 3.5rem !important;
}
html .column-gap-8 {
  column-gap: 4rem !important;
}
html .column-gap-9 {
  column-gap: 4.5rem !important;
}
html .column-gap-10 {
  column-gap: 5rem !important;
}
html .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
html .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
html .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
html .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
html .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
html .fs-5 {
  font-size: 1.25rem !important;
}
html .fs-6 {
  font-size: 1rem !important;
}
html .fst-italic {
  font-style: italic !important;
}
html .fst-normal {
  font-style: normal !important;
}
html .fw-lighter {
  font-weight: lighter !important;
}
html .fw-light {
  font-weight: 300 !important;
}
html .fw-normal {
  font-weight: 400 !important;
}
html .fw-medium {
  font-weight: 500 !important;
}
html .fw-semibold {
  font-weight: 600 !important;
}
html .fw-bold {
  font-weight: 800 !important;
}
html .fw-bolder {
  font-weight: bolder !important;
}
html .lh-1 {
  line-height: 1 !important;
}
html .lh-sm {
  line-height: 1.25 !important;
}
html .lh-base {
  line-height: 1.5 !important;
}
html .lh-lg {
  line-height: 2 !important;
}
html .text-start {
  text-align: left !important;
}
html .text-end {
  text-align: right !important;
}
html .text-center {
  text-align: center !important;
}
html .text-decoration-none {
  text-decoration: none !important;
}
html .text-decoration-underline {
  text-decoration: underline !important;
}
html .text-decoration-line-through {
  text-decoration: line-through !important;
}
html .text-lowercase {
  text-transform: lowercase !important;
}
html .text-uppercase {
  text-transform: uppercase !important;
}
html .text-capitalize {
  text-transform: capitalize !important;
}
html .text-wrap {
  white-space: normal !important;
}
html .text-nowrap {
  white-space: nowrap !important;
}
html {
  /* rtl:begin:remove */
}
html .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
html {
  /* rtl:end:remove */
}
html .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
html .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
html .text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}
html .text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}
html .text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}
html .text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}
html .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
html .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
html .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
html .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
html .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
html .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
html .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
html .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
html .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
html .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
html .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
html .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
html .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
html .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
html .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
html .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
html .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
html .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
html .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
html .text-opacity-100 {
  --bs-text-opacity: 1;
}
html .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
html .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
html .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
html .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
html .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
html .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
html .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
html .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
html .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
html .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
html .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
html .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
html .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
html .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
html .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
html .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
html .link-opacity-100 {
  --bs-link-opacity: 1;
}
html .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
html .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
html .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
html .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
html .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
html .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
html .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
html .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-red {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-purple {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
html .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
html .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
html .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
html .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
html .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
html .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
html .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
html .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
html .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
html .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
html .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
html .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
html .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
html .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
html .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
html .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
html .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
html .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
html .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
html .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
html .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
html .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
html .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
html .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
html .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
html .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
html .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
html .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
html .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
html .user-select-all {
  user-select: all !important;
}
html .user-select-auto {
  user-select: auto !important;
}
html .user-select-none {
  user-select: none !important;
}
html .pe-none {
  pointer-events: none !important;
}
html .pe-auto {
  pointer-events: auto !important;
}
html .rounded {
  border-radius: var(--bs-border-radius) !important;
}
html .rounded-0 {
  border-radius: 0 !important;
}
html .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
html .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
html .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
html .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
html .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
html .rounded-circle {
  border-radius: 50% !important;
}
html .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
html .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
html .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
html .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
html .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
html .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
html .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
html .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
html .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
html .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
html .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
html .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
html .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
html .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
html .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
html .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
html .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
html .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
html .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
html .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
html .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
html .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
html .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
html .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
html .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
html .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
html .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
html .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
html .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
html .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
html .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
html .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
html .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
html .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
html .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
html .visible {
  visibility: visible !important;
}
html .invisible {
  visibility: hidden !important;
}
html .z-n1 {
  z-index: -1 !important;
}
html .z-0 {
  z-index: 0 !important;
}
html .z-1 {
  z-index: 1 !important;
}
html .z-2 {
  z-index: 2 !important;
}
html .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  html .float-sm-start {
    float: left !important;
  }
  html .float-sm-end {
    float: right !important;
  }
  html .float-sm-none {
    float: none !important;
  }
  html .object-fit-sm-contain {
    object-fit: contain !important;
  }
  html .object-fit-sm-cover {
    object-fit: cover !important;
  }
  html .object-fit-sm-fill {
    object-fit: fill !important;
  }
  html .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  html .object-fit-sm-none {
    object-fit: none !important;
  }
  html .d-sm-inline {
    display: inline !important;
  }
  html .d-sm-inline-block {
    display: inline-block !important;
  }
  html .d-sm-block {
    display: block !important;
  }
  html .d-sm-grid {
    display: grid !important;
  }
  html .d-sm-inline-grid {
    display: inline-grid !important;
  }
  html .d-sm-table {
    display: table !important;
  }
  html .d-sm-table-row {
    display: table-row !important;
  }
  html .d-sm-table-cell {
    display: table-cell !important;
  }
  html .d-sm-flex {
    display: flex !important;
  }
  html .d-sm-inline-flex {
    display: inline-flex !important;
  }
  html .d-sm-none {
    display: none !important;
  }
  html .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html .flex-sm-row {
    flex-direction: row !important;
  }
  html .flex-sm-column {
    flex-direction: column !important;
  }
  html .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html .justify-content-sm-center {
    justify-content: center !important;
  }
  html .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-sm-start {
    align-items: flex-start !important;
  }
  html .align-items-sm-end {
    align-items: flex-end !important;
  }
  html .align-items-sm-center {
    align-items: center !important;
  }
  html .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html .align-content-sm-start {
    align-content: flex-start !important;
  }
  html .align-content-sm-end {
    align-content: flex-end !important;
  }
  html .align-content-sm-center {
    align-content: center !important;
  }
  html .align-content-sm-between {
    align-content: space-between !important;
  }
  html .align-content-sm-around {
    align-content: space-around !important;
  }
  html .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html .align-self-sm-auto {
    align-self: auto !important;
  }
  html .align-self-sm-start {
    align-self: flex-start !important;
  }
  html .align-self-sm-end {
    align-self: flex-end !important;
  }
  html .align-self-sm-center {
    align-self: center !important;
  }
  html .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html .align-self-sm-stretch {
    align-self: stretch !important;
  }
  html .order-sm-first {
    order: -1 !important;
  }
  html .order-sm-0 {
    order: 0 !important;
  }
  html .order-sm-1 {
    order: 1 !important;
  }
  html .order-sm-2 {
    order: 2 !important;
  }
  html .order-sm-3 {
    order: 3 !important;
  }
  html .order-sm-4 {
    order: 4 !important;
  }
  html .order-sm-5 {
    order: 5 !important;
  }
  html .order-sm-last {
    order: 6 !important;
  }
  html .m-sm-0 {
    margin: 0 !important;
  }
  html .m-sm-1 {
    margin: 0.5rem !important;
  }
  html .m-sm-2 {
    margin: 1rem !important;
  }
  html .m-sm-3 {
    margin: 1.5rem !important;
  }
  html .m-sm-4 {
    margin: 2rem !important;
  }
  html .m-sm-5 {
    margin: 2.5rem !important;
  }
  html .m-sm-6 {
    margin: 3rem !important;
  }
  html .m-sm-7 {
    margin: 3.5rem !important;
  }
  html .m-sm-8 {
    margin: 4rem !important;
  }
  html .m-sm-9 {
    margin: 4.5rem !important;
  }
  html .m-sm-10 {
    margin: 5rem !important;
  }
  html .m-sm-auto {
    margin: auto !important;
  }
  html .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  html .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  html .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-sm-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  html .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  html .mx-sm-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  html .mx-sm-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  html .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  html .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  html .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  html .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  html .my-sm-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  html .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  html .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-sm-0 {
    margin-top: 0 !important;
  }
  html .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  html .mt-sm-2 {
    margin-top: 1rem !important;
  }
  html .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  html .mt-sm-4 {
    margin-top: 2rem !important;
  }
  html .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  html .mt-sm-6 {
    margin-top: 3rem !important;
  }
  html .mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  html .mt-sm-8 {
    margin-top: 4rem !important;
  }
  html .mt-sm-9 {
    margin-top: 4.5rem !important;
  }
  html .mt-sm-10 {
    margin-top: 5rem !important;
  }
  html .mt-sm-auto {
    margin-top: auto !important;
  }
  html .me-sm-0 {
    margin-right: 0 !important;
  }
  html .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  html .me-sm-2 {
    margin-right: 1rem !important;
  }
  html .me-sm-3 {
    margin-right: 1.5rem !important;
  }
  html .me-sm-4 {
    margin-right: 2rem !important;
  }
  html .me-sm-5 {
    margin-right: 2.5rem !important;
  }
  html .me-sm-6 {
    margin-right: 3rem !important;
  }
  html .me-sm-7 {
    margin-right: 3.5rem !important;
  }
  html .me-sm-8 {
    margin-right: 4rem !important;
  }
  html .me-sm-9 {
    margin-right: 4.5rem !important;
  }
  html .me-sm-10 {
    margin-right: 5rem !important;
  }
  html .me-sm-auto {
    margin-right: auto !important;
  }
  html .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  html .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  html .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  html .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  html .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  html .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  html .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  html .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  html .mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  html .mb-sm-auto {
    margin-bottom: auto !important;
  }
  html .ms-sm-0 {
    margin-left: 0 !important;
  }
  html .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  html .ms-sm-2 {
    margin-left: 1rem !important;
  }
  html .ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  html .ms-sm-4 {
    margin-left: 2rem !important;
  }
  html .ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  html .ms-sm-6 {
    margin-left: 3rem !important;
  }
  html .ms-sm-7 {
    margin-left: 3.5rem !important;
  }
  html .ms-sm-8 {
    margin-left: 4rem !important;
  }
  html .ms-sm-9 {
    margin-left: 4.5rem !important;
  }
  html .ms-sm-10 {
    margin-left: 5rem !important;
  }
  html .ms-sm-auto {
    margin-left: auto !important;
  }
  html .p-sm-0 {
    padding: 0 !important;
  }
  html .p-sm-1 {
    padding: 0.5rem !important;
  }
  html .p-sm-2 {
    padding: 1rem !important;
  }
  html .p-sm-3 {
    padding: 1.5rem !important;
  }
  html .p-sm-4 {
    padding: 2rem !important;
  }
  html .p-sm-5 {
    padding: 2.5rem !important;
  }
  html .p-sm-6 {
    padding: 3rem !important;
  }
  html .p-sm-7 {
    padding: 3.5rem !important;
  }
  html .p-sm-8 {
    padding: 4rem !important;
  }
  html .p-sm-9 {
    padding: 4.5rem !important;
  }
  html .p-sm-10 {
    padding: 5rem !important;
  }
  html .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  html .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .px-sm-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  html .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  html .px-sm-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  html .px-sm-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  html .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  html .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  html .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  html .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  html .py-sm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  html .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  html .pt-sm-0 {
    padding-top: 0 !important;
  }
  html .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  html .pt-sm-2 {
    padding-top: 1rem !important;
  }
  html .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  html .pt-sm-4 {
    padding-top: 2rem !important;
  }
  html .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  html .pt-sm-6 {
    padding-top: 3rem !important;
  }
  html .pt-sm-7 {
    padding-top: 3.5rem !important;
  }
  html .pt-sm-8 {
    padding-top: 4rem !important;
  }
  html .pt-sm-9 {
    padding-top: 4.5rem !important;
  }
  html .pt-sm-10 {
    padding-top: 5rem !important;
  }
  html .pe-sm-0 {
    padding-right: 0 !important;
  }
  html .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  html .pe-sm-2 {
    padding-right: 1rem !important;
  }
  html .pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  html .pe-sm-4 {
    padding-right: 2rem !important;
  }
  html .pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  html .pe-sm-6 {
    padding-right: 3rem !important;
  }
  html .pe-sm-7 {
    padding-right: 3.5rem !important;
  }
  html .pe-sm-8 {
    padding-right: 4rem !important;
  }
  html .pe-sm-9 {
    padding-right: 4.5rem !important;
  }
  html .pe-sm-10 {
    padding-right: 5rem !important;
  }
  html .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  html .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  html .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  html .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  html .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  html .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  html .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  html .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
  html .ps-sm-0 {
    padding-left: 0 !important;
  }
  html .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  html .ps-sm-2 {
    padding-left: 1rem !important;
  }
  html .ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  html .ps-sm-4 {
    padding-left: 2rem !important;
  }
  html .ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  html .ps-sm-6 {
    padding-left: 3rem !important;
  }
  html .ps-sm-7 {
    padding-left: 3.5rem !important;
  }
  html .ps-sm-8 {
    padding-left: 4rem !important;
  }
  html .ps-sm-9 {
    padding-left: 4.5rem !important;
  }
  html .ps-sm-10 {
    padding-left: 5rem !important;
  }
  html .gap-sm-0 {
    gap: 0 !important;
  }
  html .gap-sm-1 {
    gap: 0.5rem !important;
  }
  html .gap-sm-2 {
    gap: 1rem !important;
  }
  html .gap-sm-3 {
    gap: 1.5rem !important;
  }
  html .gap-sm-4 {
    gap: 2rem !important;
  }
  html .gap-sm-5 {
    gap: 2.5rem !important;
  }
  html .gap-sm-6 {
    gap: 3rem !important;
  }
  html .gap-sm-7 {
    gap: 3.5rem !important;
  }
  html .gap-sm-8 {
    gap: 4rem !important;
  }
  html .gap-sm-9 {
    gap: 4.5rem !important;
  }
  html .gap-sm-10 {
    gap: 5rem !important;
  }
  html .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  html .row-gap-sm-1 {
    row-gap: 0.5rem !important;
  }
  html .row-gap-sm-2 {
    row-gap: 1rem !important;
  }
  html .row-gap-sm-3 {
    row-gap: 1.5rem !important;
  }
  html .row-gap-sm-4 {
    row-gap: 2rem !important;
  }
  html .row-gap-sm-5 {
    row-gap: 2.5rem !important;
  }
  html .row-gap-sm-6 {
    row-gap: 3rem !important;
  }
  html .row-gap-sm-7 {
    row-gap: 3.5rem !important;
  }
  html .row-gap-sm-8 {
    row-gap: 4rem !important;
  }
  html .row-gap-sm-9 {
    row-gap: 4.5rem !important;
  }
  html .row-gap-sm-10 {
    row-gap: 5rem !important;
  }
  html .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  html .column-gap-sm-1 {
    column-gap: 0.5rem !important;
  }
  html .column-gap-sm-2 {
    column-gap: 1rem !important;
  }
  html .column-gap-sm-3 {
    column-gap: 1.5rem !important;
  }
  html .column-gap-sm-4 {
    column-gap: 2rem !important;
  }
  html .column-gap-sm-5 {
    column-gap: 2.5rem !important;
  }
  html .column-gap-sm-6 {
    column-gap: 3rem !important;
  }
  html .column-gap-sm-7 {
    column-gap: 3.5rem !important;
  }
  html .column-gap-sm-8 {
    column-gap: 4rem !important;
  }
  html .column-gap-sm-9 {
    column-gap: 4.5rem !important;
  }
  html .column-gap-sm-10 {
    column-gap: 5rem !important;
  }
  html .text-sm-start {
    text-align: left !important;
  }
  html .text-sm-end {
    text-align: right !important;
  }
  html .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html .float-md-start {
    float: left !important;
  }
  html .float-md-end {
    float: right !important;
  }
  html .float-md-none {
    float: none !important;
  }
  html .object-fit-md-contain {
    object-fit: contain !important;
  }
  html .object-fit-md-cover {
    object-fit: cover !important;
  }
  html .object-fit-md-fill {
    object-fit: fill !important;
  }
  html .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  html .object-fit-md-none {
    object-fit: none !important;
  }
  html .d-md-inline {
    display: inline !important;
  }
  html .d-md-inline-block {
    display: inline-block !important;
  }
  html .d-md-block {
    display: block !important;
  }
  html .d-md-grid {
    display: grid !important;
  }
  html .d-md-inline-grid {
    display: inline-grid !important;
  }
  html .d-md-table {
    display: table !important;
  }
  html .d-md-table-row {
    display: table-row !important;
  }
  html .d-md-table-cell {
    display: table-cell !important;
  }
  html .d-md-flex {
    display: flex !important;
  }
  html .d-md-inline-flex {
    display: inline-flex !important;
  }
  html .d-md-none {
    display: none !important;
  }
  html .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html .flex-md-row {
    flex-direction: row !important;
  }
  html .flex-md-column {
    flex-direction: column !important;
  }
  html .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html .justify-content-md-center {
    justify-content: center !important;
  }
  html .justify-content-md-between {
    justify-content: space-between !important;
  }
  html .justify-content-md-around {
    justify-content: space-around !important;
  }
  html .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-md-start {
    align-items: flex-start !important;
  }
  html .align-items-md-end {
    align-items: flex-end !important;
  }
  html .align-items-md-center {
    align-items: center !important;
  }
  html .align-items-md-baseline {
    align-items: baseline !important;
  }
  html .align-items-md-stretch {
    align-items: stretch !important;
  }
  html .align-content-md-start {
    align-content: flex-start !important;
  }
  html .align-content-md-end {
    align-content: flex-end !important;
  }
  html .align-content-md-center {
    align-content: center !important;
  }
  html .align-content-md-between {
    align-content: space-between !important;
  }
  html .align-content-md-around {
    align-content: space-around !important;
  }
  html .align-content-md-stretch {
    align-content: stretch !important;
  }
  html .align-self-md-auto {
    align-self: auto !important;
  }
  html .align-self-md-start {
    align-self: flex-start !important;
  }
  html .align-self-md-end {
    align-self: flex-end !important;
  }
  html .align-self-md-center {
    align-self: center !important;
  }
  html .align-self-md-baseline {
    align-self: baseline !important;
  }
  html .align-self-md-stretch {
    align-self: stretch !important;
  }
  html .order-md-first {
    order: -1 !important;
  }
  html .order-md-0 {
    order: 0 !important;
  }
  html .order-md-1 {
    order: 1 !important;
  }
  html .order-md-2 {
    order: 2 !important;
  }
  html .order-md-3 {
    order: 3 !important;
  }
  html .order-md-4 {
    order: 4 !important;
  }
  html .order-md-5 {
    order: 5 !important;
  }
  html .order-md-last {
    order: 6 !important;
  }
  html .m-md-0 {
    margin: 0 !important;
  }
  html .m-md-1 {
    margin: 0.5rem !important;
  }
  html .m-md-2 {
    margin: 1rem !important;
  }
  html .m-md-3 {
    margin: 1.5rem !important;
  }
  html .m-md-4 {
    margin: 2rem !important;
  }
  html .m-md-5 {
    margin: 2.5rem !important;
  }
  html .m-md-6 {
    margin: 3rem !important;
  }
  html .m-md-7 {
    margin: 3.5rem !important;
  }
  html .m-md-8 {
    margin: 4rem !important;
  }
  html .m-md-9 {
    margin: 4.5rem !important;
  }
  html .m-md-10 {
    margin: 5rem !important;
  }
  html .m-md-auto {
    margin: auto !important;
  }
  html .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  html .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  html .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-md-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  html .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  html .mx-md-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  html .mx-md-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  html .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  html .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  html .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  html .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  html .my-md-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  html .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  html .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-md-0 {
    margin-top: 0 !important;
  }
  html .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  html .mt-md-2 {
    margin-top: 1rem !important;
  }
  html .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  html .mt-md-4 {
    margin-top: 2rem !important;
  }
  html .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  html .mt-md-6 {
    margin-top: 3rem !important;
  }
  html .mt-md-7 {
    margin-top: 3.5rem !important;
  }
  html .mt-md-8 {
    margin-top: 4rem !important;
  }
  html .mt-md-9 {
    margin-top: 4.5rem !important;
  }
  html .mt-md-10 {
    margin-top: 5rem !important;
  }
  html .mt-md-auto {
    margin-top: auto !important;
  }
  html .me-md-0 {
    margin-right: 0 !important;
  }
  html .me-md-1 {
    margin-right: 0.5rem !important;
  }
  html .me-md-2 {
    margin-right: 1rem !important;
  }
  html .me-md-3 {
    margin-right: 1.5rem !important;
  }
  html .me-md-4 {
    margin-right: 2rem !important;
  }
  html .me-md-5 {
    margin-right: 2.5rem !important;
  }
  html .me-md-6 {
    margin-right: 3rem !important;
  }
  html .me-md-7 {
    margin-right: 3.5rem !important;
  }
  html .me-md-8 {
    margin-right: 4rem !important;
  }
  html .me-md-9 {
    margin-right: 4.5rem !important;
  }
  html .me-md-10 {
    margin-right: 5rem !important;
  }
  html .me-md-auto {
    margin-right: auto !important;
  }
  html .mb-md-0 {
    margin-bottom: 0 !important;
  }
  html .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  html .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  html .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  html .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  html .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }
  html .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  html .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }
  html .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  html .mb-md-auto {
    margin-bottom: auto !important;
  }
  html .ms-md-0 {
    margin-left: 0 !important;
  }
  html .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  html .ms-md-2 {
    margin-left: 1rem !important;
  }
  html .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  html .ms-md-4 {
    margin-left: 2rem !important;
  }
  html .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  html .ms-md-6 {
    margin-left: 3rem !important;
  }
  html .ms-md-7 {
    margin-left: 3.5rem !important;
  }
  html .ms-md-8 {
    margin-left: 4rem !important;
  }
  html .ms-md-9 {
    margin-left: 4.5rem !important;
  }
  html .ms-md-10 {
    margin-left: 5rem !important;
  }
  html .ms-md-auto {
    margin-left: auto !important;
  }
  html .p-md-0 {
    padding: 0 !important;
  }
  html .p-md-1 {
    padding: 0.5rem !important;
  }
  html .p-md-2 {
    padding: 1rem !important;
  }
  html .p-md-3 {
    padding: 1.5rem !important;
  }
  html .p-md-4 {
    padding: 2rem !important;
  }
  html .p-md-5 {
    padding: 2.5rem !important;
  }
  html .p-md-6 {
    padding: 3rem !important;
  }
  html .p-md-7 {
    padding: 3.5rem !important;
  }
  html .p-md-8 {
    padding: 4rem !important;
  }
  html .p-md-9 {
    padding: 4.5rem !important;
  }
  html .p-md-10 {
    padding: 5rem !important;
  }
  html .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  html .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .px-md-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  html .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  html .px-md-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  html .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  html .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  html .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  html .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  html .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  html .py-md-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  html .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  html .pt-md-0 {
    padding-top: 0 !important;
  }
  html .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  html .pt-md-2 {
    padding-top: 1rem !important;
  }
  html .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  html .pt-md-4 {
    padding-top: 2rem !important;
  }
  html .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  html .pt-md-6 {
    padding-top: 3rem !important;
  }
  html .pt-md-7 {
    padding-top: 3.5rem !important;
  }
  html .pt-md-8 {
    padding-top: 4rem !important;
  }
  html .pt-md-9 {
    padding-top: 4.5rem !important;
  }
  html .pt-md-10 {
    padding-top: 5rem !important;
  }
  html .pe-md-0 {
    padding-right: 0 !important;
  }
  html .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  html .pe-md-2 {
    padding-right: 1rem !important;
  }
  html .pe-md-3 {
    padding-right: 1.5rem !important;
  }
  html .pe-md-4 {
    padding-right: 2rem !important;
  }
  html .pe-md-5 {
    padding-right: 2.5rem !important;
  }
  html .pe-md-6 {
    padding-right: 3rem !important;
  }
  html .pe-md-7 {
    padding-right: 3.5rem !important;
  }
  html .pe-md-8 {
    padding-right: 4rem !important;
  }
  html .pe-md-9 {
    padding-right: 4.5rem !important;
  }
  html .pe-md-10 {
    padding-right: 5rem !important;
  }
  html .pb-md-0 {
    padding-bottom: 0 !important;
  }
  html .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  html .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  html .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  html .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  html .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }
  html .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  html .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }
  html .pb-md-10 {
    padding-bottom: 5rem !important;
  }
  html .ps-md-0 {
    padding-left: 0 !important;
  }
  html .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  html .ps-md-2 {
    padding-left: 1rem !important;
  }
  html .ps-md-3 {
    padding-left: 1.5rem !important;
  }
  html .ps-md-4 {
    padding-left: 2rem !important;
  }
  html .ps-md-5 {
    padding-left: 2.5rem !important;
  }
  html .ps-md-6 {
    padding-left: 3rem !important;
  }
  html .ps-md-7 {
    padding-left: 3.5rem !important;
  }
  html .ps-md-8 {
    padding-left: 4rem !important;
  }
  html .ps-md-9 {
    padding-left: 4.5rem !important;
  }
  html .ps-md-10 {
    padding-left: 5rem !important;
  }
  html .gap-md-0 {
    gap: 0 !important;
  }
  html .gap-md-1 {
    gap: 0.5rem !important;
  }
  html .gap-md-2 {
    gap: 1rem !important;
  }
  html .gap-md-3 {
    gap: 1.5rem !important;
  }
  html .gap-md-4 {
    gap: 2rem !important;
  }
  html .gap-md-5 {
    gap: 2.5rem !important;
  }
  html .gap-md-6 {
    gap: 3rem !important;
  }
  html .gap-md-7 {
    gap: 3.5rem !important;
  }
  html .gap-md-8 {
    gap: 4rem !important;
  }
  html .gap-md-9 {
    gap: 4.5rem !important;
  }
  html .gap-md-10 {
    gap: 5rem !important;
  }
  html .row-gap-md-0 {
    row-gap: 0 !important;
  }
  html .row-gap-md-1 {
    row-gap: 0.5rem !important;
  }
  html .row-gap-md-2 {
    row-gap: 1rem !important;
  }
  html .row-gap-md-3 {
    row-gap: 1.5rem !important;
  }
  html .row-gap-md-4 {
    row-gap: 2rem !important;
  }
  html .row-gap-md-5 {
    row-gap: 2.5rem !important;
  }
  html .row-gap-md-6 {
    row-gap: 3rem !important;
  }
  html .row-gap-md-7 {
    row-gap: 3.5rem !important;
  }
  html .row-gap-md-8 {
    row-gap: 4rem !important;
  }
  html .row-gap-md-9 {
    row-gap: 4.5rem !important;
  }
  html .row-gap-md-10 {
    row-gap: 5rem !important;
  }
  html .column-gap-md-0 {
    column-gap: 0 !important;
  }
  html .column-gap-md-1 {
    column-gap: 0.5rem !important;
  }
  html .column-gap-md-2 {
    column-gap: 1rem !important;
  }
  html .column-gap-md-3 {
    column-gap: 1.5rem !important;
  }
  html .column-gap-md-4 {
    column-gap: 2rem !important;
  }
  html .column-gap-md-5 {
    column-gap: 2.5rem !important;
  }
  html .column-gap-md-6 {
    column-gap: 3rem !important;
  }
  html .column-gap-md-7 {
    column-gap: 3.5rem !important;
  }
  html .column-gap-md-8 {
    column-gap: 4rem !important;
  }
  html .column-gap-md-9 {
    column-gap: 4.5rem !important;
  }
  html .column-gap-md-10 {
    column-gap: 5rem !important;
  }
  html .text-md-start {
    text-align: left !important;
  }
  html .text-md-end {
    text-align: right !important;
  }
  html .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1040px) {
  html .float-lg-start {
    float: left !important;
  }
  html .float-lg-end {
    float: right !important;
  }
  html .float-lg-none {
    float: none !important;
  }
  html .object-fit-lg-contain {
    object-fit: contain !important;
  }
  html .object-fit-lg-cover {
    object-fit: cover !important;
  }
  html .object-fit-lg-fill {
    object-fit: fill !important;
  }
  html .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  html .object-fit-lg-none {
    object-fit: none !important;
  }
  html .d-lg-inline {
    display: inline !important;
  }
  html .d-lg-inline-block {
    display: inline-block !important;
  }
  html .d-lg-block {
    display: block !important;
  }
  html .d-lg-grid {
    display: grid !important;
  }
  html .d-lg-inline-grid {
    display: inline-grid !important;
  }
  html .d-lg-table {
    display: table !important;
  }
  html .d-lg-table-row {
    display: table-row !important;
  }
  html .d-lg-table-cell {
    display: table-cell !important;
  }
  html .d-lg-flex {
    display: flex !important;
  }
  html .d-lg-inline-flex {
    display: inline-flex !important;
  }
  html .d-lg-none {
    display: none !important;
  }
  html .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html .flex-lg-row {
    flex-direction: row !important;
  }
  html .flex-lg-column {
    flex-direction: column !important;
  }
  html .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html .justify-content-lg-center {
    justify-content: center !important;
  }
  html .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-lg-start {
    align-items: flex-start !important;
  }
  html .align-items-lg-end {
    align-items: flex-end !important;
  }
  html .align-items-lg-center {
    align-items: center !important;
  }
  html .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html .align-content-lg-start {
    align-content: flex-start !important;
  }
  html .align-content-lg-end {
    align-content: flex-end !important;
  }
  html .align-content-lg-center {
    align-content: center !important;
  }
  html .align-content-lg-between {
    align-content: space-between !important;
  }
  html .align-content-lg-around {
    align-content: space-around !important;
  }
  html .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html .align-self-lg-auto {
    align-self: auto !important;
  }
  html .align-self-lg-start {
    align-self: flex-start !important;
  }
  html .align-self-lg-end {
    align-self: flex-end !important;
  }
  html .align-self-lg-center {
    align-self: center !important;
  }
  html .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html .align-self-lg-stretch {
    align-self: stretch !important;
  }
  html .order-lg-first {
    order: -1 !important;
  }
  html .order-lg-0 {
    order: 0 !important;
  }
  html .order-lg-1 {
    order: 1 !important;
  }
  html .order-lg-2 {
    order: 2 !important;
  }
  html .order-lg-3 {
    order: 3 !important;
  }
  html .order-lg-4 {
    order: 4 !important;
  }
  html .order-lg-5 {
    order: 5 !important;
  }
  html .order-lg-last {
    order: 6 !important;
  }
  html .m-lg-0 {
    margin: 0 !important;
  }
  html .m-lg-1 {
    margin: 0.5rem !important;
  }
  html .m-lg-2 {
    margin: 1rem !important;
  }
  html .m-lg-3 {
    margin: 1.5rem !important;
  }
  html .m-lg-4 {
    margin: 2rem !important;
  }
  html .m-lg-5 {
    margin: 2.5rem !important;
  }
  html .m-lg-6 {
    margin: 3rem !important;
  }
  html .m-lg-7 {
    margin: 3.5rem !important;
  }
  html .m-lg-8 {
    margin: 4rem !important;
  }
  html .m-lg-9 {
    margin: 4.5rem !important;
  }
  html .m-lg-10 {
    margin: 5rem !important;
  }
  html .m-lg-auto {
    margin: auto !important;
  }
  html .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  html .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  html .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-lg-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  html .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  html .mx-lg-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  html .mx-lg-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  html .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  html .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  html .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  html .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  html .my-lg-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  html .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  html .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-lg-0 {
    margin-top: 0 !important;
  }
  html .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  html .mt-lg-2 {
    margin-top: 1rem !important;
  }
  html .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  html .mt-lg-4 {
    margin-top: 2rem !important;
  }
  html .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  html .mt-lg-6 {
    margin-top: 3rem !important;
  }
  html .mt-lg-7 {
    margin-top: 3.5rem !important;
  }
  html .mt-lg-8 {
    margin-top: 4rem !important;
  }
  html .mt-lg-9 {
    margin-top: 4.5rem !important;
  }
  html .mt-lg-10 {
    margin-top: 5rem !important;
  }
  html .mt-lg-auto {
    margin-top: auto !important;
  }
  html .me-lg-0 {
    margin-right: 0 !important;
  }
  html .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  html .me-lg-2 {
    margin-right: 1rem !important;
  }
  html .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  html .me-lg-4 {
    margin-right: 2rem !important;
  }
  html .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  html .me-lg-6 {
    margin-right: 3rem !important;
  }
  html .me-lg-7 {
    margin-right: 3.5rem !important;
  }
  html .me-lg-8 {
    margin-right: 4rem !important;
  }
  html .me-lg-9 {
    margin-right: 4.5rem !important;
  }
  html .me-lg-10 {
    margin-right: 5rem !important;
  }
  html .me-lg-auto {
    margin-right: auto !important;
  }
  html .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  html .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  html .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  html .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  html .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  html .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  html .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  html .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  html .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  html .mb-lg-auto {
    margin-bottom: auto !important;
  }
  html .ms-lg-0 {
    margin-left: 0 !important;
  }
  html .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  html .ms-lg-2 {
    margin-left: 1rem !important;
  }
  html .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  html .ms-lg-4 {
    margin-left: 2rem !important;
  }
  html .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  html .ms-lg-6 {
    margin-left: 3rem !important;
  }
  html .ms-lg-7 {
    margin-left: 3.5rem !important;
  }
  html .ms-lg-8 {
    margin-left: 4rem !important;
  }
  html .ms-lg-9 {
    margin-left: 4.5rem !important;
  }
  html .ms-lg-10 {
    margin-left: 5rem !important;
  }
  html .ms-lg-auto {
    margin-left: auto !important;
  }
  html .p-lg-0 {
    padding: 0 !important;
  }
  html .p-lg-1 {
    padding: 0.5rem !important;
  }
  html .p-lg-2 {
    padding: 1rem !important;
  }
  html .p-lg-3 {
    padding: 1.5rem !important;
  }
  html .p-lg-4 {
    padding: 2rem !important;
  }
  html .p-lg-5 {
    padding: 2.5rem !important;
  }
  html .p-lg-6 {
    padding: 3rem !important;
  }
  html .p-lg-7 {
    padding: 3.5rem !important;
  }
  html .p-lg-8 {
    padding: 4rem !important;
  }
  html .p-lg-9 {
    padding: 4.5rem !important;
  }
  html .p-lg-10 {
    padding: 5rem !important;
  }
  html .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  html .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .px-lg-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  html .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  html .px-lg-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  html .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  html .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  html .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  html .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  html .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  html .py-lg-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  html .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  html .pt-lg-0 {
    padding-top: 0 !important;
  }
  html .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  html .pt-lg-2 {
    padding-top: 1rem !important;
  }
  html .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  html .pt-lg-4 {
    padding-top: 2rem !important;
  }
  html .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  html .pt-lg-6 {
    padding-top: 3rem !important;
  }
  html .pt-lg-7 {
    padding-top: 3.5rem !important;
  }
  html .pt-lg-8 {
    padding-top: 4rem !important;
  }
  html .pt-lg-9 {
    padding-top: 4.5rem !important;
  }
  html .pt-lg-10 {
    padding-top: 5rem !important;
  }
  html .pe-lg-0 {
    padding-right: 0 !important;
  }
  html .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  html .pe-lg-2 {
    padding-right: 1rem !important;
  }
  html .pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  html .pe-lg-4 {
    padding-right: 2rem !important;
  }
  html .pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  html .pe-lg-6 {
    padding-right: 3rem !important;
  }
  html .pe-lg-7 {
    padding-right: 3.5rem !important;
  }
  html .pe-lg-8 {
    padding-right: 4rem !important;
  }
  html .pe-lg-9 {
    padding-right: 4.5rem !important;
  }
  html .pe-lg-10 {
    padding-right: 5rem !important;
  }
  html .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  html .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  html .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  html .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  html .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  html .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  html .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  html .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  html .pb-lg-10 {
    padding-bottom: 5rem !important;
  }
  html .ps-lg-0 {
    padding-left: 0 !important;
  }
  html .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  html .ps-lg-2 {
    padding-left: 1rem !important;
  }
  html .ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  html .ps-lg-4 {
    padding-left: 2rem !important;
  }
  html .ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  html .ps-lg-6 {
    padding-left: 3rem !important;
  }
  html .ps-lg-7 {
    padding-left: 3.5rem !important;
  }
  html .ps-lg-8 {
    padding-left: 4rem !important;
  }
  html .ps-lg-9 {
    padding-left: 4.5rem !important;
  }
  html .ps-lg-10 {
    padding-left: 5rem !important;
  }
  html .gap-lg-0 {
    gap: 0 !important;
  }
  html .gap-lg-1 {
    gap: 0.5rem !important;
  }
  html .gap-lg-2 {
    gap: 1rem !important;
  }
  html .gap-lg-3 {
    gap: 1.5rem !important;
  }
  html .gap-lg-4 {
    gap: 2rem !important;
  }
  html .gap-lg-5 {
    gap: 2.5rem !important;
  }
  html .gap-lg-6 {
    gap: 3rem !important;
  }
  html .gap-lg-7 {
    gap: 3.5rem !important;
  }
  html .gap-lg-8 {
    gap: 4rem !important;
  }
  html .gap-lg-9 {
    gap: 4.5rem !important;
  }
  html .gap-lg-10 {
    gap: 5rem !important;
  }
  html .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  html .row-gap-lg-1 {
    row-gap: 0.5rem !important;
  }
  html .row-gap-lg-2 {
    row-gap: 1rem !important;
  }
  html .row-gap-lg-3 {
    row-gap: 1.5rem !important;
  }
  html .row-gap-lg-4 {
    row-gap: 2rem !important;
  }
  html .row-gap-lg-5 {
    row-gap: 2.5rem !important;
  }
  html .row-gap-lg-6 {
    row-gap: 3rem !important;
  }
  html .row-gap-lg-7 {
    row-gap: 3.5rem !important;
  }
  html .row-gap-lg-8 {
    row-gap: 4rem !important;
  }
  html .row-gap-lg-9 {
    row-gap: 4.5rem !important;
  }
  html .row-gap-lg-10 {
    row-gap: 5rem !important;
  }
  html .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  html .column-gap-lg-1 {
    column-gap: 0.5rem !important;
  }
  html .column-gap-lg-2 {
    column-gap: 1rem !important;
  }
  html .column-gap-lg-3 {
    column-gap: 1.5rem !important;
  }
  html .column-gap-lg-4 {
    column-gap: 2rem !important;
  }
  html .column-gap-lg-5 {
    column-gap: 2.5rem !important;
  }
  html .column-gap-lg-6 {
    column-gap: 3rem !important;
  }
  html .column-gap-lg-7 {
    column-gap: 3.5rem !important;
  }
  html .column-gap-lg-8 {
    column-gap: 4rem !important;
  }
  html .column-gap-lg-9 {
    column-gap: 4.5rem !important;
  }
  html .column-gap-lg-10 {
    column-gap: 5rem !important;
  }
  html .text-lg-start {
    text-align: left !important;
  }
  html .text-lg-end {
    text-align: right !important;
  }
  html .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html .float-xl-start {
    float: left !important;
  }
  html .float-xl-end {
    float: right !important;
  }
  html .float-xl-none {
    float: none !important;
  }
  html .object-fit-xl-contain {
    object-fit: contain !important;
  }
  html .object-fit-xl-cover {
    object-fit: cover !important;
  }
  html .object-fit-xl-fill {
    object-fit: fill !important;
  }
  html .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  html .object-fit-xl-none {
    object-fit: none !important;
  }
  html .d-xl-inline {
    display: inline !important;
  }
  html .d-xl-inline-block {
    display: inline-block !important;
  }
  html .d-xl-block {
    display: block !important;
  }
  html .d-xl-grid {
    display: grid !important;
  }
  html .d-xl-inline-grid {
    display: inline-grid !important;
  }
  html .d-xl-table {
    display: table !important;
  }
  html .d-xl-table-row {
    display: table-row !important;
  }
  html .d-xl-table-cell {
    display: table-cell !important;
  }
  html .d-xl-flex {
    display: flex !important;
  }
  html .d-xl-inline-flex {
    display: inline-flex !important;
  }
  html .d-xl-none {
    display: none !important;
  }
  html .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xl-row {
    flex-direction: row !important;
  }
  html .flex-xl-column {
    flex-direction: column !important;
  }
  html .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xl-center {
    justify-content: center !important;
  }
  html .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-xl-start {
    align-items: flex-start !important;
  }
  html .align-items-xl-end {
    align-items: flex-end !important;
  }
  html .align-items-xl-center {
    align-items: center !important;
  }
  html .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xl-start {
    align-content: flex-start !important;
  }
  html .align-content-xl-end {
    align-content: flex-end !important;
  }
  html .align-content-xl-center {
    align-content: center !important;
  }
  html .align-content-xl-between {
    align-content: space-between !important;
  }
  html .align-content-xl-around {
    align-content: space-around !important;
  }
  html .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xl-auto {
    align-self: auto !important;
  }
  html .align-self-xl-start {
    align-self: flex-start !important;
  }
  html .align-self-xl-end {
    align-self: flex-end !important;
  }
  html .align-self-xl-center {
    align-self: center !important;
  }
  html .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xl-stretch {
    align-self: stretch !important;
  }
  html .order-xl-first {
    order: -1 !important;
  }
  html .order-xl-0 {
    order: 0 !important;
  }
  html .order-xl-1 {
    order: 1 !important;
  }
  html .order-xl-2 {
    order: 2 !important;
  }
  html .order-xl-3 {
    order: 3 !important;
  }
  html .order-xl-4 {
    order: 4 !important;
  }
  html .order-xl-5 {
    order: 5 !important;
  }
  html .order-xl-last {
    order: 6 !important;
  }
  html .m-xl-0 {
    margin: 0 !important;
  }
  html .m-xl-1 {
    margin: 0.5rem !important;
  }
  html .m-xl-2 {
    margin: 1rem !important;
  }
  html .m-xl-3 {
    margin: 1.5rem !important;
  }
  html .m-xl-4 {
    margin: 2rem !important;
  }
  html .m-xl-5 {
    margin: 2.5rem !important;
  }
  html .m-xl-6 {
    margin: 3rem !important;
  }
  html .m-xl-7 {
    margin: 3.5rem !important;
  }
  html .m-xl-8 {
    margin: 4rem !important;
  }
  html .m-xl-9 {
    margin: 4.5rem !important;
  }
  html .m-xl-10 {
    margin: 5rem !important;
  }
  html .m-xl-auto {
    margin: auto !important;
  }
  html .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  html .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  html .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-xl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  html .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  html .mx-xl-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  html .mx-xl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  html .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  html .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  html .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  html .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  html .my-xl-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  html .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  html .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-xl-0 {
    margin-top: 0 !important;
  }
  html .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  html .mt-xl-2 {
    margin-top: 1rem !important;
  }
  html .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  html .mt-xl-4 {
    margin-top: 2rem !important;
  }
  html .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  html .mt-xl-6 {
    margin-top: 3rem !important;
  }
  html .mt-xl-7 {
    margin-top: 3.5rem !important;
  }
  html .mt-xl-8 {
    margin-top: 4rem !important;
  }
  html .mt-xl-9 {
    margin-top: 4.5rem !important;
  }
  html .mt-xl-10 {
    margin-top: 5rem !important;
  }
  html .mt-xl-auto {
    margin-top: auto !important;
  }
  html .me-xl-0 {
    margin-right: 0 !important;
  }
  html .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  html .me-xl-2 {
    margin-right: 1rem !important;
  }
  html .me-xl-3 {
    margin-right: 1.5rem !important;
  }
  html .me-xl-4 {
    margin-right: 2rem !important;
  }
  html .me-xl-5 {
    margin-right: 2.5rem !important;
  }
  html .me-xl-6 {
    margin-right: 3rem !important;
  }
  html .me-xl-7 {
    margin-right: 3.5rem !important;
  }
  html .me-xl-8 {
    margin-right: 4rem !important;
  }
  html .me-xl-9 {
    margin-right: 4.5rem !important;
  }
  html .me-xl-10 {
    margin-right: 5rem !important;
  }
  html .me-xl-auto {
    margin-right: auto !important;
  }
  html .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  html .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  html .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  html .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  html .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  html .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  html .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  html .mb-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  html .mb-xl-10 {
    margin-bottom: 5rem !important;
  }
  html .mb-xl-auto {
    margin-bottom: auto !important;
  }
  html .ms-xl-0 {
    margin-left: 0 !important;
  }
  html .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  html .ms-xl-2 {
    margin-left: 1rem !important;
  }
  html .ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  html .ms-xl-4 {
    margin-left: 2rem !important;
  }
  html .ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  html .ms-xl-6 {
    margin-left: 3rem !important;
  }
  html .ms-xl-7 {
    margin-left: 3.5rem !important;
  }
  html .ms-xl-8 {
    margin-left: 4rem !important;
  }
  html .ms-xl-9 {
    margin-left: 4.5rem !important;
  }
  html .ms-xl-10 {
    margin-left: 5rem !important;
  }
  html .ms-xl-auto {
    margin-left: auto !important;
  }
  html .p-xl-0 {
    padding: 0 !important;
  }
  html .p-xl-1 {
    padding: 0.5rem !important;
  }
  html .p-xl-2 {
    padding: 1rem !important;
  }
  html .p-xl-3 {
    padding: 1.5rem !important;
  }
  html .p-xl-4 {
    padding: 2rem !important;
  }
  html .p-xl-5 {
    padding: 2.5rem !important;
  }
  html .p-xl-6 {
    padding: 3rem !important;
  }
  html .p-xl-7 {
    padding: 3.5rem !important;
  }
  html .p-xl-8 {
    padding: 4rem !important;
  }
  html .p-xl-9 {
    padding: 4.5rem !important;
  }
  html .p-xl-10 {
    padding: 5rem !important;
  }
  html .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  html .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .px-xl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  html .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  html .px-xl-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  html .px-xl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  html .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  html .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  html .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  html .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  html .py-xl-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  html .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  html .pt-xl-0 {
    padding-top: 0 !important;
  }
  html .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  html .pt-xl-2 {
    padding-top: 1rem !important;
  }
  html .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  html .pt-xl-4 {
    padding-top: 2rem !important;
  }
  html .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  html .pt-xl-6 {
    padding-top: 3rem !important;
  }
  html .pt-xl-7 {
    padding-top: 3.5rem !important;
  }
  html .pt-xl-8 {
    padding-top: 4rem !important;
  }
  html .pt-xl-9 {
    padding-top: 4.5rem !important;
  }
  html .pt-xl-10 {
    padding-top: 5rem !important;
  }
  html .pe-xl-0 {
    padding-right: 0 !important;
  }
  html .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  html .pe-xl-2 {
    padding-right: 1rem !important;
  }
  html .pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  html .pe-xl-4 {
    padding-right: 2rem !important;
  }
  html .pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  html .pe-xl-6 {
    padding-right: 3rem !important;
  }
  html .pe-xl-7 {
    padding-right: 3.5rem !important;
  }
  html .pe-xl-8 {
    padding-right: 4rem !important;
  }
  html .pe-xl-9 {
    padding-right: 4.5rem !important;
  }
  html .pe-xl-10 {
    padding-right: 5rem !important;
  }
  html .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  html .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  html .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  html .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  html .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  html .pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  html .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  html .pb-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  html .pb-xl-10 {
    padding-bottom: 5rem !important;
  }
  html .ps-xl-0 {
    padding-left: 0 !important;
  }
  html .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  html .ps-xl-2 {
    padding-left: 1rem !important;
  }
  html .ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  html .ps-xl-4 {
    padding-left: 2rem !important;
  }
  html .ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  html .ps-xl-6 {
    padding-left: 3rem !important;
  }
  html .ps-xl-7 {
    padding-left: 3.5rem !important;
  }
  html .ps-xl-8 {
    padding-left: 4rem !important;
  }
  html .ps-xl-9 {
    padding-left: 4.5rem !important;
  }
  html .ps-xl-10 {
    padding-left: 5rem !important;
  }
  html .gap-xl-0 {
    gap: 0 !important;
  }
  html .gap-xl-1 {
    gap: 0.5rem !important;
  }
  html .gap-xl-2 {
    gap: 1rem !important;
  }
  html .gap-xl-3 {
    gap: 1.5rem !important;
  }
  html .gap-xl-4 {
    gap: 2rem !important;
  }
  html .gap-xl-5 {
    gap: 2.5rem !important;
  }
  html .gap-xl-6 {
    gap: 3rem !important;
  }
  html .gap-xl-7 {
    gap: 3.5rem !important;
  }
  html .gap-xl-8 {
    gap: 4rem !important;
  }
  html .gap-xl-9 {
    gap: 4.5rem !important;
  }
  html .gap-xl-10 {
    gap: 5rem !important;
  }
  html .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  html .row-gap-xl-1 {
    row-gap: 0.5rem !important;
  }
  html .row-gap-xl-2 {
    row-gap: 1rem !important;
  }
  html .row-gap-xl-3 {
    row-gap: 1.5rem !important;
  }
  html .row-gap-xl-4 {
    row-gap: 2rem !important;
  }
  html .row-gap-xl-5 {
    row-gap: 2.5rem !important;
  }
  html .row-gap-xl-6 {
    row-gap: 3rem !important;
  }
  html .row-gap-xl-7 {
    row-gap: 3.5rem !important;
  }
  html .row-gap-xl-8 {
    row-gap: 4rem !important;
  }
  html .row-gap-xl-9 {
    row-gap: 4.5rem !important;
  }
  html .row-gap-xl-10 {
    row-gap: 5rem !important;
  }
  html .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  html .column-gap-xl-1 {
    column-gap: 0.5rem !important;
  }
  html .column-gap-xl-2 {
    column-gap: 1rem !important;
  }
  html .column-gap-xl-3 {
    column-gap: 1.5rem !important;
  }
  html .column-gap-xl-4 {
    column-gap: 2rem !important;
  }
  html .column-gap-xl-5 {
    column-gap: 2.5rem !important;
  }
  html .column-gap-xl-6 {
    column-gap: 3rem !important;
  }
  html .column-gap-xl-7 {
    column-gap: 3.5rem !important;
  }
  html .column-gap-xl-8 {
    column-gap: 4rem !important;
  }
  html .column-gap-xl-9 {
    column-gap: 4.5rem !important;
  }
  html .column-gap-xl-10 {
    column-gap: 5rem !important;
  }
  html .text-xl-start {
    text-align: left !important;
  }
  html .text-xl-end {
    text-align: right !important;
  }
  html .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1340px) {
  html .float-xxl-start {
    float: left !important;
  }
  html .float-xxl-end {
    float: right !important;
  }
  html .float-xxl-none {
    float: none !important;
  }
  html .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  html .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  html .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  html .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  html .object-fit-xxl-none {
    object-fit: none !important;
  }
  html .d-xxl-inline {
    display: inline !important;
  }
  html .d-xxl-inline-block {
    display: inline-block !important;
  }
  html .d-xxl-block {
    display: block !important;
  }
  html .d-xxl-grid {
    display: grid !important;
  }
  html .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  html .d-xxl-table {
    display: table !important;
  }
  html .d-xxl-table-row {
    display: table-row !important;
  }
  html .d-xxl-table-cell {
    display: table-cell !important;
  }
  html .d-xxl-flex {
    display: flex !important;
  }
  html .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  html .d-xxl-none {
    display: none !important;
  }
  html .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xxl-row {
    flex-direction: row !important;
  }
  html .flex-xxl-column {
    flex-direction: column !important;
  }
  html .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xxl-center {
    justify-content: center !important;
  }
  html .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  html .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-xxl-start {
    align-items: flex-start !important;
  }
  html .align-items-xxl-end {
    align-items: flex-end !important;
  }
  html .align-items-xxl-center {
    align-items: center !important;
  }
  html .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xxl-start {
    align-content: flex-start !important;
  }
  html .align-content-xxl-end {
    align-content: flex-end !important;
  }
  html .align-content-xxl-center {
    align-content: center !important;
  }
  html .align-content-xxl-between {
    align-content: space-between !important;
  }
  html .align-content-xxl-around {
    align-content: space-around !important;
  }
  html .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xxl-auto {
    align-self: auto !important;
  }
  html .align-self-xxl-start {
    align-self: flex-start !important;
  }
  html .align-self-xxl-end {
    align-self: flex-end !important;
  }
  html .align-self-xxl-center {
    align-self: center !important;
  }
  html .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  html .order-xxl-first {
    order: -1 !important;
  }
  html .order-xxl-0 {
    order: 0 !important;
  }
  html .order-xxl-1 {
    order: 1 !important;
  }
  html .order-xxl-2 {
    order: 2 !important;
  }
  html .order-xxl-3 {
    order: 3 !important;
  }
  html .order-xxl-4 {
    order: 4 !important;
  }
  html .order-xxl-5 {
    order: 5 !important;
  }
  html .order-xxl-last {
    order: 6 !important;
  }
  html .m-xxl-0 {
    margin: 0 !important;
  }
  html .m-xxl-1 {
    margin: 0.5rem !important;
  }
  html .m-xxl-2 {
    margin: 1rem !important;
  }
  html .m-xxl-3 {
    margin: 1.5rem !important;
  }
  html .m-xxl-4 {
    margin: 2rem !important;
  }
  html .m-xxl-5 {
    margin: 2.5rem !important;
  }
  html .m-xxl-6 {
    margin: 3rem !important;
  }
  html .m-xxl-7 {
    margin: 3.5rem !important;
  }
  html .m-xxl-8 {
    margin: 4rem !important;
  }
  html .m-xxl-9 {
    margin: 4.5rem !important;
  }
  html .m-xxl-10 {
    margin: 5rem !important;
  }
  html .m-xxl-auto {
    margin: auto !important;
  }
  html .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  html .mx-xxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  html .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-xxl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  html .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  html .mx-xxl-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  html .mx-xxl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  html .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  html .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  html .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-xxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  html .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  html .my-xxl-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  html .my-xxl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  html .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-xxl-0 {
    margin-top: 0 !important;
  }
  html .mt-xxl-1 {
    margin-top: 0.5rem !important;
  }
  html .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  html .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  html .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  html .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  html .mt-xxl-6 {
    margin-top: 3rem !important;
  }
  html .mt-xxl-7 {
    margin-top: 3.5rem !important;
  }
  html .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  html .mt-xxl-9 {
    margin-top: 4.5rem !important;
  }
  html .mt-xxl-10 {
    margin-top: 5rem !important;
  }
  html .mt-xxl-auto {
    margin-top: auto !important;
  }
  html .me-xxl-0 {
    margin-right: 0 !important;
  }
  html .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  html .me-xxl-2 {
    margin-right: 1rem !important;
  }
  html .me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  html .me-xxl-4 {
    margin-right: 2rem !important;
  }
  html .me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  html .me-xxl-6 {
    margin-right: 3rem !important;
  }
  html .me-xxl-7 {
    margin-right: 3.5rem !important;
  }
  html .me-xxl-8 {
    margin-right: 4rem !important;
  }
  html .me-xxl-9 {
    margin-right: 4.5rem !important;
  }
  html .me-xxl-10 {
    margin-right: 5rem !important;
  }
  html .me-xxl-auto {
    margin-right: auto !important;
  }
  html .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  html .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  html .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  html .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  html .mb-xxl-6 {
    margin-bottom: 3rem !important;
  }
  html .mb-xxl-7 {
    margin-bottom: 3.5rem !important;
  }
  html .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  html .mb-xxl-9 {
    margin-bottom: 4.5rem !important;
  }
  html .mb-xxl-10 {
    margin-bottom: 5rem !important;
  }
  html .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  html .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  html .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  html .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  html .ms-xxl-4 {
    margin-left: 2rem !important;
  }
  html .ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  html .ms-xxl-6 {
    margin-left: 3rem !important;
  }
  html .ms-xxl-7 {
    margin-left: 3.5rem !important;
  }
  html .ms-xxl-8 {
    margin-left: 4rem !important;
  }
  html .ms-xxl-9 {
    margin-left: 4.5rem !important;
  }
  html .ms-xxl-10 {
    margin-left: 5rem !important;
  }
  html .ms-xxl-auto {
    margin-left: auto !important;
  }
  html .p-xxl-0 {
    padding: 0 !important;
  }
  html .p-xxl-1 {
    padding: 0.5rem !important;
  }
  html .p-xxl-2 {
    padding: 1rem !important;
  }
  html .p-xxl-3 {
    padding: 1.5rem !important;
  }
  html .p-xxl-4 {
    padding: 2rem !important;
  }
  html .p-xxl-5 {
    padding: 2.5rem !important;
  }
  html .p-xxl-6 {
    padding: 3rem !important;
  }
  html .p-xxl-7 {
    padding: 3.5rem !important;
  }
  html .p-xxl-8 {
    padding: 4rem !important;
  }
  html .p-xxl-9 {
    padding: 4.5rem !important;
  }
  html .p-xxl-10 {
    padding: 5rem !important;
  }
  html .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  html .px-xxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  html .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .px-xxl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  html .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  html .px-xxl-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  html .px-xxl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  html .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  html .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  html .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .py-xxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  html .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  html .py-xxl-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  html .py-xxl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  html .pt-xxl-0 {
    padding-top: 0 !important;
  }
  html .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  html .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  html .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  html .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  html .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  html .pt-xxl-6 {
    padding-top: 3rem !important;
  }
  html .pt-xxl-7 {
    padding-top: 3.5rem !important;
  }
  html .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  html .pt-xxl-9 {
    padding-top: 4.5rem !important;
  }
  html .pt-xxl-10 {
    padding-top: 5rem !important;
  }
  html .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  html .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  html .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  html .pe-xxl-4 {
    padding-right: 2rem !important;
  }
  html .pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  html .pe-xxl-6 {
    padding-right: 3rem !important;
  }
  html .pe-xxl-7 {
    padding-right: 3.5rem !important;
  }
  html .pe-xxl-8 {
    padding-right: 4rem !important;
  }
  html .pe-xxl-9 {
    padding-right: 4.5rem !important;
  }
  html .pe-xxl-10 {
    padding-right: 5rem !important;
  }
  html .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  html .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  html .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  html .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  html .pb-xxl-6 {
    padding-bottom: 3rem !important;
  }
  html .pb-xxl-7 {
    padding-bottom: 3.5rem !important;
  }
  html .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  html .pb-xxl-9 {
    padding-bottom: 4.5rem !important;
  }
  html .pb-xxl-10 {
    padding-bottom: 5rem !important;
  }
  html .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  html .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  html .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  html .ps-xxl-4 {
    padding-left: 2rem !important;
  }
  html .ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  html .ps-xxl-6 {
    padding-left: 3rem !important;
  }
  html .ps-xxl-7 {
    padding-left: 3.5rem !important;
  }
  html .ps-xxl-8 {
    padding-left: 4rem !important;
  }
  html .ps-xxl-9 {
    padding-left: 4.5rem !important;
  }
  html .ps-xxl-10 {
    padding-left: 5rem !important;
  }
  html .gap-xxl-0 {
    gap: 0 !important;
  }
  html .gap-xxl-1 {
    gap: 0.5rem !important;
  }
  html .gap-xxl-2 {
    gap: 1rem !important;
  }
  html .gap-xxl-3 {
    gap: 1.5rem !important;
  }
  html .gap-xxl-4 {
    gap: 2rem !important;
  }
  html .gap-xxl-5 {
    gap: 2.5rem !important;
  }
  html .gap-xxl-6 {
    gap: 3rem !important;
  }
  html .gap-xxl-7 {
    gap: 3.5rem !important;
  }
  html .gap-xxl-8 {
    gap: 4rem !important;
  }
  html .gap-xxl-9 {
    gap: 4.5rem !important;
  }
  html .gap-xxl-10 {
    gap: 5rem !important;
  }
  html .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  html .row-gap-xxl-1 {
    row-gap: 0.5rem !important;
  }
  html .row-gap-xxl-2 {
    row-gap: 1rem !important;
  }
  html .row-gap-xxl-3 {
    row-gap: 1.5rem !important;
  }
  html .row-gap-xxl-4 {
    row-gap: 2rem !important;
  }
  html .row-gap-xxl-5 {
    row-gap: 2.5rem !important;
  }
  html .row-gap-xxl-6 {
    row-gap: 3rem !important;
  }
  html .row-gap-xxl-7 {
    row-gap: 3.5rem !important;
  }
  html .row-gap-xxl-8 {
    row-gap: 4rem !important;
  }
  html .row-gap-xxl-9 {
    row-gap: 4.5rem !important;
  }
  html .row-gap-xxl-10 {
    row-gap: 5rem !important;
  }
  html .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  html .column-gap-xxl-1 {
    column-gap: 0.5rem !important;
  }
  html .column-gap-xxl-2 {
    column-gap: 1rem !important;
  }
  html .column-gap-xxl-3 {
    column-gap: 1.5rem !important;
  }
  html .column-gap-xxl-4 {
    column-gap: 2rem !important;
  }
  html .column-gap-xxl-5 {
    column-gap: 2.5rem !important;
  }
  html .column-gap-xxl-6 {
    column-gap: 3rem !important;
  }
  html .column-gap-xxl-7 {
    column-gap: 3.5rem !important;
  }
  html .column-gap-xxl-8 {
    column-gap: 4rem !important;
  }
  html .column-gap-xxl-9 {
    column-gap: 4.5rem !important;
  }
  html .column-gap-xxl-10 {
    column-gap: 5rem !important;
  }
  html .text-xxl-start {
    text-align: left !important;
  }
  html .text-xxl-end {
    text-align: right !important;
  }
  html .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html .fs-1 {
    font-size: 2.5rem !important;
  }
  html .fs-2 {
    font-size: 2rem !important;
  }
  html .fs-3 {
    font-size: 1.75rem !important;
  }
  html .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  html .d-print-inline {
    display: inline !important;
  }
  html .d-print-inline-block {
    display: inline-block !important;
  }
  html .d-print-block {
    display: block !important;
  }
  html .d-print-grid {
    display: grid !important;
  }
  html .d-print-inline-grid {
    display: inline-grid !important;
  }
  html .d-print-table {
    display: table !important;
  }
  html .d-print-table-row {
    display: table-row !important;
  }
  html .d-print-table-cell {
    display: table-cell !important;
  }
  html .d-print-flex {
    display: flex !important;
  }
  html .d-print-inline-flex {
    display: inline-flex !important;
  }
  html .d-print-none {
    display: none !important;
  }
}
html body {
  overflow-x: clip;
}
html body *[id] {
  scroll-behavior: smooth;
  scroll-margin-top: var(--bs-scrolloffset);
}

[data-bs-theme=dark] {
  color: var(--bs-body-color);
}

/*# sourceMappingURL=_base.29a2ab3283e2fcf5b59a.bundle.min.css.map*/