@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0078b5;
  --bs-blue-light: #249bd9;
  --bs-blue-lighter: #b4e5ff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #88cc05;
  --bs-teal: #20c997;
  --bs-cyan: #1ee3cf;
  --bs-white: #fff;
  --bs-gray-light: #e4e8f1;
  --bs-gray: #686868;
  --bs-gray-dark: #343a40;
  --bs-green-light: #b4ffc3;
  --bs-primary: #0078b5;
  --bs-blue-light: #249bd9;
  --bs-blue-lighter: #b4e5ff;
  --bs-secondary: #686868;
  --bs-success: #88cc05;
  --bs-info: #1ee3cf;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f5f5;
  --bs-dark: #212121;
  --bs-gray-light: #e4e8f1;
  --bs-green-light: #b4ffc3;
  --bs-font-sans-serif: "Roboto", 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));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  -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, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

h5, .h5 {
  font-size: calc(1.256rem + 0.072vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.31rem;
  }
}

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

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

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: bolder;
}

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: #0078b5;
  text-decoration: underline;
}
a:hover {
  color: shift-color(#0078b5, 20%);
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212121;
  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: #686868;
  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-file-upload-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;
}

.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: #686868;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  border-radius: 0.375rem;
  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: #686868;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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: 1700px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1620px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

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

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@media (min-width: 1700px) {
  .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-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.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: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 768px) {
  .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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 992px) {
  .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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1700px) {
  .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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 3.75rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212121;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212121;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212121;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212121;
  vertical-align: top;
  border-color: #e4e8f1;
}
.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;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.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-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-bg: #cce4f0;
  --bs-table-striped-bg: #cfe5f1;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #d1e7f2;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #d0e6f1;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #d1e7f2;
}

.table-secondary {
  --bs-table-bg: #e1e1e1;
  --bs-table-striped-bg: #e3e3e3;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #e4e4e4;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e3e3e3;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #e4e4e4;
}

.table-success {
  --bs-table-bg: #e7f5cd;
  --bs-table-striped-bg: #e8f6d0;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #e9f6d2;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e9f6d1;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #e9f6d2;
}

.table-info {
  --bs-table-bg: #d2f9f5;
  --bs-table-striped-bg: #d4f9f6;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #d7faf6;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #d5f9f6;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #d7faf6;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #fff4d0;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #fff4d2;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #fff4d1;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #fff4d2;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #f8d9dc;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #f9dbde;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #f9dadd;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #f9dbde;
}

.table-light {
  --bs-table-bg: #f5f5f5;
  --bs-table-striped-bg: #f6f6f6;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #f6f6f6;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #f6f6f6;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #f6f6f6;
}

.table-dark {
  --bs-table-bg: #212121;
  --bs-table-striped-bg: #2c2c2c;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373737;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323232;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373737;
}

.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: 1699.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.69rem + 1px);
  padding-bottom: calc(0.69rem + 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.406rem + 1px);
  padding-bottom: calc(0.406rem + 1px);
  font-size: 0.875rem;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.69rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  appearance: none;
  border-radius: 0.375rem;
  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: #212121;
  background-color: #fff;
  border-color: #80bcda;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e0e0e0;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.69rem 0.9rem;
  margin: -0.69rem -0.9rem;
  margin-inline-end: 0.9rem;
  color: #212121;
  background-color: #e0e0e0;
  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: #d5d5d5;
}
.form-control::-webkit-file-upload-button {
  padding: 0.69rem 0.9rem;
  margin: -0.69rem -0.9rem;
  margin-inline-end: 0.9rem;
  color: #212121;
  background-color: #e0e0e0;
  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::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #d5d5d5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.69rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212121;
  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.812rem + 2px));
  padding: 0.406rem 0.9rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.406rem 0.9rem;
  margin: -0.406rem -0.9rem;
  margin-inline-end: 0.9rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.406rem 0.9rem;
  margin: -0.406rem -0.9rem;
  margin-inline-end: 0.9rem;
}

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.69rem 2.7rem 0.69rem 0.9rem;
  -moz-padding-start: calc(0.9rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 16px 12px;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80bcda;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.9rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e0e0e0;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212121;
}

.form-select-sm {
  padding-top: 0.406rem;
  padding-bottom: 0.406rem;
  padding-left: 0.9rem;
  font-size: 0.875rem;
}

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  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: #80bcda;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 0.25);
}
.form-check-input:checked {
  background-color: #0078b5;
  border-color: #0078b5;
}
.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 10l3 3l6-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: #0078b5;
  border-color: #0078b5;
  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-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@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='%2380bcda'/%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-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, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  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 rgba(0, 120, 181, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(0, 120, 181, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0078b5;
  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: #b3d7e9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e8f1;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0078b5;
  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: #b3d7e9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e8f1;
  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 {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.9rem;
  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 0.9rem;
}
.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 {
  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 {
  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 {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.69rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: center;
  white-space: nowrap;
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.406rem 0.9rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.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: #88cc05;
}

.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(136, 204, 5, 0.9);
  border-radius: 0.375rem;
}

.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: #88cc05;
  padding-right: calc(1.5em + 1.38rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2388cc05' d='M2.3 6.73L.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.345rem) center;
  background-size: calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #88cc05;
  box-shadow: 0 0 0 0 rgba(136, 204, 5, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #88cc05;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.95rem;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 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='%2388cc05' d='M2.3 6.73L.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 0.9rem center, center right 2.7rem;
  background-size: 16px 12px, calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #88cc05;
  box-shadow: 0 0 0 0 rgba(136, 204, 5, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #88cc05;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #88cc05;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(136, 204, 5, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #88cc05;
}

.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,
.input-group .form-select.is-valid {
  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,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.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(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.95rem;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.9rem center, center right 2.7rem;
  background-size: 16px 12px, calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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,
.input-group .form-select.is-invalid {
  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,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.69rem 0.9rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  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 {
    transition: none;
  }
}
.btn:hover {
  color: #212121;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0078b5;
  border-color: #0078b5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00669a;
  border-color: #006091;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #00669a;
  border-color: #006091;
  box-shadow: 0 0 0 0 rgba(38, 140, 192, 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: #006091;
  border-color: #005a88;
}
.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 rgba(38, 140, 192, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0078b5;
  border-color: #0078b5;
}

.btn-blue-light {
  color: #fff;
  background-color: #249bd9;
  border-color: #249bd9;
}
.btn-blue-light:hover {
  color: #fff;
  background-color: #1f84b8;
  border-color: #1d7cae;
}
.btn-check:focus + .btn-blue-light, .btn-blue-light:focus {
  color: #fff;
  background-color: #1f84b8;
  border-color: #1d7cae;
  box-shadow: 0 0 0 0 rgba(69, 170, 223, 0.5);
}
.btn-check:checked + .btn-blue-light, .btn-check:active + .btn-blue-light, .btn-blue-light:active, .btn-blue-light.active, .show > .btn-blue-light.dropdown-toggle {
  color: #fff;
  background-color: #1d7cae;
  border-color: #1b74a3;
}
.btn-check:checked + .btn-blue-light:focus, .btn-check:active + .btn-blue-light:focus, .btn-blue-light:active:focus, .btn-blue-light.active:focus, .show > .btn-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(69, 170, 223, 0.5);
}
.btn-blue-light:disabled, .btn-blue-light.disabled {
  color: #fff;
  background-color: #249bd9;
  border-color: #249bd9;
}

.btn-blue-lighter {
  color: #fff;
  background-color: #b4e5ff;
  border-color: #b4e5ff;
}
.btn-blue-lighter:hover {
  color: #fff;
  background-color: #99c3d9;
  border-color: #90b7cc;
}
.btn-check:focus + .btn-blue-lighter, .btn-blue-lighter:focus {
  color: #fff;
  background-color: #99c3d9;
  border-color: #90b7cc;
  box-shadow: 0 0 0 0 rgba(191, 233, 255, 0.5);
}
.btn-check:checked + .btn-blue-lighter, .btn-check:active + .btn-blue-lighter, .btn-blue-lighter:active, .btn-blue-lighter.active, .show > .btn-blue-lighter.dropdown-toggle {
  color: #fff;
  background-color: #90b7cc;
  border-color: #87acbf;
}
.btn-check:checked + .btn-blue-lighter:focus, .btn-check:active + .btn-blue-lighter:focus, .btn-blue-lighter:active:focus, .btn-blue-lighter.active:focus, .show > .btn-blue-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(191, 233, 255, 0.5);
}
.btn-blue-lighter:disabled, .btn-blue-lighter.disabled {
  color: #fff;
  background-color: #b4e5ff;
  border-color: #b4e5ff;
}

.btn-secondary {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #585858;
  border-color: #535353;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #585858;
  border-color: #535353;
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 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: #535353;
  border-color: #4e4e4e;
}
.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 rgba(127, 127, 127, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.btn-success {
  color: #fff;
  background-color: #88cc05;
  border-color: #88cc05;
}
.btn-success:hover {
  color: #fff;
  background-color: #74ad04;
  border-color: #6da304;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #74ad04;
  border-color: #6da304;
  box-shadow: 0 0 0 0 rgba(154, 212, 43, 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: #6da304;
  border-color: #669904;
}
.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 rgba(154, 212, 43, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #88cc05;
  border-color: #88cc05;
}

.btn-info {
  color: #fff;
  background-color: #1ee3cf;
  border-color: #1ee3cf;
}
.btn-info:hover {
  color: #fff;
  background-color: #1ac1b0;
  border-color: #18b6a6;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #1ac1b0;
  border-color: #18b6a6;
  box-shadow: 0 0 0 0 rgba(64, 231, 214, 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: #18b6a6;
  border-color: #17aa9b;
}
.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 rgba(64, 231, 214, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #1ee3cf;
  border-color: #1ee3cf;
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d9a406;
  border-color: #cc9a06;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #d9a406;
  border-color: #cc9a06;
  box-shadow: 0 0 0 0 rgba(255, 202, 44, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc9a06;
  border-color: #bf9105;
}
.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 rgba(255, 202, 44, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 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: #b02a37;
  border-color: #a52834;
}
.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 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #fff;
  background-color: #d0d0d0;
  border-color: #c4c4c4;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #fff;
  background-color: #d0d0d0;
  border-color: #c4c4c4;
  box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #b8b8b8;
}
.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 rgba(247, 247, 247, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1a1a1a;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 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: #1a1a1a;
  border-color: #191919;
}
.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 rgba(66, 66, 66, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-gray-light {
  color: #fff;
  background-color: #e4e8f1;
  border-color: #e4e8f1;
}
.btn-gray-light:hover {
  color: #fff;
  background-color: #c2c5cd;
  border-color: #b6bac1;
}
.btn-check:focus + .btn-gray-light, .btn-gray-light:focus {
  color: #fff;
  background-color: #c2c5cd;
  border-color: #b6bac1;
  box-shadow: 0 0 0 0 rgba(232, 235, 243, 0.5);
}
.btn-check:checked + .btn-gray-light, .btn-check:active + .btn-gray-light, .btn-gray-light:active, .btn-gray-light.active, .show > .btn-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #b6bac1;
  border-color: #abaeb5;
}
.btn-check:checked + .btn-gray-light:focus, .btn-check:active + .btn-gray-light:focus, .btn-gray-light:active:focus, .btn-gray-light.active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(232, 235, 243, 0.5);
}
.btn-gray-light:disabled, .btn-gray-light.disabled {
  color: #fff;
  background-color: #e4e8f1;
  border-color: #e4e8f1;
}

.btn-green-light {
  color: #fff;
  background-color: #b4ffc3;
  border-color: #b4ffc3;
}
.btn-green-light:hover {
  color: #fff;
  background-color: #99d9a6;
  border-color: #90cc9c;
}
.btn-check:focus + .btn-green-light, .btn-green-light:focus {
  color: #fff;
  background-color: #99d9a6;
  border-color: #90cc9c;
  box-shadow: 0 0 0 0 rgba(191, 255, 204, 0.5);
}
.btn-check:checked + .btn-green-light, .btn-check:active + .btn-green-light, .btn-green-light:active, .btn-green-light.active, .show > .btn-green-light.dropdown-toggle {
  color: #fff;
  background-color: #90cc9c;
  border-color: #87bf92;
}
.btn-check:checked + .btn-green-light:focus, .btn-check:active + .btn-green-light:focus, .btn-green-light:active:focus, .btn-green-light.active:focus, .show > .btn-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(191, 255, 204, 0.5);
}
.btn-green-light:disabled, .btn-green-light.disabled {
  color: #fff;
  background-color: #b4ffc3;
  border-color: #b4ffc3;
}

.btn-outline-primary {
  color: #0078b5;
  border-color: #0078b5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0078b5;
  border-color: #0078b5;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 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: #0078b5;
  border-color: #0078b5;
}
.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 rgba(0, 120, 181, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0078b5;
  background-color: transparent;
}

.btn-outline-blue-light {
  color: #249bd9;
  border-color: #249bd9;
}
.btn-outline-blue-light:hover {
  color: #fff;
  background-color: #249bd9;
  border-color: #249bd9;
}
.btn-check:focus + .btn-outline-blue-light, .btn-outline-blue-light:focus {
  box-shadow: 0 0 0 0 rgba(36, 155, 217, 0.5);
}
.btn-check:checked + .btn-outline-blue-light, .btn-check:active + .btn-outline-blue-light, .btn-outline-blue-light:active, .btn-outline-blue-light.active, .btn-outline-blue-light.dropdown-toggle.show {
  color: #fff;
  background-color: #249bd9;
  border-color: #249bd9;
}
.btn-check:checked + .btn-outline-blue-light:focus, .btn-check:active + .btn-outline-blue-light:focus, .btn-outline-blue-light:active:focus, .btn-outline-blue-light.active:focus, .btn-outline-blue-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(36, 155, 217, 0.5);
}
.btn-outline-blue-light:disabled, .btn-outline-blue-light.disabled {
  color: #249bd9;
  background-color: transparent;
}

.btn-outline-blue-lighter {
  color: #b4e5ff;
  border-color: #b4e5ff;
}
.btn-outline-blue-lighter:hover {
  color: #fff;
  background-color: #b4e5ff;
  border-color: #b4e5ff;
}
.btn-check:focus + .btn-outline-blue-lighter, .btn-outline-blue-lighter:focus {
  box-shadow: 0 0 0 0 rgba(180, 229, 255, 0.5);
}
.btn-check:checked + .btn-outline-blue-lighter, .btn-check:active + .btn-outline-blue-lighter, .btn-outline-blue-lighter:active, .btn-outline-blue-lighter.active, .btn-outline-blue-lighter.dropdown-toggle.show {
  color: #fff;
  background-color: #b4e5ff;
  border-color: #b4e5ff;
}
.btn-check:checked + .btn-outline-blue-lighter:focus, .btn-check:active + .btn-outline-blue-lighter:focus, .btn-outline-blue-lighter:active:focus, .btn-outline-blue-lighter.active:focus, .btn-outline-blue-lighter.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(180, 229, 255, 0.5);
}
.btn-outline-blue-lighter:disabled, .btn-outline-blue-lighter.disabled {
  color: #b4e5ff;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #686868;
  border-color: #686868;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 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: #686868;
  border-color: #686868;
}
.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 rgba(104, 104, 104, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #686868;
  background-color: transparent;
}

.btn-outline-success {
  color: #88cc05;
  border-color: #88cc05;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #88cc05;
  border-color: #88cc05;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(136, 204, 5, 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: #88cc05;
  border-color: #88cc05;
}
.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 rgba(136, 204, 5, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #88cc05;
  background-color: transparent;
}

.btn-outline-info {
  color: #1ee3cf;
  border-color: #1ee3cf;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1ee3cf;
  border-color: #1ee3cf;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(30, 227, 207, 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: #1ee3cf;
  border-color: #1ee3cf;
}
.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 rgba(30, 227, 207, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #1ee3cf;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 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: #fff;
  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 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 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: #dc3545;
  border-color: #dc3545;
}
.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 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 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: #fff;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.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 rgba(245, 245, 245, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f5f5f5;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212121;
  border-color: #212121;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 33, 33, 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: #212121;
  border-color: #212121;
}
.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 rgba(33, 33, 33, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212121;
  background-color: transparent;
}

.btn-outline-gray-light {
  color: #e4e8f1;
  border-color: #e4e8f1;
}
.btn-outline-gray-light:hover {
  color: #fff;
  background-color: #e4e8f1;
  border-color: #e4e8f1;
}
.btn-check:focus + .btn-outline-gray-light, .btn-outline-gray-light:focus {
  box-shadow: 0 0 0 0 rgba(228, 232, 241, 0.5);
}
.btn-check:checked + .btn-outline-gray-light, .btn-check:active + .btn-outline-gray-light, .btn-outline-gray-light:active, .btn-outline-gray-light.active, .btn-outline-gray-light.dropdown-toggle.show {
  color: #fff;
  background-color: #e4e8f1;
  border-color: #e4e8f1;
}
.btn-check:checked + .btn-outline-gray-light:focus, .btn-check:active + .btn-outline-gray-light:focus, .btn-outline-gray-light:active:focus, .btn-outline-gray-light.active:focus, .btn-outline-gray-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(228, 232, 241, 0.5);
}
.btn-outline-gray-light:disabled, .btn-outline-gray-light.disabled {
  color: #e4e8f1;
  background-color: transparent;
}

.btn-outline-green-light {
  color: #b4ffc3;
  border-color: #b4ffc3;
}
.btn-outline-green-light:hover {
  color: #fff;
  background-color: #b4ffc3;
  border-color: #b4ffc3;
}
.btn-check:focus + .btn-outline-green-light, .btn-outline-green-light:focus {
  box-shadow: 0 0 0 0 rgba(180, 255, 195, 0.5);
}
.btn-check:checked + .btn-outline-green-light, .btn-check:active + .btn-outline-green-light, .btn-outline-green-light:active, .btn-outline-green-light.active, .btn-outline-green-light.dropdown-toggle.show {
  color: #fff;
  background-color: #b4ffc3;
  border-color: #b4ffc3;
}
.btn-check:checked + .btn-outline-green-light:focus, .btn-check:active + .btn-outline-green-light:focus, .btn-outline-green-light:active:focus, .btn-outline-green-light.active:focus, .btn-outline-green-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(180, 255, 195, 0.5);
}
.btn-outline-green-light:disabled, .btn-outline-green-light.disabled {
  color: #b4ffc3;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0078b5;
  text-decoration: underline;
}
.btn-link:hover {
  color: shift-color(#0078b5, 20%);
}
.btn-link:disabled, .btn-link.disabled {
  color: #686868;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.406rem 0.9rem;
  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;
  }
}

.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: #212121;
  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.375rem;
}
.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: 1700px) {
  .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;
  }
}
.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: #212121;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e1e1e;
  background-color: #e0e0e0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0078b5;
}
.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: #686868;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #e4e8f1;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #e4e8f1;
}
.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: #0078b5;
}
.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: #e4e8f1;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}
.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 {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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: 1.125rem 0.95rem;
  color: #0078b5;
  text-decoration: none;
  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: shift-color(#0078b5, 20%);
}
.nav-link.disabled {
  color: #686868;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e4e8f1;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e0e0e0 #e0e0e0 #e4e8f1;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #686868;
  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: #e4e8f1 #e4e8f1 #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.375rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0078b5;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1700px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.95rem;
  padding-left: 0.95rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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.375rem;
}
.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.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 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:hover {
  text-decoration: none;
}
.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.375rem - 1px) calc(0.375rem - 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.375rem - 1px) calc(0.375rem - 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.375rem - 1px);
}

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

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

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 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.5rem;
  font-size: 1rem;
  color: #212121;
  text-align: left;
  background-color: #f5f5f5;
  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: #212121;
  background-color: #e0e0e0;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  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: #e0e0e0;
  outline: 0;
  box-shadow: none;
}

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

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

.accordion-body {
  padding: 1.5rem 1.5rem;
}

.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-bottom: 1.5rem;
  font-size: 0.75rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.75rem;
  color: #212121;
  content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E")) /* rtl: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E")) */;
}
.breadcrumb-item.active {
  color: #212121;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0078b5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  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: shift-color(#0078b5, 20%);
  background-color: #e0e0e0;
  border-color: #e4e8f1;
}
.page-link:focus {
  z-index: 3;
  color: shift-color(#0078b5, 20%);
  background-color: #e0e0e0;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0078b5;
  border-color: #0078b5;
}
.page-item.disabled .page-link {
  color: #686868;
  pointer-events: none;
  background-color: #fff;
  border-color: #e4e8f1;
}

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

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

.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: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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.5em 0.75em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #212121;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.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 {
  color: #00486d;
  background-color: #cce4f0;
  border-color: #b3d7e9;
}
.alert-primary .alert-link {
  color: #003a57;
}

.alert-blue-light {
  color: #165d82;
  background-color: #d3ebf7;
  border-color: #bde1f4;
}
.alert-blue-light .alert-link {
  color: #124a68;
}

.alert-blue-lighter {
  color: #6c8999;
  background-color: #f0faff;
  border-color: #e9f7ff;
}
.alert-blue-lighter .alert-link {
  color: #566e7a;
}

.alert-secondary {
  color: #3e3e3e;
  background-color: #e1e1e1;
  border-color: #d2d2d2;
}
.alert-secondary .alert-link {
  color: #323232;
}

.alert-success {
  color: #527a03;
  background-color: #e7f5cd;
  border-color: #dbf0b4;
}
.alert-success .alert-link {
  color: #426202;
}

.alert-info {
  color: #12887c;
  background-color: #d2f9f5;
  border-color: #bcf7f1;
}
.alert-info .alert-link {
  color: #0e6d63;
}

.alert-warning {
  color: #997404;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #7a5d03;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #939393;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light .alert-link {
  color: #767676;
}

.alert-dark {
  color: #141414;
  background-color: lightgray;
  border-color: #bcbcbc;
}
.alert-dark .alert-link {
  color: #101010;
}

.alert-gray-light {
  color: #898b91;
  background-color: #fafafc;
  border-color: #f7f8fb;
}
.alert-gray-light .alert-link {
  color: #6e6f74;
}

.alert-green-light {
  color: #6c9975;
  background-color: #f0fff3;
  border-color: #e9ffed;
}
.alert-green-light .alert-link {
  color: #567a5e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e0e0e0;
  border-radius: 0.375rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0078b5;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.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: #f5f5f5;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #e0e0e0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212121;
  text-decoration: none;
  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: #686868;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0078b5;
  border-color: #0078b5;
}
.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.375rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  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.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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: 1700px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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;
  }
}
.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: #00486d;
  background-color: #cce4f0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00486d;
  background-color: #b8cdd8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00486d;
  border-color: #00486d;
}

.list-group-item-blue-light {
  color: #165d82;
  background-color: #d3ebf7;
}
.list-group-item-blue-light.list-group-item-action:hover, .list-group-item-blue-light.list-group-item-action:focus {
  color: #165d82;
  background-color: #bed4de;
}
.list-group-item-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: #165d82;
  border-color: #165d82;
}

.list-group-item-blue-lighter {
  color: #6c8999;
  background-color: #f0faff;
}
.list-group-item-blue-lighter.list-group-item-action:hover, .list-group-item-blue-lighter.list-group-item-action:focus {
  color: #6c8999;
  background-color: #d8e1e6;
}
.list-group-item-blue-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #6c8999;
  border-color: #6c8999;
}

.list-group-item-secondary {
  color: #3e3e3e;
  background-color: #e1e1e1;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3e3e3e;
  background-color: #cbcbcb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}

.list-group-item-success {
  color: #527a03;
  background-color: #e7f5cd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #527a03;
  background-color: #d0ddb9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #527a03;
  border-color: #527a03;
}

.list-group-item-info {
  color: #12887c;
  background-color: #d2f9f5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #12887c;
  background-color: #bde0dd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #12887c;
  border-color: #12887c;
}

.list-group-item-warning {
  color: #997404;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #997404;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #997404;
  border-color: #997404;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #939393;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #939393;
  background-color: #e4e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

.list-group-item-dark {
  color: #141414;
  background-color: lightgray;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141414;
  background-color: #bebebe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.list-group-item-gray-light {
  color: #898b91;
  background-color: #fafafc;
}
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #898b91;
  background-color: #e1e1e3;
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: #898b91;
  border-color: #898b91;
}

.list-group-item-green-light {
  color: #6c9975;
  background-color: #f0fff3;
}
.list-group-item-green-light.list-group-item-action:hover, .list-group-item-green-light.list-group-item-action:focus {
  color: #6c9975;
  background-color: #d8e6db;
}
.list-group-item-green-light.list-group-item-action.active {
  color: #fff;
  background-color: #6c9975;
  border-color: #6c9975;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 120, 181, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #686868;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  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 #e4e8f1;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 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-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e4e8f1;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 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: 1699.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  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;
  word-spacing: normal;
  white-space: 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.375rem;
}

.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;
  word-spacing: normal;
  white-space: 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: 0.3rem;
}
.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 #f0f0f0;
}

.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;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@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: 1050;
  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-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: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

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

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

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

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0078b5;
}
.link-primary:hover, .link-primary:focus {
  color: #006091;
}

.link-blue-light {
  color: #249bd9;
}
.link-blue-light:hover, .link-blue-light:focus {
  color: #1d7cae;
}

.link-blue-lighter {
  color: #b4e5ff;
}
.link-blue-lighter:hover, .link-blue-lighter:focus {
  color: #90b7cc;
}

.link-secondary {
  color: #686868;
}
.link-secondary:hover, .link-secondary:focus {
  color: #535353;
}

.link-success {
  color: #88cc05;
}
.link-success:hover, .link-success:focus {
  color: #6da304;
}

.link-info {
  color: #1ee3cf;
}
.link-info:hover, .link-info:focus {
  color: #18b6a6;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #cc9a06;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f5f5f5;
}
.link-light:hover, .link-light:focus {
  color: #c4c4c4;
}

.link-dark {
  color: #212121;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1a1a;
}

.link-gray-light {
  color: #e4e8f1;
}
.link-gray-light:hover, .link-gray-light:focus {
  color: #b6bac1;
}

.link-green-light {
  color: #b4ffc3;
}
.link-green-light:hover, .link-green-light:focus {
  color: #90cc9c;
}

.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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

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

.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 {
  border: 1px solid #e4e8f1 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0078b5 !important;
}

.border-blue-light {
  border-color: #249bd9 !important;
}

.border-blue-lighter {
  border-color: #b4e5ff !important;
}

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

.border-success {
  border-color: #88cc05 !important;
}

.border-info {
  border-color: #1ee3cf !important;
}

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

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

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

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

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

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

.border-white {
  border-color: #fff !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: 0.75rem !important;
}

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

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

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

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

.gap-8 {
  gap: 3.75rem !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: 0.75rem !important;
}

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

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

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

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

.m-8 {
  margin: 3.75rem !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: 0.75rem !important;
  margin-left: 0.75rem !important;
}

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

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

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

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

.mx-8 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !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: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

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

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

.my-8 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n8 {
  margin: -3.75rem !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: -0.75rem !important;
  margin-left: -0.75rem !important;
}

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

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

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

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

.mx-n8 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !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: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 3.75rem !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: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-8 {
  padding-right: 3.75rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-8 {
  padding-left: 3.75rem !important;
}

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

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

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

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

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

.fs-5 {
  font-size: calc(1.256rem + 0.072vw) !important;
}

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

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

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

.fw-light {
  font-weight: 300 !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-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 {
  color: #0078b5 !important;
}

.text-blue-light {
  color: #249bd9 !important;
}

.text-blue-lighter {
  color: #b4e5ff !important;
}

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

.text-success {
  color: #88cc05 !important;
}

.text-info {
  color: #1ee3cf !important;
}

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

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f5f5f5 !important;
}

.text-dark {
  color: #212121 !important;
}

.text-gray-light {
  color: #e4e8f1 !important;
}

.text-green-light {
  color: #b4ffc3 !important;
}

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

.text-body {
  color: #212121 !important;
}

.text-muted {
  color: #686868 !important;
}

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

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

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

.bg-primary {
  background-color: #0078b5 !important;
}

.bg-blue-light {
  background-color: #249bd9 !important;
}

.bg-blue-lighter {
  background-color: #b4e5ff !important;
}

.bg-secondary {
  background-color: #686868 !important;
}

.bg-success {
  background-color: #88cc05 !important;
}

.bg-info {
  background-color: #1ee3cf !important;
}

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

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #212121 !important;
}

.bg-gray-light {
  background-color: #e4e8f1 !important;
}

.bg-green-light {
  background-color: #b4ffc3 !important;
}

.bg-body {
  background-color: #fff !important;
}

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

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

.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.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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: 0.75rem !important;
  }

  .gap-sm-4 {
    gap: 1rem !important;
  }

  .gap-sm-5 {
    gap: 1.5rem !important;
  }

  .gap-sm-6 {
    gap: 2rem !important;
  }

  .gap-sm-7 {
    gap: 3rem !important;
  }

  .gap-sm-8 {
    gap: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .m-sm-8 {
    margin: 3.75rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

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

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

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

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

  .mx-sm-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

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

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

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

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

  .my-sm-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n8 {
    margin: -3.75rem !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: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

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

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

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

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

  .mx-sm-n8 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !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: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-sm-n8 {
    margin-left: -3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .p-sm-8 {
    padding: 3.75rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

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

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

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

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

  .px-sm-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-sm-8 {
    padding-right: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-8 {
    padding-left: 3.75rem !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: 0.75rem !important;
  }

  .gap-md-4 {
    gap: 1rem !important;
  }

  .gap-md-5 {
    gap: 1.5rem !important;
  }

  .gap-md-6 {
    gap: 2rem !important;
  }

  .gap-md-7 {
    gap: 3rem !important;
  }

  .gap-md-8 {
    gap: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .m-md-8 {
    margin: 3.75rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

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

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

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

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

  .mx-md-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

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

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

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

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

  .my-md-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n8 {
    margin: -3.75rem !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: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

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

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

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

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

  .mx-md-n8 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !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: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-md-n8 {
    margin-left: -3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .p-md-8 {
    padding: 3.75rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

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

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

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

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

  .px-md-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-md-8 {
    padding-right: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-8 {
    padding-left: 3.75rem !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: 0.75rem !important;
  }

  .gap-lg-4 {
    gap: 1rem !important;
  }

  .gap-lg-5 {
    gap: 1.5rem !important;
  }

  .gap-lg-6 {
    gap: 2rem !important;
  }

  .gap-lg-7 {
    gap: 3rem !important;
  }

  .gap-lg-8 {
    gap: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .m-lg-8 {
    margin: 3.75rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

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

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

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

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

  .mx-lg-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

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

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

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

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

  .my-lg-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n8 {
    margin: -3.75rem !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: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

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

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

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

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

  .mx-lg-n8 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !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: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-lg-n8 {
    margin-left: -3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .p-lg-8 {
    padding: 3.75rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

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

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

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

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

  .px-lg-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-8 {
    padding-right: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-8 {
    padding-left: 3.75rem !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: 0.75rem !important;
  }

  .gap-xl-4 {
    gap: 1rem !important;
  }

  .gap-xl-5 {
    gap: 1.5rem !important;
  }

  .gap-xl-6 {
    gap: 2rem !important;
  }

  .gap-xl-7 {
    gap: 3rem !important;
  }

  .gap-xl-8 {
    gap: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

  .m-xl-8 {
    margin: 3.75rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

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

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

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

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

  .mx-xl-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

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

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

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

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

  .my-xl-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n8 {
    margin: -3.75rem !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: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

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

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

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

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

  .mx-xl-n8 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !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: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -3.75rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xl-n5 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n6 {
    margin-left: -2rem !important;
  }

  .ms-xl-n7 {
    margin-left: -3rem !important;
  }

  .ms-xl-n8 {
    margin-left: -3.75rem !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: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.5rem !important;
  }

  .p-xl-6 {
    padding: 2rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .p-xl-8 {
    padding: 3.75rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !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: 0.75rem !important;
  }

  .pt-xl-4 {
    padding-top: 1rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-6 {
    padding-top: 2rem !important;
  }

  .pt-xl-7 {
    padding-top: 3rem !important;
  }

  .pt-xl-8 {
    padding-top: 3.75rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-4 {
    padding-right: 1rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-6 {
    padding-right: 2rem !important;
  }

  .pe-xl-7 {
    padding-right: 3rem !important;
  }

  .pe-xl-8 {
    padding-right: 3.75rem !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: 0.75rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 3.75rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-4 {
    padding-left: 1rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-6 {
    padding-left: 2rem !important;
  }

  .ps-xl-7 {
    padding-left: 3rem !important;
  }

  .ps-xl-8 {
    padding-left: 3.75rem !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: 1700px) {
  .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: 0.75rem !important;
  }

  .gap-xxl-4 {
    gap: 1rem !important;
  }

  .gap-xxl-5 {
    gap: 1.5rem !important;
  }

  .gap-xxl-6 {
    gap: 2rem !important;
  }

  .gap-xxl-7 {
    gap: 3rem !important;
  }

  .gap-xxl-8 {
    gap: 3.75rem !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: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .m-xxl-5 {
    margin: 1.5rem !important;
  }

  .m-xxl-6 {
    margin: 2rem !important;
  }

  .m-xxl-7 {
    margin: 3rem !important;
  }

  .m-xxl-8 {
    margin: 3.75rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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: 0.75rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1rem !important;
  }

  .mt-xxl-5 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 2rem !important;
  }

  .mt-xxl-7 {
    margin-top: 3rem !important;
  }

  .mt-xxl-8 {
    margin-top: 3.75rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-4 {
    margin-right: 1rem !important;
  }

  .me-xxl-5 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-6 {
    margin-right: 2rem !important;
  }

  .me-xxl-7 {
    margin-right: 3rem !important;
  }

  .me-xxl-8 {
    margin-right: 3.75rem !important;
  }

  .me-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: 0.75rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1rem !important;
  }

  .ms-xxl-5 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-6 {
    margin-left: 2rem !important;
  }

  .ms-xxl-7 {
    margin-left: 3rem !important;
  }

  .ms-xxl-8 {
    margin-left: 3.75rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -0.75rem !important;
  }

  .m-xxl-n4 {
    margin: -1rem !important;
  }

  .m-xxl-n5 {
    margin: -1.5rem !important;
  }

  .m-xxl-n6 {
    margin: -2rem !important;
  }

  .m-xxl-n7 {
    margin: -3rem !important;
  }

  .m-xxl-n8 {
    margin: -3.75rem !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: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n8 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !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: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n8 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -3.75rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -0.75rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1rem !important;
  }

  .me-xxl-n5 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n6 {
    margin-right: -2rem !important;
  }

  .me-xxl-n7 {
    margin-right: -3rem !important;
  }

  .me-xxl-n8 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -3.75rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -2rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -3.75rem !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: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .p-xxl-5 {
    padding: 1.5rem !important;
  }

  .p-xxl-6 {
    padding: 2rem !important;
  }

  .p-xxl-7 {
    padding: 3rem !important;
  }

  .p-xxl-8 {
    padding: 3.75rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !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: 0.75rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1rem !important;
  }

  .pt-xxl-5 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 2rem !important;
  }

  .pt-xxl-7 {
    padding-top: 3rem !important;
  }

  .pt-xxl-8 {
    padding-top: 3.75rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1rem !important;
  }

  .pe-xxl-5 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-6 {
    padding-right: 2rem !important;
  }

  .pe-xxl-7 {
    padding-right: 3rem !important;
  }

  .pe-xxl-8 {
    padding-right: 3.75rem !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: 0.75rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 3.75rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1rem !important;
  }

  .ps-xxl-5 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-6 {
    padding-left: 2rem !important;
  }

  .ps-xxl-7 {
    padding-left: 3rem !important;
  }

  .ps-xxl-8 {
    padding-left: 3.75rem !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: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }

  .fs-2 {
    font-size: 2.25rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-5 {
    font-size: 1.31rem !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;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  position: relative;
  visibility: hidden;
  outline: none;
}

.splide__slide {
  position: relative;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s infinite linear;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}

/* Mixins  */
/* Mixins  */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > #wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.svg-link {
  position: relative;
  display: inline-block;
}
.svg-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.pointer {
  cursor: pointer;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-base {
  font-size: 1rem;
}

.font-size-lg {
  font-size: 1.25rem;
}

.font-weight-medium {
  font-weight: 500;
}

.lead {
  font-size: 18px;
}

h1,
.h1 {
  font-weight: 400;
  line-height: 1.33;
  font-family: "Playfair Display", "Roboto", 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";
  margin-bottom: 0.74rem;
  font-size: 1.9rem;
  word-break: break-word;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-weight: 400;
  line-height: 1.33;
  font-family: "Playfair Display", "Roboto", 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";
  margin-bottom: 2.25rem;
  word-break: break-word;
}
h3,
.h3,
.home h2.h3 {
  font-weight: 400;
  line-height: 1.33;
  font-family: "Playfair Display", "Roboto", 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";
  word-break: break-word;
  text-transform: none;
}
h4,
.h4 {
  word-break: break-word;
}
h5,
.h5,
.home h2,
.home .h2,
.faq-sidebar h2,
.faq-sidebar .h2,
.category h1,
.category .h1,
.page-template-page-themenfilter h1,
.page-template-page-themenfilter .h1 {
  margin-bottom: 1.5rem;
  letter-spacing: 1;
  font-weight: 500;
  text-transform: uppercase;
  word-break: break-word;
  font-family: inherit;
  font-size: 1.31rem;
}
@media (max-width: 575.98px) {
  h5,
.h5,
.home h2,
.home .h2,
.faq-sidebar h2,
.faq-sidebar .h2,
.category h1,
.category .h1,
.page-template-page-themenfilter h1,
.page-template-page-themenfilter .h1 {
    margin-bottom: 1rem;
  }
}

input,
button,
select,
optgroup,
textarea {
  font-family: var(--bs-font-sans-serif);
}

p {
  word-break: break-word;
}

.btn-info {
  color: #0e5351;
}

.visually-hidden {
  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;
}

.form-control.border-radius-xs {
  border-radius: 2px;
}

body .error404 {
  display: flex;
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  body .error404 .container .row {
    text-align: center;
    display: flex;
    flex: 1;
    display: flex;
    align-items: center;
  }
  body .error404 .container .row .img-fluid {
    max-height: 230px;
  }
  body .error404 .container .row .search-submit {
    margin-right: 0 !important;
  }
  body .error404 .container .row .btn-startpage {
    width: 100%;
  }
}
.header {
  flex-grow: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .header {
    transform: translateY(-100%);
    transition: transform 0.25s ease-out;
    position: fixed;
    z-index: 1090;
    height: 120px;
  }
}

.header-slide-down {
  transform: translateY(0%);
  z-index: 1090;
  height: 90px;
}
@media (min-width: 992px) {
  .header-slide-down {
    height: 120px;
  }
}

.navbar-nav .nav-link {
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 0.5rem 0.95rem;
  }
}
.navbar-nav .nav-link.active {
  text-decoration: none;
  font-weight: 400;
}
.navbar-nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #1ee3cf;
}
.navbar-nav .nav-link:hover {
  text-decoration: none;
  font-weight: 400;
}

.navbar-toggler {
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler img {
  width: 24px;
}

@media (min-width: 1200px) {
  .header-aside {
    min-width: 180px;
  }
}

.header-aside--buttons {
  justify-content: flex-end;
}

#navbarDropdown {
  text-decoration: none !important;
}

.header .align-items-center.header-aside {
  flex: 1 1 0;
  text-align: center;
}

@media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 16px;
    padding-top: 20px;
  }
}
.navbar-brand img {
  height: 28px;
  width: 128px;
}

.content {
  position: relative;
  z-index: 2;
  width: 100%;
  flex-grow: 1;
}

.fullwidth {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.footer {
  color: #fff;
  padding: 36px 0;
  background: #23282D;
  flex-grow: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 25px 0;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer li + li {
  padding-top: 8px;
}

.footer-title {
  font-size: 14px;
  padding-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer-title {
    padding-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .footer-col + .footer-col {
    padding-top: 48px;
  }
}

#aside.modal.fade .modal-dialog {
  background: #0078b5;
  max-width: 500px;
  width: 100vw;
  margin: 0;
  height: 100vh;
  transform: translate(-500px, 0);
}
#aside.modal.show .modal-dialog {
  transform: none;
}
#aside .modal-content {
  width: 100%;
  height: 100%;
  background: #0078b5;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 16px 28px 16px 24px;
  overflow: auto;
}
#aside .btn-close {
  background: none;
  color: #fff;
  opacity: 1;
}
#aside .btn-close:hover {
  opacity: 0.7;
}

.aside-buttons .btn:hover {
  text-decoration: none;
}

.aside-menu {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-menu li {
  padding-bottom: 16px;
}
.aside-menu li ul {
  padding: 0;
  list-style: none;
  margin: 16px 0 0 18px;
  text-transform: none;
}
.aside-menu li ul li {
  padding: 0 0 12px;
}
.aside-menu li ul li:last-child {
  padding: 0;
}
.aside-menu li ul a {
  font-weight: 400;
  color: #b4e5ff;
}
.aside-menu li ul a:hover {
  color: #fff;
}
.aside-menu a {
  color: #fff;
  text-decoration: none;
}
.aside-menu a:hover {
  color: #b4e5ff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn img:first-child {
  margin: -4px 8px -4px -4px;
}
.btn img:last-child {
  margin: -4px -4px -4px -8px;
}
.btn img:last-child:first-child {
  margin: -4px -4px;
}

.fw-btn-bold {
  font-weight: 600;
}

.badge.bordered {
  box-shadow: inset 0 0 0 1px #212121;
}

#btn-back-to-top {
  position: fixed;
  bottom: 5px;
  right: 0px;
  display: none;
  cursor: pointer;
  z-index: 999;
}

.btn-login {
  border-radius: 50px;
}
.btn-login img:first-child {
  margin: -4px 4px -4px -4px;
}

.subnavbar {
  background: #f5f5f5;
  color: #212121;
  position: relative;
  z-index: 99;
}
.subnavbar .subnavbar-list {
  overflow-x: auto;
  scrollbar-width: thin;
  position: relative;
  padding: 8px 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .subnavbar .subnavbar-list {
    margin: 0 -10px 0 -5px;
    padding: 0;
  }
}
.subnavbar a {
  color: #212121;
  font-size: 1rem;
  padding: 10px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .subnavbar a {
    font-size: 0.875rem;
    padding: 7px 10px;
    height: 36px;
  }
}
.subnavbar a:hover {
  color: #0078b5;
  text-decoration: none;
}
.subnavbar .active a {
  color: #212121;
}
.subnavbar .active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  right: 0;
  height: 3px;
  background: #212121;
}
@media (max-width: 991.98px) {
  .subnavbar .active a:after {
    bottom: 0;
  }
}

.overlow-x-hidden {
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .header-search {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f5f5f5;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.29);
  }
}

.modal-open .subnavbar-list {
  overflow: hidden;
}

.searchbar {
  background: #f5f5f5;
  color: #212121;
  position: relative;
  border-top: 1px solid #e4e8f1;
  padding: 0.25rem 0;
  transform: translateY(-100%);
  transition: transform 0.25s ease-out;
  z-index: -1;
}

.header-search:hover {
  cursor: pointer;
}

.searchbar-slide-down {
  transform: translateY(0%);
}

.searchbar-search .form-control {
  border-radius: 0;
  padding-right: 35px;
}
.searchbar-search #search-clear {
  border: 0;
  margin-left: -32px;
  background-color: transparent;
  opacity: 0.25;
}
.searchbar-search .search-submit {
  background-color: #0078b5;
  border-radius: 4px;
  border: 0;
  color: white;
  height: 48px;
  width: 110px;
}
@media (max-width: 767.98px) {
  .searchbar-search .search-submit {
    width: 70px;
  }
}

.search h1, .search .h1 {
  font-size: calc(1.256rem + 0.072vw);
  font-family: var(--bs-font-sans-serif);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .search h1, .search .h1 {
    font-size: 1.31rem;
  }
}
.search h1 span.primary, .search .h1 span.primary {
  color: #0078b5;
}

.breadcrumb-nav {
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  width: 100%;
}
.breadcrumb-nav .breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: inherit;
  margin: 0;
}
.breadcrumb-nav .breadcrumb li {
  display: inline;
}
.breadcrumb-nav .breadcrumb li a {
  font-weight: 400;
  text-decoration: none;
  color: #212121;
}
.breadcrumb-nav .breadcrumb li a:hover {
  color: #0078b5;
}

.breadcrumb-item {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .breadcrumb-item {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-item {
    padding-right: initial;
  }
}
.breadcrumb-item:first-of-type {
  padding-right: initial;
}
.breadcrumb-item:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.breadcrumb-item:before {
  opacity: 0.3;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.accordion-body,
.summary-box {
  word-break: break-word;
  font-size: 16px;
}

.accordion-item,
.summary-box {
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
}
.accordion-item:not(:first-of-type),
.summary-box:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
}
.accordion-item.blue-light,
.summary-box.blue-light {
  background: #f5fbff;
  border-color: #249bd9;
}
.accordion-item.blue-light .accordion-button,
.summary-box.blue-light .accordion-button {
  background: #b4e5ff;
  box-shadow: 0 0 0 1px #249bd9;
}
.accordion-item.blue-light .accordion-button:not(.collapsed),
.summary-box.blue-light .accordion-button:not(.collapsed) {
  background: #b4e5ff;
  box-shadow: inset 0 -1px 0 #b4e5ff;
}
.accordion-item.blue-light:last-of-type .accordion-button.collapsed,
.summary-box.blue-light:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.accordion-header {
  margin: 0 !important;
}

.accordion-button {
  border-radius: 0.375rem;
  font-size: 1.13rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding: 0.7499rem 1.5rem;
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
.accordion-button:not(.collapsed):after {
  background: url("../img/chevron-down.svg") center center no-repeat;
}
.accordion-button:after {
  width: 24px;
  height: 24px;
  margin-right: -8px;
  color: #0078b5;
  background: url("../img/chevron-down.svg") center center no-repeat;
}

.summary-box {
  border: 1px solid #e0e0e0;
}
.summary-box .body {
  padding: 1.5rem 1.5rem;
}
.summary-box .body h2, .summary-box .body .h2 {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}
.summary-box .body p:last-child {
  margin-bottom: 0;
}
.summary-box > h2, .summary-box > .h2 {
  border-radius: 0.375rem;
  font-size: 1.13rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding: 0.7499rem 1.5rem;
  background: #b4e5ff;
  border-color: #b4e5ff;
  font-family: "Roboto", 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";
}

#accordion-faq,
.accordion-faq {
  margin-bottom: 2.25rem;
}
#accordion-faq .accordion-item,
.accordion-faq .accordion-item {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #d0d0d0;
}
#accordion-faq .accordion-item:last-child,
.accordion-faq .accordion-item:last-child {
  border-bottom: none;
}
#accordion-faq .accordion-item.blue-light,
.accordion-faq .accordion-item.blue-light {
  background: transparent;
  border-color: #d0d0d0;
}
#accordion-faq .accordion-item.blue-light .accordion-button,
.accordion-faq .accordion-item.blue-light .accordion-button {
  background: transparent;
  box-shadow: none;
}
#accordion-faq .accordion-item.blue-light .accordion-button:not(.collapsed),
.accordion-faq .accordion-item.blue-light .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
}
#accordion-faq .accordion-item .accordion-body,
.accordion-faq .accordion-item .accordion-body {
  background: #fff;
}
#accordion-faq .accordion-item .accordion-body p,
.accordion-faq .accordion-item .accordion-body p {
  margin-bottom: 1rem;
}
#accordion-faq .accordion-item .accordion-button,
.accordion-faq .accordion-item .accordion-button {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#accordion-faq .accordion-item .accordion-button:not(.collapsed),
.accordion-faq .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
}

.text {
  font-size: 18px;
  padding-bottom: 12px;
}
@media (max-width: 767.98px) {
  .text {
    font-size: 18px;
  }
}
.text h2,
.text .h2 {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .text h2,
.text .h2 {
    margin: 0 0 0.75rem;
  }
}

.page-main-image {
  display: flex;
  align-items: center;
}
.page-main-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .page-main-image {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
}

.social-links li + li {
  margin-left: 22px;
}

.links-list li {
  padding-bottom: 24px;
}
.links-list li:last-child {
  padding-bottom: 12px;
}

.pt-9 {
  padding-top: 6rem;
}

.pt-10 {
  padding-top: 7rem;
}

.news-list {
  border-top: 1px dashed #e0e0e0;
}

.news-list-position {
  display: flex;
  border-bottom: 1px dashed #e0e0e0;
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .news-list-position {
    flex-direction: column;
  }
}
.news-list-position h3,
.news-list-position .h3 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .news-list-position h3,
.news-list-position .h3 {
    font-size: 1.6rem;
  }
}
.news-list-position a {
  text-decoration: none;
  color: #212121;
}
.news-list-position a:hover {
  color: #0078b5;
}

.news-list-text {
  flex: 1;
  font-family: "Playfair Display", "Roboto", 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";
}
@media (max-width: 767.98px) {
  .news-list-text {
    width: 100%;
    order: 2;
  }
}

.news-list-image {
  display: flex;
  align-items: flex-start;
  margin-left: 1.5rem;
  width: 246px;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-list-image {
    order: 1;
    margin: 0 0 0.75rem;
  }
}
.news-list-image a {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.news-list-image img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
  height: auto;
  position: relative;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.news-list-image img:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.news-list-image.video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27px;
  height: 27px;
  margin: -14px 0 0 -14px;
  background: url("../img/play_big.svg") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}

.date {
  font-size: 12px;
}

.news-list-sm {
  max-width: 381px;
}
.news-list-sm .news-list-position {
  flex-direction: column;
  padding: 0.75rem 0;
}
.news-list-sm .news-list-position h3,
.news-list-sm .news-list-position .h3 {
  font-size: 1.315rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list-sm .news-list-text {
  width: 100%;
}
.news-list-sm .news-list-image {
  width: 100%;
  margin: 0 0 0.75rem;
}
.news-list-sm .news-list-image img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.news-list-sm .news-list-image img:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.article_date {
  font-size: 14px;
  margin-top: 1px;
}

.author-box .list-group-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.author-box .author-header {
  font-weight: 600;
  margin-bottom: 8px;
}
.author-box h6, .author-box .h6 {
  color: #0078b5;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.author-box p {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.author-box p.small {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.author-box p:last-child {
  margin-bottom: 0;
}

.filter-content h1, .filter-content .h1 {
  font-family: "Playfair Display", "Roboto", 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";
  color: #0078b5;
  font-size: 2rem;
  font-weight: 500;
  padding: 2.5rem 2rem 0 2rem;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .filter-content h1, .filter-content .h1 {
    padding: 1.5rem 2rem 0 2rem;
  }
}
.filter-content p {
  padding: 0.5rem 2rem;
  font-size: 1.31rem;
}

.news {
  background: #f5f5f5;
  color: #212121;
  position: relative;
  padding: 24px 0 46px;
  width: 100%;
  flex-grow: 0;
}
@media (max-width: 767.98px) {
  .news {
    padding: 18px 0 2px;
  }
}

.news-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .news-title {
    font-size: 1.31rem;
    margin-bottom: 0.75rem;
  }
}

#additional-articles .date {
  font-family: "Roboto";
}

.article .position-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.videos {
  background: #f5f5f5;
  color: #212121;
  position: relative;
  padding: 48px 0 36px;
  flex-grow: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .videos {
    padding: 24px 0;
  }
}
.videos .splide__track {
  overflow: visible !important;
}
.videos .splide__arrows {
  position: absolute;
  right: 150px;
  top: -54px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .videos .splide__arrows {
    display: none;
  }
}
.videos .splide__arrows .splide__arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto;
  margin: 0;
  left: auto;
  right: auto;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: none;
}
.videos .splide__arrows .splide__arrow + .splide__arrow {
  margin-left: 12px;
}
.videos .splide__arrows .splide__arrow[disabled] {
  display: flex;
  opacity: 0.25;
}
.videos .splide__arrows .splide__arrow.splide__arrow--prev {
  background: url("../img/arr-l.svg") center center no-repeat;
}
.videos .splide__arrows .splide__arrow.splide__arrow--next {
  background: url("../img/arr-r.svg") center center no-repeat;
}
.videos .splide__pagination {
  display: none;
}
@media (max-width: 767.98px) {
  .videos .position-image {
    max-width: none;
  }
}

.videos-title {
  padding-left: 36px;
  position: relative;
}
.videos-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0 0;
  background: url("../img/play-black.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.slideshow {
  color: #212121;
  position: relative;
  padding: 48px 0 36px;
  flex-grow: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .slideshow {
    padding: 24px 0;
  }
}
.slideshow .splide__track {
  overflow: visible !important;
}
.slideshow .splide__arrows {
  position: absolute;
  right: 0;
  top: -40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .slideshow .splide__arrows {
    display: none;
  }
}
.slideshow .splide__arrows .splide__arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto;
  margin: 0;
  left: auto;
  right: auto;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: none;
}
.slideshow .splide__arrows .splide__arrow + .splide__arrow {
  margin-left: 12px;
}
.slideshow .splide__arrows .splide__arrow[disabled] {
  display: flex;
  opacity: 0.25;
}
.slideshow .splide__arrows .splide__arrow.splide__arrow--prev {
  background: url("../img/arr-l.svg") center center no-repeat;
}
.slideshow .splide__arrows .splide__arrow.splide__arrow--next {
  background: url("../img/arr-r.svg") center center no-repeat;
}
.slideshow .splide__pagination {
  display: none;
}
.slideshow .splide__slide img {
  height: auto;
  width: 100%;
}
.slideshow .splide__slide .figure-caption-text {
  background-color: #f5fbff;
  font-size: inherit;
  text-align: left;
  margin-top: -20px;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .slideshow .position-image {
    max-width: none;
  }
}
.slideshow.galleryslider .splide__arrows {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 999;
}
.slideshow.galleryslider .splide__arrows .splide__arrow {
  width: 36px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: none;
  background: none;
  background-color: #0078b5;
  color: white;
}
@media (max-width: 1699.98px) {
  .slideshow.galleryslider .splide__arrows .splide__arrow {
    height: 60px;
  }
}
.slideshow.galleryslider .splide__arrows .splide__arrow + .splide__arrow {
  margin-left: 12px;
}
.slideshow.galleryslider .splide__arrows .splide__arrow[disabled] {
  display: flex;
  opacity: 0.25;
}
.slideshow.galleryslider .splide__arrows .splide__arrow.splide__arrow--prev {
  margin-right: auto !important;
}
.slideshow-title {
  padding-left: 36px;
  position: relative;
}
.slideshow-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0 0;
  background: url("../img/play-black.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

/* galleryslider  */
.slideshow .splide__arrows.galleryslider {
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.slideshow .splide__arrows.galleryslider .splide__arrow--prev {
  left: -2.5rem !important;
  transform: scaleX(-1) translateY(-50%);
}
.slideshow .splide__arrows.galleryslider .splide__arrow--next {
  right: -2.5rem !important;
  transform: translateY(-50%);
}

.similar {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.similar .btn-outline-secondary {
  color: #212121;
  border-color: #e0e0e0;
}
.similar .btn-outline-secondary:hover, .similar .btn-outline-secondary:focus {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

.subscribe {
  background: url("../img/subscribe.png") right top #0078b5;
  color: #fff;
  padding: 24px;
  border-radius: 0.375rem;
}
.subscribe h3, .subscribe .h3 {
  font-size: 2rem;
}

.description {
  background: #0078b5;
  color: #fff;
  padding: 24px;
  border-radius: 0.375rem;
  margin-bottom: 34px;
}
.description h1, .description .h1 {
  font-size: 2rem;
}

.ad {
  background-color: #f5fbff;
}
.ad .position-text a {
  color: inherit;
  text-decoration: none;
}
.ad .position-text a h3, .ad .position-text a .h3,
.ad .position-text a p {
  padding: 0 12px;
}

#content-text .ad,
.div-gpt-ad .ad {
  text-align: center;
  position: relative;
}
#content-text .ad:has(div > iframe)::before,
.div-gpt-ad .ad:has(div > iframe)::before {
  content: "Werbung";
  transform: translateX(-50%);
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 50%;
}
@media screen and (max-width: 520px) {
  #content-text .ad.ad--desktop,
.div-gpt-ad .ad.ad--desktop {
    background-color: transparent;
    display: none;
  }
  #content-text .ad.ad--mobile,
.div-gpt-ad .ad.ad--mobile {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
  }
  #content-text .ad.ad--mobile > div,
.div-gpt-ad .ad.ad--mobile > div {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 520px) {
  #content-text .ad.ad--mobile,
.div-gpt-ad .ad.ad--mobile {
    background-color: transparent;
    display: none;
  }
  #content-text .ad.ad--desktop,
.div-gpt-ad .ad.ad--desktop {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
  }
  #content-text .ad.ad--desktop > div,
.div-gpt-ad .ad.ad--desktop > div {
    margin: 3rem 0;
  }
}

.pca-template-default .ad {
  display: flex;
  justify-content: space-around;
}
.pca-template-default .ad:has(div > iframe) .pca-template-default .ad.ad--desktop > div {
  margin: 3rem 0;
}
.pca-template-default .ad.ad--mobile > div {
  margin: 1.5rem 0;
}

.main--sidebar .ad {
  position: relative;
}
.main--sidebar .ad:has(div > iframe)::before {
  content: "Werbung";
  transform: translateX(-50%);
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 50%;
}
@media screen and (max-width: 520px) {
  .main--sidebar .ad.ad--desktop {
    background-color: transparent;
    display: none;
  }
  .main--sidebar .ad.ad--mobile {
    background-color: transparent;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .main--sidebar .ad.ad--mobile > div {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 520px) {
  .main--sidebar .ad.ad--mobile {
    background-color: transparent;
    display: none;
  }
  .main--sidebar .ad.ad--desktop {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
  }
  .main--sidebar .ad.ad--desktop > div {
    margin: 3rem 0;
  }
}

.ads {
  border: 1px solid #b4e5ff;
  border-radius: 5px;
  padding: 1rem;
}

#n-ad-sidebar .col-12.sticky,
#n-ad-content .col-12.sticky,
#n-ad2-content .col-12.sticky,
#n-ad3-content .col-12.sticky,
.category-ad-lg .col-12.sticky {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0 0.75rem !important;
  width: 100%;
}
#n-ad-sidebar .col-12.sticky h3, #n-ad-sidebar .col-12.sticky .h3,
#n-ad-content .col-12.sticky h3,
#n-ad-content .col-12.sticky .h3,
#n-ad2-content .col-12.sticky h3,
#n-ad2-content .col-12.sticky .h3,
#n-ad3-content .col-12.sticky h3,
#n-ad3-content .col-12.sticky .h3,
.category-ad-lg .col-12.sticky h3,
.category-ad-lg .col-12.sticky .h3 {
  background-color: #f5fbff;
  margin: 0 !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#n-ad-sidebar .col-12.sticky div,
#n-ad-content .col-12.sticky div,
#n-ad2-content .col-12.sticky div,
#n-ad3-content .col-12.sticky div,
.category-ad-lg .col-12.sticky div {
  background-color: #f5fbff;
}
#n-ad-sidebar .col-12.sticky img,
#n-ad-content .col-12.sticky img,
#n-ad2-content .col-12.sticky img,
#n-ad3-content .col-12.sticky img,
.category-ad-lg .col-12.sticky img {
  display: block;
  margin-left: -0.75rem;
}
#n-ad-sidebar .sitelink,
#n-ad-content .sitelink,
#n-ad2-content .sitelink,
#n-ad3-content .sitelink,
.category-ad-lg .sitelink {
  margin-bottom: 0 !important;
}

@media (min-width: 1700px) {
  #n-ad-content .col-12.sticky,
#n-ad2-content .col-12.sticky,
#n-ad3-content .col-12.sticky,
.category-ad-lg .col-12.sticky {
    background-image: none !important;
    background-color: #f5fbff !important;
    padding: 0 0.75rem !important;
    width: calc(50% - 0.75rem);
  }
  #n-ad-content .col-12.sticky h3, #n-ad-content .col-12.sticky .h3,
#n-ad2-content .col-12.sticky h3,
#n-ad2-content .col-12.sticky .h3,
#n-ad3-content .col-12.sticky h3,
#n-ad3-content .col-12.sticky .h3,
.category-ad-lg .col-12.sticky h3,
.category-ad-lg .col-12.sticky .h3 {
    background-color: #f5fbff;
    margin: 0 !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #n-ad-content .col-12.sticky div,
#n-ad2-content .col-12.sticky div,
#n-ad3-content .col-12.sticky div,
.category-ad-lg .col-12.sticky div {
    background-color: #f5fbff;
  }
  #n-ad-content .col-12.sticky img,
#n-ad2-content .col-12.sticky img,
#n-ad3-content .col-12.sticky img,
.category-ad-lg .col-12.sticky img {
    display: block;
  }
  #n-ad-content .sitelink,
#n-ad2-content .sitelink,
#n-ad3-content .sitelink,
.category-ad-lg .sitelink {
    margin-bottom: 0 !important;
  }
}
#n-ad-footer-content .ad-footer {
  position: relative;
  display: block;
}
#n-ad-footer-content .sponsor {
  left: 2rem;
  top: 1.75rem;
  position: absolute;
  width: 80px;
}
@media (max-width: 767.98px) {
  #n-ad-footer-content .sponsor {
    left: 1.75rem;
    top: 1rem;
    width: 50px;
  }
}

.ads-text {
  color: #c5c5c5;
  padding: 5px 0;
  text-align: center;
}

.ads-item {
  text-decoration: none;
}

.badge-outline {
  color: black;
  border: 1px solid #999;
  background-color: transparent;
}

.advertorial h1, .advertorial .h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.advertorial h2, .advertorial .h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.advertorial h3, .advertorial .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.advertorial img {
  width: 100%;
  height: auto;
}

.video-listing-wrap {
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .video-listing-wrap {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
}
.video-listing-wrap .video-block {
  border: 1px solid #b4e5ff;
}
.video-listing-wrap .video-block video {
  object-fit: cover;
}
.video-listing-wrap .accordion-item {
  border-radius: 0;
  border-color: #b4e5ff;
  margin: 0;
}
.video-listing-wrap .accordion-item + .accordion-item {
  margin-top: -1px;
}
.video-listing-wrap .accordion-button {
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 0;
  text-transform: none;
  background: #f5fbff;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.13rem;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .accordion-button {
    font-size: 1rem;
  }
}
.video-listing-wrap .accordion-button:hover {
  text-decoration: none;
}
.video-listing-wrap .accordion-button:after {
  display: none;
}
.video-listing-wrap .accordion-button:not(.collapsed) {
  display: none;
}
.video-listing-wrap .accordion-button .video-text {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .accordion-button .video-text {
    padding: 0.5rem 0.75rem;
  }
}
.video-listing-wrap .accordion-body {
  padding: 0;
  font-size: 1.13rem;
  color: #fff;
  background: #0078b5;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .accordion-body {
    font-size: 1rem;
  }
}
.video-listing-wrap .accordion-body .video-block {
  border: none;
}
.video-listing-wrap .accordion-body .video-text {
  cursor: pointer;
  text-decoration: underline;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .accordion-body .video-text {
    padding: 0.5rem 1.5rem;
  }
}
.video-listing-wrap .accordion-body .video-text:hover {
  text-decoration: none;
}
.video-listing-wrap .video-preview {
  width: 180px;
  min-width: 180px;
}
.video-listing-wrap .video-preview:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(112deg, #212121 0%, #6a6a6a00 100%) 0 0 no-repeat;
  opacity: 0.8;
  z-index: 1;
  padding: 0;
  width: 180px;
  min-width: 180px;
}
.video-listing-wrap .video-preview:after {
  content: "";
  position: absolute;
  left: 88px;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  z-index: 10;
  background: url("../img/play_big.svg") center center no-repeat;
  background-size: 50%;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .video-preview:after {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -65px;
  }
}
@media (max-width: 767.98px) {
  .video-listing-wrap .video-preview {
    width: 96px;
    min-width: 96px;
  }
  .video-listing-wrap .video-preview:before {
    width: 96px;
    min-width: 96px;
  }
}
.video-listing-wrap .video-preview img {
  width: 100%;
  object-fit: cover;
  min-height: 106px;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .video-preview img {
    min-height: 92px;
  }
  .video-listing-wrap .video-preview img:before {
    width: 100%;
    min-height: 106px;
  }
  .video-listing-wrap .video-preview img:after {
    left: 51px;
  }
}
.video-listing-wrap .video-listing-title {
  background: #b4e5ff;
  letter-spacing: 1px;
  color: #212121;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.video-listing-wrap .video-listing {
  border: 1px solid #b4e5ff;
  font-size: 18px;
  background: #f5fbff;
}
@media (max-width: 767.98px) {
  .video-listing-wrap .video-listing {
    font-size: 18px;
  }
}
.video-listing-wrap .video-listing-position + .video-listing-position {
  border-top: 1px solid #b4e5ff;
}
.video-listing-wrap .video-listing-position a {
  padding: 24px 24px 24px 72px;
  position: relative;
  color: #212121;
  display: block;
}
.video-listing-wrap .video-listing-position a:hover {
  text-decoration: none;
}
.video-listing-wrap .video-listing-position a:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  background: url("../img/play_small-dark.svg") center center no-repeat;
  background-size: cover;
  width: 26px;
  height: 20px;
  margin: -10px 0 0 0;
}
.video-listing-wrap .video-listing-position.active {
  font-weight: 500;
}
.video-listing-wrap .video-listing-position.active a {
  background: #249bd9;
  color: #fff;
}
.video-listing-wrap .video-listing-position.active a:before {
  background-image: url("../img/play_small-light.svg");
}

.alphabet-search {
  border-bottom: 1px solid #212121;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .alphabet-search {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .alphabet-search {
    margin-bottom: 1.5rem;
  }
}
.alphabet-search .form-control {
  border-color: transparent;
}
.alphabet-search .btn {
  width: 38px;
}

.alphabet-list {
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
@media (max-width: 991.98px) {
  .alphabet-list {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .alphabet-list {
    margin: 0 -12px 6px 0;
    justify-content: start;
  }
}
.alphabet-list .btn {
  border-radius: 2px;
  margin: 0 6px 12px;
  font-size: 19px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  font-weight: 500;
  border-color: #e0e0e0;
  /* color: $gray-900; */
}
@media (max-width: 767.98px) {
  .alphabet-list .btn {
    margin: 0 12px 12px 0;
  }
}
.alphabet-list .btn:hover, .alphabet-list .btn:active {
  background: #e0e0e0;
  text-decoration: none;
}
.alphabet-list .btn.disabled, .alphabet-list .btn[disabled=disabled] {
  pointer-events: none;
  cursor: default;
  border-color: #e0e0e0;
  color: #e0e0e0;
  background: transparent;
}

.alphabet-group {
  padding-bottom: 48px;
}
.alphabet-group .row > .col-12.alphabet-group-items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-gap: 12px !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  box-sizing: border-box !important;
}
@media (max-width: 991.98px) {
  .alphabet-group .row > .col-12.alphabet-group-items {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767.98px) {
  .alphabet-group .row > .col-12.alphabet-group-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575.98px) {
  .alphabet-group .row > .col-12.alphabet-group-items {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 991.98px) {
  .alphabet-group {
    padding-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .alphabet-group {
    padding-bottom: 0;
  }
}

.alphabet-group-letter {
  font-size: 64px;
  color: #212121;
  padding-bottom: 24px;
  font-family: "Playfair Display", "Roboto", 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";
  cursor: text;
}
@media (max-width: 767.98px) {
  .alphabet-group-letter {
    padding-bottom: 12px;
  }
}

.alphabet-group-item {
  padding-bottom: 12px;
  display: block;
  width: 100%;
  min-width: 0;
}
.alphabet-group-item a {
  display: block;
  word-break: break-word;
  hyphens: auto;
}

/*
a {
  text-decoration: none;
  color: $gray-900;
  &:hover {
    text-decoration: underline;
  }
}
*/
.grid-wrap {
  margin: -12px -12px 48px -12px;
}
@media (max-width: 991.98px) {
  .grid-wrap {
    margin: -6px -6px 24px -6px;
  }
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item, .grid-sizer {
  width: 25%;
  display: flex;
}
@media (max-width: 991.98px) {
  .grid-item, .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .grid-item, .grid-sizer {
    width: 100%;
  }
}

.grid-item {
  float: left;
  height: 168px;
  padding: 12px;
}
@media (max-width: 991.98px) {
  .grid-item {
    padding: 6px;
  }
}

.grid-item--width2 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .grid-item--width2 {
    width: 100%;
  }
}

.grid-item--height2 {
  height: 336px;
}

.tag-position {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  color: #212121;
  border-radius: 4px;
}
.tag-position:hover {
  text-decoration: none;
}
.tag-position:hover .tag-position-image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tag-position .tag-name {
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
  z-index: 2;
  position: relative;
  margin: 10px;
  text-align: center;
}
.tag-position .tag-sponsor {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

.tag-position-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s linear;
  z-index: 1;
}

.ordinary-grid {
  display: flex;
  flex-flow: row wrap;
  margin: -12px;
}
@media (max-width: 767.98px) {
  .ordinary-grid {
    margin: -6px;
  }
}

.ordinary-grid-item {
  height: 168px;
  padding: 12px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ordinary-grid-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .ordinary-grid-item {
    padding: 6px;
    width: 100%;
  }
}
.ordinary-grid-item .tag-position {
  max-width: 380px;
}
@media (max-width: 991.98px) {
  .ordinary-grid-item .tag-position {
    max-width: none;
  }
}

@media (min-width: 1700px) {
  body.home .ordinary-grid-item .tag-position,
body.page-template-page-faq .ordinary-grid-item .tag-position {
    max-width: none;
  }

  body.home .ordinary-grid-item,
body.page-template-page-faq .ordinary-grid-item {
    height: 200px;
  }
}
.figure-caption {
  font-size: 12px;
}

.wp-caption {
  padding: 0;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 0;
  margin-bottom: 15px;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  text-align: right !important;
  color: #686868;
  padding-right: 3px;
}

.wp-block-image img {
  height: auto;
}
.wp-block-image .figure-caption-text {
  background-color: #f5fbff;
  font-size: inherit;
  text-align: left;
  margin-top: -20px;
  padding-top: 20px;
}

.position h3,
.position .h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #212121;
}
.position h3 a,
.position .h3 a {
  text-decoration: none;
  color: #212121;
  transition: color 0.3s linear;
}
.position h3 a:hover,
.position .h3 a:hover {
  color: #0078b5;
}
.position p {
  margin-bottom: 1rem;
  overflow: hidden;
}

.item-tags a {
  text-decoration: none;
}
.item-tags a:hover {
  text-decoration: none;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.position-image {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .position-image {
    max-width: 300px;
    display: inline-flex;
  }
}
@media (max-width: 575.98px) {
  .position-image {
    max-width: 216px;
  }
}
.position-image img {
  width: 100%;
  position: relative;
  object-fit: cover;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
  height: auto;
}
.position-image img:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.position-image.video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  z-index: 10;
  background: url("../img/play_big.svg") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .position-image.video:after {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
}
.position-image:hover + .position-text h3 a,
.position-image:hover + .position-text .h3 a {
  color: #0078b5;
}

@media (max-width: 767.98px) {
  .ad .position-image {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .ad .position-image {
    max-width: 100%;
  }
}

.position-date {
  color: #686868;
}

.flex-flow-row-wrap {
  flex-flow: row wrap;
}

.main-positions .position {
  position: relative;
  margin-bottom: 0.5rem;
}
.main-positions .position.main {
  height: 600px;
  margin-bottom: 1.5rem;
}
@media (max-width: 1699.98px) {
  .main-positions .position.main {
    height: 420px;
  }
}
@media (max-width: 1199.98px) {
  .main-positions .position.main {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .main-positions .position.main {
    height: 395px;
  }
}
@media (max-width: 767.98px) {
  .main-positions .position.main {
    height: 295px;
  }
}
@media (max-width: 575.98px) {
  .main-positions .position.main {
    height: 295px;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
}
.main-positions .position.main .position-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.main-positions .position.main .position-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(10deg, #212121 20%, #6a6a6a00 90%) 0 0 no-repeat;
  opacity: 0.8;
  z-index: 1;
  padding: 0;
}
.main-positions .position.main .position-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .main-positions .position.main .position-image img {
    max-width: none;
  }
}
.main-positions .position.main .position-image:hover + .position-text h3 a,
.main-positions .position.main .position-image:hover + .position-text .h3 a {
  color: rgba(255, 255, 255, 0.7);
}
.main-positions .position.main .position-image.video:after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  margin: 0 24px 24px 0;
  background: url("../img/play_big.svg") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .main-positions .position.main .position-image.video:after {
    width: 60px;
    height: 60px;
    margin: 0 24px 24px 0;
  }
}
.main-positions .position.main .position-text {
  position: absolute;
  z-index: 2;
  padding: 24px;
  max-width: 564px;
  color: #fff;
  bottom: 0;
}
.main-positions .position.main .position-text h3,
.main-positions .position.main .position-text .h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .main-positions .position.main .position-text h3,
.main-positions .position.main .position-text .h3 {
    font-size: 2rem;
  }
}
.main-positions .position.main .position-text h3 a,
.main-positions .position.main .position-text .h3 a {
  color: #fff;
}
.main-positions .position.main .position-text h3 a:hover,
.main-positions .position.main .position-text .h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.main-positions .position.main .position-date {
  color: #fff;
}
.main-positions .position .position-image {
  /*
  img {
    height: 274px;
    @include media-breakpoint-down(xl) {
      height: 204px;
    }
    @include media-breakpoint-down(lg) {
      height: 187px;
    }
    @include media-breakpoint-down(sm) {
      height: 204px;
    }
  }
  */
}
@media (max-width: 991.98px) {
  .main-positions .position .position-image {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .main-positions .position .position-image {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .main-positions .position .position-image {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    width: auto;
  }
}
.main-positions.cols-3 .position-image {
  /*
  img {
    height: 274px;
    @include media-breakpoint-down(xl) {
      height: 204px;
    }
    @include media-breakpoint-down(lg) {
      height: 396px;
    }
    @include media-breakpoint-down(sm) {
      height: 204px;
    }
  }
  */
}

.cols-4 .position {
  position: relative;
  margin-bottom: 0.5rem;
}
.cols-4 .position.main {
  height: 450px;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .cols-4 .position.main {
    height: 535px;
  }
}
@media (max-width: 991.98px) {
  .cols-4 .position.main {
    height: 395px;
  }
}
@media (max-width: 767.98px) {
  .cols-4 .position.main {
    height: 295px;
  }
}
@media (max-width: 575.98px) {
  .cols-4 .position.main {
    height: 295px;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
}
.cols-4 .position.main .position-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cols-4 .position.main .position-image {
    max-width: none;
  }
}
.cols-4 .position.main .position-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(10deg, #212121 20%, #6a6a6a00 90%) 0 0 no-repeat;
  opacity: 0.8;
  z-index: 1;
}
.cols-4 .position.main .position-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .cols-4 .position.main .position-image img {
    max-width: none;
  }
}
.cols-4 .position.main .position-image:hover + .position-text h3 a,
.cols-4 .position.main .position-image:hover + .position-text .h3 a {
  color: rgba(255, 255, 255, 0.7);
}
.cols-4 .position.main .position-image.video:after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  margin: 0 24px 24px 0;
  background: url("../img/play_big.svg") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .cols-4 .position.main .position-image.video:after {
    width: 60px;
    height: 60px;
    margin: 0 24px 24px 0;
  }
}
.cols-4 .position.main .position-text {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 24px;
  max-width: 564px;
  color: #fff;
}
.cols-4 .position.main .position-text h3,
.cols-4 .position.main .position-text .h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .cols-4 .position.main .position-text h3,
.cols-4 .position.main .position-text .h3 {
    font-size: 2rem;
  }
}
.cols-4 .position.main .position-text h3 a,
.cols-4 .position.main .position-text .h3 a {
  color: #fff;
}
.cols-4 .position.main .position-text h3 a:hover,
.cols-4 .position.main .position-text .h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.cols-4 .position.main .position-date {
  color: #fff;
}
.cols-4 .position .position-image {
  /*
  img {
    height: 240px;
    @include media-breakpoint-down(lg) {
      height: 216px;
    }
    @include media-breakpoint-down(md) {
      height: 132px;
    }
  }
  */
}
@media (max-width: 767.98px) {
  .cols-4 .position .position-image {
    max-width: 216px;
  }
}
.cols-4 .position .position-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .cols-4 .position.sitelink .position-image, .cols-4 .position.ad .position-image {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-line .position {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .col-line .position-image {
    width: 238px;
    min-width: 238px;
    margin-right: 1.5rem;
    /*
    img {
      min-height: 150px;
    }
    */
  }
}
@media (min-width: 1700px) {
  .col-line .position-image {
    width: 381px;
    min-width: 381px;
    margin-right: 1.5rem;
    /*
    img {
      min-height: 240px;
    }
    */
  }
}
.col-line .ad-text {
  flex-basis: 100%;
}
.col-line .position-text {
  flex: 0 0 50%;
}

.col-xl-6 .position.main .position-text .d-xl-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.card.expert {
  background: #f5fbff 0% 0% no-repeat padding-box;
  border: 1px solid #b4e5ff;
  border-radius: 4px;
  opacity: 1;
  max-width: 550px;
}
.card.expert h4, .card.expert .h4 {
  text-transform: initial;
  font-size: 1.31rem;
}
.card.expert .card-text {
  font-size: 18px;
  margin-bottom: 1rem;
}
.card.expert img {
  border: 1px solid #b4e5ff;
  opacity: 1;
  max-width: 144px;
}
.card.mx-sm-n4 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
@media (max-width: 400px) {
  .card.expert > .row {
    display: flex;
    flex-direction: column;
  }
  .card.expert > .row > div {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .card.expert > .row {
    display: flex;
    flex-direction: column;
  }
  .card.expert > .row > div {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .card.mx-sm-n4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    border-left: 0px;
    border-right: 0px;
  }
}

.sitelink {
  margin-bottom: 1rem !important;
}
.sitelink a,
.sitelink p,
.sitelink h3,
.sitelink .h3 {
  color: #212121;
  text-decoration: none;
}
.sitelink p,
.sitelink h3,
.sitelink .h3 {
  padding: 0 12px;
}
.sitelink .tags {
  padding: 0 0 0 12px;
}
.sitelink .position-image {
  padding-bottom: 12px;
  margin-bottom: 0;
}

#toc .tc h2, #toc .tc .h2 {
  font-size: 1.2rem;
  font-family: var(--bs-font-sans-serif);
  margin-top: 0;
  margin-bottom: 24px;
}
#toc .tc h2 a, #toc .tc .h2 a {
  color: black;
}
#toc .tc h2:last-child, #toc .tc .h2:last-child {
  margin-bottom: 0;
}

.nav-links {
  padding: 1.5rem 0;
  text-align: center;
}
.nav-links ul.page-numbers {
  list-style: none;
  display: flex;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}
.nav-links ul.page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}
.nav-links ul.page-numbers li .page-numbers:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  text-decoration: none;
}
.nav-links ul.page-numbers li .prev,
.nav-links ul.page-numbers li .next {
  border-radius: 0.375rem;
  border: 1px solid #212121;
}
.nav-links ul.page-numbers li .current {
  font-weight: 700;
}

.navbar-brand {
  margin-right: 0rem;
  margin-left: 5px;
  margin-top: -5px;
}

.modal {
  position: absolute;
  height: 100vh;
}

.alert.verify {
  background: white;
  background-image: url(../img/verify.svg);
  background: url(../img/verify.svg), linear-gradient(90deg, white 20px, #e6f7ff 20px, #e6f7ff 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px solid transparent;
  padding: 1.5rem 0.5rem 1.5rem 9.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .alert.verify {
    padding: 1.5rem 2rem 1.5rem 7rem;
  }
}
@media (min-width: 1200px) {
  .alert.verify {
    padding: 1.5rem 2rem 1.5rem 7rem;
  }
}
@media (min-width: 1700px) {
  .alert.verify {
    padding: 1.5rem 2rem 1.5rem 5.5rem;
  }
}

h1 strong, .h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong {
  font-weight: 400;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
/* truncate text for teaser  */
.d-xl-block {
  overflow: hidden;
}

.multiline-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 992px) {
  .multiline-ellipsis {
    -webkit-line-clamp: 9;
    line-clamp: 9;
  }
}
@media (min-width: 1200px) {
  .multiline-ellipsis {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media (min-width: 1700px) {
  .multiline-ellipsis {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}

.pca-template-default {
  background-size: 100% auto;
}
.pca-template-default .breadcrumb-nav .breadcrumb li a,
.pca-template-default .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.pca-template-default .similar .btn {
  background-color: #fff;
}

.rounded-10 {
  border-radius: 10px;
}

.pca-template-default .content {
  background-image: url(../img/pca_gradient.svg), url(../img/pca_gradient.svg), url(../img/pca_gradient.svg);
  background-position: -700px 2300px, 100px 1400px, -700px 500px, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, 100% auto;
  padding: 1rem;
  color: #fff;
}

.pca-post-1 a,
.pca-post-2 a,
.pca-post-3 a,
.pca-post-4 a {
  text-decoration: none;
}
.pca-post-1 h2, .pca-post-1 .h2,
.pca-post-1 h3,
.pca-post-1 .h3,
.pca-post-1 p,
.pca-post-2 h2,
.pca-post-2 .h2,
.pca-post-2 h3,
.pca-post-2 .h3,
.pca-post-2 p,
.pca-post-3 h2,
.pca-post-3 .h2,
.pca-post-3 h3,
.pca-post-3 .h3,
.pca-post-3 p,
.pca-post-4 h2,
.pca-post-4 .h2,
.pca-post-4 h3,
.pca-post-4 .h3,
.pca-post-4 p {
  text-shadow: #0078b5 5px 0 10px;
}
.pca-post-1 .pca-content,
.pca-post-2 .pca-content,
.pca-post-3 .pca-content,
.pca-post-4 .pca-content {
  position: relative;
  z-index: 1;
}
.pca-post-1 .pca-content p,
.pca-post-2 .pca-content p,
.pca-post-3 .pca-content p,
.pca-post-4 .pca-content p {
  text-decoration: none;
}
.pca-post-1 .pca-logo,
.pca-post-2 .pca-logo,
.pca-post-3 .pca-logo,
.pca-post-4 .pca-logo {
  background-image: url(../img/pca_logo.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
@media screen and (max-width: 1200px) {
  .pca-post-1 .pca-logo,
.pca-post-2 .pca-logo,
.pca-post-3 .pca-logo,
.pca-post-4 .pca-logo {
    opacity: 0.1;
  }
}
@media screen and (max-width: 1200px) {
  .pca-post-1,
.pca-post-2,
.pca-post-3,
.pca-post-4 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pca-post-1 .lead,
.pca-post-2 .lead,
.pca-post-3 .lead,
.pca-post-4 .lead {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pca-post-1,
.pca-post-2,
.pca-post-3,
.pca-post-4 {
    width: 100%;
  }
}

.pca-post-2 .p-5,
.pca-post-3 .p-5,
.pca-post-4 .p-5 {
  padding: 0.5rem !important;
}
.pca-post-2 .pca-logo,
.pca-post-3 .pca-logo,
.pca-post-4 .pca-logo {
  background-image: url(../img/pca_logo.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  opacity: 0.1;
}
.pca-post-2 .entry-header,
.pca-post-3 .entry-header,
.pca-post-4 .entry-header {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.pca-post-2 .entry-header h2, .pca-post-2 .entry-header .h2,
.pca-post-3 .entry-header h2,
.pca-post-3 .entry-header .h2,
.pca-post-4 .entry-header h2,
.pca-post-4 .entry-header .h2 {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}
.pca-post-2 .entry-header h3, .pca-post-2 .entry-header .h3,
.pca-post-3 .entry-header h3,
.pca-post-3 .entry-header .h3,
.pca-post-4 .entry-header h3,
.pca-post-4 .entry-header .h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.pca-post-2 .lead,
.pca-post-3 .lead,
.pca-post-4 .lead {
  display: none;
}

.pca-post-2 .p-5 {
  padding-top: 3rem !important;
}

.pca-post-3 .p-5 {
  padding-top: 2.5rem !important;
}

.single-pca .table-resp.pca-newcomer {
  width: 100%;
  margin-bottom: 60px;
}
.single-pca .table-resp.pca-newcomer thead th {
  border: 0 !important;
}
.single-pca .table-resp.pca-newcomer tbody tr {
  border: 0 !important;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #93cdec;
}
.single-pca .table-resp.pca-newcomer tbody tr td:nth-child(1) {
  transform: rotate(-90deg);
}
.single-pca .table-resp.pca {
  width: 100%;
  margin-bottom: 60px;
}
.single-pca .table-resp.pca:last-of-type {
  margin-bottom: 0;
}
.single-pca .table-resp.pca td:nth-child(1) {
  text-align: center;
  width: 22px;
}
.single-pca .table-resp.pca td:nth-child(2) {
  width: 86px;
}
.single-pca .table-resp.pca thead th {
  color: #93cdec;
  padding-bottom: 10px;
  border-bottom: 1px solid #93cdec;
  font-weight: 400;
}
.single-pca .table-resp.pca thead th:nth-child(3) {
  width: 300px;
}
.single-pca .table-resp.pca tbody tr {
  color: #b4e5ff;
  padding-bottom: 10px;
  border-bottom: 1px solid #93cdec;
}
.single-pca .table-resp.pca tbody tr td {
  padding: 5px 10px;
}
.single-pca .table-resp.pca tbody tr td:nth-child(2) img {
  background-color: #fff;
  width: 120px;
  border-radius: 10px;
  margin: 10px 10px 0 10px;
}
.single-pca .table-resp.pca tbody tr td:nth-child(4) {
  color: #fff;
  font-style: italic;
  cursor: pointer;
}
.single-pca .table-resp.pca tbody tr td .df-comment {
  display: box;
  display: -webkit-box;
  max-width: 500px;
  max-height: 165px;
  margin: 20px 0;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.single-pca .table-resp.pca tbody tr td.comment-long .df-comment {
  line-clamp: 30;
  -webkit-line-clamp: 30;
  transition: all 0.5s ease-in-out;
  max-height: 30em;
}
.single-pca .table-resp.pca tbody tr td a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
.single-pca .table-resp.pca .page-main-image figure {
  width: 100%;
}

.pca_card__link,
.pca_card__link:active,
.pca_card__link:focus,
.pca_card__link:hover,
.pca_card__link:visited {
  text-decoration: none;
  color: #000;
}

.pca_cards {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-rows: auto;
  grid-template-areas: ".";
  grid-gap: 20px 0;
  gap: 20px 0;
  justify-items: stretch;
  align-items: start;
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.pca_card {
  display: inline-flex;
  flex-direction: column;
  flex: 0 1 calc(25% - 1em);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.pca_card__header {
  width: 100%;
  background: #1986ca;
  font-size: 0;
  height: 0;
  padding-bottom: 51%;
  position: relative;
}

.pca_card__image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  height: 100%;
}

.pca_card__title {
  flex-direction: row;
  align-items: flex-end;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  padding: 0px 30px 0;
  margin: 0;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.pca_card__footnote {
  display: inline-block;
  padding-left: 30px;
  color: #00adbb;
  font-weight: 700;
  font-size: 1.8rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.5' height='25.925'%3E%3Cpath data-name='Path 577' d='M7.384.011a.589.589 0 00-.22.089c-.1.071-2.555 1.77-2.555 4.142V6.2c-.09.162-.179.324-.257.491a4.98 4.98 0 00-1.439-2.535.575.575 0 00-.838.141 6.138 6.138 0 00-.874 3.854 3.582 3.582 0 002.275 2.6 18.19 18.19 0 00-.017.776v.052a7.527 7.527 0 00-2.776-1.198.576.576 0 00-.682.644 10.389 10.389 0 001.247 3.7 2.841 2.841 0 002.429 1.255 3.2 3.2 0 00.7-.081 10.51 10.51 0 00.505 1 3.516 3.516 0 00-1.068-.192 5.6 5.6 0 00-2.369.647.577.577 0 00-.252.733c.047.108 1.168 2.653 3.448 2.653a4.307 4.307 0 002.76-.94c.425.33.877.649 1.347.953a5.456 5.456 0 00-3.4 1.3.576.576 0 00.088.887 7.838 7.838 0 003.782 1.26 3.018 3.018 0 002.583-1.527c.212.14.414.276.58.4a5.833 5.833 0 00-1.4 2.07.577.577 0 001.076.415 4.555 4.555 0 011.191-1.732 4.56 4.56 0 011.19 1.732.576.576 0 101.076-.414 5.833 5.833 0 00-1.4-2.07c.166-.122.367-.258.578-.4a3.022 3.022 0 002.591 1.526 7.835 7.835 0 003.776-1.249.577.577 0 00.088-.887 5.459 5.459 0 00-3.4-1.3c.47-.3.922-.623 1.347-.953a4.307 4.307 0 002.758.937c2.281 0 3.4-2.545 3.449-2.653a.577.577 0 00-.252-.733 5.6 5.6 0 00-2.369-.647 3.542 3.542 0 00-1.067.191 10.481 10.481 0 00.5-1 3.211 3.211 0 00.7.081 2.841 2.841 0 002.429-1.255 10.389 10.389 0 001.247-3.7.573.573 0 00-.173-.5.582.582 0 00-.505-.149 7.52 7.52 0 00-2.774 1.193v-.051q0-.39-.016-.775a3.576 3.576 0 002.275-2.6 6.136 6.136 0 00-.87-3.85.578.578 0 00-.838-.141 4.984 4.984 0 00-1.439 2.532 8.185 8.185 0 00-.256-.491V4.243c0-2.372-2.452-4.071-2.557-4.142a.576.576 0 00-.825.191 4.912 4.912 0 00-.465 3.616 6.023 6.023 0 002.842 2.852 6.58 6.58 0 01.391.834 8.176 8.176 0 00-2.033-1.205.576.576 0 00-.81.525 5.551 5.551 0 00.8 3.292 4.583 4.583 0 002.632 1.77 9.75 9.75 0 01-.243 1.771 4.3 4.3 0 00-1.149-1.509.575.575 0 00-.769.016 4.633 4.633 0 00-1.272 3.246 3.762 3.762 0 001.059 2.379c-.047.052-.089.11-.137.162a9.473 9.473 0 01-1.3 1.1 7.656 7.656 0 00.381-1.822.577.577 0 00-.642-.609 5.838 5.838 0 00-3.27 1.551 3.836 3.836 0 00-.5 3.465 9.85 9.85 0 00-.771.566 9.902 9.902 0 00-.773-.566 3.835 3.835 0 00-.5-3.465 5.838 5.838 0 00-3.271-1.551.583.583 0 00-.464.154.577.577 0 00-.177.455 7.79 7.79 0 00.373 1.816 9.477 9.477 0 01-1.3-1.093c-.048-.052-.09-.109-.137-.162a3.761 3.761 0 001.06-2.38 4.629 4.629 0 00-1.275-3.246.576.576 0 00-.77-.016 4.289 4.289 0 00-1.149 1.508 9.737 9.737 0 01-.242-1.77 4.585 4.585 0 002.633-1.77 5.554 5.554 0 00.8-3.292.577.577 0 00-.811-.527 8.187 8.187 0 00-2.03 1.205 6.565 6.565 0 01.391-.832 6.026 6.026 0 002.843-2.852A4.912 4.912 0 007.99.292a.576.576 0 00-.371-.276.567.567 0 00-.235 0' fill='%2300adbb'/%3E%3C/svg%3E") no-repeat;
  background-position: 0 8px;
  background-size: 22px 22px;
  margin: 0;
  line-height: 1;
}

.sponsors .sponsor-items {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}
.sponsors .sponsor-items > div {
  margin: 30px 0;
  flex: 0 0 25%;
}
@media screen and (max-width: 980px) {
  .sponsors .sponsor-items > div {
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .sponsors .sponsor-items > div {
    flex: 0 0 50%;
  }
}

.sponsors.pca-single .sponsor-items {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}
.sponsors.pca-single .sponsor-items > div {
  margin: 30px 0;
  flex: 0 0 25%;
}
@media screen and (max-width: 980px) {
  .sponsors.pca-single .sponsor-items > div {
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .sponsors.pca-single .sponsor-items > div {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 520px) {
  .single-pca .table-resp.pca thead tr th:nth-child(4) {
    display: none;
  }
  .single-pca .table-resp.pca tbody tr td {
    padding: 0;
  }
  .single-pca .table-resp.pca tbody tr td:nth-child(2) img {
    width: 75px;
  }
  .single-pca .table-resp.pca tbody tr td:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  h2.pca_card__title, .pca_card__title.h2 {
    font-size: 1.5rem;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 400px) {
  h2.pca_card__title, .pca_card__title.h2 {
    font-size: 1.5rem;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .pca_cards {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1600px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px 20px;
    gap: 20px 20px;
    grid-template-areas: ". .";
    justify-items: stretch;
    align-items: start;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  .pca_cards {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr 1fr 1fr;
    grid-template-areas: ". . .";
  }

  .pca_card__title {
    font-size: 1.3rem;
  }

  .pca_card__footnote {
    font-size: 1.5rem;
    background-size: 16px 16px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 1550px) {
  h2.pca_card__title, .pca_card__title.h2 {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-top: 0;
    padding-top: 0;
  }

  .pca_card__footnote {
    font-size: 1.9rem;
    background-size: 22px 22px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pca-template-default .content {
    padding-top: 100px;
  }
  .pca-template-default .page-main-image {
    margin-top: 90px !important;
    margin-bottom: 0px !important;
  }
  .pca-template-default .page-main-image .figure {
    margin: 0;
  }
  .pca-template-default .page-main-image img {
    width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .pca-template-default .page-main-image {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .pca-template-default .page-main-image img {
    width: inherit;
  }
}
.visible-xs {
  display: none;
}

.filternavbar-list {
  margin: 0;
  overflow-x: auto;
  padding: 8px 0;
  position: relative;
  scrollbar-width: thin;
}
.filternavbar-list a.bg-blue-light {
  background-color: #d6f0ff !important;
}
.filternavbar-list a.bg-blue-light:hover {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  color: #fff;
}

.page-template-page-business {
  color: #3d464d;
  font-size: 18px;
}
.page-template-page-business h1, .page-template-page-business .h1,
.page-template-page-business h2,
.page-template-page-business .h2,
.page-template-page-business h3,
.page-template-page-business .h3,
.page-template-page-business h4,
.page-template-page-business .h4,
.page-template-page-business h5 h6,
.page-template-page-business .h5 h6,
.page-template-page-business h5 .h6,
.page-template-page-business .h5 .h6 {
  font-family: "Roboto";
}
.page-template-page-business h2, .page-template-page-business .h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.page-template-page-business :where(.wp-block-columns) {
  margin-bottom: 0;
}
.page-template-page-business :where(.wp-block-group.has-background) {
  padding: 2.375em;
}
@media only screen and (max-width: 767px) {
  .page-template-page-business :where(.wp-block-group.has-background) {
    padding: 1em;
  }
}
.page-template-page-business p {
  word-break: auto-phrase !important;
}
.page-template-page-business .container {
  max-width: 1050px;
}
.page-template-page-business .wp-block-image {
  margin: 0;
}
.page-template-page-business p {
  word-break: keep-all;
}
.page-template-page-business header .hero.section {
  height: 710px;
  background-repeat: no-repeat;
  background-position-x: calc(50% + 478px);
}
.page-template-page-business header .hero.section .badge {
  color: #fff;
  background-color: #ccc;
}
.page-template-page-business header .hero.section .gradient {
  background: white;
  background: linear-gradient(90deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
  height: 490px;
  padding: 0 !important;
}
.page-template-page-business header .hero.section .gradient p {
  font-size: 22px;
}
.page-template-page-business header .hero.section .gradient p.small {
  font-size: 18px;
  padding-top: 80px;
}
.page-template-page-business header .hero.section .gradient h1, .page-template-page-business header .hero.section .gradient .h1 {
  font-size: 40px;
}
.page-template-page-business header .hero.section .info-1 .info-nr {
  color: #0078b5;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 10px;
  word-break: auto-phrase;
}
.page-template-page-business header .hero.section .info-1 .info-txt {
  color: #3d464d;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: auto-phrase;
}
.page-template-page-business header .hero.section .info-1 .info-txt-sm {
  color: #3d464d;
  font-size: 18px;
  margin-bottom: 0;
  word-break: auto-phrase;
}
.page-template-page-business header .hero.section .info-1 .col-1 {
  width: auto;
}
.page-template-page-business header .hero.section .info-1 .col-1 .vr {
  min-height: 100%;
}
.page-template-page-business header .hero.section .info-1 .col-2 {
  width: 21%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-business header .hero.section {
    height: auto;
    background-position-x: 0;
    background-size: contain;
    margin-top: 45px;
  }
  .page-template-page-business header .hero.section .gradient {
    background: transparent;
    padding: 1.25rem 1.375rem !important;
    height: auto;
  }
  .page-template-page-business header .hero.section .gradient p {
    font-size: 22px;
  }
  .page-template-page-business header .hero.section .gradient p.small {
    padding-top: 10px;
  }
  .page-template-page-business header .hero.section .gradient h1, .page-template-page-business header .hero.section .gradient .h1 {
    font-size: 35px;
  }
  .page-template-page-business header .hero.section .info-1 {
    margin-top: 50%;
    padding: 1.25em 2.375em;
  }
  .page-template-page-business header .hero.section .info-1 .info-nr {
    font-size: 25px;
    word-break: inherit;
  }
  .page-template-page-business header .hero.section .info-1 .info-txt {
    font-size: 16px;
    word-break: inherit;
  }
  .page-template-page-business header .hero.section .info-1 .info-txt-sm {
    font-size: 14px;
    word-break: inherit;
  }
}
.page-template-page-business header .hero.fw.section {
  background-position-x: center;
  background-size: inherit;
  height: auto;
}
.page-template-page-business header .hero.fw.section .gradient {
  background: transparent;
  background-size: contain;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-business header .hero.fw.section .gradient {
    height: 450px;
  }
}
.page-template-page-business header .hero.fw.section .info-1 {
  margin-top: auto;
}
.page-template-page-business .text-image {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .page-template-page-business .text-image .rounded-2 {
    margin-top: -0.75rem !important;
  }
}
.page-template-page-business .text-image h2, .page-template-page-business .text-image .h2 {
  color: #0078b5;
  margin-bottom: 5px;
}
.page-template-page-business .text-image h4, .page-template-page-business .text-image .h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.page-template-page-business table.journey {
  border: none;
  width: 1024px;
}
.page-template-page-business table.journey td {
  padding: 0;
  text-align: center;
}
.page-template-page-business table.journey td h4, .page-template-page-business table.journey td .h4 {
  margin: 10px 0;
}
.page-template-page-business table.journey td p {
  margin: 10px 0;
  word-break: keep-all;
}
.page-template-page-business table.journey td p strong {
  font-weight: 500;
  font-size: 20px;
}
.page-template-page-business table.journey td p:last-child {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .page-template-page-business .mobile {
    display: block;
    position: fixed;
    padding: 10px 0;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 100vw;
  }
  .page-template-page-business .mobile a {
    margin: 0 0 0 15%;
  }
  .page-template-page-business .wp-block-button {
    display: none;
  }
  .page-template-page-business .wp-block-button.mobile {
    display: inline-block !important;
    z-index: 99;
  }
  .page-template-page-business .wp-block-button.mobile a {
    margin: 5px 10px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-business .text-image {
    background-image: none !important;
  }
  .page-template-page-business h2, .page-template-page-business .h2 {
    font-size: 30px;
  }
}
.page-template-page-business .bg-blue {
  background-color: #f5fbff;
}
.page-template-page-business .info {
  color: #1ee3cf;
  margin: 20px 0 15px 0;
}
.page-template-page-business .wp-block-column ul {
  list-style-image: url("../img/b_li_check.svg");
}
.page-template-page-business .wp-block-column ul li {
  margin-bottom: 1.2rem;
  font-weight: 500;
  padding-left: 5px;
}
.page-template-page-business .wp-block-button__link {
  background-color: #0078b5;
  font-size: 18px;
}
.page-template-page-business .teaserbox {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.page-template-page-business .teaserbox ul {
  list-style-image: url("../img/b_li_check.svg");
}
.page-template-page-business .teaserbox ul li {
  margin-bottom: 1.2rem;
  font-weight: 500;
  padding-left: 5px;
}
.page-template-page-business .teaserbox .month-badge {
  position: absolute;
  margin-left: 360px;
  margin-top: -30px;
  display: inline-block;
  background-color: #ce1a30;
  color: white;
  text-align: center;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  font-size: 16px;
  vertical-align: middle !important;
  transform: rotate(12deg);
}
.page-template-page-business .teaserbox .month-badge span {
  width: 135px;
  height: 135px;
  vertical-align: middle !important;
  display: table-cell;
}
@media only screen and (max-width: 480px) {
  .page-template-page-business .teaserbox .month-badge {
    display: none;
  }
}
.page-template-page-business .teaserbox .hl {
  font-size: 22px;
  padding: 30px 20px 10px 20px;
}
.page-template-page-business .teaserbox .price {
  color: #fb2d47;
  padding: 30px 20px 10px 20px;
}
.page-template-page-business .teaserbox .price sup.price-sm {
  top: -1rem;
}
.page-template-page-business .teaserbox .price .price-sm {
  font-size: 16px;
}
.page-template-page-business .teaserbox .price .price-xl {
  font-size: 40px;
}
.page-template-page-business .teaserbox .text {
  font-size: 16px;
  padding: 20px 40px 0 40px;
}
.page-template-page-business .teaserbox .list {
  background-color: #f8f9fa;
  padding: 30px 20px 10px 20px;
}
.page-template-page-business .price-info {
  color: rgba(61, 70, 77, 0.6);
  font-size: 14px;
}
.page-template-page-business .accordion {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  padding: 20px 40px;
  border-radius: 4px;
}
.page-template-page-business .accordion .accordion-item {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0;
}
.page-template-page-business .accordion .accordion-item:not(:first-of-type) {
  border-top: none;
}
.page-template-page-business .accordion .accordion-item .accordion-body {
  padding: 0 0 2rem 0;
}
.page-template-page-business .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.page-template-page-business .accordion .accordion-button {
  color: #0078b5;
  background-color: transparent;
  font-weight: 400;
  padding: 30px 0;
  text-transform: unset;
}
.page-template-page-business .accordion .accordion-button:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(../img/accordion-button.svg) 50% no-repeat;
}
.page-template-page-business .accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-page-business .accordion .accordion-button:not(.collapsed):after {
  background: url(../img/accordion-button.svg) 50% no-repeat;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-template-page-business .timeline {
  background-color: #edf8ff;
}
.page-template-page-business .slideshow {
  padding: 0;
}
.page-template-page-business .slideshow.galleryslider .splide__arrows {
  width: auto;
  top: auto !important;
  bottom: 0;
}
.page-template-page-business .slideshow.galleryslider .splide__arrow.splide__arrow--next {
  background: url("../img/arrow-r.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 35px;
}
.page-template-page-business .slideshow.galleryslider .splide__arrow.splide__arrow--next svg {
  display: none;
}
.page-template-page-business .slideshow.galleryslider .splide__arrow.splide__arrow--prev {
  background: url("../img/arrow-l.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 35px;
}
.page-template-page-business .slideshow.galleryslider .splide__arrow.splide__arrow--prev svg {
  display: none;
}
.page-template-page-business .slideshow ul.splide__list {
  font-weight: initial;
  list-style-image: none;
}
.page-template-page-business .slideshow .splide__slide {
  font-weight: initial;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-page-business .slideshow .splide__slide {
    display: block;
  }
}
.page-template-page-business .slideshow .splide__slide img {
  border-radius: 9px;
  height: fit-content;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .page-template-page-business .slideshow .splide__slide img {
    height: auto;
  }
}
.page-template-page-business .slideshow .splide__slide .figure-caption-text {
  background-color: transparent;
  color: #fff;
  font-weight: initial;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-template-page-business .slideshow .splide__slide .figure-caption-text {
    padding: 0 !important;
    display: block;
    flex-direction: unset;
    justify-content: center;
  }
}

.faq-hero__image {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-color: #0078b5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-hero__image {
    min-height: 280px;
  }
}
.faq-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.faq-hero__title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .faq-hero__title {
    font-size: 28px;
  }
}
.faq-hero__copyright {
  position: absolute;
  bottom: 0.35rem;
  right: 0.75rem;
  z-index: 1;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.faq-body {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .faq-body {
    padding-top: 3rem;
  }
}
.faq-body .faq-main .faq-section > .container,
.faq-body .faq-main .faq-highlight > .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.faq-body .faq-main .faq-section .row,
.faq-body .faq-main .faq-highlight .row {
  margin-left: 0;
  margin-right: 0;
}
.faq-body .faq-main .faq-section > .container > .row > [class*=col-],
.faq-body .faq-main .faq-highlight > .container > .row > [class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.faq-body .faq-main .faq-section .col-lg-10.offset-xl-1,
.faq-body .faq-main .faq-highlight .col-lg-10.offset-xl-1 {
  margin-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.faq-intro {
  padding: 0 0 2rem;
}
.faq-intro__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #212121;
}
.faq-intro__text p {
  margin-bottom: 1rem;
}
.faq-intro__text p:last-child {
  margin-bottom: 0;
}

.faq-content__extras {
  padding: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.7;
}
.faq-content__extras h2,
.faq-content__extras .h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.faq-content__extras h3,
.faq-content__extras .h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.faq-content__extras p {
  margin-bottom: 1rem;
}
.faq-content__extras ul,
.faq-content__extras ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.faq-content__extras ul li,
.faq-content__extras ol li {
  margin-bottom: 0.5rem;
}
.faq-content__extras a {
  word-break: break-word;
}

.faq-section {
  padding: 2rem 0;
}
.faq-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212121;
}
@media (min-width: 768px) {
  .faq-section__title {
    font-size: 2rem;
  }
}
.faq-section__title--turquoise {
  color: #0078b5;
}
.faq-section__title--dark {
  color: #212121;
}
.faq-section__intro {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.faq-section .accordion-faq {
  margin-bottom: 0;
}
.faq-section .accordion-faq .accordion-item .accordion-header,
.faq-section .accordion-faq .accordion-item .accordion-button {
  color: #0078b5;
}
.faq-section .accordion-faq .accordion-item .accordion-button {
  padding: 1.25rem 0.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #0078b5;
}
@media (min-width: 768px) {
  .faq-section .accordion-faq .accordion-item .accordion-button {
    padding: 1.5rem 0.25rem;
    font-size: 1.125rem;
  }
}
.faq-section .accordion-faq .accordion-item .accordion-button:not(.collapsed) {
  color: #0078b5;
}
.faq-section .accordion-faq .accordion-item .accordion-button::after {
  margin-right: 0;
  background: #0078b5;
  mask: url("../img/chevron-down.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/chevron-down.svg") center center/contain no-repeat;
}
.faq-section .accordion-faq .accordion-item .accordion-button:not(.collapsed)::after {
  background: #0078b5;
  mask: url("../img/chevron-down.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/chevron-down.svg") center center/contain no-repeat;
}
.faq-section .accordion-faq .accordion-item .accordion-body {
  padding: 0.5rem 2.5rem 1.75rem 0.25rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .faq-section .accordion-faq .accordion-item .accordion-body {
    padding: 0.75rem 3rem 2rem 0.25rem;
  }
}
.faq-section .accordion-faq .accordion-item .accordion-body p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.faq-section .accordion-faq .accordion-item .accordion-body ul,
.faq-section .accordion-faq .accordion-item .accordion-body ol {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.faq-section .accordion-faq .accordion-item .accordion-body ul li,
.faq-section .accordion-faq .accordion-item .accordion-body ol li {
  margin-bottom: 0.35rem;
}

.accordion-body .table-responsive,
.faq-intro__text .table-responsive,
.faq-highlight__text .table-responsive {
  margin-bottom: 1.25rem;
}
.accordion-body .table,
.faq-intro__text .table,
.faq-highlight__text .table {
  font-size: 0.95rem;
  line-height: 1.5;
  vertical-align: top;
}
.accordion-body .table th,
.accordion-body .table td,
.faq-intro__text .table th,
.faq-intro__text .table td,
.faq-highlight__text .table th,
.faq-highlight__text .table td {
  min-width: 7rem;
}
.accordion-body .table > thead th,
.accordion-body .table > thead td,
.faq-intro__text .table > thead th,
.faq-intro__text .table > thead td,
.faq-highlight__text .table > thead th,
.faq-highlight__text .table > thead td {
  background-color: rgba(0, 120, 181, 0.08);
  color: #0078b5;
  font-weight: 600;
}

.faq-highlight {
  padding: 1.5rem;
}
.faq-highlight__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.faq-highlight__text {
  font-size: 16px;
  line-height: 1.7;
}
.faq-highlight__text p:last-child {
  margin-bottom: 0;
}
.faq-highlight__icon {
  margin-bottom: 0.75rem;
}
.faq-highlight__icon img {
  max-width: 48px;
  height: auto;
}
.faq-highlight__btn {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #fff;
}
.faq-highlight--turquoise {
  background-color: rgba(30, 227, 207, 0.12);
}
.faq-highlight--turquoise .faq-highlight__btn {
  background-color: #1ee3cf;
}
.faq-highlight--turquoise .faq-highlight__btn:hover {
  background-color: #17b7a7;
  color: #fff;
}
.faq-highlight--blue {
  background-color: #f5fbff;
}
.faq-highlight--blue .faq-highlight__btn {
  background-color: #0078b5;
}
.faq-highlight--blue .faq-highlight__btn:hover {
  background-color: #005682;
  color: #fff;
}
.faq-highlight--green {
  background-color: rgba(136, 204, 5, 0.1);
}
.faq-highlight--green .faq-highlight__btn {
  background-color: #88cc05;
}
.faq-highlight--green .faq-highlight__btn:hover {
  background-color: #679a04;
  color: #fff;
}

.faq-sidebar {
  padding-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .faq-sidebar {
    margin-top: 2.5rem;
  }
}

.text-page__body {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .text-page__body {
    padding-top: 3rem;
  }
}

.text-page__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212121;
}
@media (min-width: 768px) {
  .text-page__title {
    font-size: 2.25rem;
  }
}

.text-page__content {
  font-size: 1rem;
  line-height: 1.7;
}
.text-page__content h2,
.text-page__content .h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.text-page__content h3,
.text-page__content .h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.text-page__content p {
  margin-bottom: 1rem;
}
.text-page__content ul,
.text-page__content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.text-page__content ul li,
.text-page__content ol li {
  margin-bottom: 0.5rem;
}
.text-page__content a {
  word-break: break-word;
}

.text-page__sidebar {
  padding-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .text-page__sidebar {
    margin-top: 2.5rem;
  }
}

.text-page__sidebar-inner {
  font-size: 0.95rem;
  line-height: 1.7;
}
.text-page__sidebar-inner h2,
.text-page__sidebar-inner .h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.text-page__sidebar-inner h3,
.text-page__sidebar-inner .h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.text-page__sidebar-inner p {
  margin-bottom: 1rem;
}
.text-page__sidebar-inner ul,
.text-page__sidebar-inner ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.text-page__sidebar-inner ul li,
.text-page__sidebar-inner ol li {
  margin-bottom: 0.35rem;
}
.text-page__sidebar-inner a {
  word-break: break-word;
}

.fachberich-header-pic {
  min-height: 300px;
}

@media screen and (max-width: 768px) {
  .fachbereich-header .filter-content h1, .fachbereich-header .filter-content .h1 {
    padding: 0.5rem 2rem 0 !important;
  }
}
.fachbereich-header .bg-light-copy {
  background-color: rgba(var(--bs-light-rgb), 1) !important;
}
@media screen and (min-width: 768px) {
  .fachbereich-header .bg-light-copy {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 769px) {
  .grid-item--height2 {
    height: 168px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item--height2 {
    height: 168px;
    width: 50%;
  }
}
/*# sourceMappingURL=main.css.map */
