.evmOrange {
  color: #f39100;
}

/*!
 * Bootstrap Grid v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1180px;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

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

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
nav.mainNav a, nav.mainNav button.main-navigation-item,
nav.mainNav button.sub-navigation-item, nav.mainNav .menuToggle {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  nav.mainNav a:focus-visible, nav.mainNav button.main-navigation-item:focus-visible,
  nav.mainNav button.sub-navigation-item:focus-visible, nav.mainNav .menuToggle:focus-visible, nav.mainNav a:focus, nav.mainNav button.main-navigation-item:focus,
  nav.mainNav button.sub-navigation-item:focus, nav.mainNav .menuToggle:focus, nav.mainNav a:hover, nav.mainNav button.main-navigation-item:hover,
  nav.mainNav button.sub-navigation-item:hover, nav.mainNav .menuToggle:hover {
    transform: scale(1.02);
    border-color: var(--color-primary) !important;
    box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
    outline: 2px solid var(--color-primary) !important;
  }
}

nav.mainNav a:hover:focus, nav.mainNav button.main-navigation-item:hover,
nav.mainNav button.sub-navigation-item:hover, nav.mainNav a:focus-visible, nav.mainNav button.main-navigation-item:focus-visible,
nav.mainNav button.sub-navigation-item:focus-visible {
  border: none;
  outline: none;
}
nav.mainNav a:hover:focus::after, nav.mainNav button.main-navigation-item:hover::after,
nav.mainNav button.sub-navigation-item:hover::after, nav.mainNav a:focus-visible::after, nav.mainNav button.main-navigation-item:focus-visible::after,
nav.mainNav button.sub-navigation-item:focus-visible::after {
  background-color: var(--color-primary) !important;
  transform: scaleX(1) !important;
}

body a, body button.link {
  color: var(--color-text);
  background: none;
  text-decoration: underline;
  border-radius: 0;
}
body a:not(.main-navigation-item):not(.card), body button.link:not(.main-navigation-item):not(.card) {
  font-weight: bold;
}

a {
  display: inline-block;
}

/* ========= Global (Fallbacks + Standardfarben) ========= */
:root {
  --color-white: #ffffff;
  --color-black: #000000;
}

/* ========= Theme: Light ========= */
:root {
  --color-surface: #f9f9f9;
  --color-text: #000000;
  --color-text-muted: #4d4d4d;
  --color-border: #cccccc;
  --color-primary: #F8BE2A; /* Blue AA on white */
  --color-primary-hover: #ff9800;
  --color-secondary: #6c757d; /* Grayish secondary */
  --color-secondary-hover: #ff9800;
  --color-strom: #cd0a0a;
  --color-gas: #f7d400;
  --color-wasser: #0A73CFFF;
  --color-waerme: #9E3169FF;
  --color-success: #2e7d32;
  --color-warning: #ff9800;
  --color-error: #d32f2f;
  --color-info: #0288d1;
  --font-body:"Ubuntu", Arial, sans-serif;
  --color-text-on-surface: var(--color-text);
  --container-max-width: 1180px;
}

::placeholder, .form-control::placeholder {
  color: var(--color-text);
  opacity: 1; /* Firefox */
}

*:focus-visible:not(.main-navigation-item), *:focus:not(.main-navigation-item), *:focus-visible:not(.main-navigation-item), a:hover:not(.main-navigation-item) {
  transform: scale(1.02);
  border-color: var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
  outline: 2px solid var(--color-primary) !important;
}

button {
  border: none;
  background: var(--color-primary);
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
button:focus:not(.main-navigation-item), button:hover:not(.main-navigation-item), button:focus-visible:not(.main-navigation-item) {
  transform: scale(1.02);
  border-color: var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
  outline: 2px solid var(--color-primary) !important;
}

body {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 1rem;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
.icon.med {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem;
}
.icon.big {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
.icon.strom {
  background-color: var(--color-strom);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.164 17.5H8.33l.834-5.833H6.247c-.483 0-.475-.267-.317-.55.159-.284.042-.067.059-.1C7.064 9.117 8.68 6.283 10.83 2.5h.834l-.834 5.833h2.917c.408 0 .467.275.392.425l-.059.125C10.797 14.625 9.164 17.5 9.164 17.5z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.gas {
  background-color: var(--color-gas);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.233 10.712c-1.308-3.4-5.966-3.584-4.841-8.525a.42.42 0 0 0-.625-.459c-3.025 1.784-5.2 5.359-3.375 10.042.15.383-.3.742-.625.492C5.258 11.12 5.1 9.478 5.233 8.303c.05-.433-.516-.641-.758-.283-.567.867-1.142 2.267-1.142 4.375.317 4.667 4.259 6.1 5.675 6.283 2.025.259 4.217-.116 5.792-1.558 1.733-1.608 2.367-4.175 1.433-6.408zM8.5 14.903c1.2-.291 1.817-1.158 1.983-1.925.275-1.191-.8-2.358-.075-4.241.275 1.558 2.725 2.533 2.725 4.233.067 2.108-2.216 3.917-4.633 1.933z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.wasser {
  background-color: var(--color-wasser);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.5c-3.886 3.412-5.833 6.36-5.833 8.85 0 3.735 2.77 6.15 5.833 6.15s5.833-2.415 5.833-6.15c0-2.49-1.947-5.438-5.833-8.85zm-2.805 9.167c.26 0 .472.173.521.413.289 1.48 1.604 1.987 2.561 1.914.303-.014.556.213.556.5 0 .266-.225.486-.506.5-1.5.086-3.251-.727-3.652-2.747-.057-.3.197-.58.52-.58z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.waerme {
  background-color: var(--color-waerme);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.333 18.333H1.667v-10l5.833-2.5V7.5l4.167-1.667v2.5h2.5L15 1.667h2.5l.833 6.666v10zM10 8.292 5.833 9.958V8.333l-2.5 1.1v7.234h13.334V10H10V8.292zM9.167 15h1.666v-3.333H9.167V15zm-3.334 0H7.5v-3.333H5.833V15zm8.334-3.333H12.5V15h1.667v-3.333z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.Strom {
  background-color: var(--color-strom);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.164 17.5H8.33l.834-5.833H6.247c-.483 0-.475-.267-.317-.55.159-.284.042-.067.059-.1C7.064 9.117 8.68 6.283 10.83 2.5h.834l-.834 5.833h2.917c.408 0 .467.275.392.425l-.059.125C10.797 14.625 9.164 17.5 9.164 17.5z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.Gas {
  background-color: var(--color-gas);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.233 10.712c-1.308-3.4-5.966-3.584-4.841-8.525a.42.42 0 0 0-.625-.459c-3.025 1.784-5.2 5.359-3.375 10.042.15.383-.3.742-.625.492C5.258 11.12 5.1 9.478 5.233 8.303c.05-.433-.516-.641-.758-.283-.567.867-1.142 2.267-1.142 4.375.317 4.667 4.259 6.1 5.675 6.283 2.025.259 4.217-.116 5.792-1.558 1.733-1.608 2.367-4.175 1.433-6.408zM8.5 14.903c1.2-.291 1.817-1.158 1.983-1.925.275-1.191-.8-2.358-.075-4.241.275 1.558 2.725 2.533 2.725 4.233.067 2.108-2.216 3.917-4.633 1.933z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.Wasser {
  background-color: var(--color-wasser);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.5c-3.886 3.412-5.833 6.36-5.833 8.85 0 3.735 2.77 6.15 5.833 6.15s5.833-2.415 5.833-6.15c0-2.49-1.947-5.438-5.833-8.85zm-2.805 9.167c.26 0 .472.173.521.413.289 1.48 1.604 1.987 2.561 1.914.303-.014.556.213.556.5 0 .266-.225.486-.506.5-1.5.086-3.251-.727-3.652-2.747-.057-.3.197-.58.52-.58z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.Waerme {
  background-color: var(--color-waerme);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.333 18.333H1.667v-10l5.833-2.5V7.5l4.167-1.667v2.5h2.5L15 1.667h2.5l.833 6.666v10zM10 8.292 5.833 9.958V8.333l-2.5 1.1v7.234h13.334V10H10V8.292zM9.167 15h1.666v-3.333H9.167V15zm-3.334 0H7.5v-3.333H5.833V15zm8.334-3.333H12.5V15h1.667v-3.333z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='currentColor' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.icon.zaehlerstand {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 22.667c0 .733.6 1.333 1.333 1.333s1.333-.6 1.333-1.333c0-.734-.6-1.334-1.333-1.334s-1.333.6-1.333 1.334zm0-18.667v5.333h2.666v-2.56c4.52.654 8 4.52 8 9.227A9.327 9.327 0 0 1 16 25.333 9.327 9.327 0 0 1 6.667 16c0-2.24.786-4.293 2.106-5.893L16 17.333l1.88-1.88-9.067-9.066v.026C5.893 8.6 4 12.067 4 16c0 6.627 5.36 12 12 12 6.627 0 12-5.373 12-12S22.627 4 16 4h-1.333zM24 16c0-.733-.6-1.333-1.333-1.333-.734 0-1.334.6-1.334 1.333s.6 1.333 1.334 1.333c.733 0 1.333-.6 1.333-1.333zM8 16c0 .733.6 1.333 1.333 1.333.734 0 1.334-.6 1.334-1.333s-.6-1.333-1.334-1.333C8.6 14.667 8 15.267 8 16z' fill='%231A1A1A' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.abschlag {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.333 4C26.8 4 28 5.2 28 6.667v18.666C28 26.8 26.8 28 25.333 28H6.667A2.675 2.675 0 0 1 4 25.333V6.667C4 5.2 5.2 4 6.667 4zm0 2.667H6.667v18.666h18.666V6.667zm-12.666 10v2.666h2.666v2h-2.666V24h-2v-2.667H8v-2h2.667v-2.666h2zM24 21v2h-6.667v-2H24zm0-3.333v2h-6.667v-2H24zM22.547 8l1.413 1.413-1.88 1.88 1.88 1.894-1.413 1.413-1.88-1.88-1.88 1.88-1.414-1.413 1.88-1.894-1.88-1.88L18.787 8l1.88 1.88L22.547 8zM15 10.293v2H8.333v-2H15z' fill='%231A1A1A' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.simrechnung {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22.667H9.333v-9.334H12v9.334zm5.333 0h-2.666V9.333h2.666v13.334zm5.334 0H20v-5.334h2.667v5.334zm3.333 2.8H6v-18.8h20v18.8zM26 4H6a2.675 2.675 0 0 0-2.667 2.667v18.666C3.333 26.8 4.533 28 6 28h20c1.467 0 2.667-1.2 2.667-2.667V6.667C28.667 5.2 27.467 4 26 4z' fill='%231A1A1A' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.kundendaten {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24 14.667.4 1.986c.533.2 1.013.48 1.44.84l1.933-.653 1.334 2.307-1.52 1.346c.04.28.08.547.08.84 0 .294-.04.56-.08.84l1.52 1.347-1.334 2.307-1.933-.654c-.427.36-.907.64-1.44.84L24 28h-2.667l-.4-1.987a4.862 4.862 0 0 1-1.44-.84l-1.933.654-1.333-2.307 1.52-1.347c-.04-.28-.08-.546-.08-.84 0-.293.04-.56.08-.84l-1.52-1.346 1.333-2.307 1.933.653c.427-.36.907-.64 1.44-.84l.4-1.986H24zm-10.667 2.666c.307 0 .6.014.894.04a9.18 9.18 0 0 0-.787 2.64C13.4 20 13.373 20 13.333 20c-2.626 0-5.2.707-7.453 2.053-.333.2-.547.627-.547 1.08V24h8.387a9.51 9.51 0 0 0 1.293 2.667H2.667v-3.534c0-1.373.68-2.68 1.853-3.373a17.168 17.168 0 0 1 8.813-2.427zm9.334 1.334A2.675 2.675 0 0 0 20 21.333C20 22.8 21.2 24 22.667 24c1.466 0 2.666-1.2 2.666-2.667 0-1.466-1.2-2.666-2.666-2.666zM13.333 5.333a5.332 5.332 0 0 1 5.334 5.334A5.332 5.332 0 0 1 13.333 16 5.332 5.332 0 0 1 8 10.667a5.332 5.332 0 0 1 5.333-5.334zm0 2.667a2.675 2.675 0 0 0-2.666 2.667c0 1.466 1.2 2.666 2.666 2.666 1.467 0 2.667-1.2 2.667-2.666C16 9.2 14.8 8 13.333 8z' fill='%231A1A1A' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.dokumente {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.333 2.667H19.76C19.2 1.12 17.733 0 16 0c-1.733 0-3.2 1.12-3.76 2.667H6.667A2.675 2.675 0 0 0 4 5.333v21.334c0 1.466 1.2 2.666 2.667 2.666h18.666c1.467 0 2.667-1.2 2.667-2.666V5.333c0-1.466-1.2-2.666-2.667-2.666zm-9.333 0c.733 0 1.333.6 1.333 1.333s-.6 1.333-1.333 1.333-1.333-.6-1.333-1.333.6-1.333 1.333-1.333zm9.333 24H6.667V5.333h2.666v4h13.334v-4h2.666v21.334z' fill='%231A1A1A' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.date {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.calculator {
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F18700' stroke-width='1.5' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 13.5v-5M7.5 11h-5M7.5 5h-5M8.5 12.5h5M8.5 9.5h5M9 7l4-4M13 7 9 3M2.75.75h10.5a2 2 0 0 1 2 2v10.5a2 2 0 0 1-2 2H2.75a2 2 0 0 1-2-2V2.75a2 2 0 0 1 2-2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1rem;
}
.icon.phone {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57a.84.84 0 0 0-.31-.05c-.26 0-.51.1-.71.29l-2.2 2.2a15.149 15.149 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.36 11.36 0 0 1 8.5 4c0-.55-.45-1-1-1z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.mail {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon.tooltip {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 4h1.6v1.6H7.2V4zm0 3.2h1.6V12H7.2V7.2zM8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 14.4A6.408 6.408 0 0 1 1.6 8c0-3.528 2.872-6.4 6.4-6.4 3.528 0 6.4 2.872 6.4 6.4 0 3.528-2.872 6.4-6.4 6.4z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}

.fa-calendar:before {
  display: none;
}

.btn-forward:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}

.hl-check {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 5C11.72 5 5 11.72 5 20c0 8.28 6.72 15 15 15 8.28 0 15-6.72 15-15 0-8.28-6.72-15-15-15zm0 27c-6.615 0-12-5.385-12-12S13.385 8 20 8s12 5.385 12 12-5.385 12-12 12zm6.885-18.63L17 23.255l-3.885-3.87L11 21.5l6 6 12-12-2.115-2.13z' fill='%23166419' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
  background-size: 2.5rem;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 3rem;
  min-height: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

h1 {
  font-size: 2.5rem;
}

.topPadding {
  padding-top: 3rem;
}

.input-append, .energyIcon {
  display: flex;
  align-items: center;
}

.slider .form-control {
  padding: 0;
}

a.back, a.forward {
  text-decoration: none;
  background: var(--color-primary);
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  color: var(--color-text);
  display: inline-flex;
  transition: transform 0.3s, box-shadow 0.3s;
}
a.back svg, a.forward svg {
  width: 2rem;
}
a.back legend, a.forward legend {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
  font-weight: bold;
}

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

a.card {
  text-decoration: none;
}

.label {
  border-bottom: none !important;
}

.printMe {
  display: none;
}

.siteContent h1 {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.1666;
  font-weight: 700;
  font-size: 2.25rem;
}

.helpIcon {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.siteContent > h2 {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.1666;
  font-weight: 700;
  font-size: 2.25rem;
}

.cholder {
  display: flex;
  gap: 0.5rem;
}
.cholder .cvk input, .cholder .cnk input {
  min-width: 0;
}
.cholder .cvk {
  flex: 2;
}
.cholder .cnk {
  flex: 1;
}

.bubbleIcon {
  background: var(--color-primary);
}

.bubbleIcon::before {
  color: black;
}

button:not(.main-navigation-item) {
  font-weight: bold;
}

body #showInet .paperless #hasInet {
  font: 700 20px/24px Ubuntu;
}

.modalBody h1 {
  font-size: 2rem;
}

.kunden {
  text-decoration: none;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.kunden .kunde {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-right: 15px;
  margin-left: 15px;
  flex: 1 0 auto;
  max-width: 300px;
  width: 300px;
  display: flex;
  transition: all 0.4s ease;
  box-shadow: 0 0.28571rem 0.57143rem 0 rgba(0, 0, 0, 0.16);
  color: #000;
  margin-bottom: 40px;
}
.kunden .kunde:hover {
  text-decoration: none;
  color: #000;
  transform: translateY(-5px);
}
.kunden .kunde .kunde-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  padding-bottom: 0;
}
.kunden .kunde .kunde-body .kunde-title {
  font: 700 20px/24px Ubuntu;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.kunden .kunde .kunde-body .button {
  margin-bottom: 15px;
}

.userFilter {
  overflow: auto;
  margin-left: 15px;
  margin-right: 15px;
}
.userFilter a {
  margin-left: 15px;
}

.userFilterBody {
  margin-top: 15px;
  position: relative;
  height: 0;
  z-index: -1;
  transition: all 1s ease-in-out;
  overflow: hidden;
}
.userFilterBody.active {
  height: auto;
  z-index: 1;
}
.userFilterBody .row {
  margin-left: 0;
}
@media screen and (min-width: 670px) {
  .userFilterBody .row {
    display: flex;
  }
}
.userFilterBody .row .col-md {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.userFilterBody .row .col-md .form-group {
  margin-bottom: 1.5rem;
}
.userFilterBody .row .col-md .form-control {
  display: block;
  width: 100%;
  padding: 8px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
}

.users h3 {
  margin-bottom: 0.75rem;
}

.filter {
  margin-bottom: 1rem;
}
.filter fieldset {
  padding: 0.8rem;
}

.multi-accordion .spinner {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 6px;
  display: none;
}
.multi-accordion [class^=ball-] {
  position: absolute;
  display: block;
  left: 30px;
  width: 9px;
  height: 9px;
  border-radius: 6px;
  transition: all 0.5s;
  animation: circleRotate 4s both infinite;
  transform-origin: 0 250% 0;
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
.multi-accordion .ball-1 {
  z-index: -1;
  background-color: #f8522b;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}
.multi-accordion .ball-2 {
  z-index: -2;
  background-color: #f76020;
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}
.multi-accordion .ball-3 {
  z-index: -3;
  background-color: #f66b19;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}
.multi-accordion .ball-4 {
  z-index: -4;
  background-color: #f38e02;
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}
.multi-accordion .ball-5 {
  z-index: -5;
  background-color: #f49d0b;
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}
.multi-accordion .ball-6 {
  z-index: -6;
  background-color: #f5a311;
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}
.multi-accordion .ball-7 {
  z-index: -7;
  background-color: #f7b623;
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}
.multi-accordion .ball-8 {
  z-index: -8;
  background-color: #f8be2a;
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}
.multi-accordion .filter fieldset {
  border: black solid 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .multi-accordion .filter fieldset {
    flex-direction: column;
  }
}
.multi-accordion .filter fieldset svg {
  width: 7rem;
  height: 2rem;
}
.multi-accordion .multi-accordion-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-align: left;
  position: relative;
  border: solid 2px var(--color-primary);
  color: var(--color-text);
  background-color: transparent !important;
}
.multi-accordion .multi-accordion-header:focus, .multi-accordion .multi-accordion-header:hover, .multi-accordion .multi-accordion-header:focus-visible {
  transform: scale(1.02);
  border-color: var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
  outline: 2px solid var(--color-primary) !important;
}
.multi-accordion .multi-accordion-header div.zaehler {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: 3rem;
}
@media (max-width: 575.98px) {
  .multi-accordion .multi-accordion-header div.zaehler {
    display: none;
  }
}
.multi-accordion .multi-accordion-header div.zaehler div {
  display: flex;
  align-items: center;
}
.multi-accordion .header-item {
  padding: 0.1rem;
}
.multi-accordion .header-item > button.multi-accordion-header {
  border: solid 2px var(--color-primary);
  color: var(--color-text);
  background-color: transparent !important;
}
.multi-accordion .header-item > button.multi-accordion-header:focus, .multi-accordion .header-item > button.multi-accordion-header:hover, .multi-accordion .header-item > button.multi-accordion-header:focus-visible {
  transform: scale(1.02);
  border-color: var(--color-primary) !important;
  outline: 2px solid var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
}
.multi-accordion .header-item .multi-accordion-header:not(.checkItem) {
  background-image: url(/rpgassets/img/arrow-down.svg);
}
.multi-accordion .header-item .multi-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-repeat: no-repeat;
  background-position: 97%;
  width: 100%;
}
.multi-accordion .header-item .multi-accordion-header .check input[type=checkbox]:checked + i::after, .multi-accordion .header-item .multi-accordion-header .check input[type=radio]:checked + i::after {
  width: 20px;
  transition-delay: 0.15s;
}
.multi-accordion .header-item .multi-accordion-header svg {
  min-width: 40px;
}
.multi-accordion .header-item .multi-accordion-header h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.multi-accordion .header-item .underTop {
  padding-top: 0.1rem;
}
.multi-accordion .header-item .multi-accordion-content {
  display: none;
  height: 0;
  padding: 0.6rem;
}
.multi-accordion .header-item .multi-accordion-content .energies {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.multi-accordion .header-item .multi-accordion-content .energies > div {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.multi-accordion .header-item .multi-accordion-content .button-row {
  display: flex;
}
.multi-accordion .header-item.header-item.multi-accordion-list-item-open > .multi-accordion-header {
  background-image: url(/rpgassets/img/arrow-down-active.svg);
}
.multi-accordion .header-item.header-item.multi-accordion-list-item-open > .multi-accordion-content {
  height: fit-content;
  display: block;
}
.multi-accordion .multi-accordion-form form {
  padding-bottom: 0 !important;
}
.multi-accordion .multi-accordion-list-item.formloader.multi-accordion-list-item-open.multi-accordion-list-item-open > .multi-accordion-content {
  display: block;
  height: fit-content;
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .multi-accordion .multi-accordion-list-item.formloader.multi-accordion-list-item-open.multi-accordion-list-item-open > .multi-accordion-content {
    padding: 0.5rem;
  }
}
.multi-accordion .multi-accordion-list-item.formloader.multi-accordion-list-item-open.multi-accordion-list-item-open > .multi-accordion-header {
  background: url(/rpgassets/img/arrow-down-active.svg);
  background-repeat: no-repeat;
  background-position: 97%;
}

.rechnungsanschriftTab tr td {
  padding-left: 1rem;
}

.responsiveTables table {
  width: 100%;
}
.responsiveTables table td, .responsiveTables table th {
  padding: 0.5rem;
  text-align: left;
  position: relative;
}
.responsiveTables table td .icon {
  position: absolute;
  left: 0;
}
.responsiveTables table th {
  border-bottom: 1px solid #dadada;
}
.responsiveTables td::before {
  display: none;
}
@media (max-width: 767.98px) {
  .responsiveTables table:not(.normal) td:nth-of-type(1)::before {
    display: none;
  }
  .responsiveTables table.zaehler {
    width: 100%;
  }
  .responsiveTables table.zaehler td, .responsiveTables table.zaehler th {
    padding: 0.5rem;
  }
  .responsiveTables table,
  .responsiveTables tr,
  .responsiveTables td {
    display: block;
  }
  .responsiveTables tr {
    padding: 0.7em 2vw;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    margin-bottom: 1.5rem;
  }
  .responsiveTables thead {
    display: none;
  }
  .responsiveTables tbody {
    display: block;
  }
  .responsiveTables td::before {
    display: block;
    font-weight: bold;
  }
  .responsiveTables td:nth-of-type(3) {
    text-align: left;
  }
  .responsiveTables td:nth-of-type(4)::before, .responsiveTables td:nth-of-type(5)::before {
    text-align: left;
  }
  .responsiveTables td:nth-of-type(2)::before {
    font-style: normal;
  }
}

.form-control:not(:placeholder-shown) + .form-control-placeholder {
  color: black;
}

select {
  background: url(/rpgassets/img/arrow-down.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: 97% !important;
  appearance: none;
}
select:focus-within {
  background: url(/rpgassets/img/arrow-down-active.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 97% !important;
}

.styled-text {
  width: 100%;
  height: 2.72666667rem;
  padding: 0 0 0 8px;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #555;
  border-radius: 8px;
  font-size: 1rem;
}
.styled-text.error {
  border: 2px solid var(--color-error);
}

form .error + i + label + .invalid,
form .error::placeholder,
form .error + .form-control-placeholder + .invalid {
  color: var(--color-error);
}

form .error + .form-control-placeholder + .invalid {
  color: var(--color-error);
}

form input.error, textarea.error {
  border: 1px solid var(--color-error);
}

.error::placeholder {
  color: var(--color-error);
  opacity: 1;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset legend {
  float: none;
  width: fit-content;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit;
  font-size: inherit;
}

input[type=checkbox]:focus + i + label, input[type=checkbox]:focus-visible + i + label, input[type=radio]:focus + i + label, input[type=radio]:focus-visible + i + label {
  transform: scale(1.02);
  border-color: var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
  outline: 2px solid var(--color-primary) !important;
}

.error + .form-control-placeholder + .invalid {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: var(--color-error);
  opacity: 1;
  z-index: 4;
  top: 36px;
  left: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.error + i + label + .invalid, .error .invalid {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: var(--color-error);
  opacity: 1;
  z-index: 3;
  position: relative;
}

table.verbrauch th:first-child {
  width: 15%;
}
table.verbrauch th:nth-child(2) {
  width: 15%;
}
table.verbrauch th:nth-child(4) {
  width: 100%;
}
table.verbrauch th:nth-child(4):before {
  content: none;
}
table.verbrauch th:last-child {
  width: 15%;
}
table.verbrauch th:last-child, table.verbrauch td:last-child {
  text-align: right;
}
@media (max-width: 767.98px) {
  table.verbrauch th:last-child, table.verbrauch td:last-child {
    text-align: left;
  }
}
table.verbrauch td:nth-child(4):before {
  content: none;
  display: none;
}
table.verbrauch td .value {
  display: flex;
}
table.verbrauch td .value > span {
  width: 70px;
}
table.verbrauch td .value > div {
  width: 100%;
}
table.verbrauch td .value > div .anzeige-verbrauch {
  color: var(--color-text);
}
table.verbrauch td .value > div .anzeige-verbrauch.strom {
  background: var(--color-strom);
}
table.verbrauch td .value > div .anzeige-verbrauch.gas {
  background: var(--color-gas);
}
table.verbrauch td .value > div .anzeige-verbrauch.wasser {
  background: var(--color-wasser);
}
table.verbrauch td .value > div .anzeige-verbrauch.waerme {
  background: var(--color-waerme);
}

@media (max-width: 1024px) {
  .vertrag .info .body {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 1024px) {
  .vertrag .ui-accordion .ui-accordion-header-icon {
    top: 27%;
  }
}
.vertrag .ui-accordion table caption {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.vertrag .ui-accordion table th, .vertrag .ui-accordion table caption {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .vertrag .ui-accordion table td {
    padding-left: 20px;
  }
}
.vertrag table {
  width: 100%;
}
.vertrag table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.vertrag table tr th, .vertrag table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .vertrag table tr th, .vertrag table tr td {
    padding-bottom: 0;
    display: block;
  }
}
.vertrag table tr td {
  text-align: right;
}
@media (max-width: 1024px) {
  .vertrag table tr td {
    text-align: left;
    padding-bottom: 5px;
  }
}

.vertrag .info {
  transition: all 0.4s ease;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid var(--color-primary);
  border-radius: 0.5rem;
}
.vertrag .info .productHead {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 25px;
}
.vertrag .info .productHead div:last-child {
  padding-left: 10px;
}
.vertrag .info .body {
  flex: 1 2 auto;
  min-height: 1px;
  padding: 1rem 3.5rem;
}
.vertrag .info .body .newProduct {
  border: 1px solid var(--color-primary);
  padding: 5px;
}
.vertrag .info .body section:last-child div .tr .td {
  border-bottom: none;
}
.vertrag .info .body section > div {
  display: table;
  width: 100%;
}
.vertrag .info .body section > div .tr .td {
  border-bottom: 1px solid var(--color-primary);
}
.vertrag .info .body section > div .tr .td:nth-child(2) {
  text-align: right;
}
.vertrag .ui-accordion .ui-widget-content {
  border: none !important;
}
.vertrag .ui-accordion .ui-accordion-header {
  padding: 0;
}
.vertrag .ui-accordion .ui-state-active, .vertrag .ui-accordion .ui-state-default, .vertrag .ui-accordion .ui-state-active:hover, .vertrag .ui-accordion .ui-state-default:hover {
  background: none !important;
  border: none !important;
  color: #000 !important;
}
.vertrag .ui-accordion .ui-state-active .ui-icon, .vertrag .ui-accordion .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png") !important;
}
.vertrag .ui-accordion-header-icon {
  display: inline;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
}

.header {
  display: flex;
  height: 100%;
  align-items: center;
}

nav.mainNav {
  background: white;
  width: 100%;
}
nav.mainNav ul.addOnMeta {
  display: none !important;
}
@media (max-width: 1024px) {
  nav.mainNav ul.addOnMeta {
    display: block !important;
  }
}
nav.mainNav ul.addOnMeta li {
  padding: 0.5rem;
}
nav.mainNav ul.addOnMeta li a span {
  margin-right: 1rem;
  margin-left: 0.3rem;
  text-decoration: underline;
}
nav.mainNav ul.addOnMeta li svg {
  background: var(--color-primary);
  color: var(--color-text);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  padding: 3px;
}
nav.mainNav .menuAddon {
  display: none;
}
@media (max-width: 1024px) {
  nav.mainNav .menuAddon {
    display: flex;
  }
}
nav.mainNav .menuAddon div img {
  width: 80px;
}
nav.mainNav .menuAddon div:last-child {
  margin-left: auto;
}
nav.mainNav .menuAddon div:last-child .menuClose {
  background: none;
  padding: 0;
  margin: 0;
}
nav.mainNav .menuAddon div:last-child .menuClose svg {
  width: 35px;
  height: 35px;
}
nav.mainNav .menuToggle {
  padding: 0.2rem 0.8rem;
  display: none;
  width: fit-content;
}
@media (max-width: 1024px) {
  nav.mainNav .menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
  }
}
nav.mainNav .menuToggle legend {
  font-size: 100%;
}
nav.mainNav .menuToggle svg {
  width: 40px;
}
nav.mainNav .menuToggle.menuOpen + .mainNavInner {
  transform: translateX(0);
  padding: 1rem;
}
@media (max-width: 1024px) {
  nav.mainNav .menuToggle.menuOpen + .mainNavInner {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 17px 6px;
  }
}
nav.mainNav button.main-navigation-item,
nav.mainNav button.sub-navigation-item {
  align-items: flex-start;
}
nav.mainNav button.main-navigation-item:hover, nav.mainNav button.main-navigation-item:focus, nav.mainNav button.main-navigation-item:focus-visible,
nav.mainNav button.sub-navigation-item:hover,
nav.mainNav button.sub-navigation-item:focus,
nav.mainNav button.sub-navigation-item:focus-visible {
  transform: scale(1);
  border-radius: 0;
}
nav.mainNav a {
  color: var(--color-text);
}
nav.mainNav a:hover {
  box-shadow: none;
  border: none;
}
@media (max-width: 1024px) {
  nav.mainNav .mainNavInner {
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.4s, visibility 0.4s;
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 320px;
    max-width: 480px;
    height: 100vh;
  }
}
nav.mainNav .mainNavInner ul {
  list-style: none;
  padding: 0;
}
nav.mainNav .mainNavInner > ul .main-navigation-item {
  position: relative;
  font-size: 0.888889rem;
}
nav.mainNav .mainNavInner > ul .main-navigation-item.active::after {
  transform: scaleX(1);
}
nav.mainNav .mainNavInner > ul .main-navigation-item.active + div.subMenu {
  display: block;
}
nav.mainNav .mainNavInner > ul li .main-navigation-item {
  display: block;
  text-align: left;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  nav.mainNav .mainNavInner > ul li .main-navigation-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  nav.mainNav .mainNavInner > ul li .main-navigation-item.withSub::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%231A1A1A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    position: absolute;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(90deg);
    transition: transform 0.25s ease-in-out;
  }
  nav.mainNav .mainNavInner > ul li .main-navigation-item.withSub.active::after {
    transform: rotate(-90deg);
  }
}
nav.mainNav .mainNavInner > ul li div.subMenu {
  display: none;
}
nav.mainNav .mainNavInner > ul li div.subMenu .subInner {
  padding-left: 2rem;
}
nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul {
  width: 100%;
}
nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li {
  position: relative;
}
@media (max-width: 1024px) {
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li:last-child {
    padding-bottom: 1.5rem;
  }
}
nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li .sub-navigation-item {
  font-size: 1.275rem;
  line-height: 1.5;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li .sub-navigation-item {
    padding: 0.5rem 0;
  }
}
nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li .sub-navigation-item:focus-visible::after, nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li .sub-navigation-item:focus-within::after {
  transform: scaleX(1);
}
@media (min-width: 1025px) {
  nav.mainNav .mainNavInner {
    display: flex;
    max-width: 1280px;
    padding: 0 1rem;
    margin: 0 auto;
  }
  nav.mainNav .mainNavInner > ul {
    display: flex;
    gap: 1rem;
    margin: 0;
  }
  nav.mainNav .mainNavInner > ul li .main-navigation-item {
    padding: 1rem 0;
    display: inline-flex;
    text-align: justify;
    text-justify: inter-word;
    height: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  nav.mainNav .mainNavInner > ul li .main-navigation-item {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  nav.mainNav .mainNavInner > ul li .main-navigation-item::after {
    content: "";
    display: inline-flex;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-border);
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
  }
  nav.mainNav .mainNavInner > ul li div.subMenu {
    position: fixed;
    left: 0;
    width: 100vw;
    background: white;
    z-index: 999;
  }
  nav.mainNav .mainNavInner > ul li div.subMenu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background: white;
  }
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: fit-content;
    list-style: none;
    padding-left: 0;
  }
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li {
    border-bottom: 1px solid var(--color-border);
  }
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li .sub-navigation-item {
    position: relative;
    line-height: 1.5;
    font-weight: normal;
  }
  nav.mainNav .mainNavInner > ul li div.subMenu .subInner ul li .sub-navigation-item::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%231A1A1A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 50%;
    position: absolute;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}

div.meta {
  background: white;
  margin-bottom: 2rem;
}

nav.metaNav {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  nav.metaNav {
    display: none;
  }
}
nav.metaNav a {
  border: none;
  text-decoration: underline;
  padding: 0;
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
}
nav.metaNav a svg {
  background: var(--color-primary);
  color: var(--color-text);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  padding: 3px;
}
nav.metaNav a span {
  margin-right: 1rem;
  margin-left: 0.3rem;
}
nav.metaNav.outside {
  position: relative;
  top: -3rem;
}
@media (max-width: 1024px) {
  nav.metaNav.outside {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 1024px) {
  nav.metaNav.outside ul {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.metaNav.outside ul li:first-child {
    display: block;
  }
}
nav.metaNav .content {
  display: flex;
  justify-content: end;
}
@media (max-width: 1180px) {
  nav.metaNav {
    justify-content: flex-start;
  }
}
nav.metaNav ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  nav.metaNav ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  nav.metaNav ul li:first-child {
    display: none;
  }
}
@media (max-width: 1180px) {
  nav.metaNav ul li {
    font-size: 0.75rem;
  }
}

.metaNavigation li.nav-item a {
  display: inline-block;
  color: black;
  text-decoration: underline;
}

dialog {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
}
dialog .modalBody > .xmodalClose {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0;
  border-radius: 100%;
  right: 1rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
dialog .modalBody .modalInner, dialog .modalBody #messages {
  padding: 2rem;
}

body {
  transition: filter 1s;
}

body.modal-open {
  filter: blur(2px);
}

body legend {
  font-weight: bold;
}
body .button-wrapper {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body .button-wrapper {
    flex-direction: column;
  }
}
body button.full {
  width: 100%;
}
body button legend {
  margin-bottom: 0;
  font-size: 1rem;
}
body button.link {
  padding: 0;
  margin: 0;
}
body #showInet .paperless {
  background: var(--color-primary);
  color: var(--color-text);
}
body #showInet .paperless div {
  font: 900 30px/35px Ubuntu;
}
body #showInet .paperless button {
  font: 900 18px/21px Ubuntu;
  justify-content: center;
  border: solid 2px var(--color-text);
}
body #showInet .paperless button:focus-visible, body #showInet .paperless button:focus, body #showInet .paperless button:hover {
  outline: none !important;
  border: solid 2px var(--color-text) !important;
}

a.forward {
  border-radius: 0;
}

nav.metaNav {
  background: #F5F5F5 0% 0% no-repeat padding-box;
}
@media (max-width: 767.98px) {
  nav.metaNav + .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  nav.metaNav .container, nav.metaNav .row {
    height: 100%;
  }
}

.metaNavigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.metaNavigation li {
  max-width: 50%;
  padding-right: 20px;
}
.metaNavigation li:last-child {
  padding-right: 0;
}
.metaNavigation li.nav-item a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}

.pwindicator {
  margin-top: 20px;
  width: 100%;
  background: #F5F5F5;
  height: 10px;
  border-radius: 4px;
  margin-bottom: 44px;
}
.pwindicator .bar {
  height: 10px;
  border-radius: 4px;
  transition: width 1s ease-in-out;
  width: 0%;
}

.pw-very-weak .bar {
  background: #d00;
  width: 20%;
}
.pw-very-weak .label {
  color: var(--color-text);
  padding-left: 0;
  margin-top: 0;
}

.pw-weak .bar {
  background: #d00;
  width: 40%;
}
.pw-weak .label {
  color: var(--color-text);
  padding-left: 0;
  margin-top: 0;
}

.pw-mediocre .bar {
  background: #f3f01a;
  width: 60%;
}
.pw-mediocre .label {
  color: var(--color-text);
  padding-left: 0;
  margin-top: 0;
}

.pw-strong .bar {
  background: #f3b31a;
  width: 80%;
}
.pw-strong .label {
  color: var(--color-text);
  padding-left: 0;
  margin-top: 0;
}

.pw-very-strong .bar {
  background: #0d0;
  width: 100%;
}
.pw-very-strong .label {
  color: var(--color-text);
  padding-left: 0;
  margin-top: 0;
}

.ablesehilfe-button {
  display: flex;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
  cursor: pointer;
  font-weight: 400;
  color: var(--color-text);
  align-items: center;
  text-decoration: underline;
}

.ablesehilfe {
  display: grid;
  padding-bottom: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 767.98px) {
  .ablesehilfe {
    display: flex;
    flex-direction: column;
  }
}
.ablesehilfe img {
  width: 245px;
  height: 160px;
}

.kontoauszug {
  /* show tables */
}
.kontoauszug .sortsymbol {
  background: none;
  border: none;
}
.kontoauszug .sortbutton button:hover, .kontoauszug .sortbutton button:focus, .kontoauszug .sortbutton button:focus-visible {
  border: none !important;
  outline: none !important;
  transform: scale(1) !important;
  box-shadow: none !important;
}
.kontoauszug th {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.kontoauszug table tr.Z {
  display: none;
}
.kontoauszug table tr.Z.show {
  display: table-row;
}
@media print {
  .kontoauszug .main-nav, .kontoauszug .header, .kontoauszug h1, .kontoauszug h2, .kontoauszug .info-toggle, .kontoauszug .debitorTitle, .kontoauszug .filter {
    display: none !important;
  }
}
.kontoauszug .printMe {
  display: none;
}
@media print {
  .kontoauszug .printMe {
    display: block !important;
  }
}

@media print {
  .multi-accordion-header, #showInet, footer {
    display: none !important;
  }
  .content > .row:first-child {
    display: none !important;
  }
  .table.account td::before {
    color: black !important;
  }
  .button {
    display: none !important;
  }
  .back-to-top {
    display: none !important;
  }
}
.bannerTop a {
  width: 100%;
}

dialog .modalBody > .xmodalClose {
  z-index: 999;
}

.widget_calculator {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}

.card.card-contract input:checked + .card-body {
  background: var(--color-primary);
  color: black;
}
.card.card-contract input:focus + .card-body, .card.card-contract input:focus-visible + .card-body {
  transform: scale(1.02);
  border-color: var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
  outline: 2px solid var(--color-primary) !important;
}

a.card .card-footer {
  color: black !important;
}
a.card .card-footer span.btn.btn-primary {
  background: none;
  border: none;
  color: black;
  text-decoration: underline;
  text-align: right;
  font-weight: bold;
  padding: 0;
}
a.card .card-footer span.btn.btn-primary:hover {
  transform: scale(1);
  border-color: transparent;
  box-shadow: none;
}

.progressListWrapper .progressList li {
  color: black;
}
.progressListWrapper .progressList li.selected {
  color: black;
  font-weight: bold;
}

.paperless h1 {
  font: 900 30px/35px Ubuntu;
}

.testUsers {
  background: black;
}

.users .userFilter {
  margin-left: 0;
  margin-right: 0;
}
.users .userFilter .openFilter svg {
  position: relative;
  transition: all 0.4s ease-in-out;
  rotate: 90deg;
}
.users .userFilter .openFilter.active svg {
  rotate: -90deg;
  top: 0.1rem;
}
.users .card-deck .card {
  cursor: pointer;
}
.users .card-deck .card .card-footer {
  color: black;
  font-weight: bold;
}
.users .card-deck .card.active {
  transform: scale(1.1);
  border-color: var(--color-primary) !important;
  box-shadow: 0 0.28571429rem 7px 0px rgba(0, 0, 0, 0.18);
  outline: 2px solid var(--color-primary) !important;
}

.form-control:not(:placeholder-shown) + .form-control-placeholder, .form-control:not(:placeholder-shown) + .invalid + .form-control-placeholder {
  transform: translate3d(5px, -50%, 0);
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.66666;
  font-weight: 400;
  color: var(--color-text);
  opacity: 1;
  z-index: 3;
}

.form-control:not(:placeholder-shown) + .invalid + .form-control-placeholder {
  top: 0;
}

/*!
 * Bootstrap Reboot v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --primary-rgb: 13, 110, 253;
  --secondary-rgb: 108, 117, 125;
  --success-rgb: 25, 135, 84;
  --info-rgb: 13, 202, 240;
  --warning-rgb: 255, 193, 7;
  --danger-rgb: 220, 53, 69;
  --light-rgb: 248, 249, 250;
  --dark-rgb: 33, 37, 41;
  --primary-text-emphasis: rgb(5.2, 44, 101.2);
  --secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --success-text-emphasis: rgb(10, 54, 33.6);
  --info-text-emphasis: rgb(5.2, 80.8, 96);
  --warning-text-emphasis: rgb(102, 77.2, 2.8);
  --danger-text-emphasis: rgb(88, 21.2, 27.6);
  --light-text-emphasis: #495057;
  --dark-text-emphasis: #495057;
  --primary-bg-subtle: rgb(206.6, 226, 254.6);
  --secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --success-bg-subtle: rgb(209, 231, 220.8);
  --info-bg-subtle: rgb(206.6, 244.4, 252);
  --warning-bg-subtle: rgb(255, 242.6, 205.4);
  --danger-bg-subtle: rgb(248, 214.6, 217.8);
  --light-bg-subtle: rgb(251.5, 252, 252.5);
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: rgb(158.2, 197, 254.2);
  --secondary-border-subtle: rgb(196.2, 199.8, 203);
  --success-border-subtle: rgb(163, 207, 186.6);
  --info-border-subtle: rgb(158.2, 233.8, 249);
  --warning-border-subtle: rgb(255, 230.2, 155.8);
  --danger-border-subtle: rgb(241, 174.2, 180.6);
  --light-border-subtle: #e9ecef;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #212529;
  --body-color-rgb: 33, 37, 41;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: rgba(33, 37, 41, 0.75);
  --secondary-color-rgb: 33, 37, 41;
  --secondary-bg: #e9ecef;
  --secondary-bg-rgb: 233, 236, 239;
  --tertiary-color: rgba(33, 37, 41, 0.5);
  --tertiary-color-rgb: 33, 37, 41;
  --tertiary-bg: #f8f9fa;
  --tertiary-bg-rgb: 248, 249, 250;
  --heading-color: inherit;
  --link-color: #0d6efd;
  --link-color-rgb: 13, 110, 253;
  --link-decoration: underline;
  --link-hover-color: rgb(10.4, 88, 202.4);
  --link-hover-color-rgb: 10, 88, 202;
  --code-color: #d63384;
  --highlight-color: #212529;
  --highlight-bg: rgb(255, 242.6, 205.4);
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color: rgba(13, 110, 253, 0.25);
  --form-valid-color: #198754;
  --form-valid-border-color: #198754;
  --form-invalid-color: #dc3545;
  --form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --body-color: #dee2e6;
  --body-color-rgb: 222, 226, 230;
  --body-bg: #212529;
  --body-bg-rgb: 33, 37, 41;
  --emphasis-color: #fff;
  --emphasis-color-rgb: 255, 255, 255;
  --secondary-color: rgba(222, 226, 230, 0.75);
  --secondary-color-rgb: 222, 226, 230;
  --secondary-bg: #343a40;
  --secondary-bg-rgb: 52, 58, 64;
  --tertiary-color: rgba(222, 226, 230, 0.5);
  --tertiary-color-rgb: 222, 226, 230;
  --tertiary-bg: rgb(42.5, 47.5, 52.5);
  --tertiary-bg-rgb: 43, 48, 53;
  --primary-text-emphasis: rgb(109.8, 168, 253.8);
  --secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --success-text-emphasis: rgb(117, 183, 152.4);
  --info-text-emphasis: rgb(109.8, 223.2, 246);
  --warning-text-emphasis: rgb(255, 217.8, 106.2);
  --danger-text-emphasis: rgb(234, 133.8, 143.4);
  --light-text-emphasis: #f8f9fa;
  --dark-text-emphasis: #dee2e6;
  --primary-bg-subtle: rgb(2.6, 22, 50.6);
  --secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --success-bg-subtle: rgb(5, 27, 16.8);
  --info-bg-subtle: rgb(2.6, 40.4, 48);
  --warning-bg-subtle: rgb(51, 38.6, 1.4);
  --danger-bg-subtle: rgb(44, 10.6, 13.8);
  --light-bg-subtle: #343a40;
  --dark-bg-subtle: #1a1d20;
  --primary-border-subtle: rgb(7.8, 66, 151.8);
  --secondary-border-subtle: rgb(64.8, 70.2, 75);
  --success-border-subtle: rgb(15, 81, 50.4);
  --info-border-subtle: rgb(7.8, 121.2, 144);
  --warning-border-subtle: rgb(153, 115.8, 4.2);
  --danger-border-subtle: rgb(132, 31.8, 41.4);
  --light-border-subtle: #495057;
  --dark-border-subtle: #343a40;
  --heading-color: inherit;
  --link-color: rgb(109.8, 168, 253.8);
  --link-hover-color: rgb(138.84, 185.4, 254.04);
  --link-color-rgb: 110, 168, 254;
  --link-hover-color-rgb: 139, 185, 254;
  --code-color: rgb(230.4, 132.6, 181.2);
  --highlight-color: #dee2e6;
  --highlight-bg: rgb(102, 77.2, 2.8);
  --border-color: #495057;
  --border-color-translucent: rgba(255, 255, 255, 0.15);
  --form-valid-color: rgb(117, 183, 152.4);
  --form-valid-border-color: rgb(117, 183, 152.4);
  --form-invalid-color: rgb(234, 133.8, 143.4);
  --form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
}

h1 {
  font-size: calc(1.55rem + 3.6vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.25rem;
  }
}

h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.75rem;
}

mark {
  padding: 0.1875em;
  color: var(--highlight-color);
  background-color: var(--highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.75rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.75rem;
  color: var(--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}