@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,400;1,900&display=swap");
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=24d9dc69-600a-49db-8db3-f2c812e14460");
:root {
  --bs-blue: #0D6EFD;
  --bs-indigo: #6610F2;
  --bs-purple: #7423BB;
  --bs-pink: #D63384;
  --bs-red: #DC3545;
  --bs-orange: #FD7E14;
  --bs-yellow: #FFC107;
  --bs-green: #198754;
  --bs-teal: #20C997;
  --bs-cyan: #0DCAF0;
  --bs-white: #FFFFFF;
  --bs-gray: #6C757D;
  --bs-gray-dark: #343A40;
  --bs-primary: #EE7203;
  --bs-secondary: #20286D;
  --bs-success: #198754;
  --bs-info: #0DCAF0;
  --bs-warning: #FFC107;
  --bs-danger: #DC3545;
  --bs-light: #F8F9FA;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, blockquote *, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.625rem;
  }
}
h2, .h2 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}
h3, .h3, blockquote * {
  font-size: 1.25rem;
}
h4, .h4 {
  font-size: 1rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #EE7203;
  text-decoration: underline;
}
a:hover {
  color: #be5b02;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #D63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6C757D;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead, .article .header h3 span, .article .header .h3 span, .article .header blockquote * span, blockquote .article .header * span {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6C757D;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6C757D;
}
.container, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row, .content > .frame.container-width-small > .frame-inner-wrapper, .content > .frame.container-width-default > .frame-inner-wrapper, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .content > .frame.container-width-wide > .frame-inner-wrapper, .content > .frame.container-full-width > .frame-inner-wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row, .content > .frame.container-width-small > .frame-inner-wrapper, .content > .frame.container-width-default > .frame-inner-wrapper, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row, .content > .frame.container-width-small > .frame-inner-wrapper, .content > .frame.container-width-default > .frame-inner-wrapper, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row, .content > .frame.container-width-small > .frame-inner-wrapper, .content > .frame.container-width-default > .frame-inner-wrapper, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row, .content > .frame.container-width-small > .frame-inner-wrapper, .content > .frame.container-width-default > .frame-inner-wrapper, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row, .content > .frame.container-width-small > .frame-inner-wrapper, .content > .frame.container-width-default > .frame-inner-wrapper, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1800px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #DEE2E6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #fce3cd;
  --bs-table-striped-bg: #efd8c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e3ccb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e9d2be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e3ccb9;
}
.table-secondary {
  --bs-table-bg: #d2d4e2;
  --bs-table-striped-bg: #c8c9d7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bdbfcb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c2c4d1;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bdbfcb;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #F8F9FA;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #373b3e;
}
.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: 1799.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6C757D;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  appearance: none;
  border-radius: 0.25rem;
  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: #212529;
  background-color: #FFFFFF;
  border-color: #f7b981;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6C757D;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #E9ECEF;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #E9ECEF;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #E9ECEF;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #f7b981;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #E9ECEF;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.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: #f7b981;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.form-check-input:checked {
  background-color: #EE7203;
  border-color: #EE7203;
}
.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='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #EE7203;
  border-color: #EE7203;
  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='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f7b981'/%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='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 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 #FFFFFF, 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #EE7203;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fad5b3;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #EE7203;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #fad5b3;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #ADB5BD;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #ADB5BD;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #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.875rem;
  color: #FFFFFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.25);
}
.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.25);
}
.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:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #DC3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DC3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #DC3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #DC3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23DC3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DC3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #DC3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #DC3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DC3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #000000;
  background-color: #EE7203;
  border-color: #EE7203;
}
.btn-primary:hover {
  color: #000000;
  background-color: #f18729;
  border-color: #f0801c;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #f18729;
  border-color: #f0801c;
  box-shadow: 0 0 0 0.25rem rgba(202, 97, 3, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #f18e35;
  border-color: #f0801c;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 97, 3, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000000;
  background-color: #EE7203;
  border-color: #EE7203;
}
.btn-secondary {
  color: #FFFFFF;
  background-color: #20286D;
  border-color: #20286D;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #1b225d;
  border-color: #1a2057;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #FFFFFF;
  background-color: #1b225d;
  border-color: #1a2057;
  box-shadow: 0 0 0 0.25rem rgba(65, 72, 131, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1a2057;
  border-color: #181e52;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(65, 72, 131, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #FFFFFF;
  background-color: #20286D;
  border-color: #20286D;
}
.btn-success {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-warning {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-light {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:hover {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-dark {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #EE7203;
  border-color: #EE7203;
}
.btn-outline-primary:hover {
  color: #000000;
  background-color: #EE7203;
  border-color: #EE7203;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000000;
  background-color: #EE7203;
  border-color: #EE7203;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #EE7203;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #20286D;
  border-color: #20286D;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #20286D;
  border-color: #20286D;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 40, 109, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #20286D;
  border-color: #20286D;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 40, 109, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #20286D;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0DCAF0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FFC107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #DC3545;
  border-color: #DC3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #DC3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #EE7203;
  text-decoration: underline;
}
.btn-link:hover {
  color: #be5b02;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6C757D;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #E9ECEF;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #EE7203;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #ADB5BD;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6C757D;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #DEE2E6;
  background-color: #343A40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #DEE2E6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: #EE7203;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #ADB5BD;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #DEE2E6;
}
.dropdown-menu-dark .dropdown-header {
  color: #ADB5BD;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #EE7203;
  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: #be5b02;
}
.nav-link.disabled {
  color: #6C757D;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #DEE2E6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #E9ECEF #E9ECEF #DEE2E6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6C757D;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #DEE2E6 #DEE2E6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #EE7203;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .header__navigation--container .nav-item.dropdown .dropdown-menu.navbar > div.row, .content > .frame.navbar > .frame-inner-wrapper, .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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #d66703;
  background-color: #EE7203;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d66703'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f7b981;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6C757D;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6C757D;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #EE7203;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #be5b02;
  background-color: #E9ECEF;
  border-color: #DEE2E6;
}
.page-link:focus {
  z-index: 3;
  color: #be5b02;
  background-color: #E9ECEF;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #EE7203;
  border-color: #EE7203;
}
.page-item.disabled .page-link {
  color: #6C757D;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #DEE2E6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #8f4402;
  background-color: #fce3cd;
  border-color: #fad5b3;
}
.alert-primary .alert-link {
  color: #723602;
}
.alert-secondary {
  color: #131841;
  background-color: #d2d4e2;
  border-color: #bcbfd3;
}
.alert-secondary .alert-link {
  color: #0f1334;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E9ECEF;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #EE7203;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F8F9FA;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #E9ECEF;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6C757D;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #EE7203;
  border-color: #EE7203;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1800px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #8f4402;
  background-color: #fce3cd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #8f4402;
  background-color: #e3ccb9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8f4402;
  border-color: #8f4402;
}
.list-group-item-secondary {
  color: #131841;
  background-color: #d2d4e2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #131841;
  background-color: #bdbfcb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #131841;
  border-color: #131841;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 114, 3, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6C757D;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DEE2E6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DEE2E6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #EE7203;
}
.link-primary:hover, .link-primary:focus {
  color: #f18e35;
}
.link-secondary {
  color: #20286D;
}
.link-secondary:hover, .link-secondary:focus {
  color: #1a2057;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0DCAF0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #FFC107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #DC3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #F8F9FA;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #DEE2E6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #DEE2E6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #DEE2E6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #DEE2E6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #DEE2E6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #EE7203 !important;
}
.border-secondary {
  border-color: #20286D !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0DCAF0 !important;
}
.border-warning {
  border-color: #FFC107 !important;
}
.border-danger {
  border-color: #DC3545 !important;
}
.border-light {
  border-color: #F8F9FA !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.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;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.3875rem + 1.65vw) !important;
}
.fs-2 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1rem !important;
}
.fs-5 {
  font-size: 1rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #EE7203 !important;
}
.text-secondary {
  color: #20286D !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0DCAF0 !important;
}
.text-warning {
  color: #FFC107 !important;
}
.text-danger {
  color: #DC3545 !important;
}
.text-light {
  color: #F8F9FA !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6C757D !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #EE7203 !important;
}
.bg-secondary {
  background-color: #20286D !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0DCAF0 !important;
}
.bg-warning {
  background-color: #FFC107 !important;
}
.bg-danger {
  background-color: #DC3545 !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #FFFFFF !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.625rem !important;
  }
  .fs-2 {
    font-size: 2.125rem !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;
  }
}
body {
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
}
h1, .h1, h2, .h2, h3, .h3, blockquote *, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.ce-gallery.ce-border img {
  border: 1px solid #212529;
}
.ce-center .ce-gallery {
  text-align: center;
}
.ce-column .image img {
  max-width: 100%;
  height: auto;
}
.image-caption, .image-copyright {
  text-align: left;
}
@media (min-width: 992px) {
  .container.container-small, .header__navigation--container .nav-item.dropdown .dropdown-menu > div.container-small.row, .content > .frame.container-width-small > .container-small.frame-inner-wrapper, .content > .frame.container-width-default > .container-small.frame-inner-wrapper {
    max-width: 960px;
  }
}
.frame-type-div {
  margin-bottom: 30px;
}
.frame-type-html .frame-inner-wrapper, .frame-type-tx_carrosseriesuisse_podcast_element .frame-inner-wrapper {
  position: relative;
  padding-bottom: 56%;
}
.frame-type-html iframe, .frame-type-tx_carrosseriesuisse_podcast_element iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header.dropdown-open {
  background-color: #FFFFFF;
  transition: all 0.5s ease-in;
}
.header.dropdown-open .nav-link, .header.dropdown-open .nav-link.active {
  color: #212529 !important;
}
.header.dropdown-open .nav-link:hover, .header.dropdown-open .nav-link:active, .header.dropdown-open .nav-link:focus, .header.dropdown-open .nav-link.active:hover, .header.dropdown-open .nav-link.active:active, .header.dropdown-open .nav-link.active:focus {
  color: #EE7203 !important;
}
.header.dropdown-open #header__logo--image-normal {
  display: block !important;
}
.header.dropdown-open #header__logo--image-light {
  display: none !important;
}
.header__navigation--container .navbar {
  padding: 0;
  height: 100%;
}
.header__navigation--container .navbar > .container, .header__navigation--container .nav-item.dropdown .dropdown-menu.navbar > div.row, .header__navigation--container .nav-item.dropdown .dropdown-menu > .navbar > div.row, .header__navigation--container .content > .frame.navbar > .frame-inner-wrapper, .header__navigation--container .content > .frame.container-width-small > .navbar > .frame-inner-wrapper, .header__navigation--container .content > .frame.container-width-default > .navbar > .frame-inner-wrapper {
  align-items: stretch;
  max-width: 1800px;
}
.header__navigation--container .logo {
  display: flex;
  align-items: center;
}
.header__navigation--container .logo img {
  height: auto;
  max-width: 200px;
}
.header__navigation--container .logo #header__logo--image-normal {
  display: none;
}
@media (max-width: 991.98px) {
  .header__navigation--container .logo #header__logo--image-normal {
    display: block;
  }
}
.header__navigation--container .logo #header__logo--image-light {
  display: block;
}
@media (max-width: 991.98px) {
  .header__navigation--container .logo #header__logo--image-light {
    display: none;
  }
}
.header__navigation--container .nav-item.dropdown {
  position: initial;
}
.header__navigation--container .nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.header__navigation--container .nav-item.dropdown .dropdown-menu.show {
  padding: 0.5rem 0;
}
.header__navigation--container .nav-item.dropdown .dropdown-menu > div.row {
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .header__navigation--container .nav-item.dropdown .dropdown-menu > div.row {
    max-width: 1800px !important;
  }
}
.header__navigation--container .nav-item.dropdown .dropdown-menu > div.row > *:first-child {
  padding-left: 0;
}
.header__navigation--container .nav-item.dropdown .dropdown-menu > div.row > *:last-child {
  padding-right: 0;
}
.header__navigation--container .nav-item.dropdown .dropdown-menu > div.row .dropdown-title {
  word-break: break-word;
  hyphens: auto;
}
.header__navigation--container .nav-item.dropdown .dropdown-toggle::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -10px 0 0 0.5em;
  vertical-align: middle;
  content: "";
  border: solid;
  border-width: 0 0.1em 0.1em 0;
  transform: rotateZ(45deg);
}
.header__navigation--container .nav-item .nav-link, .header__navigation--container .nav-item .nav-link.active {
  color: #FFFFFF;
}
.header__navigation--container .nav-item .nav-link:hover, .header__navigation--container .nav-item .nav-link:active, .header__navigation--container .nav-item .nav-link:focus, .header__navigation--container .nav-item .nav-link.active:hover, .header__navigation--container .nav-item .nav-link.active:active, .header__navigation--container .nav-item .nav-link.active:focus {
  color: #ADB5BD;
}
.header__navigation--container .accordion {
  width: 100%;
}
.header__navigation--container .accordion .row {
  margin-bottom: 1rem;
}
.header__navigation--container .accordion .row > a {
  color: #212529;
  font-weight: bold;
}
.header__navigation--container .accordion .row > a:hover, .header__navigation--container .accordion .row > a:active, .header__navigation--container .accordion .row > a:focus {
  color: #EE7203;
}
.header__navigation--container .accordion .accordion-item {
  border-bottom: none;
}
.header__navigation--container .accordion .accordion-item .nav-link {
  padding: 8px 0;
}
.header__navigation--container .accordion .accordion-button {
  font-weight: bold;
  padding: 0;
}
.header__navigation--container .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: initial;
  font-weight: bold;
  box-shadow: none;
}
.header__navigation--container .accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.header__navigation--container .accordion .accordion-button:after {
  width: 1rem;
  height: 1rem;
  background-size: auto;
}
.header__navigation--container .accordion .accordion-button > a {
  color: #212529;
}
.header__navigation--container .accordion .accordion-button > a:hover, .header__navigation--container .accordion .accordion-button > a:active, .header__navigation--container .accordion .accordion-button > a:focus {
  color: #EE7203;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
  left: 0;
  top: calc(100px - 20px);
  margin-top: 0px !important;
}
.dropdown .dropdown-menu.show {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  max-height: 400px;
  opacity: 1;
}
#header__navigation--mobile {
  max-height: 100vh;
}
#header__navigation--mobile .mm-panels, #header__navigation--mobile .mm-panel, #header__navigation--mobile .mm-navbar, #header__navigation--mobile .mm-listitem {
  background: #FFFFFF;
  color: #212529;
  border-color: #FFFFFF;
}
#header__navigation--mobile a, #header__navigation--mobile a span, #header__navigation--mobile svg, #header__navigation--mobile span {
  color: inherit;
}
#header__navigation--mobile svg {
  fill: currentColor;
}
#header__navigation--mobile .mm-btn_next:after, #header__navigation--mobile .mm-btn_prev:before {
  border-color: #212529;
}
#header__navigation--mobile .mm-listitem {
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
}
#header__navigation--mobile .mm-listitem:after {
  display: none;
}
#header__navigation--mobile .mm-listitem.divider {
  border-bottom: 1px solid #ADB5BD;
  margin: 20px;
}
#header__navigation--mobile .mm-listitem.divider label {
  display: none;
}
#header__navigation--mobile .mm-navbars_top {
  border: none;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
}
#header__navigation--mobile .mm-navbars_top .mm-navbar {
  padding-left: 20px;
  height: calc(100px + 20px);
  align-items: center;
  justify-content: space-between;
}
#header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close {
  position: relative !important;
}
#header__navigation--mobile .mmenu-languageSwitcher ul {
  list-style: none;
  display: flex;
}
#header__navigation--mobile .mmenu-languageSwitcher ul li + li {
  margin-left: 0.5rem;
}
#header__navigation--mobile .mmenu-languageSwitcher ul li a {
  position: relative;
  display: inline-block;
}
#header__navigation--mobile .mmenu-languageSwitcher ul li.active a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
#header__navigation--mobile .mmenu-languageSwitcher ul .disabled {
  opacity: 0.5;
}
.header__search {
  position: absolute;
  height: auto;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 1rem 0;
  background: #FFFFFF;
  border-top: 1px solid #ADB5BD;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  display: grid;
  place-items: center;
  font-family: var(--bs-font-sans-serif);
  text-transform: none;
  letter-spacing: normal;
}
.header__search form {
  width: 100%;
  padding: 0 2rem;
}
.header__search form .input-group-btn {
  margin-right: 0.5rem;
}
@media (min-width: 1200px) {
  .header__search {
    top: 0;
    height: 100%;
    padding: 20px 30px;
    border: none;
  }
  .header__search form {
    padding: 0;
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .js-search-open, .js-search-open body {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .js-search-open .header__navigation--container, .js-search-open body .header__navigation--container {
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
  }
}
.js-search-open .header__search, .js-search-open body .header__search {
  opacity: 1;
  z-index: 7;
  transition: all 0.3s 0.2s;
}
.js-search-open .quickAccess__search::before, .js-search-open body .quickAccess__search::before {
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.header__search--field {
  all: unset;
  border-bottom: 1px #ADB5BD solid;
  flex-grow: 1;
  transition: border-bottom-color 0.2s ease-in;
}
.header__search--field:focus {
  border-bottom-color: #000000;
}
/**********************
Autosuggest
*/
.header__search__form {
  position: relative;
}
.header__search__form .tx-solr__autosuggest {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  opacity: 0;
  pointer-events: none;
}
.header__search__form.js-show-autosuggest .tx-solr__autosuggest {
  opacity: 1;
  pointer-events: auto;
}
.tx-solr__autosuggest .searchresult {
  display: block;
  padding: 1rem 2rem;
  border-bottom: 1px #ADB5BD solid;
  transition: border-bottom-color 0.2s ease-in;
}
.tx-solr__autosuggest .searchresult__excerpt {
  font-size: 1.2rem;
}
.tx-solr__autosuggest .searchresult__title {
  color: rgba(238, 114, 3, 0.7);
}
.tx-solr__autosuggest .searchresult:hover {
  border-bottom-color: #000000;
}
.tx-solr__autosuggest .searchresult:hover .searchresult__title {
  color: #be5b02;
}
/*********************
Search Spinner
 */
.header-search-spinner {
  position: relative;
  width: 64px;
  height: 64px;
  display: none;
  margin: 0 auto;
}
.header-search-spinner.js-show {
  display: block;
}
.header-search-spinner div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #212529;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.header-search-spinner div:nth-child(1) {
  left: 6px;
  animation: header-search-spinner1 0.6s infinite;
}
.header-search-spinner div:nth-child(2) {
  left: 6px;
  animation: header-search-spinner2 0.6s infinite;
}
.header-search-spinner div:nth-child(3) {
  left: 26px;
  animation: header-search-spinner2 0.6s infinite;
}
.header-search-spinner div:nth-child(4) {
  left: 45px;
  animation: header-search-spinner3 0.6s infinite;
}
@keyframes header-search-spinner1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header-search-spinner3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes header-search-spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.header {
  position: relative;
  display: flex;
  padding: 20px 0;
  align-items: stretch;
  height: 100px;
  max-height: 100px;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
  transition: all 0.5s ease-out;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .header {
    background-color: #FFFFFF;
  }
}
.header__navigation--link, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: calc(100px + 20px);
  height: calc(100px + 20px);
  background-color: #EE7203;
}
@media (min-width: 992px) {
  .header__navigation--link, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close {
    display: none;
  }
}
.header__navigation--link svg, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close svg, .header__navigation--link img, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close img {
  fill: #FFFFFF;
  margin: auto;
  width: 2rem;
  max-width: 100%;
}
.header__navigation--link span, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close span {
  margin-left: 12px;
  font-size: 16px;
  color: #212529;
}
.header__logo {
  position: relative;
  max-width: 960px;
  z-index: 0;
}
.header__logo--image {
  text-align: center;
  opacity: 1;
  z-index: 999;
  transition: all 0.3s 0.2s;
}
.header .header__actions {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 30px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.header .header__actions * {
  color: #212529;
}
.header .header__actions * a:hover {
  color: #EE7203;
}
.header .quickAccess__search {
  position: relative;
}
.header .quickAccess__search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator = Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 224.512 224.512' style='enable-background:new 0 0 224.512 224.512;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23010002;' points='224.507,6.997 217.521,0 112.256,105.258 6.998,0 0.005,6.997 105.263,112.254 0.005,217.512 6.998,224.512 112.256,119.24 217.521,224.512 224.507,217.512 119.249,112.254 '/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat #fff;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.header .quickAccess__search svg g {
  stroke: #212529;
}
.mm-page > .mm-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  padding: 2rem 1rem;
  border-top: 1px solid #ADB5BD;
  font-size: 90%;
  background-color: #FFFFFF;
}
.footer .footer__contentWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer__contentWrapper > * {
  margin-bottom: 2rem;
}
.footer .footer__shortlinks {
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
}
.footer .footer__shortlinks strong {
  margin-bottom: 0.5rem;
  display: block;
}
.footer .footer__shortlinks nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer__shortlinks nav ul li a:hover {
  color: #EE7203;
}
.footer .footer__socialMedia {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .footer .footer__socialMedia {
    flex-basis: auto;
  }
  .footer .footer__socialMedia a {
    padding: 0 10px;
  }
}
.footer .footer__socialMedia svg {
  height: 16px;
  width: 16px;
  fill: #4e5862;
}
.content {
  /***
   * Content width (frame-width)
   *
   * frame width classes only come into effect if
   * they are a direct child of the main content
   * This is to prevent weird margins in for example accordions or gridelements.
   */
}
.content .frame.frame-space-before-small {
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .content .frame.frame-space-before-small {
    padding-top: 1rem;
  }
}
.content .frame.frame-space-before-medium {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .content .frame.frame-space-before-medium {
    padding-top: 2rem;
  }
}
.content .frame.frame-space-before-large {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .content .frame.frame-space-before-large {
    padding-top: 3.5rem;
  }
}
.content .frame.frame-space-after-small {
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .content .frame.frame-space-after-small {
    padding-bottom: 1rem;
  }
}
.content .frame.frame-space-after-medium {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .content .frame.frame-space-after-medium {
    padding-bottom: 2rem;
  }
}
.content .frame.frame-space-after-large {
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .content .frame.frame-space-after-large {
    padding-bottom: 3.5rem;
  }
}
.content .frame-layout-10, .content .frame-layout-11, .content .frame-layout-12, .content .frame-layout-13 {
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
  background-color: #F8F9FA;
}
.frame-box > .frame-inner-wrapper {
  background-color: #20286D;
  padding: 2rem !important;
}
.fancyPageHeader {
  margin: 0;
  display: flex;
  color: #FFFFFF;
}
.fancyPageHeader h1, .fancyPageHeader .h1, .fancyPageHeader h2, .fancyPageHeader .h2, .fancyPageHeader h3, .fancyPageHeader .h3, .fancyPageHeader blockquote *, blockquote .fancyPageHeader *, .fancyPageHeader h4, .fancyPageHeader .h4, .fancyPageHeader h5, .fancyPageHeader .h5, .fancyPageHeader h6, .fancyPageHeader .h6 {
  color: inherit;
}
.fancyPageHeader.withoutImage {
  min-height: 15vw;
  color: #000000;
  padding: 1rem 0 0;
}
@media (min-width: 576px) {
  .fancyPageHeader.withoutImage {
    padding: 3rem 0 0;
  }
}
.fancyPageHeader.withoutImage h1, .fancyPageHeader.withoutImage .h1, .fancyPageHeader.withoutImage h2, .fancyPageHeader.withoutImage .h2, .fancyPageHeader.withoutImage h3, .fancyPageHeader.withoutImage .h3, .fancyPageHeader.withoutImage blockquote *, blockquote .fancyPageHeader.withoutImage *, .fancyPageHeader.withoutImage h4, .fancyPageHeader.withoutImage .h4, .fancyPageHeader.withoutImage h5, .fancyPageHeader.withoutImage .h5, .fancyPageHeader.withoutImage h6, .fancyPageHeader.withoutImage .h6 {
  text-shadow: none;
}
.fancyPageHeader.withImage {
  position: relative;
  min-height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .fancyPageHeader.withImage {
    min-height: 75vh;
  }
}
.fancyPageHeader.withImage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 1;
}
.fancyPageHeader.withImage > div {
  position: relative;
}
.fancyPageHeader.withImage .focuspoint {
  position: absolute;
  height: 100%;
  width: 100%;
}
.fancyPageHeader span {
  display: block;
  font-size: 1.25em;
  line-height: 1.1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.1em rgba(33, 37, 41, 0.2);
}
@media (min-width: 576px) {
  .fancyPageHeader span {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .fancyPageHeader span {
    font-size: 1.875em;
  }
}
.fancyPageHeader .brand {
  color: #EE7203;
  margin-bottom: 1rem;
  text-transform: none;
}
.fancyPageHeader h1, .fancyPageHeader .h1, .fancyPageHeader h2, .fancyPageHeader .h2, .fancyPageHeader h3, .fancyPageHeader .h3, .fancyPageHeader blockquote *, blockquote .fancyPageHeader *, .fancyPageHeader h4, .fancyPageHeader .h4, .fancyPageHeader h5, .fancyPageHeader .h5, .fancyPageHeader h6, .fancyPageHeader .h6 {
  margin: 0;
  line-height: 1.1em;
  text-shadow: 0 0 0.1em rgba(33, 37, 41, 0.2);
  word-wrap: break-word;
  hyphens: auto;
}
.fancyPageHeader__content {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  z-index: 5;
}
@media (min-width: 576px) {
  .fancyPageHeader__content {
    flex-flow: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.fancyPageHeader__content--text {
  flex-basis: 0;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
@media (min-width: 576px) {
  .fancyPageHeader__content--text {
    flex-basis: 70%;
  }
}
@media (min-width: 576px) {
  .news .fancyPageHeader.withoutImage {
    padding: 4rem 2rem 0;
  }
}
@media (min-width: 992px) {
  .news .fancyPageHeader.withoutImage {
    padding: 5rem 2rem 0;
  }
}
@media (min-width: 576px) {
  .news .fancyPageHeader__content--text {
    padding: 5rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .news .fancyPageHeader__content--text {
    padding: 5rem 2rem;
  }
}
.frame .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.frame .author a {
  color: currentColor;
}
.frame .author ul, .frame .author li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.frame .author .author__image {
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .frame .author .author__image {
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
    margin-right: 1.5rem;
  }
}
.frame .author .author__image .focuspoint {
  width: 100%;
  height: 100%;
}
.frame .author .author__contactData {
  margin-top: 0.5rem;
}
.ce-row {
  display: flex;
  flex-wrap: wrap;
}
.ce-row .ce-column {
  margin-right: 1rem;
  flex: 0 0 100%;
}
/**
    From 6 to 8 columns:
        xs to md -> 2 Columns
        md to lg -> 4 columns
        lg to xl -> 6 columns
        xl higher -> the given amount of columns
 */
@media (max-width: 767.98px) {
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 4) -
            1rem +
            (1rem / 4));
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 6) -
            1rem +
            (1rem / 6));
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 6) -
            1rem +
            (1rem / 6));
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 4) -
            1rem +
            (1rem / 4));
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 6) -
            1rem +
            (1rem / 6));
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 7) -
            1rem +
            (1rem / 7));
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-of-type(7n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 4) -
            1rem +
            (1rem / 4));
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 6) -
            1rem +
            (1rem / 6));
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 8) -
            1rem +
            (1rem / 8));
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-of-type(8n) {
    margin-right: 0;
  }
}
/**
    From 2 to 5 columns:
        xs to md -> 1 Column
        md to lg -> 2 columns
        lg higher -> the given amount of columns
 */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            1rem +
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 3) -
            1rem +
            (1rem / 3));
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 4) -
            1rem +
            (1rem / 4));
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 2) -
            (1rem / 2));
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
    flex: 0 0 calc((100% / 5) -
            1rem +
            (1rem / 5));
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-of-type(5n) {
    margin-right: 0;
  }
}
.content .accordion {
  margin-bottom: 2rem;
}
.content .accordion-button {
  padding: 20px !important;
  font-size: 1.375rem;
  font-weight: 900;
}
.content .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/typo3conf/ext/templates/Resources/Public/Icons/Classic/Plus.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.content .accordion-button:not(.collapsed)::after {
  background-image: url(/typo3conf/ext/templates/Resources/Public/Icons/Classic/Minus.svg);
  transform: rotate(-180deg);
  height: 7px;
}
.content .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
}
.content .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.125);
  border-left: 0;
  border-right: 0;
}
.list-body {
  padding-left: 20px;
  position: relative;
}
.list-body:before {
  content: "•";
  position: absolute;
  left: 2px;
}
.quote-author {
  margin-bottom: 30px;
}
#content .shariff .shariff-button.info a {
  background-color: #e2574c;
}
#content .shariff .shariff-button.info a:hover {
  background-color: #cf4e44;
}
#content .shariff .shariff-button.info a .fa-info {
  width: 32px;
  height: 32px;
  background: url(/typo3conf/ext/templates/Resources/Public/Icons/socialMedia/pdf.svg) center;
  background-size: cover;
}
#content .shariff .shariff-button.info a .fa-info:before {
  content: none;
}
#content .shariff .shariff-button.info a .share_text {
  width: 0;
  padding: 0;
  margin: 0;
}
#content .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, #content .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
  flex-grow: 0;
}
#content .slick-slider {
  margin: 60px 0;
}
#content .slick-track {
  display: flex;
  align-items: center;
}
#content .slick-next {
  right: -30px;
}
#content .slick-next:before {
  content: "";
}
#content .slick-prev {
  left: -30px;
}
#content .slick-prev:before {
  content: "";
}
#content .slick-slide {
  position: relative;
}
#content .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  transition: all 300ms ease-in-out;
}
#content .slick-slide img {
  margin: 0 auto;
}
#content .slider-image-caption, #content .slider-image-copyright {
  max-width: 918px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 5px;
}
#content .slick-current:before {
  opacity: 0;
}
#content .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
}
#content .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EE7203;
  font-size: 54px;
  opacity: 0.9;
  top: -2px;
  position: relative;
  left: -2px;
}
@media (max-width: 1050px) {
  #content .slick-next {
    right: 20px;
  }
  #content .slick-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  #content .slick-slide {
    width: 720px;
    max-width: 100%;
  }
  #content .slick-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #content .slick-slide .slider-image-caption, #content .slick-slide .slider-image-copyright {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  #content .slick-slide {
    width: 540px;
  }
}
@media (max-width: 540px) {
  #content .slick-slide {
    width: calc(100vw - .75rem);
  }
}
.topbox:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 200vw;
  border: 20px solid #f71735;
  border-radius: 310px;
  background: #011627;
}
.articleTeaser__teaser {
  background: #FFFFFF;
  color: #212529;
}
.articleTeaser__teaser > .container, .header__navigation--container .nav-item.dropdown .dropdown-menu.articleTeaser__teaser > div.row, .content > .frame.articleTeaser__teaser > .frame-inner-wrapper {
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .articleTeaser__teaser > .container, .header__navigation--container .nav-item.dropdown .dropdown-menu.articleTeaser__teaser > div.row, .content > .frame.articleTeaser__teaser > .frame-inner-wrapper {
    padding: 5rem 2rem;
  }
}
.articleTeaser__teaser > div {
  padding: 0;
}
.articleTeaser__teaser > div > h1, .articleTeaser__teaser > div > .h1, .articleTeaser__teaser > div > h2, .articleTeaser__teaser > div > .h2, .articleTeaser__teaser > div > h3, .articleTeaser__teaser > div > .h3, blockquote .articleTeaser__teaser > div > *, .articleTeaser__teaser > div > h4, .articleTeaser__teaser > div > .h4, .articleTeaser__teaser > div > h5, .articleTeaser__teaser > div > .h5, .articleTeaser__teaser > div > h6, .articleTeaser__teaser > div > .h6 {
  font-size: 2.25em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
.articleTeaser__teaser .lead, .articleTeaser__teaser .article .header h3 span, .article .header h3 .articleTeaser__teaser span, .articleTeaser__teaser .article .header .h3 span, .articleTeaser__teaser .article .header blockquote * span, blockquote .articleTeaser__teaser .article .header * span {
  margin-bottom: 1em;
}
.articleTeaser__teaser .button {
  margin-bottom: 0;
}
.news {
  position: relative;
}
.news .noArticlesFound {
  text-align: center;
  margin: 20px 0;
  display: block;
  font-weight: bold;
  font-size: 1.7em;
}
.news .articleList {
  padding: 0.75rem;
  background: #FFFFFF;
  width: 100%;
}
.news .articleList > ul {
  margin: -0.75rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .news .articleList > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.news .articleList > ul > li {
  width: 100%;
  margin: 0;
  padding: 0.75rem;
}
@media (min-width: 576px) {
  .news .articleList > ul > li {
    width: 50%;
  }
  .news .articleList > ul > li:first-child {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news .articleList > ul > li {
    width: 33.333%;
  }
}
.news .articleList > ul > li > a {
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
}
.news .articleList > ul > li > a:hover {
  transform: scale(1.03);
  transition: all 0.2s ease;
  filter: blur(0px);
}
@media (hover: none) {
  .news .articleList > ul > li > a:hover {
    transform: scale(1) translateZ(0);
  }
}
.news .articleList > ul .grid-sizer {
  padding: 0;
}
@media (min-width: 576px) {
  .news .articleList.articleList--wide > ul > li {
    width: 100%;
  }
}
.news .articleList.articleList--wide .articleBox--wide .previewImage {
  order: 0;
}
.news .articleList .articleList__loadMore {
  display: flex;
  justify-content: center;
}
.news .articleList .articleList__loadMore .button {
  margin: 2rem 0 1rem;
}
@media (min-width: 992px) {
  .news .articleList .articleList__loadMore .button {
    margin: 3rem 0 3rem;
  }
}
.news .articleList .articleList__loadMore .button.isLoading {
  pointer-events: none;
  animation: loadingPulsate 2s infinite;
}
@keyframes loadingPulsate {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.news .articleBox {
  display: flex;
  background: #FFFFFF;
  color: #212529;
  border: 1px solid #ADB5BD;
}
@media (min-width: 576px) {
  .news .articleBox {
    display: block;
  }
}
.news .articleBox * {
  color: #212529;
}
.news .articleBox a {
  display: block;
}
.news .articleBox .previewImage {
  width: 25%;
}
@media (min-width: 576px) {
  .news .articleBox .previewImage {
    width: 100%;
  }
}
.news .articleBox .previewImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .news .articleBox .previewImage img {
    height: auto;
    object-fit: unset;
  }
}
.news .articleBox .textContents {
  flex: 1;
  width: 75%;
  padding: 0.75rem;
}
@media (min-width: 576px) {
  .news .articleBox .textContents {
    width: 100%;
    padding: 1.5rem;
  }
}
.news .articleBox .textContents .categories {
  display: none;
}
@media (min-width: 576px) {
  .news .articleBox .textContents .categories {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 0.875em;
    line-height: 1.2em;
    letter-spacing: normal;
  }
  .news .articleBox .textContents .categories, .news .articleBox .textContents .categories li {
    color: #EE7203;
  }
}
.news .articleBox .textContents h3, .news .articleBox .textContents .h3, .news .articleBox .textContents blockquote *, blockquote .news .articleBox .textContents * {
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
@media (min-width: 576px) {
  .news .articleBox .textContents h3, .news .articleBox .textContents .h3, .news .articleBox .textContents blockquote *, blockquote .news .articleBox .textContents * {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0.9rem;
  }
}
.news .articleBox .textContents .teaser {
  width: 100%;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .news .articleBox .textContents .teaser {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
    white-space: unset;
  }
}
.news .articleBox .textContents .articleMetaData {
  font-size: 0.625em;
}
@media (min-width: 576px) {
  .news .articleBox .textContents .articleMetaData {
    display: block;
    margin-top: 1rem;
    font-size: 1em;
  }
}
.news .articleBox .textContents .articleMetaData > * {
  display: inline-block;
  margin-top: 0.25rem;
  vertical-align: top;
}
@media (min-width: 576px) {
  .news .articleBox .textContents .articleMetaData > * {
    margin-top: 0.5rem;
  }
}
.news .articleBox .textContents .articleMetaData, .news .articleBox .textContents .articleMetaData * {
  line-height: 1.3em;
  color: #212529;
}
.news .articleBox .textContents .articleMetaData .authors {
  margin-right: 0.8em;
}
@media (min-width: 576px) {
  .news .articleBox .textContents .articleMetaData .authors {
    margin-right: 1em;
  }
}
@media (min-width: 576px) {
  .news .articleBox--wide {
    display: flex;
  }
}
.news .articleBox--wide .textContents {
  order: 2;
}
@media (min-width: 576px) {
  .news .articleBox--wide .textContents {
    order: 1;
  }
}
.news .articleBox--wide .textContents .articleMetaData .releaseDate {
  margin-right: 1em;
}
.news .articleBox--wide .previewImage {
  order: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .news .articleBox--wide .previewImage {
    order: 2;
    width: 33%;
  }
}
.articleDetails {
  display: block;
  margin-top: 2rem;
}
.articleDetails .articleDetails__info {
  font-size: 0.8em;
}
@media (min-width: 576px) {
  .articleDetails .articleDetails__info {
    display: flex;
    font-size: 1em;
    margin-bottom: 3.5rem;
  }
}
.articleDetails .articleDetails__info > div:first-child {
  flex-grow: 1;
}
.articleDetails .articleDetails__info .releaseDate {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .articleDetails .articleDetails__info .releaseDate {
    margin-right: 2rem;
  }
}
.articleDetails .articleDetails__info .releaseDate:before {
  margin-top: -0.1em;
}
.articleDetails .articleDetails__info .printedIssueHint {
  display: inline-block;
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .articleDetails .articleDetails__info .printedIssueHint {
    margin-right: 2rem;
  }
}
.articleDetails .articleDetails__info * + ul.categories {
  margin-top: 0.3em;
}
@media (min-width: 576px) {
  .articleDetails .articleDetails__info * + ul.categories {
    margin-top: 0;
  }
}
.articleDetails .articleDetails__info ul.categories {
  display: block;
}
.articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header h1, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header .h1, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header h2, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header .h2, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header h3, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header .h3, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header blockquote *, blockquote .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header *, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header h4, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header .h4, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header h5, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header .h5, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header h6, .articleDetails .articleDetails__content .frame-type-gridelements_pi1 .row > div:first-child header .h6 {
  margin-top: 0;
}
.articleDetails .articleDetails__content hr {
  border-bottom: 1px solid #ADB5BD;
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .articleDetails .articleDetails__content hr {
    margin: 3rem auto;
  }
}
.articleDetails .articleDetails__content h4, .articleDetails .articleDetails__content .h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}
.articleDetails__footer {
  z-index: 100;
  background: #EE7203;
  padding: 1rem;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .articleDetails__footer {
    padding: 1rem 2rem;
  }
}
.articleDetails__footer, .articleDetails__footer a {
  color: #FFFFFF;
}
.articleDetails__footer .articleDetails__footerContents {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.articleDetails__footer .articleDetails__footerContents > * {
  flex: 1 1 50%;
}
.articleDetails__footer .articleDetails__footerContents > * > * {
  display: inline-block;
}
.articleDetails__footer .articleDetails__footerContents--right {
  text-align: right;
}
.articleDetails__footer .articleDetails__footerContents .actionTitle {
  display: none;
}
@media (min-width: 992px) {
  .articleDetails__footer .articleDetails__footerContents .actionTitle {
    display: inline-block;
    margin-left: 0.8em;
  }
}
.backToOverview__button, .articleShare__button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.backToOverview__button:before, .articleShare__button:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 1em;
  height: 1em;
  margin-top: 0.05em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.backToOverview__button:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M16,31.1c-0.2,0-0.3-0.1-0.4-0.2c-0.2-0.2-0.2-0.6,0-0.8l15-14.4l-15-13.7c-0.2-0.2-0.2-0.6,0-0.8 c0.2-0.2,0.6-0.2,0.8,0l15.4,14.1c0.1,0.1,0.2,0.3,0.2,0.4c0,0.2-0.1,0.3-0.2,0.4L16.4,30.9C16.3,31,16.1,31.1,16,31.1z'/%3E%3Cpath fill='%23FFFFFF' d='M31.4,16.2H0.6C0.3,16.2,0,16,0,15.6s0.3-0.6,0.6-0.6h30.9c0.3,0,0.6,0.3,0.6,0.6S31.7,16.2,31.4,16.2z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.articleShare__button {
  margin-right: 0.75rem;
}
.articleShare__button:before {
  width: 1.7rem;
  height: 1.7rem;
  vertical-align: middle;
  margin-top: -0.35rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.1 60.1'%3E%3Cpath fill='%23ffffff' d='M60 11.2c0 0 0 0 0-0.1 0-0.1 0-0.1 0-0.2 0 0 0 0 0-0.1 0-0.1-0.1-0.2-0.1-0.3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.1-0.1-0.1-0.2-0.2-0.2 0 0 0 0-0.1 0 -0.1 0-0.2-0.1-0.2-0.1 0 0-0.1 0-0.1 0 -0.1 0-0.1 0-0.2 0 0 0-0.1 0-0.1 0 0 0-0.1 0-0.1 0L0.8 22c-0.4 0.1-0.7 0.4-0.8 0.8s0.2 0.8 0.5 1l16.6 8.8 2.9 16.2c0 0 0 0 0 0 0 0.1 0 0.2 0 0.2 0 0 0 0.1 0 0.1 0 0.1 0.1 0.2 0.1 0.3 0 0 0 0 0 0.1 0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.1 0.1 0.1 0.2 0.2 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.1 0.1 0.2 0.1 0 0 0.1 0 0.1 0 0.1 0 0.2 0 0.3 0 0 0 0 0 0 0h0c0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.3 0 0.5-0.1 0.7-0.3l11.1-7.4 11.6 7.5c0.2 0.1 0.4 0.2 0.5 0.2 0.1 0 0.2 0 0.3-0.1 0.3-0.1 0.5-0.3 0.6-0.6l14-38c0 0 0-0.1 0-0.1 0 0 0 0 0 0C60 11.2 60 11.2 60 11.2zM48.5 17.6L24.5 35.2c0 0-0.1 0.1-0.1 0.1 0 0 0 0 0 0 0 0 0 0-0.1 0.1 0 0 0 0 0 0.1 0 0.1-0.1 0.1-0.1 0.2 0 0 0 0 0 0 0 0 0 0 0 0l-2.7 8.9 -2.2-12.1L48.5 17.6zM22.9 46.6l2.7-9 4.2 2.8 1.2 0.8 -4.1 2.7L22.9 46.6zM52 13.5L18.1 30.9l-14.1-7.5L52 13.5zM44.6 47.5L29.2 37.5l-2.3-1.5 30.2-22.2L44.6 47.5z'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .articleShare__button {
    margin-right: 0;
  }
}
.articleShare:hover .articleShare__shareable {
  opacity: 1;
  margin-left: 0;
  transition: margin-left 0.3s linear, opacity 0.4s ease-out 0.4s;
}
.articleShare__shareable {
  position: absolute;
  margin-left: -99999px;
  top: 0;
  transform: translateY(-100%) translateY(-20px);
  display: flex;
  flex-wrap: wrap;
  max-width: 7.6rem;
  justify-content: space-around;
  background-color: #FFFFFF;
  padding: 0.7rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: margin-left 0.3s linear 1.5s, opacity 0.4s linear 0.7s;
  right: 1rem;
}
@media (min-width: 992px) {
  .articleShare__shareable {
    max-width: 13.8rem;
  }
}
.articleShare__shareable:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: block;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  right: 1rem;
}
@media (min-width: 992px) {
  .articleShare__shareable:before {
    right: 7.5rem;
    transform: translateX(50%) rotate(45deg);
  }
}
@media (min-width: 992px) {
  .articleShare__shareable:before {
    right: 8.5rem;
  }
}
.articleShare__shareable .shariff ul {
  all: initial;
  display: flex;
  flex-wrap: wrap;
}
.articleShare__shareable .shariff ul .shariff-button {
  all: initial;
  margin: 0.3rem;
}
.articleShare__shareable .shariff ul .shariff-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.articleShare__shareable .shariff ul .shariff-button .share_text {
  display: none;
}
.articleDetails__aside {
  display: flex;
  justify-content: center;
}
.articleDetails__aside--right, .articleDetails__aside--left {
  flex-basis: 50%;
  position: relative;
  padding: 10px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0 solid #EE7203;
}
.articleDetails__aside--right a, .articleDetails__aside--left a {
  color: #6C757D;
}
.articleDetails__aside--right a, .articleDetails__aside--right a .navigationTitle, .articleDetails__aside--right a .arrow, .articleDetails__aside--left a, .articleDetails__aside--left a .navigationTitle, .articleDetails__aside--left a .arrow {
  transition: all 0.3s;
}
.articleDetails__aside--right a .navigationTitle, .articleDetails__aside--left a .navigationTitle {
  color: #343A40;
}
.articleDetails__aside--right a .arrow, .articleDetails__aside--left a .arrow {
  background-color: #EE7203;
}
.articleDetails__aside--right a:hover, .articleDetails__aside--left a:hover {
  color: #212529;
}
.articleDetails__aside--right a:hover .navigationTitle, .articleDetails__aside--left a:hover .navigationTitle {
  color: #000000;
}
.articleDetails__aside--right .arrow, .articleDetails__aside--right .navigationTitle, .articleDetails__aside--right .articleTitle, .articleDetails__aside--left .arrow, .articleDetails__aside--left .navigationTitle, .articleDetails__aside--left .articleTitle {
  display: block;
}
.articleDetails__aside--right .arrow, .articleDetails__aside--left .arrow {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.articleDetails__aside--right .arrow::before, .articleDetails__aside--left .arrow::before {
  content: "";
  top: 7.5px;
  left: 7.5px;
  position: absolute;
  height: 15px;
  width: 15px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M16,31.1c-0.2,0-0.3-0.1-0.4-0.2c-0.2-0.2-0.2-0.6,0-0.8l15-14.4l-15-13.7c-0.2-0.2-0.2-0.6,0-0.8 c0.2-0.2,0.6-0.2,0.8,0l15.4,14.1c0.1,0.1,0.2,0.3,0.2,0.4c0,0.2-0.1,0.3-0.2,0.4L16.4,30.9C16.3,31,16.1,31.1,16,31.1z'/%3E%3Cpath fill='%23FFFFFF' d='M31.4,16.2H0.6C0.3,16.2,0,16,0,15.6s0.3-0.6,0.6-0.6h30.9c0.3,0,0.6,0.3,0.6,0.6S31.7,16.2,31.4,16.2z'/%3E%3C/svg%3E") no-repeat;
}
.articleDetails__aside--right .navigationTitle, .articleDetails__aside--left .navigationTitle {
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px;
}
.articleDetails__aside--right .articleTitle, .articleDetails__aside--left .articleTitle {
  font-size: 15px;
  line-height: 18px;
}
.articleDetails__aside--left {
  padding-right: 20px;
  text-align: right;
}
.articleDetails__aside--left .arrow {
  margin: 0 0 10px auto;
}
.articleDetails__aside--left .arrow::before {
  transform: rotate(180deg);
}
.articleDetails__aside--right {
  padding-left: 20px;
}
.news ul.categories {
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
  list-style-type: none;
  color: #EE7203;
}
.news ul.categories, .news ul.categories li {
  margin: 0;
  padding: 0;
  display: inline;
}
.news ul.categories li:not(:first-child):before {
  content: ", ";
  display: inline;
}
.news .authors:before, .news .authors > *, .news .releaseDate:before, .news .releaseDate > *, .news .printedIssueHint:before, .news .printedIssueHint > * {
  display: inline-block;
  vertical-align: middle;
}
.news .authors:before, .news .releaseDate:before, .news .printedIssueHint:before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.4em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news .author__image .focuspoint {
  border-radius: 50%;
}
.news .authors {
  position: relative;
  padding-left: 35px;
}
.news .authors:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 32C7.2 32 0 24.8 0 16S7.2 0 16 0s16 7.2 16 16-7.2 16-16 16zm0-31C7.7 1 1 7.7 1 16s6.7 15 15 15 15-6.7 15-15S24.3 1 16 1z'/%3E%3Cpath d='M16 18c-2.7 0-5-2.2-5-5 0-2.7 2.2-5 5-5s5 2.2 5 5-2.3 5-5 5zm0-8.9c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zM27.7 26.9H4.3l.2-.6c.9-2.9 6.8-4.9 11.5-4.9s10.6 2 11.5 4.9l.2.6zm-21.9-1h20.4c-1.4-1.9-6-3.6-10.2-3.6-4.3 0-8.9 1.7-10.2 3.6z'/%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 575px) {
  .news .authors {
    padding-left: 23px;
  }
  .news .authors:before {
    top: 5px;
  }
}
.news .authors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.news .authors ul li {
  display: inline;
}
.news .authors ul li + li:before {
  content: ", ";
  margin-right: 5px;
  margin-left: -2px;
}
.news .releaseDate:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath d='M16,32C7.2,32,0,24.8,0,16C0,7.2,7.2,0,16,0c8.8,0,16,7.2,16,16C32,24.8,24.8,32,16,32z M16,1C7.7,1,1,7.7,1,16 s6.7,15,15,15s15-6.7,15-15S24.3,1,16,1z'/%3E%3Cpolygon points='23.5,18.6 14.4,18.6 14.4,7.4 15.4,7.4 15.4,17.7 23.5,17.7 '/%3E%3C/svg%3E");
}
.news .printedIssueHint:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath d='M30.1,32H1.9C0.9,32,0,31.1,0,30V2c0-1.1,0.9-2,1.9-2h28.1C31.1,0,32,0.9,32,2v28C32,31.1,31.1,32,30.1,32z M1.9,1 C1.4,1,1,1.5,1,2V30c0,0.6,0.4,1.1,1,1.1h28.1c0.5,0,1-0.5,1-1V2c0-0.6-0.4-1.1-1-1.1H1.9z'/%3E%3Crect x='5.1' y='6.7' width='21.6' height='1'/%3E%3Cpath d='M8.2,17.9c-1.2,0-2.3-1.1-2.3-2.3c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3C10.6,16.9,9.5,17.9,8.2,17.9z M8.2,14.3 c-0.8,0-1.4,0.7-1.4,1.4c0,0.7,0.7,1.4,1.4,1.4s1.4-0.7,1.4-1.4C9.6,15,9.1,14.3,8.2,14.3z'/%3E%3Cpath d='M15.6,17.9c-1.2,0-2.3-1.1-2.3-2.3c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3C17.9,16.9,16.9,17.9,15.6,17.9z M15.6,14.3 c-0.8,0-1.4,0.7-1.4,1.4c0,0.7,0.7,1.4,1.4,1.4s1.4-0.7,1.4-1.4C17,15,16.5,14.3,15.6,14.3z'/%3E%3Cpath d='M24.4,17.9c-1.2,0-2.3-1.1-2.3-2.3s1.1-2.3,2.3-2.3c1.3,0,2.3,1,2.3,2.3C26.8,16.9,25.7,17.9,24.4,17.9z M24.4,14.3 c-0.7,0-1.4,0.7-1.4,1.4s0.7,1.4,1.4,1.4c0.7,0,1.4-0.7,1.4-1.4C25.8,15,25.3,14.3,24.4,14.3z'/%3E%3Cpath d='M8.2,25.3c-1.2,0-2.3-1.1-2.3-2.3c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3C10.6,24.2,9.5,25.3,8.2,25.3z M8.2,21.6 c-0.8,0-1.4,0.7-1.4,1.4c0,0.7,0.7,1.4,1.4,1.4s1.4-0.7,1.4-1.4C9.6,22.3,9.1,21.6,8.2,21.6z'/%3E%3Cpath d='M15.6,25.3c-1.2,0-2.3-1.1-2.3-2.3c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3C17.9,24.2,16.9,25.3,15.6,25.3z M15.6,21.6 c-0.8,0-1.4,0.7-1.4,1.4c0,0.7,0.7,1.4,1.4,1.4S17,23.7,17,23C17,22.3,16.5,21.6,15.6,21.6z'/%3E%3Cpath d='M24.4,25.3c-1.2,0-2.3-1.1-2.3-2.3c0-1.2,1.1-2.3,2.3-2.3c1.3,0,2.3,1,2.3,2.3C26.8,24.2,25.7,25.3,24.4,25.3z M24.4,21.6 c-0.7,0-1.4,0.7-1.4,1.4c0,0.7,0.7,1.4,1.4,1.4c0.7,0,1.4-0.7,1.4-1.4C25.8,22.3,25.3,21.6,24.4,21.6z'/%3E%3C/svg%3E");
}
.container-width-default .news, .container-width-wide .news {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.comments-form {
  margin-bottom: 40px;
}
.comments-form textarea {
  resize: none;
}
.comments-form button {
  margin-top: 15px;
}
.comment-single {
  padding: 10px;
  border: 1px solid #ADB5BD;
  margin-bottom: 20px;
}
.comment-single .comment-child {
  padding-left: 15px;
}
.comment-single .comments-form {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  margin-bottom: 0;
  transition: all 200ms ease-in-out;
}
.comment-single .reply-trigger-label {
  color: #EE7203;
}
.comment-single .reply-form-trigger {
  display: none;
}
.comment-single .reply-form-trigger:checked + .comments-form {
  overflow: visible;
  max-height: 1000px;
  visibility: visible;
}
.comments-child-list {
  margin-top: 40px;
}
.tx_solr .tx-solr-search-form-section {
  display: block;
  position: relative;
  background: #EE7203;
  color: #FFFFFF;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 24px;
  min-height: 260px;
  padding: 2.5rem 2rem;
}
@media (min-width: 576px) {
  .tx_solr .tx-solr-search-form-section {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .tx_solr .tx-solr-search-form-section {
    padding: 2.5rem 2rem 3.5rem;
  }
}
.tx_solr .tx-solr-search-form-section .tx-solr-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EE7203;
}
.tx_solr .tx-solr-search-form-section .tx-solr-loader.hidden {
  display: none;
}
.tx_solr .tx-solr-search-form-section .btn.tx-solr-submit, .tx_solr .tx-solr-search-form-section .btn.facet.remove-facet-option, .tx_solr .tx-solr-search-form-section .btn.btn-circle {
  background: #FFFFFF;
  color: #EE7203;
}
.tx_solr .tx-solr-search-form-section .btn.tx-solr-submit:hover, .tx_solr .tx-solr-search-form-section .btn.facet.remove-facet-option:hover, .tx_solr .tx-solr-search-form-section .btn.btn-circle:hover {
  background-color: #ccc;
}
.tx_solr .tx-solr-search-form-section .btn.btn-outline-light.tx-solr-reset:hover {
  color: #EE7203;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions {
  margin-bottom: 20px;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-toggle {
  width: 100%;
  text-align: left;
  color: #FFFFFF;
  padding: 0.7em 1.5em 0.3em 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #FFFFFF;
  background: transparent;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-toggle:after {
  display: block;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve' fill='%23ffffff'%3E%3Cpolygon points='17.1,23.5 17.1,23.5 32,8.5 30.9,7.5 16,22.4 1.1,7.5 0,8.5 16,24.5 '/%3E%3C/svg%3E") no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  margin: 0;
  right: 0;
  top: 14px;
  transition: transform 0.2s;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-toggle:focus {
  outline: none;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #EE7203;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-item {
  background-color: inherit;
  white-space: normal;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-item a.facet.solr-ajaxified {
  display: block;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-item:hover {
  background-color: #F8F9FA;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-item .facet-result-count {
  color: #EE7203;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-item .facet-result-count:before {
  content: "(";
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-functions .facets .dropdown-item .facet-result-count:after {
  content: ")";
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form form {
  display: block;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form form .col-12.action-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
@media (min-width: 576px) {
  .tx_solr .tx-solr-search-form-section .tx-solr-search-form form .col-12.action-buttons {
    flex-direction: row;
  }
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form form .col-12.action-buttons .btn {
  flex-shrink: 0;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form input {
  width: 100%;
  color: #FFFFFF;
  margin: 0;
  padding: 0.7em 1.5em 0.3em 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve' fill='%23ffffff'%3E%3Cpath class='st0' d='M15.9,30.4c-8.4,0-15.2-6.8-15.2-15.2C0.7,6.8,7.5,0,15.9,0c8.4,0,15.2,6.8,15.2,15.2 C31.1,23.6,24.3,30.4,15.9,30.4z M15.9,1.4C8.3,1.4,2.2,7.6,2.2,15.2S8.3,29,15.9,29s13.8-6.2,13.8-13.8S23.5,1.4,15.9,1.4z'/%3E%3Cpath class='st0' d='M30.6,32c-0.2,0-0.4-0.1-0.5-0.2l-4.5-4.5c-0.3-0.3-0.3-0.7,0-1s0.7-0.3,1,0l4.5,4.5c0.3,0.3,0.3,0.7,0,1 C30.9,31.9,30.7,32,30.6,32z'/%3E%3C/svg%3E") right bottom 0.5em / 1.3em no-repeat;
}
@media (min-width: 576px) {
  .tx_solr .tx-solr-search-form-section .tx-solr-search-form input {
    padding: 0.7em 0 0.3em 2em;
    background: transparent url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve' fill='%23ffffff'%3E%3Cpath class='st0' d='M15.9,30.4c-8.4,0-15.2-6.8-15.2-15.2C0.7,6.8,7.5,0,15.9,0c8.4,0,15.2,6.8,15.2,15.2 C31.1,23.6,24.3,30.4,15.9,30.4z M15.9,1.4C8.3,1.4,2.2,7.6,2.2,15.2S8.3,29,15.9,29s13.8-6.2,13.8-13.8S23.5,1.4,15.9,1.4z'/%3E%3Cpath class='st0' d='M30.6,32c-0.2,0-0.4-0.1-0.5-0.2l-4.5-4.5c-0.3-0.3-0.3-0.7,0-1s0.7-0.3,1,0l4.5,4.5c0.3,0.3,0.3,0.7,0,1 C30.9,31.9,30.7,32,30.6,32z'/%3E%3C/svg%3E") left bottom 0.5em / 1.3em no-repeat;
  }
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form input:focus {
  border: none;
  background: transparent url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve' fill='%23ffffff'%3E%3Cpath class='st0' d='M15.9,30.4c-8.4,0-15.2-6.8-15.2-15.2C0.7,6.8,7.5,0,15.9,0c8.4,0,15.2,6.8,15.2,15.2 C31.1,23.6,24.3,30.4,15.9,30.4z M15.9,1.4C8.3,1.4,2.2,7.6,2.2,15.2S8.3,29,15.9,29s13.8-6.2,13.8-13.8S23.5,1.4,15.9,1.4z'/%3E%3Cpath class='st0' d='M30.6,32c-0.2,0-0.4-0.1-0.5-0.2l-4.5-4.5c-0.3-0.3-0.3-0.7,0-1s0.7-0.3,1,0l4.5,4.5c0.3,0.3,0.3,0.7,0,1 C30.9,31.9,30.7,32,30.6,32z'/%3E%3C/svg%3E") right bottom 0.5em / 1.3em no-repeat;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #FFFFFF;
}
@media (min-width: 576px) {
  .tx_solr .tx-solr-search-form-section .tx-solr-search-form input:focus {
    background: transparent url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve' fill='%23ffffff'%3E%3Cpath class='st0' d='M15.9,30.4c-8.4,0-15.2-6.8-15.2-15.2C0.7,6.8,7.5,0,15.9,0c8.4,0,15.2,6.8,15.2,15.2 C31.1,23.6,24.3,30.4,15.9,30.4z M15.9,1.4C8.3,1.4,2.2,7.6,2.2,15.2S8.3,29,15.9,29s13.8-6.2,13.8-13.8S23.5,1.4,15.9,1.4z'/%3E%3Cpath class='st0' d='M30.6,32c-0.2,0-0.4-0.1-0.5-0.2l-4.5-4.5c-0.3-0.3-0.3-0.7,0-1s0.7-0.3,1,0l4.5,4.5c0.3,0.3,0.3,0.7,0,1 C30.9,31.9,30.7,32,30.6,32z'/%3E%3C/svg%3E") left bottom 0.5em / 1.3em no-repeat;
  }
}
@keyframes autofill {
  to {
    color: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve' fill='%23ffffff'%3E%3Cpath class='st0' d='M15.9,30.4c-8.4,0-15.2-6.8-15.2-15.2C0.7,6.8,7.5,0,15.9,0c8.4,0,15.2,6.8,15.2,15.2 C31.1,23.6,24.3,30.4,15.9,30.4z M15.9,1.4C8.3,1.4,2.2,7.6,2.2,15.2S8.3,29,15.9,29s13.8-6.2,13.8-13.8S23.5,1.4,15.9,1.4z'/%3E%3Cpath class='st0' d='M30.6,32c-0.2,0-0.4-0.1-0.5-0.2l-4.5-4.5c-0.3-0.3-0.3-0.7,0-1s0.7-0.3,1,0l4.5,4.5c0.3,0.3,0.3,0.7,0,1 C30.9,31.9,30.7,32,30.6,32z'/%3E%3C/svg%3E") left bottom 0.5em / 1.3em no-repeat;
  }
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form input:-webkit-autofill, .tx_solr .tx-solr-search-form-section .tx-solr-search-form input:-webkit-autofill:hover, .tx_solr .tx-solr-search-form-section .tx-solr-search-form input:-webkit-autofill:focus, .tx_solr .tx-solr-search-form-section .tx-solr-search-form input:-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.tx_solr .tx-solr-search-form-section .tx-solr-search-form .col-12:not(:last-child) {
  margin-bottom: 20px;
}
.tx_solr .tx-solr-search-form-section #tx-solr-facets-in-use {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.tx_solr .tx-solr-search-form-section #tx-solr-facets-in-use .btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.tx_solr .tx-solr-search-form-section #tx-solr-facets-in-use .btn svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  fill: #EE7203;
}
.tx_solr .solr-pagination {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.tx_solr .solr-pagination .pagination {
  margin-bottom: 0;
}
.tx_solr .searchinfo {
  display: none;
}
.tx_solr .list-group {
  padding: 0;
}
.tx_solr .results-list .results-entry {
  border: none;
  padding: 0.75rem;
}
.tx_solr .results-list .results-entry a {
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
}
.tx_solr .results-list .results-entry a:hover {
  transform: scale(1.03);
  transition: all 0.2s ease;
  filter: blur(0px);
}
@media (hover: none) {
  .tx_solr .results-list .results-entry a:hover {
    transform: scale(1) translateZ(0);
  }
}
.tx_solr .results-list .results-entry .results-entry-content {
  color: #212529;
  border: 1px solid #ADB5BD;
  padding: 0.75rem;
}
@media (min-width: 576px) {
  .tx_solr .results-list .results-entry .results-entry-content {
    padding: 1.5rem;
  }
}
.tx_solr .results-list .results-entry .results-entry-content h3, .tx_solr .results-list .results-entry .results-entry-content .h3, .tx_solr .results-list .results-entry .results-entry-content blockquote *, blockquote .tx_solr .results-list .results-entry .results-entry-content * {
  color: #EE7203;
}
.tx_solr .results-list .results-entry .results-entry-content .result-content {
  margin-bottom: 0;
}
.solr-pagination ul.pagination {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}
.solr-pagination ul.pagination li {
  width: 40px;
  height: 40px;
  border: 1px solid #ADB5BD;
}
.solr-pagination ul.pagination li:hover {
  border: 1px solid #EE7203;
}
.solr-pagination ul.pagination li:hover a.solr-ajaxified {
  color: #EE7203;
}
.solr-pagination ul.pagination li.active {
  background-color: #EE7203;
  border: 1px solid #EE7203;
}
.solr-pagination ul.pagination li.active a.solr-ajaxified {
  color: #FFFFFF;
}
.solr-pagination ul.pagination li a {
  width: 100%;
  height: 100%;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-per-page {
  text-align: right;
}
div#results-per-page form {
  display: block;
}
div#results-per-page form select {
  border: 1px solid #ADB5BD;
  height: 40px;
  width: 60px;
  padding-left: 10px;
}
div#results-per-page form select:hover, div#results-per-page form select:focus-visible {
  border: 1px solid #EE7203;
}
/*
  <div class="book">
    <div class="book__page"></div>
    <div class="book__page"></div>
    <div class="book__page"></div>
    <div class="book__line"></div>
  </div>
 */
.book {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 3px solid #FFFFFF;
  width: 100px;
  height: 60px;
}
.book .book__page {
  position: absolute;
  left: 50%;
  top: -3px;
  margin: 0 auto;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  background: #EE7203;
  width: 50px;
  height: 60px;
  transform-origin: 0 50%;
  animation: flip 1.2s infinite linear;
  animation-fill-mode: forwards;
}
.book .book__page:nth-child(1) {
  z-index: -1;
  animation-delay: 0.2s;
}
.book .book__page:nth-child(2) {
  z-index: -2;
  animation-delay: 0.4s;
}
.book .book__page:nth-child(3) {
  z-index: -3;
  animation-delay: 0.6s;
}
.book .book__line {
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  opacity: 75%;
}
@keyframes flip {
  0% {
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #bc5a02;
  }
  29.9% {
    background: #bc5a02;
  }
  30% {
    transform: perspective(200px) rotateY(-90deg);
    background: #EE7203;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    transform: perspective(200px) rotateY(-180deg);
    background: #EE7203;
  }
  100% {
    transform: perspective(200px) rotateY(-180deg);
    background: #EE7203;
  }
}
#content .tx-solr {
  margin-bottom: 40px;
}
/* $black: #000;
$white: #fff;



$primary: #0b1356;
$secondary: #fca495;
$body-color: $primary;

$global-font-color: $primary;
*/
@font-face {
  font-family: "ErnestEmily";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Nicky-Laatz-Ernest-and-Emily.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-ExtraBold.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-ExtraBoldItalic.ttf);
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(/typo3conf/ext/templates/Resources/Public/Frontend/Fonts/Classic/Montserrat-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
html, body {
  font-size: 16px;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  color: #000000;
}
p, span, a, li, blockquote {
  font-size: 16px;
  line-height: 1.625rem;
}
p {
  margin-bottom: 1.6rem;
}
a {
  transition: all 300ms ease-in-out;
}
a:hover {
  color: #20286D;
}
.transparent-blue, .lead-transparent, .metanavigation .meta-nav-button.disabled {
  color: rgba(11, 19, 86, 0.6);
}
.lead, .article .header h3 span, .article .header .h3 span, .article .header blockquote * span, blockquote .article .header * span {
  font-family: var(--bs-font-sans-serif);
  font-size: 20px;
  line-height: 28px;
}
.lead a, .article .header h3 span a, .article .header .h3 span a, .article .header blockquote * span a, blockquote .article .header * span a {
  font-size: 20px;
  line-height: 28px;
}
.lead-transparent {
  font-size: 26px;
  line-height: 1.875rem;
}
.article .teaser-text {
  font-size: 1.625rem;
  line-height: 1.1875rem;
}
.footer p, .footer span, .footer a, .footer li, .metanavigation p, .metanavigation span, .metanavigation a, .metanavigation li {
  font-size: 14px;
  line-height: 1.125rem;
}
h1, .h1, h2, .h2, h3, .h3, blockquote *, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--bs-font-sans-serif);
  font-weight: 900;
  margin-bottom: 30px;
}
h1, .h1 {
  font-family: "ErnestEmily";
  color: #EE7203;
  font-size: 4.25rem;
  line-height: 4.825rem;
  font-weight: normal;
}
h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.625rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
h3, .h3, blockquote * {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
h4, .h4 {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-bottom: 1rem;
}
h5, .h5 {
  font-size: 0.875rem;
  letter-spacing: 1.75px;
  line-height: 1.25rem;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
h6, .h6 {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.content > .frame.container-width-small > .frame-inner-wrapper {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.content > .frame.container-width-wide > .frame-inner-wrapper {
  width: 1840px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/*
.frame {
  margin-bottom: 0rem;
}
*/
.video-embed {
  position: relative;
  padding-bottom: 56%;
}
.video-embed-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.btn-primary, .btn-secondary {
  font-family: var(--bs-font-sans-serif);
  font-weight: 900;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-primary.arrow, .btn-secondary.arrow {
  padding-left: 50px;
  position: relative;
}
.btn-primary.arrow:before, .btn-secondary.arrow:before {
  content: "";
  height: 20px;
  width: 30px;
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGZpbGw9IiMwYjEzNTYiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIvPjxwYXRoIGQ9Ik0xNSw1bC0xLjQxLDEuNDFMMTguMTcsMTFIMlYxM2gxNi4xN2wtNC41OSw0LjU5TDE1LDE5bDctN0wxNSw1eiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-primary.arrow:hover, .btn-secondary.arrow:hover {
  color: #EE7203;
}
.btn-secondary {
  color: #EE7203;
}
header {
  z-index: initial !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-container {
  max-width: 100%;
  width: 1840px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-container {
    margin-bottom: 40px;
  }
}
.logo-container .navbar-brand {
  padding-top: 1.2rem;
}
.logo-container .logo {
  display: flex;
  align-items: center;
}
.logo-container .logo img {
  max-width: 85px;
  height: auto;
}
.logo-container .logo-text-element {
  margin: 0;
  color: #000000;
  font-family: "Roboto";
  margin-left: 30px;
  font-size: 1rem;
  line-height: 1.35rem;
}
.logo-container .logo-text {
  display: none;
}
@media (min-width: 1326px) {
  .logo-container .logo-text {
    display: block;
  }
}
@media (min-width: 694px) and (max-width: 990px) {
  .logo-container .logo-text {
    display: block;
  }
}
.navbar-toggler {
  position: absolute;
  right: -3px;
  top: 5px;
  border: none;
  outline: none;
}
.navbar-toggler:active, .navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBmaWxsPSIjMGIxMzU2IiBkPSJNNDQzLjYsMzg3LjFMMzEyLjQsMjU1LjRsMTMxLjUtMTMwYzUuNC01LjQsNS40LTE0LjIsMC0xOS42bC0zNy40LTM3LjZjLTIuNi0yLjYtNi4xLTQtOS44LTRjLTMuNywwLTcuMiwxLjUtOS44LDQgIEwyNTYsMTk3LjhMMTI0LjksNjguM2MtMi42LTIuNi02LjEtNC05LjgtNGMtMy43LDAtNy4yLDEuNS05LjgsNEw2OCwxMDUuOWMtNS40LDUuNC01LjQsMTQuMiwwLDE5LjZsMTMxLjUsMTMwTDY4LjQsMzg3LjEgIGMtMi42LDIuNi00LjEsNi4xLTQuMSw5LjhjMCwzLjcsMS40LDcuMiw0LjEsOS44bDM3LjQsMzcuNmMyLjcsMi43LDYuMiw0LjEsOS44LDQuMWMzLjUsMCw3LjEtMS4zLDkuOC00LjFMMjU2LDMxMy4xbDEzMC43LDEzMS4xICBjMi43LDIuNyw2LjIsNC4xLDkuOCw0LjFjMy41LDAsNy4xLTEuMyw5LjgtNC4xbDM3LjQtMzcuNmMyLjYtMi42LDQuMS02LjEsNC4xLTkuOEM0NDcuNywzOTMuMiw0NDYuMiwzODkuNyw0NDMuNiwzODcuMXoiLz48L3N2Zz4=") !important;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%230b1356' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (max-width: 991px) {
  #navbarSupportedContent {
    z-index: 100;
    position: fixed;
    background-color: #FFFFFF;
    margin-top: 140px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
  }
  #navbarSupportedContent .navbar-nav {
    text-align: center;
  }
  #navbarSupportedContent .navbar-nav .nav-link {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.navigation-container {
  text-align: right;
}
.lang-nav {
  display: inline-block;
}
@media (min-width: 991px) {
  .lang-nav {
    /* padding-right: 37px; */
  }
}
.nav-item.dropdown .nav-link {
  padding-right: 0px;
}
.nav-item.dropdown .dropdown-toggle:empty:after {
  margin-left: -20px;
}
@media (min-width: 991px) {
  .nav-item.dropdown > .dropdown-menu {
    margin-top: 3px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
  .nav-item.dropdown .dropdown-toggle:empty:after {
    margin-left: -15px;
    position: absolute;
    margin-top: 0.7em;
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
.nav-link {
  display: initial;
  color: #EE7203 !important;
  font-weight: bold;
  position: relative;
  transition: all 300ms ease-in-out;
}
.nav-link:before {
  content: "";
  transition: all 300ms ease-in-out;
  width: 0;
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #20286D;
  left: 15px;
}
.nav-link:hover {
  color: #20286D !important;
}
.nav-link:hover:before {
  width: calc(100% - 28px);
}
.nav-link:hover + span.dropdown-toggle {
  color: #20286D;
}
.nav-link.active {
  color: #EE7203 !important;
}
.nav-link.active:before {
  width: calc(100% - 28px);
}
.nav-link.active + span.dropdown-toggle {
  color: #EE7203;
}
.nav-link + span.dropdown-toggle {
  transition: all 300ms ease-in-out;
}
.metanavigation {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.metanavigation .nav-link {
  color: #EE7203 !important;
}
.metanavigation .nav-link:before {
  left: 0;
}
.metanavigation .nav-link:hover {
  color: #20286D;
}
.metanavigation .nav-link:hover:before {
  width: calc(100% - 10px);
}
.metanavigation .meta-nav-button {
  border: 0;
  padding: 5px 15px;
  margin-left: 10px;
  font-size: 14px;
}
.metanavigation .meta-nav-button:before {
  /* display: none; */
}
.metanavigation .meta-nav-button.disabled {
  border-color: rgba(11, 19, 86, 0.6);
}
.metanavigation .login-nav-item {
  position: relative;
  padding-left: 25px;
}
.metanavigation .login-nav-item .lock svg {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
}
.main-nav .navbar-nav {
  margin-bottom: 10px;
}
.main-nav .navbar .nav-link {
  color: #EE7203 !important;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  padding-left: 20px;
  padding-right: 20px;
}
#navbarSupportedContent {
  justify-content: flex-end;
  flex-direction: column;
}
.navbar-collapse {
  align-items: end;
}
@media (min-width: 768px) {
  .frame-type-textmedia .ce-intext {
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
  .frame-type-textmedia .ce-intext > * {
    flex-basis: 50%;
  }
  .frame-type-textmedia .ce-intext.ce-right {
    flex-direction: row-reverse;
  }
  .frame-type-textmedia .ce-intext.ce-right .ce-gallery {
    padding-left: 50px;
  }
  .frame-type-textmedia .ce-intext.ce-right .ce-bodytext {
    padding-right: 50px;
  }
  .frame-type-textmedia .ce-intext.ce-left .ce-gallery {
    padding-right: 50px;
  }
  .frame-type-textmedia .ce-intext.ce-left .ce-bodytext {
    padding-left: 50px;
  }
}
.frame-type-textmedia .video-embed-item {
  max-width: 100%;
  height: 100%;
}
.frame-type-textmedia .image, .frame-type-textmedia img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .frame-layout-smallImage .ce-intext {
    align-items: flex-start;
  }
  .frame-layout-smallImage .ce-intext > .ce-gallery {
    flex-basis: 10%;
  }
  .frame-layout-smallImage .ce-intext > .ce-bodytext {
    flex-basis: 90%;
  }
}
.frame-space-after-extra-small {
  margin-bottom: 10px !important;
}
.frame-space-after-small {
  margin-bottom: 20px !important;
}
.frame-space-after-medium {
  margin-bottom: 50px !important;
}
.frame-space-after-large {
  margin-bottom: 75px !important;
}
.frame-space-after-extra-large {
  margin-bottom: 100px !important;
}
.frame-space-before-extra-small {
  margin-top: 10px !important;
}
.frame-space-before-small {
  margin-top: 20px !important;
}
.frame-space-before-medium {
  margin-top: 50px !important;
}
.frame-space-before-large {
  margin-top: 75px !important;
}
.frame-space-before-extra-large {
  margin-top: 100px !important;
}
.contenttable {
  width: 100%;
  margin-bottom: 2rem;
}
.frame-layout-redboxdocuments {
  background-color: #EE7203;
  padding: 29px;
  margin-bottom: 2rem;
}
.frame-layout-redboxdocuments a {
  color: #FFFFFF;
}
.frame-layout-redboxdocuments h3, .frame-layout-redboxdocuments .h3, .frame-layout-redboxdocuments blockquote *, blockquote .frame-layout-redboxdocuments * {
  color: #FFFFFF;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.frame-layout-grayboxlinks {
  padding: 29px;
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
}
.frame-layout-grayboxlinks h3, .frame-layout-grayboxlinks .h3, .frame-layout-grayboxlinks blockquote *, blockquote .frame-layout-grayboxlinks * {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.frame-layout-grayboxlinks a {
  position: relative;
  padding-left: 25px;
  line-height: 2rem;
  color: #000000;
}
.frame-layout-grayboxlinks a:before {
  background: url(/typo3conf/ext/templates/Resources/Public/Icons/Classic/Link.svg) no-repeat left center;
  position: absolute;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  top: -1px;
}
a[href$=".pdf"] {
  position: relative;
  padding-left: 25px;
  line-height: 2rem;
}
a[href$=".pdf"]:before {
  background: url(/typo3conf/ext/templates/Resources/Public/Icons/Classic/PDF.svg) no-repeat left center;
  position: absolute;
  left: 0;
  content: "";
  width: 16px;
  height: 20px;
  background-size: cover;
  top: -1px;
}
/* Boxes */
.frame-documentbox {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 29px;
  margin-bottom: 2rem;
}
.frame-linkbox {
  background: #FFF4E4;
  padding: 29px;
  margin-bottom: 2rem;
}
footer.footer {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
@media (min-width: 768px) {
  footer.footer .footer-inner {
    display: flex;
    justify-content: space-between;
  }
}
footer.footer .footer-inner a {
  font-size: 16px;
}
footer.footer .social-media {
  display: flex;
}
footer.footer .social-media svg {
  height: 30px;
}
footer.footer .social-media .social-media-item {
  margin: 40px 20px;
}
@media (min-width: 768px) {
  footer.footer .social-media .social-media-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
footer.footer .social-media .social-media-item a {
  transition: all 300ms ease-in-out;
  color: #20286D;
}
footer.footer .social-media .social-media-item a:hover {
  color: #EE7203;
}
@media (max-width: 991.98px) {
  footer.footer .logo-container .logo-text {
    display: none;
  }
}
footer.footer .address a, footer.footer .copyright a {
  transition: all 300ms ease-in-out;
  position: relative;
  text-decoration: none;
}
footer.footer .address a::after, footer.footer .copyright a::after {
  content: "";
  transition: all 300ms ease-in-out;
  width: 0;
  position: absolute;
  bottom: -2px;
  height: 1px;
  background-color: #20286D;
  left: -2.5%;
}
footer.footer .address a:hover, footer.footer .copyright a:hover {
  color: #20286D;
}
footer.footer .address a:hover:after, footer.footer .copyright a:hover:after {
  width: 105%;
}
.frontendPrivacy__consentBanner button {
  box-shadow: none;
  border: none;
  opacity: 1;
  background-color: #FFFFFF;
  color: #EE7203;
  border-radius: 20px;
  padding: 5px 30px;
  transition: all 300ms ease-in-out;
}
.frontendPrivacy__consentBanner button:hover, .frontendPrivacy__consentBanner button:focus {
  box-shadow: none;
  border: none;
  background-color: #20286D;
}
.article .header h3 a, .article .header .h3 a, .article .header blockquote * a, blockquote .article .header * a {
  color: #EE7203;
  text-decoration: none;
}
.article .header h3 a:hover, .article .header .h3 a:hover, .article .header blockquote * a:hover, blockquote .article .header * a:hover {
  color: #EE7203;
  text-decoration: none;
}
.article .header h3 span, .article .header .h3 span, .article .header blockquote * span, blockquote .article .header * span {
  font-family: "Inconsolata";
  position: relative;
  top: -3px;
}
.article .news-list-date {
  color: rgba(11, 19, 86, 0.6);
  font-weight: bold;
}
.article .teaser-text {
  margin-top: 20px;
}
.article .more {
  color: rgba(11, 19, 86, 0.6);
  text-decoration: none;
}
.article .more:hover {
  text-decoration: none;
}
.article .more:hover .chevron {
  margin-left: 5px;
}
.article .more .chevron {
  position: relative;
  top: -2px;
  transition: all 300ms ease-in-out;
}
.news-list-view {
  margin-top: 40px;
}
.news-list-view .article {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .news-list-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
  }
  .news-list-view .article {
    margin-top: 0;
  }
  .news-list-view.news-list-layout-oneline {
    grid-template-columns: 1fr;
  }
}
.news-list-view + .btn {
  margin-top: 20px;
}
.news-header__icon {
  max-width: 100%;
  min-width: 30px;
  height: auto;
}
.frame-type-telesuisse_map {
  background-color: #EE7203;
  /*-----------------*/
  /* Positionierung der Pins*/
  /*-----------------*/
  /*-----------------*/
  /* Mobile*/
  /*-----------------*/
  /*-----------------*/
  /* Breakpoints*/
  /*-----------------*/
}
.frame-type-telesuisse_map a p {
  margin-bottom: 0;
}
.frame-type-telesuisse_map .all {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-type-telesuisse_map .tool-container {
  width: 1132px;
  height: 610px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.frame-type-telesuisse_map .map-container, .frame-type-telesuisse_map .text-container {
  width: 45%;
}
.frame-type-telesuisse_map .map-container {
  background-image: url("/typo3conf/ext/telesuisse/Resources/Public/Images/map/map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.frame-type-telesuisse_map .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-type-telesuisse_map .text-box {
  width: 95%;
  height: 60%;
  color: white;
}
.frame-type-telesuisse_map .text-klick {
  display: none;
}
.frame-type-telesuisse_map .imagemap-title-box {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 36px;
}
.frame-type-telesuisse_map .imagemap-title-box p {
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 36px;
  line-height: 46px;
}
.frame-type-telesuisse_map .imagemap-100-box {
  width: 100%;
}
.frame-type-telesuisse_map .text-content-box {
  width: 100%;
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 34px;
  font-size: 22px;
  z-index: 100;
}
.frame-type-telesuisse_map .tele-website-link {
  text-decoration: none;
}
.frame-type-telesuisse_map .tele-website-link {
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background-color: #FCA495;
  padding-left: 25px;
  margin-top: 50px;
  display: inline-block;
  font-size: 18px;
}
.frame-type-telesuisse_map .tele-website-link img {
  height: 100%;
  margin-right: 20px;
  float: left;
}
.frame-type-telesuisse_map .tele-website-link p {
  height: 100%;
  text-align: left;
  margin: 0 45px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #0B1356;
  letter-spacing: 2px;
  line-height: 38px;
  float: left;
}
.frame-type-telesuisse_map .pin {
  width: 10%;
  position: absolute;
  cursor: pointer;
  filter: grayscale(1);
  transition: greyscale 0.5s, opacity 0.5s;
  opacity: 0.6;
}
.frame-type-telesuisse_map .pin:hover {
  filter: grayscale(0);
  opacity: 1;
}
.frame-type-telesuisse_map .testclass {
  filter: grayscale(0);
  opacity: 1;
}
.frame-type-telesuisse_map .pin1 {
  top: 59%;
  left: 3%;
  width: 15%;
}
.frame-type-telesuisse_map .pin2 {
  top: 53%;
  left: 15%;
  width: 12%;
}
.frame-type-telesuisse_map .pin3 {
  top: 63%;
  left: 29%;
}
.frame-type-telesuisse_map .pin4 {
  top: 45%;
  left: 10%;
}
.frame-type-telesuisse_map .pin5 {
  top: 34%;
  left: 12%;
}
.frame-type-telesuisse_map .pin6 {
  top: 40.5%;
  left: 22.5%;
  width: 11%;
}
.frame-type-telesuisse_map .pin7 {
  top: 48%;
  left: 33.5%;
  width: 9%;
}
.frame-type-telesuisse_map .pin8 {
  top: 31%;
  left: 33%;
  width: 9%;
}
.frame-type-telesuisse_map .pin9 {
  top: 33%;
  left: 45%;
}
.frame-type-telesuisse_map .pin10 {
  top: 26%;
  left: 49%;
  width: 11%;
}
.frame-type-telesuisse_map .pin11 {
  top: 32%;
  left: 59%;
}
.frame-type-telesuisse_map .pin12 {
  top: 38%;
  left: 75%;
}
.frame-type-telesuisse_map .pin13 {
  top: 52%;
  left: 60%;
}
.frame-type-telesuisse_map .pin14 {
  top: 43%;
  left: 50%;
}
.frame-type-telesuisse_map .mobile-version {
  width: 80%;
  margin: 0 auto;
  color: white;
  display: none;
  margin-top: 50px;
}
.frame-type-telesuisse_map .mobile-row {
  border-top: 1px solid white;
  width: 100%;
  overflow: hidden;
  max-height: 60px;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: -1;
}
.frame-type-telesuisse_map .border-bottom {
  border-bottom: 1px solid white;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .frame-type-telesuisse_map {
    /*
        .tele-website-link{
          margin-top: 20px;
        }
        */
  }
  .frame-type-telesuisse_map .tool-container {
    width: 1000px;
    height: 538.461538px;
  }
  .frame-type-telesuisse_map .text-container {
    align-items: flex-start;
  }
  .frame-type-telesuisse_map .text-box {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .frame-type-telesuisse_map .tool-container {
    width: 700px;
    height: 376.923077px;
  }
  .frame-type-telesuisse_map .text-box {
    padding-top: 0;
  }
  .frame-type-telesuisse_map .text-content-box {
    font-size: 19px;
  }
  .frame-type-telesuisse_map .imagemap-title-box {
    font-size: 33px;
  }
  .frame-type-telesuisse_map .text-content-box p:nth-child(1) {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .frame-type-telesuisse_map .tool-container {
    width: 500px;
    height: 269.230769px;
  }
  .frame-type-telesuisse_map .all {
    align-items: flex-start;
    height: auto;
  }
  .frame-type-telesuisse_map .tool-container {
    display: none;
  }
  .frame-type-telesuisse_map .map-container {
    display: none;
  }
  .frame-type-telesuisse_map .text-klick {
    display: block;
  }
  .frame-type-telesuisse_map .text-content-box p:nth-child(1) {
    margin: 22px 0;
  }
  .frame-type-telesuisse_map .imagemap-title-box {
    font-size: 25px;
  }
  .frame-type-telesuisse_map .imagemap-title-box p {
    margin: 15px 0;
  }
  .frame-type-telesuisse_map .mobile-version {
    display: block;
  }
  .frame-type-telesuisse_map .tele-website-link {
    font-size: 15px;
    max-width: 200%;
    margin-top: 25px;
  }
  .frame-type-telesuisse_map #button-txt-sos {
    margin-right: 15px;
  }
}
.fal-securedownload h3, .fal-securedownload .h3, .fal-securedownload blockquote *, blockquote .fal-securedownload * {
  display: none;
}
div.slider .slider__textbox {
  width: 60%;
  background-color: #EE7203;
  color: #FFFFFF;
  padding: 2rem;
}
div.slider .slider__textbox > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
div.slider .swiper__navigation {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  bottom: 0;
  width: 20%;
  height: 5rem;
  right: 0;
}
div.slider .swiper__navigation .swiper-pagination {
  position: initial;
  width: auto;
}
div.slider .swiper-button-next, div.slider .swiper-button-prev, div.slider .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev, .frame-type-staempfli_content_elements_slider .slider div.slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2236px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2036%2016%22%20version%3D%221.1%22%3E%3Ctitle%3EF8B7AC3B-C9AF-4820-A450-FAC2D032D7C5%3C%2Ftitle%3E%3Cg%20id%3D%22%F0%9F%96%A5---Desktop-V2%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%2206-%C3%9Cber-den-Verband%22%20transform%3D%22translate(-1030.000000%2C%20-1265.000000)%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(272.000000%2C%20756.000000)%22%3E%3Cg%20id%3D%22Group-5%22%20transform%3D%22translate(618.000000%2C%20485.000000)%22%3E%3Cg%20id%3D%22Group-4%22%20transform%3D%22translate(29.000000%2C%2022.000000)%22%3E%3Cpolygon%20id%3D%22Fill-3%22%20transform%3D%22translate(129.000000%2C%2010.000000)%20scale(-1%2C%201)%20translate(-129.000000%2C%20-10.000000)%20%22%20points%3D%22147%208.99999958%20114.811543%208.99999958%20120.374604%203.40999972%20118.961447%202%20111%209.99999952%20118.961447%2017.999999%20120.364652%2016.5899991%20114.811543%2010.9999995%20147%2010.9999995%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  left: auto;
  right: 15%;
}
div.slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 15%;
  right: auto;
}
.swiper-button-prev:after, .swiper-button-next:after, div.slider .swiper-button-prev:after, .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev:after {
  font-family: Arial;
  content: "" !important;
}
:root {
  --swiper-theme-color: #EE7203;
  --swiper-pagination-color: #EE7203;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Uni Neue W05";
  src: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/337b0d5d-e363-4a1e-aeff-1ec762964925.woff2") format("woff2"), url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/35babcda-fcd7-41c0-b63c-c3895e8043d5.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Uni Neue W05";
  src: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/051689be-b9df-43d9-bb52-587342d2aace.woff2") format("woff2"), url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/7d8081cb-edeb-43c3-8547-a3684f4b3a7b.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Uni Neue W05";
  src: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/cdaa2470-1559-4e10-9a2e-80f34fe24baf.woff2") format("woff2"), url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/9a2b76e0-3036-4e0f-9516-02a13bb87d2d.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Uni Neue W05";
  src: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/f1ce711e-7687-4178-90c5-85253b4b7f59.woff2") format("woff2"), url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/29ee6b56-c174-4b65-822c-0c96a5d82b40.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "DINCond Medium Regular";
  src: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/dincond-medium_regular-webfont.woff2") format("woff2"), url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Frontend/Fonts/dincond-medium_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
}
.muted-60 {
  opacity: 0.6;
}
a {
  color: #212529;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover, a:active, a:focus {
  color: #EE7203;
}
a.link-download, a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"] {
  text-decoration: none;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
a.link-download:before, a[href$=".pdf"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before {
  content: "";
  position: absolute;
  background: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/PDF.svg") no-repeat left center;
  background-size: contain;
  left: 0;
  width: 27px;
  height: 100%;
  top: -1px;
}
a.link-icon {
  text-decoration: none;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
a.link-icon:before {
  content: "";
  position: absolute;
  background: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/Link.svg") no-repeat left center;
  background-size: contain;
  left: 0;
  top: 0;
  width: 27px;
  height: 100%;
}
figcaption {
  text-align: left;
  margin-top: 20px;
}
.subtitle {
  font-family: "DINCond Medium Regular", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.heavy-text {
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.frame-inner-wrapper > header {
  border-bottom: unset;
}
.highlight {
  background-color: #EE7203;
  color: #FFFFFF;
  padding: 0 4px;
}
.lead, .article .header h3 span, .article .header .h3 span, .article .header blockquote * span, blockquote .article .header * span, .lead *, .article .header h3 span *, .article .header .h3 span *, .article .header blockquote * span *, blockquote .article .header * span * {
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h2, .h2, h3, .h3, blockquote *, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1, .h1 {
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 2.75rem;
  color: #20286D;
  font-weight: bold;
  font-style: italic;
}
h2, .h2 {
  font-size: 2.125rem;
  line-height: 2.375rem;
}
h3, .h3, blockquote * {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
h4, .h4 {
  font-size: 1rem;
  line-height: 1.25rem;
}
h5, .h5 {
  font-size: 1rem;
}
blockquote *:first-child:before {
  font-size: 1.25rem;
  content: "« ";
  color: #EE7203;
}
blockquote *:last-child:after {
  font-size: 1.25rem;
  content: " »";
  color: #EE7203;
}
.frame {
  margin-bottom: 40px;
  margin-top: 40px;
}
.frame-space-after-extra-small {
  margin-bottom: 10px;
}
.frame-space-after-small {
  margin-bottom: 20px;
}
.frame-space-after-medium {
  margin-bottom: 50px;
}
.frame-space-after-large {
  margin-bottom: 75px;
}
.frame-space-after-extra-large {
  margin-bottom: 100px;
}
.frame-space-after-nospace {
  margin-bottom: 0;
}
.frame-space-before-extra-small {
  margin-top: 10px;
}
.frame-space-before-small {
  margin-top: 20px;
}
.frame-space-before-medium {
  margin-top: 50px;
}
.frame-space-before-large {
  margin-top: 75px;
}
.frame-space-before-extra-large {
  margin-top: 100px;
}
.frame-space-before-nospace {
  margin-top: 0;
}
.frame-type-html > .frame-inner-wrapper, .frame-type-tx_carrosseriesuisse_podcast_element > .frame-inner-wrapper {
  padding-bottom: initial;
}
.frame-type-html iframe, .frame-type-tx_carrosseriesuisse_podcast_element iframe {
  height: unset;
  position: unset;
}
.frame-type-html .video-embed iframe, .frame-type-tx_carrosseriesuisse_podcast_element .video-embed iframe {
  height: 100%;
  position: absolute;
}
.frame.background-type-solid:last-child {
  margin-bottom: 0;
  padding: 2rem 0;
}
.frame.background-type-solid.bg-secondary {
  background-color: #E8E9F0 !important;
}
.frame.background-type-solid.bg-primary {
  background-color: #FFF4E4 !important;
}
.frame.frame-type-breadcumb {
  margin-bottom: 2rem;
}
.frame.frame-type-textmedia .ce-column .image img {
  width: auto;
}
.link-phone {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.link-phone:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66634 0H3.66634C2.78261 0.00105857 1.93538 0.352588 1.31049 0.97748C0.685596 1.60237 0.334066 2.4496 0.333008 3.33333V12.6667C0.334066 13.5504 0.685596 14.3976 1.31049 15.0225C1.93538 15.6474 2.78261 15.9989 3.66634 16H7.66634C8.55007 15.9989 9.3973 15.6474 10.0222 15.0225C10.6471 14.3976 10.9986 13.5504 10.9997 12.6667V3.33333C10.9986 2.4496 10.6471 1.60237 10.0222 0.97748C9.3973 0.352588 8.55007 0.00105857 7.66634 0V0ZM3.66634 1.33333H7.66634C8.19677 1.33333 8.70548 1.54405 9.08055 1.91912C9.45563 2.29419 9.66634 2.8029 9.66634 3.33333V10.6667H1.66634V3.33333C1.66634 2.8029 1.87705 2.29419 2.25213 1.91912C2.6272 1.54405 3.13591 1.33333 3.66634 1.33333ZM7.66634 14.6667H3.66634C3.13591 14.6667 2.6272 14.456 2.25213 14.0809C1.87705 13.7058 1.66634 13.1971 1.66634 12.6667V12H9.66634V12.6667C9.66634 13.1971 9.45563 13.7058 9.08055 14.0809C8.70548 14.456 8.19677 14.6667 7.66634 14.6667Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.link-mail {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.link-mail:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6667 0.833374H3.33333C2.4496 0.834433 1.60237 1.18596 0.97748 1.81085C0.352588 2.43575 0.00105857 3.28298 0 4.16671L0 12.1667C0.00105857 13.0504 0.352588 13.8977 0.97748 14.5226C1.60237 15.1475 2.4496 15.499 3.33333 15.5H12.6667C13.5504 15.499 14.3976 15.1475 15.0225 14.5226C15.6474 13.8977 15.9989 13.0504 16 12.1667V4.16671C15.9989 3.28298 15.6474 2.43575 15.0225 1.81085C14.3976 1.18596 13.5504 0.834433 12.6667 0.833374ZM3.33333 2.16671H12.6667C13.0659 2.16749 13.4557 2.28772 13.786 2.51191C14.1163 2.7361 14.3719 3.05401 14.52 3.42471L9.41467 8.53071C9.03895 8.90492 8.53028 9.11502 8 9.11502C7.46972 9.11502 6.96105 8.90492 6.58533 8.53071L1.48 3.42471C1.6281 3.05401 1.88374 2.7361 2.21403 2.51191C2.54432 2.28772 2.93414 2.16749 3.33333 2.16671ZM12.6667 14.1667H3.33333C2.8029 14.1667 2.29419 13.956 1.91912 13.5809C1.54405 13.2058 1.33333 12.6971 1.33333 12.1667V5.16671L5.64267 9.47337C6.26842 10.0975 7.11617 10.4481 8 10.4481C8.88383 10.4481 9.73158 10.0975 10.3573 9.47337L14.6667 5.16671V12.1667C14.6667 12.6971 14.456 13.2058 14.0809 13.5809C13.7058 13.956 13.1971 14.1667 12.6667 14.1667Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 12px;
}
a.btn, .btn, button, button.btn, input[type="button"], input[type="button"].btn, input[type="submit"], input[type="submit"].btn {
  padding: 0.2rem 0.6rem;
  position: relative;
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-weight: bold;
  vertical-align: middle;
  z-index: 1;
  margin: 0.3rem 0;
  border: none;
  transition: all 300ms ease-in-out;
}
a.btn:before, .btn:before, button:before, button.btn:before, input[type="button"]:before, input[type="button"].btn:before, input[type="submit"]:before, input[type="submit"].btn:before {
  content: "";
  position: absolute;
  transform: skewX(-7deg);
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
a.btn.btn__primary, a.btn.btn-primary, a.btn.tx-solr-reset, .btn.btn__primary, .frontendPrivacy__consentBanner button.btn, .btn.btn-primary, .btn.tx-solr-reset, button.btn__primary, .frontendPrivacy__consentBanner button, button.btn-primary, button.tx-solr-reset, button.btn.btn__primary, button.btn.btn-primary, button.btn.tx-solr-reset, input[type="button"].btn__primary, input[type="button"].btn-primary, input[type="button"].tx-solr-reset, input[type="button"].btn.btn__primary, input[type="button"].btn.btn-primary, input[type="button"].btn.tx-solr-reset, input[type="submit"].btn__primary, input[type="submit"].btn-primary, input[type="submit"].tx-solr-reset, input[type="submit"].btn.btn__primary, input[type="submit"].btn.btn-primary, input[type="submit"].btn.tx-solr-reset {
  color: #FFFFFF;
}
a.btn.btn__primary:before, a.btn.btn-primary:before, a.btn.tx-solr-reset:before, .btn.btn__primary:before, .frontendPrivacy__consentBanner button.btn:before, .btn.btn-primary:before, .btn.tx-solr-reset:before, button.btn__primary:before, .frontendPrivacy__consentBanner button:before, button.btn-primary:before, button.tx-solr-reset:before, button.btn.btn__primary:before, button.btn.btn-primary:before, button.btn.tx-solr-reset:before, input[type="button"].btn__primary:before, input[type="button"].btn-primary:before, input[type="button"].tx-solr-reset:before, input[type="button"].btn.btn__primary:before, input[type="button"].btn.btn-primary:before, input[type="button"].btn.tx-solr-reset:before, input[type="submit"].btn__primary:before, input[type="submit"].btn-primary:before, input[type="submit"].tx-solr-reset:before, input[type="submit"].btn.btn__primary:before, input[type="submit"].btn.btn-primary:before, input[type="submit"].btn.tx-solr-reset:before {
  background-color: #EE7203;
}
a.btn.btn__primary:hover, a.btn.btn__primary:focus, a.btn.btn__primary:active, a.btn.btn__primary.active, a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active, a.btn.btn-primary.active, a.btn.tx-solr-reset:hover, a.btn.tx-solr-reset:focus, a.btn.tx-solr-reset:active, a.btn.tx-solr-reset.active, .btn.btn__primary:hover, .frontendPrivacy__consentBanner button.btn:hover, .btn.btn__primary:focus, .frontendPrivacy__consentBanner button.btn:focus, .btn.btn__primary:active, .frontendPrivacy__consentBanner button.btn:active, .btn.btn__primary.active, .frontendPrivacy__consentBanner button.btn.active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.tx-solr-reset:hover, .btn.tx-solr-reset:focus, .btn.tx-solr-reset:active, .btn.tx-solr-reset.active, button.btn__primary:hover, .frontendPrivacy__consentBanner button:hover, button.btn__primary:focus, .frontendPrivacy__consentBanner button:focus, button.btn__primary:active, .frontendPrivacy__consentBanner button:active, button.btn__primary.active, .frontendPrivacy__consentBanner button.active, button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary.active, button.tx-solr-reset:hover, button.tx-solr-reset:focus, button.tx-solr-reset:active, button.tx-solr-reset.active, button.btn.btn__primary:hover, button.btn.btn__primary:focus, button.btn.btn__primary:active, button.btn.btn__primary.active, button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:active, button.btn.btn-primary.active, button.btn.tx-solr-reset:hover, button.btn.tx-solr-reset:focus, button.btn.tx-solr-reset:active, button.btn.tx-solr-reset.active, input[type="button"].btn__primary:hover, input[type="button"].btn__primary:focus, input[type="button"].btn__primary:active, input[type="button"].btn__primary.active, input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, input[type="button"].btn-primary:active, input[type="button"].btn-primary.active, input[type="button"].tx-solr-reset:hover, input[type="button"].tx-solr-reset:focus, input[type="button"].tx-solr-reset:active, input[type="button"].tx-solr-reset.active, input[type="button"].btn.btn__primary:hover, input[type="button"].btn.btn__primary:focus, input[type="button"].btn.btn__primary:active, input[type="button"].btn.btn__primary.active, input[type="button"].btn.btn-primary:hover, input[type="button"].btn.btn-primary:focus, input[type="button"].btn.btn-primary:active, input[type="button"].btn.btn-primary.active, input[type="button"].btn.tx-solr-reset:hover, input[type="button"].btn.tx-solr-reset:focus, input[type="button"].btn.tx-solr-reset:active, input[type="button"].btn.tx-solr-reset.active, input[type="submit"].btn__primary:hover, input[type="submit"].btn__primary:focus, input[type="submit"].btn__primary:active, input[type="submit"].btn__primary.active, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="submit"].btn-primary:active, input[type="submit"].btn-primary.active, input[type="submit"].tx-solr-reset:hover, input[type="submit"].tx-solr-reset:focus, input[type="submit"].tx-solr-reset:active, input[type="submit"].tx-solr-reset.active, input[type="submit"].btn.btn__primary:hover, input[type="submit"].btn.btn__primary:focus, input[type="submit"].btn.btn__primary:active, input[type="submit"].btn.btn__primary.active, input[type="submit"].btn.btn-primary:hover, input[type="submit"].btn.btn-primary:focus, input[type="submit"].btn.btn-primary:active, input[type="submit"].btn.btn-primary.active, input[type="submit"].btn.tx-solr-reset:hover, input[type="submit"].btn.tx-solr-reset:focus, input[type="submit"].btn.tx-solr-reset:active, input[type="submit"].btn.tx-solr-reset.active {
  color: #EE7203;
}
a.btn.btn__primary:hover:before, a.btn.btn__primary:focus:before, a.btn.btn__primary:active:before, a.btn.btn__primary.active:before, a.btn.btn-primary:hover:before, a.btn.btn-primary:focus:before, a.btn.btn-primary:active:before, a.btn.btn-primary.active:before, a.btn.tx-solr-reset:hover:before, a.btn.tx-solr-reset:focus:before, a.btn.tx-solr-reset:active:before, a.btn.tx-solr-reset.active:before, .btn.btn__primary:hover:before, .frontendPrivacy__consentBanner button.btn:hover:before, .btn.btn__primary:focus:before, .frontendPrivacy__consentBanner button.btn:focus:before, .btn.btn__primary:active:before, .frontendPrivacy__consentBanner button.btn:active:before, .btn.btn__primary.active:before, .frontendPrivacy__consentBanner button.btn.active:before, .btn.btn-primary:hover:before, .btn.btn-primary:focus:before, .btn.btn-primary:active:before, .btn.btn-primary.active:before, .btn.tx-solr-reset:hover:before, .btn.tx-solr-reset:focus:before, .btn.tx-solr-reset:active:before, .btn.tx-solr-reset.active:before, button.btn__primary:hover:before, .frontendPrivacy__consentBanner button:hover:before, button.btn__primary:focus:before, .frontendPrivacy__consentBanner button:focus:before, button.btn__primary:active:before, .frontendPrivacy__consentBanner button:active:before, button.btn__primary.active:before, .frontendPrivacy__consentBanner button.active:before, button.btn-primary:hover:before, button.btn-primary:focus:before, button.btn-primary:active:before, button.btn-primary.active:before, button.tx-solr-reset:hover:before, button.tx-solr-reset:focus:before, button.tx-solr-reset:active:before, button.tx-solr-reset.active:before, button.btn.btn__primary:hover:before, button.btn.btn__primary:focus:before, button.btn.btn__primary:active:before, button.btn.btn__primary.active:before, button.btn.btn-primary:hover:before, button.btn.btn-primary:focus:before, button.btn.btn-primary:active:before, button.btn.btn-primary.active:before, button.btn.tx-solr-reset:hover:before, button.btn.tx-solr-reset:focus:before, button.btn.tx-solr-reset:active:before, button.btn.tx-solr-reset.active:before, input[type="button"].btn__primary:hover:before, input[type="button"].btn__primary:focus:before, input[type="button"].btn__primary:active:before, input[type="button"].btn__primary.active:before, input[type="button"].btn-primary:hover:before, input[type="button"].btn-primary:focus:before, input[type="button"].btn-primary:active:before, input[type="button"].btn-primary.active:before, input[type="button"].tx-solr-reset:hover:before, input[type="button"].tx-solr-reset:focus:before, input[type="button"].tx-solr-reset:active:before, input[type="button"].tx-solr-reset.active:before, input[type="button"].btn.btn__primary:hover:before, input[type="button"].btn.btn__primary:focus:before, input[type="button"].btn.btn__primary:active:before, input[type="button"].btn.btn__primary.active:before, input[type="button"].btn.btn-primary:hover:before, input[type="button"].btn.btn-primary:focus:before, input[type="button"].btn.btn-primary:active:before, input[type="button"].btn.btn-primary.active:before, input[type="button"].btn.tx-solr-reset:hover:before, input[type="button"].btn.tx-solr-reset:focus:before, input[type="button"].btn.tx-solr-reset:active:before, input[type="button"].btn.tx-solr-reset.active:before, input[type="submit"].btn__primary:hover:before, input[type="submit"].btn__primary:focus:before, input[type="submit"].btn__primary:active:before, input[type="submit"].btn__primary.active:before, input[type="submit"].btn-primary:hover:before, input[type="submit"].btn-primary:focus:before, input[type="submit"].btn-primary:active:before, input[type="submit"].btn-primary.active:before, input[type="submit"].tx-solr-reset:hover:before, input[type="submit"].tx-solr-reset:focus:before, input[type="submit"].tx-solr-reset:active:before, input[type="submit"].tx-solr-reset.active:before, input[type="submit"].btn.btn__primary:hover:before, input[type="submit"].btn.btn__primary:focus:before, input[type="submit"].btn.btn__primary:active:before, input[type="submit"].btn.btn__primary.active:before, input[type="submit"].btn.btn-primary:hover:before, input[type="submit"].btn.btn-primary:focus:before, input[type="submit"].btn.btn-primary:active:before, input[type="submit"].btn.btn-primary.active:before, input[type="submit"].btn.tx-solr-reset:hover:before, input[type="submit"].btn.tx-solr-reset:focus:before, input[type="submit"].btn.tx-solr-reset:active:before, input[type="submit"].btn.tx-solr-reset.active:before {
  background-color: #FFFFFF;
  outline: 2px solid #EE7203;
}
a.btn.btn__primary--inverted, a.btn.tx-solr-submit, .btn.btn__primary--inverted, .btn.tx-solr-submit, button.btn__primary--inverted, button.tx-solr-submit, button.btn.btn__primary--inverted, button.btn.tx-solr-submit, input[type="button"].btn__primary--inverted, input[type="button"].tx-solr-submit, input[type="button"].btn.btn__primary--inverted, input[type="button"].btn.tx-solr-submit, input[type="submit"].btn__primary--inverted, input[type="submit"].tx-solr-submit, input[type="submit"].btn.btn__primary--inverted, input[type="submit"].btn.tx-solr-submit {
  color: #EE7203;
}
a.btn.btn__primary--inverted:before, a.btn.tx-solr-submit:before, .btn.btn__primary--inverted:before, .btn.tx-solr-submit:before, button.btn__primary--inverted:before, button.tx-solr-submit:before, button.btn.btn__primary--inverted:before, button.btn.tx-solr-submit:before, input[type="button"].btn__primary--inverted:before, input[type="button"].tx-solr-submit:before, input[type="button"].btn.btn__primary--inverted:before, input[type="button"].btn.tx-solr-submit:before, input[type="submit"].btn__primary--inverted:before, input[type="submit"].tx-solr-submit:before, input[type="submit"].btn.btn__primary--inverted:before, input[type="submit"].btn.tx-solr-submit:before {
  background-color: #FFFFFF;
  outline: 2px solid #EE7203;
}
a.btn.btn__primary--inverted:hover, a.btn.btn__primary--inverted:focus, a.btn.btn__primary--inverted:active, a.btn.btn__primary--inverted.active, a.btn.tx-solr-submit:hover, a.btn.tx-solr-submit:focus, a.btn.tx-solr-submit:active, a.btn.tx-solr-submit.active, .btn.btn__primary--inverted:hover, .btn.btn__primary--inverted:focus, .btn.btn__primary--inverted:active, .btn.btn__primary--inverted.active, .btn.tx-solr-submit:hover, .btn.tx-solr-submit:focus, .btn.tx-solr-submit:active, .btn.tx-solr-submit.active, button.btn__primary--inverted:hover, button.btn__primary--inverted:focus, button.btn__primary--inverted:active, button.btn__primary--inverted.active, button.tx-solr-submit:hover, button.tx-solr-submit:focus, button.tx-solr-submit:active, button.tx-solr-submit.active, button.btn.btn__primary--inverted:hover, button.btn.btn__primary--inverted:focus, button.btn.btn__primary--inverted:active, button.btn.btn__primary--inverted.active, button.btn.tx-solr-submit:hover, button.btn.tx-solr-submit:focus, button.btn.tx-solr-submit:active, button.btn.tx-solr-submit.active, input[type="button"].btn__primary--inverted:hover, input[type="button"].btn__primary--inverted:focus, input[type="button"].btn__primary--inverted:active, input[type="button"].btn__primary--inverted.active, input[type="button"].tx-solr-submit:hover, input[type="button"].tx-solr-submit:focus, input[type="button"].tx-solr-submit:active, input[type="button"].tx-solr-submit.active, input[type="button"].btn.btn__primary--inverted:hover, input[type="button"].btn.btn__primary--inverted:focus, input[type="button"].btn.btn__primary--inverted:active, input[type="button"].btn.btn__primary--inverted.active, input[type="button"].btn.tx-solr-submit:hover, input[type="button"].btn.tx-solr-submit:focus, input[type="button"].btn.tx-solr-submit:active, input[type="button"].btn.tx-solr-submit.active, input[type="submit"].btn__primary--inverted:hover, input[type="submit"].btn__primary--inverted:focus, input[type="submit"].btn__primary--inverted:active, input[type="submit"].btn__primary--inverted.active, input[type="submit"].tx-solr-submit:hover, input[type="submit"].tx-solr-submit:focus, input[type="submit"].tx-solr-submit:active, input[type="submit"].tx-solr-submit.active, input[type="submit"].btn.btn__primary--inverted:hover, input[type="submit"].btn.btn__primary--inverted:focus, input[type="submit"].btn.btn__primary--inverted:active, input[type="submit"].btn.btn__primary--inverted.active, input[type="submit"].btn.tx-solr-submit:hover, input[type="submit"].btn.tx-solr-submit:focus, input[type="submit"].btn.tx-solr-submit:active, input[type="submit"].btn.tx-solr-submit.active {
  color: #FFFFFF !important;
  background-color: unset;
  border-color: unset;
}
a.btn.btn__primary--inverted:hover:before, a.btn.btn__primary--inverted:focus:before, a.btn.btn__primary--inverted:active:before, a.btn.btn__primary--inverted.active:before, a.btn.tx-solr-submit:hover:before, a.btn.tx-solr-submit:focus:before, a.btn.tx-solr-submit:active:before, a.btn.tx-solr-submit.active:before, .btn.btn__primary--inverted:hover:before, .btn.btn__primary--inverted:focus:before, .btn.btn__primary--inverted:active:before, .btn.btn__primary--inverted.active:before, .btn.tx-solr-submit:hover:before, .btn.tx-solr-submit:focus:before, .btn.tx-solr-submit:active:before, .btn.tx-solr-submit.active:before, button.btn__primary--inverted:hover:before, button.btn__primary--inverted:focus:before, button.btn__primary--inverted:active:before, button.btn__primary--inverted.active:before, button.tx-solr-submit:hover:before, button.tx-solr-submit:focus:before, button.tx-solr-submit:active:before, button.tx-solr-submit.active:before, button.btn.btn__primary--inverted:hover:before, button.btn.btn__primary--inverted:focus:before, button.btn.btn__primary--inverted:active:before, button.btn.btn__primary--inverted.active:before, button.btn.tx-solr-submit:hover:before, button.btn.tx-solr-submit:focus:before, button.btn.tx-solr-submit:active:before, button.btn.tx-solr-submit.active:before, input[type="button"].btn__primary--inverted:hover:before, input[type="button"].btn__primary--inverted:focus:before, input[type="button"].btn__primary--inverted:active:before, input[type="button"].btn__primary--inverted.active:before, input[type="button"].tx-solr-submit:hover:before, input[type="button"].tx-solr-submit:focus:before, input[type="button"].tx-solr-submit:active:before, input[type="button"].tx-solr-submit.active:before, input[type="button"].btn.btn__primary--inverted:hover:before, input[type="button"].btn.btn__primary--inverted:focus:before, input[type="button"].btn.btn__primary--inverted:active:before, input[type="button"].btn.btn__primary--inverted.active:before, input[type="button"].btn.tx-solr-submit:hover:before, input[type="button"].btn.tx-solr-submit:focus:before, input[type="button"].btn.tx-solr-submit:active:before, input[type="button"].btn.tx-solr-submit.active:before, input[type="submit"].btn__primary--inverted:hover:before, input[type="submit"].btn__primary--inverted:focus:before, input[type="submit"].btn__primary--inverted:active:before, input[type="submit"].btn__primary--inverted.active:before, input[type="submit"].tx-solr-submit:hover:before, input[type="submit"].tx-solr-submit:focus:before, input[type="submit"].tx-solr-submit:active:before, input[type="submit"].tx-solr-submit.active:before, input[type="submit"].btn.btn__primary--inverted:hover:before, input[type="submit"].btn.btn__primary--inverted:focus:before, input[type="submit"].btn.btn__primary--inverted:active:before, input[type="submit"].btn.btn__primary--inverted.active:before, input[type="submit"].btn.tx-solr-submit:hover:before, input[type="submit"].btn.tx-solr-submit:focus:before, input[type="submit"].btn.tx-solr-submit:active:before, input[type="submit"].btn.tx-solr-submit.active:before {
  background-color: #EE7203;
  outline: 2px solid #FFFFFF;
}
a.btn.btn__secondary, a.btn.btn-secondary, .btn.btn__secondary, .btn.btn-secondary, button.btn__secondary, button.btn-secondary, button.btn.btn__secondary, button.btn.btn-secondary, input[type="button"].btn__secondary, input[type="button"].btn-secondary, input[type="button"].btn.btn__secondary, input[type="button"].btn.btn-secondary, input[type="submit"].btn__secondary, input[type="submit"].btn-secondary, input[type="submit"].btn.btn__secondary, input[type="submit"].btn.btn-secondary {
  color: #212529;
}
a.btn.btn__secondary:before, a.btn.btn-secondary:before, .btn.btn__secondary:before, .btn.btn-secondary:before, button.btn__secondary:before, button.btn-secondary:before, button.btn.btn__secondary:before, button.btn.btn-secondary:before, input[type="button"].btn__secondary:before, input[type="button"].btn-secondary:before, input[type="button"].btn.btn__secondary:before, input[type="button"].btn.btn-secondary:before, input[type="submit"].btn__secondary:before, input[type="submit"].btn-secondary:before, input[type="submit"].btn.btn__secondary:before, input[type="submit"].btn.btn-secondary:before {
  background-color: #E8E9F0;
}
a.btn.btn__secondary:hover, a.btn.btn__secondary:focus, a.btn.btn__secondary:active, a.btn.btn__secondary.active, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.btn.btn-secondary:active, a.btn.btn-secondary.active, .btn.btn__secondary:hover, .btn.btn__secondary:focus, .btn.btn__secondary:active, .btn.btn__secondary.active, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, button.btn__secondary:hover, button.btn__secondary:focus, button.btn__secondary:active, button.btn__secondary.active, button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary:active, button.btn-secondary.active, button.btn.btn__secondary:hover, button.btn.btn__secondary:focus, button.btn.btn__secondary:active, button.btn.btn__secondary.active, button.btn.btn-secondary:hover, button.btn.btn-secondary:focus, button.btn.btn-secondary:active, button.btn.btn-secondary.active, input[type="button"].btn__secondary:hover, input[type="button"].btn__secondary:focus, input[type="button"].btn__secondary:active, input[type="button"].btn__secondary.active, input[type="button"].btn-secondary:hover, input[type="button"].btn-secondary:focus, input[type="button"].btn-secondary:active, input[type="button"].btn-secondary.active, input[type="button"].btn.btn__secondary:hover, input[type="button"].btn.btn__secondary:focus, input[type="button"].btn.btn__secondary:active, input[type="button"].btn.btn__secondary.active, input[type="button"].btn.btn-secondary:hover, input[type="button"].btn.btn-secondary:focus, input[type="button"].btn.btn-secondary:active, input[type="button"].btn.btn-secondary.active, input[type="submit"].btn__secondary:hover, input[type="submit"].btn__secondary:focus, input[type="submit"].btn__secondary:active, input[type="submit"].btn__secondary.active, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:focus, input[type="submit"].btn-secondary:active, input[type="submit"].btn-secondary.active, input[type="submit"].btn.btn__secondary:hover, input[type="submit"].btn.btn__secondary:focus, input[type="submit"].btn.btn__secondary:active, input[type="submit"].btn.btn__secondary.active, input[type="submit"].btn.btn-secondary:hover, input[type="submit"].btn.btn-secondary:focus, input[type="submit"].btn.btn-secondary:active, input[type="submit"].btn.btn-secondary.active {
  color: #FFFFFF;
}
a.btn.btn__secondary:hover:before, a.btn.btn__secondary:focus:before, a.btn.btn__secondary:active:before, a.btn.btn__secondary.active:before, a.btn.btn-secondary:hover:before, a.btn.btn-secondary:focus:before, a.btn.btn-secondary:active:before, a.btn.btn-secondary.active:before, .btn.btn__secondary:hover:before, .btn.btn__secondary:focus:before, .btn.btn__secondary:active:before, .btn.btn__secondary.active:before, .btn.btn-secondary:hover:before, .btn.btn-secondary:focus:before, .btn.btn-secondary:active:before, .btn.btn-secondary.active:before, button.btn__secondary:hover:before, button.btn__secondary:focus:before, button.btn__secondary:active:before, button.btn__secondary.active:before, button.btn-secondary:hover:before, button.btn-secondary:focus:before, button.btn-secondary:active:before, button.btn-secondary.active:before, button.btn.btn__secondary:hover:before, button.btn.btn__secondary:focus:before, button.btn.btn__secondary:active:before, button.btn.btn__secondary.active:before, button.btn.btn-secondary:hover:before, button.btn.btn-secondary:focus:before, button.btn.btn-secondary:active:before, button.btn.btn-secondary.active:before, input[type="button"].btn__secondary:hover:before, input[type="button"].btn__secondary:focus:before, input[type="button"].btn__secondary:active:before, input[type="button"].btn__secondary.active:before, input[type="button"].btn-secondary:hover:before, input[type="button"].btn-secondary:focus:before, input[type="button"].btn-secondary:active:before, input[type="button"].btn-secondary.active:before, input[type="button"].btn.btn__secondary:hover:before, input[type="button"].btn.btn__secondary:focus:before, input[type="button"].btn.btn__secondary:active:before, input[type="button"].btn.btn__secondary.active:before, input[type="button"].btn.btn-secondary:hover:before, input[type="button"].btn.btn-secondary:focus:before, input[type="button"].btn.btn-secondary:active:before, input[type="button"].btn.btn-secondary.active:before, input[type="submit"].btn__secondary:hover:before, input[type="submit"].btn__secondary:focus:before, input[type="submit"].btn__secondary:active:before, input[type="submit"].btn__secondary.active:before, input[type="submit"].btn-secondary:hover:before, input[type="submit"].btn-secondary:focus:before, input[type="submit"].btn-secondary:active:before, input[type="submit"].btn-secondary.active:before, input[type="submit"].btn.btn__secondary:hover:before, input[type="submit"].btn.btn__secondary:focus:before, input[type="submit"].btn.btn__secondary:active:before, input[type="submit"].btn.btn__secondary.active:before, input[type="submit"].btn.btn-secondary:hover:before, input[type="submit"].btn.btn-secondary:focus:before, input[type="submit"].btn.btn-secondary:active:before, input[type="submit"].btn.btn-secondary.active:before {
  background-color: #20286D;
  transition: all 300ms ease-in-out;
  outline: 2px solid #E8E9F0;
}
.frontendPrivacy__consentBanner button {
  outline: none;
  border-radius: 0;
}
/**
  Use those classes to get icons to appear inside the input field

  Example icon on right side:
    <div class="input__icon__wrapper input__icon--right">
        <i class="icon fa fa-search"></i>
        <input class="form-control" />
    </div>
 */
.input__icon__wrapper {
  position: relative;
}
/* style icon */
.input__icon__wrapper .icon {
  position: absolute;
  padding: 10px;
  cursor: pointer;
}
/* align icon */
.input__icon--left .icon {
  left: 0px;
}
.input__icon--right .icon {
  right: 0px;
}
/* add padding  */
.input__icon--left input {
  padding-left: 30px;
}
.input__icon--right input {
  padding-right: 30px;
}
.ul-bullet--tick li {
  list-style-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/tick.svg");
}
.ce-uploads {
  list-style: none;
  padding-left: 0;
}
#header.header {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  border-bottom: none;
  transition-delay: 0.2s;
  z-index: 9999 !important;
}
@media (max-width: 991.98px) {
  #header.header {
    margin-bottom: 0;
  }
}
#header.header .nav-link:not(#quickAccess__search) {
  color: #212529 !important;
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 0 0.3rem 0;
}
#header.header .nav-link:not(#quickAccess__search):before {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0.2rem;
  background-color: #EE7203;
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
  left: 0;
}
#header.header .nav-link:not(#quickAccess__search).first-level {
  padding: 0.8rem 1rem !important;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  padding: 0.8rem 0.5rem !important;
}
#header.header .nav-link:not(#quickAccess__search).first-level:before {
  left: 1.5rem;
}
#header.header .nav-link:not(#quickAccess__search).first-level:hover:before, #header.header .nav-link:not(#quickAccess__search).first-level:focus:before, #header.header .nav-link:not(#quickAccess__search).first-level.active:before {
  width: calc(100% - 2rem);
}
#header.header .nav-link:not(#quickAccess__search):hover, #header.header .nav-link:not(#quickAccess__search):focus, #header.header .nav-link:not(#quickAccess__search).active {
  color: #212529;
}
#header.header .nav-link:not(#quickAccess__search):hover:before, #header.header .nav-link:not(#quickAccess__search):focus:before, #header.header .nav-link:not(#quickAccess__search).active:before {
  visibility: visible;
  width: 100%;
}
#header.header .nav-item.dropdown {
  z-index: 2;
}
#header.header #quickAccess__search {
  z-index: 300;
}
#header.header #quickAccess__search:before {
  content: unset;
}
#header.header li.nav-item > a.nav-link.first-level:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  bottom: -31px;
  left: 0;
  width: auto;
  height: auto;
  margin: unset;
  border: none;
  transform: none;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 47px -9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 47px -9px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 47px -9px rgba(0, 0, 0, 0.35);
  transition: all 300ms ease-in-out;
  clip-path: inset(-100px -100px 1px -100px);
  opacity: 0;
}
#header.header li.nav-item:hover > a.nav-link.first-level:after {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
#header.header .dropdown-menu {
  max-height: fit-content !important;
  background-color: transparent;
  overflow: visible;
  z-index: -2;
}
#header.header .dropdown-menu > .row {
  overflow-y: auto;
  max-height: 80vh;
  background-color: #FFFFFF;
  padding: 4rem !important;
  -webkit-box-shadow: 0px 0px 47px -9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 47px -9px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 47px -9px rgba(0, 0, 0, 0.35);
}
#header.header .dropdown-menu > .row .dropdown-title {
  padding-right: 7rem;
}
@media (max-width: 1799.98px) {
  #header.header .dropdown-menu > .row .dropdown-title {
    padding-right: 2rem;
  }
}
#header.header .dropdown-menu > .row .dropdown-title a {
  text-decoration: none;
}
#header.header .dropdown-menu > .row .dropdown-title img {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
#header.header .subnavigation__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  grid-auto-rows: auto;
}
#header.header .subnavigation__grid hr {
  height: 2px;
  background-color: #212529;
  opacity: 1;
  margin: -5px 0 0.5rem;
}
#header.header .subnavigation__grid .nav-item {
  line-height: unset;
}
#header.header .subnavigation__grid .third-level {
  font-weight: normal !important;
  font-size: 0.875rem;
  line-height: 1rem;
}
.header__navigation--container .nav-item.dropdown .dropdown-menu.show {
  padding: 0;
}
#header__navigation--mobile:not(.mm-menu_opened) {
  display: none;
}
.mm-btn_close:before, .mm-btn_close:after {
  content: unset;
}
.mm-btn_close img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.mobile-menu-burger {
  width: 32px;
  height: 32px;
}
@media (max-width: 1199.98px) {
  .header__navigation--link, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header__navigation--link, #header__navigation--mobile .mm-navbars_top .mm-navbar .mm-navbar__btn.mm-btn_close {
    display: none;
  }
}
.header .header__navigation--meta {
  position: absolute;
  right: -10px;
  bottom: 0;
  background-color: #EE7203;
  opacity: 1;
  transition: opacity 0.4s linear;
  transform: translateY(100%) skewX(-7deg);
}
.header .header__navigation--meta > ul {
  margin: 0.1rem 3rem 0.1rem 0;
  padding: 0;
  transform: skewX(7deg);
}
.header .header__navigation--meta > ul li {
  display: inline;
}
.header .header__navigation--meta > ul li .btn {
  margin: 0.2rem 0.4rem;
}
.header .header__navigation--meta .login-menu-link {
  position: relative;
  padding-left: 35px;
}
.header .header__navigation--meta .login-menu-link svg {
  position: absolute;
  top: 6px;
  left: 7px;
}
.header .header__navigation--meta .dropdown-menu.language-navigation {
  background-color: #FFFFFF;
  position: absolute;
  inset: 0 auto auto 0;
  margin: 0;
  transform: translate(6px, 29px);
  transition: all 300ms ease-in-out;
  padding: 0;
  border: none;
  box-shadow: 0 0 47px -9px rgba(0, 0, 0, 0.35);
  z-index: 2 !important;
}
.header .header__navigation--meta .dropdown-menu.language-navigation:not(.show) {
  visibility: hidden;
}
.header .header__navigation--meta .dropdown-menu.language-navigation .dropdown-item {
  background-color: #FFFFFF;
}
.header .header__navigation--meta .dropdown-menu.language-navigation .dropdown-item.active {
  background-color: #EE7203;
}
.header .header__navigation--meta .dropdown-menu.language-navigation .dropdown-item.active:hover, .header .header__navigation--meta .dropdown-menu.language-navigation .dropdown-item.active:focus {
  background-color: #EE7203;
}
.header .header__navigation--meta .dropdown-menu.language-navigation .dropdown-item:hover, .header .header__navigation--meta .dropdown-menu.language-navigation .dropdown-item:focus {
  background-color: #E8E9F0;
}
.header .header__navigation--meta.faded {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.header_infobanner {
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 9999 !important;
  width: 100%;
}
.header_infobanner:before {
  content: "";
  width: 27vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/Infobanner2.svg");
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -1px;
}
@media only screen and (max-width: 900px) {
  .header_infobanner:before {
    display: none;
  }
}
.header_infobanner .infobanner-wrapper {
  max-width: 920px;
  margin-left: 0;
  padding: 0 4rem 0 0.75rem;
}
@media (min-width: 576px) {
  .header_infobanner .infobanner-wrapper {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header_infobanner .infobanner-wrapper {
    padding-left: calc(((100vw - 1800px) / 2) + 3rem);
  }
}
.header_infobanner .infobanner-wrapper:after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #EE7203;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_infobanner .infobanner-toggle {
  position: absolute;
  right: 27vw;
  top: 8px;
}
@media only screen and (max-width: 900px) {
  .header_infobanner .infobanner-toggle {
    right: 1rem;
  }
}
.header_infobanner .infobanner-toggle svg {
  width: 20px;
  height: 20px;
}
.tx_carrosseriesuisse_infobanner_element {
  z-index: 100;
  padding: 0.75rem 0;
}
.tx_carrosseriesuisse_infobanner_element * {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  font-style: italic;
}
.tx_carrosseriesuisse_infobanner_element a:hover {
  color: #000000;
}
footer.footer {
  border-top: unset;
}
footer.footer > .frame {
  margin-bottom: unset;
}
footer.footer .footer-copyright nav > ul, footer.footer .footer-navigation nav > ul {
  list-style-type: none;
  padding-left: 0;
}
footer.footer .footer-copyright nav > ul li:not(:last-child), footer.footer .footer-navigation nav > ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer.footer .footer-copyright nav > ul li a, footer.footer .footer-navigation nav > ul li a {
  color: #212529;
  text-decoration: none;
}
footer.footer .footer-copyright nav > ul li a:hover, footer.footer .footer-navigation nav > ul li a:hover {
  color: #EE7203;
}
footer.footer .footer-copyright {
  padding-top: 1rem;
}
footer.footer .footer-copyright ul {
  display: flex;
  gap: 10px;
}
footer.footer .social-media {
  justify-content: space-between;
  gap: 30px;
}
footer.footer .social-media a {
  margin: 0;
}
footer.footer .social-media svg {
  color: #20286D;
  transition: color 0.2s linear;
}
footer.footer .social-media svg:hover {
  color: #EE7203;
}
footer.footer .footer-inner {
  align-items: flex-start;
}
footer.footer .footer-inner a {
  font-size: 0.875rem;
}
footer.footer .footer-inner .address > .frame {
  margin: 0;
}
footer.footer .btn:hover {
  color: #EE7203 !important;
}
footer.footer .btn:after {
  background-color: transparent !important;
}
@media (max-width: 991.98px) {
  footer.footer .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: initial;
  }
  footer.footer .footer-inner .social-media {
    align-content: space-between;
  }
}
#go-top {
  background-color: #e16c04;
  transition: all 300ms ease-in-out;
  color: #FFFFFF;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  position: fixed;
  right: 1.25rem;
  bottom: 3.125rem;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
  z-index: 10;
}
@media (min-width: 1248px) {
  #go-top {
    right: calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 1320px) {
  #go-top {
    right: 3.5rem;
  }
}
@media (min-width: 1800px) {
  #go-top {
    right: calc(((100vw - 1800px) / 2) + 56px);
  }
}
#go-top:hover {
  cursor: pointer;
  background-color: #20286D;
}
#go-top span:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8125rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.75rem;
  margin-top: -0.8125rem;
}
.breadcrumb {
  margin-top: 5px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/angle_right.svg");
}
.breadcrumb .breadcrumb-item > a {
  color: rgba(33, 37, 41, 0.5);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item > a:hover {
  color: #EE7203;
}
.breadcrumb .breadcrumb-item.active {
  font-family: "Uni Neue W05", Helvetica, Arial, sans-serif;
  color: #212529;
  font-weight: bold;
}
.content > .frame:first-child.frame-type-tx_templates_hero + .frame.frame-type-breadcumb {
  margin-top: 10rem;
}
table {
  width: 100%;
}
table tr, table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
/*
 if the first text &  media element has a solid background colour
 and no hero element is present,
 extend the background of it to the top edge of the page
 */
.content > .frame:first-child:not(.frame-type-tx_templates_hero) + .frame.background-type-solid {
  position: relative;
  padding-bottom: 2rem;
}
.content > .frame:first-child:not(.frame-type-tx_templates_hero) + .frame.background-type-solid:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: inherit;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: -1;
}
/**
  Tiles are named according to the palette names in the BE
  and describe the position of the tile in the grid,
  not the position in the DOM
 */
.tile-element__container a {
  text-decoration: none;
}
.tile-element__container .tile__title {
  font-size: 1.75rem;
}
.tile-element__container .inset-border {
  border: 2px solid #E8E9F0;
}
.tile-element__container .tile {
  display: flex;
  padding: 1.5rem;
}
.tile-element__container .placeholder {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .tile-element__container .placeholder {
    display: none;
  }
}
.tile-element__container .tile-element__inner-wrapper {
  gap: 20px;
  align-content: stretch;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__top {
  display: flex;
  gap: 20px;
  align-content: stretch;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__top .tile__top {
  background-color: #FFFFFF;
  flex-grow: 1;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__top .tile__top {
    flex-direction: column;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__top .tile__top .tile__top__text {
  flex-grow: 2;
  display: flex;
  align-items: center;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-content: stretch;
}
@media (max-width: 991.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom {
    flex-direction: column;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  gap: 20px;
  align-content: stretch;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a {
    flex-direction: column;
  }
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left img, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a img {
    max-width: 100% !important;
    width: 100%;
    max-height: 50vh;
  }
}
@media (max-width: 1199.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left img, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    max-width: 40%;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a:hover .inset-border, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a > a:hover .inset-border {
  border-color: #FFF4E4;
  transition: border-color 0.5s;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left .tile__middle-left__text, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a .tile__middle-left__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border-color 0.5s;
  padding: 2rem;
  color: #212529;
}
@media (min-width: 1200px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left .tile__middle-left__text, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile__middle-left > a .tile__middle-left__text {
    border-left: none;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile-element__wrapper__bottom__left__bottom {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-content: stretch;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile-element__wrapper__bottom__left__bottom {
    flex-direction: column;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile-element__wrapper__bottom__left__bottom .tile__bottom-left {
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF4E4;
  flex-grow: 1;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile-element__wrapper__bottom__left__bottom .tile__bottom-center {
  align-items: end;
}
@media (max-width: 1199.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__left .tile-element__wrapper__bottom__left__bottom .tile__bottom-center img {
    width: 100%;
    height: auto;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  align-content: stretch;
  max-width: 21.875rem;
}
@media (max-width: 991.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right {
    max-width: unset;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__middle-right {
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF4E4;
  flex-grow: 1;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right > a {
  display: flex;
  flex-direction: column;
  max-width: 21.875rem;
}
@media (max-width: 991.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right > a {
    max-width: unset;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right:hover .inset-border, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right > a:hover .inset-border {
  border-color: #FFF4E4;
  transition: border-color 0.5s;
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right img, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right > a img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right img, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right > a img {
    max-height: 50vh;
    object-fit: cover;
    object-position: top;
  }
}
.tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right .tile__bottom-right__text, .tile-element__container .tile-element__inner-wrapper .tile-element__wrapper__bottom .tile-element__wrapper__bottom__right .tile__bottom-right > a .tile__bottom-right__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: none;
  transition: border-color 0.5s;
  padding: 1.5rem 1rem;
  color: #212529;
}
.tile-element__container .tile-element__inner-wrapper .tile__bottom-left > div + div, .tile-element__container .tile-element__inner-wrapper .tile__middle-right > div + div {
  margin-top: 1rem;
}
.form-group {
  margin-bottom: 15px;
}
label.control-label {
  font-weight: bold;
}
label.control-label .required {
  color: #EE7203;
}
.frontendPrivacy__consentBanner {
  background-color: #EE7203;
}
.frontendPrivacy__consentBanner .btn {
  margin: 0.5rem;
}
.frontendPrivacy__consentBanner > div {
  padding: 0.6rem 4rem;
}
@media (max-width: 991.98px) {
  .frontendPrivacy__consentBanner > div .frontendPrivacy__consentBanner--message {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .frontendPrivacy__consentBanner > div {
    padding: 0.6rem 0;
  }
  .frontendPrivacy__consentBanner > div .frontendPrivacy__consentBanner--buttons {
    display: flex;
    flex-flow: column;
  }
}
.frame-type-staempfli_content_elements_testimonial_slider .swiper-slide:only-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.frame-type-staempfli_content_elements_testimonial_slider .swiper-slide:only-child .attestant {
  padding-left: 0 !important;
}
.frame-type-staempfli_content_elements_testimonial_slider .swiper-button-next, .frame-type-staempfli_content_elements_testimonial_slider div.slider .swiper-button-prev, div.slider .frame-type-staempfli_content_elements_testimonial_slider .swiper-button-prev, .frame-type-staempfli_content_elements_testimonial_slider .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev, .frame-type-staempfli_content_elements_slider .slider .frame-type-staempfli_content_elements_testimonial_slider .swiper-button-prev, .frame-type-staempfli_content_elements_testimonial_slider .swiper-button-prev {
  color: #EE7203;
}
.frame-type-staempfli_content_elements_testimonial_slider .swiper-slide blockquote {
  margin-bottom: 0.1rem;
}
.frame-type-staempfli_content_elements_testimonial_slider .swiper-slide .attestant-details {
  text-align: left;
}
.accordion .accordion-button {
  padding-left: 0 !important;
  font-size: 1rem;
}
.accordion .accordion-button:focus {
  box-shadow: unset;
}
.accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23EE7203'/%3E%3Cline x1='14.1667' y1='10' x2='14.1667' y2='18' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='18' y1='14.1667' x2='10' y2='14.1667' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  background-size: unset;
}
.accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23EE7203'/%3E%3Cline x1='18' y1='14.1667' x2='10' y2='14.1667' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  background-size: unset;
}
.accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.125);
}
.accordion .accordion-item:first-child {
  border-top: 1px solid rgba(34, 34, 34, 0.125);
}
.frame-type-staempfli_content_elements_slider .slider .swiper__navigation {
  background-color: #EE7203;
  color: #FFFFFF;
  transform: skewX(-7deg);
  right: -7px;
  width: 15%;
  height: 4rem;
  min-width: 160px;
}
@media (max-width: 991.98px) {
  .frame-type-staempfli_content_elements_slider .slider .swiper__navigation {
    width: 160px;
  }
}
.frame-type-staempfli_content_elements_slider .slider .slider__textbox {
  background-color: #FFFFFF;
  color: #212529;
}
.frame-type-staempfli_content_elements_slider .slider .swiper-button-next, .frame-type-staempfli_content_elements_slider .slider div.slider .swiper-button-prev, div.slider .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev, .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='57' viewBox='0 0 57 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_23_274)'%3E%3Cpath d='M56.6233 27.5867L43.669 14.6323C43.2037 14.089 42.3859 14.0256 41.8425 14.4911C41.2991 14.9564 41.2358 15.7742 41.7012 16.3176C41.7446 16.3682 41.7918 16.4156 41.8425 16.4589L52.5816 27.211H1.29539C0.580009 27.211 0 27.791 0 28.5065C0 29.222 0.580009 29.8019 1.29539 29.8019H52.5816L41.8425 40.5409C41.2991 41.0063 41.2358 41.8241 41.7012 42.3675C42.1667 42.9109 42.9844 42.9742 43.5278 42.5087C43.5784 42.4653 43.6257 42.4181 43.669 42.3675L56.6234 29.4131C57.1256 28.908 57.1256 28.092 56.6233 27.5867Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_274'%3E%3Crect width='57' height='57' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  height: 45px !important;
}
div.frame-type-tx_templates_hero {
  /**************/
  /*** MOBILE ***/
  /**************/
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper {
  display: flex;
  position: relative;
  flex-flow: column;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic {
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin: 1rem auto 0;
  align-items: stretch;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-gallery {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-gallery img {
  max-width: 85%;
  transform: translateX(-5rem);
  height: auto;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-gallery + .ce-bodytext:before {
  left: -50%;
  bottom: -4rem;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext {
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext:before {
  content: "";
  position: absolute;
  top: -100vh;
  left: 0;
  bottom: 0;
  right: -100vw;
  background: #E8E9F0;
  z-index: -1;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext .ce-bodytext__wrapper {
  background-color: #FFFFFF;
  width: 100%;
  padding: 3rem 4rem;
  transform: translateX(-4rem);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.35);
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext .ce-bodytext__wrapper h1, div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext .ce-bodytext__wrapper .h1 {
  margin: 0;
}
@media (min-width: 992px) {
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext .ce-bodytext__wrapper h1, div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext .ce-bodytext__wrapper .h1 {
    font-size: clamp(2rem, 2.5vw, 2.625rem);
    line-height: clamp(2.2rem, 2.5vw, 2.75rem);
  }
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero--homepage .ce-gallery > img {
  max-width: 120%;
  transform: translateX(11rem);
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero--homepage .ce-bodytext {
  width: 60%;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero--homepage .ce-bodytext:before {
  left: -70% !important;
  bottom: 0 !important;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero--homepage .ce-bodytext .ce-bodytext__wrapper {
  margin-top: -25%;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero__search-bar--outer {
  width: 80%;
  max-width: 1000px;
  margin: auto;
  background-color: #EE7203;
  transform: skew(-7deg) translate(-5%, -4rem);
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero__search-bar--outer .hero__search-bar--inner {
  padding: 1.5rem 2rem;
  transform: skew(7deg);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero__search-bar--outer .hero__search-bar--inner .hero__search-bar__text {
  color: #FFFFFF;
  text-align: center;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero__search-bar--outer .hero__search-bar--inner #hero__search-bar__search {
  width: 100%;
}
div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero__search-bar--outer .hero__search-bar--inner #hero__search-bar__search::placeholder {
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  div.frame-type-tx_templates_hero > .frame-inner-wrapper {
    padding-left: 0;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-gallery {
    order: 0;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-gallery > img {
    max-width: unset;
    width: 100%;
    transform: unset;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext:before {
    content: unset;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .ce-textpic .ce-bodytext .ce-bodytext__wrapper {
    transform: unset;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: -15%;
  }
  div.frame-type-tx_templates_hero > .frame-inner-wrapper .hero__search-bar--outer {
    margin-top: 2rem;
    width: 90%;
    transform: skew(-7deg);
  }
}
.linkbox__container {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .linkbox__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .linkbox__container {
    grid-template-columns: 1fr;
  }
}
.linkbox__container .linkbox-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.linkbox__container .linkbox-item .linkbox-item__title {
  font-size: 1.25rem;
}
.linkbox__container .linkbox-item .linkbox-item__image {
  width: 110px;
  height: auto;
}
#solr__close__icon, .tx-solr-submit {
  min-width: 2rem;
  color: #EE7203;
  transition: color 0.5s;
}
#solr__close__icon:hover, .tx-solr-submit:hover {
  color: #20286D;
  transition: color 0.5s;
  cursor: pointer;
}
#solr__close__icon {
  width: 2rem;
}
@media (max-width: 1199.98px) {
  .header__search {
    display: none;
  }
}
.header__search .header__search__form {
  width: 100%;
  max-width: 1800px;
}
.header__search .header__search__form > .input-group {
  width: 100%;
  justify-content: center;
}
.header__search .header__search__form > .input-group > input {
  max-width: 900px;
}
.header__search .header__search__form #solr__close__icon {
  position: absolute;
  right: 0;
}
.header__search .header__search__form .tx-solr-submit:before {
  content: unset;
}
#tx-solr-search .list-group-item > a {
  text-decoration: none;
}
#tx-solr-search .solr-pagination a {
  text-decoration: none;
}
.news .btn-secondary {
  border-radius: 0;
  background-color: transparent;
}
.news .news-list-date * {
  font-family: "DINCond Medium Regular", sans-serif;
}
.news .news-list-view__rows {
  grid-template-columns: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.news .news-list-view__rows .article {
  display: flex;
  gap: 50px;
  justify-content: start;
  align-items: center;
}
@media (max-width: 575.98px) {
  .news .news-list-view__rows .article {
    gap: 20px;
  }
}
.news .news-list-view__rows .article img {
  height: auto;
  border-radius: 50%;
  width: 159px;
}
@media (max-width: 575.98px) {
  .news .news-list-view__rows .article img {
    width: 100px;
  }
}
.news .news-list-view__rows .article .news-list-text {
  flex-grow: 1;
}
.news .news-list-view__rows .article .news-list-date {
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
}
.news .news-list-view__rows .article .news-list-title > a {
  color: #000000;
  text-decoration: none;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .news .news-list-view__rows .article .news-list-title > a {
    font-size: 1.5rem;
  }
}
.news .news-list-view__rows .article .news-list-content > *:last-child {
  padding-bottom: 0;
}
.news .news-list-view__rows .page-navigation > p {
  margin-bottom: 10px;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  list-style: none;
  padding-left: 0;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator > li {
  width: 45px;
  height: 45px;
  border: 1px solid #EE7203;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator > li.previous, .news .news-list-view__rows .page-navigation .f3-widget-paginator > li.next {
  width: fit-content;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator > li.previous > a, .news .news-list-view__rows .page-navigation .f3-widget-paginator > li.next > a {
  padding: 0 5px;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator > li.current {
  color: #FFFFFF;
  background-color: #EE7203;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator > li > a {
  width: 100%;
  height: 100%;
  color: #EE7203;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.news .news-list-view__rows .page-navigation .f3-widget-paginator > li > a:hover, .news .news-list-view__rows .page-navigation .f3-widget-paginator > li > a:focus {
  color: #FFFFFF;
  background-color: #EE7203;
}
.news .news-list-view {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .news .news-list-view {
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .news .news-list-view {
    grid-template-columns: 1fr;
  }
}
.news .news-list__card {
  position: relative;
  padding-bottom: 5rem;
  border: none;
  height: 100%;
}
.news .news-list__card a {
  height: 100%;
  color: unset;
  font-family: unset;
}
.news .news-list__card a:hover {
  color: unset;
}
.news .news-list__card a.news-link__no-image {
  background-color: #E8E9F0;
}
.news .news-list__card .card-body {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: background-color 0.6s linear;
}
.news .news-list__card .card-body .card-text {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.news .news-list__card .card-body .card-text p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news .news-list__card .card-body {
    background-color: #E9E9F0;
    transition: background-color 0.3s linear;
  }
  .news .news-list__card .card-body .card-text {
    opacity: 1;
    max-height: 240px;
    transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
  }
}
.news .news-list__card a:hover .card-body, .news .news-list__card a:focus .card-body {
  background-color: #E9E9F0;
  transition: background-color 0.3s linear;
}
.news .news-list__card a:hover .card-body .card-text, .news .news-list__card a:focus .card-body .card-text {
  opacity: 1;
  max-height: 240px;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
}
.news .news-carousel {
  overflow: hidden;
}
.news .swiper-button-next, .news div.slider .swiper-button-prev, div.slider .news .swiper-button-prev, .news .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev, .frame-type-staempfli_content_elements_slider .slider .news .swiper-button-prev, .news .swiper-button-prev {
  width: 35px;
  height: auto;
  color: #000000;
  transition: color 30ms linear;
}
.news .swiper-button-next:hover, .news div.slider .swiper-button-prev:hover, div.slider .news .swiper-button-prev:hover, .news .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev:hover, .frame-type-staempfli_content_elements_slider .slider .news .swiper-button-prev:hover, .news .swiper-button-next:focus, .news div.slider .swiper-button-prev:focus, div.slider .news .swiper-button-prev:focus, .news .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev:focus, .frame-type-staempfli_content_elements_slider .slider .news .swiper-button-prev:focus, .news .swiper-button-prev:hover, .news .swiper-button-prev:focus {
  color: #EE7203;
  transition: color 30ms linear;
}
.news .swiper-button-next:after, .news div.slider .swiper-button-prev:after, div.slider .news .swiper-button-prev:after, .news .frame-type-staempfli_content_elements_slider .slider .swiper-button-prev:after, .frame-type-staempfli_content_elements_slider .slider .news .swiper-button-prev:after, .news .swiper-button-prev:after {
  content: unset;
}
.news .swiper-button-prev > svg {
  transform: rotate(180deg);
}
.news.news-single .header {
  position: unset;
  display: block;
  margin-bottom: 0;
}
.news.news-single .article {
  max-width: 100%;
}
.news.news-single .article .news-list-date {
  color: #212529;
  font-weight: normal;
}
.news.news-single .article .mediaelement {
  margin-bottom: 30px;
}
.news.news-single .article .mediaelement > img {
  width: 100%;
  height: auto;
}
.news.news-single .article .mediaelement > .mediaelement-video iframe {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .news.news-single .article .row {
    max-width: calc(100% + calc(var(--bs-gutter-x) * .75));
  }
}
.news.news-single .footer {
  border-top: none;
  padding: 0;
}
.news.news-single img {
  max-width: 100%;
}
.container-width-default .news {
  margin-left: 0;
}
.row {
  --bs-gutter-x: 3rem;
}
.frame-type-gridelements_pi1 > div .frame.background-type-solid, .news > div .frame.background-type-solid {
  padding: 2rem;
}
#content .frame-type-recordsonamap_mapdisplay .gm-style-iw {
  border-radius: 0 !important;
}
#content .frame-type-recordsonamap_mapdisplay .gm-style-iw-d {
  overflow-x: hidden !important;
}
#content .frame-type-recordsonamap_mapdisplay .gm-style-iw-d > div {
  width: 300px;
}
#content .frame-type-recordsonamap_mapdisplay .mapSearch {
  position: relative;
  margin-bottom: 30px;
}
#content .frame-type-recordsonamap_mapdisplay .searchField {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 100%;
  padding: 0 50px 0 20px;
}
#content .frame-type-recordsonamap_mapdisplay .searchButton {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 9px;
  margin: 0;
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/search.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
#content .frame-type-recordsonamap_mapdisplay .dropdown-toggle {
  background-color: #FFFFFF;
  text-align: left;
  padding: 10px 40px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: relative;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
#content .frame-type-recordsonamap_mapdisplay .dropdown-toggle:after {
  border: none;
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/chevron-down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 16px;
}
#content .frame-type-recordsonamap_mapdisplay .mapFilter {
  display: flex;
  justify-content: space-between;
  column-gap: 45px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #content .frame-type-recordsonamap_mapdisplay .mapFilter {
    display: block;
  }
  #content .frame-type-recordsonamap_mapdisplay .mapFilter button {
    width: 100%;
  }
}
#content .frame-type-recordsonamap_mapdisplay .mapFilter .btn-group {
  flex-grow: 1;
}
@media (max-width: 768px) {
  #content .frame-type-recordsonamap_mapdisplay .mapFilter .btn-group {
    display: block;
  }
}
#content .frame-type-recordsonamap_mapdisplay .mapFilter .dropdown-menu {
  width: 280px;
  padding: 10px;
}
#content .frame-type-recordsonamap_mapdisplay .map {
  min-height: 450px;
}
#content .frame-type-recordsonamap_mapdisplay .infoWindowContent .location {
  font-size: 16px;
  line-height: 19px;
}
#content .frame-type-recordsonamap_mapdisplay .infoWindowContent .location .read-more-link {
  left: 0 !important;
}
#content .frame-type-recordsonamap_mapdisplay .infoWindowContent .location strong {
  font-weight: bold;
}
#content .frame-type-recordsonamap_mapdisplay .infoWindowContent .location, #content .frame-type-recordsonamap_mapdisplay .locationsList .location {
  padding-bottom: 60px;
  position: relative;
}
#content .frame-type-recordsonamap_mapdisplay .infoWindowContent .location .read-more-link, #content .frame-type-recordsonamap_mapdisplay .locationsList .location .read-more-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#content .frame-type-recordsonamap_mapdisplay .record-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#content .frame-type-recordsonamap_mapdisplay .locationsList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1200px) {
  #content .frame-type-recordsonamap_mapdisplay .locationsList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #content .frame-type-recordsonamap_mapdisplay .locationsList {
    grid-template-columns: 1fr;
  }
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location {
  color: rgba(0, 0, 0, 0.6);
  width: auto;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 20px 20px 60px 20px;
  min-width: 0;
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location strong {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location a {
  color: #000000;
  position: relative;
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location a.email-link, #content .frame-type-recordsonamap_mapdisplay .locationsList .location a.website-link {
  padding-left: 30px;
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location a.email-link:before, #content .frame-type-recordsonamap_mapdisplay .locationsList .location a.website-link:before {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location a.email-link:before {
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/mail.svg");
}
#content .frame-type-recordsonamap_mapdisplay .locationsList .location a.website-link:before {
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/webpage.svg");
}
#content .selected-filter-container {
  padding: 20px 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
#content .selected-filter-container .filter-label {
  display: inline-block;
  padding: 4px 30px 5px 10px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
#content .selected-filter-container .filter-label:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 9px;
  height: 15px;
  width: 15px;
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/cross-white.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#content .selected-filter-container .filter-label:hover {
  border-color: #20286D;
  background-color: transparent;
  color: #20286D;
}
#content .selected-filter-container .filter-label:hover:after {
  background-image: url("/typo3conf/ext/carrosseriesuisse/Resources/Public/Icons/Misc/cross-secondary.svg");
}
#content .tx-ttaddress .address-category-title {
  padding-top: 1rem;
}
#content .tx-ttaddress .address-category-container ul li {
  padding-left: 0.5rem;
}
#content .tx-ttaddress .eurogarant-link {
  margin-bottom: 30px;
  margin-top: 35px;
}
.frame-type-felogin_login {
  padding: 50px 0;
}
.frame-type-felogin_login .frame-inner-wrapper {
  width: 500px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.frame-type-felogin_login input[type="text"], .frame-type-felogin_login input[type="password"] {
  width: 100%;
}
.frame-type-felogin_login legend {
  margin-top: 20px;
}
.frame-type-felogin_login label {
  display: block;
}
.frame-type-felogin_login fieldset div {
  margin-bottom: 20px;
}
