@charset "UTF-8";
/* moved by compressor */
/* Main Styles */
/* --------------------------------------------- SD Sitepackage - Settings --------------------------------------------- */
:root {
  --bs-table-color: #58585A;
  --bs-table-bg: transparent;
  --bs-table-border-color: #dee2e6;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #58585A;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #58585A;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #58585A;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}

.frame-space-before-extra-large {
  margin-top: calc(1.5rem + 3vw);
}

.frame-space-before-large {
  margin-top: calc(1.425rem + 2.1vw);
}

.frame-space-before-medium {
  margin-top: calc(1.275rem + 0.3vw);
}

.frame-space-before-small {
  margin-top: 1rem;
}

.frame-space-before-extra-small {
  margin-top: 0.75rem;
}

.frame-space-after-extra-large {
  margin-bottom: calc(1.5rem + 3vw);
}

.frame-space-after-large {
  margin-bottom: calc(1.425rem + 2.1vw);
}

.frame-space-after-medium {
  margin-bottom: calc(1.275rem + 0.3vw);
}

.frame-space-after-small {
  margin-bottom: 1rem;
}

.frame-space-after-extra-small {
  margin-bottom: 0.75rem;
}

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

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-12 {
  width: 12px;
  height: 12px;
}

.icon-14 {
  width: 14px;
  height: 14px;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-64 {
  width: 64px;
  height: 64px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

.icon-90 {
  width: 90px;
  height: 90px;
}

.icon-100 {
  width: 100px;
  height: 100px;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon-primary {
  fill: #97BE0D;
}

.icon-secondary {
  fill: #003c71;
}

.icon-success {
  fill: #97BE0D;
}

.icon-info {
  fill: #17a2b8;
}

.icon-warning {
  fill: #ffc107;
}

.icon-danger {
  fill: #BE0D0D;
}

.icon-light {
  fill: #F4F4F8;
}

.icon-dark {
  fill: #212529;
}

.icon-white {
  fill: #fff;
}

.icon-black {
  fill: #000;
}

.icon-body {
  fill: #58585A;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-left-45 {
  transform: rotate(-45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-left-90 {
  transform: rotate(-90deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

.rotate-left-135 {
  transform: rotate(-135deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-left-180 {
  transform: rotate(-180deg);
}

.rotate-225 {
  transform: rotate(225deg);
}

.rotate-left-225 {
  transform: rotate(-225deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-left-270 {
  transform: rotate(-270deg);
}

.rotate-315 {
  transform: rotate(315deg);
}

.rotate-left-315 {
  transform: rotate(-315deg);
}

:root {
  --bs-blue: #003c71;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #BE0D0D;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #97BE0D;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #58585A;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #F4F4F8;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #58585A;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #97BE0D;
  --bs-secondary: #003c71;
  --bs-success: #97BE0D;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #BE0D0D;
  --bs-light: #F4F4F8;
  --bs-dark: #212529;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-body: #58585A;
  --bs-primary-rgb: 151, 190, 13;
  --bs-secondary-rgb: 0, 60, 113;
  --bs-success-rgb: 151, 190, 13;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 190, 13, 13;
  --bs-light-rgb: 244, 244, 248;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 88, 88, 90;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 88, 88, 90;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #58585A;
  --bs-body-bg: #fff;
  --bs-contrast-black: #000000;
  --bs-contrast-white: #ffffff;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .news-list-view-layout-98 .article .news-content-wrap .h3, .news-list-view-layout-2 .article .news-content-wrap .header, .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #97BE0D;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .news-list-view-layout-98 .article .news-content-wrap .h3, .news-list-view-layout-2 .article .news-content-wrap .header, .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .news-list-view-layout-98 .article .news-content-wrap .h3, .news-list-view-layout-2 .article .news-content-wrap .header, .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title, .h3 {
    font-size: 1.5rem;
  }
}

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-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: 500;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #97BE0D;
  text-decoration: none;
}
a:hover {
  color: rgb(120.8, 152, 10.4);
}

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

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

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

code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #58585A;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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;
}

.h1 {
  display: block;
}

.h2 {
  display: block;
}

.h3 {
  display: block;
}

.h4 {
  display: block;
}

.h5 {
  display: block;
}

.h6 {
  display: block;
}

.subheader {
  display: block;
  font-size: 0.7em;
}

.ce-headline-left {
  text-align: left;
}

.ce-headline-right {
  text-align: right;
}

.ce-headline-center {
  text-align: center;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #58585A;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #58585A;
}

.container,
.container-fluid,
.container-fhd,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.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.3333333333%;
}

.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.6666666667%;
}

.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, .no-gutters,
.gx-0 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 3.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3.5rem;
}

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

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

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

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

.g-9,
.gx-9 {
  --bs-gutter-x: 8rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 8rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 8rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 8rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    flex: 1 0 0%;
  }
  .row-cols-fhd-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-fhd-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-fhd-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-fhd-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-fhd-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-fhd-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-fhd-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-fhd-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-fhd-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-fhd-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-fhd-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-fhd-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-fhd-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-fhd-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-fhd-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-fhd-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-fhd-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-fhd-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-fhd-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-fhd-0 {
    margin-left: 0;
  }
  .offset-fhd-1 {
    margin-left: 8.33333333%;
  }
  .offset-fhd-2 {
    margin-left: 16.66666667%;
  }
  .offset-fhd-3 {
    margin-left: 25%;
  }
  .offset-fhd-4 {
    margin-left: 33.33333333%;
  }
  .offset-fhd-5 {
    margin-left: 41.66666667%;
  }
  .offset-fhd-6 {
    margin-left: 50%;
  }
  .offset-fhd-7 {
    margin-left: 58.33333333%;
  }
  .offset-fhd-8 {
    margin-left: 66.66666667%;
  }
  .offset-fhd-9 {
    margin-left: 75%;
  }
  .offset-fhd-10 {
    margin-left: 83.33333333%;
  }
  .offset-fhd-11 {
    margin-left: 91.66666667%;
  }
  .g-fhd-0,
  .gx-fhd-0 {
    --bs-gutter-x: 0;
  }
  .g-fhd-0,
  .gy-fhd-0 {
    --bs-gutter-y: 0;
  }
  .g-fhd-1,
  .gx-fhd-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-fhd-1,
  .gy-fhd-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-fhd-2,
  .gx-fhd-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-fhd-2,
  .gy-fhd-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-fhd-3,
  .gx-fhd-3 {
    --bs-gutter-x: 1rem;
  }
  .g-fhd-3,
  .gy-fhd-3 {
    --bs-gutter-y: 1rem;
  }
  .g-fhd-4,
  .gx-fhd-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-fhd-4,
  .gy-fhd-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-fhd-5,
  .gx-fhd-5 {
    --bs-gutter-x: 3rem;
  }
  .g-fhd-5,
  .gy-fhd-5 {
    --bs-gutter-y: 3rem;
  }
  .g-fhd-6,
  .gx-fhd-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-fhd-6,
  .gy-fhd-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-fhd-7,
  .gx-fhd-7 {
    --bs-gutter-x: 4rem;
  }
  .g-fhd-7,
  .gy-fhd-7 {
    --bs-gutter-y: 4rem;
  }
  .g-fhd-8,
  .gx-fhd-8 {
    --bs-gutter-x: 5rem;
  }
  .g-fhd-8,
  .gy-fhd-8 {
    --bs-gutter-y: 5rem;
  }
  .g-fhd-9,
  .gx-fhd-9 {
    --bs-gutter-x: 8rem;
  }
  .g-fhd-9,
  .gy-fhd-9 {
    --bs-gutter-y: 8rem;
  }
  .g-fhd-10,
  .gx-fhd-10 {
    --bs-gutter-x: 10rem;
  }
  .g-fhd-10,
  .gy-fhd-10 {
    --bs-gutter-y: 10rem;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
  background-color: var(--bs-table-color);
  color: #fff;
}
.caption-top {
  caption-side: top;
}

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

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

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(234.2, 242, 206.6);
  --bs-table-border-color: rgb(210.78, 217.8, 185.94);
  --bs-table-striped-bg: rgb(222.49, 229.9, 196.27);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(210.78, 217.8, 185.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(216.635, 223.85, 191.105);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 216, 226.6);
  --bs-table-border-color: rgb(183.6, 194.4, 203.94);
  --bs-table-striped-bg: rgb(193.8, 205.2, 215.27);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 194.4, 203.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 199.8, 209.605);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(234.2, 242, 206.6);
  --bs-table-border-color: rgb(210.78, 217.8, 185.94);
  --bs-table-striped-bg: rgb(222.49, 229.9, 196.27);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(210.78, 217.8, 185.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(216.635, 223.85, 191.105);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(208.6, 236.4, 240.8);
  --bs-table-border-color: rgb(187.74, 212.76, 216.72);
  --bs-table-striped-bg: rgb(198.17, 224.58, 228.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.74, 212.76, 216.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(192.955, 218.67, 222.74);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(242, 206.6, 206.6);
  --bs-table-border-color: rgb(217.8, 185.94, 185.94);
  --bs-table-striped-bg: rgb(229.9, 196.27, 196.27);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(217.8, 185.94, 185.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(223.85, 191.105, 191.105);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #F4F4F8;
  --bs-table-border-color: rgb(219.6, 219.6, 223.2);
  --bs-table-striped-bg: rgb(231.8, 231.8, 235.6);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(219.6, 219.6, 223.2);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(225.7, 225.7, 229.4);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-fhd {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #58585A;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585A;
  background-color: #F4F4F8;
  background-clip: padding-box;
  border: 1px solid #F4F4F8;
  appearance: none;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #58585A;
  background-color: #F4F4F8;
  border-color: rgb(203, 222.5, 134);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 1.75rem;
  margin: -0.375rem -1.75rem;
  margin-inline-end: 1.75rem;
  color: #58585A;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #58585A;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 1.75rem;
  border-radius: 1rem;
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 50rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 50rem;
}

.form-select, .custom-select {
  display: block;
  width: 100%;
  padding: 0.375rem 5.25rem 0.375rem 1.75rem;
  -moz-padding-start: calc(1.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585A;
  background-color: #F4F4F8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2397BE0D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.75rem center;
  background-size: 16px 12px;
  border: 1px solid #F4F4F8;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .custom-select {
    transition: none;
  }
}
.form-select:focus, .custom-select:focus {
  border-color: rgb(203, 222.5, 134);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.form-select[multiple], [multiple].custom-select, .form-select[size]:not([size="1"]), [size].custom-select:not([size="1"]) {
  padding-right: 1.75rem;
  background-image: none;
}
.form-select:disabled, .custom-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring, .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #58585A;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0em;
  vertical-align: top;
  background-color: #F4F4F8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(203, 222.5, 134);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.form-check-input:checked {
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #97BE0D;
  border-color: #97BE0D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-label {
  margin-left: 1rem;
}

.form-switch {
  padding-left: 2em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.form-switch .form-check-input {
  width: 3.5em;
  margin-left: -2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
  border-radius: 2em;
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28203, 222.5, 134%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch label {
  margin-bottom: 0;
  line-height: 1;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-check[disabled] + a, .btn-check:disabled + .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-check:disabled + a {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #97BE0D;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(223.8, 235.5, 182.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #97BE0D;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(223.8, 235.5, 182.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .custom-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > .custom-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .custom-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .custom-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .custom-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .input-group a {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:focus, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .input-group a:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585A;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #F4F4F8;
  border-radius: 50rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .input-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .input-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-lg > .custom-select,
.input-group-sm > .form-select,
.input-group-sm > .custom-select {
  padding-right: 7rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #97BE0D;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(151, 190, 13, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #97BE0D;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2397BE0D' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #97BE0D;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated .custom-select:valid, .form-select.is-valid, .is-valid.custom-select {
  border-color: #97BE0D;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .custom-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .custom-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.custom-select:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.custom-select:not([multiple])[size="1"] {
  padding-right: 9.625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2397BE0D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2397BE0D' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1.75rem center, center right 5.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated .custom-select:valid:focus, .form-select.is-valid:focus, .is-valid.custom-select:focus {
  border-color: #97BE0D;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #97BE0D;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #97BE0D;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #97BE0D;
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #BE0D0D;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(190, 13, 13, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #BE0D0D;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23BE0D0D'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23BE0D0D' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #BE0D0D;
  box-shadow: 0 0 0 0.25rem rgba(190, 13, 13, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated .custom-select:invalid, .form-select.is-invalid, .is-invalid.custom-select {
  border-color: #BE0D0D;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .custom-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .custom-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.custom-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.custom-select:not([multiple])[size="1"] {
  padding-right: 9.625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2397BE0D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23BE0D0D'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23BE0D0D' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1.75rem center, center right 5.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated .custom-select:invalid:focus, .form-select.is-invalid:focus, .is-invalid.custom-select:focus {
  border-color: #BE0D0D;
  box-shadow: 0 0 0 0.25rem rgba(190, 13, 13, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #BE0D0D;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #BE0D0D;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 13, 13, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #BE0D0D;
}

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

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

.btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #58585A;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
    transition: none;
  }
}
.btn:hover, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover {
  color: #58585A;
}
.btn-check:focus + .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-check:focus + a, .btn:focus, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}
.btn:disabled, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:disabled, .btn.disabled, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.disabled, fieldset:disabled .btn, fieldset:disabled .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li fieldset:disabled a {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.btn-primary svg {
  fill: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(128.35, 161.5, 11.05);
  border-color: rgb(120.8, 152, 10.4);
}
.btn-primary:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(128.35, 161.5, 11.05);
  border-color: rgb(120.8, 152, 10.4);
  box-shadow: 0 0 0 0.25rem rgba(166.6, 199.75, 49.3, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(120.8, 152, 10.4);
  border-color: rgb(113.25, 142.5, 9.75);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(166.6, 199.75, 49.3, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}

.btn-secondary {
  color: #fff;
  background-color: #003c71;
  border-color: #003c71;
}
.btn-secondary svg {
  fill: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(0, 51, 96.05);
  border-color: rgb(0, 48, 90.4);
}
.btn-secondary:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(0, 51, 96.05);
  border-color: rgb(0, 48, 90.4);
  box-shadow: 0 0 0 0.25rem rgba(38.25, 89.25, 134.3, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 48, 90.4);
  border-color: rgb(0, 45, 84.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38.25, 89.25, 134.3, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #003c71;
  border-color: #003c71;
}

.btn-success {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.btn-success svg {
  fill: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(128.35, 161.5, 11.05);
  border-color: rgb(120.8, 152, 10.4);
}
.btn-success:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(128.35, 161.5, 11.05);
  border-color: rgb(120.8, 152, 10.4);
  box-shadow: 0 0 0 0.25rem rgba(166.6, 199.75, 49.3, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(120.8, 152, 10.4);
  border-color: rgb(113.25, 142.5, 9.75);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(166.6, 199.75, 49.3, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info svg {
  fill: #fff;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(19.55, 137.7, 156.4);
  border-color: rgb(18.4, 129.6, 147.2);
}
.btn-info:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: rgb(19.55, 137.7, 156.4);
  border-color: rgb(18.4, 129.6, 147.2);
  box-shadow: 0 0 0 0.25rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(18.4, 129.6, 147.2);
  border-color: rgb(17.25, 121.5, 138);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning svg {
  fill: #000;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-warning:hover svg {
  fill: #000;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #BE0D0D;
  border-color: #BE0D0D;
}
.btn-danger svg {
  fill: #fff;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(161.5, 11.05, 11.05);
  border-color: rgb(152, 10.4, 10.4);
}
.btn-danger:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(161.5, 11.05, 11.05);
  border-color: rgb(152, 10.4, 10.4);
  box-shadow: 0 0 0 0.25rem rgba(199.75, 49.3, 49.3, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(152, 10.4, 10.4);
  border-color: rgb(142.5, 9.75, 9.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(199.75, 49.3, 49.3, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #BE0D0D;
  border-color: #BE0D0D;
}

.btn-light {
  color: #000;
  background-color: #F4F4F8;
  border-color: #F4F4F8;
}
.btn-light svg {
  fill: #000;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(245.65, 245.65, 249.05);
  border-color: rgb(245.1, 245.1, 248.7);
}
.btn-light:hover svg {
  fill: #000;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(245.65, 245.65, 249.05);
  border-color: rgb(245.1, 245.1, 248.7);
  box-shadow: 0 0 0 0.25rem rgba(207.4, 207.4, 210.8, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(246.2, 246.2, 249.4);
  border-color: rgb(245.1, 245.1, 248.7);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207.4, 207.4, 210.8, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F4F4F8;
  border-color: #F4F4F8;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark svg {
  fill: #fff;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-dark:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white svg {
  fill: #000;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-white:hover svg {
  fill: #000;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black svg {
  fill: #fff;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-body {
  color: #fff;
  background-color: #58585A;
  border-color: #58585A;
}
.btn-body svg {
  fill: #fff;
}
.btn-body:hover {
  color: #fff;
  background-color: rgb(74.8, 74.8, 76.5);
  border-color: rgb(70.4, 70.4, 72);
}
.btn-body:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-body, .btn-body:focus {
  color: #fff;
  background-color: rgb(74.8, 74.8, 76.5);
  border-color: rgb(70.4, 70.4, 72);
  box-shadow: 0 0 0 0.25rem rgba(113.05, 113.05, 114.75, 0.5);
}
.btn-check:checked + .btn-body, .btn-check:active + .btn-body, .btn-body:active, .btn-body.active, .show > .btn-body.dropdown-toggle {
  color: #fff;
  background-color: rgb(70.4, 70.4, 72);
  border-color: rgb(66, 66, 67.5);
}
.btn-check:checked + .btn-body:focus, .btn-check:active + .btn-body:focus, .btn-body:active:focus, .btn-body.active:focus, .show > .btn-body.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(113.05, 113.05, 114.75, 0.5);
}
.btn-body:disabled, .btn-body.disabled {
  color: #fff;
  background-color: #58585A;
  border-color: #58585A;
}

.btn-outline-primary {
  color: #97BE0D;
  border-color: #97BE0D;
}
.btn-outline-primary svg {
  fill: var(--bs-#97BE0D);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.btn-outline-primary:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #97BE0D;
  background-color: transparent;
}
.btn-outline-primary svg {
  fill: #97BE0D;
}

.btn-outline-secondary {
  color: #003c71;
  border-color: #003c71;
}
.btn-outline-secondary svg {
  fill: var(--bs-#003c71);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #003c71;
  border-color: #003c71;
}
.btn-outline-secondary:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 60, 113, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #003c71;
  border-color: #003c71;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 60, 113, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #003c71;
  background-color: transparent;
}
.btn-outline-secondary svg {
  fill: #003c71;
}

.btn-outline-success {
  color: #97BE0D;
  border-color: #97BE0D;
}
.btn-outline-success svg {
  fill: var(--bs-#97BE0D);
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.btn-outline-success:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #97BE0D;
  background-color: transparent;
}
.btn-outline-success svg {
  fill: #97BE0D;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info svg {
  fill: var(--bs-#17a2b8);
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info svg {
  fill: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning svg {
  fill: var(--bs-#ffc107);
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover svg {
  fill: #000;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning svg {
  fill: #ffc107;
}

.btn-outline-danger {
  color: #BE0D0D;
  border-color: #BE0D0D;
}
.btn-outline-danger svg {
  fill: var(--bs-#BE0D0D);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #BE0D0D;
  border-color: #BE0D0D;
}
.btn-outline-danger:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 13, 13, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #BE0D0D;
  border-color: #BE0D0D;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 13, 13, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #BE0D0D;
  background-color: transparent;
}
.btn-outline-danger svg {
  fill: #BE0D0D;
}

.btn-outline-light {
  color: #F4F4F8;
  border-color: #F4F4F8;
}
.btn-outline-light svg {
  fill: var(--bs-#F4F4F8);
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F4F4F8;
  border-color: #F4F4F8;
}
.btn-outline-light:hover svg {
  fill: #000;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 248, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F4F4F8;
  border-color: #F4F4F8;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 248, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F4F4F8;
  background-color: transparent;
}
.btn-outline-light svg {
  fill: #F4F4F8;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark svg {
  fill: var(--bs-#212529);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-dark svg {
  fill: #212529;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white svg {
  fill: var(--bs-#fff);
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover svg {
  fill: #000;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white svg {
  fill: #fff;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black svg {
  fill: var(--bs-#000);
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black svg {
  fill: #000;
}

.btn-outline-body {
  color: #58585A;
  border-color: #58585A;
}
.btn-outline-body svg {
  fill: var(--bs-#58585A);
}
.btn-outline-body:hover {
  color: #fff;
  background-color: #58585A;
  border-color: #58585A;
}
.btn-outline-body:hover svg {
  fill: #fff;
}
.btn-check:focus + .btn-outline-body, .btn-outline-body:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 88, 90, 0.5);
}
.btn-check:checked + .btn-outline-body, .btn-check:active + .btn-outline-body, .btn-outline-body:active, .btn-outline-body.active, .btn-outline-body.dropdown-toggle.show {
  color: #fff;
  background-color: #58585A;
  border-color: #58585A;
}
.btn-check:checked + .btn-outline-body:focus, .btn-check:active + .btn-outline-body:focus, .btn-outline-body:active:focus, .btn-outline-body.active:focus, .btn-outline-body.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 88, 90, 0.5);
}
.btn-outline-body:disabled, .btn-outline-body.disabled {
  color: #58585A;
  background-color: transparent;
}
.btn-outline-body svg {
  fill: #58585A;
}

.btn-link {
  font-weight: 400;
  color: #97BE0D;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(120.8, 152, 10.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #58585A;
}

.btn-lg, .btn-group-lg > .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}

.btn-sm, .btn-group-sm > .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #58585A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-fhd-start {
    --bs-position: start;
  }
  .dropdown-menu-fhd-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-fhd-end {
    --bs-position: end;
  }
  .dropdown-menu-fhd-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #97BE0D;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #58585A;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #97BE0D;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a,
.btn-group-vertical > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > .btn-check:checked + a,
.btn-group > .btn-check:focus + .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > .btn-check:focus + a,
.btn-group > .btn:hover,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a:hover,
.btn-group > .btn:focus,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a:focus,
.btn-group > .btn:active,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a:active,
.btn-group > .btn.active,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a.active,
.btn-group-vertical > .btn-check:checked + .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > .btn-check:checked + a,
.btn-group-vertical > .btn-check:focus + .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > .btn-check:focus + a,
.btn-group-vertical > .btn:hover,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 50rem;
}
.btn-group > .btn:not(:first-child), .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > a:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > :not(.btn-check) + a,
.btn-group > .btn-group:not(:first-child) > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a ~ .btn, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > .btn ~ a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > a ~ a,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #97BE0D;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(120.8, 152, 10.4);
}
.nav-link.disabled {
  color: #58585A;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #58585A;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #97BE0D;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #58585A;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(135.9, 171, 11.7);
  background-color: rgb(244.6, 248.5, 230.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28135.9, 171, 11.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2358585A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(203, 222.5, 134);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}

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

.accordion-item {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 2rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #58585A;
  content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */;
}
.breadcrumb-item.active {
  color: #97BE0D;
}
.breadcrumb-item a {
  color: currentColor;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #97BE0D;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(120.8, 152, 10.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(120.8, 152, 10.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.page-item.disabled .page-link {
  color: #58585A;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding: 1rem 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  position: relative;
  padding: var(--bs-alert-padding);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius, 0);
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  --bs-alert-color: rgb(90.6, 114, 7.8);
  --bs-alert-bg: rgb(234.2, 242, 206.6);
  --bs-alert-border-color: rgb(223.8, 235.5, 182.4);
}
.alert-primary .alert-link {
  color: rgb(72.48, 91.2, 6.24);
}

.alert-secondary {
  --bs-alert-color: rgb(0, 36, 67.8);
  --bs-alert-bg: rgb(204, 216, 226.6);
  --bs-alert-border-color: rgb(178.5, 196.5, 212.4);
}
.alert-secondary .alert-link {
  color: rgb(0, 28.8, 54.24);
}

.alert-success {
  --bs-alert-color: rgb(90.6, 114, 7.8);
  --bs-alert-bg: rgb(234.2, 242, 206.6);
  --bs-alert-border-color: rgb(223.8, 235.5, 182.4);
}
.alert-success .alert-link {
  color: rgb(72.48, 91.2, 6.24);
}

.alert-info {
  --bs-alert-color: rgb(13.8, 97.2, 110.4);
  --bs-alert-bg: rgb(208.6, 236.4, 240.8);
  --bs-alert-border-color: rgb(185.4, 227.1, 233.7);
}
.alert-info .alert-link {
  color: rgb(11.04, 77.76, 88.32);
}

.alert-warning {
  --bs-alert-color: rgb(153, 115.8, 4.2);
  --bs-alert-bg: rgb(255, 242.6, 205.4);
  --bs-alert-border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(122.4, 92.64, 3.36);
}

.alert-danger {
  --bs-alert-color: rgb(114, 7.8, 7.8);
  --bs-alert-bg: rgb(242, 206.6, 206.6);
  --bs-alert-border-color: rgb(235.5, 182.4, 182.4);
}
.alert-danger .alert-link {
  color: rgb(91.2, 6.24, 6.24);
}

.alert-light {
  --bs-alert-color: rgb(146.4, 146.4, 148.8);
  --bs-alert-bg: rgb(252.8, 252.8, 253.6);
  --bs-alert-border-color: rgb(251.7, 251.7, 252.9);
}
.alert-light .alert-link {
  color: rgb(117.12, 117.12, 119.04);
}

.alert-dark {
  --bs-alert-color: rgb(19.8, 22.2, 24.6);
  --bs-alert-bg: rgb(210.6, 211.4, 212.2);
  --bs-alert-border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

.alert-white {
  --bs-alert-color: #999999;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.alert-white .alert-link {
  color: rgb(122.4, 122.4, 122.4);
}

.alert-black {
  --bs-alert-color: black;
  --bs-alert-bg: #cccccc;
  --bs-alert-border-color: rgb(178.5, 178.5, 178.5);
}
.alert-black .alert-link {
  color: black;
}

.alert-body {
  --bs-alert-color: rgb(52.8, 52.8, 54);
  --bs-alert-bg: rgb(221.6, 221.6, 222);
  --bs-alert-border-color: rgb(204.9, 204.9, 205.5);
}
.alert-body .alert-link {
  color: rgb(42.24, 42.24, 43.2);
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F4F4F8;
}
.list-group-item-action:active {
  color: #58585A;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #58585A;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-fhd {
    flex-direction: row;
  }
  .list-group-horizontal-fhd > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-fhd > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-fhd > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-fhd > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-fhd > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(90.6, 114, 7.8);
  background-color: rgb(234.2, 242, 206.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(90.6, 114, 7.8);
  background-color: rgb(210.78, 217.8, 185.94);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(90.6, 114, 7.8);
  border-color: rgb(90.6, 114, 7.8);
}

.list-group-item-secondary {
  color: rgb(0, 36, 67.8);
  background-color: rgb(204, 216, 226.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(0, 36, 67.8);
  background-color: rgb(183.6, 194.4, 203.94);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 36, 67.8);
  border-color: rgb(0, 36, 67.8);
}

.list-group-item-success {
  color: rgb(90.6, 114, 7.8);
  background-color: rgb(234.2, 242, 206.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(90.6, 114, 7.8);
  background-color: rgb(210.78, 217.8, 185.94);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(90.6, 114, 7.8);
  border-color: rgb(90.6, 114, 7.8);
}

.list-group-item-info {
  color: rgb(13.8, 97.2, 110.4);
  background-color: rgb(208.6, 236.4, 240.8);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(13.8, 97.2, 110.4);
  background-color: rgb(187.74, 212.76, 216.72);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(13.8, 97.2, 110.4);
  border-color: rgb(13.8, 97.2, 110.4);
}

.list-group-item-warning {
  color: rgb(153, 115.8, 4.2);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(153, 115.8, 4.2);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(153, 115.8, 4.2);
  border-color: rgb(153, 115.8, 4.2);
}

.list-group-item-danger {
  color: rgb(114, 7.8, 7.8);
  background-color: rgb(242, 206.6, 206.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114, 7.8, 7.8);
  background-color: rgb(217.8, 185.94, 185.94);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114, 7.8, 7.8);
  border-color: rgb(114, 7.8, 7.8);
}

.list-group-item-light {
  color: rgb(146.4, 146.4, 148.8);
  background-color: rgb(252.8, 252.8, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(146.4, 146.4, 148.8);
  background-color: rgb(227.52, 227.52, 228.24);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(146.4, 146.4, 148.8);
  border-color: rgb(146.4, 146.4, 148.8);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.list-group-item-white {
  color: #999999;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #999999;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-body {
  color: rgb(52.8, 52.8, 54);
  background-color: rgb(221.6, 221.6, 222);
}
.list-group-item-body.list-group-item-action:hover, .list-group-item-body.list-group-item-action:focus {
  color: rgb(52.8, 52.8, 54);
  background-color: rgb(199.44, 199.44, 199.8);
}
.list-group-item-body.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52.8, 52.8, 54);
  border-color: rgb(52.8, 52.8, 54);
}

.btn-close {
  width: 1em;
  height: 1em;
  background-color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.8;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 190, 13, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  background-color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1919.98px) {
  .modal-fullscreen-fhd-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-fhd-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-fhd-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-fhd-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-fhd-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1280;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #97BE0D;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #58585A;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.placeholder::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #97BE0D;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(120.8, 152, 10.4);
}

.link-secondary {
  color: #003c71;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(0, 48, 90.4);
}

.link-success {
  color: #97BE0D;
}
.link-success:hover, .link-success:focus {
  color: rgb(120.8, 152, 10.4);
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: rgb(18.4, 129.6, 147.2);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #BE0D0D;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(152, 10.4, 10.4);
}

.link-light {
  color: #F4F4F8;
}
.link-light:hover, .link-light:focus {
  color: rgb(246.2, 246.2, 249.4);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-body {
  color: #58585A;
}
.link-body:hover, .link-body:focus {
  color: rgb(70.4, 70.4, 72);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: 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;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border, .frame-border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #97BE0D !important;
}

.border-secondary {
  border-color: #003c71 !important;
}

.border-success {
  border-color: #97BE0D !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #BE0D0D !important;
}

.border-light {
  border-color: #F4F4F8 !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-black {
  border-color: #000 !important;
}

.border-body {
  border-color: #58585A !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vh-100 {
  min-height: 100vh !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;
}

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

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

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

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

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

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

.gap-6 {
  gap: 3.5rem !important;
}

.gap-7 {
  gap: 4rem !important;
}

.gap-8 {
  gap: 5rem !important;
}

.gap-9 {
  gap: 8rem !important;
}

.gap-10 {
  gap: 10rem !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-6 {
  margin: 3.5rem !important;
}

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

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

.m-9 {
  margin: 8rem !important;
}

.m-10 {
  margin: 10rem !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-6 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

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

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

.mx-9 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !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-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

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

.my-9 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !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-6 {
  margin-top: 3.5rem !important;
}

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

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

.mt-9 {
  margin-top: 8rem !important;
}

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

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

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

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

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

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

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

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

.mr-6 {
  margin-right: 3.5rem !important;
}

.mr-7 {
  margin-right: 4rem !important;
}

.mr-8 {
  margin-right: 5rem !important;
}

.mr-9 {
  margin-right: 8rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mr-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-6 {
  margin-bottom: 3.5rem !important;
}

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

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

.mb-9 {
  margin-bottom: 8rem !important;
}

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 3.5rem !important;
}

.ml-7 {
  margin-left: 4rem !important;
}

.ml-8 {
  margin-left: 5rem !important;
}

.ml-9 {
  margin-left: 8rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

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

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

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

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

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

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

.m-n6 {
  margin: -3.5rem !important;
}

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

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

.m-n9 {
  margin: -8rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

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

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

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

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

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

.mx-n6 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

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

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

.mx-n9 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

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

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

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

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

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

.my-n6 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

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

.my-n9 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

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

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

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

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

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

.mt-n6 {
  margin-top: -3.5rem !important;
}

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

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

.mt-n9 {
  margin-top: -8rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

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

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

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

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

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

.me-n6 {
  margin-right: -3.5rem !important;
}

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

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

.me-n9 {
  margin-right: -8rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

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

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

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

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

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

.mb-n6 {
  margin-bottom: -3.5rem !important;
}

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

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

.mb-n9 {
  margin-bottom: -8rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

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

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

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

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

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

.ms-n6 {
  margin-left: -3.5rem !important;
}

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

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

.ms-n9 {
  margin-left: -8rem !important;
}

.ms-n10 {
  margin-left: -10rem !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;
}

.p-6 {
  padding: 3.5rem !important;
}

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

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

.p-9 {
  padding: 8rem !important;
}

.p-10 {
  padding: 10rem !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;
}

.px-6 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

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

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

.px-9 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !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;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

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

.py-9 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !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;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

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

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

.pt-9 {
  padding-top: 8rem !important;
}

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

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

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

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

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

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

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

.pr-6 {
  padding-right: 3.5rem !important;
}

.pr-7 {
  padding-right: 4rem !important;
}

.pr-8 {
  padding-right: 5rem !important;
}

.pr-9 {
  padding-right: 8rem !important;
}

.pr-10 {
  padding-right: 10rem !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;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

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

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

.pb-9 {
  padding-bottom: 8rem !important;
}

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

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

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

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

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

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

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

.pl-6 {
  padding-left: 3.5rem !important;
}

.pl-7 {
  padding-left: 4rem !important;
}

.pl-8 {
  padding-left: 5rem !important;
}

.pl-9 {
  padding-left: 8rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-nocase {
  text-transform: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #58585A !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 1rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-none {
  cursor: none !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

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

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

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

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

.valign-center {
  vertical-align: center !important;
}

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

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

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

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

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

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

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

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

.object-fit-unset {
  object-fit: unset !important;
}

.mix-blend-mode-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-mode-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-mode-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-mode-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-mode-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-mode-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-mode-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-mode-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-mode-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-mode-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-mode-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-mode-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-mode-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-mode-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-mode-color {
  mix-blend-mode: color !important;
}

.mix-blend-mode-luminosity {
  mix-blend-mode: luminosity !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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-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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 3.5rem !important;
  }
  .gap-sm-7 {
    gap: 4rem !important;
  }
  .gap-sm-8 {
    gap: 5rem !important;
  }
  .gap-sm-9 {
    gap: 8rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !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-6 {
    margin: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .m-sm-9 {
    margin: 8rem !important;
  }
  .m-sm-10 {
    margin: 10rem !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-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 5rem !important;
  }
  .mt-sm-9 {
    margin-top: 8rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 4rem !important;
  }
  .mr-sm-8 {
    margin-right: 5rem !important;
  }
  .mr-sm-9 {
    margin-right: 8rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
  .mr-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-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 4rem !important;
  }
  .ml-sm-8 {
    margin-left: 5rem !important;
  }
  .ml-sm-9 {
    margin-left: 8rem !important;
  }
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -3.5rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .m-sm-n8 {
    margin: -5rem !important;
  }
  .m-sm-n9 {
    margin: -8rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -4rem !important;
  }
  .mt-sm-n8 {
    margin-top: -5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -8rem !important;
  }
  .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -4rem !important;
  }
  .me-sm-n8 {
    margin-right: -5rem !important;
  }
  .me-sm-n9 {
    margin-right: -8rem !important;
  }
  .me-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -4rem !important;
  }
  .ms-sm-n8 {
    margin-left: -5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -8rem !important;
  }
  .ms-sm-n10 {
    margin-left: -10rem !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;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .p-sm-9 {
    padding: 8rem !important;
  }
  .p-sm-10 {
    padding: 10rem !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;
  }
  .px-sm-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 5rem !important;
  }
  .pt-sm-9 {
    padding-top: 8rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pr-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 4rem !important;
  }
  .pr-sm-8 {
    padding-right: 5rem !important;
  }
  .pr-sm-9 {
    padding-right: 8rem !important;
  }
  .pr-sm-10 {
    padding-right: 10rem !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;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .pl-sm-6 {
    padding-left: 3.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 4rem !important;
  }
  .pl-sm-8 {
    padding-left: 5rem !important;
  }
  .pl-sm-9 {
    padding-left: 8rem !important;
  }
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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-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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 3.5rem !important;
  }
  .gap-md-7 {
    gap: 4rem !important;
  }
  .gap-md-8 {
    gap: 5rem !important;
  }
  .gap-md-9 {
    gap: 8rem !important;
  }
  .gap-md-10 {
    gap: 10rem !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-6 {
    margin: 3.5rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .m-md-9 {
    margin: 8rem !important;
  }
  .m-md-10 {
    margin: 10rem !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-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 3.5rem !important;
  }
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 5rem !important;
  }
  .mt-md-9 {
    margin-top: 8rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3.5rem !important;
  }
  .mr-md-7 {
    margin-right: 4rem !important;
  }
  .mr-md-8 {
    margin-right: 5rem !important;
  }
  .mr-md-9 {
    margin-right: 8rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
  .mr-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-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3.5rem !important;
  }
  .ml-md-7 {
    margin-left: 4rem !important;
  }
  .ml-md-8 {
    margin-left: 5rem !important;
  }
  .ml-md-9 {
    margin-left: 8rem !important;
  }
  .ml-md-10 {
    margin-left: 10rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -3.5rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .m-md-n8 {
    margin: -5rem !important;
  }
  .m-md-n9 {
    margin: -8rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -4rem !important;
  }
  .mt-md-n8 {
    margin-top: -5rem !important;
  }
  .mt-md-n9 {
    margin-top: -8rem !important;
  }
  .mt-md-n10 {
    margin-top: -10rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -3.5rem !important;
  }
  .me-md-n7 {
    margin-right: -4rem !important;
  }
  .me-md-n8 {
    margin-right: -5rem !important;
  }
  .me-md-n9 {
    margin-right: -8rem !important;
  }
  .me-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -4rem !important;
  }
  .ms-md-n8 {
    margin-left: -5rem !important;
  }
  .ms-md-n9 {
    margin-left: -8rem !important;
  }
  .ms-md-n10 {
    margin-left: -10rem !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;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .p-md-9 {
    padding: 8rem !important;
  }
  .p-md-10 {
    padding: 10rem !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;
  }
  .px-md-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 5rem !important;
  }
  .pt-md-9 {
    padding-top: 8rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pr-md-6 {
    padding-right: 3.5rem !important;
  }
  .pr-md-7 {
    padding-right: 4rem !important;
  }
  .pr-md-8 {
    padding-right: 5rem !important;
  }
  .pr-md-9 {
    padding-right: 8rem !important;
  }
  .pr-md-10 {
    padding-right: 10rem !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;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .pl-md-6 {
    padding-left: 3.5rem !important;
  }
  .pl-md-7 {
    padding-left: 4rem !important;
  }
  .pl-md-8 {
    padding-left: 5rem !important;
  }
  .pl-md-9 {
    padding-left: 8rem !important;
  }
  .pl-md-10 {
    padding-left: 10rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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-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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 3.5rem !important;
  }
  .gap-lg-7 {
    gap: 4rem !important;
  }
  .gap-lg-8 {
    gap: 5rem !important;
  }
  .gap-lg-9 {
    gap: 8rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !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-6 {
    margin: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .m-lg-9 {
    margin: 8rem !important;
  }
  .m-lg-10 {
    margin: 10rem !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-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 5rem !important;
  }
  .mt-lg-9 {
    margin-top: 8rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 4rem !important;
  }
  .mr-lg-8 {
    margin-right: 5rem !important;
  }
  .mr-lg-9 {
    margin-right: 8rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
  .mr-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-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 4rem !important;
  }
  .ml-lg-8 {
    margin-left: 5rem !important;
  }
  .ml-lg-9 {
    margin-left: 8rem !important;
  }
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -3.5rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .m-lg-n8 {
    margin: -5rem !important;
  }
  .m-lg-n9 {
    margin: -8rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -4rem !important;
  }
  .mt-lg-n8 {
    margin-top: -5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -8rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -4rem !important;
  }
  .me-lg-n8 {
    margin-right: -5rem !important;
  }
  .me-lg-n9 {
    margin-right: -8rem !important;
  }
  .me-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -4rem !important;
  }
  .ms-lg-n8 {
    margin-left: -5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -8rem !important;
  }
  .ms-lg-n10 {
    margin-left: -10rem !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;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .p-lg-9 {
    padding: 8rem !important;
  }
  .p-lg-10 {
    padding: 10rem !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;
  }
  .px-lg-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 5rem !important;
  }
  .pt-lg-9 {
    padding-top: 8rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pr-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 4rem !important;
  }
  .pr-lg-8 {
    padding-right: 5rem !important;
  }
  .pr-lg-9 {
    padding-right: 8rem !important;
  }
  .pr-lg-10 {
    padding-right: 10rem !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;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 3.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 4rem !important;
  }
  .pl-lg-8 {
    padding-left: 5rem !important;
  }
  .pl-lg-9 {
    padding-left: 8rem !important;
  }
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 3.5rem !important;
  }
  .gap-xl-7 {
    gap: 4rem !important;
  }
  .gap-xl-8 {
    gap: 5rem !important;
  }
  .gap-xl-9 {
    gap: 8rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !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-6 {
    margin: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .m-xl-9 {
    margin: 8rem !important;
  }
  .m-xl-10 {
    margin: 10rem !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-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 5rem !important;
  }
  .mt-xl-9 {
    margin-top: 8rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-6 {
    margin-right: 3.5rem !important;
  }
  .mr-xl-7 {
    margin-right: 4rem !important;
  }
  .mr-xl-8 {
    margin-right: 5rem !important;
  }
  .mr-xl-9 {
    margin-right: 8rem !important;
  }
  .mr-xl-10 {
    margin-right: 10rem !important;
  }
  .mr-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-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-6 {
    margin-left: 3.5rem !important;
  }
  .ml-xl-7 {
    margin-left: 4rem !important;
  }
  .ml-xl-8 {
    margin-left: 5rem !important;
  }
  .ml-xl-9 {
    margin-left: 8rem !important;
  }
  .ml-xl-10 {
    margin-left: 10rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -3.5rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .m-xl-n8 {
    margin: -5rem !important;
  }
  .m-xl-n9 {
    margin: -8rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -4rem !important;
  }
  .mt-xl-n8 {
    margin-top: -5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -8rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -4rem !important;
  }
  .me-xl-n8 {
    margin-right: -5rem !important;
  }
  .me-xl-n9 {
    margin-right: -8rem !important;
  }
  .me-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -4rem !important;
  }
  .ms-xl-n8 {
    margin-left: -5rem !important;
  }
  .ms-xl-n9 {
    margin-left: -8rem !important;
  }
  .ms-xl-n10 {
    margin-left: -10rem !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;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .p-xl-9 {
    padding: 8rem !important;
  }
  .p-xl-10 {
    padding: 10rem !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;
  }
  .px-xl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 5rem !important;
  }
  .pt-xl-9 {
    padding-top: 8rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pr-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pr-xl-7 {
    padding-right: 4rem !important;
  }
  .pr-xl-8 {
    padding-right: 5rem !important;
  }
  .pr-xl-9 {
    padding-right: 8rem !important;
  }
  .pr-xl-10 {
    padding-right: 10rem !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;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .pl-xl-6 {
    padding-left: 3.5rem !important;
  }
  .pl-xl-7 {
    padding-left: 4rem !important;
  }
  .pl-xl-8 {
    padding-left: 5rem !important;
  }
  .pl-xl-9 {
    padding-left: 8rem !important;
  }
  .pl-xl-10 {
    padding-left: 10rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
  .gap-xxl-7 {
    gap: 4rem !important;
  }
  .gap-xxl-8 {
    gap: 5rem !important;
  }
  .gap-xxl-9 {
    gap: 8rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
  .m-xxl-8 {
    margin: 5rem !important;
  }
  .m-xxl-9 {
    margin: 8rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 8rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .mr-xxl-7 {
    margin-right: 4rem !important;
  }
  .mr-xxl-8 {
    margin-right: 5rem !important;
  }
  .mr-xxl-9 {
    margin-right: 8rem !important;
  }
  .mr-xxl-10 {
    margin-right: 10rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .ml-xxl-7 {
    margin-left: 4rem !important;
  }
  .ml-xxl-8 {
    margin-left: 5rem !important;
  }
  .ml-xxl-9 {
    margin-left: 8rem !important;
  }
  .ml-xxl-10 {
    margin-left: 10rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -3.5rem !important;
  }
  .m-xxl-n7 {
    margin: -4rem !important;
  }
  .m-xxl-n8 {
    margin: -5rem !important;
  }
  .m-xxl-n9 {
    margin: -8rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -4rem !important;
  }
  .me-xxl-n8 {
    margin-right: -5rem !important;
  }
  .me-xxl-n9 {
    margin-right: -8rem !important;
  }
  .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
  .p-xxl-8 {
    padding: 5rem !important;
  }
  .p-xxl-9 {
    padding: 8rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 8rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pr-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pr-xxl-7 {
    padding-right: 4rem !important;
  }
  .pr-xxl-8 {
    padding-right: 5rem !important;
  }
  .pr-xxl-9 {
    padding-right: 8rem !important;
  }
  .pr-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .pl-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .pl-xxl-7 {
    padding-left: 4rem !important;
  }
  .pl-xxl-8 {
    padding-left: 5rem !important;
  }
  .pl-xxl-9 {
    padding-left: 8rem !important;
  }
  .pl-xxl-10 {
    padding-left: 10rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .gap-xxxl-6 {
    gap: 3.5rem !important;
  }
  .gap-xxxl-7 {
    gap: 4rem !important;
  }
  .gap-xxxl-8 {
    gap: 5rem !important;
  }
  .gap-xxxl-9 {
    gap: 8rem !important;
  }
  .gap-xxxl-10 {
    gap: 10rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxxl-7 {
    margin: 4rem !important;
  }
  .m-xxxl-8 {
    margin: 5rem !important;
  }
  .m-xxxl-9 {
    margin: 8rem !important;
  }
  .m-xxxl-10 {
    margin: 10rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxxl-6 {
    margin-right: 3.5rem !important;
  }
  .mr-xxxl-7 {
    margin-right: 4rem !important;
  }
  .mr-xxxl-8 {
    margin-right: 5rem !important;
  }
  .mr-xxxl-9 {
    margin-right: 8rem !important;
  }
  .mr-xxxl-10 {
    margin-right: 10rem !important;
  }
  .mr-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxxl-6 {
    margin-left: 3.5rem !important;
  }
  .ml-xxxl-7 {
    margin-left: 4rem !important;
  }
  .ml-xxxl-8 {
    margin-left: 5rem !important;
  }
  .ml-xxxl-9 {
    margin-left: 8rem !important;
  }
  .ml-xxxl-10 {
    margin-left: 10rem !important;
  }
  .ml-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .m-xxxl-n6 {
    margin: -3.5rem !important;
  }
  .m-xxxl-n7 {
    margin: -4rem !important;
  }
  .m-xxxl-n8 {
    margin: -5rem !important;
  }
  .m-xxxl-n9 {
    margin: -8rem !important;
  }
  .m-xxxl-n10 {
    margin: -10rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxl-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxl-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -4rem !important;
  }
  .mt-xxxl-n8 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n9 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n10 {
    margin-top: -10rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -4rem !important;
  }
  .me-xxxl-n8 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n9 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxl-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n8 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n9 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n10 {
    margin-left: -10rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .p-xxxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxxl-7 {
    padding: 4rem !important;
  }
  .p-xxxl-8 {
    padding: 5rem !important;
  }
  .p-xxxl-9 {
    padding: 8rem !important;
  }
  .p-xxxl-10 {
    padding: 10rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxxl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pr-xxxl-6 {
    padding-right: 3.5rem !important;
  }
  .pr-xxxl-7 {
    padding-right: 4rem !important;
  }
  .pr-xxxl-8 {
    padding-right: 5rem !important;
  }
  .pr-xxxl-9 {
    padding-right: 8rem !important;
  }
  .pr-xxxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxxl-5 {
    padding-left: 3rem !important;
  }
  .pl-xxxl-6 {
    padding-left: 3.5rem !important;
  }
  .pl-xxxl-7 {
    padding-left: 4rem !important;
  }
  .pl-xxxl-8 {
    padding-left: 5rem !important;
  }
  .pl-xxxl-9 {
    padding-left: 8rem !important;
  }
  .pl-xxxl-10 {
    padding-left: 10rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-fhd-start {
    float: left !important;
  }
  .float-fhd-end {
    float: right !important;
  }
  .float-fhd-none {
    float: none !important;
  }
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-grid {
    display: grid !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-row {
    display: table-row !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: inline-flex !important;
  }
  .d-fhd-none {
    display: none !important;
  }
  .flex-fhd-fill {
    flex: 1 1 auto !important;
  }
  .flex-fhd-row {
    flex-direction: row !important;
  }
  .flex-fhd-column {
    flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fhd-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-fhd-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-fhd-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-fhd-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-fhd-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fhd-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-fhd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-fhd-0 {
    gap: 0 !important;
  }
  .gap-fhd-1 {
    gap: 0.25rem !important;
  }
  .gap-fhd-2 {
    gap: 0.5rem !important;
  }
  .gap-fhd-3 {
    gap: 1rem !important;
  }
  .gap-fhd-4 {
    gap: 1.5rem !important;
  }
  .gap-fhd-5 {
    gap: 3rem !important;
  }
  .gap-fhd-6 {
    gap: 3.5rem !important;
  }
  .gap-fhd-7 {
    gap: 4rem !important;
  }
  .gap-fhd-8 {
    gap: 5rem !important;
  }
  .gap-fhd-9 {
    gap: 8rem !important;
  }
  .gap-fhd-10 {
    gap: 10rem !important;
  }
  .justify-content-fhd-start {
    justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    justify-content: center !important;
  }
  .justify-content-fhd-between {
    justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    justify-content: space-around !important;
  }
  .justify-content-fhd-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-fhd-start {
    align-items: flex-start !important;
  }
  .align-items-fhd-end {
    align-items: flex-end !important;
  }
  .align-items-fhd-center {
    align-items: center !important;
  }
  .align-items-fhd-baseline {
    align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    align-items: stretch !important;
  }
  .align-content-fhd-start {
    align-content: flex-start !important;
  }
  .align-content-fhd-end {
    align-content: flex-end !important;
  }
  .align-content-fhd-center {
    align-content: center !important;
  }
  .align-content-fhd-between {
    align-content: space-between !important;
  }
  .align-content-fhd-around {
    align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    align-content: stretch !important;
  }
  .align-self-fhd-auto {
    align-self: auto !important;
  }
  .align-self-fhd-start {
    align-self: flex-start !important;
  }
  .align-self-fhd-end {
    align-self: flex-end !important;
  }
  .align-self-fhd-center {
    align-self: center !important;
  }
  .align-self-fhd-baseline {
    align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    align-self: stretch !important;
  }
  .order-fhd-first {
    order: -1 !important;
  }
  .order-fhd-0 {
    order: 0 !important;
  }
  .order-fhd-1 {
    order: 1 !important;
  }
  .order-fhd-2 {
    order: 2 !important;
  }
  .order-fhd-3 {
    order: 3 !important;
  }
  .order-fhd-4 {
    order: 4 !important;
  }
  .order-fhd-5 {
    order: 5 !important;
  }
  .order-fhd-last {
    order: 6 !important;
  }
  .m-fhd-0 {
    margin: 0 !important;
  }
  .m-fhd-1 {
    margin: 0.25rem !important;
  }
  .m-fhd-2 {
    margin: 0.5rem !important;
  }
  .m-fhd-3 {
    margin: 1rem !important;
  }
  .m-fhd-4 {
    margin: 1.5rem !important;
  }
  .m-fhd-5 {
    margin: 3rem !important;
  }
  .m-fhd-6 {
    margin: 3.5rem !important;
  }
  .m-fhd-7 {
    margin: 4rem !important;
  }
  .m-fhd-8 {
    margin: 5rem !important;
  }
  .m-fhd-9 {
    margin: 8rem !important;
  }
  .m-fhd-10 {
    margin: 10rem !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-fhd-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-fhd-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-fhd-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-fhd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-fhd-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-fhd-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-fhd-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-fhd-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-fhd-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-fhd-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-fhd-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-fhd-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-fhd-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-fhd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-fhd-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-fhd-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-fhd-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-fhd-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-fhd-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-fhd-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-fhd-0 {
    margin-top: 0 !important;
  }
  .mt-fhd-1 {
    margin-top: 0.25rem !important;
  }
  .mt-fhd-2 {
    margin-top: 0.5rem !important;
  }
  .mt-fhd-3 {
    margin-top: 1rem !important;
  }
  .mt-fhd-4 {
    margin-top: 1.5rem !important;
  }
  .mt-fhd-5 {
    margin-top: 3rem !important;
  }
  .mt-fhd-6 {
    margin-top: 3.5rem !important;
  }
  .mt-fhd-7 {
    margin-top: 4rem !important;
  }
  .mt-fhd-8 {
    margin-top: 5rem !important;
  }
  .mt-fhd-9 {
    margin-top: 8rem !important;
  }
  .mt-fhd-10 {
    margin-top: 10rem !important;
  }
  .mt-fhd-auto {
    margin-top: auto !important;
  }
  .mr-fhd-0 {
    margin-right: 0 !important;
  }
  .mr-fhd-1 {
    margin-right: 0.25rem !important;
  }
  .mr-fhd-2 {
    margin-right: 0.5rem !important;
  }
  .mr-fhd-3 {
    margin-right: 1rem !important;
  }
  .mr-fhd-4 {
    margin-right: 1.5rem !important;
  }
  .mr-fhd-5 {
    margin-right: 3rem !important;
  }
  .mr-fhd-6 {
    margin-right: 3.5rem !important;
  }
  .mr-fhd-7 {
    margin-right: 4rem !important;
  }
  .mr-fhd-8 {
    margin-right: 5rem !important;
  }
  .mr-fhd-9 {
    margin-right: 8rem !important;
  }
  .mr-fhd-10 {
    margin-right: 10rem !important;
  }
  .mr-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }
  .mb-fhd-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-fhd-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-fhd-3 {
    margin-bottom: 1rem !important;
  }
  .mb-fhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-fhd-5 {
    margin-bottom: 3rem !important;
  }
  .mb-fhd-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-fhd-7 {
    margin-bottom: 4rem !important;
  }
  .mb-fhd-8 {
    margin-bottom: 5rem !important;
  }
  .mb-fhd-9 {
    margin-bottom: 8rem !important;
  }
  .mb-fhd-10 {
    margin-bottom: 10rem !important;
  }
  .mb-fhd-auto {
    margin-bottom: auto !important;
  }
  .ml-fhd-0 {
    margin-left: 0 !important;
  }
  .ml-fhd-1 {
    margin-left: 0.25rem !important;
  }
  .ml-fhd-2 {
    margin-left: 0.5rem !important;
  }
  .ml-fhd-3 {
    margin-left: 1rem !important;
  }
  .ml-fhd-4 {
    margin-left: 1.5rem !important;
  }
  .ml-fhd-5 {
    margin-left: 3rem !important;
  }
  .ml-fhd-6 {
    margin-left: 3.5rem !important;
  }
  .ml-fhd-7 {
    margin-left: 4rem !important;
  }
  .ml-fhd-8 {
    margin-left: 5rem !important;
  }
  .ml-fhd-9 {
    margin-left: 8rem !important;
  }
  .ml-fhd-10 {
    margin-left: 10rem !important;
  }
  .ml-fhd-auto {
    margin-left: auto !important;
  }
  .m-fhd-n1 {
    margin: -0.25rem !important;
  }
  .m-fhd-n2 {
    margin: -0.5rem !important;
  }
  .m-fhd-n3 {
    margin: -1rem !important;
  }
  .m-fhd-n4 {
    margin: -1.5rem !important;
  }
  .m-fhd-n5 {
    margin: -3rem !important;
  }
  .m-fhd-n6 {
    margin: -3.5rem !important;
  }
  .m-fhd-n7 {
    margin: -4rem !important;
  }
  .m-fhd-n8 {
    margin: -5rem !important;
  }
  .m-fhd-n9 {
    margin: -8rem !important;
  }
  .m-fhd-n10 {
    margin: -10rem !important;
  }
  .mx-fhd-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-fhd-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-fhd-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-fhd-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-fhd-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-fhd-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-fhd-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-fhd-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-fhd-n9 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-fhd-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-fhd-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-fhd-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-fhd-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-fhd-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-fhd-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-fhd-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-fhd-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-fhd-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-fhd-n9 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-fhd-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-fhd-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-fhd-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-fhd-n3 {
    margin-top: -1rem !important;
  }
  .mt-fhd-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-fhd-n5 {
    margin-top: -3rem !important;
  }
  .mt-fhd-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-fhd-n7 {
    margin-top: -4rem !important;
  }
  .mt-fhd-n8 {
    margin-top: -5rem !important;
  }
  .mt-fhd-n9 {
    margin-top: -8rem !important;
  }
  .mt-fhd-n10 {
    margin-top: -10rem !important;
  }
  .me-fhd-n1 {
    margin-right: -0.25rem !important;
  }
  .me-fhd-n2 {
    margin-right: -0.5rem !important;
  }
  .me-fhd-n3 {
    margin-right: -1rem !important;
  }
  .me-fhd-n4 {
    margin-right: -1.5rem !important;
  }
  .me-fhd-n5 {
    margin-right: -3rem !important;
  }
  .me-fhd-n6 {
    margin-right: -3.5rem !important;
  }
  .me-fhd-n7 {
    margin-right: -4rem !important;
  }
  .me-fhd-n8 {
    margin-right: -5rem !important;
  }
  .me-fhd-n9 {
    margin-right: -8rem !important;
  }
  .me-fhd-n10 {
    margin-right: -10rem !important;
  }
  .mb-fhd-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-fhd-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-fhd-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-fhd-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-fhd-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-fhd-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-fhd-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-fhd-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-fhd-n9 {
    margin-bottom: -8rem !important;
  }
  .mb-fhd-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-fhd-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-fhd-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-fhd-n3 {
    margin-left: -1rem !important;
  }
  .ms-fhd-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-fhd-n5 {
    margin-left: -3rem !important;
  }
  .ms-fhd-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-fhd-n7 {
    margin-left: -4rem !important;
  }
  .ms-fhd-n8 {
    margin-left: -5rem !important;
  }
  .ms-fhd-n9 {
    margin-left: -8rem !important;
  }
  .ms-fhd-n10 {
    margin-left: -10rem !important;
  }
  .p-fhd-0 {
    padding: 0 !important;
  }
  .p-fhd-1 {
    padding: 0.25rem !important;
  }
  .p-fhd-2 {
    padding: 0.5rem !important;
  }
  .p-fhd-3 {
    padding: 1rem !important;
  }
  .p-fhd-4 {
    padding: 1.5rem !important;
  }
  .p-fhd-5 {
    padding: 3rem !important;
  }
  .p-fhd-6 {
    padding: 3.5rem !important;
  }
  .p-fhd-7 {
    padding: 4rem !important;
  }
  .p-fhd-8 {
    padding: 5rem !important;
  }
  .p-fhd-9 {
    padding: 8rem !important;
  }
  .p-fhd-10 {
    padding: 10rem !important;
  }
  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-fhd-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-fhd-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-fhd-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-fhd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-fhd-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-fhd-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-fhd-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-fhd-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-fhd-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-fhd-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-fhd-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-fhd-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-fhd-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-fhd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-fhd-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-fhd-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-fhd-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-fhd-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-fhd-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-fhd-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-fhd-0 {
    padding-top: 0 !important;
  }
  .pt-fhd-1 {
    padding-top: 0.25rem !important;
  }
  .pt-fhd-2 {
    padding-top: 0.5rem !important;
  }
  .pt-fhd-3 {
    padding-top: 1rem !important;
  }
  .pt-fhd-4 {
    padding-top: 1.5rem !important;
  }
  .pt-fhd-5 {
    padding-top: 3rem !important;
  }
  .pt-fhd-6 {
    padding-top: 3.5rem !important;
  }
  .pt-fhd-7 {
    padding-top: 4rem !important;
  }
  .pt-fhd-8 {
    padding-top: 5rem !important;
  }
  .pt-fhd-9 {
    padding-top: 8rem !important;
  }
  .pt-fhd-10 {
    padding-top: 10rem !important;
  }
  .pr-fhd-0 {
    padding-right: 0 !important;
  }
  .pr-fhd-1 {
    padding-right: 0.25rem !important;
  }
  .pr-fhd-2 {
    padding-right: 0.5rem !important;
  }
  .pr-fhd-3 {
    padding-right: 1rem !important;
  }
  .pr-fhd-4 {
    padding-right: 1.5rem !important;
  }
  .pr-fhd-5 {
    padding-right: 3rem !important;
  }
  .pr-fhd-6 {
    padding-right: 3.5rem !important;
  }
  .pr-fhd-7 {
    padding-right: 4rem !important;
  }
  .pr-fhd-8 {
    padding-right: 5rem !important;
  }
  .pr-fhd-9 {
    padding-right: 8rem !important;
  }
  .pr-fhd-10 {
    padding-right: 10rem !important;
  }
  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pb-fhd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-fhd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-fhd-3 {
    padding-bottom: 1rem !important;
  }
  .pb-fhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-fhd-5 {
    padding-bottom: 3rem !important;
  }
  .pb-fhd-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-fhd-7 {
    padding-bottom: 4rem !important;
  }
  .pb-fhd-8 {
    padding-bottom: 5rem !important;
  }
  .pb-fhd-9 {
    padding-bottom: 8rem !important;
  }
  .pb-fhd-10 {
    padding-bottom: 10rem !important;
  }
  .pl-fhd-0 {
    padding-left: 0 !important;
  }
  .pl-fhd-1 {
    padding-left: 0.25rem !important;
  }
  .pl-fhd-2 {
    padding-left: 0.5rem !important;
  }
  .pl-fhd-3 {
    padding-left: 1rem !important;
  }
  .pl-fhd-4 {
    padding-left: 1.5rem !important;
  }
  .pl-fhd-5 {
    padding-left: 3rem !important;
  }
  .pl-fhd-6 {
    padding-left: 3.5rem !important;
  }
  .pl-fhd-7 {
    padding-left: 4rem !important;
  }
  .pl-fhd-8 {
    padding-left: 5rem !important;
  }
  .pl-fhd-9 {
    padding-left: 8rem !important;
  }
  .pl-fhd-10 {
    padding-left: 10rem !important;
  }
  .text-fhd-start {
    text-align: left !important;
  }
  .text-fhd-end {
    text-align: right !important;
  }
  .text-fhd-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2rem !important;
  }
  .fs-2 {
    font-size: 1.5rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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-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;
  }
}
/* Project Styles   */
body {
  background: #fff;
}
@media print {
  body {
    padding-top: 2cm;
  }
}

.full-hd-width {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

#header {
  position: relative;
  z-index: 1200;
}
#header .logo-navigation-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 0 0 2px #F4F4F8;
  height: 5rem;
}
#header .logo-navigation-inner-alignment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 1.3rem 1rem;
}
#header .logo-navigation-inner-alignment .logo {
  margin-right: 30px;
}
#header .logo-navigation-inner-alignment .logo img {
  height: 38px;
  width: auto;
}
#header .logo-navigation-inner-alignment #emergencyNumbers {
  position: relative;
}
#header .logo-navigation-inner-alignment #emergencyNumbers > a svg {
  fill: #BE0D0D;
}
#header .logo-navigation-inner-alignment #emergencyNumbers .em-numbers {
  position: absolute;
  background-color: #BE0D0D;
  pointer-events: none;
  color: #fff;
  padding: 1rem 2rem;
  width: 350px;
  left: -77px;
  top: 43px;
  opacity: 0;
  border-radius: 3px;
  transform: translateY(5%);
  transition: all 0.5s ease-out;
}
#header .logo-navigation-inner-alignment #emergencyNumbers .em-numbers:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #BE0D0D transparent;
  border-style: solid;
  position: absolute;
  left: calc(50% - 5px);
  top: -8px;
}
#header .logo-navigation-inner-alignment #emergencyNumbers .em-numbers-item {
  margin-bottom: 1rem;
}
#header .logo-navigation-inner-alignment #emergencyNumbers .em-numbers-item-title {
  font-size: 2rem;
  font-weight: bold;
}
#header .logo-navigation-inner-alignment #emergencyNumbers:hover .em-numbers {
  top: 43px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) {
  #header .logo-navigation-inner-alignment {
    padding: 0.875rem 3rem;
  }
  #header .logo-navigation-inner-alignment .logo img {
    margin-right: 30px;
    height: 52px;
  }
}
#header .logo-navigation #flyingMenu {
  display: none;
  position: absolute;
  width: 100%;
  right: 1px;
  font-size: 1rem !important;
}
#header .logo-navigation #flyingMenu .flying-menu-links {
  display: flex;
  text-align: center;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item {
  flex: 1 1 50%;
  position: relative;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item-label {
  background-color: #97BE0D;
  padding: 5px;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item-label svg {
  margin-right: 5px;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item .flying-menu-content {
  display: none;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item .flying-menu-content-inner {
  padding: 1.5rem;
  background-color: #97BE0D;
  color: #fff;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item .flying-menu-content-inner a {
  color: #fff;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item:hover .flying-menu-content {
  display: block;
  position: absolute;
  width: 100vw;
  right: auto;
  left: 0;
  text-align: left;
}
#header .logo-navigation #flyingMenu .flying-menu-links-item:last-of-type:hover .flying-menu-content {
  right: 0;
  left: auto;
}
@media (min-width: 992px) {
  #header .logo-navigation #flyingMenu {
    display: block;
    top: 140px;
    right: -1px;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 200px;
    cursor: pointer;
    background-color: #97BE0D;
    transition: all 0.5s ease;
    border-radius: 0.375rem 0 0 0.375rem;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item-label {
    writing-mode: vertical-rl;
    width: 32px;
    position: absolute;
    left: 0;
    line-height: 32px;
    height: 100%;
    border-right: 1px solid #97BE0D;
    border-radius: 0.375rem 0 0 0.375rem;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item-label svg {
    margin-right: 0;
    margin-bottom: 10px;
    transform: rotate(90deg);
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item .flying-menu-content {
    display: block;
    position: absolute;
    top: 0;
    left: 32px;
    width: 0;
    min-height: 200px;
    opacity: 0;
    overflow-x: hidden;
    background-color: #97BE0D;
    transition: opacity 0.3s linear 0.3s;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item:last-of-type {
    top: 210px;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item:last-of-type .flying-menu-content {
    right: auto;
    left: 32px;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item:hover {
    width: 300px;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item:hover .flying-menu-links-item-label {
    border-color: #fff;
  }
  #header .logo-navigation #flyingMenu .flying-menu-links-item:hover .flying-menu-content {
    width: 268px;
    right: auto;
    left: 32px;
    text-align: left;
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;
  }
}
#header #headerContent {
  position: relative;
  padding-top: 5rem;
}
#header #headerContent .frame-type-image img {
  max-width: unset;
  width: 100%;
}

#content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

#content_2 {
  position: relative;
  z-index: 0;
}

#content_3 {
  position: relative;
  z-index: 0;
}

#content_4 {
  position: relative;
  z-index: 0;
}

#footer {
  padding: 3rem 0;
  background-color: var(--bs-light);
  color: var(--bs-body-color);
  font-size: 1rem;
}
#footer a:not(.btn) {
  color: var(--bs-body-color);
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 992px) {
  #footer a:not(.btn) {
    margin-bottom: 0;
  }
}
#footer a:not(.btn):hover, #footer a:not(.btn):active {
  color: var(--bs-body-color);
  opacity: 0.7;
  text-decoration: none;
}

.klinik-standorte {
  display: flex;
  flex-direction: column;
  width: 190px;
  margin: 0 auto;
}
.klinik-standorte img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .klinik-standorte {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .klinik-standorte img {
    margin-top: 1rem;
  }
}

/* Poppins-400 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/typo3conf/ext/sd_sitepackage/Resources/Public/Fonts/Poppins-Regular.ttf") format("truetype");
}
/* Poppins-500 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("/typo3conf/ext/sd_sitepackage/Resources/Public/Fonts/Poppins-Medium.ttf") format("truetype");
}
/* Poppins-600 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/typo3conf/ext/sd_sitepackage/Resources/Public/Fonts/Poppins-SemiBold.ttf") format("truetype");
}
/* Poppins-700 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("/typo3conf/ext/sd_sitepackage/Resources/Public/Fonts/Poppins-Bold.ttf") format("truetype");
}
.frame-default {
  scroll-margin-top: 100px;
}

figcaption {
  text-align: center;
  color: #58585A;
  font-size: 0.875rem;
}

.btn-row p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-row p .btn, .btn-row p .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-row p a {
  min-width: 290px;
  flex: 0 1 auto;
  margin: 0 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .btn-row p {
    flex-direction: row;
  }
  .btn-row p .btn, .btn-row p .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .btn-row p a {
    margin-bottom: 0;
  }
}

.grayout {
  filter: grayscale(1) opacity(30%);
  -webkit-filter: grayscale(1) opacity(30%);
  transition: filter 0.3s linear;
}

.video-embed {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.typo3-messages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p.alert-message:last-of-type {
  margin-bottom: 0;
}

@media print {
  img[src*=".svg"] {
    filter: drop-shadow(0 0 1px #000);
  }
}
@keyframes e404 {
  from {
    stroke-dashoffset: 0.1;
    stroke-width: 10;
  }
  to {
    stroke-dashoffset: 2;
    stroke-width: 1;
  }
}
#error4, #error40, #error404 {
  stroke-dasharray: 0.5;
  stroke-dashoffset: 200;
  stroke-width: 2;
  fill: #fff;
  stroke: #000;
  animation: e404 5s linear alternate infinite;
}

@media (min-width: 768px) {
  .ce-gallery .only-one-row-md figure {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ce-gallery .card-columns.columns-1 {
    column-count: 1;
  }
  .ce-gallery .card-columns.columns-2 {
    column-count: 2;
  }
  .ce-gallery .card-columns.columns-3 {
    column-count: 3;
  }
  .ce-gallery .card-columns.columns-4 {
    column-count: 4;
  }
  .ce-gallery .card-columns.columns-6 {
    column-count: 6;
  }
}
.ce-gallery .bildcollage {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media (min-width: 992px) {
  .ce-gallery .bildcollage {
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .ce-gallery .bildcollage {
    gap: 1rem;
  }
}
.ce-gallery .bildcollage-item:nth-child(5n+1), .ce-gallery .bildcollage-item:nth-child(5n+2), .ce-gallery .bildcollage-item:nth-child(5n+3) {
  flex: 1 1 calc(33.333% - 1rem);
}
.ce-gallery .bildcollage-item:nth-child(5n+1) figure, .ce-gallery .bildcollage-item:nth-child(5n+2) figure, .ce-gallery .bildcollage-item:nth-child(5n+3) figure {
  aspect-ratio: 16/9;
}
.ce-gallery .bildcollage-item:nth-child(5n+4), .ce-gallery .bildcollage-item:nth-child(5n+5) {
  flex: 1 1 calc(50% - 1rem);
}
.ce-gallery .bildcollage-item:nth-child(5n+4) figure, .ce-gallery .bildcollage-item:nth-child(5n+5) figure {
  aspect-ratio: 5/2;
}
.ce-gallery .bildcollage-item figure {
  margin-bottom: 0;
  display: block;
}
.ce-gallery .bildcollage-item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ce-gallery .bildcollage-item figure figcaption {
  display: none;
}

ul li::marker {
  color: #97BE0D;
}

p {
  font-family: var(--bs-font-sans-serif);
}

strong {
  font-weight: 500;
}

a.open-in-modal:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M%209.5410156%2C2.8710938%20V%203.0625%205.4707031%20H%206.9414062%20V%206.2558594%20H%209.5410156%20V%208.859375%20H%2010.328125%20V%206.2558594%20h%202.601563%20V%205.4707031%20H%2010.328125%20V%202.8710938%20Z%20m%200.3847657%2C0.3828125%20h%200.017578%20v%202.6015624%20h%202.6015627%20v%200.017578%20H%209.9433594%20V%208.4746094%20H%209.9257813%20V%205.8730469%20H%207.3242187%20V%205.8554689%20H%209.9257813%20Z%20M%209.7339685%2C3.0622151%20V%205.6636042%20H%207.1325794%20v%200.401192%20H%209.7339685%20V%208.6673415%20H%2010.13516%20V%206.0647962%20h%202.602546%20V%205.6636042%20H%2010.13516%20V%203.0622151%20Z%20M%204%2C0%20V%2012%20H%2016%20V%200%20Z%20M%204.6159729%2C0.61665338%20H%2015.382262%20V%2011.383346%20H%204.6159729%20Z%20M%200%2C4%20V%2016%20H%2012%20V%2011.382812%20H%204.6152344%20V%204%20Z%27%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M%209.5410156%2C2.8710938%20V%203.0625%205.4707031%20H%206.9414062%20V%206.2558594%20H%209.5410156%20V%208.859375%20H%2010.328125%20V%206.2558594%20h%202.601563%20V%205.4707031%20H%2010.328125%20V%202.8710938%20Z%20m%200.3847657%2C0.3828125%20h%200.017578%20v%202.6015624%20h%202.6015627%20v%200.017578%20H%209.9433594%20V%208.4746094%20H%209.9257813%20V%205.8730469%20H%207.3242187%20V%205.8554689%20H%209.9257813%20Z%20M%209.7339685%2C3.0622151%20V%205.6636042%20H%207.1325794%20v%200.401192%20H%209.7339685%20V%208.6673415%20H%2010.13516%20V%206.0647962%20h%202.602546%20V%205.6636042%20H%2010.13516%20V%203.0622151%20Z%20M%204%2C0%20V%2012%20H%2016%20V%200%20Z%20M%204.6159729%2C0.61665338%20H%2015.382262%20V%2011.383346%20H%204.6159729%20Z%20M%200%2C4%20V%2016%20H%2012%20V%2011.382812%20H%204.6152344%20V%204%20Z%27%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: 0 3px;
  background-origin: content-box;
  width: 12px;
  display: inline-block;
  height: 12px;
  opacity: 0.8;
  background-color: var(--bs-primary);
}
a.open-in-modal:hover:after {
  opacity: 1;
}
a.link-file:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.341%203.579c-0.347-0.473-0.831-1.027-1.362-1.558s-1.085-1.015-1.558-1.362c-0.806-0.591-1.197-0.659-1.421-0.659h-7.75c-0.689%200-1.25%200.561-1.25%201.25v13.5c0%200.689%200.561%201.25%201.25%201.25h11.5c0.689%200%201.25-0.561%201.25-1.25v-9.75c0-0.224-0.068-0.615-0.659-1.421v0zM12.271%202.729c0.48%200.48%200.856%200.912%201.134%201.271h-2.406v-2.405c0.359%200.278%200.792%200.654%201.271%201.134v0zM14%2014.75c0%200.136-0.114%200.25-0.25%200.25h-11.5c-0.135%200-0.25-0.114-0.25-0.25v-13.5c0-0.135%200.115-0.25%200.25-0.25%200%200%207.749-0%207.75%200v3.5c0%200.276%200.224%200.5%200.5%200.5h3.5v9.75z%27%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.341%203.579c-0.347-0.473-0.831-1.027-1.362-1.558s-1.085-1.015-1.558-1.362c-0.806-0.591-1.197-0.659-1.421-0.659h-7.75c-0.689%200-1.25%200.561-1.25%201.25v13.5c0%200.689%200.561%201.25%201.25%201.25h11.5c0.689%200%201.25-0.561%201.25-1.25v-9.75c0-0.224-0.068-0.615-0.659-1.421v0zM12.271%202.729c0.48%200.48%200.856%200.912%201.134%201.271h-2.406v-2.405c0.359%200.278%200.792%200.654%201.271%201.134v0zM14%2014.75c0%200.136-0.114%200.25-0.25%200.25h-11.5c-0.135%200-0.25-0.114-0.25-0.25v-13.5c0-0.135%200.115-0.25%200.25-0.25%200%200%207.749-0%207.75%200v3.5c0%200.276%200.224%200.5%200.5%200.5h3.5v9.75z%27%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: 0 3px;
  background-origin: content-box;
  width: 12px;
  display: inline-block;
  height: 12px;
  opacity: 0.8;
  background-color: var(--bs-primary);
}
a.link-file:hover:after {
  opacity: 1;
}
a.link-external:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M%205.5%2C4%208%2C6.5%205%2C9.5%206.5%2C11%209.5%2C8%2012%2C10.5%20V%204%20Z%20M%203%2C1%20V%2013%20H%2015%20V%201%20Z%20M%2014%2C12%20H%204%20V%202%20H%2014%20Z%20M%202%2C14%20V%203.5%20L%201%2C2.5%20V%2015%20h%2012.5%20l%20-1%2C-1%20z%27%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M%205.5%2C4%208%2C6.5%205%2C9.5%206.5%2C11%209.5%2C8%2012%2C10.5%20V%204%20Z%20M%203%2C1%20V%2013%20H%2015%20V%201%20Z%20M%2014%2C12%20H%204%20V%202%20H%2014%20Z%20M%202%2C14%20V%203.5%20L%201%2C2.5%20V%2015%20h%2012.5%20l%20-1%2C-1%20z%27%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: 0 3px;
  background-origin: content-box;
  width: 12px;
  display: inline-block;
  height: 12px;
  opacity: 0.8;
  background-color: var(--bs-primary);
}
a.link-external:hover:after {
  opacity: 1;
}

@media (max-width: 767.98px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.frame-border {
  padding: 0.75rem;
}

.frame-box-primary {
  background-color: #97BE0D;
  color: #fff;
}

.frame-box-secondary {
  background-color: #003c71;
  color: #fff;
}

.frame-box-success {
  background-color: #97BE0D;
  color: #fff;
}

.frame-box-info {
  background-color: #17a2b8;
  color: #fff;
}

.frame-box-warning {
  background-color: #ffc107;
  color: #58585A;
}

.frame-box-danger {
  background-color: #BE0D0D;
  color: #fff;
}

.frame-box-light {
  background-color: #F4F4F8;
  color: #58585A;
}

.frame-box-dark {
  background-color: #212529;
  color: #fff;
}

.frame-box-white {
  background-color: #fff;
  color: #58585A;
}

.frame-box-black {
  background-color: #000;
  color: #fff;
}

.frame-box-body {
  background-color: #58585A;
  color: #fff;
}

.frame-box-primary h1, .frame-box-primary .h1, .frame-box-primary h2, .frame-box-primary .h2, .frame-box-primary h3, .frame-box-primary .news-list-view-layout-98 .article .news-content-wrap .h3, .news-list-view-layout-98 .article .news-content-wrap .frame-box-primary .h3, .frame-box-primary .news-list-view-layout-2 .article .news-content-wrap .header, .news-list-view-layout-2 .article .news-content-wrap .frame-box-primary .header, .frame-box-primary .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title, .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .frame-box-primary .file-title, .frame-box-primary .h3, .frame-box-primary h4, .frame-box-primary .h4,
.frame-box-secondary h1,
.frame-box-secondary .h1,
.frame-box-secondary h2,
.frame-box-secondary .h2,
.frame-box-secondary h3,
.frame-box-secondary .news-list-view-layout-98 .article .news-content-wrap .h3,
.news-list-view-layout-98 .article .news-content-wrap .frame-box-secondary .h3,
.frame-box-secondary .news-list-view-layout-2 .article .news-content-wrap .header,
.news-list-view-layout-2 .article .news-content-wrap .frame-box-secondary .header,
.frame-box-secondary .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title,
.frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .frame-box-secondary .file-title,
.frame-box-secondary .h3,
.frame-box-secondary h4,
.frame-box-secondary .h4 {
  color: #fff;
}
.frame-box-primary .subheader,
.frame-box-secondary .subheader {
  color: #fff;
}
.frame-box-primary a:not(.btn),
.frame-box-secondary a:not(.btn) {
  color: #fff;
}
.frame-box-primary a:not(.btn):hover,
.frame-box-secondary a:not(.btn):hover {
  color: rgb(216.75, 216.75, 216.75);
}

.frame-type-menu_sitemap_pages ul.level_1 {
  list-style-type: none;
}
.frame-type-menu_sitemap_pages ul.level_1 > li {
  margin-bottom: 10px;
}
.frame-type-menu_sitemap_pages ul.level_1 > li .page-title {
  font-size: 1.25rem;
  border-left: 3px solid #e9ecef;
  padding-left: 15px;
  font-weight: bold;
}
.frame-type-menu_sitemap_pages ul.level_1 > li .page-abstract {
  padding-left: 18px;
  color: #adb5bd;
}
.frame-type-menu_sitemap_pages ul.level_1 > li ul li {
  margin-top: 10px;
}
.frame-type-menu_sitemap_pages ul.level_1 > li ul li .page-title {
  font-size: 1rem;
  border-left-color: transparent;
  padding-left: 0;
  font-weight: normal;
  display: inline;
}
.frame-type-menu_sitemap_pages ul.level_1 > li ul li .page-abstract {
  padding-left: unset;
}

.frame-type-uploads .upload-item-default .upload-item {
  background-color: #F4F4F8;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frame-type-uploads .upload-item-default .upload-item:last-of-type {
  border-bottom: none;
}
.frame-type-uploads .upload-item-default .upload-item-type {
  flex: 0 0 80px;
}
.frame-type-uploads .upload-item-default .upload-item-type .upload-item-type-extension {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #97BE0D;
  text-align: center;
  padding: 5px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #F4F4F8;
  border-radius: 50rem;
}
.frame-type-uploads .upload-item-default .upload-item-info {
  flex: 1 1 auto;
  align-self: center;
}
.frame-type-uploads .upload-item-default .upload-item-info-title {
  color: #97BE0D;
  font-weight: 700;
  word-break: break-word;
}
.frame-type-uploads .upload-item-default .upload-item-action {
  flex: 0 0 auto;
  margin-right: 2rem;
}
.frame-type-uploads .upload-item-badge .upload-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #F4F4F8;
}
.frame-type-uploads .upload-item-badge .upload-item-icon {
  flex: 0 0 80px;
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.frame-type-uploads .upload-item-badge .upload-item-icon-pdf, .frame-type-uploads .upload-item-badge .upload-item-icon-ai {
  background-color: #BE0D0D;
}
.frame-type-uploads .upload-item-badge .upload-item-icon-pdf:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-ai:hover {
  background-color: rgb(166.1330049261, 11.3669950739, 11.3669950739);
}
.frame-type-uploads .upload-item-badge .upload-item-icon-eps, .frame-type-uploads .upload-item-badge .upload-item-icon-exe {
  background-color: #495057;
}
.frame-type-uploads .upload-item-badge .upload-item-icon-eps:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-exe:hover {
  background-color: rgb(61.365625, 67.25, 73.134375);
}
.frame-type-uploads .upload-item-badge .upload-item-icon-txt, .frame-type-uploads .upload-item-badge .upload-item-icon-doc, .frame-type-uploads .upload-item-badge .upload-item-icon-docx, .frame-type-uploads .upload-item-badge .upload-item-icon-odt, .frame-type-uploads .upload-item-badge .upload-item-icon-epub {
  background-color: #003c71;
}
.frame-type-uploads .upload-item-badge .upload-item-icon-txt:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-doc:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-docx:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-odt:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-epub:hover {
  background-color: rgb(0, 46.4601769912, 87.5);
}
.frame-type-uploads .upload-item-badge .upload-item-icon-gz, .frame-type-uploads .upload-item-badge .upload-item-icon-tgz, .frame-type-uploads .upload-item-badge .upload-item-icon-tar, .frame-type-uploads .upload-item-badge .upload-item-icon-zip, .frame-type-uploads .upload-item-badge .upload-item-icon-7z {
  background-color: #ffc107;
}
.frame-type-uploads .upload-item-badge .upload-item-icon-gz:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-tgz:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-tar:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-zip:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-7z:hover {
  background-color: rgb(236.5, 177.375, 0);
}
.frame-type-uploads .upload-item-badge .upload-item-icon-jpg, .frame-type-uploads .upload-item-badge .upload-item-icon-jpeg, .frame-type-uploads .upload-item-badge .upload-item-icon-gif, .frame-type-uploads .upload-item-badge .upload-item-icon-png, .frame-type-uploads .upload-item-badge .upload-item-icon-psd, .frame-type-uploads .upload-item-badge .upload-item-icon-tiff, .frame-type-uploads .upload-item-badge .upload-item-icon-tif, .frame-type-uploads .upload-item-badge .upload-item-icon-bmp {
  background-color: #97BE0D;
}
.frame-type-uploads .upload-item-badge .upload-item-icon-jpg:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-jpeg:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-gif:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-png:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-psd:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-tiff:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-tif:hover, .frame-type-uploads .upload-item-badge .upload-item-icon-bmp:hover {
  background-color: rgb(132.0320197044, 166.1330049261, 11.3669950739);
}
.frame-type-uploads .upload-item-badge .upload-item-icon small, .frame-type-uploads .upload-item-badge .upload-item-icon .small {
  display: block;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}
.frame-type-uploads .upload-item-badge .upload-item-icon span {
  display: block;
  color: #fff;
}
.frame-type-uploads .upload-item-badge .upload-item-icon:hover {
  background-color: rgb(158.8716216216, 168.25, 177.6283783784);
}
.frame-type-uploads .upload-item-badge .upload-item-info {
  flex: 1 1 auto;
  align-self: center;
}
.frame-type-uploads .upload-item-badge .upload-item-info-title {
  color: #97BE0D;
  font-weight: 700;
  word-break: break-word;
}
.frame-type-uploads .upload-item-badge .upload-item-info-description {
  color: #58585A;
}
.frame-type-uploads .upload-item-badge .upload-item-action {
  flex: 0 0 auto;
  margin-right: 2rem;
}
.frame-type-uploads .upload-item-image .upload-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
  border: 1px solid #F4F4F8;
}
.frame-type-uploads .upload-item-image .upload-item-image {
  background-color: #F4F4F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.frame-type-uploads .upload-item-image .upload-item-info {
  flex: 1 1 auto;
  align-self: center;
  margin-left: 1rem;
  padding: 0.5rem;
}
.frame-type-uploads .upload-item-image .upload-item-info-title {
  color: #97BE0D;
  font-weight: 700;
  word-break: break-word;
}
.frame-type-uploads .upload-item-image .upload-item-info-description {
  color: #58585A;
}
.frame-type-uploads .upload-item-image .upload-item-action {
  flex: 0 0 auto;
  margin-right: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.frame-type-sd_slider_container .slider-item,
.frame-type-slider_content .slider-item,
.frame-type-slider_page .slider-item {
  position: relative;
}

.frame-type-slider_page .slider-item .slider-info {
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 20px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  border-radius: 1rem;
}
.frame-type-slider_page .slider-item .slider-info .slider-title {
  font-size: 1.25rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.frame-type-slider_page .slider-item .slider-info .slider-description {
  display: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.frame-type-slider_page .slider-item .slider-info a {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .frame-type-slider_page .slider-item .slider-info {
    top: 50px;
    left: 150px;
  }
  .frame-type-slider_page .slider-item .slider-info .slider-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .frame-type-slider_page .slider-item .slider-info {
    top: 100px;
  }
  .frame-type-slider_page .slider-item .slider-info .slider-description {
    display: block;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .frame-type-slider_page .slider-item .slider-info {
    top: 100px;
  }
}

.frame-type-slider_content .slider-container .slider-item.item-with-text:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: all 0.3s ease;
}
.frame-type-slider_content .slider-container .slider-item.item-with-text figcaption {
  opacity: 0;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  left: 4.5rem;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title {
  margin-bottom: 0;
  color: #fff;
}
.frame-type-slider_content .slider-container .slider-item.slide-visible.item-with-text:after {
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.frame-type-slider_content .slider-container .slider-item.slide-visible.item-with-text figcaption {
  opacity: 1;
  left: 1.5rem;
  transition: all 0.5s ease;
  transition-delay: 1s;
}

.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item {
  margin-bottom: 5px;
  border: 0 solid transparent;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link {
  border-radius: 50rem;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
  padding: 0.375rem 2rem;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link:hover, .frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link:active {
  background-color: rgb(113.0640394089, 142.2660098522, 9.7339901478);
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link .header-icon {
  display: flex;
  margin-right: 1rem;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link .header-icon svg {
  fill: var(--bs-white);
  transition: all 0.3s linear;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link .openclose {
  margin-left: auto;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link .openclose .open {
  fill-opacity: 1;
  transform: scale(1);
  transition: 0.2s linear;
  transform-origin: center;
  fill: var(--bs-white);
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link .openclose .close {
  opacity: 0;
  fill-opacity: 0;
  transform: scale(0);
  transition: 0.2s linear;
  transform-origin: center;
  fill: var(--bs-body);
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link[aria-expanded=true] {
  background-color: #F4F4F8;
  color: var(--bs-body);
  border-radius: 1rem 1rem 0 0;
  padding-top: 20px;
  font-weight: 500;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link[aria-expanded=true] .header-icon svg {
  fill: var(--bs-body);
  transition: all 0.3s linear;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link[aria-expanded=true] .openclose .open {
  fill-opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: 0.2s linear;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link[aria-expanded=true] .openclose .close {
  opacity: 1;
  fill-opacity: 1;
  transform: scale(1);
  transition: 0.2s linear;
  transform-origin: center;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .accordion-body-container {
  padding: 1rem 2rem;
  background-color: #F4F4F8;
  color: var(--bs-body);
  border-radius: 1rem;
  transition: all 0.1s linear;
}
.frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .show .accordion-body-container {
  border-radius: 0 0 1rem 1rem;
}

.frame-type-sd_tabs_container .nav-tabs {
  border-bottom: none;
  justify-content: start;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .frame-type-sd_tabs_container .nav-tabs {
    scrollbar-width: thin;
    scrollbar-color: #F4F4F8 #fff;
  }
  .frame-type-sd_tabs_container .nav-tabs::-webkit-scrollbar {
    width: 5px;
  }
  .frame-type-sd_tabs_container .nav-tabs::-webkit-scrollbar-track {
    background: #fff;
  }
  .frame-type-sd_tabs_container .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #F4F4F8;
    border-radius: 1px;
    border: 1px solid #fff;
  }
}
.frame-type-sd_tabs_container .nav-tabs .nav-item {
  margin: 0;
  border: none;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
  color: #58585A;
  text-decoration: none;
  text-align: center;
  padding: 0.375rem 20px;
}
.frame-type-sd_tabs_container .nav-tabs .nav-item:last-of-type {
  flex: 0 0 auto;
}
.frame-type-sd_tabs_container .nav-tabs .nav-item.active {
  color: #fff;
  background-color: #003c71;
}
.frame-type-sd_tabs_container .nav-tabs .nav-item.active span {
  position: relative;
}
.frame-type-sd_tabs_container .nav-tabs .nav-item.active span:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -20px;
  right: -17px;
  height: 5px;
  background-color: #003c71;
}
.frame-type-sd_tabs_container .tab-content {
  border-top: 2px solid #003c71;
  padding: 1rem 0;
}
.frame-type-sd_tabs_container .tab-content > div > div h3:first-of-type, .frame-type-sd_tabs_container .tab-content > div > div .news-list-view-layout-2 .article .news-content-wrap .header:first-of-type, .news-list-view-layout-2 .article .news-content-wrap .frame-type-sd_tabs_container .tab-content > div > div .header:first-of-type, .frame-type-sd_tabs_container .tab-content > div > div .h3:first-of-type, .frame-type-sd_tabs_container .tab-content > div > div .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title:first-of-type, .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .frame-type-sd_tabs_container .tab-content > div > div .file-title:first-of-type {
  margin-top: 0;
}

.frame-type-sd_1col_container .fixed-image-bg {
  position: relative;
  min-height: 410px;
  clip-path: inset(0);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame-type-sd_1col_container .fixed-image-bg > video,
.frame-type-sd_1col_container .fixed-image-bg > picture img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.frame-type-sd_1col_container.bg-primary .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(151, 190, 13, 0.75);
}
.frame-type-sd_1col_container.bg-primary .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-secondary .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(0, 60, 113, 0.75);
}
.frame-type-sd_1col_container.bg-secondary .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-success .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(151, 190, 13, 0.75);
}
.frame-type-sd_1col_container.bg-success .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-info .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(23, 162, 184, 0.75);
}
.frame-type-sd_1col_container.bg-info .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-warning .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(255, 193, 7, 0.75);
}
.frame-type-sd_1col_container.bg-warning .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-danger .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(190, 13, 13, 0.75);
}
.frame-type-sd_1col_container.bg-danger .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-light .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(244, 244, 248, 0.75);
}
.frame-type-sd_1col_container.bg-light .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-dark .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(33, 37, 41, 0.75);
}
.frame-type-sd_1col_container.bg-dark .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-white .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
}
.frame-type-sd_1col_container.bg-white .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-black .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.frame-type-sd_1col_container.bg-black .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-sd_1col_container.bg-body .fixed-image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: -1px;
  z-index: 1;
  background-color: rgba(88, 88, 90, 0.75);
}
.frame-type-sd_1col_container.bg-body .fixed-image-bg > div:first-of-type {
  position: relative;
  z-index: 2;
  width: 100%;
}

.frame-type-map .map .ol-popup-closer {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
}
.frame-type-map .map .ol-popup-closer:after {
  content: "྾";
}
.frame-type-map .map .ol-popup-closer:hover {
  text-decoration: none;
}
.frame-type-map .map .ol-popup-content {
  background: #fff;
  width: 300px;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #555;
  border-radius: 0.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
}
.frame-type-map .ol-control {
  background-color: transparent;
}
.frame-type-map .ol-control button {
  background-color: rgba(151, 190, 13, 0.9);
}
.frame-type-map .ol-control button:focus, .frame-type-map .ol-control button:hover {
  text-decoration: none;
  background-color: rgba(151, 190, 13, 0.7);
}
.frame-type-map .ol-zoom .ol-zoom-in {
  border-radius: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.frame-type-map .ol-zoom .ol-zoom-out {
  border-radius: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

.frame-type-testimonial .testimonial {
  text-align: center;
  position: relative;
  background-color: #F4F4F8;
  padding: 3rem;
}
.frame-type-testimonial .testimonial-body-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background-color: #fff;
  border-radius: 99rem;
  padding: 10px;
}
.frame-type-testimonial .testimonial-body-text {
  padding-top: 4rem;
  color: #000;
  font-size: 1.5rem;
}
.frame-type-testimonial .testimonial-body-name {
  padding-top: 2rem;
}
.frame-type-testimonial .testimonial-body-zusatz {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .frame-type-testimonial .testimonial-body-text {
    font-size: 2rem;
  }
}

.startheader-simple {
  position: relative;
}
.startheader-simple .infoblock {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
.startheader-simple .infoblock p a.btn, .startheader-simple .infoblock p .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li .startheader-simple .infoblock p a {
  margin: 1rem;
  display: inline-block;
}

.startheader {
  position: relative;
}
.startheader picture,
.startheader video {
  height: calc(100vh - 5rem);
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .startheader picture,
  .startheader video {
    height: 100%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1200px) {
  .startheader picture,
  .startheader video {
    aspect-ratio: 3/1;
  }
}
.startheader-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.82);
}
.startheader-infobox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 1.5rem;
  transform: translate(-50%, -50%);
}
.startheader-infobox .startheader-claim {
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 2rem;
}
.startheader-infobox .startheader-claim-1 {
  font-size: 2rem;
  line-height: 1.5;
}
.startheader-infobox .startheader-claim-2 {
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
.startheader-infobox .startheader-text {
  margin-bottom: 2rem;
}
.startheader-infobox .startheader-text p a {
  display: block;
  margin-bottom: 1rem;
}

.startheader-keyfigures {
  margin-top: 1rem;
}
.startheader-keyfigures-line {
  display: flex;
  align-items: center;
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
.startheader-keyfigures-line .svg-wrapper {
  position: relative;
  display: inline-block;
  background-color: var(--bs-primary);
  width: 40px;
  height: 40px;
  border-radius: 50rem;
}
.startheader-keyfigures-line .svg-wrapper svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.startheader-keyfigures-line strong {
  color: var(--bs-primary);
  font-weight: 700;
  margin-left: 1.5rem;
}
.startheader-keyfigures-line span {
  color: var(--bs-body-color);
  font-weight: 500;
  margin-left: 0.5rem;
}

#metaMenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1rem;
  display: flex;
  column-gap: 1rem;
}
#metaMenu ul li {
  display: inline-block;
}
#footerMenu ul {
  padding: 0;
  margin: 0;
  margin-top: 1.5rem;
}
#footerMenu ul li {
  display: block;
}
@media (min-width: 576px) {
  #footerMenu ul {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #footerMenu ul li {
    display: inline-block;
  }
  #footerMenu ul li a {
    margin-left: 1.5rem;
  }
  #footerMenu ul li:first-of-type a {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

#mainMenu.menu-main-accordion {
  background-color: #F4F4F8;
  padding: 5px;
  padding-bottom: 7.5rem;
  width: 100%;
  height: 100%;
  left: 0;
  top: 5rem;
  z-index: 0;
  overflow-x: hidden;
}
#mainMenu.menu-main-accordion ul, #mainMenu.menu-main-accordion li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#mainMenu.menu-main-accordion ul li a:not(.btn) {
  display: inline-block;
  color: #58585A;
}
#mainMenu.menu-main-accordion ul li a:not(.btn):hover {
  color: rgb(50.1797752809, 50.1797752809, 51.3202247191);
  text-decoration: none;
}
#mainMenu.menu-main-accordion .level-1 {
  padding-bottom: 2rem;
  padding-left: 0.575rem;
  padding-top: 20px;
}
#mainMenu.menu-main-accordion .level-1 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
#mainMenu.menu-main-accordion .level-1 > li .dot {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50rem;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
  background-color: #97BE0D;
  transition: all 0.3s ease;
}
#mainMenu.menu-main-accordion .level-1 > li.has-subpages > div {
  flex: 0 0 calc(100% - 40px);
}
#mainMenu.menu-main-accordion .level-1 > li > div a {
  text-transform: uppercase;
  padding: 0;
}
#mainMenu.menu-main-accordion .level-1 > li:hover .dot {
  transform: scale(1.2);
}
#mainMenu.menu-main-accordion .level-1 > li [data-bs-toggle=collapse] {
  flex: 0 0 40px;
  cursor: pointer;
}
#mainMenu.menu-main-accordion .level-1 > li [data-bs-toggle=collapse]:hover {
  background-color: transparent;
}
#mainMenu.menu-main-accordion .level-1 > li [data-bs-toggle=collapse][aria-expanded=false] svg {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}
#mainMenu.menu-main-accordion .level-1 > li [data-bs-toggle=collapse][aria-expanded=true] svg {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}
#mainMenu.menu-main-accordion .level-1 > li .level-2 {
  flex: 0 0 100%;
}
#mainMenu.menu-main-accordion .level-1 > li .level-2 > li {
  font-size: 1rem;
}
#mainMenu.menu-main-accordion .level-1 > li .level-2 > li a {
  padding-left: 25px;
}
#mainMenu.menu-main-accordion .level-1 > li .level-2 > li .level-3 > li {
  font-size: 1rem;
}
#mainMenu.menu-main-accordion .level-1 > li .level-2 > li .level-3 > li a {
  padding-left: 50px;
}
@media (min-width: 992px) {
  #mainMenu.menu-main-accordion {
    padding: 20px;
    padding-bottom: 10rem;
  }
  #mainMenu.menu-main-accordion .level-1 {
    padding-bottom: 5rem;
    padding-left: 2rem;
  }
  #mainMenu.menu-main-accordion .level-1 > li {
    font-size: 1.875rem;
  }
  #mainMenu.menu-main-accordion .level-1 > li .dot {
    content: "";
    width: 50px;
    height: 50px;
    left: -25px;
    top: 0;
  }
  #mainMenu.menu-main-accordion .level-1 > li > div a {
    padding: 4px 6px;
  }
}

#mainMenu form.menu-searchform {
  position: relative;
  margin: 0;
}
#mainMenu form.menu-searchform .menu-searchform-input {
  background-color: #97BE0D;
  border-color: #97BE0D;
  color: #fff;
  padding: 0.375rem 1rem;
}
#mainMenu form.menu-searchform .menu-searchform-input::placeholder {
  color: #fff;
}
#mainMenu form.menu-searchform svg {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

#toggleMainMenu {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1201;
}
#toggleMainMenu:focus {
  box-shadow: 0 0 3px #97BE0D;
}
#toggleMainMenu span {
  flex: 0 0 auto;
  margin-right: 5px;
}
#toggleMainMenu svg {
  flex: 0 0 16px;
}
#toggleMainMenu svg#toggleDismiss {
  display: none;
}
#toggleMainMenu.menu-shown svg#toggleBurger {
  display: none;
}
#toggleMainMenu.menu-shown svg#toggleDismiss {
  display: inline;
}

#mainMenu::-webkit-scrollbar {
  width: 10px;
}

#mainMenu {
  scrollbar-width: thin;
  scrollbar-color: #F4F4F8;
}

#mainMenu::-webkit-scrollbar-track {
  background: #F4F4F8;
}

#mainMenu::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 2px;
  border: 2px solid #F4F4F8;
}

.frame-type-teaser.frame-layout-0 .teaser {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.frame-type-teaser.frame-layout-0 .teaser-media img {
  border-radius: 0.25rem 0.25rem 0 0;
}
.frame-type-teaser.frame-layout-0 .teaser-body {
  padding: 1.5rem;
  background-color: #F4F4F8;
  text-align: center;
  flex: 1 1 auto;
}
.frame-type-teaser.frame-layout-0 .teaser-body.no-image {
  border-radius: 0.25rem 0.25rem 0 0;
}
.frame-type-teaser.frame-layout-0 .teaser-body-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.frame-type-teaser.frame-layout-0 .teaser-body-text p:last-of-type {
  margin-bottom: 0;
}
.frame-type-teaser.frame-layout-0 .teaser-footer {
  padding: 0 1.5rem 1.5rem;
  background-color: #F4F4F8;
  border-radius: 0 0 0.25rem 0.25rem;
}
.frame-type-teaser.frame-layout-0 .teaser-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-type-teaser.frame-layout-1 .teaser {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: 1px solid #212529;
}
.frame-type-teaser.frame-layout-1 .teaser-media img {
  border-radius: 1rem 1rem 0 0;
}
.frame-type-teaser.frame-layout-1 .teaser-body {
  padding: 1.5rem;
  background-color: #F4F4F8;
  text-align: center;
  flex: 1 1 auto;
}
.frame-type-teaser.frame-layout-1 .teaser-body.no-image {
  border-radius: 1rem 1rem 0 0;
}
.frame-type-teaser.frame-layout-1 .teaser-body-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.frame-type-teaser.frame-layout-1 .teaser-body-text p:last-of-type {
  margin-bottom: 0;
}
.frame-type-teaser.frame-layout-1 .teaser-footer {
  padding: 0 1.5rem 1.5rem;
  background-color: #F4F4F8;
  border-radius: 0 0 1rem 1rem;
}
.frame-type-teaser.frame-layout-1 .teaser-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-type-teaser.frame-layout-2 .teaser-icon-wrapper {
  display: flex;
  align-items: center;
}
.frame-type-teaser.frame-layout-2 .teaser-icon-wrapper .teasercontent-header {
  color: #97BE0D;
  font-size: 1.25rem;
}
.frame-type-teaser.frame-layout-2 .teaser-icon-wrapper .teasercontent-text {
  margin-top: 1rem;
}
.frame-type-teaser.frame-layout-2 .teaser-icon-wrapper .teasercontent-text p:last-of-type {
  margin-bottom: 0;
}
.frame-type-teaser.frame-layout-2 .teaser-icon-wrapper .teasercontent-link {
  margin-top: 1rem;
}

.news-list-view-layout-0 .teaser-item,
div[class*=frame-type-menu] .teaser-item {
  position: relative;
}
.news-list-view-layout-0 .teaser-default a .teaser-body,
div[class*=frame-type-menu] .teaser-default a .teaser-body {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  color: #fff;
  overflow: hidden;
  transform-origin: bottom;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.news-list-view-layout-0 .teaser-default a .teaser-body .teaser-title,
div[class*=frame-type-menu] .teaser-default a .teaser-body .teaser-title {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  flex: 0 1 auto;
  margin-top: auto;
  transition: all 0.5s ease;
}
.news-list-view-layout-0 .teaser-default a .teaser-body .teaser-text,
div[class*=frame-type-menu] .teaser-default a .teaser-body .teaser-text {
  padding: 0 10px;
  flex: 0 0 0;
  height: 0;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-list-view-layout-0 .teaser-default a .teaser-body .teaser-text span,
div[class*=frame-type-menu] .teaser-default a .teaser-body .teaser-text span {
  color: transparent;
  transition: all 0.5s ease;
}
.news-list-view-layout-0 .teaser-default a:hover .teaser-body .teaser-title,
div[class*=frame-type-menu] .teaser-default a:hover .teaser-body .teaser-title {
  transition: all 0.5s ease;
}
.news-list-view-layout-0 .teaser-default a:hover .teaser-body .teaser-text,
div[class*=frame-type-menu] .teaser-default a:hover .teaser-body .teaser-text {
  padding: 0 10px;
  flex: 1 0 0;
  transition: all 0.5s ease;
}
.news-list-view-layout-0 .teaser-default a:hover .teaser-body .teaser-text span,
div[class*=frame-type-menu] .teaser-default a:hover .teaser-body .teaser-text span {
  color: #fff;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.news-list-view-layout-0 .teaser-list-item,
div[class*=frame-type-menu] .teaser-list-item {
  transition: all 0.3s linear;
}
.news-list-view-layout-0 .teaser-list-item.grayout,
div[class*=frame-type-menu] .teaser-list-item.grayout {
  height: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.news-list-view-layout-0 .teaser-list-item-image,
div[class*=frame-type-menu] .teaser-list-item-image {
  flex: 1 1 auto;
}
.news-list-view-layout-0 .teaser-list-item-image img,
div[class*=frame-type-menu] .teaser-list-item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 250px;
}
.news-list-view-layout-0 .teaser-list-item-info,
div[class*=frame-type-menu] .teaser-list-item-info {
  padding: 1.5rem;
  border-radius: 0.25rem;
  width: 100%;
  background-color: #F4F4F8;
}
@media (min-width: 768px) {
  .news-list-view-layout-0 .teaser-list-item-info,
  div[class*=frame-type-menu] .teaser-list-item-info {
    flex: 1 1 100%;
    min-width: calc(100% - 250px);
    padding: 1.5rem 2.5rem;
  }
}
.news-list-view-layout-0 .teaser-list-item .item-info-title,
div[class*=frame-type-menu] .teaser-list-item .item-info-title {
  color: #97BE0D;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.news-list-view-layout-0 .teaser-list-item .item-info-city,
div[class*=frame-type-menu] .teaser-list-item .item-info-city {
  color: #97BE0D;
  font-weight: 500;
  margin-bottom: 1rem;
}
.news-list-view-layout-0 .teaser-list-item .item-info-link,
div[class*=frame-type-menu] .teaser-list-item .item-info-link {
  margin-top: 1rem;
}
.news-list-view-layout-0 .teaser-list-item .item-info-location, .news-list-view-layout-0 .teaser-list-item .item-info-email,
div[class*=frame-type-menu] .teaser-list-item .item-info-location,
div[class*=frame-type-menu] .teaser-list-item .item-info-email {
  margin-bottom: 0.5rem;
}
.news-list-view-layout-0 .teaser-cards .card,
div[class*=frame-type-menu] .teaser-cards .card {
  border-radius: 1rem;
}
.news-list-view-layout-0 .teaser-cards .card-img-top img,
div[class*=frame-type-menu] .teaser-cards .card-img-top img {
  border-radius: 1rem 1rem 0 0;
}
.news-list-view-layout-0 .teaser-simple,
div[class*=frame-type-menu] .teaser-simple {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-list-view-layout-0 .teaser-simple.columns-default,
div[class*=frame-type-menu] .teaser-simple.columns-default {
  margin-left: -1rem;
}
.news-list-view-layout-0 .teaser-simple.columns-default a,
div[class*=frame-type-menu] .teaser-simple.columns-default a {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-light);
  color: var(--bs-body);
  text-decoration: none;
  border-radius: 1rem;
  flex: 1 1 calc(50% - 1rem);
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  transition: all 0.3s ease;
}
.news-list-view-layout-0 .teaser-simple.columns-default a svg,
div[class*=frame-type-menu] .teaser-simple.columns-default a svg {
  fill: var(--bs-body);
  flex: 0 0 auto;
  margin: 0 auto;
  margin-bottom: 5px;
}
.news-list-view-layout-0 .teaser-simple.columns-default a span,
div[class*=frame-type-menu] .teaser-simple.columns-default a span {
  flex: 0 0 auto;
  display: block;
  min-height: 2.8rem;
  line-height: 1.2em;
  text-transform: uppercase;
}
.news-list-view-layout-0 .teaser-simple.columns-default a:hover,
div[class*=frame-type-menu] .teaser-simple.columns-default a:hover {
  background-color: var(--bs-body);
  color: #fff;
  transition: all 0.3s ease;
}
.news-list-view-layout-0 .teaser-simple.columns-default a:hover svg,
div[class*=frame-type-menu] .teaser-simple.columns-default a:hover svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .news-list-view-layout-0 .teaser-simple.columns-1 a,
  div[class*=frame-type-menu] .teaser-simple.columns-1 a {
    flex: 1 1 calc(100% - 1rem);
  }
  .news-list-view-layout-0 .teaser-simple.columns-2 a,
  div[class*=frame-type-menu] .teaser-simple.columns-2 a {
    flex: 1 1 calc(50% - 1rem);
  }
  .news-list-view-layout-0 .teaser-simple.columns-3 a,
  div[class*=frame-type-menu] .teaser-simple.columns-3 a {
    flex: 1 1 calc(33.333% - 1rem);
  }
}
@media (min-width: 992px) {
  .news-list-view-layout-0 .teaser-simple.columns-2 a,
  div[class*=frame-type-menu] .teaser-simple.columns-2 a {
    flex: 0 1 calc(50% - 1rem);
  }
  .news-list-view-layout-0 .teaser-simple.columns-3 a,
  div[class*=frame-type-menu] .teaser-simple.columns-3 a {
    flex: 0 1 calc(33.333% - 1rem);
  }
  .news-list-view-layout-0 .teaser-simple.columns-4 a,
  div[class*=frame-type-menu] .teaser-simple.columns-4 a {
    flex: 0 1 calc(25% - 1rem);
  }
  .news-list-view-layout-0 .teaser-simple.columns-6 a,
  div[class*=frame-type-menu] .teaser-simple.columns-6 a {
    flex: 0 1 calc(25% - 1rem);
  }
}
@media (min-width: 1200px) {
  .news-list-view-layout-0 .teaser-simple.columns-6 a,
  div[class*=frame-type-menu] .teaser-simple.columns-6 a {
    flex: 0 1 calc(16.666667% - 1rem);
  }
}
.news-list-view-layout-0 .teaser-pills ul,
div[class*=frame-type-menu] .teaser-pills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5rem;
}
.news-list-view-layout-0 .teaser-pills ul li,
div[class*=frame-type-menu] .teaser-pills ul li {
  margin: 0;
  padding: 0;
}
.news-list-view-layout-0 .teaser-pills ul li a,
div[class*=frame-type-menu] .teaser-pills ul li a {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-view-layout-0 .teaser-pills ul li a:not(.btn-primary),
div[class*=frame-type-menu] .teaser-pills ul li a:not(.btn-primary) {
  color: #58585A;
}
.news-list-view-layout-0 .teaser-pills ul li a:not(.btn-primary):hover,
div[class*=frame-type-menu] .teaser-pills ul li a:not(.btn-primary):hover {
  background-color: rgb(231.5333333333, 231.5333333333, 240.0666666667);
  border-color: rgb(231.5333333333, 231.5333333333, 240.0666666667);
}
@media (min-width: 768px) {
  .news-list-view-layout-0 .teaser-pills ul,
  div[class*=frame-type-menu] .teaser-pills ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .news-list-view-layout-0 .teaser-pills ul,
  div[class*=frame-type-menu] .teaser-pills ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .news-list-view-layout-0 .teaser-pills ul,
  div[class*=frame-type-menu] .teaser-pills ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.news-list-view-layout-0 .icon-slider li.slider-item,
div[class*=frame-type-menu] .icon-slider li.slider-item {
  padding: 2rem;
  text-align: center;
}
.news-list-view-layout-0 .icon-slider a .icon-slider-item,
div[class*=frame-type-menu] .icon-slider a .icon-slider-item {
  position: relative;
  border: 2px solid var(--bs-primary);
  border-radius: 50rem;
  padding: 2rem;
  aspect-ratio: 1/1;
}
.news-list-view-layout-0 .icon-slider a .icon-slider-item svg,
div[class*=frame-type-menu] .icon-slider a .icon-slider-item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}
.news-list-view-layout-0 .icon-slider a .icon-slider-item-title,
div[class*=frame-type-menu] .icon-slider a .icon-slider-item-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 10px));
  min-width: 150px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.news-list-view-layout-0 .icon-slider a:hover .icon-slider-item svg,
div[class*=frame-type-menu] .icon-slider a:hover .icon-slider-item svg {
  width: 100px;
  height: 100px;
}
.news-list-view-layout-0 .icon-slider a:hover .icon-slider-item-title,
div[class*=frame-type-menu] .icon-slider a:hover .icon-slider-item-title {
  transform: translate(-50%, calc(50% - 10px));
}
.news-list-view-layout-0 .teaser-default-item,
.news-list-view-layout-0 .teaser-doctor-item,
div[class*=frame-type-menu] .teaser-default-item,
div[class*=frame-type-menu] .teaser-doctor-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list-view-layout-0 .teaser-default-item-image,
.news-list-view-layout-0 .teaser-doctor-item-image,
div[class*=frame-type-menu] .teaser-default-item-image,
div[class*=frame-type-menu] .teaser-doctor-item-image {
  margin: 0 5rem;
  flex: 0 0 auto;
}
.news-list-view-layout-0 .teaser-default-item .item-body,
.news-list-view-layout-0 .teaser-doctor-item .item-body,
div[class*=frame-type-menu] .teaser-default-item .item-body,
div[class*=frame-type-menu] .teaser-doctor-item .item-body {
  flex: 1 1 auto;
  margin-top: 1rem;
  margin-bottom: auto;
}
.news-list-view-layout-0 .teaser-default-item .item-body-title,
.news-list-view-layout-0 .teaser-doctor-item .item-body-title,
div[class*=frame-type-menu] .teaser-default-item .item-body-title,
div[class*=frame-type-menu] .teaser-doctor-item .item-body-title {
  color: #97BE0D;
  margin-bottom: 0.3333333333rem;
  font-weight: 500;
}
.news-list-view-layout-0 .teaser-default-item .item-link,
.news-list-view-layout-0 .teaser-doctor-item .item-link,
div[class*=frame-type-menu] .teaser-default-item .item-link,
div[class*=frame-type-menu] .teaser-doctor-item .item-link {
  flex: 0 0 auto;
}

.form-group {
  margin-bottom: 1.25rem;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox,
ul.f3-widget-paginator {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  justify-content: start;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li,
ul.f3-widget-paginator li {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox,
  ul.f3-widget-paginator {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }
  .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li,
  ul.f3-widget-paginator li {
    margin-bottom: 10px;
  }
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a svg {
  fill: #fff;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover {
  color: #fff;
  background-color: rgb(128.35, 161.5, 11.05);
  border-color: rgb(120.8, 152, 10.4);
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover svg {
  fill: #fff;
}
.btn-check:focus + .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:focus {
  color: #fff;
  background-color: rgb(128.35, 161.5, 11.05);
  border-color: rgb(120.8, 152, 10.4);
  box-shadow: 0 0 0 0.25rem rgba(166.6, 199.75, 49.3, 0.5);
}
.btn-check:checked + .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .btn-check:active + .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:active, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.active, .show > .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.dropdown-toggle {
  color: #fff;
  background-color: rgb(120.8, 152, 10.4);
  border-color: rgb(113.25, 142.5, 9.75);
}
.btn-check:checked + .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:focus, .btn-check:active + .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:focus, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:active:focus, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.active:focus, .show > .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(166.6, 199.75, 49.3, 0.5);
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:disabled, .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.disabled {
  color: #fff;
  background-color: #97BE0D;
  border-color: #97BE0D;
}

.news-list-view-layout-0 .article {
  margin-bottom: 0.5rem;
}
.news-list-view-layout-0 .article .news-list-image img {
  border-radius: 1rem;
}
.news-list-view-layout-0 .article .header .h5 {
  font-size: 1.25rem;
  font-weight: 500;
}
.news-list-view-layout-0 .article .teaser-wrap .teaser-text {
  flex: 1 1 100%;
  margin-right: 0.75rem;
}
.news-list-view-layout-0 .article .teaser-wrap .teaser-text > div {
  margin-bottom: 0.75rem;
}
.news-list-view-layout-1 {
  display: block;
}
.news-list-view-layout-1 .article {
  padding: 1rem;
  padding-right: 3rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  height: 100%;
}
.news-list-view-layout-1 .article a {
  color: #fff;
  position: relative;
  display: block;
}
.news-list-view-layout-1 .article a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -1.75rem;
  top: 0;
  background-color: #fff;
  border-radius: 50rem;
}
.news-list-view-layout-1 .article a:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -1.75rem;
  top: 0;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%27%20%2F%3E%3C%2Fsvg%3E");
  transform: scale(0.6) scaleX(-1);
  background-color: #97BE0D;
}
.news-list-view-layout-1 .article:hover {
  background-color: rgb(135.8256157635, 170.9064039409, 11.6935960591);
}
.news-list-view-layout-1 .article:hover a {
  color: #fff;
}
.news-list-view-layout-1 .article .news-content-wrap .header {
  margin-bottom: 1rem;
}
.news-list-view-layout-1 .article .news-content-wrap .header .h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  color: #fff;
}
.news-list-view-layout-2 {
  display: block;
}
.news-list-view-layout-2 .article {
  flex: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .news-list-view-layout-2 .article {
    flex-direction: row;
  }
}
.news-list-view-layout-2 .article:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.news-list-view-layout-2 .article .news-img-wrap {
  margin-right: 1.5rem;
  flex: 0 1 300px;
}
.news-list-view-layout-2 .article .news-img-wrap img {
  border-radius: 1rem;
}
.news-list-view-layout-2 .article .news-content-wrap {
  flex: 1 1 100%;
}
.news-list-view-layout-2 .article .news-content-wrap .teaser-text {
  margin-bottom: 0.75rem;
}
.news-list-view-layout-98 .article .news-img-wrap {
  position: relative;
}
.news-list-view-layout-98 .article .news-img-wrap img {
  border-radius: 1rem;
}
.news-list-view-layout-98 .article .news-content-wrap .h3 {
  color: var(--bs-primary);
  text-align: center;
  margin: 1rem 0;
}
.news-list-view-layout-98 .article .news-content-wrap .news-list-date {
  text-align: center;
  color: #003c71;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.news-list-view-layout-98 .article .news-content-wrap .teaser-text {
  text-align: center;
  margin-bottom: 1rem;
  min-height: 75px;
}
.news-single .article h1, .news-single .article .h1 {
  margin-bottom: 0.75rem;
}
.news-single .article .news-date {
  font-weight: bold;
}
.news-single .article h4, .news-single .article .h4 {
  margin-bottom: 1rem;
}
.news-single .article .news-img-wrap {
  margin-bottom: 2rem;
}
.news-single .article .news-img-wrap img {
  border-radius: 1rem;
}

.tx-ttaddress .tt_address_list .address-list .vcard img {
  border-radius: 50rem;
}
@media (min-width: 992px) {
  .tx-ttaddress .tt_address_detail .adr-contact li {
    display: flex;
  }
  .tx-ttaddress .tt_address_detail .adr-contact li .adr-label {
    flex: 0 1 150px;
  }
  .tx-ttaddress .tt_address_detail .adr-contact li .adr-value {
    flex: 1 1 auto;
  }
}

.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup {
  font-weight: 400;
}

.imagefader {
  position: relative;
  font-size: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 576px) {
  .imagefader {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1200px) {
  .imagefader {
    aspect-ratio: 5/2;
  }
}
.imagefader-item {
  border: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 1.5s linear;
}
.imagefader-item .slider-info {
  font-size: 1.25rem;
  position: absolute;
  opacity: 0;
  min-width: 300px;
  right: -400px;
  bottom: -400px;
  padding: 1.5rem;
  z-index: 0;
  background-color: rgba(151, 190, 13, 0.7);
  color: #fff;
  transition: all 0.8s ease;
}
.imagefader-item .slider-info .slider-title {
  font-weight: bold;
  text-transform: uppercase;
}
.imagefader-item.active {
  opacity: 1;
}
.imagefader-item.active .slider-info {
  opacity: 1;
  bottom: 6rem;
  right: 6rem;
  transition: all 0.5s ease;
  transition-delay: 1s;
}

.swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  --swiffy-slider-snap-align: center;
  --swiffy-slider-item-width: 100%;
  --swiffy-slider-item-gap: 1.5rem;
  --swiffy-slider-item-reveal: 0rem;
  --swiffy-slider-item-ratio: 2/1;
  --swiffy-slider-item-count: 1;
  --swiffy-slider-nav-light: #fff;
  --swiffy-slider-nav-dark: #97BE0D;
  --swiffy-slider-nav-zoom: 1;
  --swiffy-slider-track-opacity: 0.1;
  --swiffy-slider-track-height: 0;
  --swiffy-slider-nav-outside-size: 3.5rem;
  --swiffy-slider-indicator-outside-size: 1.5rem;
  --swiffy-slider-animation-duration: .75s;
  --swiffy-slider-animation-delay: 0s;
  --swiffy-slider-animation-timing: ease-in-out;
}
.swiffy-slider::after, .swiffy-slider::before {
  box-sizing: border-box;
}
.swiffy-slider ::-webkit-scrollbar {
  height: var(--swiffy-slider-track-height);
}
.swiffy-slider ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
}
.swiffy-slider ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
.swiffy-slider ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.slider-container {
  --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
  --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  display: grid;
  align-items: center;
  height: 100%;
  grid: auto/auto-flow max-content;
  grid-auto-rows: 100%;
  grid-auto-columns: var(--swiffy-slider-item-width);
  grid-auto-flow: column;
  grid-gap: var(--swiffy-slider-item-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
  background-clip: padding-box;
  overflow-y: hidden;
}
@media (max-width: 991.98px) {
  .slider-container {
    scroll-snap-type: x mandatory;
  }
}
.slider-container > * {
  /*The slides*/
  scroll-snap-align: var(--swiffy-slider-snap-align);
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-item-helper .slider-container > * {
  background-size: cover;
  background-color: #e1e1e1;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-item-helper:not(.slider-item-ratio) .slider-container > * {
  min-height: 20rem;
}

.slider-item-ratio .slider-container > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item-ratio-contain .slider-container > * > * {
  object-fit: contain;
}

.slider-item-ratio .slider-container > *::after {
  display: block;
  padding-top: calc(100% / (var(--swiffy-slider-item-ratio)));
  content: "";
}

.slider-item-ratio-32x9 {
  --swiffy-slider-item-ratio: 32/9;
}

.slider-item-ratio-21x9 {
  --swiffy-slider-item-ratio: 21/9;
}

.slider-item-ratio-16x9 {
  --swiffy-slider-item-ratio: 16/9;
}

.slider-item-ratio-4x3 {
  --swiffy-slider-item-ratio: 4/3;
}

.slider-item-ratio-2x1 {
  --swiffy-slider-item-ratio: 2/1;
}

.slider-item-ratio-1x1 {
  --swiffy-slider-item-ratio: 1/1;
}

.slider-item-ratio-3x4 {
  --swiffy-slider-item-ratio: 3/4;
}

.slider-nav-scrollbar {
  --swiffy-slider-track-height: 0.5rem;
}
.slider-nav-scrollbar .slider-container {
  scrollbar-width: thin;
}

.slider-nav-nodelay .slider-container {
  scroll-behavior: auto;
}

.slider-indicators {
  position: absolute;
  right: 2rem;
  bottom: 0;
  left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.slider-nav-scrollbar .slider-indicators {
  margin-bottom: calc(1rem + var(--swiffy-slider-track-height));
}

.slider-indicators > *.active {
  opacity: 1;
}

.swiffy-slider.slider-indicators-outside .slider-nav {
  margin-bottom: var(--swiffy-slider-indicator-outside-size);
}

.swiffy-slider.slider-indicators-outside {
  padding-bottom: var(--swiffy-slider-indicator-outside-size);
}

.swiffy-slider.slider-indicators-outside.slider-indicators,
.swiffy-slider.slider-indicators-outside .slider-indicators {
  margin-bottom: 0;
}

.slider-indicators > * {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 1.5rem;
  height: 0.2rem;
  padding: 0;
  border: 0.4rem solid transparent;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0.3;
  transition: all 0.4s ease;
}
.slider-indicators > *.cursor-default {
  cursor: default;
}

.slider-indicators-square.slider-indicators > *,
.slider-indicators-square .slider-indicators > * {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.4rem solid transparent;
}

.slider-indicators-round.slider-indicators > *,
.slider-indicators-round .slider-indicators > * {
  width: 13px;
  height: 13px;
  border: 5px solid transparent;
  border-radius: 50%;
  position: relative;
}
.slider-indicators-round.slider-indicators > *:before,
.slider-indicators-round .slider-indicators > *:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 9px;
  top: 2px;
  left: 2px;
}
.slider-indicators-round.slider-indicators > *.active:before,
.slider-indicators-round .slider-indicators > *.active:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  top: 4px;
  left: 4px;
}

.slider-indicators-highlight.slider-indicators > *.active,
.slider-indicators-highlight .slider-indicators > *.active {
  border: 0.33rem solid transparent;
  padding: 0.07rem;
}

.slider-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  visibility: hidden;
  opacity: 0.8;
  transition: visibility 0.1s, opacity 0.2s linear;
  margin-bottom: var(--swiffy-slider-track-height);
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  transform: scale(var(--swiffy-slider-nav-zoom));
}
.slider-nav::before {
  position: absolute;
  content: "";
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
}
.slider-nav::after {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%27%20%2F%3E%3C%2Fsvg%3E");
  mask-size: cover;
  background-color: var(--swiffy-slider-nav-light);
  background-origin: content-box;
  width: 3rem;
  height: 3rem;
}

.slider-nav-arrow .slider-nav::after {
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M12%208a.5.5%200%200%201-.5.5H5.707l2.147%202.146a.5.5%200%200%201-.708.708l-3-3a.5.5%200%200%201%200-.708l3-3a.5.5%200%201%201%20.708.708L5.707%207.5H11.5a.5.5%200%200%201%20.5.5z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M12%208a.5.5%200%200%201-.5.5H5.707l2.147%202.146a.5.5%200%200%201-.708.708l-3-3a.5.5%200%200%201%200-.708l3-3a.5.5%200%201%201%20.708.708L5.707%207.5H11.5a.5.5%200%200%201%20.5.5z%27%20%2F%3E%3C%2Fsvg%3E");
}

.slider-nav-chevron .slider-nav::after {
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M9.224%201.553a.5.5%200%200%201%20.223.67L6.56%208l2.888%205.776a.5.5%200%201%201-.894.448l-3-6a.5.5%200%200%201%200-.448l3-6a.5.5%200%200%201%20.67-.223z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M9.224%201.553a.5.5%200%200%201%20.223.67L6.56%208l2.888%205.776a.5.5%200%201%201-.894.448l-3-6a.5.5%200%200%201%200-.448l3-6a.5.5%200%200%201%20.67-.223z%27%20%2F%3E%3C%2Fsvg%3E");
}

.slider-nav-caret .slider-nav::after {
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20d%3D%27M10%2012.796V3.204L4.519%208%2010%2012.796zm-.659.753-5.48-4.796a1%201%200%200%201%200-1.506l5.48-4.796A1%201%200%200%201%2011%203.204v9.592a1%201%200%200%201-1.659.753z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20d%3D%27M10%2012.796V3.204L4.519%208%2010%2012.796zm-.659.753-5.48-4.796a1%201%200%200%201%200-1.506l5.48-4.796A1%201%200%200%201%2011%203.204v9.592a1%201%200%200%201-1.659.753z%27%20%2F%3E%3C%2Fsvg%3E");
}

.slider-nav-caretfill .slider-nav::after {
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20d%3D%27m3.86%208.753%205.482%204.796c.646.566%201.658.106%201.658-.753V3.204a1%201%200%200%200-1.659-.753l-5.48%204.796a1%201%200%200%200%200%201.506z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20d%3D%27m3.86%208.753%205.482%204.796c.646.566%201.658.106%201.658-.753V3.204a1%201%200%200%200-1.659-.753l-5.48%204.796a1%201%200%200%200%200%201.506z%27%20%2F%3E%3C%2Fsvg%3E");
}

.swiffy-slider:hover .slider-nav {
  visibility: visible;
}

.swiffy-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next) {
  visibility: hidden;
}

.swiffy-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next {
  visibility: hidden;
}

.slider-nav-outside .slider-container {
  margin: 0 var(--swiffy-slider-nav-outside-size);
}

.slider-nav-outside .slider-nav {
  padding: 0;
}

.swiffy-slider .slider-nav:hover {
  opacity: 1;
}

.slider-nav-square .slider-nav {
  padding: 0;
}

.slider-nav-round .slider-nav::before,
.slider-nav-square .slider-nav::before {
  background-color: var(--swiffy-slider-nav-light);
}

.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
  background-color: var(--swiffy-slider-nav-dark);
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.75rem;
}

.slider-nav-round .slider-nav::before {
  border-radius: 50%;
}

.slider-nav-round .slider-nav::after {
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%27%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%27%20%2F%3E%3C%2Fsvg%3E");
}

.slider-nav-dark .slider-nav::after {
  background-color: var(--swiffy-slider-nav-dark);
}

.slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
  background-color: var(--swiffy-slider-nav-dark);
}

.slider-nav-dark.slider-nav-round .slider-nav::after,
.slider-nav-dark.slider-nav-square .slider-nav::after {
  background-color: var(--swiffy-slider-nav-light);
}

.slider-nav-sm {
  --swiffy-slider-nav-zoom: .75;
  --swiffy-slider-nav-outside-size: 2.5rem;
}

.slider-nav.slider-nav-next::after {
  transform: rotate(180deg);
}

.slider-nav.slider-nav-next {
  right: 0;
}

.slider-nav-visible .slider-nav {
  visibility: visible;
}

.slider-nav-dark .slider-nav {
  opacity: 0.6;
}

.slider-indicators-dark.slider-indicators > *,
.slider-indicators-dark .slider-indicators > * {
  background-color: var(--swiffy-slider-nav-dark);
}

.slider-item-snapstart {
  --swiffy-slider-snap-align: start;
}

.slider-item-nosnap {
  --swiffy-slider-snap-align: unset;
}

.slider-item-nogap {
  --swiffy-slider-item-gap: 0rem;
}

.slider-item-reveal {
  --swiffy-slider-item-reveal: 8rem;
}

.slider-item-snapstart.slider-item-reveal {
  --swiffy-slider-item-reveal: 4rem;
}

.slider-item-show2 {
  --swiffy-slider-item-count: 2;
}

.slider-item-show3 {
  --swiffy-slider-item-count: 3;
}

.slider-item-show4 {
  --swiffy-slider-item-count: 4;
}

.slider-item-show5 {
  --swiffy-slider-item-count: 5;
}

.slider-item-show6 {
  --swiffy-slider-item-count: 6;
}

.slider-nav-mousedrag .slider-container {
  cursor: grab;
}

.slider-nav-mousedrag .slider-container.dragging {
  scroll-snap-type: unset;
  scroll-behavior: unset;
  user-select: none;
}

@media (hover: hover) {
  .slider-nav-mousedrag .slider-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .slider-nav-animation.slider-nav-animation-fast {
    --swiffy-slider-animation-duration: .25s;
  }
  .slider-nav-animation.slider-nav-animation-slow {
    --swiffy-slider-animation-duration: 1.25s;
  }
  .slider-nav-animation .slider-container > * > * {
    transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
    transition-delay: var(--swiffy-slider-animation-delay);
  }
  .slider-nav-animation .slider-container .slide-visible > * {
    transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
    transition-delay: var(--swiffy-slider-animation-delay);
  }
  .slider-nav-animation.slider-nav-animation-fadein .slider-container > * > * {
    opacity: 0.5;
  }
  .slider-nav-animation.slider-nav-animation-scale .slider-container > * > * {
    transform: scale(0.9);
  }
  .slider-nav-animation.slider-nav-animation-appear .slider-container > * > * {
    opacity: 0.3;
    transform: scale(0.9);
  }
  .slider-nav-animation.slider-nav-animation-scaleup .slider-container > * > * {
    transform: scale(0.25);
  }
  .slider-nav-animation.slider-nav-animation-turn .slider-container > * > * {
    transform: rotateY(70deg);
  }
  .slider-nav-animation.slider-nav-animation-slideup .slider-container > * > * {
    transform: translateY(60%) scale(0.99);
  }
  .slider-nav-animation.slider-nav-animation-slideup .slider-container {
    overflow-y: hidden;
  }
  .slider-nav-animation .slider-container > *.slide-visible > * {
    opacity: 1;
    transform: none;
  }
  .slider-nav-animation.slider-nav-animation-blur .slider-container > .slider-item {
    filter: blur(3px);
    opacity: 0.2;
    transition: all 0.8s ease;
  }
  .slider-nav-animation.slider-nav-animation-blur .slider-container > .slider-item.slide-visible {
    filter: blur(0);
    opacity: 1;
    transition: all var(--swiffy-slider-animation-duration) ease;
  }
}
@media (min-width: 62rem) {
  .slider-item-show6:not(.slider-item-snapstart) .slider-container > *,
  .slider-item-show4:not(.slider-item-snapstart) .slider-container > *,
  .slider-item-show2:not(.slider-item-snapstart) .slider-container > * {
    scroll-snap-align: unset;
  }
  .slider-item-show6:not(.slider-item-snapstart) .slider-container > *::before,
  .slider-item-show4:not(.slider-item-snapstart) .slider-container > *::before,
  .slider-item-show2:not(.slider-item-snapstart) .slider-container > *::before {
    content: " ";
    display: block;
    position: absolute;
    left: calc(var(--swiffy-slider-item-gap) / 2 * -1);
    top: 0;
    /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
    width: 1px;
    height: 1px;
    scroll-snap-align: var(--swiffy-slider-snap-align);
  }
  .slider-nav-outside-expand .slider-nav {
    margin-left: -5rem;
  }
  .slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -5rem;
  }
  .slider-nav-sm.slider-nav-outside-expand .slider-nav {
    margin-left: -4rem;
  }
  .slider-nav-sm.slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -4rem;
  }
  .slider-indicators-sm.slider-indicators {
    display: none;
  }
}
@media (max-width: 62rem) {
  .swiffy-slider {
    --swiffy-slider-track-height: 0rem;
    --swiffy-slider-item-reveal: 0rem;
    --swiffy-slider-item-count: 1;
    --swiffy-slider-nav-zoom: .75;
  }
  .slider-item-reveal {
    --swiffy-slider-item-reveal: 4rem;
  }
  .slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 2rem;
  }
  .slider-item-show6 .slider-container {
    grid-auto-columns: calc(25% - var(--swiffy-slider-item-gap) / 4 * 3);
  }
  .slider-item-show6.slider-item-reveal .slider-container {
    grid-auto-columns: calc(25% - var(--swiffy-slider-item-gap) / 4 * 3 - 0.5rem);
  }
  .slider-item-show6.slider-item-reveal .slider-container > * {
    scroll-snap-align: unset;
  }
  .slider-item-show6.slider-item-reveal .slider-container > *::before {
    content: " ";
    display: block;
    position: absolute;
    left: calc(var(--swiffy-slider-item-gap) / 2 * -1);
    top: 0;
    /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
    width: 1px;
    height: 1px;
    scroll-snap-align: center;
  }
  .slider-nav-outside-expand .slider-container,
  .slider-nav-outside .slider-container {
    margin: 0 2rem;
  }
  .slider-nav-outside-expand .slider-container {
    margin: 0 var(--swiffy-slider-nav-outside-size);
  }
  .slider-nav-outside-expand .slider-nav {
    padding: 0;
  }
  .slider-indicators-square.slider-indicators > *,
  .slider-indicators-square .slider-indicators > *,
  .slider-indicators-round.slider-indicators > *,
  .slider-indicators-round .slider-indicators > * {
    width: 0.3rem;
    height: 0.3rem;
  }
  .slider-indicators {
    margin-bottom: 0.5rem;
    display: none;
  }
  .slider-nav-scrollbar .slider-indicators {
    margin-bottom: 0rem;
  }
  .slider-indicators > * {
    width: 1rem;
    height: 0.125rem;
    border-width: 0.25rem;
  }
  .slider-indicators-sm .slider-indicators,
  .slider-indicators-sm.slider-indicators {
    display: flex;
  }
}
@media (max-width: 48rem) {
  .slider-item-show6 .slider-container {
    grid-auto-columns: calc(50% - var(--swiffy-slider-item-gap) / 2);
  }
  .slider-item-show6.slider-item-reveal .slider-container {
    grid-auto-columns: calc(50% - var(--swiffy-slider-item-gap) / 2 - 1.5rem);
  }
}
@media (hover: none) {
  .swiffy-slider.slider-nav-touch .slider-nav {
    visibility: visible;
  }
  .swiffy-slider:not(.slider-nav-touch).slider-nav-outside-expand .slider-container,
  .swiffy-slider:not(.slider-nav-touch).slider-nav-outside .slider-container {
    margin: 0 0rem;
  }
  .slider-item-nosnap-touch {
    --swiffy-slider-snap-align: unset;
  }
}
.praxisdaten table.praxisdaten-opentimes tr td.table-cell-1 {
  min-width: 50px;
  font-weight: 500;
}
.praxisdaten table.praxisdaten-opentimes tr td.table-cell-2 {
  text-align: end;
}
.praxisdaten table.praxisdaten-opentimes tr td.table-cell-3:before {
  content: "- ";
  opacity: 0.5;
}
.praxisdaten table.praxisdaten-opentimes tr td.table-cell-3:after {
  content: " Uhr";
  opacity: 0.5;
}
.praxisdaten-opentimes-text {
  margin-top: 0.5rem;
}

.unconsented-video {
  position: relative;
  cursor: pointer;
}
.unconsented-video .video-cookie-info-text {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  transition: all 1s ease;
}
.unconsented-video:hover .video-cookie-info-text {
  opacity: 0.8;
  transition: all 0.5s ease;
}

#cookieConsentTrigger {
  position: fixed;
  z-index: 1;
  bottom: 1rem;
  left: 0.5rem;
  line-height: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 99rem;
  background-color: color-mix(in srgb, var(--bs-primary), transparent 30%);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}
#cookieConsentTrigger svg {
  width: 24px;
  height: 24px;
  padding: 0;
}
#cookieConsentTrigger:hover {
  background-color: var(--bs-primary);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.75);
}

#cookieConsent {
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}
#cookieConsent::backdrop {
  background-image: linear-gradient(45deg, var(--bs-primary), var(--bs-secondary), var(--bs-primary));
  opacity: 0.75;
}
#cookieConsent .info-text {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  #cookieConsent .info-text {
    font-size: 1rem;
  }
}
#cookieConsent .cookie-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cookieConsent .cookie-actions .cookie-links {
  margin: 0;
  margin-bottom: 10px;
}
#cookieConsent .cookie-actions .cookie-links a {
  color: #97BE0D;
}
#cookieConsent .cookie-actions .cookie-links a svg {
  width: 10px;
  height: 10px;
}
#cookieConsent .cookie-actions .cookie-decision label {
  margin-right: 1rem;
}
#cookieConsent .cookie-actions button {
  margin-top: 10px;
}

body.high-contrast div[class*=frame-type-menu] a:not(.btn) {
  color: var(--bs-contrast-black);
  text-decoration: underline;
}
body.high-contrast div[class*=frame-type-menu] a:not(.btn) svg {
  fill: var(--bs-contrast-black);
}
body.high-contrast div[class*=frame-type-text] a:not(.btn),
body.high-contrast div[class*=frame-type-textmedia] a:not(.btn),
body.high-contrast .breadcrumb a:not(.btn) {
  color: var(--bs-contrast-black);
  text-decoration: underline;
}
body.high-contrast a.single-link:not(.btn) {
  color: var(--bs-contrast-black);
  text-decoration: underline;
}
body.high-contrast button.btn-link {
  color: var(--bs-contrast-black);
  text-decoration: underline;
}
body.high-contrast .btn-secondary,
body.high-contrast .btn-primary {
  background-color: var(--bs-contrast-black);
  border-color: var(--bs-contrast-black);
}
body.high-contrast .btn-secondary svg,
body.high-contrast .btn-primary svg {
  fill: var(--bs-contrast-white);
}
body.high-contrast .btn-outline-secondary,
body.high-contrast .btn-outline-primary {
  border-color: var(--bs-contrast-black);
  color: var(--bs-contrast-black);
}
body.high-contrast .btn-outline-secondary svg,
body.high-contrast .btn-outline-primary svg {
  fill: var(--bs-contrast-black);
}
body.high-contrast .btn-outline-secondary:hover,
body.high-contrast .btn-outline-primary:hover {
  background-color: var(--bs-contrast-black);
  border-color: var(--bs-contrast-black);
  color: var(--bs-contrast-white);
}
body.high-contrast .btn-outline-secondary:hover svg,
body.high-contrast .btn-outline-primary:hover svg {
  fill: var(--bs-contrast-white);
}
body.high-contrast [data-toggle=toggleContrast] svg {
  fill: #fff;
  background-color: #000;
  border-radius: 50rem;
  box-shadow: 0 0 0 2px #000;
}
body.high-contrast h1, body.high-contrast .h1, body.high-contrast h2, body.high-contrast .h2, body.high-contrast h3, body.high-contrast .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption .file-title, .frame-type-slider_content .slider-container .slider-item.item-with-text figcaption body.high-contrast .file-title, body.high-contrast .news-list-view-layout-2 .article .news-content-wrap .header, .news-list-view-layout-2 .article .news-content-wrap body.high-contrast .header, body.high-contrast .news-list-view-layout-98 .article .news-content-wrap .h3, .news-list-view-layout-98 .article .news-content-wrap body.high-contrast .h3, body.high-contrast .h3, body.high-contrast h4, body.high-contrast .h4, body.high-contrast h5, body.high-contrast .h5, body.high-contrast h6, body.high-contrast .h6 {
  color: var(--bs-contrast-black);
}
body.high-contrast .news-list-view-layout-98 .article, body.high-contrast .news-list-view.news-list-view-layout- .article {
  box-shadow: inset 0 0 1px 1px var(--bs-contrast-black);
  background-color: transparent;
}
body.high-contrast .news-list-view-layout-98 .article .news-content-wrap .news-list-date, body.high-contrast .news-list-view.news-list-view-layout- .article .news-content-wrap .news-list-date {
  color: var(--bs-contrast-black);
}
body.high-contrast #header #headerContent #startpageBoxes .startpage-shortcuts-item {
  box-shadow: inset 0 0 1px 1px var(--bs-contrast-black);
  background-color: var(--bs-contrast-white);
  color: var(--bs-contrast-black);
}
body.high-contrast #header #headerContent #startpageBoxes .startpage-areas, body.high-contrast #header #headerContent #startpageBoxes .startpage-searchbox {
  background-color: var(--bs-contrast-black);
}
body.high-contrast #header #headerContent #startpageBoxes .startpage-areas svg, body.high-contrast #header #headerContent #startpageBoxes .startpage-searchbox svg {
  fill: var(--bs-contrast-black);
}
body.high-contrast #header #headerContent .frame-gradient-startpage {
  background: linear-gradient(to bottom, var(--bs-contrast-black) 0%, var(--bs-contrast-black) 220px, var(--bs-contrast-black) 22px, var(--bs-contrast-black) 100%);
}
body.high-contrast .frame-box-light {
  background-color: var(--bs-contrast-white);
  box-shadow: inset 0 0 1px 1px var(--bs-contrast-black);
}
body.high-contrast .frame-gradient {
  background: linear-gradient(to bottom, var(--bs-contrast-black) 0%, var(--bs-contrast-black) 220px, var(--bs-contrast-black) 22px, var(--bs-contrast-black) 100%);
}
body.high-contrast .frame-box-primary {
  background-color: var(--bs-contrast-black);
}
body.high-contrast #mainMenu.menu-main-accordion ul li a {
  color: var(--bs-contrast-black);
}
body.high-contrast .frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .nav-accordion-header-link[aria-expanded=true] {
  border: 1px solid var(--bs-contrast-black);
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.high-contrast .frame-type-sd_accordion_container .nav-accordion .nav-accordion-item .accordion-body-container {
  border: 1px solid var(--bs-contrast-black);
}
body.high-contrast .slider-nav-dark.slider-nav-round .slider-nav::before, body.high-contrast .slider-nav-dark.slider-nav-square .slider-nav::before {
  background-color: #000;
}
body.high-contrast .news-list-view-layout-1 .article:hover {
  background-color: var(--bs-contrast-white);
}
body.high-contrast .news-list-view-layout-1 .article:hover .h3 {
  color: var(--bs-contrast-black);
}
body.high-contrast .news-list-view-layout-1 .article:hover a {
  color: var(--bs-contrast-black);
}
body.high-contrast .news-list-view-layout-1 .article:hover a:before {
  background-color: var(--bs-contrast-black);
}
body.high-contrast .news-list-view-layout-1 .article:hover a:after {
  color: var(--bs-contrast-white);
}
body.high-contrast .form-select, body.high-contrast .custom-select,
body.high-contrast .form-check-input,
body.high-contrast .form-control {
  border-color: var(--bs-contrast-black);
  color: var(--bs-contrast-black);
}
body.high-contrast .praxisdaten a {
  color: var(--bs-contrast-black);
  text-decoration: underline;
}
body.high-contrast .news-list-view-layout-0 .teaser-list-item .item-info-title .item-info-city,
body.high-contrast .news-list-view-layout-0 .teaser-list-item .item-info-title .item-info-title, body.high-contrast div[class*=frame-type-menu] .teaser-list-item .item-info-city,
body.high-contrast div[class*=frame-type-menu] .teaser-list-item .item-info-title {
  color: var(--bs-contrast-black);
}
body.high-contrast .news-list-view-layout-0 .teaser-list-item .item-info-title svg, body.high-contrast div[class*=frame-type-menu] .teaser-list-item svg {
  fill: var(--bs-contrast-black);
}
body.high-contrast .teaser-doctor .item-body-title {
  color: var(--bs-contrast-black);
}
body.high-contrast div[class*=frame-type-menu] .teaser-doctor-item .item-body-title {
  color: var(--bs-contrast-black);
}

.sd-speech {
  display: none;
  height: 30px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sd-speech audio {
  height: 30px;
}

body.speech-on .sd-speech {
  display: block;
}
body.speech-on [data-toggle=toggleSpeech] svg {
  fill: #fff;
  background-color: #000;
  border-radius: 50rem;
  box-shadow: 0 0 0 2px #000;
}

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