@charset "UTF-8";
/* Link Icons */
/* Social Links */
/* Additional Infos */
/* Access */
/* Background illustration */
/* Businessplan */
/* Evaluation */
/* example use
:after {
  @include icn-init(10px, 11px, 1px, 0);
  background-image: icn-nav-down($svg-darkgray);
}
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bpw-cd-red: #e40522;
  --bpw-cd-blue: #143672;
  --bpw-black: #000;
  --bpw-white: #fff;
  --bpw-gray: #666;
  --bpw-gray-dark: #333;
  --bpw-gray-100: #f7f7f7;
  --bpw-gray-150: #f2f7f8;
  --bpw-gray-200: #ececec;
  --bpw-gray-250: #e0e4e7;
  --bpw-gray-300: #ccc;
  --bpw-gray-350: #aaa;
  --bpw-gray-400: #666;
  --bpw-gray-600: #484848;
  --bpw-gray-900: #333;
  --bpw-gray-950: #222;
  --bpw-primary: #e40522;
  --bpw-secondary: #143672;
  --bpw-success: #198754;
  --bpw-info: #0dcaf0;
  --bpw-warning: #ffc107;
  --bpw-danger: #dc3545;
  --bpw-light: #aaa;
  --bpw-dark: #333;
  --bpw-primary-rgb: 228, 5, 34;
  --bpw-secondary-rgb: 20, 54, 114;
  --bpw-success-rgb: 25, 135, 84;
  --bpw-info-rgb: 13, 202, 240;
  --bpw-warning-rgb: 255, 193, 7;
  --bpw-danger-rgb: 220, 53, 69;
  --bpw-light-rgb: 170, 170, 170;
  --bpw-dark-rgb: 51, 51, 51;
  --bpw-white-rgb: 255, 255, 255;
  --bpw-black-rgb: 0, 0, 0;
  --bpw-body-color-rgb: 51, 51, 51;
  --bpw-body-bg-rgb: 255, 255, 255;
  --bpw-font-sans-serif: Open Sans, Arial, sans-serif, system-ui, -apple-system;
  --bpw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bpw-gradient: linear-gradient(316deg, #143672 0%, #e40522 100%);
  --bpw-body-font-family: Open Sans, Arial, sans-serif, system-ui, -apple-system;
  --bpw-body-font-size: 1.125rem;
  --bpw-body-font-weight: 400;
  --bpw-body-line-height: 1.5;
  --bpw-body-color: #333;
  --bpw-body-bg: #fff;
  --bpw-border-width: 1px;
  --bpw-border-style: solid;
  --bpw-border-color: #ccc;
  --bpw-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bpw-border-radius: 0.625rem;
  --bpw-border-radius-sm: 0.25rem;
  --bpw-border-radius-lg: 0.5rem;
  --bpw-border-radius-xl: 1rem;
  --bpw-border-radius-2xl: 2rem;
  --bpw-border-radius-pill: 50rem;
  --bpw-link-color: #e40522;
  --bpw-link-hover-color: #222;
  --bpw-code-color: #d63384;
  --bpw-highlight-bg: rgb(100%, 95.137254902%, 80.5490196078%);
}

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

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

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

hr {
  margin: 1rem 0;
  color: #ccc;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #143672;
}

h1, .h1 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.6875rem;
  }
}

h4, .h4 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.6875rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bpw-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bpw-link-hover-color);
}

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

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

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

code {
  font-size: 0.9em;
  color: var(--bpw-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.40625rem;
  }
}
.lead {
  font-weight: 300;
}

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

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

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

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

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

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

.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.9em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.9em;
  color: #484848;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bpw-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bpw-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bpw-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bpw-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bpw-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bpw-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bpw-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bpw-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bpw-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bpw-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bpw-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bpw-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bpw-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bpw-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bpw-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bpw-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bpw-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bpw-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bpw-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bpw-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bpw-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bpw-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bpw-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bpw-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bpw-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bpw-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bpw-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bpw-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bpw-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bpw-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bpw-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bpw-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bpw-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bpw-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bpw-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bpw-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bpw-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bpw-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bpw-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bpw-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bpw-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bpw-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bpw-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bpw-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bpw-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bpw-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bpw-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bpw-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bpw-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bpw-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bpw-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bpw-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bpw-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bpw-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bpw-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bpw-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bpw-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bpw-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bpw-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bpw-gutter-y: 3rem;
  }
}
.table {
  --bpw-table-color: var(--bpw-body-color);
  --bpw-table-bg: transparent;
  --bpw-table-border-color: var(--bpw-border-color);
  --bpw-table-accent-bg: transparent;
  --bpw-table-striped-color: var(--bpw-body-color);
  --bpw-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bpw-table-active-color: var(--bpw-body-color);
  --bpw-table-active-bg: rgba(0, 0, 0, 0.1);
  --bpw-table-hover-color: var(--bpw-body-color);
  --bpw-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bpw-table-color);
  vertical-align: top;
  border-color: var(--bpw-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bpw-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bpw-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bpw-table-accent-bg: var(--bpw-table-striped-bg);
  color: var(--bpw-table-striped-color);
}

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

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

.table-primary {
  --bpw-table-color: #000;
  --bpw-table-bg: rgb(97.8823529412%, 80.3921568627%, 82.6666666667%);
  --bpw-table-border-color: rgb(88.0941176471%, 72.3529411765%, 74.4%);
  --bpw-table-striped-bg: rgb(92.9882352941%, 76.3725490196%, 78.5333333333%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: rgb(88.0941176471%, 72.3529411765%, 74.4%);
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(90.5411764706%, 74.362745098%, 76.4666666667%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-secondary {
  --bpw-table-color: #000;
  --bpw-table-bg: rgb(81.568627451%, 84.2352941176%, 88.9411764706%);
  --bpw-table-border-color: rgb(73.4117647059%, 75.8117647059%, 80.0470588235%);
  --bpw-table-striped-bg: rgb(77.4901960784%, 80.0235294118%, 84.4941176471%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: rgb(73.4117647059%, 75.8117647059%, 80.0470588235%);
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(75.4509803922%, 77.9176470588%, 82.2705882353%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-success {
  --bpw-table-color: #000;
  --bpw-table-bg: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
  --bpw-table-border-color: rgb(73.7647058824%, 81.5294117647%, 77.9294117647%);
  --bpw-table-striped-bg: rgb(77.862745098%, 86.0588235294%, 82.2588235294%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: rgb(73.7647058824%, 81.5294117647%, 77.9294117647%);
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(75.8137254902%, 83.7941176471%, 80.0941176471%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-info {
  --bpw-table-color: #000;
  --bpw-table-bg: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
  --bpw-table-border-color: rgb(72.9176470588%, 86.2588235294%, 88.9411764706%);
  --bpw-table-striped-bg: rgb(76.968627451%, 91.0509803922%, 93.8823529412%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: rgb(72.9176470588%, 86.2588235294%, 88.9411764706%);
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(74.9431372549%, 88.6549019608%, 91.4117647059%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-warning {
  --bpw-table-color: #000;
  --bpw-table-bg: rgb(100%, 95.137254902%, 80.5490196078%);
  --bpw-table-border-color: rgb(90%, 85.6235294118%, 72.4941176471%);
  --bpw-table-striped-bg: rgb(95%, 90.3803921569%, 76.5215686275%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: rgb(90%, 85.6235294118%, 72.4941176471%);
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(92.5%, 88.0019607843%, 74.5078431373%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-danger {
  --bpw-table-color: #000;
  --bpw-table-bg: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  --bpw-table-border-color: rgb(87.5294117647%, 75.7411764706%, 76.8705882353%);
  --bpw-table-striped-bg: rgb(92.3921568627%, 79.9490196078%, 81.1411764706%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: rgb(87.5294117647%, 75.7411764706%, 76.8705882353%);
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(89.9607843137%, 77.8450980392%, 79.0058823529%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-light {
  --bpw-table-color: #000;
  --bpw-table-bg: #aaa;
  --bpw-table-border-color: #999999;
  --bpw-table-striped-bg: rgb(63.3333333333%, 63.3333333333%, 63.3333333333%);
  --bpw-table-striped-color: #000;
  --bpw-table-active-bg: #999999;
  --bpw-table-active-color: #000;
  --bpw-table-hover-bg: rgb(61.6666666667%, 61.6666666667%, 61.6666666667%);
  --bpw-table-hover-color: #000;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

.table-dark {
  --bpw-table-color: #fff;
  --bpw-table-bg: #333;
  --bpw-table-border-color: rgb(28%, 28%, 28%);
  --bpw-table-striped-bg: rgb(24%, 24%, 24%);
  --bpw-table-striped-color: #fff;
  --bpw-table-active-bg: rgb(28%, 28%, 28%);
  --bpw-table-active-color: #fff;
  --bpw-table-hover-bg: rgb(26%, 26%, 26%);
  --bpw-table-hover-color: #fff;
  color: var(--bpw-table-color);
  border-color: var(--bpw-table-border-color);
}

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

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

.col-form-label {
  padding-top: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 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: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.40625rem;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.8125rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #aaa;
  appearance: none;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: rgb(94.7058823529%, 50.9803921569%, 56.6666666667%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:disabled {
  background-color: #ececec;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.8125rem 1rem;
  margin: -0.8125rem -1rem;
  margin-inline-end: 1rem;
  color: #333;
  background-color: #ececec;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(87.9215686275%, 87.9215686275%, 87.9215686275%);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8125rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 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 + 1.2rem + 2px);
  padding: 0.6rem 1.5rem;
  font-size: 0.984375rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.6rem 1.5rem;
  margin: -0.6rem -1.5rem;
  margin-inline-end: 1.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.40625rem;
  }
}
.form-control-lg {
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 50rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 50rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 1.2rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.8125rem 3rem 0.8125rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 20px 16px;
  border: 1px solid #aaa;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: rgb(94.7058823529%, 50.9803921569%, 56.6666666667%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #ececec;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

.form-select-sm {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.5rem;
  font-size: 0.984375rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.40625rem;
  }
}
.form-select-lg {
  border-radius: 0.5rem;
}

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

.form-check-reverse {
  padding-right: 2em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2em;
  margin-left: 0;
}

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

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%2894.7058823529%, 50.9803921569%, 56.6666666667%%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e40522;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(96.8235294118%, 70.5882352941%, 74%);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e40522;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(96.8235294118%, 70.5882352941%, 74%);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.8125rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: #ececec;
  border: 1px solid #aaa;
  border-radius: 50rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.40625rem;
  }
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.984375rem;
  border-radius: 0.25rem;
}

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

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

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

.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.984375rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.625rem;
}

.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: #198754;
  padding-right: calc(1.5em + 1.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.40625rem) center;
  background-size: calc(0.75em + 0.8125rem) calc(0.75em + 0.8125rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  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='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 20px 16px, calc(0.75em + 0.8125rem) calc(0.75em + 0.8125rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.625rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

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

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

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

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.625rem));
}

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bpw-btn-padding-x: 2.5rem;
  --bpw-btn-padding-y: 0.8125rem;
  --bpw-btn-font-family: ;
  --bpw-btn-font-size: 1.125rem;
  --bpw-btn-font-weight: 700;
  --bpw-btn-line-height: 1.5;
  --bpw-btn-color: #333;
  --bpw-btn-bg: transparent;
  --bpw-btn-border-width: 1px;
  --bpw-btn-border-color: transparent;
  --bpw-btn-border-radius: 50rem;
  --bpw-btn-hover-border-color: transparent;
  --bpw-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bpw-btn-disabled-opacity: 0.65;
  --bpw-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bpw-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bpw-btn-padding-y) var(--bpw-btn-padding-x);
  font-family: var(--bpw-btn-font-family);
  font-size: var(--bpw-btn-font-size);
  font-weight: var(--bpw-btn-font-weight);
  line-height: var(--bpw-btn-line-height);
  color: var(--bpw-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bpw-btn-border-width) solid var(--bpw-btn-border-color);
  border-radius: var(--bpw-btn-border-radius);
  background-color: var(--bpw-btn-bg);
  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: var(--bpw-btn-hover-color);
  background-color: var(--bpw-btn-hover-bg);
  border-color: var(--bpw-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bpw-btn-color);
  background-color: var(--bpw-btn-bg);
  border-color: var(--bpw-btn-border-color);
}
.btn:focus-visible {
  color: var(--bpw-btn-hover-color);
  background-color: var(--bpw-btn-hover-bg);
  border-color: var(--bpw-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bpw-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bpw-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bpw-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bpw-btn-active-color);
  background-color: var(--bpw-btn-active-bg);
  border-color: var(--bpw-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bpw-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bpw-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bpw-btn-disabled-bg);
  border-color: var(--bpw-btn-disabled-border-color);
  opacity: var(--bpw-btn-disabled-opacity);
}

.btn-primary {
  --bpw-btn-color: #fff;
  --bpw-btn-bg: #e40522;
  --bpw-btn-border-color: #e40522;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: rgb(76%, 1.6666666667%, 11.3333333333%);
  --bpw-btn-hover-border-color: rgb(71.5294117647%, 1.568627451%, 10.6666666667%);
  --bpw-btn-focus-shadow-rgb: 232, 43, 67;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: rgb(71.5294117647%, 1.568627451%, 10.6666666667%);
  --bpw-btn-active-border-color: rgb(67.0588235294%, 1.4705882353%, 10%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #fff;
  --bpw-btn-disabled-bg: #e40522;
  --bpw-btn-disabled-border-color: #e40522;
}

.btn-secondary {
  --bpw-btn-color: #fff;
  --bpw-btn-bg: #143672;
  --bpw-btn-border-color: #143672;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: rgb(6.6666666667%, 18%, 38%);
  --bpw-btn-hover-border-color: rgb(6.2745098039%, 16.9411764706%, 35.7647058824%);
  --bpw-btn-focus-shadow-rgb: 55, 84, 135;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: rgb(6.2745098039%, 16.9411764706%, 35.7647058824%);
  --bpw-btn-active-border-color: rgb(5.8823529412%, 15.8823529412%, 33.5294117647%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #fff;
  --bpw-btn-disabled-bg: #143672;
  --bpw-btn-disabled-border-color: #143672;
}

.btn-success {
  --bpw-btn-color: #fff;
  --bpw-btn-bg: #198754;
  --bpw-btn-border-color: #198754;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: rgb(8.3333333333%, 45%, 28%);
  --bpw-btn-hover-border-color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
  --bpw-btn-focus-shadow-rgb: 60, 153, 110;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
  --bpw-btn-active-border-color: rgb(7.3529411765%, 39.7058823529%, 24.7058823529%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #fff;
  --bpw-btn-disabled-bg: #198754;
  --bpw-btn-disabled-border-color: #198754;
}

.btn-info {
  --bpw-btn-color: #000;
  --bpw-btn-bg: #0dcaf0;
  --bpw-btn-border-color: #0dcaf0;
  --bpw-btn-hover-color: #000;
  --bpw-btn-hover-bg: rgb(19.3333333333%, 82.3333333333%, 95%);
  --bpw-btn-hover-border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
  --bpw-btn-focus-shadow-rgb: 11, 172, 204;
  --bpw-btn-active-color: #000;
  --bpw-btn-active-bg: rgb(24.0784313725%, 83.3725490196%, 95.2941176471%);
  --bpw-btn-active-border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #000;
  --bpw-btn-disabled-bg: #0dcaf0;
  --bpw-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bpw-btn-color: #000;
  --bpw-btn-bg: #ffc107;
  --bpw-btn-border-color: #ffc107;
  --bpw-btn-hover-color: #000;
  --bpw-btn-hover-bg: rgb(100%, 79.3333333333%, 17.3333333333%);
  --bpw-btn-hover-border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
  --bpw-btn-focus-shadow-rgb: 217, 164, 6;
  --bpw-btn-active-color: #000;
  --bpw-btn-active-bg: rgb(100%, 80.5490196078%, 22.1960784314%);
  --bpw-btn-active-border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #000;
  --bpw-btn-disabled-bg: #ffc107;
  --bpw-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bpw-btn-color: #fff;
  --bpw-btn-bg: #dc3545;
  --bpw-btn-border-color: #dc3545;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: rgb(73.3333333333%, 17.6666666667%, 23%);
  --bpw-btn-hover-border-color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
  --bpw-btn-focus-shadow-rgb: 225, 83, 97;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
  --bpw-btn-active-border-color: rgb(64.7058823529%, 15.5882352941%, 20.2941176471%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #fff;
  --bpw-btn-disabled-bg: #dc3545;
  --bpw-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bpw-btn-color: #000;
  --bpw-btn-bg: #aaa;
  --bpw-btn-border-color: #aaa;
  --bpw-btn-hover-color: #000;
  --bpw-btn-hover-bg: rgb(56.6666666667%, 56.6666666667%, 56.6666666667%);
  --bpw-btn-hover-border-color: #888888;
  --bpw-btn-focus-shadow-rgb: 145, 145, 145;
  --bpw-btn-active-color: #000;
  --bpw-btn-active-bg: #888888;
  --bpw-btn-active-border-color: rgb(50%, 50%, 50%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #000;
  --bpw-btn-disabled-bg: #aaa;
  --bpw-btn-disabled-border-color: #aaa;
}

.btn-dark {
  --bpw-btn-color: #fff;
  --bpw-btn-bg: #333;
  --bpw-btn-border-color: #333;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: rgb(32%, 32%, 32%);
  --bpw-btn-hover-border-color: rgb(28%, 28%, 28%);
  --bpw-btn-focus-shadow-rgb: 82, 82, 82;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: rgb(36%, 36%, 36%);
  --bpw-btn-active-border-color: rgb(28%, 28%, 28%);
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #fff;
  --bpw-btn-disabled-bg: #333;
  --bpw-btn-disabled-border-color: #333;
}

.btn-outline-primary {
  --bpw-btn-color: #e40522;
  --bpw-btn-border-color: #e40522;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: #e40522;
  --bpw-btn-hover-border-color: #e40522;
  --bpw-btn-focus-shadow-rgb: 228, 5, 34;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: #e40522;
  --bpw-btn-active-border-color: #e40522;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #e40522;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #e40522;
  --bpw-gradient: none;
}

.btn-outline-secondary {
  --bpw-btn-color: #143672;
  --bpw-btn-border-color: #143672;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: #143672;
  --bpw-btn-hover-border-color: #143672;
  --bpw-btn-focus-shadow-rgb: 20, 54, 114;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: #143672;
  --bpw-btn-active-border-color: #143672;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #143672;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #143672;
  --bpw-gradient: none;
}

.btn-outline-success {
  --bpw-btn-color: #198754;
  --bpw-btn-border-color: #198754;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: #198754;
  --bpw-btn-hover-border-color: #198754;
  --bpw-btn-focus-shadow-rgb: 25, 135, 84;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: #198754;
  --bpw-btn-active-border-color: #198754;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #198754;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #198754;
  --bpw-gradient: none;
}

.btn-outline-info {
  --bpw-btn-color: #0dcaf0;
  --bpw-btn-border-color: #0dcaf0;
  --bpw-btn-hover-color: #000;
  --bpw-btn-hover-bg: #0dcaf0;
  --bpw-btn-hover-border-color: #0dcaf0;
  --bpw-btn-focus-shadow-rgb: 13, 202, 240;
  --bpw-btn-active-color: #000;
  --bpw-btn-active-bg: #0dcaf0;
  --bpw-btn-active-border-color: #0dcaf0;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #0dcaf0;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #0dcaf0;
  --bpw-gradient: none;
}

.btn-outline-warning {
  --bpw-btn-color: #ffc107;
  --bpw-btn-border-color: #ffc107;
  --bpw-btn-hover-color: #000;
  --bpw-btn-hover-bg: #ffc107;
  --bpw-btn-hover-border-color: #ffc107;
  --bpw-btn-focus-shadow-rgb: 255, 193, 7;
  --bpw-btn-active-color: #000;
  --bpw-btn-active-bg: #ffc107;
  --bpw-btn-active-border-color: #ffc107;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #ffc107;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #ffc107;
  --bpw-gradient: none;
}

.btn-outline-danger {
  --bpw-btn-color: #dc3545;
  --bpw-btn-border-color: #dc3545;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: #dc3545;
  --bpw-btn-hover-border-color: #dc3545;
  --bpw-btn-focus-shadow-rgb: 220, 53, 69;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: #dc3545;
  --bpw-btn-active-border-color: #dc3545;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #dc3545;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #dc3545;
  --bpw-gradient: none;
}

.btn-outline-light {
  --bpw-btn-color: #aaa;
  --bpw-btn-border-color: #aaa;
  --bpw-btn-hover-color: #000;
  --bpw-btn-hover-bg: #aaa;
  --bpw-btn-hover-border-color: #aaa;
  --bpw-btn-focus-shadow-rgb: 170, 170, 170;
  --bpw-btn-active-color: #000;
  --bpw-btn-active-bg: #aaa;
  --bpw-btn-active-border-color: #aaa;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #aaa;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #aaa;
  --bpw-gradient: none;
}

.btn-outline-dark {
  --bpw-btn-color: #333;
  --bpw-btn-border-color: #333;
  --bpw-btn-hover-color: #fff;
  --bpw-btn-hover-bg: #333;
  --bpw-btn-hover-border-color: #333;
  --bpw-btn-focus-shadow-rgb: 51, 51, 51;
  --bpw-btn-active-color: #fff;
  --bpw-btn-active-bg: #333;
  --bpw-btn-active-border-color: #333;
  --bpw-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bpw-btn-disabled-color: #333;
  --bpw-btn-disabled-bg: transparent;
  --bpw-btn-disabled-border-color: #333;
  --bpw-gradient: none;
}

.btn-link {
  --bpw-btn-font-weight: 400;
  --bpw-btn-color: var(--bpw-link-color);
  --bpw-btn-bg: transparent;
  --bpw-btn-border-color: transparent;
  --bpw-btn-hover-color: var(--bpw-link-hover-color);
  --bpw-btn-hover-border-color: transparent;
  --bpw-btn-active-color: var(--bpw-link-hover-color);
  --bpw-btn-active-border-color: transparent;
  --bpw-btn-disabled-color: #f2f7f8;
  --bpw-btn-disabled-border-color: transparent;
  --bpw-btn-box-shadow: none;
  --bpw-btn-focus-shadow-rgb: 232, 43, 67;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bpw-btn-color);
}
.btn-link:hover {
  color: var(--bpw-btn-hover-color);
}

.btn-lg {
  --bpw-btn-padding-y: 0.5rem;
  --bpw-btn-padding-x: 1rem;
  --bpw-btn-font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .btn-lg {
    --bpw-btn-font-size: 1.40625rem;
  }
}
.btn-lg {
  --bpw-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bpw-btn-padding-y: 0.6rem;
  --bpw-btn-padding-x: 1.5rem;
  --bpw-btn-font-size: 0.984375rem;
  --bpw-btn-border-radius: 50rem;
}

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

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

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

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

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

.dropdown-menu {
  --bpw-dropdown-zindex: 1000;
  --bpw-dropdown-min-width: 10rem;
  --bpw-dropdown-padding-x: 0;
  --bpw-dropdown-padding-y: 0.5rem;
  --bpw-dropdown-spacer: 0.125rem;
  --bpw-dropdown-font-size: 1.125rem;
  --bpw-dropdown-color: #333;
  --bpw-dropdown-bg: #fff;
  --bpw-dropdown-border-color: var(--bpw-border-color-translucent);
  --bpw-dropdown-border-radius: 0.625rem;
  --bpw-dropdown-border-width: 1px;
  --bpw-dropdown-inner-border-radius: calc(0.625rem - 1px);
  --bpw-dropdown-divider-bg: var(--bpw-border-color-translucent);
  --bpw-dropdown-divider-margin-y: 0.5rem;
  --bpw-dropdown-box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
  --bpw-dropdown-link-color: #333;
  --bpw-dropdown-link-hover-color: #e40522;
  --bpw-dropdown-link-hover-bg: #ececec;
  --bpw-dropdown-link-active-color: #e40522;
  --bpw-dropdown-link-active-bg: #ececec;
  --bpw-dropdown-link-disabled-color: #adb5bd;
  --bpw-dropdown-item-padding-x: 1rem;
  --bpw-dropdown-item-padding-y: 0.25rem;
  --bpw-dropdown-header-color: #484848;
  --bpw-dropdown-header-padding-x: 1rem;
  --bpw-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bpw-dropdown-zindex);
  display: none;
  min-width: var(--bpw-dropdown-min-width);
  padding: var(--bpw-dropdown-padding-y) var(--bpw-dropdown-padding-x);
  margin: 0;
  font-size: var(--bpw-dropdown-font-size);
  color: var(--bpw-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bpw-dropdown-bg);
  background-clip: padding-box;
  border: var(--bpw-dropdown-border-width) solid var(--bpw-dropdown-border-color);
  border-radius: var(--bpw-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bpw-dropdown-spacer);
}

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bpw-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bpw-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bpw-dropdown-item-padding-y) var(--bpw-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bpw-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bpw-dropdown-link-hover-color);
  background-color: var(--bpw-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bpw-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bpw-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bpw-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bpw-dropdown-header-padding-y) var(--bpw-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: var(--bpw-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bpw-dropdown-item-padding-y) var(--bpw-dropdown-item-padding-x);
  color: var(--bpw-dropdown-link-color);
}

.dropdown-menu-dark {
  --bpw-dropdown-color: #ccc;
  --bpw-dropdown-bg: #343a40;
  --bpw-dropdown-border-color: var(--bpw-border-color-translucent);
  --bpw-dropdown-box-shadow: ;
  --bpw-dropdown-link-color: #ccc;
  --bpw-dropdown-link-hover-color: #fff;
  --bpw-dropdown-divider-bg: var(--bpw-border-color-translucent);
  --bpw-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bpw-dropdown-link-active-color: #e40522;
  --bpw-dropdown-link-active-bg: #ececec;
  --bpw-dropdown-link-disabled-color: #adb5bd;
  --bpw-dropdown-header-color: #adb5bd;
}

.nav {
  --bpw-nav-link-padding-x: 1rem;
  --bpw-nav-link-padding-y: 0.75rem;
  --bpw-nav-link-font-size: 1.063rem;
  --bpw-nav-link-font-weight: ;
  --bpw-nav-link-color: #333;
  --bpw-nav-link-hover-color: var(--bpw-link-color);
  --bpw-nav-link-disabled-color: #484848;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bpw-nav-link-padding-y) var(--bpw-nav-link-padding-x);
  font-size: var(--bpw-nav-link-font-size);
  font-weight: var(--bpw-nav-link-font-weight);
  color: var(--bpw-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bpw-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bpw-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bpw-nav-tabs-border-width: 1px;
  --bpw-nav-tabs-border-color: #ccc;
  --bpw-nav-tabs-border-radius: 0.625rem;
  --bpw-nav-tabs-link-hover-border-color: #ececec #ececec #ccc;
  --bpw-nav-tabs-link-active-color: #495057;
  --bpw-nav-tabs-link-active-bg: #fff;
  --bpw-nav-tabs-link-active-border-color: #ccc #ccc #fff;
  border-bottom: var(--bpw-nav-tabs-border-width) solid var(--bpw-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bpw-nav-tabs-border-width));
  background: none;
  border: var(--bpw-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bpw-nav-tabs-border-radius);
  border-top-right-radius: var(--bpw-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bpw-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bpw-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bpw-nav-tabs-link-active-color);
  background-color: var(--bpw-nav-tabs-link-active-bg);
  border-color: var(--bpw-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bpw-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bpw-nav-pills-border-radius: 0.625rem;
  --bpw-nav-pills-link-active-color: #fff;
  --bpw-nav-pills-link-active-bg: #e40522;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bpw-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bpw-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bpw-nav-pills-link-active-color);
  background-color: var(--bpw-nav-pills-link-active-bg);
}

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

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

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

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

.navbar {
  --bpw-navbar-padding-x: 0;
  --bpw-navbar-padding-y: 0.5rem;
  --bpw-navbar-color: rgba(0, 0, 0, 0.55);
  --bpw-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bpw-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bpw-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bpw-navbar-brand-padding-y: 0.5390625rem;
  --bpw-navbar-brand-margin-end: 1rem;
  --bpw-navbar-brand-font-size: 1.40625rem;
  --bpw-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bpw-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bpw-navbar-nav-link-padding-x: 0.5rem;
  --bpw-navbar-toggler-padding-y: 0.25rem;
  --bpw-navbar-toggler-padding-x: 0.75rem;
  --bpw-navbar-toggler-font-size: 1.40625rem;
  --bpw-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bpw-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bpw-navbar-toggler-border-radius: 50rem;
  --bpw-navbar-toggler-focus-width: 0.25rem;
  --bpw-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bpw-navbar-padding-y) var(--bpw-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bpw-navbar-brand-padding-y);
  padding-bottom: var(--bpw-navbar-brand-padding-y);
  margin-right: var(--bpw-navbar-brand-margin-end);
  font-size: var(--bpw-navbar-brand-font-size);
  color: var(--bpw-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bpw-navbar-brand-hover-color);
}

.navbar-nav {
  --bpw-nav-link-padding-x: 0;
  --bpw-nav-link-padding-y: 0.75rem;
  --bpw-nav-link-font-size: 1.063rem;
  --bpw-nav-link-font-weight: ;
  --bpw-nav-link-color: var(--bpw-navbar-color);
  --bpw-nav-link-hover-color: var(--bpw-navbar-hover-color);
  --bpw-nav-link-disabled-color: var(--bpw-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bpw-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--bpw-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bpw-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bpw-navbar-toggler-padding-y) var(--bpw-navbar-toggler-padding-x);
  font-size: var(--bpw-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bpw-navbar-color);
  background-color: transparent;
  border: var(--bpw-border-width) solid var(--bpw-navbar-toggler-border-color);
  border-radius: var(--bpw-navbar-toggler-border-radius);
  transition: var(--bpw-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bpw-navbar-toggler-focus-width);
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bpw-navbar-nav-link-padding-x);
    padding-left: var(--bpw-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bpw-navbar-nav-link-padding-x);
    padding-left: var(--bpw-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bpw-navbar-nav-link-padding-x);
    padding-left: var(--bpw-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bpw-navbar-nav-link-padding-x);
    padding-left: var(--bpw-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bpw-navbar-nav-link-padding-x);
    padding-left: var(--bpw-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bpw-navbar-nav-link-padding-x);
  padding-left: var(--bpw-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

.card {
  --bpw-card-spacer-y: 1rem;
  --bpw-card-spacer-x: 1rem;
  --bpw-card-title-spacer-y: 0.5rem;
  --bpw-card-border-width: 0;
  --bpw-card-border-color: transparent;
  --bpw-card-border-radius: 0.625rem;
  --bpw-card-box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
  --bpw-card-inner-border-radius: 0.625rem;
  --bpw-card-cap-padding-y: 0.5rem;
  --bpw-card-cap-padding-x: 1rem;
  --bpw-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bpw-card-cap-color: ;
  --bpw-card-height: 100%;
  --bpw-card-color: ;
  --bpw-card-bg: #fff;
  --bpw-card-img-overlay-padding: 1rem;
  --bpw-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bpw-card-height);
  word-wrap: break-word;
  background-color: var(--bpw-card-bg);
  background-clip: border-box;
  border: var(--bpw-card-border-width) solid var(--bpw-card-border-color);
  border-radius: var(--bpw-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bpw-card-inner-border-radius);
  border-top-right-radius: var(--bpw-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bpw-card-inner-border-radius);
  border-bottom-left-radius: var(--bpw-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bpw-card-spacer-y) var(--bpw-card-spacer-x);
  color: var(--bpw-card-color);
}

.card-title {
  margin-bottom: var(--bpw-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bpw-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bpw-card-spacer-x);
}

.card-header {
  padding: var(--bpw-card-cap-padding-y) var(--bpw-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bpw-card-cap-color);
  background-color: var(--bpw-card-cap-bg);
  border-bottom: var(--bpw-card-border-width) solid var(--bpw-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bpw-card-inner-border-radius) var(--bpw-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bpw-card-cap-padding-y) var(--bpw-card-cap-padding-x);
  color: var(--bpw-card-cap-color);
  background-color: var(--bpw-card-cap-bg);
  border-top: var(--bpw-card-border-width) solid var(--bpw-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bpw-card-inner-border-radius) var(--bpw-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bpw-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bpw-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bpw-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bpw-card-bg);
  border-bottom-color: var(--bpw-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bpw-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bpw-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bpw-card-img-overlay-padding);
  border-radius: var(--bpw-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bpw-card-inner-border-radius);
  border-top-right-radius: var(--bpw-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bpw-card-inner-border-radius);
  border-bottom-left-radius: var(--bpw-card-inner-border-radius);
}

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

.accordion {
  --bpw-accordion-color: #333;
  --bpw-accordion-bg: #fff;
  --bpw-accordion-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;
  --bpw-accordion-border-color: var(--bpw-gray-300);
  --bpw-accordion-border-width: 1px;
  --bpw-accordion-border-radius: 0.625rem;
  --bpw-accordion-inner-border-radius: 0.625rem;
  --bpw-accordion-btn-padding-x: 1.25rem;
  --bpw-accordion-btn-padding-y: 1rem;
  --bpw-accordion-btn-color: #333;
  --bpw-accordion-btn-bg: var(--bpw-accordion-bg);
  --bpw-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M12,3.2c4.8,0,8.8,3.9,8.8,8.8s-3.9,8.8-8.8,8.8S3.2,16.8,3.2,12S7.2,3.2,12,3.2 M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10%0A%09s10-4.5,10-10S17.5,2,12,2L12,2z'/%3e%3cpath fill-rule='evenodd' d='M12,7c-0.5,0-1,0.5-1,1v3H8c-0.5,0-1,0.5-1,1s0.5,1,1,1h3v3c0,0.5,0.5,1,1,1s1-0.5,1-1v-3h3c0.5,0,1-0.5,1-1s-0.5-1-1-1h-3%0A%09%09V8C13,7.5,12.5,7,12,7L12,7z'/%3e%3c/svg%3e");
  --bpw-accordion-btn-icon-width: 2rem;
  --bpw-accordion-btn-icon-transform: none;
  --bpw-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bpw-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M12,3.2c4.8,0,8.8,3.9,8.8,8.8s-3.9,8.8-8.8,8.8S3.2,16.8,3.2,12S7.2,3.2,12,3.2 M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10%0A%09s10-4.5,10-10S17.5,2,12,2L12,2z'/%3e%3cpath fill-rule='evenodd' d='M16,11H8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S16.6,11,16,11L16,11z'/%3e%3c/svg%3e");
  --bpw-accordion-btn-focus-border-color: tint-color(#143672, 50%);
  --bpw-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
  --bpw-accordion-body-padding-x: 1.25rem;
  --bpw-accordion-body-padding-y: 1rem;
  --bpw-accordion-active-color: #333;
  --bpw-accordion-active-bg: rgba(228, 5, 34, 0.1);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bpw-accordion-btn-padding-y) var(--bpw-accordion-btn-padding-x);
  font-size: 1.125rem;
  color: var(--bpw-accordion-btn-color);
  text-align: left;
  background-color: var(--bpw-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bpw-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bpw-accordion-active-color);
  background-color: var(--bpw-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bpw-accordion-border-width)) 0 var(--bpw-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bpw-accordion-btn-active-icon);
  transform: var(--bpw-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bpw-accordion-btn-icon-width);
  height: var(--bpw-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bpw-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bpw-accordion-btn-icon-width);
  transition: var(--bpw-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bpw-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bpw-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bpw-accordion-color);
  background-color: var(--bpw-accordion-bg);
  border: var(--bpw-accordion-border-width) solid var(--bpw-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bpw-accordion-border-radius);
  border-top-right-radius: var(--bpw-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bpw-accordion-inner-border-radius);
  border-top-right-radius: var(--bpw-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bpw-accordion-border-radius);
  border-bottom-left-radius: var(--bpw-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bpw-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bpw-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bpw-accordion-border-radius);
  border-bottom-left-radius: var(--bpw-accordion-border-radius);
}

.accordion-body {
  padding: var(--bpw-accordion-body-padding-y) var(--bpw-accordion-body-padding-x);
}

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

.breadcrumb {
  --bpw-breadcrumb-padding-x: 0;
  --bpw-breadcrumb-padding-y: 0;
  --bpw-breadcrumb-margin-bottom: 1rem;
  --bpw-breadcrumb-font-size: 1rem;
  --bpw-breadcrumb-bg: ;
  --bpw-breadcrumb-border-radius: ;
  --bpw-breadcrumb-divider-color: #333;
  --bpw-breadcrumb-item-padding-x: 0.3rem;
  --bpw-breadcrumb-item-active-color: #333;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bpw-breadcrumb-padding-y) var(--bpw-breadcrumb-padding-x);
  margin-bottom: var(--bpw-breadcrumb-margin-bottom);
  font-size: var(--bpw-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bpw-breadcrumb-bg);
  border-radius: var(--bpw-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bpw-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bpw-breadcrumb-item-padding-x);
  color: var(--bpw-breadcrumb-divider-color);
  content: var(--bpw-breadcrumb-divider, "»") /* rtl: var(--bpw-breadcrumb-divider, "»") */;
}
.breadcrumb-item.active {
  color: var(--bpw-breadcrumb-item-active-color);
}

.pagination {
  --bpw-pagination-padding-x: 0.9rem;
  --bpw-pagination-padding-y: 0.375rem;
  --bpw-pagination-font-size: 1.125rem;
  --bpw-pagination-color: #333;
  --bpw-pagination-bg: #fff;
  --bpw-pagination-border-width: 1px;
  --bpw-pagination-border-color: transparent;
  --bpw-pagination-border-radius: 50rem;
  --bpw-pagination-hover-color: #e40522;
  --bpw-pagination-hover-bg: transparent;
  --bpw-pagination-hover-border-color: transparent;
  --bpw-pagination-focus-color: var(--bpw-link-hover-color);
  --bpw-pagination-focus-bg: transparent;
  --bpw-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
  --bpw-pagination-active-color: #fff;
  --bpw-pagination-active-bg: transparent linear-gradient(180deg, #e40522 0%, #a5133a 100%) 0% 0% no-repeat padding-box;
  --bpw-pagination-active-border-color: transparent linear-gradient(180deg, #e40522 0%, #a5133a 100%) 0% 0% no-repeat padding-box;
  --bpw-pagination-disabled-color: #484848;
  --bpw-pagination-disabled-bg: #fff;
  --bpw-pagination-disabled-border-color: #ccc;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bpw-pagination-padding-y) var(--bpw-pagination-padding-x);
  font-size: var(--bpw-pagination-font-size);
  color: var(--bpw-pagination-color);
  text-decoration: none;
  background-color: var(--bpw-pagination-bg);
  border: var(--bpw-pagination-border-width) solid var(--bpw-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bpw-pagination-hover-color);
  background-color: var(--bpw-pagination-hover-bg);
  border-color: var(--bpw-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bpw-pagination-focus-color);
  background-color: var(--bpw-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bpw-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bpw-pagination-active-color);
  background-color: var(--bpw-pagination-active-bg);
  border-color: var(--bpw-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bpw-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bpw-pagination-disabled-bg);
  border-color: var(--bpw-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bpw-pagination-border-radius);
  border-bottom-left-radius: var(--bpw-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bpw-pagination-border-radius);
  border-bottom-right-radius: var(--bpw-pagination-border-radius);
}

.pagination-lg {
  --bpw-pagination-padding-x: 1.5rem;
  --bpw-pagination-padding-y: 0.75rem;
  --bpw-pagination-font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .pagination-lg {
    --bpw-pagination-font-size: 1.40625rem;
  }
}
.pagination-lg {
  --bpw-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bpw-pagination-padding-x: 0.5rem;
  --bpw-pagination-padding-y: 0.25rem;
  --bpw-pagination-font-size: 0.984375rem;
  --bpw-pagination-border-radius: 0.25rem;
}

.alert {
  --bpw-alert-bg: transparent;
  --bpw-alert-padding-x: 1rem;
  --bpw-alert-padding-y: 1rem;
  --bpw-alert-margin-bottom: 1.75rem;
  --bpw-alert-color: inherit;
  --bpw-alert-border-color: transparent;
  --bpw-alert-border: 1px solid var(--bpw-alert-border-color);
  --bpw-alert-border-radius: 0.625rem;
  position: relative;
  padding: var(--bpw-alert-padding-y) var(--bpw-alert-padding-x);
  margin-bottom: var(--bpw-alert-margin-bottom);
  color: var(--bpw-alert-color);
  background-color: var(--bpw-alert-bg);
  border: var(--bpw-alert-border);
  border-radius: var(--bpw-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  --bpw-alert-color: rgb(53.6470588235%, 1.1764705882%, 8%);
  --bpw-alert-bg: rgb(97.8823529412%, 80.3921568627%, 82.6666666667%);
  --bpw-alert-border-color: rgb(96.8235294118%, 70.5882352941%, 74%);
}
.alert-primary .alert-link {
  color: rgb(42.9176470588%, 0.9411764706%, 6.4%);
}

.alert-secondary {
  --bpw-alert-color: rgb(4.7058823529%, 12.7058823529%, 26.8235294118%);
  --bpw-alert-bg: rgb(81.568627451%, 84.2352941176%, 88.9411764706%);
  --bpw-alert-border-color: rgb(72.3529411765%, 76.3529411765%, 83.4117647059%);
}
.alert-secondary .alert-link {
  color: rgb(3.7647058824%, 10.1647058824%, 21.4588235294%);
}

.alert-success {
  --bpw-alert-color: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  --bpw-alert-bg: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
  --bpw-alert-border-color: rgb(72.9411764706%, 85.8823529412%, 79.8823529412%);
}
.alert-success .alert-link {
  color: rgb(4.7058823529%, 25.4117647059%, 15.8117647059%);
}

.alert-info {
  --bpw-alert-color: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  --bpw-alert-bg: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
  --bpw-alert-border-color: rgb(71.5294117647%, 93.7647058824%, 98.2352941176%);
}
.alert-info .alert-link {
  color: rgb(1.631372549%, 25.3490196078%, 30.1176470588%);
}

.alert-warning {
  --bpw-alert-color: rgb(40%, 30.2745098039%, 1.0980392157%);
  --bpw-alert-bg: rgb(100%, 95.137254902%, 80.5490196078%);
  --bpw-alert-border-color: rgb(100%, 92.7058823529%, 70.8235294118%);
}
.alert-warning .alert-link {
  color: rgb(32%, 24.2196078431%, 0.8784313725%);
}

.alert-danger {
  --bpw-alert-color: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  --bpw-alert-bg: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  --bpw-alert-border-color: rgb(95.8823529412%, 76.2352941176%, 78.1176470588%);
}
.alert-danger .alert-link {
  color: rgb(41.4117647059%, 9.9764705882%, 12.9882352941%);
}

.alert-light {
  --bpw-alert-color: #666666;
  --bpw-alert-bg: #eeeeee;
  --bpw-alert-border-color: rgb(90%, 90%, 90%);
}
.alert-light .alert-link {
  color: rgb(32%, 32%, 32%);
}

.alert-dark {
  --bpw-alert-color: rgb(12%, 12%, 12%);
  --bpw-alert-bg: rgb(84%, 84%, 84%);
  --bpw-alert-border-color: rgb(76%, 76%, 76%);
}
.alert-dark .alert-link {
  color: rgb(9.6%, 9.6%, 9.6%);
}

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

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

.modal {
  --bpw-modal-zindex: 1055;
  --bpw-modal-width: 500px;
  --bpw-modal-padding: 1rem;
  --bpw-modal-margin: 0.5rem;
  --bpw-modal-color: ;
  --bpw-modal-bg: #333;
  --bpw-modal-border-color: var(--bpw-border-color-translucent);
  --bpw-modal-border-width: 1px;
  --bpw-modal-border-radius: 0.5rem;
  --bpw-modal-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1019607843);
  --bpw-modal-inner-border-radius: calc(0.5rem - 1px);
  --bpw-modal-header-padding-x: 1rem;
  --bpw-modal-header-padding-y: 1rem;
  --bpw-modal-header-padding: 1rem 1rem;
  --bpw-modal-header-border-color: var(--bpw-border-color);
  --bpw-modal-header-border-width: 1px;
  --bpw-modal-title-line-height: 1.5;
  --bpw-modal-footer-gap: 0.5rem;
  --bpw-modal-footer-bg: #333;
  --bpw-modal-footer-border-color: var(--bpw-border-color);
  --bpw-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bpw-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bpw-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bpw-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bpw-modal-color);
  pointer-events: auto;
  background-color: var(--bpw-modal-bg);
  background-clip: padding-box;
  border: var(--bpw-modal-border-width) solid var(--bpw-modal-border-color);
  border-radius: var(--bpw-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bpw-modal-header-padding);
  border-bottom: var(--bpw-modal-header-border-width) solid var(--bpw-modal-header-border-color);
  border-top-left-radius: var(--bpw-modal-inner-border-radius);
  border-top-right-radius: var(--bpw-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bpw-modal-header-padding-y) * 0.5) calc(var(--bpw-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bpw-modal-header-padding-y)) calc(-0.5 * var(--bpw-modal-header-padding-x)) calc(-0.5 * var(--bpw-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bpw-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bpw-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bpw-modal-padding) - var(--bpw-modal-footer-gap) * 0.5);
  background-color: var(--bpw-modal-footer-bg);
  border-top: var(--bpw-modal-footer-border-width) solid var(--bpw-modal-footer-border-color);
  border-bottom-right-radius: var(--bpw-modal-inner-border-radius);
  border-bottom-left-radius: var(--bpw-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bpw-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bpw-modal-margin: 1.75rem;
    --bpw-modal-box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
  }
  .modal-dialog {
    max-width: var(--bpw-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bpw-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bpw-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bpw-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bpw-offcanvas-zindex: 1045;
  --bpw-offcanvas-width: 400px;
  --bpw-offcanvas-height: 30vh;
  --bpw-offcanvas-padding-x: 1rem;
  --bpw-offcanvas-padding-y: 1rem;
  --bpw-offcanvas-color: ;
  --bpw-offcanvas-bg: #333;
  --bpw-offcanvas-border-width: 1px;
  --bpw-offcanvas-border-color: var(--bpw-border-color-translucent);
  --bpw-offcanvas-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bpw-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bpw-offcanvas-color);
    visibility: hidden;
    background-color: var(--bpw-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bpw-offcanvas-width);
    border-right: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bpw-offcanvas-width);
    border-left: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-top: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bpw-offcanvas-height: auto;
    --bpw-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bpw-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bpw-offcanvas-color);
    visibility: hidden;
    background-color: var(--bpw-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bpw-offcanvas-width);
    border-right: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bpw-offcanvas-width);
    border-left: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-top: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bpw-offcanvas-height: auto;
    --bpw-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bpw-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bpw-offcanvas-color);
    visibility: hidden;
    background-color: var(--bpw-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bpw-offcanvas-width);
    border-right: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bpw-offcanvas-width);
    border-left: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-top: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bpw-offcanvas-height: auto;
    --bpw-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bpw-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bpw-offcanvas-color);
    visibility: hidden;
    background-color: var(--bpw-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bpw-offcanvas-width);
    border-right: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bpw-offcanvas-width);
    border-left: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-top: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bpw-offcanvas-height: auto;
    --bpw-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bpw-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bpw-offcanvas-color);
    visibility: hidden;
    background-color: var(--bpw-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bpw-offcanvas-width);
    border-right: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bpw-offcanvas-width);
    border-left: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bpw-offcanvas-height);
    max-height: 100%;
    border-top: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bpw-offcanvas-height: auto;
    --bpw-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bpw-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bpw-offcanvas-color);
  visibility: hidden;
  background-color: var(--bpw-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bpw-offcanvas-width);
  border-right: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bpw-offcanvas-width);
  border-left: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bpw-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bpw-offcanvas-height);
  max-height: 100%;
  border-top: var(--bpw-offcanvas-border-width) solid var(--bpw-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bpw-offcanvas-padding-y) var(--bpw-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bpw-offcanvas-padding-y) * 0.5) calc(var(--bpw-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bpw-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bpw-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bpw-offcanvas-padding-y));
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bpw-offcanvas-padding-y) var(--bpw-offcanvas-padding-x);
  overflow-y: auto;
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(228, 5, 34, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(20, 54, 114, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(170, 170, 170, var(--bpw-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(51, 51, 51, var(--bpw-bg-opacity, 1)) !important;
}

.link-primary {
  color: #e40522 !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(71.5294117647%, 1.568627451%, 10.6666666667%) !important;
}

.link-secondary {
  color: #143672 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(6.2745098039%, 16.9411764706%, 35.7647058824%) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(24.0784313725%, 83.3725490196%, 95.2941176471%) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(100%, 80.5490196078%, 22.1960784314%) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%) !important;
}

.link-light {
  color: #aaa !important;
}
.link-light:hover, .link-light:focus {
  color: #bbbbbb !important;
}

.link-dark {
  color: #333 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(16%, 16%, 16%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843) !important;
}

.shadow-sm {
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1019607843) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bpw-border-width) var(--bpw-border-style) var(--bpw-border-color) !important;
}

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

.border-top {
  border-top: var(--bpw-border-width) var(--bpw-border-style) var(--bpw-border-color) !important;
}

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

.border-end {
  border-right: var(--bpw-border-width) var(--bpw-border-style) var(--bpw-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bpw-border-width) var(--bpw-border-style) var(--bpw-border-color) !important;
}

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

.border-start {
  border-left: var(--bpw-border-width) var(--bpw-border-style) var(--bpw-border-color) !important;
}

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

.border-primary {
  --bpw-border-opacity: 1;
  border-color: rgba(var(--bpw-primary-rgb), var(--bpw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

.border-1 {
  --bpw-border-width: 1px;
}

.border-2 {
  --bpw-border-width: 2px;
}

.border-3 {
  --bpw-border-width: 3px;
}

.border-4 {
  --bpw-border-width: 4px;
}

.border-5 {
  --bpw-border-width: 5px;
}

.border-opacity-10 {
  --bpw-border-opacity: 0.1;
}

.border-opacity-25 {
  --bpw-border-opacity: 0.25;
}

.border-opacity-50 {
  --bpw-border-opacity: 0.5;
}

.border-opacity-75 {
  --bpw-border-opacity: 0.75;
}

.border-opacity-100 {
  --bpw-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bpw-text-opacity: 1;
  color: #484848 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: var(--bpw-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bpw-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bpw-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bpw-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bpw-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bpw-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bpw-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bpw-border-radius) !important;
  border-top-right-radius: var(--bpw-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bpw-border-radius) !important;
  border-bottom-right-radius: var(--bpw-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bpw-border-radius) !important;
  border-bottom-left-radius: var(--bpw-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bpw-border-radius) !important;
  border-top-left-radius: var(--bpw-border-radius) !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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.8125rem !important;
  }
  .fs-2 {
    font-size: 2.25rem !important;
  }
  .fs-3 {
    font-size: 1.6875rem !important;
  }
  .fs-4 {
    font-size: 1.6875rem !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;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5 a[href],
.h5 a[href] {
  overflow-wrap: break-word;
  -ms-hyphens: inherit;
  hyphens: inherit;
}

a:active {
  color: #e40522;
  text-decoration: none;
}

h1 > a:not(:hover), .h1 > a:not(:hover),
h2 > a:not(:hover),
.h2 > a:not(:hover),
h3 > a:not(:hover),
.h3 > a:not(:hover),
h4 > a:not(:hover),
.h4 > a:not(:hover),
h5 > a:not(:hover),
.h5 > a:not(:hover) {
  text-decoration: none;
}

:focus,
a:focus,
:focus-visible,
a:-webkit-any-link:focus,
a:-webkit-any-link:focus-visible,
button:focus:not(:focus-visible),
[tabindex="-1"]:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}

a:-webkit-any-link:focus-visible {
  outline: none;
}

h2:not(.h2-style-none)::before, .h2:not(.h2-style-none)::before {
  content: "";
  border-top: 2px solid #143672;
  width: 6%;
  display: block;
  margin: 0.5rem 0;
}

h2.hasLink::before, .hasLink.h2::before {
  border-color: #e40522;
}

h4, .h4,
h5,
.h5 {
  color: #333;
}

h5, .h5 {
  font-weight: 700;
}

blockquote {
  font-style: italic;
  padding: 0.5rem 0 1rem 1rem;
  border-left: 3px solid #ccc;
  display: inline-block;
  margin-bottom: 1.75rem;
}
blockquote > p:last-child {
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-bottom: 1.75rem;
}

.content ul.list-style-arrow {
  list-style-type: none;
  position: relative;
}
.content ul.list-style-arrow ul {
  list-style-type: none;
}
.content ul.list-style-arrow li {
  margin-bottom: 5px;
}
.content ul.list-style-arrow li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 15px;
  margin-bottom: -3px;
  margin-left: -15px;
  margin-right: 8px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='6.8' height='11.5'><g transform='translate(1 21.83) rotate(-90)'><g transform='translate(2 1)'><path fill='none' stroke='%23e40522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3-1l4.8,4.8L18.8-1' /></g></g></svg>");
}
.content ul.list-style-arrow a {
  display: initial;
}

.btn {
  padding: 0.6rem 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .btn {
    padding: 0.8125rem 2.5rem;
  }
}
.btn-primary {
  background: linear-gradient(55deg, #143672 0%, #e40522 100%) border-box;
  border: 1px solid transparent;
}

.btn-secondary {
  border: 1px solid #e40522;
  background-color: #fff;
  color: #333;
}

.btn-default {
  background: #ececec;
  border: 1px solid #ccc;
}

.btn-primary:hover,
.btn-secondary:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.075);
  border: 1px solid #e40522;
}

.btn-primary:hover {
  color: #333;
  background: #fff;
}

.btn-secondary:hover,
.btn-secondary-current {
  color: #fff;
  background: transparent linear-gradient(69deg, #7f1d48 0%, #e40522 100%) border-box;
}

.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}

.btn:active,
.btn:first-child:active {
  color: #fff;
  background: transparent linear-gradient(69deg, #7f1d48 0%, #e40522 100%) border-box;
  border-color: #e40522;
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}

.bg-color .btn-primary,
.bg-color .btn-secondary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.bg-color .btn-primary:hover, .bg-color .btn-primary:active,
.bg-color .btn-secondary:hover,
.bg-color .btn-secondary:active {
  color: #333;
  background: #fff;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:active {
  background: #fff;
  color: #e40522;
  border-color: #ccc;
}

.btn-sm {
  padding: 0.6rem 1.5rem;
}

@media (max-width: 575.98px) {
  .btn-sm {
    padding: 0.4rem 0.6rem;
  }
}
figure {
  margin-bottom: 1.75rem;
}

.figure-img {
  margin-bottom: 0;
}

figcaption {
  margin-top: 0.2rem;
}

.copyright {
  color: #666;
  font-size: 0.8em;
}

.copyright-image {
  display: block;
  padding: 0 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f2f7f8;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  z-index: 5;
}

.card {
  box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
}
.card-body {
  display: flex;
  flex-direction: column;
}
.card .card-title {
  font-size: 1.31625rem;
}
.card .card-title a {
  text-decoration: none;
}
.card .card-title a:hover {
  text-decoration: underline;
}
.card .card-img-top {
  position: relative;
  z-index: 1;
  height: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  padding: 0 0 56.25% 0;
}
.card .card-img-top img {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.external-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28.8' height='30'><path d='M2 13V3a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H2' fill='transparent' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/><path d='M3 8h24' fill='%23fff' stroke='%23e40522' stroke-linecap='round' stroke-width='2'/><path d='M5 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23e40522'/><path d='M8.5 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23e40522'/><path d='M12 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23e40522' /><path d='M13 21H1m5-4-5 4 5 4' fill='%23fff' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/></svg>");
}

.download-link::before,
.folder-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.9' height='28'><g fill='transparent'><path d='M2 0h12l8 9v17a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' /><path d='M2 2v24h18V9l-7-7H2m0-2h12l8 9v17l-2 2H2l-2-2V2l2-2Z' fill='%23e40522' /><path d='M11 11v10m-4-4 4 4 3-4M13 2v7h7' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/></g></svg>");
}

.email-link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32.7' height='23.3'><g transform='translate(1 1)' fill='transparent' stroke='%23e40522' stroke-linecap='round' stroke-width='2'><rect width='30.7' height='21.3' rx='2' stroke-linejoin='round'/><path d='m1 1 14 12L30 1' stroke-linejoin='round'/><path d='m2 20 9-11'/><path d='M30 20 21 9'/></g></svg>");
}

.phone-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><path d='m28 22 1 2a7 7 0 0 1-6 5c-5 0-10-3-14-8S1 12 1 7a7 7 0 0 1 5-6 2 2 0 0 1 2 1l3 5a2 2 0 0 1 0 3c-2 1-4 3 1 8s7 3 8 1a2 2 0 0 1 3 0Z' fill='transparent' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/></svg>");
}

.bg-color .external-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28.8' height='30'><path d='M2 13V3a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H2' fill='transparent' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/><path d='M3 8h24' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-width='2'/><path d='M5 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23fff'/><path d='M8.5 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23fff'/><path d='M12 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23fff' /><path d='M13 21H1m5-4-5 4 5 4' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/></svg>");
}
.bg-color .download-link::before,
.bg-color .folder-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.9' height='28'><g fill='transparent'><path d='M2 0h12l8 9v17a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' /><path d='M2 2v24h18V9l-7-7H2m0-2h12l8 9v17l-2 2H2l-2-2V2l2-2Z' fill='%23fff' /><path d='M11 11v10m-4-4 4 4 3-4M13 2v7h7' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/></g></svg>");
}
.bg-color .email-link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32.7' height='23.3'><g transform='translate(1 1)' fill='transparent' stroke='%23fff' stroke-linecap='round' stroke-width='2'><rect width='30.7' height='21.3' rx='2' stroke-linejoin='round'/><path d='m1 1 14 12L30 1' stroke-linejoin='round'/><path d='m2 20 9-11'/><path d='M30 20 21 9'/></g></svg>");
}
.bg-color .phone-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><path d='m28 22 1 2a7 7 0 0 1-6 5c-5 0-10-3-14-8S1 12 1 7a7 7 0 0 1 5-6 2 2 0 0 1 2 1l3 5a2 2 0 0 1 0 3c-2 1-4 3 1 8s7 3 8 1a2 2 0 0 1 3 0Z' fill='transparent' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/></svg>");
}

.menu-dropdown {
  position: relative;
}
.menu-dropdown .dropdown-menu {
  width: 100%;
}

.alert-current {
  color: #143672;
  background-color: #e0e5ed;
  border-color: #ccc;
}

.typo3-messages {
  list-style: none;
  padding-left: 0;
}
.typo3-messages li {
  margin-bottom: 0;
}
.typo3-messages li + li {
  margin-top: 1.75rem;
}
.typo3-messages .alert-title {
  color: inherit;
}
.typo3-messages .alert-message {
  margin-bottom: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
.cookie-request {
  cursor: pointer;
}

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

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

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

.ce-border img {
  border: 1px solid #ccc;
}

.frame {
  clear: both;
  width: 100%;
  scroll-margin-top: 5.5rem;
}

.target-element {
  scroll-margin-top: 5.5rem;
}

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

.ce-column__audio,
audio {
  width: 100%;
}
.ce-column__audio .audio-embed-item,
audio .audio-embed-item {
  border-radius: 0.625rem;
}

.video .video-embed-item {
  border-radius: 0.625rem;
}

.ce-column__youtube {
  width: 100%;
}
.ce-column__youtube .ratio-16x9 {
  --bpw-aspect-ratio-usercentrics: -56.25%;
}
.ce-column__youtube .uc-embedding-container {
  margin-top: var(--bpw-aspect-ratio-usercentrics);
  border-radius: 0.625rem;
}
.ce-column__youtube:after {
  background-color: #f7f7f7;
  border-radius: 0.625rem;
  border: 2px solid transparent;
  content: "";
  z-index: -20;
  width: 95%;
  height: 91.5%;
  position: absolute;
  top: 0;
  margin: 2.5%;
}

.ce-textpic {
  display: inline-block;
}
.ce-textpic .ce-gallery .ce-row {
  display: flex;
}
.ce-textpic .ce-gallery .ce-row .ce-column video {
  max-width: 100%;
  height: auto;
}
.ce-textpic.ce-center .ce-gallery .ce-row {
  justify-content: center;
}
.ce-textpic.ce-center .ce-gallery .ce-row figure {
  text-align: center;
}
.ce-textpic.ce-left .ce-gallery .ce-column + .ce-column {
  margin-left: 1rem;
}
.ce-textpic.ce-right .ce-gallery .ce-row {
  justify-content: right;
}
.ce-textpic.ce-right .ce-gallery .ce-row figure {
  text-align: right;
}
.ce-textpic.ce-right .ce-gallery .ce-column + .ce-column {
  margin-left: 1rem;
}
.ce-textpic.ce-above .ce-row {
  flex-direction: column;
}
.ce-textpic.ce-below .ce-row {
  flex-direction: column;
}
.ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery {
  float: none;
  margin: 0;
}
.ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
  float: none;
  margin: 0;
}

.frame-type-image .ce-image {
  margin-bottom: 1.75rem;
}
.frame-type-image .ce-image .ce-image-pic,
.frame-type-image .ce-image a.lightbox {
  display: flex;
  position: relative;
  z-index: 1;
  height: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  padding: 0 0 56.25% 0;
}
.frame-type-image .ce-image .ce-image-pic img,
.frame-type-image .ce-image a.lightbox img {
  max-width: 100%;
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border: 0 none;
  margin: auto;
}
.frame-type-image .ce-image .ce-border .ce-image-pic,
.frame-type-image .ce-image .ce-border a.lightbox {
  outline: 1px solid #ccc;
  border-radius: 0.625rem;
}

.ce-uploads {
  display: flex;
  flex-direction: column;
}
.ce-uploads li {
  margin-bottom: 0.75em;
}
.ce-uploads li img {
  float: left;
}
.ce-uploads li img + div .ce-uploads-description {
  display: block;
  padding-left: 32px;
}
.ce-uploads li .ce-uploads_icon {
  margin-right: 8px;
}
.ce-uploads li a {
  display: inline-block;
  padding: 0 8px 0 0;
}
.ce-uploads li .ce-uploads-filesize {
  font-size: 0.95rem;
}
.ce-uploads li .ce-uploads-description {
  display: block;
}
.ce-uploads.ce-uploads-type-1, .ce-uploads.ce-uploads-type-2 {
  padding-left: 0;
}
.ce-uploads.ce-uploads-type-1 li, .ce-uploads.ce-uploads-type-2 li {
  list-style: none;
}
.ce-uploads.ce-uploads-type-2 img {
  border: 1px solid #ccc;
  max-height: 110px;
  min-height: 50px;
}
.ce-uploads.ce-uploads-type-2 li {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .ce-uploads.ce-uploads-type-2 li {
    display: flex;
  }
}
.ce-uploads.ce-uploads-type-2 a {
  padding-left: 0;
}
.ce-uploads.ce-uploads-type-2 .ce-uploads-description {
  padding-left: 0;
}

.frame-layout-1 .ce-uploads {
  list-style: none;
  padding-left: 10px;
}

.frame-layout-2 .ce-uploads {
  list-style: none;
  padding-left: 0;
}
.frame-layout-2 .ce-uploads li {
  display: flex;
  flex-direction: column;
}

.frame-type-menu_pages .menu-buttonstil,
.frame-type-menu_subpages .menu-buttonstil,
.frame-type-internalmenu .menu-buttonstil {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .frame-type-menu_pages .menu-buttonstil a.btn,
  .frame-type-menu_subpages .menu-buttonstil a.btn,
  .frame-type-internalmenu .menu-buttonstil a.btn {
    margin-bottom: 1rem;
  }
}

.frame-type-text.frame-layout-1 .informationbox {
  position: relative;
}
.frame-type-text.frame-layout-1 .informationbox:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: transparent linear-gradient(180deg, #f2f7f8 0%, #FEFEFE 48%, #F5F7F8 81%) 0% 0% no-repeat padding-box;
}
.frame-type-text.frame-layout-1 .informationbox {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .frame-type-text.frame-layout-1 .informationbox {
    padding-top: 2.5rem;
  }
}
.frame-type-text.frame-layout-1 .informationbox .informationbox__icon {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='81.199' viewBox='0 0 90 81.199'><g transform='translate(-299 -6086.54)'><path d='M59.975,71.586,81.2,82.2,78.326,62.079C85.572,55.8,90,47.416,90,38.2,90,18.759,70.3,3,46,3S2,18.759,2,38.2,21.7,73.4,46,73.4A54.053,54.053,0,0,0,59.975,71.586Z' transform='translate(298 6084.54)' fill='none' stroke='%23143672' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' /><path d='M35.695,38.1a2.677,2.677,0,0,1-2.677,2.677A2.945,2.945,0,0,1,30.341,38.1L29,18.022a3.748,3.748,0,0,1,4.015-4.015,3.614,3.614,0,0,1,4.015,4.015Z' transform='translate(310.8 6089.545)' fill='%23143672' /><ellipse cx='2.738' cy='2.738' rx='2.738' ry='2.738' transform='translate(341.081 6134.322)' fill='%23143672' /></g></svg>");
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .frame-type-text.frame-layout-1 .informationbox {
    flex-direction: row;
    margin-bottom: 1.75rem;
  }
  .frame-type-text.frame-layout-1 .informationbox .informationbox__icon {
    margin-bottom: 1.75rem;
    margin-right: 1.75rem;
    flex: 0 0 auto;
    width: 90px;
    height: 82px;
  }
}
.frame-type-text.frame-layout-1.frame-space-after-none .informationbox {
  margin-bottom: 0;
}

.frame-type-textmedia.frame-layout-1 .ce-gallery {
  z-index: 2;
  position: relative;
}
.frame-type-textmedia.frame-layout-1 figure {
  position: relative;
  margin-bottom: 0;
}
.frame-type-textmedia.frame-layout-1 .ce-bodytext {
  position: relative;
}
.frame-type-textmedia.frame-layout-1 .ce-bodytext:before, .frame-type-textmedia.frame-layout-1 .ce-bodytext:after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -10;
  left: -75%;
  top: 0;
}
.frame-type-textmedia.frame-layout-1 .ce-bodytext:before {
  background: #143672;
}
.frame-type-textmedia.frame-layout-1 .ce-bodytext:after {
  background: #e40522;
  right: -75%;
  left: auto;
}
.frame-type-textmedia.frame-layout-1 .ce-bodytext {
  margin-bottom: 1.75rem;
  background: transparent linear-gradient(77deg, #143672 0%, #143672 42%, #e40522 70%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: -3rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
  color: #fff;
  min-height: 300px;
  font-size: 1.24875rem;
}
.frame-type-textmedia.frame-layout-1 .ce-bodytext a:not(:hover) {
  color: #fff;
}
.frame-type-textmedia.frame-layout-1 ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 -1rem;
}
.frame-type-textmedia.frame-layout-1 li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.75rem;
  font-size: 2.25rem;
  padding: 0 1rem;
  min-width: 45%;
}
.frame-type-textmedia.frame-layout-1 li .text-uppercase {
  font-size: 1.24875rem;
}
@media (min-width: 992px) {
  .frame-type-textmedia.frame-layout-1 ul {
    flex-direction: row;
    justify-content: space-around;
  }
  .frame-type-textmedia.frame-layout-1 li {
    min-width: 25%;
    max-width: 25%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .frame-type-textmedia.frame-layout-1 .ce-gallery:before, .frame-type-textmedia.frame-layout-1 .ce-gallery:after {
    content: "";
    width: 100px;
    display: block;
  }
  .frame-type-textmedia.frame-layout-1 .ce-gallery:before {
    border-top: 1px solid #e40522;
    padding-bottom: 1rem;
    margin-left: auto;
  }
  .frame-type-textmedia.frame-layout-1 .ce-gallery:after {
    border-bottom: 1px solid #fff;
    padding-top: 1rem;
  }
  .frame-type-textmedia.frame-layout-1 .ce-gallery .ce-row:before, .frame-type-textmedia.frame-layout-1 .ce-gallery .ce-row:after {
    content: "";
    height: 80px;
    display: block;
  }
  .frame-type-textmedia.frame-layout-1 .ce-gallery .ce-row:before {
    border-left: 1px solid #fff;
    margin: auto 0 -1rem -1rem;
    padding-right: 1rem;
  }
  .frame-type-textmedia.frame-layout-1 .ce-gallery .ce-row:after {
    border-right: 1px solid #e40522;
    margin-right: -1rem;
    padding-left: 1rem;
    margin-top: -1rem;
  }
  .frame-type-textmedia.frame-layout-1 .ce-bodytext {
    margin-top: -7rem;
    padding-top: 10rem;
  }
  .frame-type-textmedia.frame-layout-1 .ce-bodytext .banner-bg-graphic:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: -3px;
    margin-left: 0;
    margin-right: 0;
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1188.6 447.9'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='.15'><path d='M570.5 230.6c15.8 0 15.8 20 31.6 20s15.8-20 31.6-20 15.8 20 31.6 20 15.8-20 31.6-20 15.8 20 31.6 20' /><path d='M65.3 419.3c15.8 0 15.8 20 31.6 20s15.8-20 31.6-20 15.8 20 31.6 20 15.8-20 31.6-20 15.8 20 31.6 20' /><path d='m724.4 394 31.6 20 31.6-20 31.6 20' /><path d='m339.6 236.5 15-34.3L392 201' /><path d='m287.1 216.6 37.4-1.4 14.7-34.4 37.4-1.4' /><g><path d='M21.7 20.3v39.5' /><path d='M41.4 40.1H1.9' /></g><circle cx='26.7' cy='187.2' r='16' /><circle cx='367.4' cy='326.5' r='16' /><path d='M1186.3,260.1l-46.6,12.5l34.1,34.1L1186.3,260.1z' /><path d='M522.5 401.2h34.3v34.3h-34.3z' /><path d='M164.9 122.4h34.3v34.3h-34.3z' transform='rotate(-45 181.99188915 139.49755951)' /><path d='m755.1 442.5 31.1-20.8 32.1 19.2' /><g transform='translate(-515.681 1433)'><path d='M655.7-1123.1v14.9c0 6-8.9 11.9-14.9 11.9h-4.5c-2.5 0-4.5 2-4.5 4.5v4.5h47.6v-4.5c0-2.5-2-4.5-4.5-4.5h-4.5c-6 0-14.9-6-14.9-11.9' /><path d='M679.5-1146.7c0 13.1-10.7 23.8-23.8 23.8s-23.8-10.7-23.8-23.8v-29.9h47.6v29.9z' /><path d='M631.9-1167.9c-8.9-1.6-14.9 3.7-14.9 11.9s6.7 18 14.9 18h1.6m46-29.9c8.9-1.6 14.9 3.7 14.9 11.9s-6.7 18-14.9 18h-1.6' /></g></g></svg>");
    position: absolute;
    left: -40%;
    bottom: 1rem;
  }
  .frame-type-textmedia.frame-layout-1 ul {
    margin-left: -3.7rem;
    margin-right: -3.7rem;
  }
  .frame-type-textmedia.frame-layout-1 li {
    padding-top: 1rem;
  }
}
@media (min-width: 1400px) {
  .frame-type-textmedia.frame-layout-1 ul {
    margin-left: -9.3rem;
    margin-right: -9.3rem;
  }
}

.frame-type-shortcut {
  margin: 0;
}

.frame-type-shortcut.frame-layout-10 .dashboard-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
.frame-type-shortcut.frame-layout-10 .dashboard-row header > h2:before, .frame-type-shortcut.frame-layout-10 .dashboard-row header > .h2:before {
  content: none;
}
.frame-type-shortcut.frame-layout-10 .dashboard-row header > h2, .frame-type-shortcut.frame-layout-10 .dashboard-row header > .h2,
.frame-type-shortcut.frame-layout-10 .dashboard-row header > h3,
.frame-type-shortcut.frame-layout-10 .dashboard-row header > .h3 {
  font-size: 1.24875rem;
  font-weight: 700;
}
.frame-type-shortcut.frame-layout-10 .dashboard-row header > h2:after, .frame-type-shortcut.frame-layout-10 .dashboard-row header > .h2:after,
.frame-type-shortcut.frame-layout-10 .dashboard-row header > h3:after,
.frame-type-shortcut.frame-layout-10 .dashboard-row header > .h3:after {
  content: "";
  border-top: 1px solid #ccc;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 12px;
}

.frame-type-shortcut.frame-layout-10 .dashboard-row > * {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
}

@media (min-width: 768px) {
  .frame-type-shortcut.frame-layout-10 .row-cols-md-2 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .frame-type-shortcut.frame-layout-10 .row-cols-md-2 > * {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    flex: 1 1 auto;
    width: 46.65%;
  }
}
@media (min-width: 1200px) {
  .frame-type-shortcut.frame-layout-10 .row-cols-xl-3 > * {
    width: 31.2%;
    max-width: initial !important;
  }
}
@media (min-width: 576px) {
  .frame-layout-2 .ce-uploads li {
    flex-direction: row;
  }
  .ce-textpic .ce-gallery.w25 {
    width: 24%;
  }
  .ce-textpic .ce-gallery.w50 {
    width: 49%;
  }
  .ce-textpic .ce-gallery.w75 {
    width: 74%;
  }
  .ce-textpic .ce-gallery.w33 {
    width: 32.33333%;
  }
  .ce-textpic .ce-gallery.w66 {
    width: 65.66666%;
  }
  .ce-textpic .ce-column figure img {
    max-width: 100%;
    height: auto;
  }
  .ce-textpic.ce-center .ce-column {
    padding: 0 0.5rem;
  }
  .ce-textpic.ce-above .ce-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .ce-textpic.ce-below .ce-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .ce-textpic.ce-left .ce-row {
    justify-content: flex-start;
  }
  .ce-textpic.ce-intext.ce-left .ce-bodytext ul li,
  .ce-textpic.ce-intext.ce-left .ce-bodytext ol li {
    position: relative;
    left: 2rem;
    padding-right: 1em;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-nowrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ce-textpic.ce-nowrap.ce-left {
    justify-content: left;
  }
  .ce-textpic.ce-nowrap.ce-right {
    flex-direction: row-reverse;
  }
  .ce-textpic.ce-nowrap.ce-right .ce-row {
    margin: 0 0 0 1rem;
  }
  .ce-textpic.ce-nowrap .ce-row {
    flex-direction: row;
    margin: 0 1rem 0 0;
  }
  .ce-textpic.ce-nowrap .ce-column figure img {
    max-width: none;
  }
  .ce-textpic.ce-intext .ce-gallery {
    max-width: 48%;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 1.75rem;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 1.75rem;
  }
}
@media (min-width: 992px) {
  .frame-default {
    margin: 0.75% 0.5% 12px;
  }
  .ce-w25,
  .frame-w25 {
    width: 24%;
    margin: 0.75% 0.5% 12px;
  }
  .ce-w50,
  .frame-w50 {
    width: 49%;
    margin: 0.75% 0.5% 12px;
  }
  .ce-w75,
  .frame-w75 {
    width: 74%;
    margin: 0.75% 0.5% 12px;
  }
  .ce-w33,
  .frame-w33 {
    width: 32.33333%;
    margin: 0.75% 0.5% 12px;
  }
  .ce-w66,
  .frame-w66 {
    width: 65.66666%;
    margin: 0.75% 0.5% 12px;
  }
  .ce-w100 {
    width: 100%;
  }
  .ce-textpic.ce-intext .ce-gallery {
    max-width: 48.5%;
  }
}
html body * {
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}
body .content {
  overflow-x: hidden;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body .content {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  body .content {
    margin-bottom: 2.5rem;
  }
}
body .contentrow.container > .row > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
body .contentrow.container > .row > div.noflex {
  display: block;
}
body .contentrow.container > .row > div.flexright {
  justify-content: flex-end;
}
body .headerrow {
  background: transparent linear-gradient(177deg, #f2f7f8 0%, #FEFEFE 48%, #F5F7F8 81%, #e0e4e7 100%) 0% 0% no-repeat padding-box;
}
body .headerrow.header-with-image {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body .headerrow.header-with-image {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  body .headerrow.header-with-image {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  body .headerrow.header-with-image {
    padding-top: 1.5rem;
  }
}
body .headerrow.header-with-image .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .headerrow.header-with-image .header__image {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  body .headerrow.header-with-image .header__image {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  body .headerrow.header-with-image .header__image {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  body .headerrow.header-without-image.header-min-height {
    min-height: 165px;
  }
}
body .headerrow.header-without-image h1, body .headerrow.header-without-image .h1 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  body .headerrow.header-without-image h1, body .headerrow.header-without-image .h1 {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  body .headerrow.header-without-image h1, body .headerrow.header-without-image .h1 {
    margin-top: 2.5rem;
  }
}
body .spacing-mb-50 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body .spacing-mb-50 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  body .spacing-mb-50 {
    margin-bottom: 2.5rem;
  }
}

.contentrow .col-12 > .frame-default {
  margin-bottom: 1.75;
  display: flex;
  flex-direction: column;
}

.frame-space-after-none {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .headerrow .frame-type-text {
    max-width: 985px;
  }
  .contentrow .col-12 .frame-type-text,
  .contentrow .col-12 .frame-type-textmedia,
  .contentrow .col-12 .frame-type-uploads,
  .contentrow .col-12 .frame-type-html,
  .contentrow .col-12 .frame-type-epxBpw_accordion,
  .contentrow .col-12 .frame-type-menu_pages,
  .contentrow .col-12 .frame-type-menu_subpages,
  .contentrow .col-12 .frame-type-menu_sitemap,
  .contentrow .col-12 .frame-type-menu_sitemap_pages {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentrow .col-12 .textflow-lg {
    max-width: 985px;
  }
  .contentrow .col-12 .textflow-lg--middle {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28%;
  }
}
.pageheader {
  background-color: #f2f7f8;
  min-height: 2px;
}

.nav-wrapper {
  background-color: #f2f7f8;
}
.nav-wrapper .mainrow {
  min-height: 64px;
}
.nav-wrapper .container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.nav-wrapper.sticky-holder {
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1019607843);
  background-color: #f2f7f8;
  transition: background-color 0.5s ease 0s;
  /* only transition top property */
  background-color: #fff;
  padding-bottom: 0;
}
.nav-wrapper.sticky-holder .main-logo img {
  transition: height 0.2s ease 0s;
  height: 55px;
  width: 110px;
  margin-top: 0 !important;
}
.nav-wrapper .main-logo .header-logo {
  display: block;
}
.nav-wrapper .main-logo img {
  display: block;
  max-width: 100px;
}
.nav-wrapper .icn-login:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25.432' height='22.829'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'><path d='M1 11.174h12.352' /><path stroke-linejoin='round' d='m10.551 15.924 4.751-4.751-4.751-4.749' /><path stroke-linejoin='round' d='M15.097 1.001h9.335V21.83h-9.335' /></g></svg>");
}
.nav-wrapper .icn-login:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25.432' height='22.829'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><path d='M1 11.174h12.352' /><path stroke-linejoin='round' d='m10.551 15.924 4.751-4.751-4.751-4.749' /><path stroke-linejoin='round' d='M15.097 1.001h9.335V21.83h-9.335' /></g></svg>");
}
.nav-wrapper .login-btn-spacing {
  margin-bottom: 0;
}
.nav-wrapper .icn-personell:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 26c0-4.688 6.25-4.688 9.375-7.813 1.563-1.562-3.125-1.562-3.125-9.375Q7.25 1 13.5 1t6.25 7.813c0 7.812-4.688 7.812-3.125 9.375a13.568 13.568 0 0 0 4.052 2.479C23.186 21.82 26 22.855 26 26' /></svg>");
}
.nav-wrapper .icn-personell:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 26c0-4.688 6.25-4.688 9.375-7.813 1.563-1.562-3.125-1.562-3.125-9.375Q7.25 1 13.5 1t6.25 7.813c0 7.812-4.688 7.812-3.125 9.375a13.568 13.568 0 0 0 4.052 2.479C23.186 21.82 26 22.855 26 26' /></svg>");
}
.nav-wrapper .icn-personell.btn-secondary:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 26c0-4.688 6.25-4.688 9.375-7.813 1.563-1.562-3.125-1.562-3.125-9.375Q7.25 1 13.5 1t6.25 7.813c0 7.812-4.688 7.812-3.125 9.375a13.568 13.568 0 0 0 4.052 2.479C23.186 21.82 26 22.855 26 26' /></svg>");
}
.nav-wrapper .icn-personell.btn-secondary:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 26c0-4.688 6.25-4.688 9.375-7.813 1.563-1.562-3.125-1.562-3.125-9.375Q7.25 1 13.5 1t6.25 7.813c0 7.812-4.688 7.812-3.125 9.375a13.568 13.568 0 0 0 4.052 2.479C23.186 21.82 26 22.855 26 26' /></svg>");
}
.nav-wrapper .icn-logout:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 3px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.4 22.8'><g transform='matrix(0 -1 1 0 1 21.83)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'><g transform='translate(2 1)'><path d='M8.7 8v12.4' /><path d='m3.9 17.6 4.8 4.8 4.7-4.8' /></g><path d='M20.8 9.4V0H0v9.3' /></g></svg>");
}
.nav-wrapper .icn-logout:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.4 22.8'><g transform='matrix(0 -1 1 0 1 21.83)' fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><g transform='translate(2 1)'><path d='M8.7 8v12.4' /><path d='m3.9 17.6 4.8 4.8 4.7-4.8' /></g><path d='M20.8 9.4V0H0v9.3' /></g></svg>");
}
.nav-wrapper .icn-logout.btn-secondary:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.4 22.8'><g transform='matrix(0 -1 1 0 1 21.83)' fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><g transform='translate(2 1)'><path d='M8.7 8v12.4' /><path d='m3.9 17.6 4.8 4.8 4.7-4.8' /></g><path d='M20.8 9.4V0H0v9.3' /></g></svg>");
}
.nav-wrapper .icn-logout.btn-secondary:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.4 22.8'><g transform='matrix(0 -1 1 0 1 21.83)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'><g transform='translate(2 1)'><path d='M8.7 8v12.4' /><path d='m3.9 17.6 4.8 4.8 4.7-4.8' /></g><path d='M20.8 9.4V0H0v9.3' /></g></svg>");
}

@media (min-width: 992px) {
  .pageheader {
    min-height: 10px;
    display: flex;
  }
  .pageheader.pageheader-with-metarow {
    min-height: 50px;
  }
  .pageheader.pageheader-with-metarow + .nav-wrapper .main-logo img {
    margin-top: -30px;
  }
  .nav-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  .nav-wrapper .main-logo img {
    max-width: 140px;
  }
  .nav-wrapper .main-nav {
    margin-left: auto;
  }
  .nav-wrapper .metarow {
    position: absolute;
    top: -50px;
    z-index: 150;
    height: 50px;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .internal-header-area {
    display: flex;
    align-items: baseline;
  }
  .internal-header-area .icn-personell {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    margin-left: 0.5%;
    background-color: #ececec;
  }
  .internal-header-area .icn-personell:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: -3px;
    margin-left: 0;
    margin-right: 0px;
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27'><path fill='none' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 26c0-4.688 6.25-4.688 9.375-7.813 1.563-1.562-3.125-1.562-3.125-9.375Q7.25 1 13.5 1t6.25 7.813c0 7.812-4.688 7.812-3.125 9.375a13.568 13.568 0 0 0 4.052 2.479C23.186 21.82 26 22.855 26 26' /></svg>");
    background-size: 83%;
  }
  .internal-header-area .frame-default {
    margin-top: 0;
  }
  .internal-header-area .frame-default p {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .internal-header-area .icn-personell {
    width: 55px;
    height: 55px;
  }
  .internal-header-area .icn-personell:before {
    background-size: 100%;
  }
  .nav-wrapper .lang-nav {
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-wrapper .main-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.7rem;
  }
  .nav-wrapper .lang-nav .nav-link {
    padding: 8px;
  }
  .nav-wrapper .lang-nav .nav-link:not(.current) {
    width: 73px;
  }
  .nav-wrapper .login-btn-spacing {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .nav-wrapper .lang-nav {
    margin-left: 1rem;
  }
  .nav-wrapper .login-btn-spacing {
    margin-left: 1rem;
  }
}
ul.navlist {
  list-style: none;
}

.nav-wrapper .nav-link {
  padding: 0.75rem 0.75rem;
}

@media (min-width: 1200px) {
  .nav-wrapper .nav-link {
    padding: 0.75rem 1rem;
  }
}
.nav-wrapper .main-nav > .nav > .nav-item.hassub > button {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: -3px;
  margin-left: -15px;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7.4"><path fill="%23333" d="M10.6,0L6,4.6L1.4,0L0,1.4l6,6l6-6L10.6,0z"/></svg>');
  border: 0 none;
  background-color: transparent;
  margin-bottom: -3px;
  background-position: center center;
  background-size: 46%;
  z-index: 2;
}
.nav-wrapper .main-nav > .nav > .nav-item.hassub > button[aria-expanded=true], .nav-wrapper .main-nav > .nav > .nav-item.hassub > button:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7.4"><path fill="%23e40522" d="M10.6,0L6,4.6L1.4,0L0,1.4l6,6l6-6L10.6,0z"/></svg>');
}
.nav-wrapper .main-nav > .nav > .nav-item > .nav-link {
  position: relative;
}
.nav-wrapper .main-nav > .nav > .nav-item > .nav-link:hover:before {
  content: "";
  border-bottom: 2px solid #e40522;
  width: calc(100% - 0.75rem - 0.75rem);
  position: absolute;
  left: 0.75rem;
  bottom: 3px;
}
.nav-wrapper .main-nav > .nav > .nav-item.active > .nav-link {
  color: var(--bpw-link-color);
}
.nav-wrapper .main-nav > .nav > .nav-item.active > .nav-link:before {
  content: "";
  border-bottom: 2px solid #e40522;
  width: calc(100% - 0.75rem - 0.75rem);
  position: absolute;
  left: 0.75rem;
  bottom: 3px;
}

.main-nav ul.lvl2 {
  display: none;
  position: absolute;
  top: 52px;
  z-index: 2000;
  padding: 0;
  background-color: #fff;
  min-width: 10rem;
  border-radius: 0.625rem;
  box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
  text-align: center;
}
.main-nav ul.lvl2:after {
  content: "";
  position: absolute;
  margin-left: -10px;
  top: -10px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
}
.main-nav ul.lvl2 .nav-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}
.main-nav ul.lvl2 .nav-link:hover:before {
  content: "";
  border-bottom: 1px solid #e40522;
  width: calc(100% - 0.75rem - 0.75rem);
  position: absolute;
  left: 0.75rem;
  bottom: 5px;
}
.main-nav ul.lvl2 .nav-item.active > .nav-link {
  color: var(--bpw-link-color);
}
.main-nav ul.lvl2 .nav-item.active > .nav-link:before {
  content: "";
  border-bottom: 1px solid #e40522;
  width: calc(100% - 0.75rem - 0.75rem);
  position: absolute;
  left: 0.75rem;
  bottom: 5px;
}

.main-nav li:hover > ul.lvl2,
.main-nav li > ul.lvl2.show {
  display: block;
}

.metarow .meta-nav .nav-item .nav-link {
  font-size: 16px;
  position: relative;
}
.metarow .meta-nav .nav-item .nav-link:hover:before {
  content: "";
  border-bottom: 1px solid #e40522;
  width: calc(100% - 0.75rem - 0.75rem);
  position: absolute;
  left: 0.75rem;
  bottom: 5px;
}
.metarow .meta-nav .nav-item .nav-link:not(:hover) {
  color: #484848;
}
.metarow .meta-nav .nav-item.active > .nav-link {
  color: var(--bpw-link-color);
}
.metarow .meta-nav .nav-item.active > .nav-link:before {
  content: "";
  border-bottom: 1px solid #e40522;
  width: calc(100% - 0.75rem - 0.75rem);
  position: absolute;
  left: 0.75rem;
  bottom: 5px;
}

.lang-nav {
  position: relative;
}
.lang-nav .nav-link {
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #333;
  font-size: 15px;
  padding: 12px;
}
.lang-nav .nav-link:not(.current) {
  background-color: #fff;
  width: 80px;
  height: 38px;
}
.lang-nav .nav-link.disabled {
  background-color: transparent;
  color: #ccc;
}
.lang-nav .nav-link.current {
  position: absolute;
  justify-content: center;
  z-index: 1;
  background-color: #ececec;
  width: 40px;
  height: 40px;
  margin-top: -1px;
}
.lang-nav .nav-link.active:hover {
  color: #e40522;
  text-decoration: underline;
}
.lang-nav.lang-is-en .active {
  justify-content: flex-start;
}
.lang-nav.lang-is-en .current {
  right: 0;
}

.nav-searchlink a {
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #ececec;
  height: 40px;
  width: 40px;
  padding: 11px;
}
.nav-searchlink a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25.747' height='24.871'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' transform='translate(1 1)'><path d='m18.691 18.691 4.65 3.773' /><circle cx='9.345' cy='9.345' r='9.345' /></g></svg>");
}
.nav-searchlink a:hover {
  background-color: #fff;
}
.nav-searchlink a:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25.747' height='24.871'><g fill='none' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' transform='translate(1 1)'><path d='m18.691 18.691 4.65 3.773' /><circle cx='9.345' cy='9.345' r='9.345' /></g></svg>");
}

.mobiletrigger,
.mobilecloser {
  display: inline-block;
  cursor: pointer;
  height: 44px;
  width: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.mobiletrigger {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27.742' height='23.62'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M1 1h25.742M1 11.81h15.445M1 22.62h25.742' /></svg>");
  margin-right: -5px;
  margin-left: 0.5rem;
}
.mobiletrigger:hover, .mobiletrigger:active {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='27.742' height='23.62'><path fill='none' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M1 1h25.742M1 11.81h15.445M1 22.62h25.742' /></svg>");
}

@media (min-width: 576px) {
  .mobiletrigger,
  .mobilecloser {
    width: 40px;
  }
  .mobiletrigger {
    margin-left: 0.75rem;
  }
}
.mobilecloser {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20.614' height='20.614'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.414 1.414 6.114 6.114 11.671 11.671m-17.785 0L19.199 1.414' /></svg>");
}
.mobilecloser:hover, .mobilecloser:active {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20.614' height='20.614'><path fill='none' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.414 1.414 6.114 6.114 11.671 11.671m-17.785 0L19.199 1.414' /></svg>");
}

#sidebarmenuwidget {
  background-color: #f2f7f8;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  width: 100%;
  left: -100%;
  transition-timing-function: ease-in-out;
  top: 0;
  z-index: 1500;
  min-height: 100%;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  position: fixed;
}
#sidebarmenuwidget.show {
  left: 0 !important;
}
#sidebarmenuwidget .headrow {
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#sidebarmenuwidget .sidebarnavi {
  clear: both;
  margin-bottom: 1rem;
}
#sidebarmenuwidget .sidebarnavi ul {
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebarmenuwidget .sidebarnavi ul li {
  width: 100%;
  position: relative;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ccc;
}
#sidebarmenuwidget .sidebarnavi ul li.current > a {
  color: #e40522;
}
#sidebarmenuwidget .sidebarnavi ul li.hassub button, #sidebarmenuwidget .sidebarnavi ul li.activesub button {
  position: absolute;
  right: 0.7rem;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7.4"><path fill="%23333" d="M10.6,0L6,4.6L1.4,0L0,1.4l6,6l6-6L10.6,0z"/></svg>');
  border: 0 none;
  background-color: transparent;
}
#sidebarmenuwidget .sidebarnavi ul li.hassub button[aria-expanded=true], #sidebarmenuwidget .sidebarnavi ul li.activesub button[aria-expanded=true] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7.4"><path fill="%23e40522" d="M10.6,0L6,4.6L1.4,0L0,1.4l6,6l6-6L10.6,0z"/></svg>');
  transform: rotate(180deg);
  margin-top: 3px;
}
#sidebarmenuwidget .sidebarnavi ul li a {
  width: 100%;
  display: inline-block;
}
#sidebarmenuwidget .sidebarnavi ul li ul {
  margin-bottom: 1rem;
}
#sidebarmenuwidget .sidebarnavi ul li ul li:last-child {
  border: none;
}
#sidebarmenuwidget .sidebarnavi ul li ul li a {
  display: inline-flex;
  font-size: 1rem;
}
#sidebarmenuwidget .sidebarnavi ul li ul li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-bottom: -3px;
  margin-left: 10px;
  margin-right: 10px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='6.8' height='11.5'><g transform='translate(1 21.83) rotate(-90)'><g transform='translate(2 1)'><path fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3-1l4.8,4.8L18.8-1' /></g></g></svg>");
  display: inline-block;
  margin-top: 7px;
}
#sidebarmenuwidget .lang-nav {
  margin-bottom: 1rem;
  float: right;
}
#sidebarmenuwidget .metarow {
  clear: both;
  font-size: 1rem;
  margin-bottom: 3rem;
}
#sidebarmenuwidget .metarow .nav-link {
  padding: 0.2rem 0;
}

#sidebarmenuwidget li.activesub > ul.animatedlayer,
ul.animatedlayer.open {
  max-height: 1000px;
}

.breadrow {
  display: flex;
}

.breadcrumb {
  margin: 0.5rem 0 1.75rem;
}
.breadcrumb .breadcrumb-item {
  padding-right: 0.3rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item a:not(:hover) {
  color: #e40522;
  text-decoration: none;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.pagefooter {
  background-color: #484848;
  color: #fff;
  font-size: 1rem;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .pagefooter {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .pagefooter {
    padding-top: 5rem;
  }
}
.pagefooter {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .pagefooter {
    padding-bottom: 2.5rem;
  }
}
.pagefooter .footer-logo {
  margin-bottom: 1.75rem;
}
.pagefooter hr {
  background-color: #f7f7f7;
}
.pagefooter a, .pagefooter span {
  color: #fff;
  text-decoration: none;
}
.pagefooter a:hover, .pagefooter a:active, .pagefooter span:hover, .pagefooter span:active {
  color: #ccc;
  text-decoration: underline;
}

.footerparts__item {
  margin-bottom: 1rem;
}
.footerparts__item .footer-headline {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footerparts__item .footer-headline {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .footerparts__item .footer-headline {
    margin-bottom: 2.5rem;
  }
}
.footerparts__item h2, .footerparts__item .h2 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  min-height: 1.2rem;
}
.footerparts__item h2:before, .footerparts__item .h2:before {
  content: none;
}
.footerparts__item .frame-type-text ul,
.footerparts__item .frame-type-menu_pages ul,
.footerparts__item .frame-type-menu_subpages ul {
  list-style: none;
  padding: 0;
}
.footerparts__item .frame-type-text li,
.footerparts__item .frame-type-menu_pages li,
.footerparts__item .frame-type-menu_subpages li {
  margin-bottom: 10px;
}

.footermenu {
  margin-left: -16px;
}

.copyright-text {
  margin: 0.75rem 0;
}

.socials {
  margin-bottom: 1rem;
}
.socials .socials--icn {
  text-indent: -99999px;
  overflow: hidden;
  display: inline-flex;
  margin-right: 1.75rem;
  width: 1.5rem;
}
.socials .socials--icn:hover:before {
  opacity: 0.5;
}
.socials .socials--icn:before {
  content: "";
  padding: 0.75rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.socials .socials--icn.icn-blog:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path id='icn-blog' d='M14.52,4.01a.507.507,0,0,0-.52.51V6.5a.5.5,0,0,0,.5.5v.02A11.961,11.961,0,0,1,25.98,18.5H26a.5.5,0,0,0,.5.5h1.98a.507.507,0,0,0,.51-.52A15.018,15.018,0,0,0,14.52,4.01Zm0,5a.514.514,0,0,0-.52.51V11.5a.5.5,0,0,0,.5.5v.029A6.951,6.951,0,0,1,20.971,18.5H21a.5.5,0,0,0,.5.5h1.98a.514.514,0,0,0,.51-.52A10.035,10.035,0,0,0,14.52,9.01ZM5.5,10a.5.5,0,0,0-.5.5v11A6.5,6.5,0,1,0,11.5,15a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5A2.5,2.5,0,1,1,9,21.5v-11a.5.5,0,0,0-.5-.5Z' transform='translate(-5 -4.009)' fill='%23fff'/></svg>");
}
.socials .socials--icn.icn-facebook:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'><path id='icn-facebook' d='M25.079,12.539a12.539,12.539,0,1,0-14.5,12.387V16.164H7.4V12.539H10.58V9.777c0-3.143,1.872-4.879,4.736-4.879a19.284,19.284,0,0,1,2.807.245V8.229H16.542A1.812,1.812,0,0,0,14.5,10.187v2.352h3.478l-.556,3.625H14.5v8.762A12.543,12.543,0,0,0,25.079,12.539Z' fill='%23fff'/></svg>");
}
.socials .socials--icn.icn-instagram:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path id='icn-instagram' d='M6.225 1h10.45A5.225 5.225 0 0 1 21.9 6.225v10.45a5.225 5.225 0 0 1-5.224 5.225H6.225A5.225 5.225 0 0 1 1 16.676V6.225A5.225 5.225 0 0 1 6.225 1Z' /><path d='M15.631 10.79a4.18 4.18 0 1 1-3.522-3.522 4.18 4.18 0 0 1 3.522 3.522Zm1.567-5.087h0' /></g></svg>");
}
.socials .socials--icn.icn-twitter:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'><path id='icn-twitter' d='M24.53,6.729a9.588,9.588,0,0,1-2.724.749,4.759,4.759,0,0,0,2.087-2.626A9.424,9.424,0,0,1,20.88,6a4.741,4.741,0,0,0-8.205,3.243,4.643,4.643,0,0,0,.122,1.083A13.44,13.44,0,0,1,3.02,5.367a4.752,4.752,0,0,0,1.474,6.339,4.632,4.632,0,0,1-2.155-.593v.059a4.747,4.747,0,0,0,3.806,4.654,4.774,4.774,0,0,1-1.249.167A4.474,4.474,0,0,1,4,15.9a4.75,4.75,0,0,0,4.433,3.3,9.509,9.509,0,0,1-5.893,2.033,9.614,9.614,0,0,1-1.132-.069,13.257,13.257,0,0,0,7.26,2.146A13.414,13.414,0,0,0,22.178,9.8c0-.206,0-.411-.015-.612A9.654,9.654,0,0,0,24.53,6.729Z' transform='translate(-1.413 -4.5)' fill='%23fff'/></svg>");
}
.socials .socials--icn.icn-youtube:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'><path id='icn-youtube' d='M6.153 0 4.701 2.88 3.249 0H1.397l2.617 4.561.015-.009v3.507h1.344V4.552l.015.009L8.005 0Zm3.921 2.686a.681.681 0 0 1 .672.672v2.687a.672.672 0 1 1-1.343 0V3.358a.681.681 0 0 1 .671-.671Zm0-1.343a2.021 2.021 0 0 0-2.015 2.015v2.687a2.015 2.015 0 1 0 4.03 0V3.358a2.021 2.021 0 0 0-2.015-2.015Zm6.045 0v5.289c-.586.489-1.343.784-1.343-.958V1.343h-1.347v4.6c.021 1.11.255 3.11 2.684 1.484v.629h1.343V1.343h-1.337Zm2.01 13.429a.672.672 0 0 0-.672.672v.672H18.8v-.672a.672.672 0 0 0-.671-.672Zm-6.045.672v3.528c.455.455 1.343.5 1.343-.168v-3.147c.002-.671-.666-.885-1.338-.21Zm9.293-3.242a2.793 2.793 0 0 0-2.746-2.693c-1.465-.073-4.816-.109-7.76-.109s-6.533.036-8 .109a2.793 2.793 0 0 0-2.742 2.696c-.088 1.577-.132 2.148-.132 2.936s.044 1.971.132 3.547a2.793 2.793 0 0 0 2.749 2.694c1.465.073 5.054.109 8 .109s6.3-.036 7.76-.109a2.793 2.793 0 0 0 2.746-2.693q.11-1.971.11-3.547c0-1.051-.037-1.623-.11-2.936ZM4.029 20.149H2.686v-6.717H1.343v-1.343h4.03v1.343H4.029Zm5.373 0H8.059v-.629c-2.554 1.433-2.664.046-2.684-1.064v-3.684h1.341v3.7c0 .812.757.733 1.343.244v-3.944h1.343Zm5.373-1.362c0 1.4-1.438 1.813-2.686.722v.641h-1.343v-8.061h1.343v2.183c1.343-1.343 2.686-.84 2.686.5Zm5.373-2.667v.672h-2.686v1.343a.672.672 0 1 0 1.343 0v-.673h1.343v.672a2.015 2.015 0 1 1-4.03 0v-2.687a2.015 2.015 0 1 1 4.03 0v.672Z' fill='%23fff'/></svg>");
}
.socials .socials--icn.icn-xing:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'><path id='icn-xing' d='M10.1,9.2c-0.1,0.2-1.2,2.2-3.5,6.1c-0.2,0.4-0.5,0.6-0.9,0.6H2.5c-0.4,0-0.6-0.4-0.4-0.7l3.4-6c0,0,0,0,0,0L3.3,5.5c-0.2-0.4,0-0.7,0.4-0.7H7c0.4,0,0.7,0.2,0.9,0.6C7.8,5.4,10.1,9.2,10.1,9.2z M20.9,1.1l-7.1,12.5v0l4.5,8.2c0.2,0.4,0,0.7-0.4,0.7h-3.2c-0.4,0-0.7-0.2-0.9-0.6l-4.6-8.3L16.4,1c0.2-0.4,0.5-0.6,0.9-0.6h3.2C20.9,0.4,21.1,0.8,20.9,1.1z' fill='%23fff'/></svg>");
}
.socials .socials--icn.icn-linkedin:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'><path id='icn-linkedin' d='M22.8,1.9v19.3c0,1-0.8,1.6-1.6,1.6H1.9c-1,0-1.6-0.8-1.6-1.6V1.9c0-1,0.8-1.6,1.6-1.6h19.3C21.9,0.2,22.8,1.1,22.8,1.9z M6.8,8.9H3.6v10.6H7V8.9H6.8z M7.2,5.2c0-1.1-0.8-1.9-1.9-1.9S3.3,4.1,3.3,5.2s0.8,1.9,1.9,1.9C6.2,7.2,7.2,6.4,7.2,5.2z M19.4,12.9c0-3.2-2.1-4.5-4-4.5c-1.3,0-2.6,0.6-3.4,1.8V8.9H8.9v10.6h3.4v-5.8c-0.3-1.1,0.6-2.2,1.8-2.2h0.2c1.1,0,1.8,0.6,1.8,2.2v5.6h3.4C19.4,19.4,19.4,12.9,19.4,12.9z' fill='%23fff'/></svg>");
}
.socials .socials--icn:last-child {
  margin-right: 0;
}
.socials .nav-item:last-child .socials--icn {
  margin-right: 0;
}

form {
  margin-bottom: 1.75rem;
}
form .form-label-info {
  font-size: 0.9em;
  display: block;
}
form .clearfix {
  margin: 0;
}
form .form-select {
  -moz-padding-start: 1rem;
}
form .form-control:active {
  border-color: #484848;
}
form fieldset {
  margin-bottom: 3rem;
}
form label .required {
  padding-left: 3px;
}
form .form-field-inline {
  margin-left: 2.3rem;
  margin-bottom: 2rem;
}

ol.form-grid .form-label {
  display: block;
}

@media (max-width: 767.98px) {
  .form-label {
    margin-bottom: 0.2rem;
  }
  .form-control {
    padding: 0.6rem 1.5rem;
  }
}
textarea.form-control {
  border-radius: 0.625rem;
}

.form-upload.form-control {
  padding: 0.6rem 8px;
}
.form-upload.form-control::file-selector-button {
  margin-inline-start: -8px;
  margin-inline-end: 0.5rem;
}

.has-error label {
  color: #e40522;
}
.has-error input.form-upload,
.has-error input.error,
.has-error select.error,
.has-error textarea.error {
  border-color: #e40522;
}
.has-error .error.help-block {
  font-size: 0.984375rem;
  color: #e40522;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0;
}

.form-sugar {
  height: 0;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 768px) {
  .form-actions--is-sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 100%;
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px #143672 solid;
    animation: fade-in 0.2s linear 0s;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
  }
  .form-actions--is-sticky .btn {
    margin-bottom: 0;
  }
}
.accordion {
  margin-bottom: 1.75rem;
  display: inline-block;
}
.accordion-button {
  font-size: 1.24875rem;
  font-weight: 700;
}
.accordion-button.collapsed:hover {
  color: #e40522;
}
.accordion-button.collapsed:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e40522'><path fill-rule='evenodd' d='M12,3.2c4.8,0,8.8,3.9,8.8,8.8s-3.9,8.8-8.8,8.8S3.2,16.8,3.2,12S7.2,3.2,12,3.2 M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10%0A%09s10-4.5,10-10S17.5,2,12,2L12,2z'/><path fill-rule='evenodd' d='M12,7c-0.5,0-1,0.5-1,1v3H8c-0.5,0-1,0.5-1,1s0.5,1,1,1h3v3c0,0.5,0.5,1,1,1s1-0.5,1-1v-3h3c0.5,0,1-0.5,1-1s-0.5-1-1-1h-3%0A%09%09V8C13,7.5,12.5,7,12,7L12,7z'/></svg>");
}
.accordion-body {
  padding-top: 1.75rem;
}
.accordion-body img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .frame-type-epxBpw_grid .bs-teaser {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.125rem;
  }
  .frame-type-epxBpw_grid .bs-teaser.ce-w33 {
    flex: 0 0 33.3%;
  }
  .frame-type-epxBpw_grid .bs-teaser.layout-2 .linkbox {
    margin-top: auto;
  }
}
.modal-image,
.modal-text {
  padding: 15px;
}

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

.bs-teaser {
  max-width: 100%;
  margin-bottom: 1.75rem;
}
.bs-teaser .card-body > .teaser-headline {
  padding-top: 0.35rem;
}
.bs-teaser .teaser-img-wrap {
  position: relative;
}
.bs-teaser.layout-1 {
  margin-top: 110px;
}
.bs-teaser.layout-1 .teaser-img-wrap {
  margin-top: -100px;
  text-align: center;
}
.bs-teaser.layout-1 .copyright-image {
  bottom: -20px;
  background-color: transparent;
  color: #666;
}
.bs-teaser.layout-1 .img-description {
  position: absolute;
  bottom: 0;
  margin-left: -45px;
  width: 45px;
  height: 45px;
  line-height: 2.5;
  border-radius: 50rem;
  color: #fff;
  font-weight: 400;
  background: transparent linear-gradient(180deg, #e40522 0%, #a5133a 100%) 0% 0% no-repeat padding-box;
}
.bs-teaser.layout-2 .teaser-headline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.bs-teaser.layout-2 .teaser-counter {
  margin-top: -0.35rem;
  flex: 0 0 auto;
}
.bs-teaser.layout-2 .teaser-counter:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='29' height='29'><path fill='none' stroke='%23e40522' stroke-linecap='round' stroke-miterlimit='8' stroke-width='2' d='M14.853 9.047v6.373l-4.227 2.692' /><g fill='none' stroke='%23e40522' stroke-linecap='round' stroke-miterlimit='8' stroke-width='2' transform='translate(0 -.396)'><path d='M23.776 1.796 27.6 5.62m-25.493 0 3.824-3.824' /><path d='M26.255 14.545a11.472 11.472 0 1 0-11.4 12.746' /></g></svg>");
}
.bs-teaser.layout-2 .teaser-counter span.counter-time {
  color: #e40522;
  padding-right: 3px;
}
.bs-teaser.layout-2 .teaser-counter-expired {
  color: #666;
}
.bs-teaser.layout-2 .teaser-counter-expired:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='29' height='29'><path fill='none' stroke='%23aaa' stroke-linecap='round' stroke-miterlimit='8' stroke-width='2' d='M14.853 9.047v6.373l-4.227 2.692' /><g fill='none' stroke='%23aaa' stroke-linecap='round' stroke-miterlimit='8' stroke-width='2' transform='translate(0 -.396)'><path d='M23.776 1.796 27.6 5.62m-25.493 0 3.824-3.824' /><path d='M26.255 14.545a11.472 11.472 0 1 0-11.4 12.746' /></g></svg>");
}
.bs-teaser.layout-3 .card--colored {
  background: transparent linear-gradient(77deg, #143672 0%, #143672 10%, #c50c2e 50%) 0% 0% no-repeat;
  color: #fff;
}
.bs-teaser.layout-3 .card--colored h2, .bs-teaser.layout-3 .card--colored .h2,
.bs-teaser.layout-3 .card--colored h3,
.bs-teaser.layout-3 .card--colored .h3,
.bs-teaser.layout-3 .card--colored a:not(:hover) {
  color: #fff;
}
.bs-teaser.layout-3 .teaser-img-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
.bs-teaser.layout-3.ce-w100 .card--colored {
  position: relative;
}
.bs-teaser.layout-3.ce-w100 .card--colored:before, .bs-teaser.layout-3.ce-w100 .card--colored:after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -10;
  left: -75%;
  top: 0;
}
.bs-teaser.layout-3.ce-w100 .card--colored:before {
  background: transparent linear-gradient(77deg, #143672 0%, #143672 52%, #7f1d48 100%) 0% 0% no-repeat;
}
.bs-teaser.layout-3.ce-w100 .card--colored:after {
  background: transparent linear-gradient(77deg, #7f1d48 0%, #e40522 73%, #e40522 100%) 0% 0% no-repeat;
  right: -75%;
  left: auto;
}
@media (min-width: 992px) {
  .bs-teaser.layout-3.ce-w100 .card--colored {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}
.bs-teaser.layout-3.ce-w100 .card-body {
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .bs-teaser.layout-3.ce-w100 .card-body {
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .bs-teaser.layout-3.ce-w100 .card-body {
    margin-right: 8rem;
  }
}
.bs-teaser.layout-3.ce-w100 .teaser-img-wrap {
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  .bs-teaser.layout-3.ce-w100 .teaser-img-wrap img {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .bs-teaser.layout-3.ce-w100 .teaser-bg-graphic:before {
    content: "";
    display: inline-block;
    width: 62%;
    height: 79%;
    margin-bottom: -3px;
    margin-left: 0;
    margin-right: 0;
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='894.205' height='447.946'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='.15' transform='translate(-239.357 -709.97)'><path d='M862.871 1011.6c15.805 0 15.805 20 31.61 20s15.8-20 31.611-20 15.8 20 31.609 20 15.807-20 31.615-20 15.807 20 31.614 20m-628.316 100.679c15.8 0 15.8 20 31.61 20s15.8-20 31.61-20 15.8 20 31.61 20 15.807-20 31.614-20 15.808 20 31.615 20m486.671-54.041 31.61 20 31.614-20 31.614 20m-63.228 27.262 31.614-20 31.614 20M240.737 769.151l31.61 20 31.614-20 31.614 20M263.08 944.318l31.614-32.948 31.614 32.948m56.729-108.026v39.485m19.743-19.743h-39.485m727.657-145.064v39.485m19.742-19.743h-39.485' /><circle cx='16.036' cy='16.036' r='16.036' transform='translate(367.001 950.118)' /><path d='m750.398 802.176-27.92 27.92m27.92 0-27.92-27.92' /><circle cx='16.036' cy='16.036' r='16.036' transform='matrix(.8 -.5 .5 .8 625.17 1070.318)' /><path d='m457.206 1023.085-46.572 12.479 34.093 34.093Zm404.614 92.066h34.256v34.256H861.82zM476.127 918.465l24.2226499-24.2226499L524.5722998 918.465l-24.2226499 24.2226499zm-221.193 213.814 24.2226499-24.2226499L303.3792998 1132.279l-24.2226499 24.2226499z' /></g><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='.15'><path d='M116.071 354.409v-43.3a9.622 9.622 0 0 0-9.622-9.622H66.998c5.292 0 8.179 4.33 8.179 9.622v52.923a9.622 9.622 0 0 0 9.621 9.622' /><path d='M120.883 354.409H84.799a9.622 9.622 0 1 1 0 19.244h36.084a9.622 9.622 0 0 0 0-19.244Zm-53.885-52.922c-5.292 0-8.66 4.33-8.66 9.622h16.839m12.028 4.811h16.839m-16.839 12.028h16.839m-16.839 12.028h16.839' /></g></svg>");
    position: absolute;
    left: -15%;
    bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .bs-teaser {
    width: 100%;
  }
}
figure a.lightbox {
  position: relative;
}
figure a.lightbox:before, figure a.lightbox:after {
  position: absolute;
  opacity: 0;
  display: block;
  transition: opacity 0.2s linear 0s;
}
figure a.lightbox:before {
  content: "";
  background-color: #143672;
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
figure a.lightbox:hover:before {
  opacity: 0.9;
}
figure a.lightbox:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.69' height='21.69'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path d='M10.845 1v19.69' /><path d='M20.69 10.845H1' /></g></svg>");
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  border-radius: 50rem;
  outline: 2px solid #fff;
  outline-offset: 0.5rem;
  z-index: 15;
}
figure a.lightbox:hover:after {
  opacity: 1;
}

.lbbox.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.lbbox .modal-content {
  background-color: #333;
}
.lbbox .modal-header,
.lbbox .modal-footer {
  background-color: #333;
  color: #fff;
}
.lbbox .modal-header {
  border: solid 1px #fff;
  border-bottom: none;
}
.lbbox .modal-header .btn-close {
  background-color: #fff;
  margin-right: 0;
}
.lbbox .modal-body {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 0.75rem;
}
.lbbox .modal-body img {
  object-fit: contain;
}
.lbbox .modal-footer {
  border: solid 1px #fff;
  border-top: none;
  text-align: left;
  justify-content: left;
  font-size: 0.9em;
}

.supporter__icon {
  margin-right: 1rem;
}
.supporter__logos .ce-imageline {
  border: 1px solid #ccc;
  height: 93px;
  padding: 3px;
}

@media (min-width: 992px) {
  .supporter__text {
    margin-left: 4.5rem;
  }
  .supporter__logos {
    margin-left: 3.8rem;
  }
}
.page-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.page-pagination li {
  list-style: none !important;
}
.page-pagination a {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 0.375rem 0.9rem;
  font-size: 1.125rem;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-pagination a {
    transition: none;
  }
}
.page-pagination a.current, .page-pagination a.current:hover {
  z-index: 3;
  color: #fff;
  font-weight: 400;
  background: transparent linear-gradient(180deg, #e40522 0%, #a5133a 100%) 0% 0% no-repeat padding-box;
  border-color: transparent linear-gradient(180deg, #e40522 0%, #a5133a 100%) 0% 0% no-repeat padding-box;
}
.page-pagination a:hover {
  z-index: 2;
  color: #e40522;
  background-color: transparent;
  border-color: transparent;
}
.page-pagination a:focus {
  z-index: 3;
  color: var(--bpw-link-hover-color);
  background-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(228, 5, 34, 0.5);
}
.page-pagination a.prev, .page-pagination a.next {
  font-size: 0;
  padding-top: 13px;
  height: 100%;
}
.page-pagination a.prev:before, .page-pagination a.next:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-pagination a.prev:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.8 11.5'><path d='M9.3 3.8 14.1-1l4.7 4.8' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='rotate(-90 10.915 8.915)' /></svg>");
}
.page-pagination a.prev:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.8 11.5'><path d='M9.3 3.8 14.1-1l4.7 4.8' fill='none' stroke='%23e40522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='rotate(-90 10.915 8.915)' /></svg>");
}
.page-pagination a.next:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.8 11.5'><g transform='translate(1 21.83) rotate(-90)'><g transform='translate(2 1)'><path fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3-1l4.8,4.8L18.8-1' /></g></g></svg>");
}
.page-pagination a.next:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.8 11.5'><g transform='translate(1 21.83) rotate(-90)'><g transform='translate(2 1)'><path fill='none' stroke='%23e40522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3-1l4.8,4.8L18.8-1' /></g></g></svg>");
}

.news {
  margin-bottom: 1.75rem;
}

.news-list-date {
  font-size: 1rem;
}
.news-list-date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26.985' height='26.984'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><path stroke-linejoin='round' d='M1 3.776h24.985v22.208H1Z' /><path d='M25.985 9.328H1' /><path d='M6.552 3.776V1' /><path d='M20.432 3.776V1' /><path stroke-linejoin='round' d='M17.238 17h3v3h-3z' /></g></svg>");
}

.news-list-category:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23333' d='M1 1v5.6l8.5 8.5 5.7-5.7L6.7 1H1zm2.5 2.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z' /><path fill='%23fff' d='M2 2v4.2l7.5 7.5 4.2-4.2L6.2 2H2zm1.5 1.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z' /><path fill='%23333' d='M3.5 3.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0 .7-1.8 0-2.5-1.8-.7-2.5 0zm.7.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1-.8.3-1.1 0c-.3-.4-.3-.8 0-1.1zm1.917 4.366L8.592 6.09l3.535 3.535L9.652 12.1z' /></svg>");
}

.news-more-link {
  text-indent: -99999px;
  overflow: hidden;
  display: flex;
  margin-top: auto;
  margin-left: auto;
  width: 30px;
}
.news-more-link:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26.559' height='19.2'><g fill='none' stroke='%23e40522' stroke-linecap='round' stroke-width='2'><path stroke-linejoin='round' d='M17.372 17.786 25.558 9.6l-8.186-8.186' /><path d='M1 9.6h23.194' /><path d='M25.558 9.6h-1.364' /></g></svg>");
  padding: 10px 15px;
}
.news-more-link:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26.559' height='19.2'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><path stroke-linejoin='round' d='M17.372 17.786 25.558 9.6l-8.186-8.186' /><path d='M1 9.6h23.194' /><path d='M25.558 9.6h-1.364' /></g></svg>");
}

.news-listPid-link {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.news-infoview .card-body {
  padding-bottom: 0;
  padding-top: 1.25rem;
}

.news-img-wrap {
  position: relative;
  display: inline-block;
}

.news-single .teaser-text {
  font-weight: 700;
}
.news-single .news-img-wrap {
  margin-bottom: 1.75rem;
}
.news-single .news-img-wrap img {
  line-height: 1;
}
.news-single .news-img-wrap .news-img-caption {
  font-size: 0.9em;
  color: #484848;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.dashboard-row .news {
  margin-bottom: 0;
}

.news-dashboard {
  margin-left: -1rem;
  margin-right: -1rem;
}
.news-dashboard .article {
  padding: 0 1rem;
}
.news-dashboard .article + .article .header {
  border-top: 1px solid #ececec;
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .tx-kesearch-pi1 {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
#kesearch_num_results {
  color: #666;
  margin-bottom: 1rem;
}

#kesearch_results .result-list-item {
  margin-bottom: 1.75rem;
}
#kesearch_results .result-list-item .result-title {
  font-size: 1.24875rem;
}
#kesearch_results .result-list-item .hit {
  font-weight: 700;
}
#kesearch_results .result-list-item .result-teaser .hit {
  color: #143672;
}

#kesearch_pagebrowser_bottom {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}

.pages_total .result_txt {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.frame-type-cobusinessplan_businessplanlist .icn-pencil:before,
.frame-type-cobusinessplan_businessplanedit .icn-pencil:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='22.659' height='22.874'><path fill='none' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19.414 1.964 1.5 1.5a2.555 2.555 0 0 1 0 3.613l-14.8 14.8H1v-5.11l14.8-14.8a2.555 2.555 0 0 1 3.614-.003Zm-5.639 2.023 5.11 5.11'></path></svg>");
}
.frame-type-cobusinessplan_businessplanlist .icn-show-eye:before,
.frame-type-cobusinessplan_businessplanedit .icn-show-eye:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23e40522' d='M8.07 3C4.112 3 1 5.286 1 8s2.97 5 7 5c3.889 0 7-2.286 7-4.93C15 5.285 11.889 3.142 8.212 3h-.141Zm-.025 1.127c.141 0 .423.141.423.282s-.14.282-.423.282c-.845 0-1.69.704-1.69 1.55 0 .14-.141.282-.423.282-.282 0-.423-.141-.423-.282.141-1.127 1.268-2.114 2.536-2.114ZM2 8.03c0-1.298 1.017-2.591 2.647-3.312-.296.432-.296 1.01-.296 1.587 0 2.02 1.63 3.606 3.703 3.606 2.074 0 3.704-1.587 3.704-3.606 0-.577-.148-1.01-.296-1.443C12.943 5.582 14 6.875 14 8.029c-.148 2.02-2.841 3.924-6 3.971-3.36-.047-6-1.95-6-3.97Z'/></svg>");
}

.frame-type-cobusinessplan_businessplanlist h2, .frame-type-cobusinessplan_businessplanlist .h2 {
  margin-right: 3rem;
}
.frame-type-cobusinessplan_businessplanlist .competitive-current:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.6 90.6'><g transform='translate(543.456 -49.099)' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-width='2'><g transform='translate(757.544 1579.176)'><path d='M-1229.1-1464.1v-53.1c0-6.5-5.3-11.8-11.8-11.8 0 0 0 0 0 0h-48.4c6.5 0 10 5.3 10 11.8v64.9c0 6.5 5.3 11.8 11.8 11.8 0 0 0 0 0 0' /><path d='M-1223.2-1464.1h-44.3c6.5 0 11.8 5.3 11.8 11.8s-5.3 11.8-11.8 11.8h44.3c6.5 0 11.8-5.3 11.8-11.8s-5.3-11.8-11.8-11.8zm-66.2-65c-6.5 0-10.6 5.3-10.6 11.8h20.7'/><path d='M-1255.7-1511.3h11.8m-11.8 14.7h11.8m-11.8 14.8h11.8' /></g><path d='m-504.2 63.8-3.9 6.5-1.9-3.4' /><path d='M-504.2 78.5-508 85l-1.9-3.4' /><path id='Path_20431' d='m-504.2 93.1-3.9 6.5-1.9-3.4' /></g></svg>");
  background-position: 0 0;
  background-size: 40px;
  position: absolute;
  right: 1rem;
}
@media (min-width: 992px) {
  .frame-type-cobusinessplan_businessplanlist .competitive-current:before {
    background-size: 70px;
    background-position: 10px 0;
    width: 100px;
    height: 100px;
  }
}
.frame-type-cobusinessplan_businessplanlist .competitive-edit:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.9 90.6'><g transform='translate(-1252 -1466)'><g fill='none' stroke='%23143672' stroke-linecap='round' stroke-width='2' transform='translate(543.456 -49.099)'><g transform='translate(757.544 1579.176)'><path d='m23 1.1-.1-8.6' /><path d='m23-29.4-.1-21.9c0-6.5-5.3-11.8-11.8-11.8 0 0 0 0 0 0h-48.4c6.5 0 10 5.3 10 11.8v64.9c0 6.5 5.3 11.8 11.8 11.8 0 0 0 0 0 0' /><path d='M28.8 1.9h-44.3C-9 1.9-3.7 7.2-3.7 13.7S-9 25.5-15.5 25.5h44.3c6.5 0 11.8-5.3 11.8-11.8S35.3 1.9 28.8 1.9zm-66.2-65c-6.5 0-10.6 5.3-10.6 11.8h20.7' /><path d='M-13.9-45.3h22m-22 14.7h22m-22 14.8h22' /></g></g><g transform='translate(1365.476 1530.077)'><g><path d='M10.5-61.8c1.3.9 1.8 2.5 1.3 3.9-.4 1.4-1.1 2.6-2 3.7-2.1 2.3-4.6 4.3-6.8 6.5-1.4 1.3-2.7 2.8-3.9 4.2-.6.7-.7 1.8-.3 2.6.1.2.5.3.7.4.1-.3.2-.5.3-.8 0-.6.1-1.2.3-1.9.3-.6.8-1.2 1.3-1.7 2.4-2.2 4.8-4.3 7.1-6.5 1.9-1.6 3.4-3.7 4.2-6.1.7-2 .1-4.2-1.6-5.4-.6-.5-1.1-.5-1.6.1s-1 1.1-1.6 1.6c-.2.2-.5.2-.8.2-1.5-.8-3.4-.5-4.5.8l-9 9-9 9c-.3.4-.8.6-1.3.3-1.1-.4-2.3-.3-3.3.2-5.2 2.2-10.4 4.6-15.8 6.6-2.6.9-4.8 2.9-5.8 5.5-1.9 4.3-4.1 8.5-6.2 12.8-.7 1.4-.2 3.1 1.1 3.8.2.1.4.2.6.2.3.1.6-.1.9-.2-.2-.3-.3-.6-.5-.8-1.4-.7-1.7-1.4-1-2.8 2.4-4.9 4.8-9.8 7.1-14.6.4-.9 1.2-1.6 2.2-2 1.3-.5 2.6-1.1 3.9-1.6 4.6-2 9.3-3.9 13.9-5.9.8-.4 1.8-.4 2.6-.1-.3.3-.5.6-.8.8-2.7 2.7-5.3 5.4-8 8-.6.5-1.2.9-1.9 1.2-1.8.7-3.6 1.2-5.4 1.9-.4.1-.7.4-1 .7-1.1 1.7-2.2 3.5-3.3 5.2-.2.4-.6.8 0 1.1.2.1.7-.2.9-.5l3-4.8c.2-.2.3-.6.6-.6 1.3-.5 2.7-.9 4.3-1.5-.3.4-.5.6-.6.7L-40-17.8c-1.2 1.1-2.3 2.2-3.3 3.5-1.4 2.1-2.5 4.4-3.8 6.7-.5.6-.4 1.6.2 2.1.5.4 1.3.4 1.9 0 2.2-1.2 4.4-2.4 6.5-3.7.4-.2.8-.5 1.1-.9 1-1 1.9-2 2.9-3.1 1 1.5 2.8 2.3 4.6 2.1 4.1-.1 8.1 0 12.2 0 1.4 0 2.8.4 4 1.1C-6.8-6.3.1-6.6 6.6-11c1.9-1.3 3.7-2.6 6.1-2.2h.1c.2-.2.4-.4.7-.6 0 .1-.3-.2-.5-.2-2-.3-4.1.3-5.7 1.6C1.4-7.6-7-7-13.5-11c-1-.6-2.1-.9-3.2-.9h-13.2c-.4 0-.8 0-1.2-.1-1.7-.4-2.8-2-2.4-3.7.2-1.5 1.6-2.6 3.1-2.6h13.5c1.7.1 3.1-1.1 3.3-2.8.1-1.2-.4-2.3-1.4-2.9-1.4-1.2-2.9-2.4-4.4-3.6l9.2-9.2c.4-.4.7-.2 1.1 0 4.4 2.2 8.8 4.4 13.3 6.5.8.4 1.7.6 2.5.7 2 .1 4 0 6 0 .4 0 1 .1.9-.6 0-.2-.6-.5-.9-.5-1.8 0-3.6 0-5.3-.1-1 0-1.9-.3-2.8-.6C.8-33.2-3-35.1-6.7-36.9c-.7-.3-1.4-.7-2.1-1.1l-.2-.3c.4-.2.7-.4 1-.7L7.9-54.9c1.4-1.1 1.7-3.1.7-4.7 0-.1-.1-.1-.1-.2l2-2zM-28-7.7c.5.3.8.6 1.2.9 1.1.8 2.7.6 3.6-.5.3-.4.5-1 .5-1.5 0-.3-.2-.7-.4-1-.2.3-.6.5-.7.8-.4 1.6-1.4 2-2.7 1.1-.6-.5-1.1-1.1-1.7-1.5-.3-.1-.5-.3-.8-.3-.1.3-.2.6-.2.8 0 .7.1 1.4 0 2 0 .8-.6 1.5-1.3 1.7-.8.2-1.7-.2-2-.9-.7-1.1-1.5-2.2-2.3-3.3-.2-.2-.6-.3-.9-.4 0 .3-.1.8.1 1 .8 1.2 1.6 2.3 2.4 3.4.9 1.3 2.7 1.7 4 .8.7-.4 1.1-1.2 1.2-2-.1-.3-.1-.7 0-1.1z' fill='none' /><path d='m10.5-61.8-1.9 2c0 .1 0 .1.1.2.9 1.6.6 3.6-.8 4.7L-8-39c-.3.3-.7.5-1 .7l.2.3c.7.4 1.4.7 2.1 1.1 3.8 1.9 7.5 3.7 11.3 5.5.9.4 1.8.6 2.8.6 1.8.1 3.6 0 5.3.1.3 0 .9.3.9.5.1.7-.5.6-.9.6-2 0-4 .1-6 0-.9 0-1.7-.3-2.5-.7-4.4-2.1-8.9-4.3-13.3-6.5-.4-.2-.7-.4-1.1 0l-9.2 9.2c1.5 1.3 2.9 2.5 4.4 3.6 1 .6 1.5 1.8 1.4 2.9-.1 1.7-1.6 2.9-3.3 2.8h-13.5c-1.6 0-2.9 1.1-3.1 2.6-.3 1.7.8 3.3 2.4 3.7.4.1.8.1 1.2.1h13.2c1.1 0 2.2.3 3.2.9C-7-7 1.4-7.6 7.3-12.5c1.6-1.3 3.7-1.9 5.7-1.6.2 0 .5.4.7.5-.2.2-.4.4-.7.6h-.1c-2.4-.4-4.2.9-6.1 2.2-6.5 4.4-13.3 4.7-20.3 1-1.2-.7-2.6-1.1-4-1.1-4.1.1-8.1 0-12.2 0-1.8.2-3.6-.6-4.6-2.1-1 1.1-2 2.1-2.9 3.1-.3.3-.7.6-1.1.9-2.2 1.2-4.3 2.4-6.5 3.7-.6.5-1.6.4-2.1-.2-.4-.5-.4-1.3 0-1.9 1.3-2.2 2.4-4.5 3.8-6.7 1-1.3 2.1-2.4 3.3-3.5L-29-28.4c.2-.2.3-.3.6-.7-1.6.5-2.9 1-4.3 1.5-.2.1-.4.4-.6.6l-3 4.8c-.2.3-.7.6-.9.5-.6-.3-.2-.7 0-1.1 1.1-1.7 2.1-3.5 3.3-5.2.2-.3.6-.6 1-.7 1.8-.6 3.6-1.2 5.4-1.9.7-.3 1.4-.7 1.9-1.2 2.7-2.6 5.4-5.3 8-8l.8-.8c-.8-.4-1.8-.4-2.6.1-4.6 2-9.3 3.9-13.9 5.9-1.3.5-2.6 1.1-3.9 1.6-.9.4-1.7 1.1-2.2 2-2.4 4.9-4.8 9.8-7.1 14.6-.7 1.3-.3 2.1 1 2.8.2.1.3.5.5.8-.3.1-.7.3-.9.2-1.5-.4-2.4-2-2-3.5.1-.2.1-.4.2-.6 2.1-4.3 4.3-8.5 6.2-12.8 1.1-2.6 3.2-4.6 5.8-5.5 5.3-2 10.5-4.4 15.8-6.6 1-.5 2.2-.6 3.3-.2.5.2 1 .1 1.3-.3l9-9 9-9c1.1-1.3 3-1.7 4.5-.8.3.1.6 0 .8-.2.6-.5 1.1-1 1.6-1.6.5-.6 1-.5 1.6-.1 1.6 1.3 2.3 3.5 1.6 5.4-.8 2.4-2.3 4.5-4.2 6.1-2.3 2.2-4.8 4.3-7.1 6.5-.5.5-1 1-1.3 1.7-.2.6-.3 1.2-.3 1.9-.1.3-.2.5-.3.8-.3-.1-.6-.2-.7-.4-.4-.8-.3-1.9.3-2.6 1.1-1.6 2.4-3 3.8-4.3 2.2-2.2 4.7-4.2 6.8-6.5.9-1.1 1.6-2.4 2-3.7.5-1.5-.1-3.1-1.3-3.9zM-46.1-6.3l.2.3c.8-.4 1.5-.9 2.3-1.2 3.1-1.6 6.1-3.3 8.3-6.1.3-.3.4-.6.4-1-.4-2.4 1.3-4.7 3.7-5.1.4-.1.7-.1 1.1 0 .5 0 1-.2 1.4-.6 7-6.9 13.9-13.8 20.8-20.8.4-.4.8-.9 1.2-1.3l-3.5-3.5c-.1.1-.3.3-.5.4l-27 27c-2.4 2.4-5 4.7-6.4 7.9-.5 1.1-1.2 2.1-1.8 3.2 0 .3-.1.6-.2.8zm36.9-40.4 3.5 3.7c.2-.1.3-.3.5-.4 4-4.1 8.1-8.1 12.2-12.1 1.2-.8 1.4-2.5.6-3.6-.8-1.2-2.5-1.4-3.6-.6l-.6.6c-2 2.2-4.2 4.3-6.3 6.4-2.2 2-4.2 4-6.3 6zm-18.1 27.2h10.8c.7 0 1.4-.5 1.6-1.3.3-.7.1-1.5-.5-2-1.6-1.4-3.2-2.7-4.7-4l-7.2 7.3z' fill='none' style='stroke:%23e40522' /><path d='M-28-7.7c-.1.5-.1.8-.2 1.2-.2 1.6-1.7 2.6-3.3 2.4-.8-.1-1.5-.6-2-1.2-.8-1.1-1.6-2.3-2.4-3.4-.2-.2 0-.7-.1-1 .3.1.8.1.9.4.8 1.1 1.6 2.2 2.3 3.3.4.7 1.2 1.1 2 .9.8-.2 1.3-.9 1.3-1.7.1-.7 0-1.4 0-2 0-.3.1-.6.2-.8.3.1.6.2.8.3.6.5 1.1 1.1 1.7 1.5 1.3 1 2.4.5 2.7-1.1.1-.3.4-.6.7-.8.1.3.4.7.4 1 0 1.4-1.2 2.5-2.6 2.5-.5 0-1.1-.2-1.5-.5-.1-.4-.4-.7-.9-1z' fill='none' /><path d='M-46.1-6.3c.1-.3.2-.5.3-.8.6-1.1 1.3-2.1 1.8-3.2 1.4-3.2 4-5.5 6.4-7.9l27-27c.2-.2.3-.3.5-.4l3.5 3.5c-.4.4-.8.8-1.2 1.3L-28.6-20c-.4.4-.9.6-1.4.6-2.5-.2-4.6 1.6-4.9 4v1.1c0 .4-.2.7-.4 1-2.2 2.8-5.2 4.5-8.3 6.1-.8.4-1.5.8-2.3 1.2l-.2-.3z' fill='none' /><path d='M-9.2-46.7c2-2 4.1-4 6.2-6.1 2.1-2.1 4.3-4.2 6.3-6.4.8-1.2 2.4-1.5 3.6-.7 1.2.8 1.5 2.4.7 3.6l-.6.6c-4.1 4-8.1 8.1-12.2 12.1-.1.1-.3.3-.5.4l-3.5-3.5z' fill='none' /><path d='m-27.3-19.5 7.2-7.2c1.6 1.3 3.2 2.6 4.7 4 .6.5.8 1.3.5 2-.2.7-.8 1.2-1.6 1.3-3.5 0-7.1-.1-10.8-.1z' fill='none' /></g></g></g></svg>");
  background-position: center 0;
  background-size: contain;
  position: absolute;
  right: 1rem;
}
@media (min-width: 992px) {
  .frame-type-cobusinessplan_businessplanlist .competitive-edit:before {
    width: 90px;
    height: 90px;
  }
}

.businessplan-market {
  margin-bottom: 1.75rem;
}
.businessplan-market .market-header-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.businessplan-market .market-header-link[aria-expanded=true] .market-more-link:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.69' height='21.69'><path d='M23,12H4' transform='translate(-3 -11)' fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2' /></svg>");
  transform: translateY(11px);
}
.businessplan-market .icn-pencil:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='22.659' height='22.874'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19.414 1.964 1.5 1.5a2.555 2.555 0 0 1 0 3.613l-14.8 14.8H1v-5.11l14.8-14.8a2.555 2.555 0 0 1 3.614-.003Zm-5.639 2.023 5.11 5.11'></path></svg>");
}
.businessplan-market .icn-pencil:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='22.659' height='22.874'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19.414 1.964 1.5 1.5a2.555 2.555 0 0 1 0 3.613l-14.8 14.8H1v-5.11l14.8-14.8a2.555 2.555 0 0 1 3.614-.003Zm-5.639 2.023 5.11 5.11'></path></svg>");
}

.market-list-date {
  font-size: 1rem;
}
.market-list-date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26.985' height='26.984'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><path stroke-linejoin='round' d='M1 3.776h24.985v22.208H1Z' /><path d='M25.985 9.328H1' /><path d='M6.552 3.776V1' /><path d='M20.432 3.776V1' /><path stroke-linejoin='round' d='M17.238 17h3v3h-3z' /></g></svg>");
}

.market-list-type:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23333' d='M1 1v5.6l8.5 8.5 5.7-5.7L6.7 1H1zm2.5 2.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z' /><path fill='%23fff' d='M2 2v4.2l7.5 7.5 4.2-4.2L6.2 2H2zm1.5 1.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z' /><path fill='%23333' d='M3.5 3.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0 .7-1.8 0-2.5-1.8-.7-2.5 0zm.7.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1-.8.3-1.1 0c-.3-.4-.3-.8 0-1.1zm1.917 4.366L8.592 6.09l3.535 3.535L9.652 12.1z' /></svg>");
}

.market-more-link {
  text-indent: -99999px;
  display: flex;
  justify-content: flex-end;
  margin-top: 3px;
}
.market-more-link:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.69' height='21.69'><g fill='none' stroke='%23e40522' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path d='M10.845 1v19.69' /><path d='M20.69 10.845H1' /></g></svg>");
}
.market-more-link:hover:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.69' height='21.69'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path d='M10.845 1v19.69' /><path d='M20.69 10.845H1' /></g></svg>");
}

.businessplan-marketdashboard {
  margin-left: -1rem;
  margin-right: -1rem;
}
.businessplan-marketdashboard .marketitem {
  padding: 10px 1rem;
}
.businessplan-marketdashboard .marketitem.odd {
  background-color: #f2f7f8;
}

.evaluation-points {
  display: block;
  margin-bottom: 0.5rem;
  color: #143672;
}

.evaluation-question-length {
  font-size: 0.9em;
  color: #aaa;
}

.evaluation-panel h3, .evaluation-panel .h3 {
  margin-right: 3rem;
}
.evaluation-panel:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.6 90.6'><g transform='translate(543.456 -49.099)' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-width='2'><g transform='translate(757.544 1579.176)'><path d='M-1229.1-1464.1v-53.1c0-6.5-5.3-11.8-11.8-11.8 0 0 0 0 0 0h-48.4c6.5 0 10 5.3 10 11.8v64.9c0 6.5 5.3 11.8 11.8 11.8 0 0 0 0 0 0' /><path d='M-1223.2-1464.1h-44.3c6.5 0 11.8 5.3 11.8 11.8s-5.3 11.8-11.8 11.8h44.3c6.5 0 11.8-5.3 11.8-11.8s-5.3-11.8-11.8-11.8zm-66.2-65c-6.5 0-10.6 5.3-10.6 11.8h20.7'/><path d='M-1255.7-1511.3h11.8m-11.8 14.7h11.8m-11.8 14.8h11.8' /></g><path d='m-504.2 63.8-3.9 6.5-1.9-3.4' /><path d='M-504.2 78.5-508 85l-1.9-3.4' /><path id='Path_20431' d='m-504.2 93.1-3.9 6.5-1.9-3.4' /></g></svg>");
  background-position: 0 0;
  background-size: 40px;
  position: absolute;
  right: 1rem;
}
@media (min-width: 992px) {
  .evaluation-panel:before {
    background-size: 70px;
    background-position: 10px 0;
    width: 100px;
    height: 100px;
  }
}
.evaluation-panel.alert-current:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.9 90.6'><g transform='translate(-1252 -1466)'><g fill='none' stroke='%23143672' stroke-linecap='round' stroke-width='2' transform='translate(543.456 -49.099)'><g transform='translate(757.544 1579.176)'><path d='m23 1.1-.1-8.6' /><path d='m23-29.4-.1-21.9c0-6.5-5.3-11.8-11.8-11.8 0 0 0 0 0 0h-48.4c6.5 0 10 5.3 10 11.8v64.9c0 6.5 5.3 11.8 11.8 11.8 0 0 0 0 0 0' /><path d='M28.8 1.9h-44.3C-9 1.9-3.7 7.2-3.7 13.7S-9 25.5-15.5 25.5h44.3c6.5 0 11.8-5.3 11.8-11.8S35.3 1.9 28.8 1.9zm-66.2-65c-6.5 0-10.6 5.3-10.6 11.8h20.7' /><path d='M-13.9-45.3h22m-22 14.7h22m-22 14.8h22' /></g></g><g transform='translate(1365.476 1530.077)'><g><path d='M10.5-61.8c1.3.9 1.8 2.5 1.3 3.9-.4 1.4-1.1 2.6-2 3.7-2.1 2.3-4.6 4.3-6.8 6.5-1.4 1.3-2.7 2.8-3.9 4.2-.6.7-.7 1.8-.3 2.6.1.2.5.3.7.4.1-.3.2-.5.3-.8 0-.6.1-1.2.3-1.9.3-.6.8-1.2 1.3-1.7 2.4-2.2 4.8-4.3 7.1-6.5 1.9-1.6 3.4-3.7 4.2-6.1.7-2 .1-4.2-1.6-5.4-.6-.5-1.1-.5-1.6.1s-1 1.1-1.6 1.6c-.2.2-.5.2-.8.2-1.5-.8-3.4-.5-4.5.8l-9 9-9 9c-.3.4-.8.6-1.3.3-1.1-.4-2.3-.3-3.3.2-5.2 2.2-10.4 4.6-15.8 6.6-2.6.9-4.8 2.9-5.8 5.5-1.9 4.3-4.1 8.5-6.2 12.8-.7 1.4-.2 3.1 1.1 3.8.2.1.4.2.6.2.3.1.6-.1.9-.2-.2-.3-.3-.6-.5-.8-1.4-.7-1.7-1.4-1-2.8 2.4-4.9 4.8-9.8 7.1-14.6.4-.9 1.2-1.6 2.2-2 1.3-.5 2.6-1.1 3.9-1.6 4.6-2 9.3-3.9 13.9-5.9.8-.4 1.8-.4 2.6-.1-.3.3-.5.6-.8.8-2.7 2.7-5.3 5.4-8 8-.6.5-1.2.9-1.9 1.2-1.8.7-3.6 1.2-5.4 1.9-.4.1-.7.4-1 .7-1.1 1.7-2.2 3.5-3.3 5.2-.2.4-.6.8 0 1.1.2.1.7-.2.9-.5l3-4.8c.2-.2.3-.6.6-.6 1.3-.5 2.7-.9 4.3-1.5-.3.4-.5.6-.6.7L-40-17.8c-1.2 1.1-2.3 2.2-3.3 3.5-1.4 2.1-2.5 4.4-3.8 6.7-.5.6-.4 1.6.2 2.1.5.4 1.3.4 1.9 0 2.2-1.2 4.4-2.4 6.5-3.7.4-.2.8-.5 1.1-.9 1-1 1.9-2 2.9-3.1 1 1.5 2.8 2.3 4.6 2.1 4.1-.1 8.1 0 12.2 0 1.4 0 2.8.4 4 1.1C-6.8-6.3.1-6.6 6.6-11c1.9-1.3 3.7-2.6 6.1-2.2h.1c.2-.2.4-.4.7-.6 0 .1-.3-.2-.5-.2-2-.3-4.1.3-5.7 1.6C1.4-7.6-7-7-13.5-11c-1-.6-2.1-.9-3.2-.9h-13.2c-.4 0-.8 0-1.2-.1-1.7-.4-2.8-2-2.4-3.7.2-1.5 1.6-2.6 3.1-2.6h13.5c1.7.1 3.1-1.1 3.3-2.8.1-1.2-.4-2.3-1.4-2.9-1.4-1.2-2.9-2.4-4.4-3.6l9.2-9.2c.4-.4.7-.2 1.1 0 4.4 2.2 8.8 4.4 13.3 6.5.8.4 1.7.6 2.5.7 2 .1 4 0 6 0 .4 0 1 .1.9-.6 0-.2-.6-.5-.9-.5-1.8 0-3.6 0-5.3-.1-1 0-1.9-.3-2.8-.6C.8-33.2-3-35.1-6.7-36.9c-.7-.3-1.4-.7-2.1-1.1l-.2-.3c.4-.2.7-.4 1-.7L7.9-54.9c1.4-1.1 1.7-3.1.7-4.7 0-.1-.1-.1-.1-.2l2-2zM-28-7.7c.5.3.8.6 1.2.9 1.1.8 2.7.6 3.6-.5.3-.4.5-1 .5-1.5 0-.3-.2-.7-.4-1-.2.3-.6.5-.7.8-.4 1.6-1.4 2-2.7 1.1-.6-.5-1.1-1.1-1.7-1.5-.3-.1-.5-.3-.8-.3-.1.3-.2.6-.2.8 0 .7.1 1.4 0 2 0 .8-.6 1.5-1.3 1.7-.8.2-1.7-.2-2-.9-.7-1.1-1.5-2.2-2.3-3.3-.2-.2-.6-.3-.9-.4 0 .3-.1.8.1 1 .8 1.2 1.6 2.3 2.4 3.4.9 1.3 2.7 1.7 4 .8.7-.4 1.1-1.2 1.2-2-.1-.3-.1-.7 0-1.1z' fill='none' /><path d='m10.5-61.8-1.9 2c0 .1 0 .1.1.2.9 1.6.6 3.6-.8 4.7L-8-39c-.3.3-.7.5-1 .7l.2.3c.7.4 1.4.7 2.1 1.1 3.8 1.9 7.5 3.7 11.3 5.5.9.4 1.8.6 2.8.6 1.8.1 3.6 0 5.3.1.3 0 .9.3.9.5.1.7-.5.6-.9.6-2 0-4 .1-6 0-.9 0-1.7-.3-2.5-.7-4.4-2.1-8.9-4.3-13.3-6.5-.4-.2-.7-.4-1.1 0l-9.2 9.2c1.5 1.3 2.9 2.5 4.4 3.6 1 .6 1.5 1.8 1.4 2.9-.1 1.7-1.6 2.9-3.3 2.8h-13.5c-1.6 0-2.9 1.1-3.1 2.6-.3 1.7.8 3.3 2.4 3.7.4.1.8.1 1.2.1h13.2c1.1 0 2.2.3 3.2.9C-7-7 1.4-7.6 7.3-12.5c1.6-1.3 3.7-1.9 5.7-1.6.2 0 .5.4.7.5-.2.2-.4.4-.7.6h-.1c-2.4-.4-4.2.9-6.1 2.2-6.5 4.4-13.3 4.7-20.3 1-1.2-.7-2.6-1.1-4-1.1-4.1.1-8.1 0-12.2 0-1.8.2-3.6-.6-4.6-2.1-1 1.1-2 2.1-2.9 3.1-.3.3-.7.6-1.1.9-2.2 1.2-4.3 2.4-6.5 3.7-.6.5-1.6.4-2.1-.2-.4-.5-.4-1.3 0-1.9 1.3-2.2 2.4-4.5 3.8-6.7 1-1.3 2.1-2.4 3.3-3.5L-29-28.4c.2-.2.3-.3.6-.7-1.6.5-2.9 1-4.3 1.5-.2.1-.4.4-.6.6l-3 4.8c-.2.3-.7.6-.9.5-.6-.3-.2-.7 0-1.1 1.1-1.7 2.1-3.5 3.3-5.2.2-.3.6-.6 1-.7 1.8-.6 3.6-1.2 5.4-1.9.7-.3 1.4-.7 1.9-1.2 2.7-2.6 5.4-5.3 8-8l.8-.8c-.8-.4-1.8-.4-2.6.1-4.6 2-9.3 3.9-13.9 5.9-1.3.5-2.6 1.1-3.9 1.6-.9.4-1.7 1.1-2.2 2-2.4 4.9-4.8 9.8-7.1 14.6-.7 1.3-.3 2.1 1 2.8.2.1.3.5.5.8-.3.1-.7.3-.9.2-1.5-.4-2.4-2-2-3.5.1-.2.1-.4.2-.6 2.1-4.3 4.3-8.5 6.2-12.8 1.1-2.6 3.2-4.6 5.8-5.5 5.3-2 10.5-4.4 15.8-6.6 1-.5 2.2-.6 3.3-.2.5.2 1 .1 1.3-.3l9-9 9-9c1.1-1.3 3-1.7 4.5-.8.3.1.6 0 .8-.2.6-.5 1.1-1 1.6-1.6.5-.6 1-.5 1.6-.1 1.6 1.3 2.3 3.5 1.6 5.4-.8 2.4-2.3 4.5-4.2 6.1-2.3 2.2-4.8 4.3-7.1 6.5-.5.5-1 1-1.3 1.7-.2.6-.3 1.2-.3 1.9-.1.3-.2.5-.3.8-.3-.1-.6-.2-.7-.4-.4-.8-.3-1.9.3-2.6 1.1-1.6 2.4-3 3.8-4.3 2.2-2.2 4.7-4.2 6.8-6.5.9-1.1 1.6-2.4 2-3.7.5-1.5-.1-3.1-1.3-3.9zM-46.1-6.3l.2.3c.8-.4 1.5-.9 2.3-1.2 3.1-1.6 6.1-3.3 8.3-6.1.3-.3.4-.6.4-1-.4-2.4 1.3-4.7 3.7-5.1.4-.1.7-.1 1.1 0 .5 0 1-.2 1.4-.6 7-6.9 13.9-13.8 20.8-20.8.4-.4.8-.9 1.2-1.3l-3.5-3.5c-.1.1-.3.3-.5.4l-27 27c-2.4 2.4-5 4.7-6.4 7.9-.5 1.1-1.2 2.1-1.8 3.2 0 .3-.1.6-.2.8zm36.9-40.4 3.5 3.7c.2-.1.3-.3.5-.4 4-4.1 8.1-8.1 12.2-12.1 1.2-.8 1.4-2.5.6-3.6-.8-1.2-2.5-1.4-3.6-.6l-.6.6c-2 2.2-4.2 4.3-6.3 6.4-2.2 2-4.2 4-6.3 6zm-18.1 27.2h10.8c.7 0 1.4-.5 1.6-1.3.3-.7.1-1.5-.5-2-1.6-1.4-3.2-2.7-4.7-4l-7.2 7.3z' fill='none' style='stroke:%23e40522' /><path d='M-28-7.7c-.1.5-.1.8-.2 1.2-.2 1.6-1.7 2.6-3.3 2.4-.8-.1-1.5-.6-2-1.2-.8-1.1-1.6-2.3-2.4-3.4-.2-.2 0-.7-.1-1 .3.1.8.1.9.4.8 1.1 1.6 2.2 2.3 3.3.4.7 1.2 1.1 2 .9.8-.2 1.3-.9 1.3-1.7.1-.7 0-1.4 0-2 0-.3.1-.6.2-.8.3.1.6.2.8.3.6.5 1.1 1.1 1.7 1.5 1.3 1 2.4.5 2.7-1.1.1-.3.4-.6.7-.8.1.3.4.7.4 1 0 1.4-1.2 2.5-2.6 2.5-.5 0-1.1-.2-1.5-.5-.1-.4-.4-.7-.9-1z' fill='none' /><path d='M-46.1-6.3c.1-.3.2-.5.3-.8.6-1.1 1.3-2.1 1.8-3.2 1.4-3.2 4-5.5 6.4-7.9l27-27c.2-.2.3-.3.5-.4l3.5 3.5c-.4.4-.8.8-1.2 1.3L-28.6-20c-.4.4-.9.6-1.4.6-2.5-.2-4.6 1.6-4.9 4v1.1c0 .4-.2.7-.4 1-2.2 2.8-5.2 4.5-8.3 6.1-.8.4-1.5.8-2.3 1.2l-.2-.3z' fill='none' /><path d='M-9.2-46.7c2-2 4.1-4 6.2-6.1 2.1-2.1 4.3-4.2 6.3-6.4.8-1.2 2.4-1.5 3.6-.7 1.2.8 1.5 2.4.7 3.6l-.6.6c-4.1 4-8.1 8.1-12.2 12.1-.1.1-.3.3-.5.4l-3.5-3.5z' fill='none' /><path d='m-27.3-19.5 7.2-7.2c1.6 1.3 3.2 2.6 4.7 4 .6.5.8 1.3.5 2-.2.7-.8 1.2-1.6 1.3-3.5 0-7.1-.1-10.8-.1z' fill='none' /></g></g></g></svg>");
  background-position: center 0;
  background-size: contain;
}
@media (min-width: 992px) {
  .evaluation-panel.alert-current:before {
    width: 90px;
    height: 90px;
  }
}
.evaluation-panel .evaluation-assessment .assessment-placement {
  content: "";
  display: inline-block;
  width: 40px;
  height: 55px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 66.5'><g fill='none' stroke='%23aaa' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' transform='translate(304.163 6120.45)'><path d='m-295.2-6081-8.2 20.2 9.5-1.2 5.9 7.3 6.9-20.1m17-6.2 8.2 20.2-9.5-1.2-5.8 7.3-7-20.1' /><ellipse cx='-279.6' cy='-6096.7' rx='18.1' ry='17.9' /><path d='m-279.7-6116.9 4.9-2.8 3.3 4.5 5.5-.5 1.2 5.4 5.3 1.8-1.1 5.4 4.1 3.8-3.2 4.5 2.3 5.2-4.9 2.8v5.5l-5.6.6-2.3 5.1-5.3-1.6-4.2 3.7-4.2-3.7-5.3 1.6-2.3-5.1-5.6-.6v-5.5l-4.8-2.8 2.3-5.2-3.3-4.5 4.1-3.8-1.1-5.4 5.3-1.8 1.2-5.4 5.5.5 3.3-4.5 4.9 2.8z' /></g></svg>");
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3px;
  padding-top: 5px;
}
.evaluation-panel.alert-current .evaluation-assessment .assessment-placement {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 66.5'><g fill='none' stroke='%23143672' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' transform='translate(304.163 6120.45)'><path d='m-295.2-6081-8.2 20.2 9.5-1.2 5.9 7.3 6.9-20.1m17-6.2 8.2 20.2-9.5-1.2-5.8 7.3-7-20.1' /><ellipse cx='-279.6' cy='-6096.7' rx='18.1' ry='17.9' /><path d='m-279.7-6116.9 4.9-2.8 3.3 4.5 5.5-.5 1.2 5.4 5.3 1.8-1.1 5.4 4.1 3.8-3.2 4.5 2.3 5.2-4.9 2.8v5.5l-5.6.6-2.3 5.1-5.3-1.6-4.2 3.7-4.2-3.7-5.3 1.6-2.3-5.1-5.6-.6v-5.5l-4.8-2.8 2.3-5.2-3.3-4.5 4.1-3.8-1.1-5.4 5.3-1.8 1.2-5.4 5.5.5 3.3-4.5 4.9 2.8z' /></g></svg>");
}

.menu-alphabet {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
}
.menu-alphabet .nav-item {
  margin-bottom: 2px;
  margin-right: 2px;
  flex: 0 0 50px;
  text-align: center;
}
.menu-alphabet .nav-link {
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  font-weight: 700;
}
.menu-alphabet .nav-link.disabled {
  background-color: #f2f7f8;
  color: #ccc;
}
.menu-alphabet .nav-link.active {
  color: #fff;
  font-weight: 400;
  background: transparent linear-gradient(180deg, #e40522 0%, #a5133a 100%) 0% 0% no-repeat padding-box;
  border-color: #e40522;
}
.menu-alphabet .nav-link.active:hover {
  color: #fff;
}
.menu-alphabet .nav-link:hover {
  color: #e40522;
  border-color: #e40522;
}

.networkerlist {
  margin-bottom: 1rem;
}
.networkerlist-socials {
  margin-top: 0.75rem;
}
.networkerlist .networker--icn {
  text-indent: -99999px;
  overflow: hidden;
  display: inline-flex;
  margin-right: 0.75rem;
  width: 1.5rem;
}
.networkerlist .networker--icn:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.75rem;
}
.networkerlist .networker--icn:hover:before {
  opacity: 0.5;
}
.networkerlist .networker--icn.icn-xing:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'><path id='icn-xing' d='M10.1,9.2c-0.1,0.2-1.2,2.2-3.5,6.1c-0.2,0.4-0.5,0.6-0.9,0.6H2.5c-0.4,0-0.6-0.4-0.4-0.7l3.4-6c0,0,0,0,0,0L3.3,5.5c-0.2-0.4,0-0.7,0.4-0.7H7c0.4,0,0.7,0.2,0.9,0.6C7.8,5.4,10.1,9.2,10.1,9.2z M20.9,1.1l-7.1,12.5v0l4.5,8.2c0.2,0.4,0,0.7-0.4,0.7h-3.2c-0.4,0-0.7-0.2-0.9-0.6l-4.6-8.3L16.4,1c0.2-0.4,0.5-0.6,0.9-0.6h3.2C20.9,0.4,21.1,0.8,20.9,1.1z' fill='%23143672'/></svg>");
}
.networkerlist .networker--icn.icn-linkedin:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'><path id='icn-linkedin' d='M22.8,1.9v19.3c0,1-0.8,1.6-1.6,1.6H1.9c-1,0-1.6-0.8-1.6-1.6V1.9c0-1,0.8-1.6,1.6-1.6h19.3C21.9,0.2,22.8,1.1,22.8,1.9z M6.8,8.9H3.6v10.6H7V8.9H6.8z M7.2,5.2c0-1.1-0.8-1.9-1.9-1.9S3.3,4.1,3.3,5.2s0.8,1.9,1.9,1.9C6.2,7.2,7.2,6.4,7.2,5.2z M19.4,12.9c0-3.2-2.1-4.5-4-4.5c-1.3,0-2.6,0.6-3.4,1.8V8.9H8.9v10.6h3.4v-5.8c-0.3-1.1,0.6-2.2,1.8-2.2h0.2c1.1,0,1.8,0.6,1.8,2.2v5.6h3.4C19.4,19.4,19.4,12.9,19.4,12.9z' fill='%23143672'/></svg>");
}

.frame-type-cobusinessplan_usernetworkerlist .image-space,
.frame-type-cobusinessplan_usernetworkereditjurorpublic .image-space {
  height: 140px;
  width: 105px;
  background-color: #f2f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #ccc;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .frame-type-coevents_list,
  .frame-type-coevents_listregistered,
  .frame-type-coevents_single {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-list-date {
  font-size: 1rem;
}
.event-list-date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26.985' height='26.984'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-width='2'><path stroke-linejoin='round' d='M1 3.776h24.985v22.208H1Z' /><path d='M25.985 9.328H1' /><path d='M6.552 3.776V1' /><path d='M20.432 3.776V1' /><path stroke-linejoin='round' d='M17.238 17h3v3h-3z' /></g></svg>");
}

.event-list-location:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 4px;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21.867' height='30'><g fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' transform='translate(-15.5 -1)'><path d='M26.433 2A9.933 9.933 0 0 0 16.5 12c0 9 9.933 18 9.933 18s9.933-9.064 9.933-18a9.933 9.933 0 0 0-9.933-10Z' /><circle cx='4.5' cy='4.5' r='4.5' transform='translate(21.7 7.91)' /></g></svg>");
}

.event-list-ical:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 4px;
  margin-right: 6px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26.985' height='26.984'><g fill='none' stroke='%23e40522' stroke-linecap='round' stroke-width='2'><path stroke-linejoin='round' d='M1 3.776h24.985v22.208H1Z' /><path d='M25.985 9.328H1' /><path d='M6.552 3.776V1' /><path d='M20.433 3.776V1' /><path d='M17.656 17.656H9.328' /><path d='M13.492 13.492v8.328' /></g></svg>");
}

.frame-type-coevents_single .event-abstract {
  font-weight: 700;
}
.frame-type-coevents_single .events-contributor-item {
  display: flex;
  flex-direction: column;
}

.events-location {
  position: relative;
}
.events-location:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: transparent linear-gradient(180deg, #f2f7f8 0%, #FEFEFE 48%, #F5F7F8 81%) 0% 0% no-repeat padding-box;
}
.events-location {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .events-location {
    padding-top: 2.5rem;
  }
}
.events-location {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .events-location {
    padding-bottom: 2.5rem;
  }
}
.events-location > :last-child {
  margin-bottom: 0;
}

.events-single .events-map-data {
  pointer-events: none;
}
.events-single .events-map-data .ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 2px;
  pointer-events: auto;
}
.events-single .events-map-data .ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.events-single .events-map-data .ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: rgba(20, 54, 114, 0.5);
  border: none;
}
.events-single .events-map-data .ol-control button:-moz-focus-inner {
  border: none;
  padding: 0;
}
.events-single .events-map-data .ol-control button:focus, .events-single .events-map-data .ol-control button:hover {
  text-decoration: none;
  background-color: rgba(20, 54, 114, 0.7);
}
.events-single .events-map-data .ol-zoom {
  top: 0.5em;
  left: 0.5em;
}
.events-single .events-map-data .ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
}
.events-single .events-map-data .ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
}
.events-single .events-map-data .ol-attribution ul {
  margin: 0;
  padding: 0 0.5em;
  font-size: 0.7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  list-style: none;
}
.events-single .events-map-data .ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.events-single .events-map-data .ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.events-single .events-map-data .ol-attribution button {
  display: none;
}

.coevents .events-map {
  height: 250px;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.coevents .events-map .epx-overlay,
.coevents .events-map .events-map-data {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.coevents .events-map .epx-overlay {
  z-index: 5;
}

.frame-type-coevents_listcalendar .ui-datepicker,
.frame-type-coevents_listcalendarregistered .ui-datepicker {
  display: block;
  width: 100%;
  padding: 0.2em 0.2em 0;
}
.frame-type-coevents_listcalendar .ui-datepicker table,
.frame-type-coevents_listcalendarregistered .ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.frame-type-coevents_listcalendar .ui-datepicker th,
.frame-type-coevents_listcalendarregistered .ui-datepicker th {
  color: #aaa;
  padding: 0.7em 0.3em;
  text-align: center;
}
.frame-type-coevents_listcalendar .ui-datepicker thead,
.frame-type-coevents_listcalendarregistered .ui-datepicker thead {
  border-bottom: 1px solid #ececec;
}
.frame-type-coevents_listcalendar .ui-datepicker td span,
.frame-type-coevents_listcalendar .ui-datepicker td a,
.frame-type-coevents_listcalendarregistered .ui-datepicker td span,
.frame-type-coevents_listcalendarregistered .ui-datepicker td a {
  display: block;
  padding: 0.37em;
  text-decoration: none;
  text-align: center;
}
.frame-type-coevents_listcalendar .ui-widget-header,
.frame-type-coevents_listcalendarregistered .ui-widget-header {
  position: relative;
  padding: 0.2em 0;
  font-weight: 700;
}
.frame-type-coevents_listcalendar .ui-datepicker-title,
.frame-type-coevents_listcalendarregistered .ui-datepicker-title {
  line-height: 1.8em;
  text-align: center;
}
.frame-type-coevents_listcalendar .ui-datepicker-today .ui-state-default,
.frame-type-coevents_listcalendar .ui-state-highlight .ui-state-default,
.frame-type-coevents_listcalendarregistered .ui-datepicker-today .ui-state-default,
.frame-type-coevents_listcalendarregistered .ui-state-highlight .ui-state-default {
  border-radius: 50rem;
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  padding-top: 6px;
}
.frame-type-coevents_listcalendar .ui-datepicker-today .ui-state-default,
.frame-type-coevents_listcalendarregistered .ui-datepicker-today .ui-state-default {
  background-color: rgba(20, 54, 114, 0.2);
  color: #143672;
}
.frame-type-coevents_listcalendar .ui-state-highlight .ui-state-default,
.frame-type-coevents_listcalendarregistered .ui-state-highlight .ui-state-default {
  background-color: rgba(228, 5, 34, 0.2);
  color: #e40522;
}
.frame-type-coevents_listcalendar .ui-widget-header .ui-corner-all,
.frame-type-coevents_listcalendarregistered .ui-widget-header .ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
}
.frame-type-coevents_listcalendar .ui-widget-header .ui-corner-all .ui-icon,
.frame-type-coevents_listcalendarregistered .ui-widget-header .ui-corner-all .ui-icon {
  text-indent: -99999px;
  overflow: hidden;
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-bottom: -3px;
  margin-left: 0;
  margin-right: 0;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.8 11.5'><g transform='translate(1 21.83) rotate(-90)'><g transform='translate(2 1)'><path fill='none' stroke='%23e40522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3-1l4.8,4.8L18.8-1' /></g></g></svg>");
}
.frame-type-coevents_listcalendar .ui-widget-header .ui-corner-all.ui-datepicker-next,
.frame-type-coevents_listcalendarregistered .ui-widget-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
.frame-type-coevents_listcalendar .ui-widget-header .ui-corner-all.ui-state-hover .ui-icon,
.frame-type-coevents_listcalendarregistered .ui-widget-header .ui-corner-all.ui-state-hover .ui-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.8 11.5'><g transform='translate(1 21.83) rotate(-90)'><g transform='translate(2 1)'><path fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3-1l4.8,4.8L18.8-1' /></g></g></svg>");
}
.frame-type-coevents_listcalendar .ui-widget-header .ui-corner-all.ui-datepicker-prev .ui-icon,
.frame-type-coevents_listcalendarregistered .ui-widget-header .ui-corner-all.ui-datepicker-prev .ui-icon {
  transform: rotate(180deg);
}

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