<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; 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: "—&nbsp;";
}

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 &gt; .col,
.no-gutters &gt; [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 &gt; * {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

.row-cols-6 &gt; * {
  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 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 &gt; * {
    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 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 &gt; * {
    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 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    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 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 &gt; * {
    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 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 &gt; * {
    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 &gt; th,
.table-primary &gt; td {
  background-color: #f7b9bd;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f07e84;
}

.table-hover .table-primary:hover {
  background-color: #f4a2a7;
}
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #f4a2a7;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #c5cdd1;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #93a2a9;
}

.table-hover .table-secondary:hover {
  background-color: #b7c1c6;
}
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #b7c1c6;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #d2e6b8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #acd07a;
}

.table-hover .table-success:hover {
  background-color: #c6dfa5;
}
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #c6dfa5;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #b8e4f1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7acde4;
}

.table-hover .table-info:hover {
  background-color: #a3dced;
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #a3dced;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #fad6b9;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f6b47e;
}

.table-hover .table-warning:hover {
  background-color: #f8c8a1;
}
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #f8c8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f7b9bd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f07e84;
}

.table-hover .table-danger:hover {
  background-color: #f4a2a7;
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f4a2a7;
}

.table-active,
.table-active &gt; th,
.table-active &gt; 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 &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #304c59;
  border-color: #3d6172;
}
.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: #3d6172;
}
.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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive &gt; .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: #6092a9;
  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::-moz-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: #6092a9;
  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;
  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 #008fa1;
  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: #b7b7b7;
}
.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 #00a5bb;
}
.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: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.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: #b7b7b7;
}
.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: #f2f2f2;
}
.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;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  color: gray;
  border-bottom: 1px solid #f7f7f7;
}

.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: #6092a9;
  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: #6092a9;
  box-shadow: 0 0 0 0.2rem rgba(48, 76, 89, 0.25);
}
.form-file-input:focus-within ~ .form-file-label {
  border-color: #6092a9;
  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: #fc9ea4;
}
.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: #fc9ea4;
}
.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: #fc9ea4;
}
.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 &gt; .form-control,
.form-floating &gt; .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating &gt; 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 &gt; label {
    transition: none;
  }
}
.form-floating &gt; .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .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 &gt; .col,
.form-row &gt; [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 &gt; .form-control,
.input-group &gt; .form-select,
.input-group &gt; .form-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .form-select,
.input-group &gt; .form-control + .form-file,
.input-group &gt; .form-select + .form-control,
.input-group &gt; .form-select + .form-select,
.input-group &gt; .form-select + .form-file,
.input-group &gt; .form-file + .form-control,
.input-group &gt; .form-file + .form-select,
.input-group &gt; .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 &gt; .form-control:focus,
.input-group &gt; .form-select:focus,
.input-group &gt; .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}
.input-group &gt; .form-file .form-file-input:focus {
  z-index: 4;
}
.input-group &gt; .form-control:not(:last-child),
.input-group &gt; .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .form-control:not(:first-child),
.input-group &gt; .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .form-file {
  display: flex;
  align-items: center;
}
.input-group &gt; .form-file:not(:last-child) .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .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 &gt; .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

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

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

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

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

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

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

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

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .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: #7ed800;
}
.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: #f9222f;
}
.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;
  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: #bd0510;
  border-color: #b0050f;
}
.btn-filled-primary:focus, .btn-filled-primary.focus {
  color: #fff;
  background-color: #bd0510;
  border-color: #b0050f;
  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 &gt; .btn-filled-primary.dropdown-toggle {
  color: #fff;
  background-color: #b0050f;
  border-color: #a4040e;
}
.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 &gt; .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: #233740;
  border-color: #1e3038;
}
.btn-filled-secondary:focus, .btn-filled-secondary.focus {
  color: #fff;
  background-color: #233740;
  border-color: #1e3038;
  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 &gt; .btn-filled-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1e3038;
  border-color: #1a2930;
}
.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 &gt; .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: #4a7f00;
  border-color: #427200;
}
.btn-filled-success:focus, .btn-filled-success.focus {
  color: #fff;
  background-color: #4a7f00;
  border-color: #427200;
  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 &gt; .btn-filled-success.dropdown-toggle {
  color: #fff;
  background-color: #427200;
  border-color: #3b6500;
}
.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 &gt; .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: #0080a6;
  border-color: #007799;
}
.btn-filled-info:focus, .btn-filled-info.focus {
  color: #fff;
  background-color: #0080a6;
  border-color: #007799;
  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 &gt; .btn-filled-info.dropdown-toggle {
  color: #fff;
  background-color: #007799;
  border-color: #006d8c;
}
.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 &gt; .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: #c95d05;
  border-color: #bc5705;
}
.btn-filled-warning:focus, .btn-filled-warning.focus {
  color: #fff;
  background-color: #c95d05;
  border-color: #bc5705;
  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 &gt; .btn-filled-warning.dropdown-toggle {
  color: #fff;
  background-color: #bc5705;
  border-color: #b05104;
}
.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 &gt; .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: #bd0510;
  border-color: #b0050f;
}
.btn-filled-danger:focus, .btn-filled-danger.focus {
  color: #fff;
  background-color: #bd0510;
  border-color: #b0050f;
  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 &gt; .btn-filled-danger.dropdown-toggle {
  color: #fff;
  background-color: #b0050f;
  border-color: #a4040e;
}
.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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.btn-sm, .btn-group-sm &gt; .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 &gt; .dropdown-toggle.btn {
  padding-right: calc(2rem + 0.8em);
}
.btn-lg.dropdown-toggle .icon, .btn-group-lg &gt; .dropdown-toggle.btn .icon {
  right: 1rem;
}

.btn-sm.dropdown-toggle, .btn-group-sm &gt; .dropdown-toggle.btn {
  padding-right: calc(1rem + 0.8em);
}
.btn-sm.dropdown-toggle .icon, .btn-group-sm &gt; .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 &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active, .btn-group &gt; .btn[aria-current=page],
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .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 &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0;
}
.btn-group-toggle &gt; .btn input[type=radio],
.btn-group-toggle &gt; .btn input[type=checkbox],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type=radio],
.btn-group-toggle &gt; .btn-group &gt; .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 &gt; .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: #b4bfc3;
  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: #f5a5aa;
  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 &gt; .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 &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active, .tab-content &gt; [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 &gt; .active a, .navbar--site-main .global-navbar &gt; [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 &gt; .dropdown {
  position: static;
}
.navbar-nav--main &gt; .dropdown &gt; .dropdown-toggle .icon {
  position: static;
  transform: rotate(0);
}
.navbar-nav--main &gt; .dropdown &gt; .dropdown-toggle[aria-expanded=true] .icon {
  transform: rotate(-180deg);
}
.navbar-nav--main &gt; .dropdown &gt; .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 &gt; .container,
.navbar-expand-sm &gt; .container-fluid,
.navbar-expand-sm &gt; .container-sm,
.navbar-expand-sm &gt; .container-md,
.navbar-expand-sm &gt; .container-lg,
.navbar-expand-sm &gt; .container-xl,
.navbar-expand-sm &gt; .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 &gt; .container,
  .navbar-expand-sm &gt; .container-fluid,
  .navbar-expand-sm &gt; .container-sm,
  .navbar-expand-sm &gt; .container-md,
  .navbar-expand-sm &gt; .container-lg,
  .navbar-expand-sm &gt; .container-xl,
  .navbar-expand-sm &gt; .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 &gt; .container,
  .navbar-expand-md &gt; .container-fluid,
  .navbar-expand-md &gt; .container-sm,
  .navbar-expand-md &gt; .container-md,
  .navbar-expand-md &gt; .container-lg,
  .navbar-expand-md &gt; .container-xl,
  .navbar-expand-md &gt; .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 &gt; .container,
  .navbar-expand-md &gt; .container-fluid,
  .navbar-expand-md &gt; .container-sm,
  .navbar-expand-md &gt; .container-md,
  .navbar-expand-md &gt; .container-lg,
  .navbar-expand-md &gt; .container-xl,
  .navbar-expand-md &gt; .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 &gt; .container,
  .navbar-expand-lg &gt; .container-fluid,
  .navbar-expand-lg &gt; .container-sm,
  .navbar-expand-lg &gt; .container-md,
  .navbar-expand-lg &gt; .container-lg,
  .navbar-expand-lg &gt; .container-xl,
  .navbar-expand-lg &gt; .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 &gt; .container,
  .navbar-expand-lg &gt; .container-fluid,
  .navbar-expand-lg &gt; .container-sm,
  .navbar-expand-lg &gt; .container-md,
  .navbar-expand-lg &gt; .container-lg,
  .navbar-expand-lg &gt; .container-xl,
  .navbar-expand-lg &gt; .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 &gt; .container,
  .navbar-expand-xl &gt; .container-fluid,
  .navbar-expand-xl &gt; .container-sm,
  .navbar-expand-xl &gt; .container-md,
  .navbar-expand-xl &gt; .container-lg,
  .navbar-expand-xl &gt; .container-xl,
  .navbar-expand-xl &gt; .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 &gt; .container,
  .navbar-expand-xl &gt; .container-fluid,
  .navbar-expand-xl &gt; .container-sm,
  .navbar-expand-xl &gt; .container-md,
  .navbar-expand-xl &gt; .container-lg,
  .navbar-expand-xl &gt; .container-xl,
  .navbar-expand-xl &gt; .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 &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid,
  .navbar-expand-xxl &gt; .container-sm,
  .navbar-expand-xxl &gt; .container-md,
  .navbar-expand-xxl &gt; .container-lg,
  .navbar-expand-xxl &gt; .container-xl,
  .navbar-expand-xxl &gt; .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 &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid,
  .navbar-expand-xxl &gt; .container-sm,
  .navbar-expand-xxl &gt; .container-md,
  .navbar-expand-xxl &gt; .container-lg,
  .navbar-expand-xxl &gt; .container-xl,
  .navbar-expand-xxl &gt; .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 &gt; .container,
  .navbar-expand &gt; .container-fluid,
  .navbar-expand &gt; .container-sm,
  .navbar-expand &gt; .container-md,
  .navbar-expand &gt; .container-lg,
  .navbar-expand &gt; .container-xl,
  .navbar-expand &gt; .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 &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-xl,
.navbar-expand &gt; .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 &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav [aria-current=page] &gt; .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 &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav [aria-current=page] &gt; .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 &gt; .nav-link, .navbar-dark .navbar-nav [aria-current=page] &gt; .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: #72858e;
}
.navbar-dark .detail-grid,
.navbar-dark .detail-grid .col {
  border-color: #72858e;
}
.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 #72858e;
  border-width: 1px 1px 0 0;
}
.navbar-top-detail-col:last-of-type {
  border-right: 0;
}
.navbar-top-detail-col &gt; *:first-child {
  margin-top: 0;
}
.navbar-top-detail-col &gt; *: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 &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card &gt; .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, 105, 116, 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 &gt; .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion &gt; .card {
  overflow: hidden;
}
.accordion &gt; .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion &gt; .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion &gt; .card &gt; .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: #76030a;
  background-color: #f7b9bd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #76030a;
  background-color: #f4a2a7;
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: #76030a;
  border-color: #76030a;
}

.list-group-item-secondary {
  color: #19282e;
  background-color: #c5cdd1;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #19282e;
  background-color: #b7c1c6;
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: #19282e;
  border-color: #19282e;
}

.list-group-item-success {
  color: #325600;
  background-color: #d2e6b8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #325600;
  background-color: #c6dfa5;
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: #325600;
  border-color: #325600;
}

.list-group-item-info {
  color: #00526a;
  background-color: #b8e4f1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00526a;
  background-color: #a3dced;
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: #00526a;
  border-color: #00526a;
}

.list-group-item-warning {
  color: #7c3903;
  background-color: #fad6b9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7c3903;
  background-color: #f8c8a1;
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: #7c3903;
  border-color: #7c3903;
}

.list-group-item-danger {
  color: #76030a;
  background-color: #f7b9bd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #76030a;
  background-color: #f4a2a7;
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.list-group-item-action[aria-current=page] {
  color: #fff;
  background-color: #76030a;
  border-color: #76030a;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left &gt; .popover-arrow, .bs-popover-auto[x-placement^=left] &gt; .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-left &gt; .popover-arrow::before, .bs-popover-auto[x-placement^=left] &gt; .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 &gt; .popover-arrow::after, .bs-popover-auto[x-placement^=left] &gt; .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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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;
  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;
  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;
  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: #6092a9;
  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: #97040d;
}

.link-secondary {
  color: #304c59;
}
.link-secondary:hover, .link-secondary:focus {
  color: #152227;
}

.link-success {
  color: #60a500;
}
.link-success:hover, .link-success:focus {
  color: #335900;
}

.link-info {
  color: #009ecc;
}
.link-info:hover, .link-info:focus {
  color: #006380;
}

.link-warning {
  color: #ee6e06;
}
.link-warning:hover, .link-warning:focus {
  color: #a34c04;
}

.link-danger {
  color: #e20613;
}
.link-danger:hover, .link-danger:focus {
  color: #97040d;
}

.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;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-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, 105, 116, 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: #516974;
  }
}
.teaser-card .card-body, .teaser-card-major .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #516974;
}
.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 &gt; 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 */
.autoComplete_list {
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #304c59;
  border-top: 0;
}
.autoComplete_list li {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.autoComplete_list li.autoComplete_selected {
  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;
}

[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: "–";
}

/*# sourceMappingURL=wko-ds-bootstrap.css.map */

/* individual scss */
h3,
.h3 {
    font-size: 1.375rem;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.875rem;
    }
}

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

.h34 {
    font-size: 1.44rem;
}

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

p {
    margin-bottom: 0.75rem;
}

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

    ul ul,
    ol ol {
        margin-left: 0.5rem;
    }

#aspnetForm,
#main-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.faz {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    color: #000;
}

    .faz.search section {
        margin: 5rem 0;
    }

    .faz.search .search-box {
        padding-top: 0;
    }

    .faz.search-result .top-section {
        background-color: #fff5bf;
    }

    .faz.search-result .search-link-section {
        margin-top: 2.75rem;
    }

@media (min-width: 768px) {
    .faz.search .card-section .card {
        margin-bottom: 8rem;
    }

    .faz.search .top-section {
        padding-bottom: 4rem;
    }
}

.faz.detail section {
    margin-bottom: 4rem;
}

.faz.inserate-search .search-box {
    padding-top: 0;
}

.faz.inserate-search .detail-search .link {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.faz.inserate-search .card-section {
    margin: 3rem 0 3.75rem;
}

.faz.inserate-search .link-list-section {
    margin: 3.75rem 0 1.25rem;
}

@media (max-width: 767.98px) {
    .faz.inserate-search .top-section {
        padding-bottom: 4rem;
    }

    .faz.inserate-search .search-container {
        padding-top: 0;
    }

    .faz.inserate-search .card-section {
        margin-top: -2rem;
    }
}

.faz.inserate-search-result .top-section {
    background-color: #fff5bf;
}

.faz.inserate-search-result .detail-search .link {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.faz.inserate-detail-search .search-result-section {
    padding-top: 1px;
}

.faz.inserate-detail-search .search-box {
    padding-top: 0;
}

@media (min-width: 768px) {
    .faz.inserate-detail-search .search-box {
        padding: 0 0 3.5rem;
    }
}

@media (max-width: 767.98px) {
    .faz.inserate-detail-search .search-container {
        padding-top: 0;
    }
}

.faz.inserate-detail .header-banner {
    margin-bottom: 2rem;
}

.faz.inserate-detail section {
    margin-bottom: 3rem;
}

.faz.lehre-search .search-box {
    padding-top: 0;
    margin-bottom: 2rem;
}

.faz.lehre-search .card-section {
    margin: 3rem 0;
}

.faz.lehre-search .card-body {
    background-color: #fffbe5;
}

.faz.lehre-search .figure-copyright {
    background-color: #fffbe5;
}

@media (min-width: 768px) {
    .faz.lehre-search .top-section {
        padding-bottom: 2rem;
    }
}

.faz.lehre-search-result .top-section {
    background-color: #fff5bf;
}

.faz.lehre-search-result .banner {
    margin: 2rem 0;
}

.faz.lehre-detail section {
    margin-bottom: 4rem;
}

.faz.lehre-detail .company-info-container {
    border-top: 1rem solid #fffbe5;
}

.faz.lehre-detail .company-profile {
    display: flex;
    gap: 1.5rem;
    align-items: end;
    margin: 0.5rem 0;
}

.faz.lehre-detail .company-profile-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.faz.lehre-detail .company-profile-name-container {
    margin-top: 1.5rem;
}

.faz.lehre-detail .company-profile-name-heading {
    margin: 0;
    font-size: 0.875rem;
}

.faz.lehre-detail .company-offer {
    display: flex;
    gap: 0.75rem;
    margin: 2rem 0;
}

    .faz.lehre-detail .company-offer .heading {
        margin: 0.25rem 0;
        font-size: 0.875rem;
    }

    .faz.lehre-detail .company-offer .icon-graduation-hat {
        min-width: 1.5rem;
        height: 1.5rem;
    }

    .faz.lehre-detail .company-offer .offer-text {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

        .faz.lehre-detail .company-offer .offer-text:last-child {
            margin-bottom: 0;
        }

.faz.lehre-detail .contact-info .link-with-icon-left {
    gap: 0.5rem;
}

.faz.lehre-detail .profile-picture .figure-image-container {
    width: 6.25rem;
    height: 8.125rem;
    overflow: hidden;
}

.faz.lehre-detail .profile-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

iframe {
    border: none;
}

main {
    flex: 1;
}

    main .container,
    footer .container {
        max-width: 900px;
    }

img {
    max-width: 100%;
}

.color-gray {
    color: #707070;
}

.site-header__title {
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-word;
}

.site-header__subtitle {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    word-break: break-word;
}

@media (min-width: 768px) {
    .site-header__subtitle {
        font-size: 2.5rem;
    }
}

.top-section {
    background-color: #fff5bf;
    border-top: 1px solid #fff5bf;
}

.mid-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 15px 0;
    margin: 0 -15px;
    overflow: hidden;
    background-color: #fff5bf;
}

.mid-section .svg {
    z-index: 1;
    height: 18rem;
}

.mid-section .svg-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
}

    .mid-section .svg-wrapper::after {
        position: absolute;
        top: 3vw;
        display: block;
        width: 96vw;
        height: 1000px;
        content: "";
        background-color: #fff;
        border-radius: 230px 230px 0 0;
    }

@media (min-width: 576px) {
    .mid-section .svg-wrapper::after {
        display: none;
    }
}

.mid-section .banner-text {
    z-index: 1;
    margin-top: 1rem;
    font-size: 1.25rem;
}

.mid-section .banner-link {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
}

    .mid-section .banner-link svg {
        margin-left: 0.5rem;
    }

.link-list li,
.link-list a {
    padding: 0.1em 0;
}

.link-list-section .link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    width: 100%;
}

    .link-list-section .link-list li {
        display: flex;
        flex-grow: 1;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

        .link-list-section .link-list li:first-child {
            border-top: 1px solid #ddd;
        }

        .link-list-section .link-list li .icon {
            fill: #dbb948;
        }

            .link-list-section .link-list li .icon:first-child {
                width: 2rem;
                height: 2rem;
                margin: 0 1rem;
            }

            .link-list-section .link-list li .icon:last-child {
                margin: 0.6rem;
            }

    .link-list-section .link-list a {
        display: flex;
        flex-grow: 1;
        align-items: center;
        padding: 1rem 0;
    }

        .link-list-section .link-list a:hover {
            background-color: transparent;
        }

        .link-list-section .link-list a span {
            flex-grow: 1;
        }

main .container:has(.search-link-section) {
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    background-color: #f6f6f6;
    box-shadow: 0 0 0 100vmax #f6f6f6;
}

.has-search-link-section .footer {
    margin-top: 0;
}

.disclaimer-section {
    margin-top: auto;
    font-size: 0.875rem;
    background-color: #f6f6f6;
}

    .disclaimer-section p {
        padding: 1rem 0;
        margin: 0;
    }

.search-link-section {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
    padding-top: 2.25rem;
    padding-bottom: 3.75rem;
    margin-bottom: 0 !important;
    background-color: #f6f6f6;
}

    .search-link-section h3 {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .search-link-section .list-group-item {
        background-color: #f6f6f6;
    }

@media (min-width: 768px) {
    .search-link-section h3 {
        font-size: 1.4rem;
    }

    .search-link-element {
        flex-basis: calc(50% - 1rem);
        flex-grow: 1;
    }
}

.list-group li {
    list-style: none;
}

.list-group .list-group-item {
    display: inline-block;
    padding: 0;
    margin: 0.3rem 0;
}

.dl-basic dt {
    font-size: 0.875rem;
    font-weight: 300;
}

.dl-basic dd {
    font-weight: 500;
}

.dl-inline dt {
    float: left;
    margin-right: 0.4rem;
    font-size: 1rem;
    font-weight: 300;
}

.dl-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .dl-certificates dt {
        flex: 0 0 4rem;
    }

        .dl-certificates dt .cert-image {
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
        }

    .dl-certificates dd {
        display: flex;
        flex-basis: calc(100% - 5rem);
        flex-direction: column;
        justify-content: center;
    }

        .dl-certificates dd &gt; * {
            margin-top: 0;
        }

        .dl-certificates dd p {
            margin-bottom: 0.5rem;
            font-size: 0.875rem;
        }

.counter {
    display: inline-block;
    min-width: 14px;
    height: 14px;
    padding: 3px 5px 0;
    font-size: 0.55rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 8px;
}

.counter-container {
    position: relative;
    display: inline-block;
    padding-right: 3px;
}

.counter.fixed {
    position: absolute;
    right: 0;
}

.counter-simple {
    margin-left: 0.5rem;
    font-weight: 300;
}

.sizer-container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 61px);
}

@media (min-width: 992px) {
    .sizer-container {
        min-height: calc(100vh - 85px);
    }
}

.map {
    position: relative;
    flex-grow: 1;
    min-height: 15rem;
}

@media (min-width: 768px) {
    .map {
        min-height: 600px;
    }
}

.map-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .map-result-container {
        padding: 2rem 15px;
        margin: 0 -15px;
        background: #f6f6f6;
    }

        .map-result-container.version-desktop {
            display: none;
        }

        .map-result-container .search-result-article {
            position: relative;
            margin-top: -100px;
        }
}

.map-result-container .search-result-article {
    margin-bottom: 0;
}

    .map-result-container .search-result-article h3 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 1.375rem;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

@media (min-width: 768px) {
    .map-result-container.version-mobile {
        display: none;
    }
}

.map .search-result-article {
    position: absolute;
    z-index: 2;
    max-width: 22rem;
    border: 1px solid #ddd;
}

.search-result-section {
    flex-grow: 1;
    padding: 2rem 0 4rem;
    background-color: #f6f6f6;
}

.search-result-article {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
}

    .search-result-article h3 {
        margin: 0;
        font-size: 1.5rem;
    }

    .search-result-article .title-link {
        margin: 0.5rem 0;
    }

    .search-result-article .certificates {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.25rem 1rem;
        padding: 0.5rem 0;
    }

@media (min-width: 768px) {
    .search-result-article .certificates {
        flex-direction: row;
    }
}

.search-result-article .certificates .icon {
    fill: #707070;
}

.search-result-article .contact-info {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
    padding: 0.75rem 0;
    margin: 0.5rem 0;
}

@media (min-width: 768px) {
    .search-result-article .contact-info {
        flex-direction: row;
    }
}

.search-result-article .address-container {
    padding-top: 0.5rem;
}

    .search-result-article .address-container .address {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

@media (min-width: 768px) {
    .search-result-article .address-container .address {
        flex-direction: row;
    }

        .search-result-article .address-container .address .street::after {
            margin-right: 0.5rem;
            content: ",";
        }
}

.search-result-article .address-container .distance {
    font-size: 0.75rem;
}

.search-result-article .address-container .link {
    margin-top: 0.25rem;
}

.search-result-article-footer {
    margin-top: auto;
}

    .search-result-article-footer .category-pill {
        margin: 0.5rem 0.75rem 0 0;
    }

.search-result-article-image .pill-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.search-result-article-image .image-container {
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-width: 0;
    max-width: 25rem;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .search-result-article-image .image-container {
        flex: 1;
    }
}

.search-result-article-image .image-container .figure-image {
    width: 100%;
    max-width: 25rem;
    max-height: 14.0625rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.search-result-article-image .info-container {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    margin: 1rem 0;
}

    .search-result-article-image .info-container .icon {
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 0.5rem 0 0;
    }

@media (min-width: 576px) {
    .search-result-article-image .result-container {
        display: flex;
        gap: 1rem;
    }
}

.search-result-article-image .content-container {
    padding-top: 1rem;
}

@media (min-width: 576px) {
    .search-result-article-image .content-container {
        flex: 1;
        padding: 0;
    }
}

.filter-container {
    padding-top: 0;
}

.filter-description {
    padding-bottom: 1rem;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem;
}

    .filter-bar .link {
        margin-left: 1rem;
        font-size: 1rem;
    }

.similar-search.button-group {
    padding: 0.5rem 0;
}

    .similar-search.button-group .btn {
        margin: 0 0.5rem 0.5rem 0;
    }

.expand {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    line-height: 0;
    background: #fff;
    border-radius: 50%;
}

.social-media-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-media-bar a {
    display: inline-flex;
    margin-top: 0.75rem;
    margin-right: 1rem;
}

    .social-media-bar a:hover .icon:not(.icon-cross), .social-media-bar a:focus .icon:not(.icon-cross) {
        background-color: #f6f6f6;
        fill: #000;
    }

    .social-media-bar a .icon-cross {
        color: #fff;
        fill: #fff;
    }

.social-media-bar .icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    fill: #000;
}

    .social-media-bar .icon:not(.icon-cross) {
        border: 1px solid #ddd;
    }

@media (max-width: 767.98px) {
    .social-media-bar.share-bar {
        position: relative;
        text-align: right;
    }
}

.social-media-bar.share-bar a {
    display: inline-flex;
    margin: 0;
}

@media (min-width: 768px) {
    .social-media-bar.share-bar a {
        margin-left: 1rem;
    }
}

@media (max-width: 767.98px) {
    .social-media-bar.share-bar .social-media-container {
        position: absolute;
        right: 0.06rem;
        bottom: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        max-width: 3rem;
        max-height: 0;
        padding: 0 0.15rem;
        overflow: hidden;
        background: #f6f6f6;
        border-radius: 999rem;
        transition: max-height, 0.5s ease-in;
    }

        .social-media-bar.share-bar .social-media-container.open {
            max-height: 25rem;
            padding-top: 0.5rem;
            padding-bottom: 2.5rem;
            text-align: right;
            opacity: 1;
        }
}

@media (min-width: 768px) {
    .social-media-bar.share-bar .social-media-container {
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .social-media-bar.share-bar .social-media-container .icon {
        border-color: transparent;
    }
}

.social-media-bar.share-bar .icon-share {
    background-color: #fff;
}

.social-media-bar.share-bar .btn-share {
    position: relative;
    right: 0.25rem;
    z-index: 20;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin-top: 0.75rem;
    background: none;
    border: none;
}

@media (min-width: 768px) {
    .social-media-bar.share-bar .btn-share {
        display: none;
        margin-right: 1rem;
    }
}

.social-media-bar.share-bar .btn-share:not(.clicked) .icon-cross {
    display: none;
}

.social-media-bar.share-bar .clicked {
    background-color: #000;
}

    .social-media-bar.share-bar .clicked .icon-share {
        display: none;
    }

.details-content-box {
    display: flex;
    flex-direction: column;
}

.details-info-container .link-with-icon-left {
    margin: 0 1.5rem 0 0;
}

.details-property {
    display: flex;
    flex-wrap: wrap;
}

    .details-property .detail-item {
        margin: 0.75rem 2.5rem 0 0;
    }

.details-offer .offer-title,
.details-offer .request-title {
    margin-bottom: 0.25rem;
}

.details-disclaimer {
    margin-top: 1.5rem;
}

.header-banner {
    padding: 0.5rem 0;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    background-color: #fffbe5;
    box-shadow: 0 0 0 100vmax #fffbe5;
}

@media (min-width: 768px) {
    .header-banner {
        padding: 2rem;
        background-color: #fff;
        border-top: 2rem solid #fffbe5;
        border-bottom: 2rem solid #fffbe5;
    }
}

.header-banner-container {
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    .header-banner-container {
        display: flex;
        gap: 1.5rem;
        padding-bottom: 0.75rem;
    }
}

.header-banner-headline {
    margin-top: 0.5rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

.header-banner .headline-container {
    flex: 3;
}

.header-banner .image-container {
    flex: 2;
}

.header-banner .social-media-bar.share-bar .social-media-container {
    justify-content: flex-end;
}

.contact-category-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (min-width: 768px) {
    .contact-category-container {
        flex-direction: row-reverse;
        gap: 1rem;
        padding-bottom: 0.5rem;
    }
}

.contact-category-container .card-content-container {
    padding: 0;
}

@media (min-width: 768px) {
    .contact-category-container .card-content-container {
        padding-bottom: 0.5rem;
    }
}

.contact-category-container .card-content-container,
.contact-category-container .card--contact {
    flex: 1;
}

@media (min-width: 768px) {
    .contact-category-container .card--contact {
        margin-bottom: 0.5rem;
    }
}

.mandatory-field {
    margin-top: 2rem;
}

    .mandatory-field::before {
        content: "* ";
    }

/* styles mainly used in detail page */
.desktop-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 0;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    background-color: #fffbe5;
    box-shadow: 0 0 0 100vmax #fffbe5;
}

@media (max-width: 767.98px) {
    .desktop-header {
        display: none;
    }
}

.desktop-header .figure-copyright {
    position: absolute;
    top: 1.25rem;
    right: 0.5rem;
    display: inline-block;
    max-width: 1.5em;
    padding: 0.1rem 0.325rem 0;
    overflow: hidden;
    font-size: 0.875rem;
    color: #4d4d4d;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fffbe5;
    transition: max-width 0.4s ease-in-out;
}

    .desktop-header .figure-copyright:hover {
        max-width: 100%;
    }

.icon-text-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

    .icon-text-list .icon {
        fill: #707070;
    }

.company-info-container {
    padding: 1rem;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    background-color: #fff;
    border-bottom: 1rem solid #fffbe5;
    box-shadow: 0 0 0 100vmax #fffbe5;
}

@media (max-width: 767.98px) {
    .company-info-container {
        border-top: 1rem solid #fffbe5;
    }
}

@media (min-width: 768px) {
    .company-info-container {
        padding: 2.5rem;
    }
}

.company-info-container .company-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

@media (max-width: 767.98px) {
    .company-info-container .company-header {
        flex-direction: column-reverse;
    }
}

.company-info-container .company-header .detail-heading {
    margin: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

.company-info-container .company-header p {
    margin-bottom: 0.5rem;
}

.company-info-container .company-header .company-logo {
    max-width: 12.5rem;
    max-height: 5rem;
}

@media (max-width: 767.98px) {
    .company-info-container .company-header .company-logo {
        max-width: 7.5rem;
        max-height: 3rem;
        margin-bottom: 1rem;
    }
}

.company-info-container .company-header .company-logo picture {
    display: flex;
    width: 12.5rem;
    height: 5rem;
}

@media (max-width: 767.98px) {
    .company-info-container .company-header .company-logo picture {
        max-width: 7.5rem;
        max-height: 3rem;
    }
}

.company-info-container .company-header .company-logo img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .company-info-container .company-header .company-logo img {
        margin-left: auto;
    }
}

@media (max-width: 767.98px) {
    .company-info-container .category-container {
        padding-top: 0;
    }
}

.company-info-container .contact-info {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    padding: 0.5rem 0 0 0.2rem;
}

    .company-info-container .contact-info .link {
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

.company-info-container .address-container {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .company-info-container .address-container {
        padding-bottom: 0;
    }
}

.company-info-container .address-container .address {
    display: flex;
    flex-direction: column;
}

.company-info-container .address-container .distance {
    font-size: 0.75rem;
}

.company-info-container .address-container.link {
    margin-top: 0.25rem;
}

.company-info-container .opening-hours {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

    .company-info-container .opening-hours th {
        vertical-align: baseline;
    }

    .company-info-container .opening-hours td {
        padding-left: 1rem;
        vertical-align: baseline;
    }

    .company-info-container .opening-hours tr {
        height: 1rem;
    }

    .company-info-container .opening-hours .open {
        color: #167441;
        background: #f6f6f6;
    }

.company-info-container .info-text {
    max-width: 22rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.company-info-container .social-media-bar {
    margin: 1rem 0;
}

.company-data-container {
    margin-top: 1rem;
}

.company-account-info a {
    margin-bottom: 0.5rem;
    color: #000;
    text-decoration: none;
}

.company-data-list-item {
    padding: 0.75rem 0;
    margin: 0;
    border-top: 1px solid #ddd;
}

    .company-data-list-item dt,
    .company-data-list-item dd {
        padding: 0;
        margin: 0;
    }

    .company-data-list-item dt {
        font-size: 0.875rem;
        font-weight: 400;
    }

    .company-data-list-item:last-child {
        border-bottom: 1px solid #ddd;
    }

.company-data-group {
    margin: 2rem 0;
}

.round-pix-container {
    padding-top: 0.5rem;
}

.round-pix-image {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(1.05);
}

    .round-pix-image:hover {
        transform: scale(1.1);
    }

.round-pix-link {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    text-decoration: none;
}

@media (min-width: 992px) {
    .contact-info-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: space-between;
    }

    .contact-info-item {
        flex-basis: calc(50% - 0.75rem);
        flex-grow: 0;
    }
}

.modal-select .category-list .link {
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem;
    border-bottom: 1px solid #ddd;
}

.modal-select .category-list .link-list {
    border-top: 1px solid #ddd;
}

.modal-select .modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-select .modal-title {
    margin: 0;
}

    .modal-select .modal-title .icon.icon-arrow-left-1 {
        margin-top: 0.35em;
    }

.modal-select .modal-header-general {
    padding-top: 1rem;
}

.modal-select .modal-sub-title {
    font-size: 1.25rem;
}

.modal-select .slide-element {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.modal-select .slide-container {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.modal-select .btn-select-all {
    background: none;
    border: none;
}

    .modal-select .btn-select-all:focus {
        outline: 1px solid #0875e2;
    }

    .modal-select .btn-select-all.active {
        font-weight: 700;
        color: #3d3f8c;
    }

        .modal-select .btn-select-all.active .icon {
            fill: #3d3f8c;
        }

.modal-select .form-group {
    margin: 1rem 0;
    overflow-y: auto;
}

.modal-multiple-results .search-result-article {
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.letter-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

    .letter-list .btn {
        padding: 0.5rem 1.5rem;
    }

        .letter-list .btn.active {
            background-color: #000;
        }

        .letter-list .btn.btn-secondary {
            border-color: #ddd;
        }

.header-light {
    padding: 1rem 0;
    margin-bottom: 2rem;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    background: #fffbe5;
    border-top: 1px solid #fffbe5;
    box-shadow: 0 0 0 100vmax #fffbe5;
}

.cookie-no-sm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../assets/img/no-cookies-blurred.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

    .cookie-no-sm .overlay {
        position: absolute;
        top: 10%;
        right: 5%;
        bottom: 10%;
        left: 5%;
    }

    .cookie-no-sm .no-cookie {
        max-width: 95%;
        height: 100%;
        padding: 1.5rem 1.5rem 0;
        margin: auto;
        overflow: auto;
        background-color: #fff;
    }

@media (min-width: 992px) {
    .cookie-no-sm .no-cookie {
        width: 46.875rem;
    }
}

@media (max-width: 767.98px) {
    .cookie-no-sm .no-cookie {
        padding: 1rem 1rem 0;
    }
}

.cookie-no-sm .no-cookie::-webkit-scrollbar {
    display: none;
}

.cookie-no-sm .no-cookie-buttons {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 0.5rem 0;
    background: #fff;
}

@media (min-width: 768px) {
    .cookie-no-sm .no-cookie-buttons {
        padding: 0.5rem 0 1.25rem;
    }
}

@media (min-width: 992px) {
    .cookie-no-sm .no-cookie-buttons {
        padding: 0.5rem 0 1.5rem;
    }
}

.cookie-no-sm .no-cookie-buttons .btn {
    display: block;
    width: 50%;
    margin: 1.5rem auto 0;
}

@media (max-width: 991.98px) {
    .cookie-no-sm .no-cookie-buttons .btn {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .cookie-no-sm .no-cookie-buttons .btn {
        width: 75%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .cookie-no-sm .no-cookie-buttons .btn {
        width: 100%;
        margin-top: 0.25rem;
    }
}

.cookie-no-sm .no-cookie-buttons .btn.set-all-cookies {
    display: none;
}

.image-slider {
    position: relative;
}

/* - styles mainly used in detail page */
/* media queries */
@media (min-width: 576px) {
    .mid-section-wrapper {
        position: relative;
        top: -1rem;
        flex-flow: row-reverse;
        justify-content: center;
        padding-top: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .mid-section .svg-wrapper {
        justify-content: end;
        padding-left: 1rem;
    }

    .mid-section .banner-text {
        margin-top: 4rem;
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .link-list-section .link-list li {
        flex-basis: calc(50% - 0.75rem);
        flex-grow: 0;
    }

        .link-list-section .link-list li:nth-child(2) {
            border-top: 1px solid #ddd;
        }
}

@media (max-width: 575.98px) {
    .desktop-only {
        display: none;
    }
}

/* individual components */
.alert {
    font-family: DIN-Web-Pro-Bold, sans-serif;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.alert-success {
    color: #167441;
    background-color: #e7f1eb;
    border: none;
}

.alert-danger {
    color: #fff;
    background-color: #bb0d3b;
    border-color: #bb0d3b;
}

.alert-top {
    margin-bottom: 0;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #bb0d3b;
}

.alert.fade {
    position: fixed;
    top: 2rem;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
}

    .alert.fade:not(.show) {
        display: none;
    }

.alert.full-width {
    width: 100%;
}

.accordion {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.accordion-button {
    font-size: unset;
    font-weight: 700;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #000;
    text-align: left;
    word-break: break-word;
    border-color: #ddd;
}

    .accordion-button:hover::before {
        border-color: #000;
    }

    .accordion-button:focus {
        border-color: #ddd;
        box-shadow: none;
    }

    .accordion-button:focus-visible::before {
        background-color: #0875e2;
    }

    .accordion-button:focus-visible::after {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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:not(.collapsed) {
        color: #000;
        background-color: #fff;
        border-bottom: none;
    }

    .accordion-button::before {
        position: absolute;
        right: 0;
        z-index: 1;
        width: 1.4rem;
        height: 1.4rem;
        pointer-events: none;
        content: "";
        border: 1px solid #ddd;
        border-radius: 50%;
        transition: 0.6s;
    }

    .accordion-button::after {
        position: relative;
        right: -15px;
        z-index: 2;
        width: 0.75rem;
        height: 0.75rem;
        background-size: 0.75rem;
    }

.accordion-body {
    line-height: 1.7;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom: none;
}

.accordion-flush .accordion-button, .accordion-flush .accordion-body {
    padding-left: 0;
}

.banner {
    display: flex;
    padding: 1rem;
    background-color: #fffbe5;
}

.banner-text {
    align-self: center;
    margin-left: 1.25rem;
}

.banner .icon {
    min-width: 2.5rem;
    min-height: 2.5rem;
}

.banner .icon-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.banner .link .icon {
    min-width: 1rem;
    min-height: 1rem;
}

.banner.banner-info .icon {
    min-width: 2rem;
    min-height: 2rem;
}

.banner.banner-search-result {
    padding-left: 1.5rem;
}

    .banner.banner-search-result .banner-text {
        margin-left: 2.5rem;
    }

    .banner.banner-search-result .icon-link-extern {
        margin-left: 0;
    }

.banner.banner-dropdown {
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}

.banner.banner-vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

    .banner.banner-vertical .banner-text {
        margin-left: unset;
        text-align: unset;
    }

.banner .heading {
    font-weight: 700;
    margin: 0;
}

.banner.banner-grey {
    background-color: #f6f6f6;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    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: #000;
    border: 1px solid #000;
    border-radius: 999rem;
}

    .btn.btn-secondary {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

        .btn.btn-secondary[aria-expanded=true] {
            color: #fff;
            background-color: #000;
        }

            .btn.btn-secondary[aria-expanded=true] .icon {
                stroke: #fff;
            }

    .btn:hover, .btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
        color: #000;
        background-color: #f6f6f6;
        border: 1px solid #ddd;
    }

    .btn:focus {
        outline: 1px solid #0875e2;
        outline-offset: 0.25rem;
        box-shadow: none;
    }

    .btn.disabled {
        color: #707070;
        background-color: #f6f6f6;
        border-color: #f6f6f6;
    }

    .btn[aria-expanded=true] {
        color: #fff;
        background-color: #000;
    }

        .btn[aria-expanded=true] .icon {
            stroke: #fff;
        }

    .btn.hover-white:hover, .btn.hover-white:focus {
        background-color: #fff;
        color: #000;
    }

    .btn.fixed-right {
        position: fixed;
        top: 50vh;
        right: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        height: 3rem;
        padding-right: 1.125rem;
        padding-left: 1.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .btn.fixed-right span {
            margin-left: 0.5rem;
            vertical-align: bottom;
        }

@media (max-width: 1199.98px) {
    .btn.fixed-right span {
        display: none;
    }
}

.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true])[aria-current=page],
.show &gt; .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:not(:disabled):not(.disabled):not([aria-disabled=true])[aria-current=page],
.show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.card {
    /* card--100-image */
    /* card--50-image */
    /* card--contact */
    /* card-content */
}

@media (min-width: 768px) {
    .card-flex-container article:nth-child(odd) {
        flex-direction: row-reverse;
    }
}

.card--100-image {
    position: relative;
    margin-bottom: 2rem;
    border: none;
}

    .card--100-image .card-body {
        background-color: #e4f0e1;
    }

    .card--100-image .card-title {
        margin-bottom: 1rem;
        font-weight: 700;
    }

@media (max-width: 767.98px) {
    .card--100-image .card-title {
        font-size: 1.125rem;
    }
}

.card--100-image p {
    font-size: 0.875rem;
}

.card--100-image .link {
    font-weight: 500;
}

    .card--100-image .link::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
    }

@media (min-width: 768px) {
    .card--100-image {
        margin-bottom: 8rem;
    }

        .card--100-image .card-body {
            position: absolute;
            bottom: -4rem;
            left: 50%;
            width: 80%;
            text-align: center;
            transform: translateX(-50%);
        }
}

.card--100-image .figure-image {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
}

.card--100-image .figure-image-container {
    position: relative;
}

.card--100-image .figure-copyright {
    color: #4d4d4d;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-block;
    max-width: 1.5em;
    padding: 0.1rem 0.325rem 0;
    overflow: hidden;
    font-size: 0.875rem;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e4f0e1;
    transition: max-width 0.4s ease-in-out;
}

    .card--100-image .figure-copyright:hover {
        max-width: 90%;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

@media (max-width: 767.98px) {
    .card--100-image .figure-copyright {
        top: unset;
        right: 0;
        bottom: 0.5rem;
        max-width: 90%;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.card--50-image {
    position: relative;
    margin-bottom: 2rem;
    border: none;
}

@media (min-width: 768px) {
    .card--50-image {
        flex-direction: row;
    }
}

.card--50-image .card-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.card--50-image .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #e4f0e1;
}

@media (min-width: 768px) {
    .card--50-image .card-body {
        width: 50%;
        padding: 2rem;
    }
}

.card--50-image p {
    font-size: 0.875rem;
}

.card--50-image .link {
    font-weight: 500;
}

    .card--50-image .link::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
    }

.card--50-image img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
}

.card--50-image figure {
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .card--50-image figure {
        width: 50%;
    }
}

.card--50-image .figure-copyright {
    color: #4d4d4d;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 999;
    display: inline-block;
    max-width: 1.5em;
    padding: 0.1rem 0.325rem 0;
    overflow: hidden;
    font-size: 0.875rem;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e4f0e1;
    transition: max-width 0.4s ease-in-out;
}

    .card--50-image .figure-copyright:hover {
        max-width: 90%;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

@media (max-width: 767.98px) {
    .card--50-image .figure-copyright {
        top: unset;
        right: 0;
        bottom: 0.5rem;
        max-width: 90%;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.card--contact {
    min-height: 25rem;
    background-color: #fffbe5;
    border: unset;
}

    .card--contact .card-footer {
        background: unset;
        border-top: unset;
    }

    .card--contact .card-flex-container .icon-phone-message {
        float: right;
        width: 5rem;
        height: 5rem;
        margin: 0 0 0.5rem 0.5rem;
    }

    .card--contact .contact-name {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-break: break-word;
    }

    .card--contact .contact-info {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

.card-content {
    position: relative;
    flex: 1 1;
    min-width: 18rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    scroll-snap-align: start;
}

.card-content-container {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0 1rem;
    overflow: hidden;
    overflow-x: auto;
    -webkit-scroll-snap-type: x proximity;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
}

    .card-content-container::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 768px) {
    .card-content-container {
        flex-direction: column;
    }

        .card-content-container.wrap {
            flex-direction: row;
            flex-wrap: wrap;
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .card-content-container.wrap .card-heading {
        -webkit-line-clamp: 2;
    }
}

.card-content-container.card-height-sm .card-body, .card-content-container.card-height-md .card-body, .card-content-container.card-height-lg .card-body, .card-content-container.card-height-xl .card-body {
    position: relative;
    max-height: 15rem;
    overflow: hidden;
}

    .card-content-container.card-height-sm .card-body::after, .card-content-container.card-height-md .card-body::after, .card-content-container.card-height-lg .card-body::after, .card-content-container.card-height-xl .card-body::after {
        position: absolute;
        right: 1.25rem;
        bottom: 0;
        left: 1.25rem;
        height: 1rem;
        content: "";
    }

@media (min-width: 768px) {
    .card-content-container.card-height-sm .card-body {
        max-height: 6rem;
    }

    .card-content-container.card-height-md .card-body {
        max-height: 9rem;
    }

    .card-content-container.card-height-lg .card-body {
        max-height: 12rem;
    }

    .card-content-container.card-height-xl .card-body {
        max-height: 15rem;
    }
}

.card-content .show-more {
    text-decoration: none;
}

    .card-content .show-more::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: "";
    }

    .card-content .show-more::after {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding-top: 5px;
        overflow: hidden;
        line-height: 0;
        color: inherit;
        content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='more'%3E%3Cpath id='Vector' d='M1.09375 10.0183C1.09375 10.5695 1.31269 11.098 1.70242 11.4878C2.09214 11.8775 2.62072 12.0964 3.17188 12.0964C3.72303 12.0964 4.25161 11.8775 4.64133 11.4878C5.03106 11.098 5.25 10.5695 5.25 10.0183C5.25 9.46716 5.03106 8.93858 4.64133 8.54885C4.25161 8.15913 3.72303 7.94019 3.17188 7.94019C2.62072 7.94019 2.09214 8.15913 1.70242 8.54885C1.31269 8.93858 1.09375 9.46716 1.09375 10.0183Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M14.75 10.0183C14.75 10.2912 14.8038 10.5614 14.9082 10.8136C15.0126 11.0657 15.1657 11.2948 15.3587 11.4878C15.5516 11.6807 15.7807 11.8338 16.0329 11.9382C16.285 12.0427 16.5552 12.0964 16.8281 12.0964C17.101 12.0964 17.3713 12.0427 17.6234 11.9382C17.8755 11.8338 18.1046 11.6807 18.2976 11.4878C18.4906 11.2948 18.6436 11.0657 18.7481 10.8136C18.8525 10.5614 18.9063 10.2912 18.9062 10.0183C18.9063 9.74541 18.8525 9.47518 18.7481 9.22305C18.6436 8.97092 18.4906 8.74183 18.2976 8.54885C18.1046 8.35588 17.8755 8.20281 17.6234 8.09837C17.3713 7.99394 17.101 7.94019 16.8281 7.94019C16.5552 7.94019 16.285 7.99394 16.0329 8.09837C15.7807 8.20281 15.5516 8.35588 15.3587 8.54885C15.1657 8.74183 15.0126 8.97092 14.9082 9.22305C14.8038 9.47518 14.75 9.74541 14.75 10.0183Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_3' d='M7.92188 10.0183C7.92187 10.2912 7.97563 10.5614 8.08006 10.8136C8.1845 11.0657 8.33757 11.2948 8.53054 11.4878C8.72352 11.6807 8.95261 11.8338 9.20474 11.9382C9.45687 12.0427 9.7271 12.0964 10 12.0964C10.2729 12.0964 10.5431 12.0427 10.7953 11.9382C11.0474 11.8338 11.2765 11.6807 11.4695 11.4878C11.6624 11.2948 11.8155 11.0657 11.9199 10.8136C12.0244 10.5614 12.0781 10.2912 12.0781 10.0183C12.0781 9.46716 11.8592 8.93858 11.4695 8.54885C11.0797 8.15913 10.5512 7.94019 10 7.94019C9.44885 7.94019 8.92027 8.15913 8.53054 8.54885C8.14082 8.93858 7.92188 9.46716 7.92188 10.0183Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
        border: 1px solid #ddd;
        border-radius: 50%;
        transition: 0.2s;
    }

.card-content .card-body &gt; * {
    margin-top: 0;
}

.card-content .card-body-container p {
    display: -webkit-box;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .card-content .card-body-container p {
        -webkit-line-clamp: 2;
    }
}

.card-content .card-heading {
    display: -webkit-box;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .card-content .card-heading {
        -webkit-line-clamp: 1;
    }
}

.card-content .card-footer {
    padding-top: 0.2rem;
    text-align: right;
    background: none;
    border-top: 0;
}

.card-content.has-link {
    transition: 0.2s;
}

    .card-content.has-link:hover, .card-content.has-link:focus {
        border-color: #ddd;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    }

        .card-content.has-link:hover .show-more::after, .card-content.has-link:focus .show-more::after {
            background-color: #f6f6f6;
        }

.card-content:not(.has-link) .card-footer {
    display: none;
}

.card-content.has-fade .card-body::after {
    position: absolute;
    bottom: 0;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(228, 240, 225, 0) 0%, white 100%);
}

.card-content.has-image .image {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 1rem 0;
}

@media (min-width: 768px) {
    .card-content.has-image .image {
        float: left;
    }
}

@media (min-width: 768px) {
    .card-content.has-fade.has-image .card-body::after {
        left: 6rem;
        content: "";
        background-image: linear-gradient(to bottom, rgba(228, 240, 225, 0) 0%, white 100%);
    }
}

.card-content.no-button .show-more {
    display: inline;
}

    .card-content.no-button .show-more::after {
        display: none;
    }

@media (max-width: 767.98px) {
    .card-content.no-button .card-body {
        max-height: 17rem;
    }
}

.carousel {
    container-type: inline-size;
    width: 100%;
    margin-bottom: 1rem;
}

.carousel-indicators {
    bottom: -0.5rem;
    width: calc(100% - 9.5rem);
    margin: 0 auto;
}

    .carousel-indicators li {
        flex-grow: 1;
        height: 2px;
        margin: 0;
        background-color: #000;
        border: 0;
        opacity: 0.1;
    }

.carousel-item {
    aspect-ratio: 16/9;
}

    .carousel-item .figure {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .carousel-item .figure-image {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .carousel-item .figure-copyright {
        padding: 0.5rem;
        font-size: 0.875rem;
        color: #fff;
        text-align: left;
        background-color: #000;
    }

.carousel-control {
    top: 50%;
    right: 1rem;
    z-index: 100;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.7;
    transition: 0.4s;
    transform: translateY(-50%);
}

    .carousel-control:focus-visible {
        outline: 1px solid #fff;
    }

    .carousel-control .icon {
        width: 60%;
        height: 60%;
        background: none;
    }

.carousel-control-prev {
    left: 1rem;
}

.carousel-control-prev-icon {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .carousel-control-next {
        right: 1rem;
    }
}

@media (min-width: 768px) {
    .carousel-control {
        opacity: 0.4;
    }

    .carousel:hover .carousel-control, .carousel:focus .carousel-control {
        opacity: 0.7;
    }

        .carousel:hover .carousel-control:hover, .carousel:hover .carousel-control:focus, .carousel:focus .carousel-control:hover, .carousel:focus .carousel-control:focus {
            opacity: 0.9;
        }

    .carousel:not(:hover) .carousel-control:focus {
        opacity: 0.4;
    }
}

@container (min-inline-size: 500px) {
    .carousel-control {
        width: 3rem;
        height: 3rem;
    }
}

.modal-gallery .modal-content {
    background-color: transparent;
    border-color: transparent;
}

.modal-gallery .modal-header {
    border-bottom-color: transparent;
}

.modal-gallery .close {
    opacity: 1;
}

    .modal-gallery .close .icon {
        fill: #fff;
        stroke: #fff;
    }

.modal-gallery iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-gallery .carousel .figure {
    height: inherit;
}

.modal-gallery .carousel .figure-image-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.modal-gallery .carousel .figure picture {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    min-height: 385px;
}

.modal-gallery .carousel-item {
    background: #000;
}

.modal-gallery .carousel-control {
    top: 14rem;
    width: 3rem;
    height: 3rem;
}

@media (max-width: 767.98px) {
    .modal-gallery .carousel-control {
        top: inherit;
        bottom: -3.85rem;
        transform: inherit;
    }

    .modal-gallery .carousel-control-prev {
        right: 5rem;
        left: unset;
    }
}

.modal-gallery .carousel-indicators {
    bottom: -2rem;
}

@media (max-width: 767.98px) {
    .modal-gallery .carousel-indicators {
        bottom: -2.5rem;
        margin-left: 0;
    }
}

.modal-gallery .carousel-indicators li {
    background-color: #fff;
}

.dd-input [data-dropdown],
.dd-input [data-reducer-empty] {
    display: none;
}

.dd-input [data-reducer-empty] {
    padding: 0.5rem 1rem;
}

.dd-input [data-toggle] {
    padding-right: 3.75rem;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

    .dd-input [data-toggle] + .clear-button {
        right: 2rem;
    }

.dd-input [data-input] {
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-input [data-button] {
    cursor: pointer;
}

    .dd-input [data-button]:hover {
        background: #f6f6f6;
    }

    .dd-input [data-button]:focus {
        background: #ddd;
    }

.dd-input [data-dropdown] {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0.25rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.dd-input [data-list] {
    max-height: 50vh;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    .dd-input [data-list] [data-id] {
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

        .dd-input [data-list] [data-id]:hover {
            background-color: #f6f6f6;
        }

        .dd-input [data-list] [data-id]:first-child {
            padding-top: 1rem;
        }

        .dd-input [data-list] [data-id]:last-child {
            padding-bottom: 1rem;
        }

    .dd-input [data-list] .is-multiple {
        padding-left: 2.75rem;
    }

        .dd-input [data-list] .is-multiple::before {
            display: inline-block;
            float: left;
            width: 1.25rem;
            height: 1.25rem;
            margin: 0 0 0 -1.75rem;
            content: "";
            border: 1px solid #000;
            border-radius: 0.25rem;
        }

    .dd-input [data-list] .is-selected::before {
        background-color: #000;
        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");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0.75em;
    }

    .dd-input [data-list] .is-preselected {
        background: #ddd;
    }

    .dd-input [data-list] strong {
        text-decoration: underline;
    }

.dd-label {
    position: relative;
    display: block;
}

.dd-label-container {
    position: relative;
}

.form-floating {
    position: relative;
}

    .form-floating &gt; .form-control,
    .form-floating &gt; .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem 0.75rem;
    }

    .form-floating &gt; label {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 5px);
        height: 100%;
        padding: 1.1rem 0.1rem 0.65rem 0.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: 1px solid transparent;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, width 0s;
        transform-origin: 0 0;
    }

    .form-floating &gt; .form-control {
        padding: 0.2rem 0.75rem;
    }

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

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

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

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

        .form-floating &gt; .form-control:-webkit-autofill {
            padding-top: 1.625rem;
            padding-bottom: 0.625rem;
        }

        .form-floating &gt; .form-control:not(.textarea) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .form-floating &gt; .form-control:focus ~ label,
        .form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
        .form-floating &gt; .form-select ~ label {
            opacity: 0.65;
            transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
        }

        .form-floating &gt; .form-control:-webkit-autofill ~ label {
            width: calc(133.33333% - 10px);
            opacity: 0.65;
            -webkit-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, width 0.2s;
            transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, width 0.2s;
            transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
        }

    .form-floating &gt; .form-control,
    .form-floating &gt; .form-select,
    .form-floating &gt; .form-select select,
    .form-floating .btn {
        height: calc(3.5rem + 2px);
    }

    .form-floating &gt; .form-select {
        padding: 0;
    }

    .form-floating &gt; .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 &gt; .overflow-auto + label {
        opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
    }

        .form-floating &gt; .overflow-auto + label::before {
            position: absolute;
            top: 8px;
            left: 0;
            z-index: -1;
            width: calc(100% - 20px);
            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-icon.social {
        opacity: 0.5;
    }

.input-group-prepend {
    padding: 0.7rem 0.5rem 0 0;
}

.input-group-append {
    padding: 0.7rem 0.4rem 0 1.1rem;
}

.textarea {
    min-height: 115px;
    max-height: 350px;
    overflow: hidden;
    resize: none;
}

    .textarea.max-length {
        padding-bottom: 1rem;
    }

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

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

.footer {
    padding: 1.25rem 0;
    color: #000;
    background-color: #f6f6f6;
    margin-top: 0;
}

    .footer .link-list-inline {
        text-align: right;
    }

footer {
    margin-top: auto;
}

.form-check {
    display: inline-flex;
    width: 100%;
    padding: 0;
    color: #4d4d4d;
}

    .form-check .form-check-input {
        flex-shrink: 0;
        width: 1.25rem;
        min-width: 0;
        height: 1.25rem;
        margin: 0;
        border-color: #000;
        border-radius: 0.25rem;
    }

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

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

.form-check-label, .form-check-input {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form-select select {
    height: inherit;
    padding: 0.75rem 4.5rem 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gallery-container {
    display: flex;
    gap: 1rem;
    -webkit-scroll-snap-type: x proximity;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
}

    .gallery-container::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 768px) {
    .gallery-container {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .gallery-container {
        overflow: hidden;
        overflow-x: auto;
    }
}

.gallery-item {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 18rem;
    aspect-ratio: 16/9;
    color: #000;
    text-decoration: none;
    scroll-snap-align: start;
}

.gallery-item-counter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.gallery-item .yt-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .gallery-item {
        flex: 1 1;
        max-width: calc(50% - 0.5rem);
    }
}

.gallery-item .figure {
    width: 100%;
    height: 100%;
}

.gallery-item .figure-image {
    max-height: 100%;
}

.gallery-item .image-modal:not(.yt-overlay) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.gallery-item picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.gallery-item .yt-iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .gallery-item .yt-iframe + .expand {
        top: 0.25rem;
        right: 0.25rem;
    }

.gallery-item .no-cookie-buttons {
    display: none;
}

.navbar-light {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}

@media (max-width: 991.98px) {
    .navbar-brand-logo {
        height: 1.75rem;
    }
}

.navbar-expand {
    position: relative;
    align-items: center;
    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 button .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.navbar .dropdown-menu {
    position: absolute;
    top: 3.85rem;
    padding: 1.5rem;
}

    .navbar .dropdown-menu:not(.show) {
        display: none;
    }

@media (min-width: 576px) {
    .navbar .dropdown-menu {
        left: unset;
        right: 1rem;
        min-width: 30rem;
        max-width: 23.5rem;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        top: 5.35rem;
    }
}

.navbar .dropdown-menu .grey-bg {
    display: none;
}

.navbar .menu-button {
    border-color: #fff;
}

.navbar .button-group {
    flex-shrink: 0;
    min-width: 0;
}

    .navbar .button-group &gt; .btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 0.5rem;
    }

        .navbar .button-group &gt; .btn .btn-title {
            position: relative;
            top: 1px;
            display: inline-block;
            margin: 0 3px 0 5px;
            overflow: hidden;
            white-space: nowrap;
        }

    .navbar .button-group .show .counter {
        color: #000;
        background: #fff;
    }

.navbar .signed-in {
    border-color: #fff;
}

.navbar .signed-in-name {
    max-width: 16ch;
    text-overflow: ellipsis;
}

.profile {
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.profile-name {
    margin: 0 0 0.5rem;
    font-size: 1.375rem;
}

.profile .name-wrapper {
    margin: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile .button-wrapper {
    flex-shrink: 0;
    margin: 1.5rem 0;
}

.profile .button-text {
    position: relative;
    top: 0.1rem;
    margin-left: 0.5rem;
}

.profile .form-select {
    margin: 1rem 0;
}

.profile .sign-out,
.profile .edit {
    display: block;
    margin: 1.5rem 0 1rem;
}

.profile .company-info {
    margin: 1rem 0 0;
}

    .profile .company-info h4 {
        margin: 0;
    }

.menu {
    padding: 1rem 1rem 2rem;
    background-color: #fff;
    border-top: none;
}

.menu-heading {
    font-size: 0.875rem;
    font-weight: 700;
    color: #718597;
}

.menu ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 2rem;
}

.menu .link-list li {
    background-color: #fff;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

    .menu .link-list li a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.5rem 0;
    }

        .menu .link-list li a:hover {
            background-color: transparent;
        }

    .menu .link-list li .icon {
        width: 0.75rem;
        height: 0.75rem;
        margin-right: 0.6rem;
        margin-left: auto;
    }

.icon.size-08 {
    width: 0.8rem;
    height: 0.8rem;
}

.icon.size-1 {
    width: 1rem;
    height: 1rem;
}

.icon.size-125 {
    width: 1.25rem;
    height: 1.25rem;
}

.icon.size-15 {
    width: 1.5rem;
    height: 1.5rem;
}

.icon.size-2 {
    width: 2rem;
    height: 2rem;
}

.icon .link-with-icon-left .icon.size-08, .icon .link-with-icon-right .icon.size-08 {
    width: 0.8rem;
    height: 0.8rem;
}

.icon .link-with-icon-left .icon.size-1, .icon .link-with-icon-right .icon.size-1 {
    width: 1rem;
    height: 1rem;
}

.icon .link-with-icon-left .icon.size-125, .icon .link-with-icon-right .icon.size-125 {
    width: 1.25rem;
    height: 1.25rem;
}

.icon .link-with-icon-left .icon.size-15, .icon .link-with-icon-right .icon.size-15 {
    width: 1.5rem;
    height: 1.5rem;
}

.icon .link-with-icon-left .icon.size-2, .icon .link-with-icon-right .icon.size-2 {
    width: 2rem;
    height: 2rem;
}

.link-with-icon-left .icon.size-08, .link-with-icon-right .icon.size-08 {
    width: 0.8rem;
    height: 0.8rem;
}

.link-with-icon-left .icon.size-1, .link-with-icon-right .icon.size-1 {
    width: 1rem;
    height: 1rem;
}

.link-with-icon-left .icon.size-125, .link-with-icon-right .icon.size-125 {
    width: 1.25rem;
    height: 1.25rem;
}

.link-with-icon-left .icon.size-15, .link-with-icon-right .icon.size-15 {
    width: 1.5rem;
    height: 1.5rem;
}

.link-with-icon-left .icon.size-2, .link-with-icon-right .icon.size-2 {
    width: 2rem;
    height: 2rem;
}

img {
    max-width: 100%;
}

.image-modal {
    position: relative;
}

.image-md {
    width: 422px;
}

.figure {
    margin-bottom: 0;
}

.figure-copyright {
    font-size: 0.75rem;
    color: #707070;
    text-align: right;
}

.form-control {
    padding: 1rem;
    font-size: 1rem;
    color: #4d4d4d;
    border-color: #949494;
    border-radius: 0.25rem;
}

    .form-control:focus {
        color: #4d4d4d;
        background-color: #fff;
        border-color: #949494;
        outline: 1px solid #0875e2;
        outline-offset: 2px;
        box-shadow: none;
    }

.form-group {
    position: relative;
    width: 100%;
}

    .form-group.multiselect .dropdown-toggle {
        color: #4d4d4d;
        cursor: pointer;
        background-color: #fff;
    }

        .form-group.multiselect .dropdown-toggle:-moz-read-only {
            padding-right: 2rem;
            text-overflow: ellipsis;
            border-color: #949494;
        }

        .form-group.multiselect .dropdown-toggle:read-only {
            padding-right: 2rem;
            text-overflow: ellipsis;
            border-color: #949494;
        }

        .form-group.multiselect .dropdown-toggle:-moz-read-only.is-invalid {
            border-color: #e20613;
        }

        .form-group.multiselect .dropdown-toggle:read-only.is-invalid {
            border-color: #e20613;
        }

    .form-group.multiselect .dropdown-menu {
        width: 100%;
        max-height: 50vh;
        border: 1px solid #d4d4d4;
        border-radius: 0.25rem;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    }

    .form-group.multiselect .form-check {
        margin-bottom: 0;
    }

    .form-group.multiselect .form-check-input {
        margin-right: 1rem;
    }

    .form-group.multiselect .dropdown-items .form-check-label {
        width: 100%;
        padding: 0.75rem 0 0.75rem 0.625rem;
        margin: 0;
    }

    .form-group.multiselect .dropdown-items:hover {
        background-color: #f6f6f6;
    }

    .form-group.multiselect .arrow-up {
        position: absolute;
        top: 1px;
        right: 1px;
        z-index: 10;
        padding: 0.95rem 1rem 0.95rem 0.7rem;
        pointer-events: none;
        transition: transform 0.3s ease;
    }

        .form-group.multiselect .arrow-up .icon {
            transition: transform 0.3s ease;
            transform: rotate(180deg);
        }

        .form-group.multiselect .arrow-up .rotate {
            transform: rotate(0deg);
        }

    .form-group.multiselect .modal-select-button {
        width: 100%;
        padding: 0.75rem 0 0.75rem 0.625rem;
        color: #4d4d4d;
        text-align: left;
        background: none;
        border: none;
        border-bottom: 1px solid #949494;
        border-radius: unset;
    }

        .form-group.multiselect .modal-select-button:hover {
            background-color: #f6f6f6;
        }

.checkbox-list {
    padding: 0;
    margin: 0;
}

.search-field {
    position: relative;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    top: 3.6rem;
    right: 0;
    left: 0;
    z-index: 99;
    font-size: 1rem;
    border: 1px solid #d4d4d4;
    border-radius: 0.25rem;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    }

        .autocomplete-items div:first-child {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
        }

        .autocomplete-items div:last-child {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

        .autocomplete-items div:hover {
            /* when hovering an item: */
            background-color: #f6f6f6;
        }

.autocomplete-active {
    /* when navigating through the items using the arrow keys: */
    background-color: #f6f6f6 !important;
}

.search-field {
    position: relative;
}

.clear-button {
    all: unset;
    position: absolute;
    top: 1px;
    right: 0.25rem;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
}

    .clear-button:focus {
        outline: 1px solid #0875e2;
    }

    .clear-button .icon {
        display: block;
    }

    .clear-button[disabled] {
        display: none;
    }

.is-invalid {
    border-color: #bb0d3b;
}

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

.invalid-feedback {
    color: #bb0d3b;
}

a {
    color: #3d3f8c;
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-position: from-font;
}

    a:hover, a:focus {
        color: #3d3f8c;
        text-decoration-thickness: 2px;
    }

        a:hover .icon, a:focus .icon {
            fill: currentcolor;
        }

    a.btn {
        text-decoration: none;
    }

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

.hover-only:not(:hover):not(:focus),
.hover-only a:not(:hover):not(:focus) {
    text-decoration: none;
}

.hover-only[href]:hover,
.hover-only[href]:focus,
.hover-only a:hover,
.hover-only a:focus {
    text-decoration-thickness: 1px;
}

.no-hover[href],
.no-hover[href]:hover,
.no-hover[href]:focus {
    text-decoration: none;
}

.link-with-icon-left .icon {
    margin-right: 0.4rem;
}

.link-with-icon-right .icon {
    margin-left: 0.4rem;
}

.link-with-icon-left[href],
.link-with-icon-right[href],
.list-group-item[href],
.footer a {
    color: inherit;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

    .link-with-icon-left[href]:hover, .link-with-icon-left[href]:focus,
    .link-with-icon-right[href]:hover,
    .link-with-icon-right[href]:focus,
    .list-group-item[href]:hover,
    .list-group-item[href]:focus,
    .footer a:hover,
    .footer a:focus {
        text-decoration: underline;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
    }

.link-with-icon-left .icon,
.link-with-icon-right .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.05em;
}

.link-with-icon-left.link:hover, .link-with-icon-left.link:focus,
.link-with-icon-right.link:hover,
.link-with-icon-right.link:focus {
    color: #3d3f8c;
    text-decoration: underline;
}

    .link-with-icon-left.link:hover .icon, .link-with-icon-left.link:focus .icon,
    .link-with-icon-right.link:hover .icon,
    .link-with-icon-right.link:focus .icon {
        fill: currentcolor;
    }

.link-with-icon-left .icon-arrow-left-1,
.link-with-icon-left .icon-arrow-right-1,
.link-with-icon-left .icon-cross,
.link-with-icon-left .icon-check-1, .link-with-icon-left.link .icon-arrow-left-1, .link-with-icon-left.link .icon-arrow-right-1, .link-with-icon-left.link .icon-cross, .link-with-icon-left.link .icon-check-1,
.link-with-icon-right .icon-arrow-left-1,
.link-with-icon-right .icon-arrow-right-1,
.link-with-icon-right .icon-cross,
.link-with-icon-right .icon-check-1,
.link-with-icon-right.link .icon-arrow-left-1,
.link-with-icon-right.link .icon-arrow-right-1,
.link-with-icon-right.link .icon-cross,
.link-with-icon-right.link .icon-check-1 {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.25em;
}

/* goto-top */
.link-to-top-global[href] {
    position: fixed;
    right: 1rem;
    bottom: 3rem;
    z-index: 100;
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
    border-radius: 999rem;
}

    .link-to-top-global[href] .icon {
        transition: transform 0.5s;
        transform: translate3d(0, 6px, 0);
    }

    .link-to-top-global[href]:hover, .link-to-top-global[href]:focus-visible {
        color: #fff;
    }

        .link-to-top-global[href]:hover .icon, .link-to-top-global[href]:focus-visible .icon {
            transform: translate3d(0, 2px, 0);
        }

.modal-lg {
    width: 800px;
    max-width: calc(100vw - 1rem);
}

.modal-header {
    padding: 1rem 0 0.5rem;
    margin-right: 3%;
    margin-left: 3%;
}

.modal-footer {
    flex-direction: row-reverse;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 1rem 3%;
    border-top: none;
}

.modal-body {
    padding-right: 3%;
    padding-left: 3%;
}

.modal-title {
    font-size: 1.44rem;
}

.modal-backdrop {
    background-color: #000;
}

    .modal-backdrop.show {
        opacity: 0.8;
    }

    .modal-backdrop.for-dropdown {
        top: 3.8rem;
        z-index: 999;
    }

@media (min-width: 992px) {
    .modal-backdrop.for-dropdown {
        top: 5.3rem;
    }
}

.modal .category-pill {
    text-overflow: unset;
    white-space: normal;
}

.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-blue {
    color: #1b4baf;
    background-color: #c4deff;
    border-color: #c4deff;
}

.category-pill-white {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
}

.category-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media print {
    * {
        color: #000 !important;
    }

    .navbar .button-group,
    .alert,
    .card img,
    .result-links,
    .invalid-feedback,
    .link-to-top-global,
    .fixed-right,
    .expand,
    .carousel-control,
    .search-show,
    .social-media-bar {
        display: none !important;
    }

    .search-container,
    .top-section,
    .card-body,
    .footer,
    .search-box,
    .search-result-section,
    .map-result-container,
    .banner,
    .header-banner,
    .card-footer {
        -webkit-clip-path: none !important;
        clip-path: none !important;
        background-color: #fff !important;
        box-shadow: none !important;
    }

    .navbar,
    .container {
        padding: 0;
    }

    main {
        margin-top: 1rem;
    }

    .navbar-brand-logo {
        width: 0;
    }

    .btn,
    .btn .btn-secondary {
        color: #000 !important;
        background-color: #fff !important;
        border: 1px solid #000;
    }

    .card,
    .search-result-article {
        border: 1px solid #ddd;
    }

    .card--100-image .card-body {
        position: static;
        left: 0;
        width: 100%;
        transform: unset;
    }

    .is-invalid .form-control {
        border-color: #ddd;
    }

    .top-section {
        border-top: none;
    }

    .search-result-article,
    .map,
    .card-content-container,
    .link-list-section,
    .card {
        -moz-column-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .map-result-container .search-result-article {
        margin: 0;
    }

    .collapse {
        display: block !important;
        height: auto !important;
    }

    .header-banner {
        border: none;
    }

    .faz.detail .gallery-container {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .faz.detail .gallery-item {
        flex: 1;
    }

    .faz.detail section {
        page-break-inside: avoid;
    }

    .faz.detail .gallery-item-counter {
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .faz.inserate-detail .social-media-container {
        all: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        list-style-type: none;
    }
}

.form-control-radio {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer;
}

    .form-control-radio input {
        cursor: pointer;
    }

.form-radio {
    margin-top: 0.75rem;
}

input[type=radio] {
    display: grid;
    place-content: center;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    font: inherit;
    color: currentcolor;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* For iOS &lt; 15 */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    transform: translateY(-0.075rem);
}

    input[type=radio]:checked {
        border-color: #000;
        border-width: 2px;
    }

    input[type=radio]::before {
        width: 0.65rem;
        height: 0.65rem;
        content: "";
        background-color: CanvasText;
        border-radius: 50%;
        box-shadow: inset 1rem 1rem #000;
        transition: 120ms transform ease-in-out;
        transform: scale(0);
    }

    input[type=radio]:checked::before {
        transform: scale(1);
    }

.search-box {
    padding-top: 1.5rem;
}

    .search-box.search-expand {
        padding: 0;
        margin-top: 2rem;
        background-color: #fff5bf;
    }

        .search-box.search-expand .input-group-bottom {
            padding-bottom: 1.5rem;
        }

            .search-box.search-expand .input-group-bottom::after {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 0.25rem;
                -webkit-clip-path: inset(0 -100vmax);
                clip-path: inset(0 -100vmax);
                content: "";
                background-color: #fff;
                box-shadow: 0 0 0 100vmax #fff;
            }

        .search-box.search-expand .search-container {
            padding: 0;
        }

    .search-box.search-detail .input-container {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .search-box.search-detail .form-group {
        flex-grow: 1;
        order: unset;
    }

@media (min-width: 768px) {
    .search-box.search-detail .form-group {
        flex-basis: calc(50% - 0.75rem);
        flex-grow: 0;
        width: calc(50% - 0.75rem);
    }
}

.search-box.search-detail .input-group-bottom {
    flex-wrap: nowrap;
}

    .search-box.search-detail .input-group-bottom .input-container {
        flex-grow: 1;
    }

.search-box.search-detail .detail-search {
    order: 1;
}

.search-box.search-detail .search-button {
    order: 2;
    margin-left: auto;
}

.search-box.search-detail .banner-link {
    margin: 0 0.75rem 0.75rem 0;
}

.search-box.search-lehre .static-input-section {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

    .search-box.search-lehre .static-input-section .form-group {
        order: unset;
        flex-grow: 1;
    }

@media (min-width: 768px) {
    .search-box.search-lehre .static-input-section .form-group {
        flex-basis: calc(50% - 0.75rem);
        flex-grow: 0;
        width: calc(50% - 0.75rem);
    }
}

.search-box.search-lehre .expandable-search {
    padding-top: 1rem;
}

    .search-box.search-lehre .expandable-search .form-group {
        margin-bottom: 1rem;
    }

.search-box.search-lehre .detail-search {
    order: unset;
}

.search-box.search-lehre .detail-counter.fixed {
    right: -1rem;
}

.search-box.search-lehre .search-button {
    margin: 0;
}

.search-box.search-lehre .input-group-bottom {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .search-box.search-lehre .search-button {
        margin: 0;
        margin-left: auto;
        margin-top: -1rem;
    }

    .search-box.search-lehre .input-group-bottom {
        margin-top: 0;
    }
}

.search-show .form-control {
    text-align: left;
}

.search-show-title {
    flex-grow: 1;
}

.search-container {
    width: 100%;
    min-height: 2rem;
    padding: 1.5rem 0;
    background-color: #fff5bf;
}

@media (min-width: 768px) {
    .search-container {
        padding: 2.5rem 0;
    }
}

.search-container .input-group-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.search-toggle .nav-tabs {
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    .search-toggle .nav-tabs {
        padding-left: 2.5rem;
        border-bottom-color: transparent;
    }
}

.search-toggle .nav-link {
    all: unset;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

    .search-toggle .nav-link.active {
        font-weight: 700;
        color: #000;
        background: transparent;
        border-bottom: 2px solid #000;
    }

    .search-toggle .nav-link:hover, .search-toggle .nav-link:focus {
        color: #000;
        background-color: transparent;
        border-bottom: 2px solid #000;
        box-shadow: none;
    }

.search-button {
    width: 100%;
    max-width: 13rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    margin-top: 2rem;
}

.filter-container {
    margin-top: 1rem;
    font-size: 0.875em;
}

.detail-search {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .top-section {
        background-color: #fffbe5;
    }

    .search-container {
        padding: 2.5rem;
        background-color: #fff5bf;
    }

        .search-container .input-group-bottom {
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

        .search-container .type2a {
            flex: 1;
            order: 1;
        }

        .search-container .detail-search {
            order: 3;
            width: 100%;
            margin-top: 1rem;
        }

        .search-container .search-button {
            order: 2;
            margin-top: 0;
            margin-left: 1rem;
        }
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

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

/*# sourceMappingURL=main.css.map */

.link-list a.active {
    font-weight: bold;
}

/* Map */
#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-zoom-in {
    background-image: url("../../assets/icons/zoom-plus.svg")
}

#themap .ol-zoom-out {
    background-image: url("../../assets/icons/zoom-minus.svg")
}*/

#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 .ol-attribution {
    right: 0;
    bottom: 0;
    padding: 5px;
    color: #000;
    font-size: 11px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

    #themap .ol-attribution a {
        text-decoration: none;
        color: #000 !important;
    }
 */

/* Zusatz */
div.navbar-brand a.individual_fiw img {
    visibility: hidden;
}

div.navbar-brand a.individual_fiw {
    background: url('../img/logo_fiw.png') no-repeat;
    background-size: contain;
}
</pre></body></html>