@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0d6efd;
  --blue-gray: #304c59;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #e20613;
  --orange: #ee6e06;
  --yellow: #f0ad4e;
  --green: #60a500;
  --teal: #20c997;
  --cyan: #009ecc;
  --white: #fff;
  --gray: #6c7d84;
  --gray-dark: #223640;
  --primary: #e20613;
  --secondary: #304c59;
  --success: #60a500;
  --info: #009ecc;
  --warning: #ee6e06;
  --danger: #e20613;
  --font-family-sans-serif: "DIN Web Pro", "Helvetica Neue", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

body {
  margin: 0;
  overflow-y: scroll;
  font-family: "DIN Web Pro", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #304c59;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1.5rem 0;
  color: #f5f5f5;
  background-color: currentcolor;
  border: 0;
  opacity: 1;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h2, .h2 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.375rem;
  }
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  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: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #e20613;
  text-decoration: none;
}
a:hover {
  color: #e20613;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c7d84;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.1rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  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;
  color: inherit;
  white-space: normal;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

mark, .mark {
  padding: 0.2em;
  color: #fff;
  background-color: #304c59;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "DIN Web Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/DINWebPro.woff") format("woff");
}
@font-face {
  font-family: "DIN Web Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/DINWebPro-Italic.woff") format("woff");
}
@font-face {
  font-family: "DIN Web Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/DINWebPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "DIN Web Pro";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/DINWebPro-MediumItalic.woff") format("woff");
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

.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-footer {
  display: block;
  font-size: 0.875em;
  color: #416474;
}
.blockquote-footer::before {
  content: "— ";
}

ins {
  font-style: italic;
  text-decoration: none;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  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: #6c7d84;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: currentcolor;
}

a .icon,
button .icon {
  width: 0.8em;
  height: 0.8em;
  pointer-events: none;
}

a .icon {
  vertical-align: baseline;
}

button .icon {
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #304c59;
  vertical-align: top;
}
.table th,
.table td {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
.table tbody {
  vertical-align: inherit;
}
.table thead th {
  vertical-align: bottom;
  border-bottom-color: #416474;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.25rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-striped th,
.table-striped td {
  border-bottom: none;
}

.table-hover tbody tr:hover {
  color: #304c59;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(246.88, 185.28, 188.92);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(239.92, 125.52, 132.28);
}

.table-hover .table-primary:hover {
  background-color: rgb(244.2199280576, 162.4400719424, 167.2725179856);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(244.2199280576, 162.4400719424, 167.2725179856);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(197.04, 204.88, 208.52);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(147.36, 161.92, 168.68);
}

.table-hover .table-secondary:hover {
  background-color: rgb(182.8885254692, 192.6427345845, 197.1714745308);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(182.8885254692, 192.6427345845, 197.1714745308);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(210.48, 229.8, 183.6);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(172.32, 208.2, 122.4);
}

.table-hover .table-success:hover {
  background-color: rgb(198.727826087, 223.147826087, 164.752173913);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(198.727826087, 223.147826087, 164.752173913);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 227.84, 240.72);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 204.56, 228.48);
}

.table-hover .table-info:hover {
  background-color: rgb(162.35, 219.7566666667, 236.47);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(162.35, 219.7566666667, 236.47);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(250.24, 214.4, 185.28);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(246.16, 179.6, 125.52);
}

.table-hover .table-warning:hover {
  background-color: rgb(248.6103007519, 200.4996240602, 161.4096992481);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(248.6103007519, 200.4996240602, 161.4096992481);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(246.88, 185.28, 188.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(239.92, 125.52, 132.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(244.2199280576, 162.4400719424, 167.2725179856);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(244.2199280576, 162.4400719424, 167.2725179856);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #304c59;
  border-color: rgb(61.401459854, 97.2189781022, 113.848540146);
}
.table .thead-light th {
  color: #416474;
  background-color: #f5f5f5;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #304c59;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(61.401459854, 97.2189781022, 113.848540146);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive-sm {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
  border: 0;
}
@media (max-width: 575.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.0375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #304c59;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #304c59;
  border-radius: 0;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #304c59;
  background-color: #fff;
  border-color: rgb(95.5145985401, 145.6897810219, 168.9854014599);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c7d84;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c7d84;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c7d84;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  border-color: #6c7d84;
  opacity: 1;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem 0.05rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem 0.1rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0;
}

.form-select {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #304c59;
  vertical-align: middle;
  cursor: pointer;
}
.form-select .icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1em;
  height: 1em;
  pointer-events: none;
  transform: translate(0, -50%);
}
.form-select select {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem calc(1.75rem + 1em) 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #304c59;
  font-size: inherit;
  border-radius: 0;
}
.form-select select:focus {
  border-color: rgb(95.5145985401, 145.6897810219, 168.9854014599);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-select select:focus::-ms-value {
  color: #304c59;
  background-color: #fff;
}
.form-select select[multiple], .form-select select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.form-select select:disabled {
  color: #6c7d84;
  background-color: #f5f5f5;
  border-color: #6c7d84;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #304c59;
}

.form-select-sm {
  font-size: 0.875rem;
}
.form-select-sm select {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
}

.form-select-lg {
  font-size: 1.25rem;
}
.form-select-lg select {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: initial;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eaeaea;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.choices[data-type*=select-one] .choices__button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px;
  margin-right: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one].is-open::after {
  margin-top: -7.5px;
  border-color: transparent transparent #333 transparent;
}
.choices[data-type*=select-one][dir=rtl]::after {
  right: auto;
  left: 11.5px;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 25px;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  width: 8px;
  padding-left: 16px;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  line-height: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-left: 1px solid rgb(0, 142.7735849057, 161);
  opacity: 0.75;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  overflow: hidden;
  font-size: 14px;
  vertical-align: top;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  color: #0d6efd;
}
.is-flipped.is-open .choices__inner {
  color: #e20613;
}

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

.choices__list--single {
  display: inline-block;
  width: 100%;
  padding: 4px 16px 4px 4px;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  box-sizing: border-box;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  word-break: break-all;
  vertical-align: middle;
  background-color: #00bcd4;
  border: 1px solid rgb(0, 165.3867924528, 186.5);
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 165.3867924528, 186.5);
  border: 1px solid rgb(0, 142.7735849057, 161);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown {
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 12px;
    content: attr(data-select-text);
    opacity: 0;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
    padding-left: 100px;
    text-align: right;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(127.5, 127.5, 127.5);
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  margin-bottom: 5px;
  font-size: 14px;
  vertical-align: baseline;
  background-color: #f9f9f9;
  border: 0;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

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

.form-check-input {
  width: 0.75em;
  height: 0.75em;
  margin-top: 0.375em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #304c59;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(95.5145985401, 145.6897810219, 168.9854014599);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-check-input:checked {
  background-color: #e20613;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.75em;
  border-color: #e20613;
}
.form-check-input:checked[type=checkbox] {
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-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");
  background-size: 0.5em;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #e20613;
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.75em;
  border-color: #e20613;
}
.form-check-input[disabled] {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}

.form-check-label {
  margin-bottom: 0;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  height: 1.25rem;
  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(0, 0, 0, 0.25)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(1.25rem - 2px);
  border-radius: 2em;
}
.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='hsl(211, 100%, 75%)'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  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");
  background-position: right center;
}

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

.form-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.form-file-input:focus ~ .form-file-label {
  border-color: rgb(95.5145985401, 145.6897810219, 168.9854014599);
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-file-input:focus-within ~ .form-file-label {
  border-color: rgb(95.5145985401, 145.6897810219, 168.9854014599);
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-file-input[disabled] ~ .form-file-label .form-file-text {
  background-color: #f5f5f5;
  border-color: #6c7d84;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: calc(1.5em + 0.75rem + 2px);
  border-color: #304c59;
  border-radius: 0;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #304c59;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #304c59;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: #e20613;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(252.4267241379, 158.0732758621, 163.6487068966);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #e20613;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(252.4267241379, 158.0732758621, 163.6487068966);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  appearance: none;
  border: 0;
  background-color: #e20613;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.form-range::-ms-thumb:active {
  background-color: rgb(252.4267241379, 158.0732758621, 163.6487068966);
}
.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-track {
  cursor: default;
}
.form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.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);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .form-select,
  .form-inline .form-select form {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-file,
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file,
.input-group > .form-file + .form-control,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file {
  margin-left: -1px;
}
.input-group.input-group-submit .form-control {
  border-right: 0;
}
.input-group.input-group-submit .btn {
  border-left: 0;
}
.input-group.input-group-submit .btn:hover {
  background: none;
}
.input-group.input-group-submit .btn:hover .icon {
  fill: #e20613;
}
.input-group .btn .icon {
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: middle;
}
.input-group.input-group-lg .btn .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}
.input-group > .form-file .form-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-file {
  display: flex;
  align-items: center;
}
.input-group > .form-file:not(:last-child) .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-file:not(:first-child) .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #304c59;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #304c59;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  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: #60a500;
}

.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(96, 165, 0, 0.9);
  border-radius: 0;
}

.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: #60a500;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #60a500;
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 0, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #60a500;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #60a500;
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 0, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #60a500;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: rgb(125.6727272727, 216, 0);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 0, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #60a500;
}

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

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #60a500;
}
.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #60a500;
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 0, 0.25);
}

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

.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(226, 6, 19, 0.9);
  border-radius: 0;
}

.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: #e20613;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e20613;
  box-shadow: 0 0 0 0.2rem rgba(226, 6, 19, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #e20613;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #e20613;
  box-shadow: 0 0 0 0.2rem rgba(226, 6, 19, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #e20613;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: rgb(249.1293103448, 33.8706896552, 46.5905172414);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 6, 19, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e20613;
}

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

.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
  border-color: #e20613;
}
.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #e20613;
  box-shadow: 0 0 0 0.2rem rgba(226, 6, 19, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #304c59;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #304c59;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.btn.disabled, .btn[aria-disabled=true], .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
a.btn.disabled, a.btn[aria-disabled=true],
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-filled-primary {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-filled-primary:hover {
  color: #fff;
  background-color: rgb(188.7392241379, 5.0107758621, 15.8674568966);
  border-color: rgb(176.3189655172, 4.6810344828, 14.8232758621);
}
.btn-filled-primary:focus, .btn-filled-primary.focus {
  color: #fff;
  background-color: rgb(188.7392241379, 5.0107758621, 15.8674568966);
  border-color: rgb(176.3189655172, 4.6810344828, 14.8232758621);
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-filled-primary.disabled, .btn-filled-primary[aria-disabled=true], .btn-filled-primary:disabled {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-filled-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-filled-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-filled-primary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-filled-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(176.3189655172, 4.6810344828, 14.8232758621);
  border-color: rgb(163.8987068966, 4.3512931034, 13.7790948276);
}
.btn-filled-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-filled-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-filled-primary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-filled-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-filled-secondary {
  color: #fff;
  background-color: #304c59;
  border-color: #304c59;
}
.btn-filled-secondary:hover {
  color: #fff;
  background-color: rgb(34.598540146, 54.7810218978, 64.151459854);
  border-color: rgb(30.1313868613, 47.7080291971, 55.8686131387);
}
.btn-filled-secondary:focus, .btn-filled-secondary.focus {
  color: #fff;
  background-color: rgb(34.598540146, 54.7810218978, 64.151459854);
  border-color: rgb(30.1313868613, 47.7080291971, 55.8686131387);
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-filled-secondary.disabled, .btn-filled-secondary[aria-disabled=true], .btn-filled-secondary:disabled {
  color: #fff;
  background-color: #304c59;
  border-color: #304c59;
}
.btn-filled-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-filled-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-filled-secondary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-filled-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1313868613, 47.7080291971, 55.8686131387);
  border-color: rgb(25.6642335766, 40.6350364964, 47.5857664234);
}
.btn-filled-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-filled-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-filled-secondary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-filled-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-filled-success {
  color: #fff;
  background-color: #60a500;
  border-color: #60a500;
}
.btn-filled-success:hover {
  color: #fff;
  background-color: rgb(73.7454545455, 126.75, 0);
  border-color: rgb(66.3272727273, 114, 0);
}
.btn-filled-success:focus, .btn-filled-success.focus {
  color: #fff;
  background-color: rgb(73.7454545455, 126.75, 0);
  border-color: rgb(66.3272727273, 114, 0);
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-filled-success.disabled, .btn-filled-success[aria-disabled=true], .btn-filled-success:disabled {
  color: #fff;
  background-color: #60a500;
  border-color: #60a500;
}
.btn-filled-success:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-filled-success:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-filled-success[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-filled-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(66.3272727273, 114, 0);
  border-color: rgb(58.9090909091, 101.25, 0);
}
.btn-filled-success:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-filled-success:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-filled-success[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-filled-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-filled-info {
  color: #fff;
  background-color: #009ecc;
  border-color: #009ecc;
}
.btn-filled-info:hover {
  color: #fff;
  background-color: rgb(0, 128.375, 165.75);
  border-color: rgb(0, 118.5, 153);
}
.btn-filled-info:focus, .btn-filled-info.focus {
  color: #fff;
  background-color: rgb(0, 128.375, 165.75);
  border-color: rgb(0, 118.5, 153);
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-filled-info.disabled, .btn-filled-info[aria-disabled=true], .btn-filled-info:disabled {
  color: #fff;
  background-color: #009ecc;
  border-color: #009ecc;
}
.btn-filled-info:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-filled-info:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-filled-info[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-filled-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 118.5, 153);
  border-color: rgb(0, 108.625, 140.25);
}
.btn-filled-info:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-filled-info:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-filled-info[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-filled-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-filled-warning {
  color: #fff;
  background-color: #ee6e06;
  border-color: #ee6e06;
}
.btn-filled-warning:hover {
  color: #fff;
  background-color: rgb(200.6905737705, 92.756147541, 5.0594262295);
  border-color: rgb(188.2540983607, 87.0081967213, 4.7459016393);
}
.btn-filled-warning:focus, .btn-filled-warning.focus {
  color: #fff;
  background-color: rgb(200.6905737705, 92.756147541, 5.0594262295);
  border-color: rgb(188.2540983607, 87.0081967213, 4.7459016393);
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-filled-warning.disabled, .btn-filled-warning[aria-disabled=true], .btn-filled-warning:disabled {
  color: #fff;
  background-color: #ee6e06;
  border-color: #ee6e06;
}
.btn-filled-warning:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-filled-warning:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-filled-warning[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-filled-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(188.2540983607, 87.0081967213, 4.7459016393);
  border-color: rgb(175.8176229508, 81.2602459016, 4.4323770492);
}
.btn-filled-warning:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-filled-warning:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-filled-warning[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-filled-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-filled-danger {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-filled-danger:hover {
  color: #fff;
  background-color: rgb(188.7392241379, 5.0107758621, 15.8674568966);
  border-color: rgb(176.3189655172, 4.6810344828, 14.8232758621);
}
.btn-filled-danger:focus, .btn-filled-danger.focus {
  color: #fff;
  background-color: rgb(188.7392241379, 5.0107758621, 15.8674568966);
  border-color: rgb(176.3189655172, 4.6810344828, 14.8232758621);
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-filled-danger.disabled, .btn-filled-danger[aria-disabled=true], .btn-filled-danger:disabled {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-filled-danger:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-filled-danger:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-filled-danger[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-filled-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176.3189655172, 4.6810344828, 14.8232758621);
  border-color: rgb(163.8987068966, 4.3512931034, 13.7790948276);
}
.btn-filled-danger:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-filled-danger:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-filled-danger[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-filled-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-primary,
.btn-outline-primary {
  color: #e20613;
  border-color: #e20613;
}
.btn-primary:hover,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-primary:focus, .btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-primary.disabled, .btn-primary[aria-disabled=true], .btn-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary[aria-disabled=true],
.btn-outline-primary:disabled {
  color: #e20613;
  background-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-primary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-outline-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-outline-primary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-primary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus,
.btn-outline-primary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-secondary,
.btn-outline-secondary {
  color: #304c59;
  border-color: #304c59;
}
.btn-secondary:hover,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #304c59;
  border-color: #304c59;
}
.btn-secondary:focus, .btn-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-secondary.disabled, .btn-secondary[aria-disabled=true], .btn-secondary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary[aria-disabled=true],
.btn-outline-secondary:disabled {
  color: #304c59;
  background-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-secondary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-secondary.dropdown-toggle,
.btn-outline-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-outline-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-outline-secondary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #304c59;
  border-color: #304c59;
}
.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-secondary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus,
.btn-outline-secondary[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-success,
.btn-outline-success {
  color: #60a500;
  border-color: #60a500;
}
.btn-success:hover,
.btn-outline-success:hover {
  color: #fff;
  background-color: #60a500;
  border-color: #60a500;
}
.btn-success:focus, .btn-success.focus,
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-success.disabled, .btn-success[aria-disabled=true], .btn-success:disabled,
.btn-outline-success.disabled,
.btn-outline-success[aria-disabled=true],
.btn-outline-success:disabled {
  color: #60a500;
  background-color: transparent;
}
.btn-success:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-success:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-success[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-success.dropdown-toggle,
.btn-outline-success:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-outline-success:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-outline-success[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #60a500;
  border-color: #60a500;
}
.btn-success:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-success:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-success[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-success.dropdown-toggle:focus,
.btn-outline-success:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.btn-outline-success:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus,
.btn-outline-success[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-info,
.btn-outline-info {
  color: #009ecc;
  border-color: #009ecc;
}
.btn-info:hover,
.btn-outline-info:hover {
  color: #fff;
  background-color: #009ecc;
  border-color: #009ecc;
}
.btn-info:focus, .btn-info.focus,
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-info.disabled, .btn-info[aria-disabled=true], .btn-info:disabled,
.btn-outline-info.disabled,
.btn-outline-info[aria-disabled=true],
.btn-outline-info:disabled {
  color: #009ecc;
  background-color: transparent;
}
.btn-info:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-info:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-info[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-info.dropdown-toggle,
.btn-outline-info:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-outline-info:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-outline-info[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #009ecc;
  border-color: #009ecc;
}
.btn-info:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-info:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-info[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-info.dropdown-toggle:focus,
.btn-outline-info:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.btn-outline-info:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus,
.btn-outline-info[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-warning,
.btn-outline-warning {
  color: #ee6e06;
  border-color: #ee6e06;
}
.btn-warning:hover,
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ee6e06;
  border-color: #ee6e06;
}
.btn-warning:focus, .btn-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-warning.disabled, .btn-warning[aria-disabled=true], .btn-warning:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning[aria-disabled=true],
.btn-outline-warning:disabled {
  color: #ee6e06;
  background-color: transparent;
}
.btn-warning:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-warning:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-warning[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-warning.dropdown-toggle,
.btn-outline-warning:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-outline-warning:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-outline-warning[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]),
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ee6e06;
  border-color: #ee6e06;
}
.btn-warning:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-warning:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-warning[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-warning.dropdown-toggle:focus,
.btn-outline-warning:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus,
.btn-outline-warning[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-danger,
.btn-outline-danger {
  color: #e20613;
  border-color: #e20613;
}
.btn-danger:hover,
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-danger:focus, .btn-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}
.btn-danger.disabled, .btn-danger[aria-disabled=true], .btn-danger:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger[aria-disabled=true],
.btn-outline-danger:disabled {
  color: #e20613;
  background-color: transparent;
}
.btn-danger:not(:disabled):not(.disabled):not([aria-disabled=true]):active, .btn-danger:not(:disabled):not(.disabled):not([aria-disabled=true]).active, .btn-danger[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]), .show > .btn-danger.dropdown-toggle,
.btn-outline-danger:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-outline-danger:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-outline-danger[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.btn-danger:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus, .btn-danger:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus, .btn-danger[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus, .show > .btn-danger.dropdown-toggle:focus,
.btn-outline-danger:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):not([aria-disabled=true]).active:focus,
.btn-outline-danger[aria-current=page]:not(:disabled):not(.disabled):not([aria-disabled=true]):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 54, 64, 0.25);
}

.btn-link {
  font-weight: 400;
  color: #e20613;
  text-decoration: none;
}
.btn-link:hover {
  color: #e20613;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled, .btn-link[aria-disabled=true] {
  color: #6c7d84;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.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,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  position: relative;
  white-space: nowrap;
}
.dropdown-toggle .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-toggle .icon {
    transition: none;
  }
}
.dropdown-toggle .icon {
  transform: translate(0, -50%) rotate(0deg);
}
.dropdown-toggle[aria-expanded=true] .icon {
  transform: translate(0, -50%) rotate(180deg);
}

.btn.dropdown-toggle {
  padding-right: calc(1.5rem + 0.8em);
}
.btn.dropdown-toggle .icon {
  right: 0.75rem;
}
.dropleft .btn.dropdown-toggle {
  padding-left: calc(1.5rem + 0.8em);
}
.dropleft .btn.dropdown-toggle .icon {
  left: 0.75rem;
}

.btn-lg.dropdown-toggle, .btn-group-lg > .dropdown-toggle.btn {
  padding-right: calc(2rem + 0.8em);
}
.btn-lg.dropdown-toggle .icon, .btn-group-lg > .dropdown-toggle.btn .icon {
  right: 1rem;
}

.btn-sm.dropdown-toggle, .btn-group-sm > .dropdown-toggle.btn {
  padding-right: calc(1rem + 0.8em);
}
.btn-sm.dropdown-toggle .icon, .btn-group-sm > .dropdown-toggle.btn .icon {
  right: 0.5rem;
}

.btn.dropdown-toggle-split, .dropleft .btn.dropdown-toggle-split,
.btn-lg + .btn.dropdown-toggle-split,
.dropleft .btn-lg + .btn.dropdown-toggle-split,
.btn-sm + .btn.dropdown-toggle-split,
.dropleft .btn-sm + .btn.dropdown-toggle-split {
  padding-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #304c59;
  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;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle .icon {
  transform: translate(0, -50%) rotate(180deg);
}
.dropup .dropdown-toggle[aria-expanded=true] .icon {
  transform: translate(0, -50%) rotate(360deg);
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropright .dropdown-toggle .icon {
  transform: translate(0, -50%) rotate(-90deg);
}
.dropright .dropdown-toggle[aria-expanded=true] .icon {
  transform: translate(0, -50%) rotate(90deg);
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropleft .dropdown-toggle .icon {
  transform: translate(0, -50%) rotate(90deg);
}
.dropleft .dropdown-toggle[aria-expanded=true] .icon {
  transform: translate(0, -50%) rotate(270deg);
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #304c59;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e20613;
}
.dropdown-item.active, .dropdown-item[aria-current=page], .dropdown-item:active {
  color: #e20613;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item[aria-disabled=true], .dropdown-item:disabled {
  color: #6c7d84;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c7d84;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #304c59;
}

.dropdown-block .btn,
.dropdown-block .dropdown-menu {
  width: 100%;
}
.dropdown-block .btn {
  position: relative;
  text-align: left;
}
.dropdown-block .btn::after {
  position: absolute;
  right: 0.75rem;
  bottom: calc(50% - 0.3em);
  transform: translate(0, -50%);
}
.dropdown-block .btn[aria-expanded=true]::after {
  transform: translate(0, -50%) rotate(-180deg);
}
.dropdown-block .dropdown-menu {
  min-width: 0;
}

.dropdown-push {
  transition: transform 0.25s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.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:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group > .btn[aria-current=page],
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn[aria-current=page] {
  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:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: 0;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #304c59;
}
.nav-link--account > .icon-single-neutral {
  font-size: 1.6rem;
}
.nav-link--account:hover, .nav-link--account:focus {
  /* stylelint-disable declaration-no-important */
  text-decoration: none !important;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.active, .nav-link[aria-current=page] {
  color: #e20613;
}
.nav-link.disabled, .nav-link[aria-disabled=true] {
  color: rgb(180.48, 190.56, 195.24);
  pointer-events: none;
  cursor: default;
}
.nav-link .icon-arrow-right {
  margin-left: 0.125em;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link .icon-arrow-right {
    transition: none;
  }
}
.nav-link[aria-expanded=true] .icon.arrow-down-1 {
  transform: rotate(-180deg);
}

.nav-tabs {
  border-bottom: 1px solid #e9ecef;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  font-weight: 400;
  color: #e20613;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.nav-tabs .nav-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link[aria-disabled=true] {
  color: rgb(244.56, 165.36, 170.04);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link[aria-current=page],
.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
  color: #e20613;
  background-color: #fff;
  border-color: transparent transparent #e20613;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .nav-link[aria-current=page],
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e20613;
}

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active, .tab-content > [aria-current=page] {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar--site-header {
  padding: 1.625rem 0;
}
.navbar--site-header .navbar-nav .nav-link {
  white-space: nowrap;
}
.navbar--site-header .navbar-brand {
  flex-grow: 1;
  min-width: 7rem;
  overflow: hidden;
}
.navbar--site-header .form-select {
  color: inherit;
}
.navbar--site-header .form-select select {
  height: calc(2.75rem - 2px);
  color: inherit;
  background-color: transparent;
}
.navbar--site-main {
  padding: 0;
  font-size: 1.5rem;
}
.navbar--site-main .nav-item .nav-link {
  padding: 1.75rem 0;
}
.navbar--site-main .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar--site-main__list a {
  color: #304c59;
}
.navbar--site-main .global-navbar > .active a, .navbar--site-main .global-navbar > [aria-current=page] a {
  text-decoration: underline;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  line-height: inherit;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.5rem;
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 500;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  line-height: 1;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-nav--main > .dropdown {
  position: static;
}
.navbar-nav--main > .dropdown > .dropdown-toggle .icon {
  position: static;
  transform: rotate(0);
}
.navbar-nav--main > .dropdown > .dropdown-toggle[aria-expanded=true] .icon {
  transform: rotate(-180deg);
}
.navbar-nav--main > .dropdown > .dropdown-menu {
  min-width: 100%;
  padding: 1rem 0;
  font-size: 1.25rem;
  border: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.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: 0;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-toggler-bar {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #304c59;
  border-radius: 1px;
  transition: transform 0.25s;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler-bar {
    transition: none;
  }
}
.navbar-toggler-bar:nth-child(1) {
  transform: translate(0, -250%);
}
.navbar-toggler-bar:nth-child(2) {
  transform: translate(0, -50%);
}
.navbar-toggler-bar:nth-child(3) {
  transform: translate(0, 150%);
}
[aria-expanded=true] .navbar-toggler-bar:nth-child(1) {
  transform: translate(0, -50%) rotate(45deg);
}
[aria-expanded=true] .navbar-toggler-bar:nth-child(2) {
  display: none;
}
[aria-expanded=true] .navbar-toggler-bar:nth-child(3) {
  transform: translate(0, -50%) rotate(-45deg);
}

.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
@media (max-width: 1399.98px) {
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl,
  .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-expand .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light {
  background: #f5f5f5;
}
.navbar-light .navbar-brand {
  color: #304c59;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #e20613;
}
.navbar-light .navbar-nav .nav-link {
  color: #304c59;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #e20613;
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .nav-link[aria-disabled=true] {
  color: rgba(48, 76, 89, 0.7);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav [aria-current=page] > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link[aria-current=page] {
  color: #e20613;
}
.navbar-light .navbar-toggler {
  color: #304c59;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-bar {
  background-color: #304c59;
}
.navbar-light .navbar-text {
  color: #304c59;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #e20613;
}

.navbar-dark {
  color: #fff;
  background: #304c59;
}
.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;
  text-decoration: underline;
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .nav-link[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav [aria-current=page] > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link[aria-current=page] {
  color: #fff;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav [aria-current=page] > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link[aria-current=page] {
  text-decoration: underline;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-bar {
  background-color: #fff;
}
.navbar-dark a,
.navbar-dark a:hover,
.navbar-dark a:focus {
  color: #fff;
}
.navbar-dark .card {
  color: #fff;
  border-color: rgb(114.24, 133.28, 142.12);
}
.navbar-dark .detail-grid,
.navbar-dark .detail-grid .col {
  border-color: rgb(114.24, 133.28, 142.12);
}
.navbar-dark .detail-grid a {
  line-height: 1.1;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.navbar-dark .detail-grid a:hover, .navbar-dark .detail-grid a:focus {
  border-bottom-style: solid;
}

.navbar-brand-logo {
  width: 100%;
  min-width: 7rem;
  max-width: 11rem;
}
.navbar-brand-logo svg {
  width: 100%;
}

.navbar-brand-text {
  margin-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .navbar-brand-text {
    font-size: 1rem;
  }
}

.navbar-top-detail-col {
  padding: 2.5rem 1rem;
  border: 1px solid rgb(114.24, 133.28, 142.12);
  border-width: 1px 1px 0 0;
}
.navbar-top-detail-col:last-of-type {
  border-right: 0;
}
.navbar-top-detail-col > *:first-child {
  margin-top: 0;
}
.navbar-top-detail-col > *:last-child {
  margin-top: 0;
}
.navbar-top-detail-col a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.navbar-top-detail-col a:hover, .navbar-top-detail-col a:focus {
  border-bottom-style: solid;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card.border-0 .card-body {
  padding-right: 0;
  padding-left: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.card-title + .card-text {
  margin-top: 0.5rem;
}

.card-subtitle {
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  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 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  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 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active, .card-header-tabs .nav-link[aria-current=page] {
  background-color: transparent;
  border-bottom-color: transparent;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.625rem 1.25rem;
  background: rgba(81.12, 104.64, 115.56, 0.9);
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@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 > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: calc(1rem + 0.55em);
}
.breadcrumb-item + .breadcrumb-item .icon {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.55em;
  height: 0.55em;
  fill: #304c59;
  transform: translate(0, -50%);
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active, .breadcrumb-item[aria-current=page] {
  color: #304c59;
}
.breadcrumb-item:first-child a {
  position: relative;
  display: block;
  width: 1em;
  height: 100%;
}
.breadcrumb-item:first-child a .icon {
  position: absolute;
  top: 40%;
  left: 0;
  width: 1em;
  height: 1em;
  fill: #e20613;
  transform: translate(0, -50%);
}

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

.page-link {
  position: relative;
  display: block;
  color: #e20613;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #e20613;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link, .page-item[aria-current=page] .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.page-item.disabled .page-link, .page-item[aria-disabled=true] .page-link {
  color: #6c7d84;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 3px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #304c59;
  background: #fff;
  border-color: #e20613;
}
.alert-primary .alert-link {
  color: #304c59;
  text-decoration: underline;
}

.alert-secondary {
  color: #304c59;
  background: #fff;
  border-color: #304c59;
}
.alert-secondary .alert-link {
  color: #304c59;
  text-decoration: underline;
}

.alert-success {
  color: #304c59;
  background: #fff;
  border-color: #60a500;
}
.alert-success .alert-link {
  color: #304c59;
  text-decoration: underline;
}

.alert-info {
  color: #304c59;
  background: #fff;
  border-color: #009ecc;
}
.alert-info .alert-link {
  color: #304c59;
  text-decoration: underline;
}

.alert-warning {
  color: #304c59;
  background: #fff;
  border-color: #ee6e06;
}
.alert-warning .alert-link {
  color: #304c59;
  text-decoration: underline;
}

.alert-danger {
  color: #304c59;
  background: #fff;
  border-color: #e20613;
}
.alert-danger .alert-link {
  color: #304c59;
  text-decoration: underline;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e20613;
  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: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.list-group-item-action {
  width: 100%;
  color: #416474;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #416474;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #304c59;
  background-color: #f5f5f5;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item[aria-disabled=true], .list-group-item:disabled {
  color: #6c7d84;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active, .list-group-item[aria-current=page] {
  z-index: 2;
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .list-group-item + .list-group-item[aria-current=page] {
  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;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active, .list-group-horizontal .list-group-item[aria-current=page] {
  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, .list-group-horizontal .list-group-item + .list-group-item[aria-current=page] {
  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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active, .list-group-horizontal-sm .list-group-item[aria-current=page] {
    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, .list-group-horizontal-sm .list-group-item + .list-group-item[aria-current=page] {
    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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active, .list-group-horizontal-md .list-group-item[aria-current=page] {
    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, .list-group-horizontal-md .list-group-item + .list-group-item[aria-current=page] {
    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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active, .list-group-horizontal-lg .list-group-item[aria-current=page] {
    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, .list-group-horizontal-lg .list-group-item + .list-group-item[aria-current=page] {
    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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active, .list-group-horizontal-xl .list-group-item[aria-current=page] {
    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, .list-group-horizontal-xl .list-group-item + .list-group-item[aria-current=page] {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item.active, .list-group-horizontal-xxl .list-group-item[aria-current=page] {
    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, .list-group-horizontal-xxl .list-group-item + .list-group-item[aria-current=page] {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-blank .list-group-item {
  border: none;
}

.list-group-search-result .list-group-item {
  padding-left: 2rem;
}
.list-group-search-result .list-group-item .icon {
  position: absolute;
  top: 1rem;
  left: 0;
  fill: #e20613;
}
.list-group-search-result .list-group-item h3, .list-group-search-result .list-group-item .h3,
.list-group-search-result .list-group-item h4,
.list-group-search-result .list-group-item .h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.list-group-search-result .list-group-item h3 a, .list-group-search-result .list-group-item .h3 a,
.list-group-search-result .list-group-item h4 a,
.list-group-search-result .list-group-item .h4 a {
  color: #304c59;
}
.list-group-search-result .list-group-item p {
  margin-bottom: 0;
}

.list-group-item-primary {
  color: rgb(117.52, 3.12, 9.88);
  background-color: rgb(246.88, 185.28, 188.92);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(117.52, 3.12, 9.88);
  background-color: rgb(244.2199280576, 162.4400719424, 167.2725179856);
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: rgb(117.52, 3.12, 9.88);
  border-color: rgb(117.52, 3.12, 9.88);
}

.list-group-item-secondary {
  color: rgb(24.96, 39.52, 46.28);
  background-color: rgb(197.04, 204.88, 208.52);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(24.96, 39.52, 46.28);
  background-color: rgb(182.8885254692, 192.6427345845, 197.1714745308);
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: rgb(24.96, 39.52, 46.28);
  border-color: rgb(24.96, 39.52, 46.28);
}

.list-group-item-success {
  color: rgb(49.92, 85.8, 0);
  background-color: rgb(210.48, 229.8, 183.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(49.92, 85.8, 0);
  background-color: rgb(198.727826087, 223.147826087, 164.752173913);
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: rgb(49.92, 85.8, 0);
  border-color: rgb(49.92, 85.8, 0);
}

.list-group-item-info {
  color: rgb(0, 82.16, 106.08);
  background-color: rgb(183.6, 227.84, 240.72);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 82.16, 106.08);
  background-color: rgb(162.35, 219.7566666667, 236.47);
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: rgb(0, 82.16, 106.08);
  border-color: rgb(0, 82.16, 106.08);
}

.list-group-item-warning {
  color: rgb(123.76, 57.2, 3.12);
  background-color: rgb(250.24, 214.4, 185.28);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(123.76, 57.2, 3.12);
  background-color: rgb(248.6103007519, 200.4996240602, 161.4096992481);
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: rgb(123.76, 57.2, 3.12);
  border-color: rgb(123.76, 57.2, 3.12);
}

.list-group-item-danger {
  color: rgb(117.52, 3.12, 9.88);
  background-color: rgb(246.88, 185.28, 188.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(117.52, 3.12, 9.88);
  background-color: rgb(244.2199280576, 162.4400719424, 167.2725179856);
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: rgb(117.52, 3.12, 9.88);
  border-color: rgb(117.52, 3.12, 9.88);
}

.link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.link-list li,
.link-list a {
  padding: 0.25em 0;
}

.link-list-divided li {
  padding: 0.75rem 0;
  border-bottom: 2px dotted #f5f5f5;
}
.link-list-divided li:first-child {
  border-top: 2px dotted #f5f5f5;
}

.link-list-md {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .link-list-md {
    font-size: 1.25rem;
  }
}

.link-list-inline {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.link-list-inline li {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  margin-right: -0.25em;
}
.link-list-inline li:first-child {
  padding-left: 0;
}
.link-list-inline li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.link-list-inline li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  border-right: 1px solid;
}

.close {
  display: block;
  min-width: 1.875rem;
  min-height: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: inherit;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):not([aria-disabled=true]):hover, .close:not(:disabled):not(.disabled):not([aria-disabled=true]):focus {
  opacity: 0.75;
}
.close .icon {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
}

button.close {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
}

a.close.disabled, a.close[aria-disabled=true] {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  font-size: 0.875rem;
  border-radius: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c7d84;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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;
  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;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "DIN Web Pro", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before {
  left: 0;
  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;
}

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

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^=top] > .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-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[x-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^=right] > .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-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-right > .popover-arrow::after, .bs-popover-auto[x-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^=bottom] > .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-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[x-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[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^=left] > .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-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-left > .popover-arrow::after, .bs-popover-auto[x-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 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #304c59;
}

.carousel {
  position: relative;
}

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

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

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

.carousel-item.active, .carousel-item[aria-current=page],
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right,
.carousel-item-right[aria-current=page] {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left,
.carousel-item-left[aria-current=page] {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item[aria-current=page],
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .carousel-item-left[aria-current=page],
.carousel-fade .active.carousel-item-right,
.carousel-fade .carousel-item-right[aria-current=page] {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .carousel-item-left[aria-current=page],
  .carousel-fade .active.carousel-item-right,
  .carousel-fade .carousel-item-right[aria-current=page] {
    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%;
  color: #fff;
  text-align: center;
  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: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}
.carousel-indicators .active, .carousel-indicators [aria-current=page] {
  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;
}

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

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

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

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

/*
Diese Datei ist von node_modules/flatpickr/dist/flatpickr.css
kopiert und in eine scss Datei umgewandelt. Damit kann diese an die theme
Anforderung von WKO-DS angepasst werden.
*/
/* stylelint-disable */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #f5f5f5, -1px 0 0 #f5f5f5, 0 1px 0 #f5f5f5, 0 -1px 0 #f5f5f5, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #f5f5f5, 5px 0 0 #f5f5f5;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #f5f5f5;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #f5f5f5;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #f5f5f5;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #304c59;
  fill: #304c59;
  height: 34px;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #304c59;
  fill: #304c59;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #304c59;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #e20613;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #304c59;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #304c59;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled] {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #304c59;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #f5f5f5;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #304c59;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.flatpickr-day.today {
  border-color: #304c59;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #304c59;
  background: #304c59;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #e20613;
  box-shadow: none;
  color: #fff;
  border-color: #e20613;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #e20613;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #f5f5f5, 5px 0 0 #f5f5f5;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #e20613, 5px 0 0 #e20613;
}
.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #f5f5f5;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #304c59;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #304c59;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #304c59;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #304c59;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #304c59;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.tree-view .list-group-blank .list-group-item {
  padding: 0 1rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #304c59;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #304c59;
  background-color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23304c59'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23304c59'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(95.5145985401, 145.6897810219, 168.9854014599);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}

.accordion-header {
  margin: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

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

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

.sharebar {
  margin: 1rem 0;
}
.sharebar__links {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.sharebar__links li {
  list-style: none;
}
.sharebar__links li a {
  display: flex;
  align-items: center;
  padding: 0.25rem;
}
.sharebar__links li a .icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #304c59;
}
.sharebar__links li:first-child a {
  padding-left: 0;
}

.skippy {
  display: block;
  padding: 1em;
  color: #e20613;
  background-color: #f5f5f5;
  outline: 0;
}

.skippy-text {
  padding: 0.5em;
  font-size: 0.875em;
  outline: 1px dotted;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.link-primary {
  color: #e20613;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(151.4784482759, 4.0215517241, 12.7349137931);
}

.link-secondary {
  color: #304c59;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(21.197080292, 33.5620437956, 39.302919708);
}

.link-success {
  color: #60a500;
}
.link-success:hover, .link-success:focus {
  color: rgb(51.4909090909, 88.5, 0);
}

.link-info {
  color: #009ecc;
}
.link-info:hover, .link-info:focus {
  color: rgb(0, 98.75, 127.5);
}

.link-warning {
  color: #ee6e06;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(163.381147541, 75.512295082, 4.118852459);
}

.link-danger {
  color: #e20613;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(151.4784482759, 4.0215517241, 12.7349137931);
}

.embed-responsive {
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}
.sr-only,
.sr-only-focusable:not(:focus) {
  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: -webkit-sticky !important;
  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 #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #60a500 !important;
}

.border-info {
  border-color: #009ecc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-2 {
  font-size: 1.625rem !important;
}

.fs-3 {
  font-size: 1.375rem !important;
}

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

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

.fs-6 {
  font-size: 0.75rem !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: 500 !important;
}

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

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

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

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

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

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

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

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

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

.text-success {
  color: #60a500 !important;
}

.text-info {
  color: #009ecc !important;
}

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

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

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

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

.text-muted {
  color: #6c7d84 !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;
}

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

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

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

.bg-success {
  background-color: #60a500 !important;
}

.bg-info {
  background-color: #009ecc !important;
}

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

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

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

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

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

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

.text-nowrap {
  white-space: nowrap !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-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !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: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-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: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !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: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !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: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !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: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .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: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .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: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !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;
  }
}
a {
  display: inline-block;
}

.link-with-icon-left,
.link-with-icon-right {
  display: inline-flex;
}
.link-with-icon-left .icon,
.link-with-icon-right .icon {
  flex-shrink: 0;
}

.link-with-icon-left .icon {
  margin: 0.25em 0.25em 0 -0.15em;
}

.link-with-icon-right .icon {
  margin: 0.25em -0.15em 0 0.25em;
}

.more-link {
  display: inline-block;
  margin-left: 0.5em;
}

.teaser-card, .teaser-card-major {
  color: #fff;
}
.teaser-card:hover, .teaser-card-major:hover,
.teaser-card:hover *,
.teaser-card-major:hover *, .teaser-card:focus, .teaser-card-major:focus,
.teaser-card:focus *,
.teaser-card-major:focus * {
  color: #fff;
  text-decoration: none;
}
.teaser-card:hover .more-link, .teaser-card-major:hover .more-link, .teaser-card:focus .more-link, .teaser-card-major:focus .more-link {
  text-decoration: underline;
}
.teaser-card:hover .card-img-overlay, .teaser-card-major:hover .card-img-overlay, .teaser-card:focus .card-img-overlay, .teaser-card-major:focus .card-img-overlay {
  background: rgba(81.12, 104.64, 115.56, 0.95);
}
.teaser-card .card-img-overlay, .teaser-card-major .card-img-overlay {
  top: auto;
}
@media (max-width: 991.98px) {
  .teaser-card .card-img-overlay, .teaser-card-major .card-img-overlay {
    position: relative;
    background: rgb(81.12, 104.64, 115.56);
  }
}
.teaser-card .card-body, .teaser-card-major .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(81.12, 104.64, 115.56);
}
.teaser-card .card-body .card-title, .teaser-card-major .card-body .card-title {
  margin: 0;
  font-size: 1.5rem;
}
.teaser-card .card-body .card-title + .card-text, .teaser-card-major .card-body .card-title + .card-text {
  margin-top: 0.75rem;
}

.teaser-card-major .card-img-overlay {
  background: rgba(226, 6, 19, 0.9);
}
@media (max-width: 991.98px) {
  .teaser-card-major .card-img-overlay {
    background: #e20613;
  }
}
.teaser-card-major:hover .card-img-overlay, .teaser-card-major:focus .card-img-overlay {
  background: rgba(226, 6, 19, 0.95);
}
.teaser-card-major .card-body {
  background: #e20613;
}

.hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
}

.hero-card-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center/cover;
}

.hero-card-content {
  position: relative;
  z-index: 10;
  padding: 2.5rem 1rem 3.75rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-card-content {
    width: 90%;
    padding: 6.25rem 0;
  }
}

.hero-card-header {
  margin-bottom: 0.5rem;
}

.hero-card-headline {
  margin: 0;
  font-size: calc(30px + 40 * (100vw - 320px) / 1120);
  font-weight: 500;
  line-height: 1.4;
}

.hero-card-subheadline {
  margin: 0;
  font-size: calc(18px + 22 * (100vw - 320px) / 1120);
  line-height: 1.6;
}

.hero-card-body {
  font-size: calc(20px + 2 * (100vw - 320px) / 1120);
}
.hero-card-body *:last-child {
  margin-bottom: 0;
}

.hero-card-footer {
  margin-top: 2em;
  font-size: calc(20px + 2 * (100vw - 320px) / 1120);
}
.hero-card-footer button {
  font-size: inherit;
}

.footer {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  color: #304c59;
  background-color: #f5f5f5;
}
.footer a {
  color: inherit;
}
.footer__meta-nav .link-list-inline {
  margin: 0.625rem 0;
  line-height: 1;
}
.footer__meta-nav .link-list-inline li::before {
  border-color: #223640;
}

.news__container {
  width: 100%;
}
.news__container .date {
  font-size: 0.875rem;
}
.news__container .category {
  font-size: 0.875rem;
  font-weight: 500;
}

.header {
  color: #fff;
  background: #304c59;
}
@media (max-width: 575.98px) {
  .header__navbar-toggle .icon-bar {
    width: 20px;
    height: 3px;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .header__navbar-toggle .icon-bar {
    margin-top: 4px;
  }
}
@media (max-width: 575.98px) {
  .header__navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg) translate3d(6px, 7px, 0);
  }
  .header__navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate3d(-1px, 0, 0);
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .header__navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate3d(-2px, 0, 0);
  }
}
@media (max-width: 575.98px) {
  .header__navbar-toggle .icon-bar:last-child {
    visibility: hidden;
  }
}
.header__navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.header__navbar-toggle .collapsed .icon-bar:last-child {
  visibility: visible;
}
.header__navbar-toggle .collapsed .icon-bar:nth-child(2) {
  transform: rotate(0deg) translate3d(0, 0, 0);
}
.header__navbar-toggle .collapsed .icon-bar:nth-child(3) {
  transform: rotate(0deg) translate3d(0, 0, 0);
}
.header__right {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
.header__right .icon-user {
  width: 23px;
  height: 23px;
}
.header__right a .mein-wko {
  display: block;
  height: 23px;
  padding: 0 0 0 15px;
}
.header__right a .mein-wko .icon-arrow-down {
  position: relative;
  width: 0.85em;
  height: 0.85em;
  transition: transform 0.25s;
  transform: rotate(180deg);
}
.header__right a .mein-wko .icon-arrow-down.collapsed {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .header__right a .mein-wko {
    height: 20px;
    font-size: 13px;
  }
  .header__right a .mein-wko .icon-user {
    width: 20px;
    height: 20px;
  }
}
.header__right a .global-link {
  padding-top: 3px;
  padding-left: 0;
  font-weight: 500;
}
.header__right a span:not(.sr-only) {
  display: inline-block;
}
.header__right a:hover, .header__right a:focus {
  text-decoration: none;
}
.header__right a:hover span, .header__right a:focus span {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .header__right {
    height: 43px;
  }
}
@media (max-width: 575.98px) {
  .header__right {
    padding-left: 0;
  }
}
.header__content {
  position: relative;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header__content {
    padding-top: 13px;
    padding-bottom: 16px;
  }
}
.header__content__flex {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header__content__flex {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .header__content__flex {
    margin-bottom: 0;
  }
}
.header__content__flex .header__areas {
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .header__content__flex .header__areas {
    margin-left: auto;
  }
}
.header__claim {
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header__claim {
    font-size: 17px;
  }
}
.header .link-list li {
  padding: 0;
}
.header .link-list li a {
  display: block;
  padding: 5px;
  margin-left: -5px;
}
.header .link-list li a:hover, .header .link-list li a:focus {
  text-decoration: none;
  background: #6c7d84;
}
.header a {
  color: #fff;
}
.header a:hover, .header a:focus {
  color: #fff;
  text-decoration: underline;
}
.header a .active, .header a [aria-current=page] {
  padding: 5px;
  font-weight: 500;
  color: #c5c5c5;
}
.header a .description {
  font-weight: 400;
}
.header__logo {
  display: inline-block;
  max-width: 40%;
  margin-right: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header__logo {
    margin-right: 10px;
  }
}
.header__logo a {
  display: inline-block;
  vertical-align: middle;
}
.header__logo img {
  max-width: 100%;
  height: auto;
  max-height: 43px;
}
@media (max-width: 575.98px) {
  .header__logo img {
    width: 100%;
    max-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .header__logo img {
    max-width: unset;
  }
}
.header__logo img__area {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24%;
  padding: 0;
  font-size: 22px;
  line-height: 50px;
  color: #304c59;
  text-align: center;
  background: #fff;
}
.header__logo__areas {
  position: relative;
  display: inline-block;
  min-width: 130px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header__logo__areas {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .header__logo__areas {
    margin-right: -10px;
  }
}
.header__logo__areas .form-control-select {
  background: #304c59;
}
.header__logo__areas .form-control-select .form-control {
  padding-right: 45px;
  color: #fff;
  border-color: #0d6efd;
}
.header__logo__areas .form-control-select .form-control option {
  color: #304c59;
  background: #fff;
  border-right: 1px solid #0d6efd;
}
.header__logo__areas .form-control-select .icon {
  background-color: #304c59;
}
@media (max-width: 575.98px) {
  .header__logo__areas .form-control-select {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .header__logo__areas .form-control-select .form-control {
    min-width: 140px;
    height: 24px;
    padding: 3px;
    font-size: 14px;
  }
  .header__logo__areas .form-control-select .icon {
    top: -5px;
    right: 3px;
    padding: 8px;
    font-size: 75%;
  }
}
.header__logo .social-links li:nth-child(5), .header__logo .social-links li:nth-child(6), .header__logo .social-links li:nth-child(7), .header__logo .social-links li:nth-child(8) {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header__logo .social-links li:nth-child(5) {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header__logo__navbar-toggle {
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .header__logo__navbar-toggle {
    margin-left: 5px;
  }
}
@media (max-width: 575.98px) {
  .header__logo .navbar-toggle {
    width: 20px;
    height: 20px;
  }
}

.top-section.header-new {
  min-height: 54px;
}
.top-section.header-new .global-panel .row > div {
  border-right: none;
}
@media (max-width: 767px) {
  .top-section.header-new .global-panel__content {
    padding: 0;
  }
  .top-section.header-new .global-panel .row {
    padding: 15px 0 11px;
  }
}

.nav-section {
  position: static;
}

.navbar-main {
  min-height: 0;
}
.navbar-main .navbar-nav .dropdown a {
  padding-left: 25px;
}
.navbar-main .navbar-nav .dropdown.open {
  padding-left: 25px;
}
.navbar-main .navbar-nav .dropdown.open a {
  padding-left: 0;
}

/* Ende header-new */
/* stylelint-disable selector-class-pattern, selector-no-qualifying-type, selector-max-type */
.autoComplete_list {
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-top: 0;
}
.autoComplete_list li {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.autoComplete_list li.autoComplete_selected, .autoComplete_list li[aria-selected=true] {
  color: #fff;
  background-color: #e20613;
}
.autoComplete_list li::-moz-selection {
  color: #fff;
  background-color: #e20613;
}
.autoComplete_list li::selection, .autoComplete_list li:hover, .autoComplete_list li:focus {
  color: #fff;
  background-color: #e20613;
}
.autoComplete_list li mark, .autoComplete_list li .mark,
.autoComplete_list li .autoComplete_highlighted {
  padding: 0;
  font-weight: 600;
  color: inherit;
  background: rgb(247.2, 212.36, 162.96);
}

/* Wrapper bleibt so hoch wie das Input */
.autoComplete_wrapper {
  position: relative;
  flex: 1 1 auto; /* füllt die Input-Group sauber aus */
}

/* Die Trefferliste "schwebt" unter dem Input */
.autoComplete_wrapper > ul,
.autoComplete_wrapper .autoComplete_list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1051; /* über Button/Umfeld */
  max-height: 18rem;
  padding: 0;
  /* Optik + Bullets weg */
  margin: 0.25rem 0 0;
  overflow-y: auto;
  list-style: none;
  background: var(--bs-body-bg, #fff);
  border: 1px solid var(--bs-border-color, #ced4da);
  border-radius: 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Listenelemente klickfreundlich */
.autoComplete_wrapper > ul > li {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.autoComplete_wrapper > ul > li mark, .autoComplete_wrapper > ul > li .mark,
.autoComplete_wrapper > ul > li .autoComplete_highlighted {
  padding: 0;
  font-weight: 600;
  color: inherit;
  background: rgb(247.2, 212.36, 162.96);
  border-radius: 2px;
}
.autoComplete_wrapper > ul > li.autoComplete_selected, .autoComplete_wrapper > ul > li[aria-selected=true], .autoComplete_wrapper > ul > li:hover, .autoComplete_wrapper > ul > li:focus {
  color: #fff;
  background: #e20613;
}
.autoComplete_wrapper > ul > li.autoComplete_selected mark, .autoComplete_wrapper > ul > li.autoComplete_selected .mark,
.autoComplete_wrapper > ul > li.autoComplete_selected .autoComplete_highlighted, .autoComplete_wrapper > ul > li[aria-selected=true] mark, .autoComplete_wrapper > ul > li[aria-selected=true] .mark,
.autoComplete_wrapper > ul > li[aria-selected=true] .autoComplete_highlighted, .autoComplete_wrapper > ul > li:hover mark, .autoComplete_wrapper > ul > li:hover .mark,
.autoComplete_wrapper > ul > li:hover .autoComplete_highlighted, .autoComplete_wrapper > ul > li:focus mark, .autoComplete_wrapper > ul > li:focus .mark,
.autoComplete_wrapper > ul > li:focus .autoComplete_highlighted {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

[aria-expanded=false] .show-if-expanded {
  display: none;
}

[aria-expanded=true] .hide-if-expanded {
  display: none;
}

.site-main {
  min-height: 40vh;
}

.collapse-link[data-bs-toggle=collapse] .icon-arrow-right-1 {
  transition: all 0.25s;
  transform: rotate(0deg);
}
.collapse-link[data-bs-toggle=collapse][aria-expanded=true] {
  text-decoration: none;
}
.collapse-link[data-bs-toggle=collapse][aria-expanded=true] .icon-arrow-right-1 {
  text-decoration: none;
  transform: rotate(90deg);
}

.collapse-plus-minus[data-bs-toggle=collapse] {
  width: 0.65em;
  height: 0.8em;
  font-size: 120%;
  text-align: center;
}
.collapse-plus-minus[data-bs-toggle=collapse]::before {
  content: "+";
}
.collapse-plus-minus[data-bs-toggle=collapse]:hover, .collapse-plus-minus[data-bs-toggle=collapse]:focus {
  font-weight: 500;
  text-decoration: none;
}
.collapse-plus-minus[data-bs-toggle=collapse][aria-expanded=true]::before {
  content: "–";
}

/* individual scss */
/* wko-23 colors */
/* colors */
/* colors wko-23 */
html {
  font-size: 100%;
}

body {
  color: #000;
}

[id=aspnetForm] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* fallback vh */
  min-height: 100dvh; /* modern dvh */
}

a {
  color: #000;
}
a:hover {
  color: #3d3f8c;
}

h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2,
.h2 {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 7 3 3;
  word-break: break-word;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  h3,
  .h3 {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}

h4,
.h4 {
  font-weight: 400;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: inherit;
}

.label {
  margin: 0.5rem 0 0.25rem;
  font-size: inherit;
  font-weight: inherit;
}
.label.small {
  margin: 0.2rem 0;
}

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

.smaller {
  font-size: 0.75rem;
}

img,
iframe {
  max-width: 100%;
}

iframe {
  border: none;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

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

.color-inherit a, .color-inherit {
  color: inherit;
}

.text-inherit {
  font-size: inherit;
  font-weight: inherit;
}

.note {
  margin: 0.25rem 0;
}

.medium {
  font-size: 0.875em;
}

caption {
  color: inherit;
}

.figure-caption {
  margin-top: 0.25rem;
  color: inherit;
}

@media (max-width: 991.98px) {
  .navbar-brand-logo,
  .navbar-brand-text,
  .navbar-toggler {
    position: relative;
    z-index: 95;
  }
}
main {
  width: 100%;
}
main .mandatory-field {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
main > .section:last-child {
  padding-bottom: 3rem;
}

.status {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25em;
  height: 1.25em;
  line-height: 1;
  cursor: help;
}
.status span {
  font-size: 0.875em;
}
.status[class*=status-] {
  padding: 2px 1px 0;
  border-radius: 999rem;
}
.status-full {
  color: #fff;
  background-color: #167441;
  border: 1px solid #167441;
}
.status-half::before, .status-half::after {
  position: absolute;
  top: 0;
  width: 0.625em;
  height: 1.25em;
  content: "";
}
.status-half::before {
  right: 50%;
  background: #167441;
  border-top-left-radius: 0.625em;
  border-bottom-left-radius: 0.625em;
}
.status-half::after {
  left: 50%;
  border-color: #167441;
  border-style: dashed;
  border-width: 1px 1px 1px 0;
  border-top-right-radius: 0.625em;
  border-bottom-right-radius: 0.625em;
}
.status-empty {
  color: #4d4d4d;
  border: 1px dashed #4d4d4d;
}
.status-visible.status {
  padding-top: 0;
  color: #fff;
  background-color: #167441;
  border: 1px solid #167441;
}
.status-half-visible.status {
  padding-top: 0;
  color: #4d4d4d;
  border: 1px dashed #167441;
}
.status-half-visible.status .icon {
  --icon-main: #167441;
}

.new-message::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background: #bb0d3b;
  border: 1px solid #bb0d3b;
  border-radius: 999rem;
}

.size-check-container {
  position: relative;
  max-height: 3rem;
  overflow: hidden;
}
.size-check-container.max-1 {
  max-height: 3rem;
}
.size-check-container.max-2 {
  max-height: 4rem;
}
.size-check-container.max-3 {
  max-height: 5rem;
}
.size-check-container.max-4 {
  max-height: 6rem;
}
.size-check.open .size-check-container {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}
.size-check.closed:not(.open) .size-check-container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
}
.size-check.closed .read-more {
  display: block;
}
.size-check .read-more {
  display: none;
}
.size-check .read-more .icon {
  float: left;
  margin: 5px 4px 0 0;
}

.overflow-flex {
  /* fallback vh, modern dvh */
  max-height: clamp(11.875rem, 70vh - 11.875rem, 100vh - 20rem);
  max-height: clamp(11.875rem, 70dvh - 11.875rem, 100dvh - 20rem);
  overflow-y: auto;
}
.overflow-flex::before, .overflow-flex::after {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.overflow-flex::before {
  top: -1px;
  height: 17px;
}
.overflow-flex::after {
  bottom: -1px;
  height: 25px;
  transform: rotate(180deg);
}

.location .link-list-inline-left {
  padding-top: 0.313rem;
}
.location .overflow-flex {
  padding-left: 0.313rem;
}
.location:has(.accordion-collapse.show) {
  padding-bottom: 0.625rem;
}

.button-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  align-items: center;
}

.mandatory-field {
  margin-top: 2rem;
}
.mandatory-field::before {
  content: "* ";
}

/* image upload */
.image {
  /* version with copyright */
}
.image-thumb {
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
.image-upload .form-file-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
}
.image-upload .form-file-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.image-output {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.image-output.full .image-input-wrapper:not(.has-image) {
  display: none;
}
.image-output.full > div:nth-last-child(n+3), .image-output:not(.full) > div:nth-last-child(n+2) {
  margin-right: 1rem;
}
.image-output.videos .figure {
  width: 83px;
  margin: 0;
}
.image-output.videos .figure .image-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  background-color: #dee2e6;
}
.image-output.videos .figure-img {
  width: 2rem;
  height: 2rem;
  margin: 0;
  opacity: 0.7;
}
.image-output.sm {
  color: #4d4d4d;
}
.image-output.sm .image-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-color: #4d4d4d;
}
.image-output.sm .image-thumb .icon {
  opacity: 0.6;
}
.image-input-wrapper {
  display: flex;
  align-items: center;
}
.image-wrapper {
  position: relative;
  flex-shrink: 0;
}
.image-wrapper .image-delete {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: flex;
  padding: 2px;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 999rem;
  transition: 0.2s ease-in-out;
  transform: scale(1);
}
.image-wrapper .image-delete:hover, .image-wrapper .image-delete:focus {
  color: #fff;
  background-color: #000;
  transform: scale(1.1);
}
.image-wrapper .has-copyright {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  padding: 1px;
  background-color: #fff;
  border-radius: 999rem;
}
.image-copyright .image-input-wrapper {
  flex: 1 1 100%;
  max-width: calc(50% - 1rem);
  margin: 0;
  border: 1px dashed #949494;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .image-copyright .image-input-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .image-copyright .image-input-wrapper {
    flex-wrap: wrap;
  }
}
.image-copyright .image-input-wrapper.has-image,
.image-copyright .image-input-wrapper .form-file-label {
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .image-copyright .image-input-wrapper.has-image,
  .image-copyright .image-input-wrapper .form-file-label {
    padding: 2rem 2.5rem;
  }
}
.image-copyright .copyright-wrapper {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 1rem;
}
.image-copyright .copyright-wrapper .input-group-column {
  flex-grow: 1;
  width: 100%;
}
.image-copyright.fullwidth .image-input-wrapper {
  max-width: 100%;
}
.image-copyright .form-floating {
  width: 100%;
}
.image-copyright .form-file {
  height: inherit;
}
.image-copyright .form-file-label {
  position: relative;
  height: inherit;
}
.image-copyright .image-output.full > div:nth-last-child(n+3),
.image-copyright .image-output:not(.full) > div:nth-last-child(n+2) {
  margin-right: 0;
}
.image-copyright.image-single .full .disabled, .image-copyright.image-single .full [aria-disabled=true] {
  display: none;
}
.image-copyright .image-thumb {
  width: 5.375rem;
  height: 5.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

[type=file] {
  cursor: pointer;
}

/* contacts */
.contacts .vcard {
  padding: 1rem 1rem 0.8rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
.contacts .vcard .accordion-collapse {
  width: 100%;
}
.contacts .vcard .accordion-body {
  padding: 0;
}
.contacts .vcard h4, .contacts .vcard .h4 {
  max-width: 77%;
  margin-top: 0;
  font-size: 1rem;
}
.contacts .vcard a {
  color: inherit;
}
.contacts .vcard .text-truncate a {
  display: inline;
}
.contacts .vcard-sm {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -0.5rem 0;
}
.contacts .vcard-sm a {
  display: flex;
  flex-basis: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.4rem;
  opacity: 0.7;
}

/* businesshoures */
.businesshoures .row {
  gap: inherit;
}
.businesshoures .accordion-collapse.show + .closed, .businesshoures .accordion-collapse.collapsing + .closed {
  display: none;
}

/* produkte */
.checkbox-list {
  position: relative;
  padding: 0.5rem 0;
  list-style: none;
}

.feedback {
  position: absolute;
  top: 13px;
  right: calc(1.5vw + 125px);
  z-index: 1;
  display: none;
  padding: 6px 8px 5px 10px;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
  white-space: nowrap;
  background: #000;
  border-radius: 8px;
}

.table-layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* map */
.map {
  border: 1px solid;
}
.map.h300 {
  height: 300px;
}

/* inserate */
.inserat-image {
  grid-area: inserat-image;
}
.inserat-functions {
  grid-area: inserat-functions;
}
.inserat-title {
  grid-area: inserat-title;
}
.inserat-info {
  grid-area: inserat-info;
}
.inserat-button {
  grid-area: inserat-button;
}
.inserat-offers {
  grid-area: inserat-offers;
  min-width: 0;
}

.card-inserat > .card-body {
  display: grid;
  grid-template-areas: "inserat-image inserat-functions" "inserat-title inserat-title" "inserat-info inserat-info" "inserat-button inserat-button" "inserat-offers inserat-offers";
  grid-template-columns: 144px auto;
  gap: 1rem;
  padding: 1rem 1rem 0;
}
@media (min-width: 768px) {
  .card-inserat > .card-body {
    grid-template-areas: "inserat-image inserat-title inserat-title inserat-title inserat-functions" "inserat-image inserat-info inserat-info inserat-button inserat-button" "inserat-offers inserat-offers inserat-offers inserat-offers inserat-offers";
    grid-template-rows: auto auto auto;
    grid-template-columns: 144px 1fr 1fr auto 156px;
  }
}
.card-inserat .link-list-inline li {
  margin-top: 0.5rem;
}
.card-inserat .link-list-inline li::before {
  display: none;
}
.card-inserat .link-with-icon-left .icon-point {
  margin-top: -0.2em;
}
.card-kooperationen .form-check-input {
  margin-top: 0;
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 900px;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 16px;
  padding-left: 16px;
}

.row {
  gap: 16px 0;
  margin-right: -8px;
  margin-left: -8px;
}

[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.section {
  padding: 1.5rem 0 1.25rem;
}
@media (max-width: 767.98px) {
  .section {
    padding: 1rem 0 0.75rem;
  }
}
.section-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-header > :first-child {
  margin-top: 0;
}
.section-header > :last-child {
  margin-bottom: 0;
}
.section-back .container {
  max-width: 1400px;
}
.section-back a {
  font-size: 1.25rem;
}

.toast {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  background-color: #e9ecef;
  border: 3px solid transparent;
  border-color: transparent;
  border-radius: 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.toast-body {
  width: 100%;
  padding: 0.75rem 1.25rem;
  text-align: center;
}
.toast.position-fixed {
  z-index: 98;
  width: 900px;
  max-width: calc(100vw - 2rem);
}
.toast.top-md {
  top: 65px;
  right: 0;
  left: 0;
}
@media (min-width: 992px) {
  .toast.top-md {
    top: 95px;
  }
}
.toast.hide {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.alert {
  font-weight: 700;
  border-color: transparent;
  border-radius: 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.alert-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.alert-secondary {
  color: inherit;
  background-color: #fff;
  border-color: #000;
}
.alert-success {
  color: #167441;
  background-color: #e7f1eb;
  border-color: #e7f1eb;
}
.alert-danger {
  color: #fff;
  background-color: #bb0d3b;
  border-color: #bb0d3b;
}
.alert-warning {
  color: #995b0f;
  background-color: #fbebd6;
  border-color: #fbebd6;
}
.alert-info {
  display: block;
  color: inherit;
  background-color: #d4dae0;
  border-color: #d4dae0;
}
.alert-info + .alert-info {
  margin-top: -0.5rem;
}
.alert-info .alert-link {
  color: #e20613;
}
.alert-simple {
  padding: 0;
  color: #bb0d3b;
  border-radius: 0;
  box-shadow: none;
}
.alert > p:last-child {
  margin-bottom: 0;
}
.alert .text-truncate {
  padding-top: 2px;
}

.page-link {
  padding: 0.5rem 0.75rem 0.3rem;
}
.page-link:hover {
  color: #fff;
  background-color: #e20613;
}

.accordion .btn .text-close, .accordion .btn[aria-expanded=true] .text-open {
  display: none;
}
.accordion .btn[aria-expanded=true] .text-close {
  display: inline;
}
.accordion-btn-link.collapsed .icon-subtract-circle, .accordion-btn-link:not(.collapsed) .icon-add-circle {
  display: none;
}
.accordion-link {
  position: relative;
  padding-left: 1rem;
}
.accordion-link::before, .accordion-link::after {
  position: absolute;
  top: 9px;
  left: 5px;
  content: "";
  transition: all 0.3s;
  transform-origin: 50% 50%;
}
.accordion-link::before {
  width: 2px;
  height: 10px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-link::after {
  width: 10px;
  height: 2px;
  background: #e20613;
  transform: translate(-50%, -50%);
}
.accordion-link.medium::before {
  top: 8px;
  left: 3px;
  height: 8px;
}
.accordion-link.medium::after {
  top: 8px;
  left: 3px;
  width: 8px;
}
.accordion-link.collapsed::before {
  background: #e20613;
  transform: translate(-50%, -50%);
}
.accordion-link.collapsed .opened {
  display: none;
}
.accordion-link:not(.collapsed) .closed {
  display: none;
}
.accordion-collapse.border-0 > .accordion-body {
  padding-right: 0;
  padding-left: 0;
}
.accordion-body h2:first-child, .accordion-body .h2:first-child,
.accordion-body h3:first-child,
.accordion-body .h3:first-child {
  margin-top: 0;
}
.accordion-button {
  color: inherit;
  text-align: left;
}
.accordion-button:focus {
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: none;
}
.accordion-button:focus::after {
  color: #000;
}
.accordion-button:focus-visible {
  text-decoration: underline;
}
.accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 1rem 1rem;
  border: 1px solid #ddd;
  border-radius: 999rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button.btn-link.hover-only:not(.collapsed) {
  font-weight: 500;
  color: #3d3f8c;
  text-decoration: underline;
}
.accordion-button.btn-link.hover-only::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  border: none;
}
.accordion-rounded {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-rounded > .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}
.accordion-rounded .accordion-button {
  background: none;
}
.accordion-rounded .accordion-collapse,
.accordion-rounded .accordion-item:last-of-type .accordion-collapse {
  border: none;
}
.accordion.kataloge .accordion-heading {
  position: relative;
  display: flex;
  align-items: center;
}
.accordion.kataloge .accordion-header {
  flex-grow: 1;
}
.accordion.kataloge .accordion-button {
  padding-right: calc(1vw + 0.1rem);
  border-width: 1px 0 0;
}
.accordion.kataloge .accordion-collapse {
  border: 0;
}
.accordion.kataloge .accordion-body .accordion-button {
  border-width: 1px 0 0;
}
.accordion.kataloge .accordion-item:last-of-type {
  /* stylelint-disable-next-line selector-max-class */
}
.accordion.kataloge .accordion-item:last-of-type .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
}
.accordion.kataloge > .accordion-item:not(:last-of-type) button.collapsed {
  border-bottom-width: 0;
}
.accordion.kataloge h3 button, .accordion.kataloge .h3 button {
  font-weight: 500;
}
.accordion.kataloge .counter {
  margin: 0 0.5rem 0 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}
.accordion.zertifikate .accordion-heading .btn-group {
  position: absolute;
  right: 5rem;
  z-index: 4;
}
.accordion.zertifikate .accordion-button .image {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 999rem;
}
@media (min-width: 768px) {
  .accordion.zertifikate .accordion-body {
    padding-right: 82px;
    padding-left: 82px;
  }
}
.accordion.zertifikate .zertifikate-info {
  display: flex;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: start;
  padding-right: 3rem;
  text-align: left;
}
@media (max-width: 575.98px) {
  .accordion.zertifikate .zertifikate-info {
    flex-direction: column;
  }
}
.accordion.zertifikate .zertifikate-info-img {
  flex-shrink: 0;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.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: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.badge {
  border-radius: 999rem;
}
.badge-s {
  padding: 0.417em 0.75em 0.333em;
}

.btn {
  padding: 0.688rem 1.5rem 0.625rem;
  color: #000;
}
.btn:hover, .btn:focus {
  color: #000;
  background-color: #f6f6f6;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary, .btn-secondary {
  border-color: #000;
  border-radius: 999rem;
}
.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):not([aria-disabled=true]):hover, .btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):not([aria-disabled=true]):hover {
  color: #000;
  background-color: #f6f6f6;
  border-color: #949494;
}
.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):not([aria-disabled=true]):focus, .btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):not([aria-disabled=true]):active, .btn-primary-primary, .btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):not([aria-disabled=true]):focus, .btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):not([aria-disabled=true]):active, .btn-secondary-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary .disabled, .btn-primary [aria-disabled=true], .btn-primary:disabled, .btn-primary[aria-disabled=true], .btn-secondary .disabled, .btn-secondary [aria-disabled=true], .btn-secondary:disabled, .btn-secondary[aria-disabled=true] {
  color: inherit;
}
.btn-secondary {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .btn-login {
    color: #000;
    background: none;
    border: none;
  }
}
.btn-link {
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
  border: transparent;
}
.btn-link:focus-visible {
  background-color: inherit;
  outline: auto;
  outline-offset: 0.25rem;
}
.btn-link.no-hover:hover .icon, .btn-link.no-hover:focus .icon {
  color: #3d3f8c;
}
.btn-linklike {
  padding: 0;
  color: #3d3f8c;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}
.btn-linklike:focus-visible {
  color: #3d3f8c;
  background-color: inherit;
  outline: auto;
  outline-offset: 0.25rem;
  box-shadow: none;
}
.btn-linklike:hover, .btn-linklike:focus:not(:focus-visible) {
  color: #3d3f8c;
  text-decoration: underline;
  background-color: #ebebf3;
  box-shadow: none;
}
.btn-end-container {
  display: flex;
  align-items: center;
}
.btn-end-container .btn {
  display: flex;
  padding: 0.2rem;
  margin-left: 0.3rem;
}
.btn-calendar {
  padding: 0.688rem 0.5rem 0;
}
.btn.fixed-right {
  top: 25vh;
  z-index: 10;
  gap: 0.4em;
  padding-right: 1.125rem;
  padding-left: 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button--back a .icon {
  margin: 0.1em 0.5em 0 0.2em;
}
.button--line .btn {
  width: auto;
  min-width: 10vw;
}

main a,
.modal a {
  color: #3d3f8c;
  text-decoration: underline;
}
main a:hover,
.modal a:hover {
  background-color: #ebebf3;
}
main .hover-only:not(:hover):not(:focus),
main .hover-only a:not(:hover):not(:focus),
.modal .hover-only:not(:hover):not(:focus),
.modal .hover-only a:not(:hover):not(:focus) {
  color: #000;
  text-decoration: none;
}
main .hover-only:hover,
main .hover-only:focus,
main .hover-only a:hover,
main .hover-only a:focus,
.modal .hover-only:hover,
.modal .hover-only:focus,
.modal .hover-only a:hover,
.modal .hover-only a:focus {
  color: #3d3f8c;
  background-color: inherit;
}
main .btn:not(.btn-link):not(.btn-linklike),
main .pagination a,
.modal .btn:not(.btn-link):not(.btn-linklike),
.modal .pagination a {
  text-decoration: none;
}

.icon-link .icon {
  margin-left: 1rem;
}

.no-hover,
.no-hover:hover,
.no-hover:focus:not(:focus-visible) {
  color: #000;
  text-decoration: none;
  background-color: inherit;
}

.card {
  border: 0;
  border-radius: 8px;
}
.card-body {
  padding: 16px;
}
.card-body > :first-child,
.card-body > [class*=col-] > :first-child {
  margin-top: 0;
}
.card-body > :last-child,
.card-body > [class*=col-] > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-body {
    padding: 40px;
  }
}
.card-linked {
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-linked .card-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 8px;
}
.card-linked .card-link:focus-visible {
  outline: none;
}
.card-linked .card-link:focus-visible::after {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.card-linked:not(.bordered):hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transform: translate(-3px, -3px);
}
@media (prefers-reduced-motion: reduce) {
  .card-linked:not(.bordered) {
    transition: none;
  }
  .card-linked:not(.bordered):hover {
    box-shadow: none;
    transform: none;
  }
}
.card-nav-body {
  display: flex;
  flex-direction: column-reverse;
  padding: 16px;
}
.card-nav-title {
  display: flex;
  align-items: flex-end;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 992px) {
  .card-nav-title {
    min-height: 2.75em;
  }
}
.card-nav-content {
  display: flex;
  margin-bottom: 0.75rem;
}
.card-nav-icon {
  flex-grow: 1;
}
.card-nav-info {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .card-nav .card-link {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  @supports (line-clamp: 1) {
    .card-nav .card-link {
      display: block;
      line-clamp: 1;
    }
  }
}
@media (min-width: 992px) {
  .card-nav .card-link {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  @supports (line-clamp: 1) {
    .card-nav .card-link {
      display: block;
      line-clamp: 2;
    }
  }
}
.card.disabled, .card[aria-disabled=true] {
  overflow: hidden;
}
.card.disabled::after, .card[aria-disabled=true]::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(222, 226, 230, 0.4);
}
.card.disabled .info, .card[aria-disabled=true] .info {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  color: #fff;
}
.card.disabled .info::after, .card[aria-disabled=true] .info::after {
  position: absolute;
  top: -40px;
  right: -50px;
  z-index: -1;
  width: 100px;
  height: 70px;
  content: "";
  background: #e20613;
  transform: rotate(42deg);
}
.card.disabled .a-active, .card[aria-disabled=true] .a-active {
  position: relative;
  z-index: 2;
}
.card .icon.float-start {
  padding: 0.4rem;
  margin: 0.1rem 1rem 0 0;
  color: #fff;
  border-radius: 8px;
}
.card.bordered {
  border: 1px solid #ddd;
  transition: border-color 0.8s;
}
.card.bordered:hover, .card.bordered:focus {
  border-color: #adb5bd;
}
.card.dashed {
  border-style: dashed;
  border-width: 1px;
}
@media (min-width: 576px) {
  .card-lg .card-body .col-sm-auto:first-child {
    margin-right: 0.375rem;
  }
}

.form-control {
  color: #000;
  border-color: #949494;
  border-radius: 0.25rem;
}
.form-control-info {
  font-size: 0.75em;
}
.form-select select {
  border-color: #949494;
  border-radius: 0.25rem;
}
.form-file-button {
  border-left: none;
}
.form-file-text {
  padding: 0.4rem 0.75rem 0.35rem;
}
.form-check:not(.form-switch) .form-check-input {
  position: relative;
  top: -0.438rem;
}
.form-check-input, .form-check-label {
  cursor: pointer;
}
.form-time-row .form-switch {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-time-toggler.d-none {
  margin: 4px -20px 0 0;
}
.form-time-toggler.d-none:not(.collapsed) {
  margin-left: 10px;
}
.form-time-toggler.d-block {
  position: relative;
  right: -1rem;
  margin: 0 0 0.2rem;
}
.form-time-toggler.collapsed .icon-subtract-circle, .form-time-toggler:not(.collapsed) .icon-add-circle {
  display: none;
}

.valid-feedback,
.invalid-feedback {
  font-size: 0.75em;
}

.valid-feedback {
  color: #167441;
}

.invalid-feedback {
  color: #bb0d3b;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #167441;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #bb0d3b;
}

.textarea {
  min-height: 115px;
  max-height: 350px;
  overflow: hidden;
  resize: none;
}
.textarea.max-length {
  padding-bottom: 1rem;
}
.textarea.max-length:disabled ~ .length-counter {
  display: none;
}

.length-counter {
  position: absolute;
  right: 1px;
  bottom: 1px;
  padding: 2px 2px 0;
  font-size: 0.813rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 8px;
}

/* floating labels GP individual */
.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .form-select select,
.form-floating .btn {
  height: inherit;
}
.form-floating > .form-select {
  padding: 0;
}
.form-floating > .form-control {
  padding: 1rem;
}
.form-floating > .form-control:disabled, .form-floating > .form-control[readonly] + label, .form-floating > .form-control:disabled + label, .form-floating > .form-control[readonly] {
  color: #707070;
}
.form-floating > label {
  width: calc(100% - 5px);
  padding: 0.75rem 0.1rem 0.65rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, width 0s; /* stylelint-disable-line prettier/prettier */
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  width: 116.647%;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, width 0.2s; /* stylelint-disable-line prettier/prettier */
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control:not(:focus):not(:disabled) ~ label .fade-in-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-floating > .overflow-auto + label {
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}
.form-floating > .overflow-auto + label::before {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: -1;
  width: calc(100% - 15px);
  height: 30px;
  content: "";
  background: #fff;
}
.form-floating.with-icon-1 input {
  padding-right: 2.5rem;
}
.form-floating.with-icon-1 .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: calc(2.5rem + 4px);
}

.input-group .form-floating {
  flex-grow: 1;
}
.input-group-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.input-group-prepend {
  padding: 1rem 0.5rem 0 0;
}
.input-group-append {
  padding: 1rem 0.4rem 0 1.1rem;
}
.input-group.social .input-group-prepend {
  position: absolute;
  top: 0.125rem;
  right: 0.5rem;
  z-index: 1;
}
.input-group.social .input-group-icon {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.5;
}
.input-group.social .form-control {
  padding-right: 2.5rem;
}
.input-group-column {
  display: flex;
  flex-direction: column;
}

.required-label::after {
  content: "*";
}

.form-switch.align-right {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.align-right .form-check-input {
  float: right;
  margin: 0 -2.5em 0 0;
  border-color: #000;
}
.form-switch.align-right .form-check-input:checked {
  background-color: #000;
}
.form-switch.align-right .form-check-input:not(:checked) {
  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(0, 0, 0, 1)'/%3e%3c/svg%3e");
}
.form-switch-content {
  padding-right: 2.5em;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

/* focushandling */
.form-control:focus {
  color: inherit;
  border-color: inherit;
  outline: inherit;
  box-shadow: none;
}

.form-select select:focus,
.form-check-input:focus {
  border-color: inherit;
  outline: inherit;
  box-shadow: none;
}

.form-file-input:focus ~ .form-file-label,
.form-file-input:focus-within ~ .form-file-label {
  border-color: inherit;
  box-shadow: none;
}

.btn:focus,
.btn.focus {
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

a:focus-visible {
  outline: 1px solid #0875e2;
  outline-offset: 0.125rem;
}

.btn:focus-visible,
.form-control:focus-visible,
.form-select select:focus-visible,
.form-check-input:focus-visible,
.form-file-input:focus-visible {
  outline: 1px solid #0875e2;
  outline-offset: 0.25rem;
}

.form-file-input:focus-visible ~ .form-file-label,
.card-linked .card-link:focus-visible::after {
  outline: 1px solid #0875e2;
  outline-offset: 0.25rem;
}

/* from designsystem v2  */
.form-floating > .form-control:focus ~ label {
  color: #0875e2;
}

.form-select select {
  display: block;
  width: 100%;
  padding: 0.75rem 4.5rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: 1px solid #949494;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* stylelint-disable-line prettier/prettier */
  -moz-padding-start: calc(1.5rem - 3px);
}

@media (prefers-reduced-motion: reduce) {
  .form-select select {
    transition: none;
  }
}
.form-select select[multiple],
.form-select select[size]:not([size="1"]) {
  padding-right: 1.5rem;
  background-image: none;
}

.form-select select:disabled {
  color: #4d4d4d;
  background-color: #f6f6f6;
  border-color: #ddd;
}

.form-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select select option {
  font-size: 1rem;
  color: #4d4d4d;
}

.form-select select:invalid {
  color: #4d4d4d;
}

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

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

.form-check {
  min-height: 1.5rem;
  padding-left: 2.25em;
  margin-bottom: 0.75rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #949494;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check .form-check-input {
  margin-left: -2.25em;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus-visible {
  outline: 1px solid #0875e2;
  outline-offset: 0.25rem;
}

.form-check-input:checked {
  background-color: #000;
  background-size: contain;
  border-color: #000;
}

.form-check:not(.form-switch) .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:not(.form-switch) .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");
  background-size: contain;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox]:indeterminate {
  background-color: #000;
  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");
  border-color: #000;
}

.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 {
  cursor: inherit;
  opacity: 0.5;
}

/* form floating labels from designsystem v2 */
.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select select {
  line-height: 1.25;
}

.form-floating > .form-control + label,
.form-floating > .form-select select + label {
  padding: 1rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  color: #4d4d4d;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transition: ease-in-out, transform 0.1s ease-in-out; /* stylelint-disable-line prettier/prettier */
  transform-origin: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem;
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.375rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.375rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select select {
  padding-top: 1.375rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.75rem) translate(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.75rem) translate(0.15rem);
}

.table {
  color: inherit;
}
.table-border-rows th:first-child, .table-border-rows td:first-child, .table-border-cols th:first-child, .table-border-cols td:first-child {
  padding-left: 0;
}
.table-border-rows tbody > :last-child th, .table-border-rows tbody > :last-child td {
  border-bottom: 0;
}
.table th,
.table td {
  padding: 0.75rem 0.5rem 0.5rem;
}
@media (max-width: 767.98px) {
  .table-block-md th,
  .table-block-md td {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .table-block-md th {
    border-bottom: none;
  }
  .table-block-md td:not(:first-child) {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .table-block-md.th-max-width-md tbody th {
    width: 200px;
    min-width: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
}
.table.th-small th {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table.th-small th {
    font-weight: 300;
  }
}

.overflow-fade {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.overflow-fade-l::before, .overflow-fade-r::after {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 2.5rem;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--overflow-fade-bg, #fff) 80%); /* var from overflowFade.js */
}
.overflow-fade-l::before {
  left: 0;
  padding-left: 2.5rem;
  margin-right: -2.5rem;
  transform: rotate(180deg);
}
.overflow-fade-r::after {
  right: 0;
  padding-right: 2.5rem;
  margin-left: -2.5rem;
}

.modal-dialog {
  overflow: hidden;
}
.modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
  max-width: 580px;
}
.modal-dialog:not(.modal-dialog-centered) {
  top: 10vh;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.modal-dialog-centered .modal-content {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.modal-banner {
  display: flex;
  justify-content: center;
  height: 100px;
  padding: 0.5rem;
  background-color: #f5f5f5;
  background-clip: padding-box;
}
.modal-banner + .modal-content h2, .modal-banner + .modal-content .h2 {
  margin-top: 0.25rem;
}
.modal-progress .progress {
  height: 2px;
  margin-top: -1px;
}
.modal-content {
  padding: 1.5rem;
  border: 0;
}
@media (min-width: 576px) {
  .modal-content {
    padding: 2.5rem;
  }
}
.modal-header {
  padding: 0 0 0.5rem;
}
.modal-header .close {
  padding: 0.5rem;
  margin: -0.25rem -0.5rem 0 0.25rem;
  border-radius: 0.25rem;
}
.modal-title {
  margin-top: 0;
}
.modal-buttons {
  display: flex;
  gap: 1.25rem 1rem;
  align-items: center;
  justify-content: flex-end;
}
.modal-buttons .btn-link {
  padding-right: 0;
  padding-bottom: 0;
  color: #000;
}
.modal-buttons .btn {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.modal--line {
  font-size: 0.75rem;
  text-align: center;
}
.modal-body {
  padding-right: 0;
  padding-left: 0;
}
.modal-body > h2:first-child, .modal-body > .h2:first-child,
.modal-body > h3:first-child,
.modal-body > .h3:first-child,
.modal-body > h4:first-child,
.modal-body > .h4:first-child {
  margin-top: 0;
}
.modal-footer {
  justify-content: inherit;
  padding: 0;
  border-top: 0;
}
.modal-footer button {
  width: auto;
  margin-left: 1rem;
}
.modal-footer > * {
  margin: 0;
}
.modal--assign .close {
  display: none;
}
.modal--assigned .close {
  margin-right: -4rem;
}
.modal--edit .modal-title {
  font-size: 1rem;
}
.modal--edit .form-control-text {
  margin-bottom: 1rem;
}
.modal--edit .limit-restriction > .form-check:not(:first-child) {
  margin-left: 1.5rem;
}

.icon[class*=icon-i-] {
  stroke: currentcolor;
}
.icon-check-circle, .icon-check-shield {
  color: #60a500;
}
.icon.size-08 {
  width: 0.8em;
  height: 0.8em;
}
.icon.size-1 {
  width: 1em;
  height: 1em;
}
.icon.size-125 {
  width: 1.25em;
  height: 1.25em;
}
.icon.size-15 {
  width: 1.5em;
  height: 1.5em;
}
.icon.size-2 {
  width: 2em;
  height: 2em;
  stroke-width: 0.04rem;
}
.icon.size-25 {
  width: 2.5em;
  height: 2.5em;
  stroke-width: 0.025rem;
}
.icon.size-35 {
  width: 3.5em;
  height: 3.5em;
  stroke-width: 0.025rem;
}
.icon-counter {
  position: absolute;
  top: -1px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  height: 12px;
  padding: 1px 0;
  font-size: 0.55rem;
  line-height: 1;
  color: #fff;
  background: #4d4d4d;
  border-radius: 999rem;
}
.icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.list-group-item .icon-check-circle {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.link-with-icon-left [class*=size-],
.btn-with-icon-left [class*=size-] {
  margin-right: 0.4em;
}
.link-with-icon-left .icon,
.btn-with-icon-left .icon {
  margin-top: 0;
}
.link-with-icon-right [class*=size-],
.btn-with-icon-right [class*=size-] {
  margin-left: 0.4em;
}
.link-with-icon-right .icon,
.btn-with-icon-right .icon {
  margin-top: 0;
  margin-right: 0;
}

[href][class*=link-with-icon] {
  padding: 0.1em 0.1em 0;
}

.btn-with-icon-left, .btn-with-icon-right {
  display: inline-flex;
}
.btn-with-icon-left .size-125, .btn-with-icon-right .size-125 {
  margin-top: 0.05em;
}
.btn-with-icon-left .size-1, .btn-with-icon-right .size-1 {
  margin-top: 0.16em;
}

.info {
  color: inherit;
}
.info:has(.icon-information-circle) {
  border-radius: 999rem;
}

.navbar-nav {
  font-weight: 400;
}
.navbar .dropdown {
  position: inherit;
}
.navbar .dropdown-menu {
  top: 3.75rem;
  display: block;
  width: 376px;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  color: #000;
  visibility: hidden;
  background-clip: border-box;
  border: 1px solid #ddd;
  transition: max-height 0.3s ease, visibility 0s linear 0.3s; /* stylelint-disable-line prettier/prettier */
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    top: 5.25rem;
    right: calc(1rem + 2px);
    max-width: calc(100vw - 32px);
  }
}
.navbar .dropdown-menu.show {
  max-height: calc(100vh - 3.75rem); /* fallback vh */
  max-height: calc(100dvh - 3.75rem); /* modern dvh */
  visibility: visible;
  transition: max-height 0.3s ease, visibility 0s; /* stylelint-disable-line prettier/prettier */
  animation: enable-scroll 0s forwards;
  animation-delay: 0.3s;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu.show {
    max-height: calc(100vh - 5.25rem); /* fallback vh */
    max-height: calc(100dvh - 5.25rem); /* modern dvh */
  }
}
.navbar .dropdown-menu .section-container {
  gap: 1.25rem 20px;
  padding: 2.5rem 16px;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu .section-container {
    padding: 2.5rem 1.25rem;
  }
}
.navbar .dropdown-menu .card {
  border-radius: 0;
}
.navbar .dropdown-header {
  padding: 0;
  color: inherit;
  white-space: inherit;
}
.navbar .dropdown-header .h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.navbar .dropdown-header .h5 {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
}
.navbar .dropdown .link-list li {
  padding: 0.125rem 0;
}

.bg-main {
  background-color: #f6f6f6;
}

.dropdown-settings .dropdown-menu {
  width: 12rem;
  border-color: #000;
  border-radius: 4px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.dropdown-settings .dropdown-menu .btn {
  width: 100%;
  padding: 0.5rem 1rem 0.375rem;
  text-align: left;
}
.dropdown-settings .dropdown-menu .btn.active, .dropdown-settings .dropdown-menu .btn[aria-current=page] {
  font-weight: 700;
  background-color: #f6f6f6;
}
.dropdown-settings .dropdown-menu .btn:hover, .dropdown-settings .dropdown-menu .btn:focus {
  background-color: #ddd;
}
.dropdown-settings .dropdown-menu .btn:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-settings .dropdown-menu .btn:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown .dropdown-menu.right-0 {
  right: 0;
  left: inherit;
}

/* overlay for navbar dropdown-menu */
body::before {
  position: absolute;
  top: 3.75rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease 0.2s;
}
@media (min-width: 992px) {
  body::before {
    top: 5.25rem;
  }
}

/* show overlay only, when dropdown is opened */
body:has(.navbar .dropdown-menu.show) {
  overflow: hidden;
}
body:has(.navbar .dropdown-menu.show)::before {
  height: 100vh;
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0s;
}

/* these Keyframes enable overflow-y delayed, so dropdown content is not jumping */
@keyframes enable-scroll {
  to {
    overflow-y: auto;
  }
}
.navbar--site-header {
  padding: 0.5rem 1rem;
}
.navbar--site-header .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid;
  transition: background-color 0.2s;
}
.navbar--site-header .navbar-brand {
  overflow: inherit;
}
.navbar-expand {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  min-height: 3.75rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .navbar-expand {
    height: 5.25rem;
  }
}
.navbar-brand {
  padding: 0.042rem 0;
}
.navbar-brand-logo {
  width: 100%;
  min-width: 7rem;
  max-width: 11rem;
}
.navbar-brand-text {
  padding-top: 0.25em;
}
@media (max-width: 991.98px) {
  .navbar .btn-with-icon-left {
    padding: 0.5rem;
  }
  .navbar .btn-with-icon-left .icon {
    margin: 0;
  }
  .navbar--site-vertical.navbar-collapse {
    position: absolute;
    top: 95px;
    left: -400px;
    z-index: 95;
    width: 400px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: calc(100vh - 95px);
    padding: 1rem 1rem 2rem;
    background: #fff;
    opacity: 0.5;
    transition: left 0.4s ease, opacity 0.4s ease, margin-left 0.4s ease; /* stylelint-disable-line prettier/prettier */
  }
  .navbar--site-vertical.navbar-collapse.collapsing {
    left: -400px;
    margin-left: 0;
    opacity: 0.7;
    transition: left 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease; /* stylelint-disable-line prettier/prettier */
  }
  .navbar--site-vertical.navbar-collapse.show {
    margin-left: 400px;
    opacity: 1;
    transition: left 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease; /* stylelint-disable-line prettier/prettier */
  }
}
@media (max-width: 767.98px) {
  .navbar--site-vertical.navbar-collapse {
    top: 54px;
    min-height: calc(100vh - 54px);
  }
  .navbar-brand {
    padding: 0.01rem 0;
    margin-right: 0.5rem;
  }
  .navbar-brand-logo {
    height: 1.75rem;
  }
  .navbar-brand-text {
    padding-top: 0.1em;
  }
  .navbar .size-15 {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .navbar .nav-header .dropdown-item,
  .navbar .vcard .dropdown-item {
    pointer-events: none;
  }
  .navbar .nav-header .arrow-down,
  .navbar .vcard .arrow-down {
    display: none;
  }
  .navbar .d-lg-block,
  .navbar .d-lg-flex {
    transition: none;
  }
}
.navbar-light {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}
.navbar-dark .nav-link:hover, .navbar-dark .nav-link:focus,
.navbar-dark button:hover,
.navbar-dark button:focus {
  background: #223640;
}
.navbar-dark .navbar-toggler {
  padding: 0.5rem;
  border-left: 1px solid;
}
.navbar--site-vertical {
  display: block;
  width: calc(280px + 2rem);
  max-width: 100%;
  padding: 0 2rem 0 0;
}
.navbar--site-vertical a {
  position: relative;
}
.navbar--site-vertical a:not(.btn),
.navbar--site-vertical a:not(.btn):hover,
.navbar--site-vertical a:not(.btn):focus {
  color: #000;
}
.navbar--site-vertical p {
  padding-bottom: 0.4rem;
  margin: 0;
}
.navbar--site-vertical .active, .navbar--site-vertical [aria-current=page] {
  font-weight: 500;
}
.navbar--site-vertical .link-with-icon-left .icon:first-child {
  position: relative;
  margin: -0.1rem 1.25rem 0 0;
  transition: none;
  transform: none;
}
.navbar--site-vertical .nav-header {
  margin-top: 0.5rem;
  color: inherit;
}
.navbar--site-vertical .nav-header h2, .navbar--site-vertical .nav-header .h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.navbar--site-vertical .nav-header h3, .navbar--site-vertical .nav-header .h3 {
  margin: 0.55rem 0 0.1rem;
  font-weight: 500;
}
.navbar--site-vertical .nav-header h3 .dropdown-item, .navbar--site-vertical .nav-header .h3 .dropdown-item {
  padding: 0.5rem 0 0.35rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  background: none;
}
.navbar--site-vertical .nav-item:hover, .navbar--site-vertical .nav-item:focus, .navbar--site-vertical .nav-item.active, .navbar--site-vertical .nav-item[aria-current=page] {
  text-decoration: none;
  background-color: #f5f5f5;
}
.navbar--site-vertical .sub-menu-link::before {
  width: 2.45rem;
  max-width: 2.45rem;
}
.navbar--site-vertical .sub-menu-link::after {
  width: 1.25em;
  max-width: 1.25em;
}
.navbar--site-vertical .nav-item,
.navbar--site-vertical .text-item {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.navbar--site-vertical .nav-item span,
.navbar--site-vertical .nav-item strong,
.navbar--site-vertical .text-item span,
.navbar--site-vertical .text-item strong {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar--site-vertical .nav-item,
.navbar--site-vertical .text-item,
.navbar--site-vertical .dropdown-item {
  display: inline-flex;
  padding-top: 0.7rem;
  padding-bottom: 0.55rem;
}
.navbar--site-vertical .dropdown-item {
  padding-right: 1.5rem;
  padding-left: 0.75rem;
}
.navbar--site-vertical .dropdown-item .arrow-down {
  position: absolute;
  right: 10px;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
}
.navbar .badge {
  padding-top: 0.3em;
  padding-bottom: 0.2em;
}
.navbar .badge-cover {
  margin: -2px 0 0 0.2rem;
}
.navbar .vcard__top h3, .navbar .vcard__top .h3 {
  margin: 0 0 0.25rem;
}
.navbar .vcard__top .dropdown-item {
  padding-right: 1.7rem;
  background: none;
}
.navbar .vcard__top .dropdown-item .icon:first-child {
  padding: 0.3rem;
  margin: 0.05rem 0.5rem 0 -0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast; /* stylelint-disable-line */
}
.navbar .vcard__bottom {
  padding-left: 3.25rem;
}

.navbar-toggler {
  padding: 0.5rem;
}
.navbar-toggler-bar {
  height: 0.1rem;
}
.navbar-toggler-bar:nth-child(1) {
  transform: translate(0, -500%);
}
.navbar-toggler-bar:nth-child(3) {
  transform: translate(0, 400%);
}
.navbar-toggler-icon {
  height: 1.4rem;
}

.close-navbar-toggler {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease;
}
.close-navbar-toggler.collapsed {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.logged-in .logged-out-icon {
  display: none;
}
.logged-out .logged-in-icon {
  display: none;
}

.tooltip {
  padding: 2px;
}
.tooltip-inner {
  width: 300px;
  max-width: 75vw;
  padding: 0.4rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: left;
  background-color: #000;
  border-radius: 8px;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip.show {
  opacity: 1;
}
.tooltip a {
  color: #fff;
  text-decoration: underline;
}

.category-pill {
  display: inline-block;
  padding: 0.2rem 0.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 999rem;
}
.category-pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.progress-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}
.progress-step.done .progress-icon {
  background-color: #167441;
}
.progress-step.done:not(:last-child)::after {
  background-color: #167441;
}
.progress-step.current .progress-icon {
  background-color: #000;
  outline: 0.125rem solid #0875e2;
}
.progress-step.current:not(:last-child)::after {
  background-color: #000;
}
.progress-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 2px;
  content: "";
  background-color: #707070;
  transform: translateY(-50%);
}
.progress-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  margin: 0.125rem;
  line-height: 1;
  color: #fff;
  background-color: #707070;
  border: 0.125rem solid #fff;
  border-radius: 999rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.progress-icon span {
  padding-top: 3px;
}

.bg-success-notification .progress-icon {
  border-color: #e7f1eb;
  box-shadow: 0 0 0 0.375rem #e7f1eb;
}

.text-dark {
  color: #000;
}

.color-green {
  color: #167441;
}

.color-gray {
  color: #707070;
}

.color-orange {
  color: #995b0f;
}

.color-red {
  color: #bb0d3b;
}

.bg-gray-100 {
  background-color: #f5f5f5;
}

.bg-purple-primary {
  background: #686daf;
}

.c-purple-primary {
  color: #686daf;
}

.bl-purple-primary {
  border-left: 0.5rem solid #686daf;
}
.bl-purple-primary .col-auto .icon {
  stroke: #686daf;
}

.bc-purple-primary {
  border-color: #686daf;
}

.bg-purple-primary-40 {
  background: #c2c4df;
}

.c-purple-primary-40 {
  color: #c2c4df;
}

.bl-purple-primary-40 {
  border-left: 0.5rem solid #c2c4df;
}
.bl-purple-primary-40 .col-auto .icon {
  stroke: #c2c4df;
}

.bc-purple-primary-40 {
  border-color: #c2c4df;
}

.bg-purple-secondary {
  background: #f0f0f5;
}

.c-purple-secondary {
  color: #f0f0f5;
}

.bl-purple-secondary {
  border-left: 0.5rem solid #f0f0f5;
}
.bl-purple-secondary .col-auto .icon {
  stroke: #f0f0f5;
}

.bc-purple-secondary {
  border-color: #f0f0f5;
}

.bg-purple-secondary-30 {
  background: #f9f9fb;
}

.c-purple-secondary-30 {
  color: #f9f9fb;
}

.bl-purple-secondary-30 {
  border-left: 0.5rem solid #f9f9fb;
}
.bl-purple-secondary-30 .col-auto .icon {
  stroke: #f9f9fb;
}

.bc-purple-secondary-30 {
  border-color: #f9f9fb;
}

.bg-lavender-primary {
  background: #686daf;
}

.c-lavender-primary {
  color: #686daf;
}

.bl-lavender-primary {
  border-left: 0.5rem solid #686daf;
}
.bl-lavender-primary .col-auto .icon {
  stroke: #686daf;
}

.bc-lavender-primary {
  border-color: #686daf;
}

.bg-lavender-primary-40 {
  background: #c2c4df;
}

.c-lavender-primary-40 {
  color: #c2c4df;
}

.bl-lavender-primary-40 {
  border-left: 0.5rem solid #c2c4df;
}
.bl-lavender-primary-40 .col-auto .icon {
  stroke: #c2c4df;
}

.bc-lavender-primary-40 {
  border-color: #c2c4df;
}

.bg-lavender-secondary {
  background: #f0f0f5;
}

.c-lavender-secondary {
  color: #f0f0f5;
}

.bl-lavender-secondary {
  border-left: 0.5rem solid #f0f0f5;
}
.bl-lavender-secondary .col-auto .icon {
  stroke: #f0f0f5;
}

.bc-lavender-secondary {
  border-color: #f0f0f5;
}

.bg-lavender-secondary-30 {
  background: #f9f9fb;
}

.c-lavender-secondary-30 {
  color: #f9f9fb;
}

.bl-lavender-secondary-30 {
  border-left: 0.5rem solid #f9f9fb;
}
.bl-lavender-secondary-30 .col-auto .icon {
  stroke: #f9f9fb;
}

.bc-lavender-secondary-30 {
  border-color: #f9f9fb;
}

.bg-brown-primary {
  background: #8a7d60;
}

.c-brown-primary {
  color: #8a7d60;
}

.bl-brown-primary {
  border-left: 0.5rem solid #8a7d60;
}
.bl-brown-primary .col-auto .icon {
  stroke: #8a7d60;
}

.bc-brown-primary {
  border-color: #8a7d60;
}

.bg-brown-primary-30 {
  background: #dcd8cf;
}

.c-brown-primary-30 {
  color: #dcd8cf;
}

.bl-brown-primary-30 {
  border-left: 0.5rem solid #dcd8cf;
}
.bl-brown-primary-30 .col-auto .icon {
  stroke: #dcd8cf;
}

.bc-brown-primary-30 {
  border-color: #dcd8cf;
}

.bg-brown-secondary {
  background: #f2f0ea;
}

.c-brown-secondary {
  color: #f2f0ea;
}

.bl-brown-secondary {
  border-left: 0.5rem solid #f2f0ea;
}
.bl-brown-secondary .col-auto .icon {
  stroke: #f2f0ea;
}

.bc-brown-secondary {
  border-color: #f2f0ea;
}

.bg-brown-secondary-40 {
  background: #faf9f7;
}

.c-brown-secondary-40 {
  color: #faf9f7;
}

.bl-brown-secondary-40 {
  border-left: 0.5rem solid #faf9f7;
}
.bl-brown-secondary-40 .col-auto .icon {
  stroke: #faf9f7;
}

.bc-brown-secondary-40 {
  border-color: #faf9f7;
}

.bg-warm-grey-primary {
  background: #8a7d60;
}

.c-warm-grey-primary {
  color: #8a7d60;
}

.bl-warm-grey-primary {
  border-left: 0.5rem solid #8a7d60;
}
.bl-warm-grey-primary .col-auto .icon {
  stroke: #8a7d60;
}

.bc-warm-grey-primary {
  border-color: #8a7d60;
}

.bg-warm-grey-primary-40 {
  background: #dcd8cf;
}

.c-warm-grey-primary-40 {
  color: #dcd8cf;
}

.bl-warm-grey-primary-40 {
  border-left: 0.5rem solid #dcd8cf;
}
.bl-warm-grey-primary-40 .col-auto .icon {
  stroke: #dcd8cf;
}

.bc-warm-grey-primary-40 {
  border-color: #dcd8cf;
}

.bg-warm-grey-secondary {
  background: #f2f0ea;
}

.c-warm-grey-secondary {
  color: #f2f0ea;
}

.bl-warm-grey-secondary {
  border-left: 0.5rem solid #f2f0ea;
}
.bl-warm-grey-secondary .col-auto .icon {
  stroke: #f2f0ea;
}

.bc-warm-grey-secondary {
  border-color: #f2f0ea;
}

.bg-warm-grey-secondary-30 {
  background: #faf9f7;
}

.c-warm-grey-secondary-30 {
  color: #faf9f7;
}

.bl-warm-grey-secondary-30 {
  border-left: 0.5rem solid #faf9f7;
}
.bl-warm-grey-secondary-30 .col-auto .icon {
  stroke: #faf9f7;
}

.bc-warm-grey-secondary-30 {
  border-color: #faf9f7;
}

.bg-grey-primary {
  background: #718597;
}

.c-grey-primary {
  color: #718597;
}

.bl-grey-primary {
  border-left: 0.5rem solid #718597;
}
.bl-grey-primary .col-auto .icon {
  stroke: #718597;
}

.bc-grey-primary {
  border-color: #718597;
}

.bg-grey-primary-30 {
  background: #d4dae0;
}

.c-grey-primary-30 {
  color: #d4dae0;
}

.bl-grey-primary-30 {
  border-left: 0.5rem solid #d4dae0;
}
.bl-grey-primary-30 .col-auto .icon {
  stroke: #d4dae0;
}

.bc-grey-primary-30 {
  border-color: #d4dae0;
}

.bg-grey-secondary {
  background: #f6f6f6;
}

.c-grey-secondary {
  color: #f6f6f6;
}

.bl-grey-secondary {
  border-left: 0.5rem solid #f6f6f6;
}
.bl-grey-secondary .col-auto .icon {
  stroke: #f6f6f6;
}

.bc-grey-secondary {
  border-color: #f6f6f6;
}

.bg-cold-grey-primary {
  background: #718597;
}

.c-cold-grey-primary {
  color: #718597;
}

.bl-cold-grey-primary {
  border-left: 0.5rem solid #718597;
}
.bl-cold-grey-primary .col-auto .icon {
  stroke: #718597;
}

.bc-cold-grey-primary {
  border-color: #718597;
}

.bg-cold-grey-primary-40 {
  background: #d4dae0;
}

.c-cold-grey-primary-40 {
  color: #d4dae0;
}

.bl-cold-grey-primary-40 {
  border-left: 0.5rem solid #d4dae0;
}
.bl-cold-grey-primary-40 .col-auto .icon {
  stroke: #d4dae0;
}

.bc-cold-grey-primary-40 {
  border-color: #d4dae0;
}

.bg-cold-grey-secondary {
  background: #eaedf0;
}

.c-cold-grey-secondary {
  color: #eaedf0;
}

.bl-cold-grey-secondary {
  border-left: 0.5rem solid #eaedf0;
}
.bl-cold-grey-secondary .col-auto .icon {
  stroke: #eaedf0;
}

.bc-cold-grey-secondary {
  border-color: #eaedf0;
}

.bg-cold-grey-secondary-30 {
  background: #f6f6f6;
}

.c-cold-grey-secondary-30 {
  color: #f6f6f6;
}

.bl-cold-grey-secondary-30 {
  border-left: 0.5rem solid #f6f6f6;
}
.bl-cold-grey-secondary-30 .col-auto .icon {
  stroke: #f6f6f6;
}

.bc-cold-grey-secondary-30 {
  border-color: #f6f6f6;
}

.bg-mint-primary {
  background: #527b6b;
}

.c-mint-primary {
  color: #527b6b;
}

.bl-mint-primary {
  border-left: 0.5rem solid #527b6b;
}
.bl-mint-primary .col-auto .icon {
  stroke: #527b6b;
}

.bc-mint-primary {
  border-color: #527b6b;
}

.bg-mint-primary-40 {
  background: #b9cac4;
}

.c-mint-primary-40 {
  color: #b9cac4;
}

.bl-mint-primary-40 {
  border-left: 0.5rem solid #b9cac4;
}
.bl-mint-primary-40 .col-auto .icon {
  stroke: #b9cac4;
}

.bc-mint-primary-40 {
  border-color: #b9cac4;
}

.bg-mint-secondary {
  background: #d6e2df;
}

.c-mint-secondary {
  color: #d6e2df;
}

.bl-mint-secondary {
  border-left: 0.5rem solid #d6e2df;
}
.bl-mint-secondary .col-auto .icon {
  stroke: #d6e2df;
}

.bc-mint-secondary {
  border-color: #d6e2df;
}

.bg-mint-secondary-30 {
  background: #f3f6f5;
}

.c-mint-secondary-30 {
  color: #f3f6f5;
}

.bl-mint-secondary-30 {
  border-left: 0.5rem solid #f3f6f5;
}
.bl-mint-secondary-30 .col-auto .icon {
  stroke: #f3f6f5;
}

.bc-mint-secondary-30 {
  border-color: #f3f6f5;
}

.bg-duck-egg-green-primary {
  background: #527b6b;
}

.c-duck-egg-green-primary {
  color: #527b6b;
}

.bl-duck-egg-green-primary {
  border-left: 0.5rem solid #527b6b;
}
.bl-duck-egg-green-primary .col-auto .icon {
  stroke: #527b6b;
}

.bc-duck-egg-green-primary {
  border-color: #527b6b;
}

.bg-duck-egg-green-primary-40 {
  background: #b9cac4;
}

.c-duck-egg-green-primary-40 {
  color: #b9cac4;
}

.bl-duck-egg-green-primary-40 {
  border-left: 0.5rem solid #b9cac4;
}
.bl-duck-egg-green-primary-40 .col-auto .icon {
  stroke: #b9cac4;
}

.bc-duck-egg-green-primary-40 {
  border-color: #b9cac4;
}

.bg-duck-egg-green-secondary {
  background: #d6e2df;
}

.c-duck-egg-green-secondary {
  color: #d6e2df;
}

.bl-duck-egg-green-secondary {
  border-left: 0.5rem solid #d6e2df;
}
.bl-duck-egg-green-secondary .col-auto .icon {
  stroke: #d6e2df;
}

.bc-duck-egg-green-secondary {
  border-color: #d6e2df;
}

.bg-duck-egg-green-secondary-30 {
  background: #f3f6f5;
}

.c-duck-egg-green-secondary-30 {
  color: #f3f6f5;
}

.bl-duck-egg-green-secondary-30 {
  border-left: 0.5rem solid #f3f6f5;
}
.bl-duck-egg-green-secondary-30 .col-auto .icon {
  stroke: #f3f6f5;
}

.bc-duck-egg-green-secondary-30 {
  border-color: #f3f6f5;
}

.bg-green-primary {
  background: #598852;
}

.c-green-primary {
  color: #598852;
}

.bl-green-primary {
  border-left: 0.5rem solid #598852;
}
.bl-green-primary .col-auto .icon {
  stroke: #598852;
}

.bc-green-primary {
  border-color: #598852;
}

.bg-green-primary-30 {
  background: #cddbca;
}

.c-green-primary-30 {
  color: #cddbca;
}

.bl-green-primary-30 {
  border-left: 0.5rem solid #cddbca;
}
.bl-green-primary-30 .col-auto .icon {
  stroke: #cddbca;
}

.bc-green-primary-30 {
  border-color: #cddbca;
}

.bg-green-secondary {
  background: #e4f0e1;
}

.c-green-secondary {
  color: #e4f0e1;
}

.bl-green-secondary {
  border-left: 0.5rem solid #e4f0e1;
}
.bl-green-secondary .col-auto .icon {
  stroke: #e4f0e1;
}

.bc-green-secondary {
  border-color: #e4f0e1;
}

.bg-green-secondary-30 {
  background: #f7fbf6;
}

.c-green-secondary-30 {
  color: #f7fbf6;
}

.bl-green-secondary-30 {
  border-left: 0.5rem solid #f7fbf6;
}
.bl-green-secondary-30 .col-auto .icon {
  stroke: #f7fbf6;
}

.bc-green-secondary-30 {
  border-color: #f7fbf6;
}

.bg-fresh-mint-primary {
  background: #598852;
}

.c-fresh-mint-primary {
  color: #598852;
}

.bl-fresh-mint-primary {
  border-left: 0.5rem solid #598852;
}
.bl-fresh-mint-primary .col-auto .icon {
  stroke: #598852;
}

.bc-fresh-mint-primary {
  border-color: #598852;
}

.bg-fresh-mint-primary-40 {
  background: #cddbca;
}

.c-fresh-mint-primary-40 {
  color: #cddbca;
}

.bl-fresh-mint-primary-40 {
  border-left: 0.5rem solid #cddbca;
}
.bl-fresh-mint-primary-40 .col-auto .icon {
  stroke: #cddbca;
}

.bc-fresh-mint-primary-40 {
  border-color: #cddbca;
}

.bg-fresh-mint-secondary {
  background: #e4f0e1;
}

.c-fresh-mint-secondary {
  color: #e4f0e1;
}

.bl-fresh-mint-secondary {
  border-left: 0.5rem solid #e4f0e1;
}
.bl-fresh-mint-secondary .col-auto .icon {
  stroke: #e4f0e1;
}

.bc-fresh-mint-secondary {
  border-color: #e4f0e1;
}

.bg-fresh-mint-secondary-30 {
  background: #f7fbf6;
}

.c-fresh-mint-secondary-30 {
  color: #f7fbf6;
}

.bl-fresh-mint-secondary-30 {
  border-left: 0.5rem solid #f7fbf6;
}
.bl-fresh-mint-secondary-30 .col-auto .icon {
  stroke: #f7fbf6;
}

.bc-fresh-mint-secondary-30 {
  border-color: #f7fbf6;
}

.bg-blue-primary {
  background: #4c81c6;
}

.c-blue-primary {
  color: #4c81c6;
}

.bl-blue-primary {
  border-left: 0.5rem solid #4c81c6;
}
.bl-blue-primary .col-auto .icon {
  stroke: #4c81c6;
}

.bc-blue-primary {
  border-color: #4c81c6;
}

.bg-blue-secondary {
  background: #edf3fa;
}

.c-blue-secondary {
  color: #edf3fa;
}

.bl-blue-secondary {
  border-left: 0.5rem solid #edf3fa;
}
.bl-blue-secondary .col-auto .icon {
  stroke: #edf3fa;
}

.bc-blue-secondary {
  border-color: #edf3fa;
}

.bg-blue-secondary-30 {
  background: #fafcfe;
}

.c-blue-secondary-30 {
  color: #fafcfe;
}

.bl-blue-secondary-30 {
  border-left: 0.5rem solid #fafcfe;
}
.bl-blue-secondary-30 .col-auto .icon {
  stroke: #fafcfe;
}

.bc-blue-secondary-30 {
  border-color: #fafcfe;
}

.bg-fresh-breeze-primary {
  background: #4c81c6;
}

.c-fresh-breeze-primary {
  color: #4c81c6;
}

.bl-fresh-breeze-primary {
  border-left: 0.5rem solid #4c81c6;
}
.bl-fresh-breeze-primary .col-auto .icon {
  stroke: #4c81c6;
}

.bc-fresh-breeze-primary {
  border-color: #4c81c6;
}

.bg-fresh-breeze-primary-40 {
  background: #c0cdde;
}

.c-fresh-breeze-primary-40 {
  color: #c0cdde;
}

.bl-fresh-breeze-primary-40 {
  border-left: 0.5rem solid #c0cdde;
}
.bl-fresh-breeze-primary-40 .col-auto .icon {
  stroke: #c0cdde;
}

.bc-fresh-breeze-primary-40 {
  border-color: #c0cdde;
}

.bg-fresh-breeze-secondary {
  background: #edf3fa;
}

.c-fresh-breeze-secondary {
  color: #edf3fa;
}

.bl-fresh-breeze-secondary {
  border-left: 0.5rem solid #edf3fa;
}
.bl-fresh-breeze-secondary .col-auto .icon {
  stroke: #edf3fa;
}

.bc-fresh-breeze-secondary {
  border-color: #edf3fa;
}

.bg-fresh-breeze-secondary-30 {
  background: #fafcfe;
}

.c-fresh-breeze-secondary-30 {
  color: #fafcfe;
}

.bl-fresh-breeze-secondary-30 {
  border-left: 0.5rem solid #fafcfe;
}
.bl-fresh-breeze-secondary-30 .col-auto .icon {
  stroke: #fafcfe;
}

.bc-fresh-breeze-secondary-30 {
  border-color: #fafcfe;
}

.bg-peach-primary {
  background: #ee9a89;
}

.c-peach-primary {
  color: #ee9a89;
}

.bl-peach-primary {
  border-left: 0.5rem solid #ee9a89;
}
.bl-peach-primary .col-auto .icon {
  stroke: #ee9a89;
}

.bc-peach-primary {
  border-color: #ee9a89;
}

.bg-peach-primary-40 {
  background: #f8d6d0;
}

.c-peach-primary-40 {
  color: #f8d6d0;
}

.bl-peach-primary-40 {
  border-left: 0.5rem solid #f8d6d0;
}
.bl-peach-primary-40 .col-auto .icon {
  stroke: #f8d6d0;
}

.bc-peach-primary-40 {
  border-color: #f8d6d0;
}

.bg-peach-secondary {
  background: #fceadf;
}

.c-peach-secondary {
  color: #fceadf;
}

.bl-peach-secondary {
  border-left: 0.5rem solid #fceadf;
}
.bl-peach-secondary .col-auto .icon {
  stroke: #fceadf;
}

.bc-peach-secondary {
  border-color: #fceadf;
}

.bg-peach-secondary-30 {
  background: #fef9f5;
}

.c-peach-secondary-30 {
  color: #fef9f5;
}

.bl-peach-secondary-30 {
  border-left: 0.5rem solid #fef9f5;
}
.bl-peach-secondary-30 .col-auto .icon {
  stroke: #fef9f5;
}

.bc-peach-secondary-30 {
  border-color: #fef9f5;
}

.bg-dusty-peach-primary {
  background: #ee9a89;
}

.c-dusty-peach-primary {
  color: #ee9a89;
}

.bl-dusty-peach-primary {
  border-left: 0.5rem solid #ee9a89;
}
.bl-dusty-peach-primary .col-auto .icon {
  stroke: #ee9a89;
}

.bc-dusty-peach-primary {
  border-color: #ee9a89;
}

.bg-dusty-peach-primary-40 {
  background: #f8d6d0;
}

.c-dusty-peach-primary-40 {
  color: #f8d6d0;
}

.bl-dusty-peach-primary-40 {
  border-left: 0.5rem solid #f8d6d0;
}
.bl-dusty-peach-primary-40 .col-auto .icon {
  stroke: #f8d6d0;
}

.bc-dusty-peach-primary-40 {
  border-color: #f8d6d0;
}

.bg-dusty-peach-secondary {
  background: #fceadf;
}

.c-dusty-peach-secondary {
  color: #fceadf;
}

.bl-dusty-peach-secondary {
  border-left: 0.5rem solid #fceadf;
}
.bl-dusty-peach-secondary .col-auto .icon {
  stroke: #fceadf;
}

.bc-dusty-peach-secondary {
  border-color: #fceadf;
}

.bg-dusty-peach-secondary-30 {
  background: #fef9f5;
}

.c-dusty-peach-secondary-30 {
  color: #fef9f5;
}

.bl-dusty-peach-secondary-30 {
  border-left: 0.5rem solid #fef9f5;
}
.bl-dusty-peach-secondary-30 .col-auto .icon {
  stroke: #fef9f5;
}

.bc-dusty-peach-secondary-30 {
  border-color: #fef9f5;
}

.bg-orange-primary {
  background: #dbb948;
}

.c-orange-primary {
  color: #dbb948;
}

.bl-orange-primary {
  border-left: 0.5rem solid #dbb948;
}
.bl-orange-primary .col-auto .icon {
  stroke: #dbb948;
}

.bc-orange-primary {
  border-color: #dbb948;
}

.bg-orange-secondary {
  background: #fff5bf;
}

.c-orange-secondary {
  color: #fff5bf;
}

.bl-orange-secondary {
  border-left: 0.5rem solid #fff5bf;
}
.bl-orange-secondary .col-auto .icon {
  stroke: #fff5bf;
}

.bc-orange-secondary {
  border-color: #fff5bf;
}

.bg-orange-secondary-30 {
  background: #fffbe5;
}

.c-orange-secondary-30 {
  color: #fffbe5;
}

.bl-orange-secondary-30 {
  border-left: 0.5rem solid #fffbe5;
}
.bl-orange-secondary-30 .col-auto .icon {
  stroke: #fffbe5;
}

.bc-orange-secondary-30 {
  border-color: #fffbe5;
}

.bg-happy-sun-primary {
  background: #dbb948;
}

.c-happy-sun-primary {
  color: #dbb948;
}

.bl-happy-sun-primary {
  border-left: 0.5rem solid #dbb948;
}
.bl-happy-sun-primary .col-auto .icon {
  stroke: #dbb948;
}

.bc-happy-sun-primary {
  border-color: #dbb948;
}

.bg-happy-sun-primary-40 {
  background: #f8f3d5;
}

.c-happy-sun-primary-40 {
  color: #f8f3d5;
}

.bl-happy-sun-primary-40 {
  border-left: 0.5rem solid #f8f3d5;
}
.bl-happy-sun-primary-40 .col-auto .icon {
  stroke: #f8f3d5;
}

.bc-happy-sun-primary-40 {
  border-color: #f8f3d5;
}

.bg-happy-sun-secondary {
  background: #fff5bf;
}

.c-happy-sun-secondary {
  color: #fff5bf;
}

.bl-happy-sun-secondary {
  border-left: 0.5rem solid #fff5bf;
}
.bl-happy-sun-secondary .col-auto .icon {
  stroke: #fff5bf;
}

.bc-happy-sun-secondary {
  border-color: #fff5bf;
}

.bg-happy-sun-secondary-30 {
  background: #fffbe5;
}

.c-happy-sun-secondary-30 {
  color: #fffbe5;
}

.bl-happy-sun-secondary-30 {
  border-left: 0.5rem solid #fffbe5;
}
.bl-happy-sun-secondary-30 .col-auto .icon {
  stroke: #fffbe5;
}

.bc-happy-sun-secondary-30 {
  border-color: #fffbe5;
}

.bg-blue-dark {
  background: #181c31;
}

.c-blue-dark {
  color: #181c31;
}

.bl-blue-dark {
  border-left: 0.5rem solid #181c31;
}
.bl-blue-dark .col-auto .icon {
  stroke: #181c31;
}

.bc-blue-dark {
  border-color: #181c31;
}

.bg-blue-dark-30 {
  background: #b9bac0;
}

.c-blue-dark-30 {
  color: #b9bac0;
}

.bl-blue-dark-30 {
  border-left: 0.5rem solid #b9bac0;
}
.bl-blue-dark-30 .col-auto .icon {
  stroke: #b9bac0;
}

.bc-blue-dark-30 {
  border-color: #b9bac0;
}

.bg-santorin-primary {
  background: #181c31;
}

.c-santorin-primary {
  color: #181c31;
}

.bl-santorin-primary {
  border-left: 0.5rem solid #181c31;
}
.bl-santorin-primary .col-auto .icon {
  stroke: #181c31;
}

.bc-santorin-primary {
  border-color: #181c31;
}

.bg-santorin-primary-40 {
  background: #b9bac0;
}

.c-santorin-primary-40 {
  color: #b9bac0;
}

.bl-santorin-primary-40 {
  border-left: 0.5rem solid #b9bac0;
}
.bl-santorin-primary-40 .col-auto .icon {
  stroke: #b9bac0;
}

.bc-santorin-primary-40 {
  border-color: #b9bac0;
}

.bg-santorin-secondary {
  background: #c8d1e4;
}

.c-santorin-secondary {
  color: #c8d1e4;
}

.bl-santorin-secondary {
  border-left: 0.5rem solid #c8d1e4;
}
.bl-santorin-secondary .col-auto .icon {
  stroke: #c8d1e4;
}

.bc-santorin-secondary {
  border-color: #c8d1e4;
}

.bg-santorin-secondary-30 {
  background: #eef0f7;
}

.c-santorin-secondary-30 {
  color: #eef0f7;
}

.bl-santorin-secondary-30 {
  border-left: 0.5rem solid #eef0f7;
}
.bl-santorin-secondary-30 .col-auto .icon {
  stroke: #eef0f7;
}

.bc-santorin-secondary-30 {
  border-color: #eef0f7;
}

.bg-powder-blue-primary {
  background: #30798d;
}

.c-powder-blue-primary {
  color: #30798d;
}

.bl-powder-blue-primary {
  border-left: 0.5rem solid #30798d;
}
.bl-powder-blue-primary .col-auto .icon {
  stroke: #30798d;
}

.bc-powder-blue-primary {
  border-color: #30798d;
}

.bg-powder-blue-primary-40 {
  background: #abcbd2;
}

.c-powder-blue-primary-40 {
  color: #abcbd2;
}

.bl-powder-blue-primary-40 {
  border-left: 0.5rem solid #abcbd2;
}
.bl-powder-blue-primary-40 .col-auto .icon {
  stroke: #abcbd2;
}

.bc-powder-blue-primary-40 {
  border-color: #abcbd2;
}

.bg-powder-blue-secondary {
  background: #b8e3e9;
}

.c-powder-blue-secondary {
  color: #b8e3e9;
}

.bl-powder-blue-secondary {
  border-left: 0.5rem solid #b8e3e9;
}
.bl-powder-blue-secondary .col-auto .icon {
  stroke: #b8e3e9;
}

.bc-powder-blue-secondary {
  border-color: #b8e3e9;
}

.bg-powder-blue-secondary-30 {
  background: #eaf7f8;
}

.c-powder-blue-secondary-30 {
  color: #eaf7f8;
}

.bl-powder-blue-secondary-30 {
  border-left: 0.5rem solid #eaf7f8;
}
.bl-powder-blue-secondary-30 .col-auto .icon {
  stroke: #eaf7f8;
}

.bc-powder-blue-secondary-30 {
  border-color: #eaf7f8;
}

.bg-wko-red {
  background: #e20613;
}

.c-wko-red {
  color: #e20613;
}

.bl-wko-red {
  border-left: 0.5rem solid #e20613;
}
.bl-wko-red .col-auto .icon {
  stroke: #e20613;
}

.bc-wko-red {
  border-color: #e20613;
}

.bg-wifi-green-primary {
  background: #3aa74b;
}

.c-wifi-green-primary {
  color: #3aa74b;
}

.bl-wifi-green-primary {
  border-left: 0.5rem solid #3aa74b;
}
.bl-wifi-green-primary .col-auto .icon {
  stroke: #3aa74b;
}

.bc-wifi-green-primary {
  border-color: #3aa74b;
}

.bg-wifi-green-secondary {
  background: #bce5c2;
}

.c-wifi-green-secondary {
  color: #bce5c2;
}

.bl-wifi-green-secondary {
  border-left: 0.5rem solid #bce5c2;
}
.bl-wifi-green-secondary .col-auto .icon {
  stroke: #bce5c2;
}

.bc-wifi-green-secondary {
  border-color: #bce5c2;
}

.bg-webinar-blue {
  background: #1b4baf;
}

.c-webinar-blue {
  color: #1b4baf;
}

.bl-webinar-blue {
  border-left: 0.5rem solid #1b4baf;
}
.bl-webinar-blue .col-auto .icon {
  stroke: #1b4baf;
}

.bc-webinar-blue {
  border-color: #1b4baf;
}

.bg-webinar-blue-secondary {
  background: #7d99d0;
}

.c-webinar-blue-secondary {
  color: #7d99d0;
}

.bl-webinar-blue-secondary {
  border-left: 0.5rem solid #7d99d0;
}
.bl-webinar-blue-secondary .col-auto .icon {
  stroke: #7d99d0;
}

.bc-webinar-blue-secondary {
  border-color: #7d99d0;
}

.bg-fog-grey {
  background: #ddd;
}

.c-fog-grey {
  color: #ddd;
}

.bl-fog-grey {
  border-left: 0.5rem solid #ddd;
}
.bl-fog-grey .col-auto .icon {
  stroke: #ddd;
}

.bc-fog-grey {
  border-color: #ddd;
}

.bg-fog-grey-contrast {
  background: #949494;
}

.c-fog-grey-contrast {
  color: #949494;
}

.bl-fog-grey-contrast {
  border-left: 0.5rem solid #949494;
}
.bl-fog-grey-contrast .col-auto .icon {
  stroke: #949494;
}

.bc-fog-grey-contrast {
  border-color: #949494;
}

.bg-bright-grey {
  background: #f6f6f6;
}

.c-bright-grey {
  color: #f6f6f6;
}

.bl-bright-grey {
  border-left: 0.5rem solid #f6f6f6;
}
.bl-bright-grey .col-auto .icon {
  stroke: #f6f6f6;
}

.bc-bright-grey {
  border-color: #f6f6f6;
}

.bg-bright-grey-primary {
  background: #718597;
}

.c-bright-grey-primary {
  color: #718597;
}

.bl-bright-grey-primary {
  border-left: 0.5rem solid #718597;
}
.bl-bright-grey-primary .col-auto .icon {
  stroke: #718597;
}

.bc-bright-grey-primary {
  border-color: #718597;
}

.bg-bright-grey-primary-30 {
  background: #d4dae0;
}

.c-bright-grey-primary-30 {
  color: #d4dae0;
}

.bl-bright-grey-primary-30 {
  border-left: 0.5rem solid #d4dae0;
}
.bl-bright-grey-primary-30 .col-auto .icon {
  stroke: #d4dae0;
}

.bc-bright-grey-primary-30 {
  border-color: #d4dae0;
}

.bg-bright-grey-primary-15 {
  background: #eaedf0;
}

.c-bright-grey-primary-15 {
  color: #eaedf0;
}

.bl-bright-grey-primary-15 {
  border-left: 0.5rem solid #eaedf0;
}
.bl-bright-grey-primary-15 .col-auto .icon {
  stroke: #eaedf0;
}

.bc-bright-grey-primary-15 {
  border-color: #eaedf0;
}

.bg-white {
  background: #fff;
}

.c-white {
  color: #fff;
}

.bl-white {
  border-left: 0.5rem solid #fff;
}
.bl-white .col-auto .icon {
  stroke: #fff;
}

.bc-white {
  border-color: #fff;
}

.bg-black {
  background: #000;
}

.c-black {
  color: #000;
}

.bl-black {
  border-left: 0.5rem solid #000;
}
.bl-black .col-auto .icon {
  stroke: #000;
}

.bc-black {
  border-color: #000;
}

.bg-black-30 {
  background: #b2b2b2;
}

.c-black-30 {
  color: #b2b2b2;
}

.bl-black-30 {
  border-left: 0.5rem solid #b2b2b2;
}
.bl-black-30 .col-auto .icon {
  stroke: #b2b2b2;
}

.bc-black-30 {
  border-color: #b2b2b2;
}

.bg-text-link {
  background: #3d3f8c;
}

.c-text-link {
  color: #3d3f8c;
}

.bl-text-link {
  border-left: 0.5rem solid #3d3f8c;
}
.bl-text-link .col-auto .icon {
  stroke: #3d3f8c;
}

.bc-text-link {
  border-color: #3d3f8c;
}

.bg-text-link-visited {
  background: #686daf;
}

.c-text-link-visited {
  color: #686daf;
}

.bl-text-link-visited {
  border-left: 0.5rem solid #686daf;
}
.bl-text-link-visited .col-auto .icon {
  stroke: #686daf;
}

.bc-text-link-visited {
  border-color: #686daf;
}

.bg-text-link-bg {
  background: #ebebf3;
}

.c-text-link-bg {
  color: #ebebf3;
}

.bl-text-link-bg {
  border-left: 0.5rem solid #ebebf3;
}
.bl-text-link-bg .col-auto .icon {
  stroke: #ebebf3;
}

.bc-text-link-bg {
  border-color: #ebebf3;
}

.bg-text-label {
  background: #4d4d4d;
}

.c-text-label {
  color: #4d4d4d;
}

.bl-text-label {
  border-left: 0.5rem solid #4d4d4d;
}
.bl-text-label .col-auto .icon {
  stroke: #4d4d4d;
}

.bc-text-label {
  border-color: #4d4d4d;
}

.bg-text-disabled {
  background: #707070;
}

.c-text-disabled {
  color: #707070;
}

.bl-text-disabled {
  border-left: 0.5rem solid #707070;
}
.bl-text-disabled .col-auto .icon {
  stroke: #707070;
}

.bc-text-disabled {
  border-color: #707070;
}

.bg-success {
  background: #167441;
}

.c-success {
  color: #167441;
}

.bl-success {
  border-left: 0.5rem solid #167441;
}
.bl-success .col-auto .icon {
  stroke: #167441;
}

.bc-success {
  border-color: #167441;
}

.bg-success-notification {
  background: #e7f1eb;
}

.c-success-notification {
  color: #e7f1eb;
}

.bl-success-notification {
  border-left: 0.5rem solid #e7f1eb;
}
.bl-success-notification .col-auto .icon {
  stroke: #e7f1eb;
}

.bc-success-notification {
  border-color: #e7f1eb;
}

.bg-error {
  background: #bb0d3b;
}

.c-error {
  color: #bb0d3b;
}

.bl-error {
  border-left: 0.5rem solid #bb0d3b;
}
.bl-error .col-auto .icon {
  stroke: #bb0d3b;
}

.bc-error {
  border-color: #bb0d3b;
}

.bg-success-bg {
  background: #e7f1eb;
}

.c-success-bg {
  color: #e7f1eb;
}

.bl-success-bg {
  border-left: 0.5rem solid #e7f1eb;
}
.bl-success-bg .col-auto .icon {
  stroke: #e7f1eb;
}

.bc-success-bg {
  border-color: #e7f1eb;
}

.bg-error-bg {
  background: #fcf2f5;
}

.c-error-bg {
  color: #fcf2f5;
}

.bl-error-bg {
  border-left: 0.5rem solid #fcf2f5;
}
.bl-error-bg .col-auto .icon {
  stroke: #fcf2f5;
}

.bc-error-bg {
  border-color: #fcf2f5;
}

.bg-warning {
  background: #995b0f;
}

.c-warning {
  color: #995b0f;
}

.bl-warning {
  border-left: 0.5rem solid #995b0f;
}
.bl-warning .col-auto .icon {
  stroke: #995b0f;
}

.bc-warning {
  border-color: #995b0f;
}

.bg-warning-bg {
  background: #fbebd6;
}

.c-warning-bg {
  color: #fbebd6;
}

.bl-warning-bg {
  border-left: 0.5rem solid #fbebd6;
}
.bl-warning-bg .col-auto .icon {
  stroke: #fbebd6;
}

.bc-warning-bg {
  border-color: #fbebd6;
}

.bg-alert-success {
  background: #e7f1eb;
}

.c-alert-success {
  color: #e7f1eb;
}

.bl-alert-success {
  border-left: 0.5rem solid #e7f1eb;
}
.bl-alert-success .col-auto .icon {
  stroke: #e7f1eb;
}

.bc-alert-success {
  border-color: #e7f1eb;
}

.bg-alert-error {
  background: #fcf2f5;
}

.c-alert-error {
  color: #fcf2f5;
}

.bl-alert-error {
  border-left: 0.5rem solid #fcf2f5;
}
.bl-alert-error .col-auto .icon {
  stroke: #fcf2f5;
}

.bc-alert-error {
  border-color: #fcf2f5;
}

.bg-alert-warning {
  background: #fbebd6;
}

.c-alert-warning {
  color: #fbebd6;
}

.bl-alert-warning {
  border-left: 0.5rem solid #fbebd6;
}
.bl-alert-warning .col-auto .icon {
  stroke: #fbebd6;
}

.bc-alert-warning {
  border-color: #fbebd6;
}

.bg-focus {
  background: #0875e2;
}

.c-focus {
  color: #0875e2;
}

.bl-focus {
  border-left: 0.5rem solid #0875e2;
}
.bl-focus .col-auto .icon {
  stroke: #0875e2;
}

.bc-focus {
  border-color: #0875e2;
}

.no-truncate {
  overflow: visible;
}

.footer {
  margin-top: 0;
  color: inherit;
  text-align: right;
}
.footer .btn-link {
  font-size: inherit;
  outline-offset: 0;
  transition: none;
}
.footer .btn-link:not(:hover) {
  text-decoration: none;
}
.footer .btn-link:hover {
  color: #3d3f8c;
}
.footer .link-list-inline {
  justify-content: right;
}

.link-list-inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2em;
  align-items: center;
  margin: 0.625rem 0;
}
.link-list-inline li {
  padding: 0;
  margin-right: inherit;
}
.link-list-inline li::before {
  border-color: #223640;
}
.link-list-inline li + li::before {
  left: -0.6em;
  height: 1.3em;
}
.link-list-inline-left {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2em;
  align-items: center;
  padding: 0;
  margin: 0.625rem 0;
  list-style-type: none;
}
.link-list-inline-left li {
  position: relative;
  display: inline-block;
}
.link-list-inline-left li:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -0.6em;
  display: block;
  width: 0;
  height: 1.3em;
  content: "";
  border-right: 1px solid #223640;
}

.toggle-status-list .list-group-item {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-top: 0.5rem; /* Abstand zwischen den Listenelementen */
  border-top-width: 1px;
  border-radius: 4px;
}
.toggle-status-list .status-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
}
.toggle-status-list .text-container {
  max-width: 75%; /* maximale Breite des Texts */
}

/* stylelint-disable */
@media print {
  .container {
    max-width: inherit;
  }
  * {
    color: #000 !important;
    background: none !important;
  }
  .section-back,
  .navbar .btn-login .icon,
  .progress-list,
  .btn.fixed-right,
  .accordion-button::after,
  .editor {
    display: none;
  }
  .navbar .btn-login .btn-title {
    display: block !important;
  }
  .progress-heading {
    position: inherit !important;
    width: auto !important;
    height: auto !important;
    padding-left: 8px !important;
    margin: inherit !important;
    overflow: inherit !important;
    clip: inherit !important;
    white-space: inherit !important;
  }
  .card:not(.bordered):not(.dashed) {
    padding-bottom: 1rem;
    border-bottom: 1px dotted #949494;
    border-radius: 0;
  }
  .card:not(.bordered):not(.dashed) > .card-body,
  .card:not(.bordered):not(.dashed) > .card-nav-body {
    padding-right: 0;
    padding-left: 0;
  }
  .form-switch .form-check-input {
    width: auto;
    height: auto;
    font-weight: 700;
    border: none;
    border-radius: 0;
  }
  .form-switch .form-check-input:checked::after {
    display: block;
    content: "Ein";
  }
  .form-switch .form-check-input:not(:checked)::after {
    display: block;
    content: "Aus";
  }
  .form-check-input:checked[type=radio],
  .form-check-input:checked[type=checkbox] {
    border-width: 4px;
  }
  .new-message::after {
    border: 1px solid;
  }
  /* Inserat Preview */
  .inserat-preview header,
  .inserat-preview .card.bg-success-notification,
  .inserat-preview .preview-title,
  .inserat-preview .icon,
  .inserat-preview .btn,
  .inserat-preview .alert {
    display: none;
  }
}

/*# sourceMappingURL=main.bundle.css.map */
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(../Css/Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}

/* Zusatz */

#morebusinesshoures a {
    text-decoration: none;
}

.errormessageOnly {
    color: #e20613;
    display: inline-block;
    margin-top: 6px;
}

/* Map */
#themap {
    width: 100%;
    height: 300px;
    border: 1px solid #678089;
}

#themap .olControlZoom a,
#themap .ol-zoom button {
    /* neue google api 201810 */
    background-color: #808080;
    border: 1px solid #a7a7a7;
    color: #fff;
    -webkit-transition: background-color linear .2s;
    -moz-transition: background-color linear .2s;
    -o-transition: background-color linear .2s;
    transition: background-color linear .2s;
}

    #themap .olControlZoom a:hover,
    #themap .ol-zoom button:hover {
        background-color: #ddd;
        color: #808080;
    }

#themap .ol-attribution {
    /* Copyright-Hinweis re unten */
}

    #themap .ol-attribution ul {
        font-size: 1rem;
    }

    #themap .ol-attribution.ol-uncollapsible {
        height: 1.2em;
        padding-top: 1px;
    }

#themap img {
    max-width: none !important;
}

#themap .olControlAttribution {
    right: 0;
    bottom: 0;
    padding: 5px;
    color: #000;
    font-size: 11px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

    #themap .olControlAttribution a {
        text-decoration: none;
        color: #000 !important;
    }

.bbCodeActive {
    color: #e20613
}

.bbCodeDiv b {
    font-weight: 700;
}