@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #003E51;
  --bs-secondary: #00A9CE;
  --bs-dark-teal-blue: #003E51;
  --bs-turquoise-blue: #00A9CE;
  --bs-powder-pink: #E5BAC1;
  --bs-magenta-purple: #BB16A3;
  --bs-royal-purple: #963CBD;
  --bs-blue-gray: #6E7CA0;
  --bs-black: #000;
  --bs-white: #FFF;
  --bs-font-sans-serif: "karbon-web-regular", 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 {
  -webkit-box-sizing: border-box;
          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.3888888889;
  color: #003E51;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.75;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, #c-ttl, #s-ttl, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.166;
  color: #003E51;
}

h1, .h1 {
  font-size: 3.7777777778rem;
}

h2, .h2 {
  font-size: 2.7777777778rem;
}

h3, .h3, #c-ttl, #s-ttl {
  font-size: 1.375rem;
}

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

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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: #00A9CE;
  text-decoration: underline;
}
a:hover {
  color: rgb(0, 101.4, 123.6);
  text-decoration: none;
}

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.8em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.8em;
  color: #FFF;
  background-color: #212529;
  border-radius: 1.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

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: #003E51;
  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: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(106px + 74 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-2 {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1.166;
}

.display-3 {
  font-size: calc(61px + 39 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-4 {
  font-size: 8.5rem;
  font-weight: 300;
  line-height: 1.166;
}

.display-5 {
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.166;
}

.display-6 {
  font-size: calc(50px + 20 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-7 {
  font-size: calc(46px + 20 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-8 {
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 1.166;
}

.display-9 {
  font-size: calc(26px + 24 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-10 {
  font-size: calc(36px + 10 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-11 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.166;
}

.display-12 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.166;
}

.display-13 {
  font-size: calc(26px + 20 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-14 {
  font-size: calc(21px + 20 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.display-15 {
  font-size: calc(16px + 20 * (100vw - 320px) / 704);
  font-weight: 300;
  line-height: 1.166;
}

.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.8em;
  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.8em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 1.35rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.8em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: 2rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 8rem;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.25rem 0.25rem;
  color: #00A9CE;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(0, 101.4, 123.6);
}
.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: 1.35rem;
  border-top-right-radius: 1.35rem;
}
.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: #FFF;
  border-color: #dee2e6 #dee2e6 #FFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 1.35rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #003E51;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
}

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

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

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

.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.3888888889;
  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.8rem;
  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: #003E51;
}

.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: #003E51;
}

.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: #003E51;
}

.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: #003E51;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #003E51;
  border-radius: 1.35rem;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #003E51;
  text-align: left;
  background-color: #FFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(0, 55.8, 72.9);
  background-color: rgb(229.5, 235.7, 237.6);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          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='rgb%280, 55.8, 72.9%29'%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");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      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='%23003E51'%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;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(127.5, 158.5, 168);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.accordion-item {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 1.35rem;
  border-top-right-radius: 1.35rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(1.35rem - 1px);
  border-top-right-radius: calc(1.35rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 1.35rem;
  border-bottom-left-radius: 1.35rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(1.35rem - 1px);
  border-bottom-left-radius: calc(1.35rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 1.35rem;
  border-bottom-left-radius: 1.35rem;
}

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #00A9CE;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 101.4, 123.6);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(0, 101.4, 123.6);
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFF;
  border-color: #dee2e6;
}

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1px;
}

.alert-heading {
  color: inherit;
}

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

.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: rgb(0, 37.2, 48.6);
  background-color: rgb(204, 216.4, 220.2);
  border-color: rgb(178.5, 197.1, 202.8);
}
.alert-primary .alert-link {
  color: rgb(0, 29.76, 38.88);
}

.alert-secondary {
  color: rgb(0, 101.4, 123.6);
  background-color: rgb(204, 237.8, 245.2);
  border-color: rgb(178.5, 229.2, 240.3);
}
.alert-secondary .alert-link {
  color: rgb(0, 81.12, 98.88);
}

.alert-dark-teal-blue {
  color: rgb(0, 37.2, 48.6);
  background-color: rgb(204, 216.4, 220.2);
  border-color: rgb(178.5, 197.1, 202.8);
}
.alert-dark-teal-blue .alert-link {
  color: rgb(0, 29.76, 38.88);
}

.alert-turquoise-blue {
  color: rgb(0, 101.4, 123.6);
  background-color: rgb(204, 237.8, 245.2);
  border-color: rgb(178.5, 229.2, 240.3);
}
.alert-turquoise-blue .alert-link {
  color: rgb(0, 81.12, 98.88);
}

.alert-powder-pink {
  color: rgb(91.6, 74.4, 77.2);
  background-color: rgb(249.8, 241.2, 242.6);
  border-color: rgb(247.2, 234.3, 236.4);
}
.alert-powder-pink .alert-link {
  color: rgb(73.28, 59.52, 61.76);
}

.alert-magenta-purple {
  color: rgb(112.2, 13.2, 97.8);
  background-color: rgb(241.4, 208.4, 236.6);
  border-color: rgb(234.6, 185.1, 227.4);
}
.alert-magenta-purple .alert-link {
  color: rgb(89.76, 10.56, 78.24);
}

.alert-royal-purple {
  color: rgb(90, 36, 113.4);
  background-color: rgb(234, 216, 241.8);
  border-color: rgb(223.5, 196.5, 235.2);
}
.alert-royal-purple .alert-link {
  color: rgb(72, 28.8, 90.72);
}

.alert-blue-gray {
  color: rgb(66, 74.4, 96);
  background-color: rgb(226, 228.8, 236);
  border-color: rgb(211.5, 215.7, 226.5);
}
.alert-blue-gray .alert-link {
  color: rgb(52.8, 59.52, 76.8);
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(178.5, 178.5, 178.5);
}
.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: rgb(81.6, 81.6, 81.6);
}

.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.3888888889;
  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: 1rem;
  word-wrap: break-word;
  background-color: #003E51;
  background-clip: padding-box;
  border: 1px solid #003E51;
  border-radius: 0;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
}
.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: -20px;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 19px 9.5px 0;
  border-top-color: #003e51;
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 19px 9.5px 0;
  border-top-color: #003E51;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: -20px;
  width: 19px;
  height: 19px;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 9.5px 19px 9.5px 0;
  border-right-color: #003e51;
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 9.5px 19px 9.5px 0;
  border-right-color: #003E51;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: -20px;
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 9.5px 19px 9.5px;
  border-bottom-color: #003e51;
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 9.5px 19px 9.5px;
  border-bottom-color: #003E51;
}
.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: 19px;
  margin-left: -9.5px;
  content: "";
  border-bottom: 1px solid #003E51;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: -20px;
  width: 19px;
  height: 19px;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 9.5px 0 9.5px 19px;
  border-left-color: #003e51;
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 9.5px 0 9.5px 19px;
  border-left-color: #003E51;
}

.popover-header {
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #FFF;
  background-color: #003E51;
  border-bottom: 1px solid #003E51;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.35rem;
}
.badge:empty {
  display: none;
}

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.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: rgb(0, 101.4, 123.6);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: rgb(0, 101.4, 123.6);
  text-decoration: none;
  background-color: #FFF;
}
.list-group-item-action:active {
  color: #003E51;
  background-color: #FFF;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  color: #003E51;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #003E51;
}
.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: transparent;
}
.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    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: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    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: rgb(0, 37.2, 48.6);
  background-color: rgb(204, 216.4, 220.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 37.2, 48.6);
  background-color: rgb(183.6, 194.76, 198.18);
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(0, 37.2, 48.6);
  border-color: rgb(0, 37.2, 48.6);
}

.list-group-item-secondary {
  color: rgb(0, 101.4, 123.6);
  background-color: rgb(204, 237.8, 245.2);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(0, 101.4, 123.6);
  background-color: rgb(183.6, 214.02, 220.68);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(0, 101.4, 123.6);
  border-color: rgb(0, 101.4, 123.6);
}

.list-group-item-dark-teal-blue {
  color: rgb(0, 37.2, 48.6);
  background-color: rgb(204, 216.4, 220.2);
}
.list-group-item-dark-teal-blue.list-group-item-action:hover, .list-group-item-dark-teal-blue.list-group-item-action:focus {
  color: rgb(0, 37.2, 48.6);
  background-color: rgb(183.6, 194.76, 198.18);
}
.list-group-item-dark-teal-blue.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(0, 37.2, 48.6);
  border-color: rgb(0, 37.2, 48.6);
}

.list-group-item-turquoise-blue {
  color: rgb(0, 101.4, 123.6);
  background-color: rgb(204, 237.8, 245.2);
}
.list-group-item-turquoise-blue.list-group-item-action:hover, .list-group-item-turquoise-blue.list-group-item-action:focus {
  color: rgb(0, 101.4, 123.6);
  background-color: rgb(183.6, 214.02, 220.68);
}
.list-group-item-turquoise-blue.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(0, 101.4, 123.6);
  border-color: rgb(0, 101.4, 123.6);
}

.list-group-item-powder-pink {
  color: rgb(91.6, 74.4, 77.2);
  background-color: rgb(249.8, 241.2, 242.6);
}
.list-group-item-powder-pink.list-group-item-action:hover, .list-group-item-powder-pink.list-group-item-action:focus {
  color: rgb(91.6, 74.4, 77.2);
  background-color: rgb(224.82, 217.08, 218.34);
}
.list-group-item-powder-pink.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(91.6, 74.4, 77.2);
  border-color: rgb(91.6, 74.4, 77.2);
}

.list-group-item-magenta-purple {
  color: rgb(112.2, 13.2, 97.8);
  background-color: rgb(241.4, 208.4, 236.6);
}
.list-group-item-magenta-purple.list-group-item-action:hover, .list-group-item-magenta-purple.list-group-item-action:focus {
  color: rgb(112.2, 13.2, 97.8);
  background-color: rgb(217.26, 187.56, 212.94);
}
.list-group-item-magenta-purple.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(112.2, 13.2, 97.8);
  border-color: rgb(112.2, 13.2, 97.8);
}

.list-group-item-royal-purple {
  color: rgb(90, 36, 113.4);
  background-color: rgb(234, 216, 241.8);
}
.list-group-item-royal-purple.list-group-item-action:hover, .list-group-item-royal-purple.list-group-item-action:focus {
  color: rgb(90, 36, 113.4);
  background-color: rgb(210.6, 194.4, 217.62);
}
.list-group-item-royal-purple.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(90, 36, 113.4);
  border-color: rgb(90, 36, 113.4);
}

.list-group-item-blue-gray {
  color: rgb(66, 74.4, 96);
  background-color: rgb(226, 228.8, 236);
}
.list-group-item-blue-gray.list-group-item-action:hover, .list-group-item-blue-gray.list-group-item-action:focus {
  color: rgb(66, 74.4, 96);
  background-color: rgb(203.4, 205.92, 212.4);
}
.list-group-item-blue-gray.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(66, 74.4, 96);
  border-color: rgb(66, 74.4, 96);
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action.active {
  color: #FFF;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-white.list-group-item-action.active {
  color: #FFF;
  background-color: #666666;
  border-color: #666666;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

.form-text {
  margin-top: 0.5rem;
  font-size: 0.8em;
  color: #003E51;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.575rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3888888889;
  color: #FFF;
  background-color: #003E51;
  background-clip: padding-box;
  border: 1px solid #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #FFF;
  background-color: #003E51;
  border-color: rgb(127.5, 158.5, 168);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.3888888889em;
}
.form-control::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.form-control::placeholder {
  color: #FFF;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgba(0, 62, 81, 0.1);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.575rem 1.25rem;
  margin: -0.575rem -1.25rem;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
  color: #FFF;
  background-color: #003E51;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(0, 58.9, 76.95);
}
.form-control::-webkit-file-upload-button {
  padding: 0.575rem 1.25rem;
  margin: -0.575rem -1.25rem;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
  color: #FFF;
  background-color: #003E51;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(0, 58.9, 76.95);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.575rem 0;
  margin-bottom: 0;
  line-height: 1.3888888889;
  color: #003E51;
  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.3888888889em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 1.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

textarea.form-control {
  min-height: calc(1.3888888889em + (1.15rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.3888888889em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.3888888889em + (1rem + 2px));
}

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.575rem 3.75rem 0.575rem 1.25rem;
  -moz-padding-start: calc(1.25rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3888888889;
  color: #FFF;
  background-color: #003E51;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 1px solid #FFF;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: rgb(127.5, 158.5, 168);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.25rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #003E51;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #FFF;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8rem;
}

.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.3888888889rem;
  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.1944444444em;
  vertical-align: top;
  background-color: #003E51;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #003E51;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.15em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(127.5, 158.5, 168);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check-input:checked {
  background-color: #003E51;
  border-color: #003E51;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #003E51;
  border-color: #003E51;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: 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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28127.5, 158.5, 168%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}

.form-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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFF, none;
          box-shadow: 0 0 0 1px #FFF, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #003E51;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 197.1, 202.8);
}
.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: #003E51;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 197.1, 202.8);
}
.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.4rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.25rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1.25rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.325rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.325rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.325rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.325rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.325rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.7;
  transform: scale(0.75) translateY(-0.5rem) translateX(0.45rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.7;
  transform: scale(0.75) translateY(-0.5rem) translateX(0.45rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.7;
  -webkit-transform: scale(0.75) translateY(-0.5rem) translateX(0.45rem);
          transform: scale(0.75) translateY(-0.5rem) translateX(0.45rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.7;
  -webkit-transform: scale(0.75) translateY(-0.5rem) translateX(0.45rem);
          transform: scale(0.75) translateY(-0.5rem) translateX(0.45rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.575rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3888888889;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #003E51;
  border: 1px solid #FFF;
  border-radius: 0;
}

.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: 1.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.8rem;
  border-radius: 1.2rem;
}

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

.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.5rem;
  font-size: 0.8em;
  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.8rem;
  color: #FFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 1.35rem;
}

.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.3888888889em + 1.15rem);
  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.3472222222em + 0.2875rem) center;
  background-size: calc(0.6944444445em + 0.575rem) calc(0.6944444445em + 0.575rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.3888888889em + 1.15rem);
  background-position: top calc(0.3472222222em + 0.2875rem) right calc(0.3472222222em + 0.2875rem);
}

.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: 6.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='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 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.6944444445em + 0.575rem) calc(0.6944444445em + 0.575rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0 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.5rem;
  font-size: 0.8em;
  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.8rem;
  color: #FFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1.35rem;
}

.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.3888888889em + 1.15rem);
  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.3472222222em + 0.2875rem) center;
  background-size: calc(0.6944444445em + 0.575rem) calc(0.6944444445em + 0.575rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.3888888889em + 1.15rem);
  background-position: top calc(0.3472222222em + 0.2875rem) right calc(0.3472222222em + 0.2875rem);
}

.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: 6.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='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 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.6944444445em + 0.575rem) calc(0.6944444445em + 0.575rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3888888889;
  color: #003E51;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.575rem 1rem;
  font-size: 1rem;
  border-radius: 1.35rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #003E51;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.5;
}

.btn-primary {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-primary:hover {
  color: #FFF;
  background-color: rgb(0, 52.7, 68.85);
  border-color: rgb(0, 49.6, 64.8);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFF;
  background-color: rgb(0, 52.7, 68.85);
  border-color: rgb(0, 49.6, 64.8);
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: rgb(0, 49.6, 64.8);
  border-color: rgb(0, 46.5, 60.75);
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}

.btn-secondary {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-secondary:hover {
  color: #000;
  background-color: rgb(38.25, 181.9, 213.35);
  border-color: rgb(25.5, 177.6, 210.9);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: rgb(38.25, 181.9, 213.35);
  border-color: rgb(25.5, 177.6, 210.9);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: rgb(51, 186.2, 215.8);
  border-color: rgb(25.5, 177.6, 210.9);
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}

.btn-dark-teal-blue {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-dark-teal-blue:hover {
  color: #FFF;
  background-color: rgb(0, 52.7, 68.85);
  border-color: rgb(0, 49.6, 64.8);
}
.btn-check:focus + .btn-dark-teal-blue, .btn-dark-teal-blue:focus {
  color: #FFF;
  background-color: rgb(0, 52.7, 68.85);
  border-color: rgb(0, 49.6, 64.8);
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
}
.btn-check:checked + .btn-dark-teal-blue, .btn-check:active + .btn-dark-teal-blue, .btn-dark-teal-blue:active, .btn-dark-teal-blue.active, .show > .btn-dark-teal-blue.dropdown-toggle {
  color: #FFF;
  background-color: rgb(0, 49.6, 64.8);
  border-color: rgb(0, 46.5, 60.75);
}
.btn-check:checked + .btn-dark-teal-blue:focus, .btn-check:active + .btn-dark-teal-blue:focus, .btn-dark-teal-blue:active:focus, .btn-dark-teal-blue.active:focus, .show > .btn-dark-teal-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 90.95, 107.1, 0.5);
}
.btn-dark-teal-blue:disabled, .btn-dark-teal-blue.disabled {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}

.btn-turquoise-blue {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-turquoise-blue:hover {
  color: #000;
  background-color: rgb(38.25, 181.9, 213.35);
  border-color: rgb(25.5, 177.6, 210.9);
}
.btn-check:focus + .btn-turquoise-blue, .btn-turquoise-blue:focus {
  color: #000;
  background-color: rgb(38.25, 181.9, 213.35);
  border-color: rgb(25.5, 177.6, 210.9);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
}
.btn-check:checked + .btn-turquoise-blue, .btn-check:active + .btn-turquoise-blue, .btn-turquoise-blue:active, .btn-turquoise-blue.active, .show > .btn-turquoise-blue.dropdown-toggle {
  color: #000;
  background-color: rgb(51, 186.2, 215.8);
  border-color: rgb(25.5, 177.6, 210.9);
}
.btn-check:checked + .btn-turquoise-blue:focus, .btn-check:active + .btn-turquoise-blue:focus, .btn-turquoise-blue:active:focus, .btn-turquoise-blue.active:focus, .show > .btn-turquoise-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143.65, 175.1, 0.5);
}
.btn-turquoise-blue:disabled, .btn-turquoise-blue.disabled {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}

.btn-powder-pink {
  color: #000;
  background-color: #E5BAC1;
  border-color: #E5BAC1;
}
.btn-powder-pink:hover {
  color: #000;
  background-color: rgb(232.9, 196.35, 202.3);
  border-color: rgb(231.6, 192.9, 199.2);
}
.btn-check:focus + .btn-powder-pink, .btn-powder-pink:focus {
  color: #000;
  background-color: rgb(232.9, 196.35, 202.3);
  border-color: rgb(231.6, 192.9, 199.2);
  -webkit-box-shadow: 0 0 0 0 rgba(194.65, 158.1, 164.05, 0.5);
          box-shadow: 0 0 0 0 rgba(194.65, 158.1, 164.05, 0.5);
}
.btn-check:checked + .btn-powder-pink, .btn-check:active + .btn-powder-pink, .btn-powder-pink:active, .btn-powder-pink.active, .show > .btn-powder-pink.dropdown-toggle {
  color: #000;
  background-color: rgb(234.2, 199.8, 205.4);
  border-color: rgb(231.6, 192.9, 199.2);
}
.btn-check:checked + .btn-powder-pink:focus, .btn-check:active + .btn-powder-pink:focus, .btn-powder-pink:active:focus, .btn-powder-pink.active:focus, .show > .btn-powder-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(194.65, 158.1, 164.05, 0.5);
          box-shadow: 0 0 0 0 rgba(194.65, 158.1, 164.05, 0.5);
}
.btn-powder-pink:disabled, .btn-powder-pink.disabled {
  color: #000;
  background-color: #E5BAC1;
  border-color: #E5BAC1;
}

.btn-magenta-purple {
  color: #FFF;
  background-color: #BB16A3;
  border-color: #BB16A3;
}
.btn-magenta-purple:hover {
  color: #FFF;
  background-color: rgb(158.95, 18.7, 138.55);
  border-color: rgb(149.6, 17.6, 130.4);
}
.btn-check:focus + .btn-magenta-purple, .btn-magenta-purple:focus {
  color: #FFF;
  background-color: rgb(158.95, 18.7, 138.55);
  border-color: rgb(149.6, 17.6, 130.4);
  -webkit-box-shadow: 0 0 0 0 rgba(197.2, 56.95, 176.8, 0.5);
          box-shadow: 0 0 0 0 rgba(197.2, 56.95, 176.8, 0.5);
}
.btn-check:checked + .btn-magenta-purple, .btn-check:active + .btn-magenta-purple, .btn-magenta-purple:active, .btn-magenta-purple.active, .show > .btn-magenta-purple.dropdown-toggle {
  color: #FFF;
  background-color: rgb(149.6, 17.6, 130.4);
  border-color: rgb(140.25, 16.5, 122.25);
}
.btn-check:checked + .btn-magenta-purple:focus, .btn-check:active + .btn-magenta-purple:focus, .btn-magenta-purple:active:focus, .btn-magenta-purple.active:focus, .show > .btn-magenta-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(197.2, 56.95, 176.8, 0.5);
          box-shadow: 0 0 0 0 rgba(197.2, 56.95, 176.8, 0.5);
}
.btn-magenta-purple:disabled, .btn-magenta-purple.disabled {
  color: #FFF;
  background-color: #BB16A3;
  border-color: #BB16A3;
}

.btn-royal-purple {
  color: #FFF;
  background-color: #963CBD;
  border-color: #963CBD;
}
.btn-royal-purple:hover {
  color: #FFF;
  background-color: rgb(127.5, 51, 160.65);
  border-color: rgb(120, 48, 151.2);
}
.btn-check:focus + .btn-royal-purple, .btn-royal-purple:focus {
  color: #FFF;
  background-color: rgb(127.5, 51, 160.65);
  border-color: rgb(120, 48, 151.2);
  -webkit-box-shadow: 0 0 0 0 rgba(165.75, 89.25, 198.9, 0.5);
          box-shadow: 0 0 0 0 rgba(165.75, 89.25, 198.9, 0.5);
}
.btn-check:checked + .btn-royal-purple, .btn-check:active + .btn-royal-purple, .btn-royal-purple:active, .btn-royal-purple.active, .show > .btn-royal-purple.dropdown-toggle {
  color: #FFF;
  background-color: rgb(120, 48, 151.2);
  border-color: rgb(112.5, 45, 141.75);
}
.btn-check:checked + .btn-royal-purple:focus, .btn-check:active + .btn-royal-purple:focus, .btn-royal-purple:active:focus, .btn-royal-purple.active:focus, .show > .btn-royal-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(165.75, 89.25, 198.9, 0.5);
          box-shadow: 0 0 0 0 rgba(165.75, 89.25, 198.9, 0.5);
}
.btn-royal-purple:disabled, .btn-royal-purple.disabled {
  color: #FFF;
  background-color: #963CBD;
  border-color: #963CBD;
}

.btn-blue-gray {
  color: #000;
  background-color: #6E7CA0;
  border-color: #6E7CA0;
}
.btn-blue-gray:hover {
  color: #000;
  background-color: rgb(131.75, 143.65, 174.25);
  border-color: rgb(124.5, 137.1, 169.5);
}
.btn-check:focus + .btn-blue-gray, .btn-blue-gray:focus {
  color: #000;
  background-color: rgb(131.75, 143.65, 174.25);
  border-color: rgb(124.5, 137.1, 169.5);
  -webkit-box-shadow: 0 0 0 0 rgba(93.5, 105.4, 136, 0.5);
          box-shadow: 0 0 0 0 rgba(93.5, 105.4, 136, 0.5);
}
.btn-check:checked + .btn-blue-gray, .btn-check:active + .btn-blue-gray, .btn-blue-gray:active, .btn-blue-gray.active, .show > .btn-blue-gray.dropdown-toggle {
  color: #000;
  background-color: rgb(139, 150.2, 179);
  border-color: rgb(124.5, 137.1, 169.5);
}
.btn-check:checked + .btn-blue-gray:focus, .btn-check:active + .btn-blue-gray:focus, .btn-blue-gray:active:focus, .btn-blue-gray.active:focus, .show > .btn-blue-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(93.5, 105.4, 136, 0.5);
          box-shadow: 0 0 0 0 rgba(93.5, 105.4, 136, 0.5);
}
.btn-blue-gray:disabled, .btn-blue-gray.disabled {
  color: #000;
  background-color: #6E7CA0;
  border-color: #6E7CA0;
}

.btn-black {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #FFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #FFF;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #FFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0 rgba(216.75, 216.75, 216.75, 0.5);
          box-shadow: 0 0 0 0 rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216.75, 216.75, 216.75, 0.5);
          box-shadow: 0 0 0 0 rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-primary {
  color: #003E51;
  border-color: #003E51;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #003E51;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #00A9CE;
  border-color: #00A9CE;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 169, 206, 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: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #00A9CE;
  background-color: transparent;
}

.btn-outline-dark-teal-blue {
  color: #003E51;
  border-color: #003E51;
}
.btn-outline-dark-teal-blue:hover {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-check:focus + .btn-outline-dark-teal-blue, .btn-outline-dark-teal-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
}
.btn-check:checked + .btn-outline-dark-teal-blue, .btn-check:active + .btn-outline-dark-teal-blue, .btn-outline-dark-teal-blue:active, .btn-outline-dark-teal-blue.active, .btn-outline-dark-teal-blue.dropdown-toggle.show {
  color: #FFF;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-check:checked + .btn-outline-dark-teal-blue:focus, .btn-check:active + .btn-outline-dark-teal-blue:focus, .btn-outline-dark-teal-blue:active:focus, .btn-outline-dark-teal-blue.active:focus, .btn-outline-dark-teal-blue.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 62, 81, 0.5);
}
.btn-outline-dark-teal-blue:disabled, .btn-outline-dark-teal-blue.disabled {
  color: #003E51;
  background-color: transparent;
}

.btn-outline-turquoise-blue {
  color: #00A9CE;
  border-color: #00A9CE;
}
.btn-outline-turquoise-blue:hover {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-check:focus + .btn-outline-turquoise-blue, .btn-outline-turquoise-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
}
.btn-check:checked + .btn-outline-turquoise-blue, .btn-check:active + .btn-outline-turquoise-blue, .btn-outline-turquoise-blue:active, .btn-outline-turquoise-blue.active, .btn-outline-turquoise-blue.dropdown-toggle.show {
  color: #000;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-check:checked + .btn-outline-turquoise-blue:focus, .btn-check:active + .btn-outline-turquoise-blue:focus, .btn-outline-turquoise-blue:active:focus, .btn-outline-turquoise-blue.active:focus, .btn-outline-turquoise-blue.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.5);
}
.btn-outline-turquoise-blue:disabled, .btn-outline-turquoise-blue.disabled {
  color: #00A9CE;
  background-color: transparent;
}

.btn-outline-powder-pink {
  color: #E5BAC1;
  border-color: #E5BAC1;
}
.btn-outline-powder-pink:hover {
  color: #000;
  background-color: #E5BAC1;
  border-color: #E5BAC1;
}
.btn-check:focus + .btn-outline-powder-pink, .btn-outline-powder-pink:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(229, 186, 193, 0.5);
          box-shadow: 0 0 0 0 rgba(229, 186, 193, 0.5);
}
.btn-check:checked + .btn-outline-powder-pink, .btn-check:active + .btn-outline-powder-pink, .btn-outline-powder-pink:active, .btn-outline-powder-pink.active, .btn-outline-powder-pink.dropdown-toggle.show {
  color: #000;
  background-color: #E5BAC1;
  border-color: #E5BAC1;
}
.btn-check:checked + .btn-outline-powder-pink:focus, .btn-check:active + .btn-outline-powder-pink:focus, .btn-outline-powder-pink:active:focus, .btn-outline-powder-pink.active:focus, .btn-outline-powder-pink.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(229, 186, 193, 0.5);
          box-shadow: 0 0 0 0 rgba(229, 186, 193, 0.5);
}
.btn-outline-powder-pink:disabled, .btn-outline-powder-pink.disabled {
  color: #E5BAC1;
  background-color: transparent;
}

.btn-outline-magenta-purple {
  color: #BB16A3;
  border-color: #BB16A3;
}
.btn-outline-magenta-purple:hover {
  color: #FFF;
  background-color: #BB16A3;
  border-color: #BB16A3;
}
.btn-check:focus + .btn-outline-magenta-purple, .btn-outline-magenta-purple:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(187, 22, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(187, 22, 163, 0.5);
}
.btn-check:checked + .btn-outline-magenta-purple, .btn-check:active + .btn-outline-magenta-purple, .btn-outline-magenta-purple:active, .btn-outline-magenta-purple.active, .btn-outline-magenta-purple.dropdown-toggle.show {
  color: #FFF;
  background-color: #BB16A3;
  border-color: #BB16A3;
}
.btn-check:checked + .btn-outline-magenta-purple:focus, .btn-check:active + .btn-outline-magenta-purple:focus, .btn-outline-magenta-purple:active:focus, .btn-outline-magenta-purple.active:focus, .btn-outline-magenta-purple.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(187, 22, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(187, 22, 163, 0.5);
}
.btn-outline-magenta-purple:disabled, .btn-outline-magenta-purple.disabled {
  color: #BB16A3;
  background-color: transparent;
}

.btn-outline-royal-purple {
  color: #963CBD;
  border-color: #963CBD;
}
.btn-outline-royal-purple:hover {
  color: #FFF;
  background-color: #963CBD;
  border-color: #963CBD;
}
.btn-check:focus + .btn-outline-royal-purple, .btn-outline-royal-purple:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(150, 60, 189, 0.5);
          box-shadow: 0 0 0 0 rgba(150, 60, 189, 0.5);
}
.btn-check:checked + .btn-outline-royal-purple, .btn-check:active + .btn-outline-royal-purple, .btn-outline-royal-purple:active, .btn-outline-royal-purple.active, .btn-outline-royal-purple.dropdown-toggle.show {
  color: #FFF;
  background-color: #963CBD;
  border-color: #963CBD;
}
.btn-check:checked + .btn-outline-royal-purple:focus, .btn-check:active + .btn-outline-royal-purple:focus, .btn-outline-royal-purple:active:focus, .btn-outline-royal-purple.active:focus, .btn-outline-royal-purple.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(150, 60, 189, 0.5);
          box-shadow: 0 0 0 0 rgba(150, 60, 189, 0.5);
}
.btn-outline-royal-purple:disabled, .btn-outline-royal-purple.disabled {
  color: #963CBD;
  background-color: transparent;
}

.btn-outline-blue-gray {
  color: #6E7CA0;
  border-color: #6E7CA0;
}
.btn-outline-blue-gray:hover {
  color: #000;
  background-color: #6E7CA0;
  border-color: #6E7CA0;
}
.btn-check:focus + .btn-outline-blue-gray, .btn-outline-blue-gray:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(110, 124, 160, 0.5);
          box-shadow: 0 0 0 0 rgba(110, 124, 160, 0.5);
}
.btn-check:checked + .btn-outline-blue-gray, .btn-check:active + .btn-outline-blue-gray, .btn-outline-blue-gray:active, .btn-outline-blue-gray.active, .btn-outline-blue-gray.dropdown-toggle.show {
  color: #000;
  background-color: #6E7CA0;
  border-color: #6E7CA0;
}
.btn-check:checked + .btn-outline-blue-gray:focus, .btn-check:active + .btn-outline-blue-gray:focus, .btn-outline-blue-gray:active:focus, .btn-outline-blue-gray.active:focus, .btn-outline-blue-gray.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(110, 124, 160, 0.5);
          box-shadow: 0 0 0 0 rgba(110, 124, 160, 0.5);
}
.btn-outline-blue-gray:disabled, .btn-outline-blue-gray.disabled {
  color: #6E7CA0;
  background-color: transparent;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #FFF;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #00A9CE;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(0, 101.4, 123.6);
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #003E51;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 1.2rem;
}

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

.link-primary {
  color: #003E51;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(0, 37.2, 48.6);
}

.link-secondary {
  color: #00A9CE;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(102, 203.4, 225.6);
}

.link-dark-teal-blue {
  color: #003E51;
}
.link-dark-teal-blue:hover, .link-dark-teal-blue:focus {
  color: rgb(0, 37.2, 48.6);
}

.link-turquoise-blue {
  color: #00A9CE;
}
.link-turquoise-blue:hover, .link-turquoise-blue:focus {
  color: rgb(102, 203.4, 225.6);
}

.link-powder-pink {
  color: #E5BAC1;
}
.link-powder-pink:hover, .link-powder-pink:focus {
  color: rgb(239.4, 213.6, 217.8);
}

.link-magenta-purple {
  color: #BB16A3;
}
.link-magenta-purple:hover, .link-magenta-purple:focus {
  color: rgb(112.2, 13.2, 97.8);
}

.link-royal-purple {
  color: #963CBD;
}
.link-royal-purple:hover, .link-royal-purple:focus {
  color: rgb(90, 36, 113.4);
}

.link-blue-gray {
  color: #6E7CA0;
}
.link-blue-gray:hover, .link-blue-gray:focus {
  color: rgb(168, 176.4, 198);
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: #FFF;
}
.link-white:hover, .link-white:focus {
  color: white;
}

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

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

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

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

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

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

@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: 1400px) {
  .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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

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

.border {
  border: 1px solid #003E51 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-dark-teal-blue {
  border-color: #003E51 !important;
}

.border-turquoise-blue {
  border-color: #00A9CE !important;
}

.border-powder-pink {
  border-color: #E5BAC1 !important;
}

.border-magenta-purple {
  border-color: #BB16A3 !important;
}

.border-royal-purple {
  border-color: #963CBD !important;
}

.border-blue-gray {
  border-color: #6E7CA0 !important;
}

.border-black {
  border-color: #000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      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: 2rem !important;
}

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 8rem !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: 2rem !important;
}

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

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

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

.me-7 {
  margin-right: 8rem !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: 2rem !important;
}

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

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

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

.mb-7 {
  margin-bottom: 8rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 8rem !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: 2rem !important;
}

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 8rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.22rem !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: bold !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.3888888889 !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: #003E51 !important;
}

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

.text-dark-teal-blue {
  color: #003E51 !important;
}

.text-turquoise-blue {
  color: #00A9CE !important;
}

.text-powder-pink {
  color: #E5BAC1 !important;
}

.text-magenta-purple {
  color: #BB16A3 !important;
}

.text-royal-purple {
  color: #963CBD !important;
}

.text-blue-gray {
  color: #6E7CA0 !important;
}

.text-black {
  color: #000 !important;
}

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

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

.text-muted {
  color: #003E51 !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: #003E51 !important;
}

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

.bg-dark-teal-blue {
  background-color: #003E51 !important;
}

.bg-turquoise-blue {
  background-color: #00A9CE !important;
}

.bg-powder-pink {
  background-color: #E5BAC1 !important;
}

.bg-magenta-purple {
  background-color: #BB16A3 !important;
}

.bg-royal-purple {
  background-color: #963CBD !important;
}

.bg-blue-gray {
  background-color: #6E7CA0 !important;
}

.bg-black {
  background-color: #000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 2rem !important;
  }
  .gap-sm-4 {
    gap: 3rem !important;
  }
  .gap-sm-5 {
    gap: 4rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-7 {
    gap: 8rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 8rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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: 2rem !important;
  }
  .mt-sm-4 {
    margin-top: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 8rem !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: 2rem !important;
  }
  .me-sm-4 {
    margin-right: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 8rem !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: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 8rem !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: 2rem !important;
  }
  .ms-sm-4 {
    margin-left: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -2rem !important;
  }
  .m-sm-n4 {
    margin: -3rem !important;
  }
  .m-sm-n5 {
    margin: -4rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n7 {
    margin: -8rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n4 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n4 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -2rem !important;
  }
  .mt-sm-n4 {
    margin-top: -3rem !important;
  }
  .mt-sm-n5 {
    margin-top: -4rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -8rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -2rem !important;
  }
  .me-sm-n4 {
    margin-right: -3rem !important;
  }
  .me-sm-n5 {
    margin-right: -4rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -8rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -8rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -2rem !important;
  }
  .ms-sm-n4 {
    margin-left: -3rem !important;
  }
  .ms-sm-n5 {
    margin-left: -4rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -8rem !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: 2rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 8rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 8rem !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: 2rem !important;
  }
  .pe-sm-4 {
    padding-right: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 8rem !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: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 8rem !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: 2rem !important;
  }
  .ps-sm-4 {
    padding-left: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 8rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 2rem !important;
  }
  .gap-md-4 {
    gap: 3rem !important;
  }
  .gap-md-5 {
    gap: 4rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-7 {
    gap: 8rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 8rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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: 2rem !important;
  }
  .mt-md-4 {
    margin-top: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 8rem !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: 2rem !important;
  }
  .me-md-4 {
    margin-right: 3rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 8rem !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: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 8rem !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: 2rem !important;
  }
  .ms-md-4 {
    margin-left: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -2rem !important;
  }
  .m-md-n4 {
    margin: -3rem !important;
  }
  .m-md-n5 {
    margin: -4rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n7 {
    margin: -8rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n4 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n4 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -2rem !important;
  }
  .mt-md-n4 {
    margin-top: -3rem !important;
  }
  .mt-md-n5 {
    margin-top: -4rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -8rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -2rem !important;
  }
  .me-md-n4 {
    margin-right: -3rem !important;
  }
  .me-md-n5 {
    margin-right: -4rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -8rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -8rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -2rem !important;
  }
  .ms-md-n4 {
    margin-left: -3rem !important;
  }
  .ms-md-n5 {
    margin-left: -4rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -8rem !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: 2rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 8rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 8rem !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: 2rem !important;
  }
  .pe-md-4 {
    padding-right: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 8rem !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: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 8rem !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: 2rem !important;
  }
  .ps-md-4 {
    padding-left: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 8rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 2rem !important;
  }
  .gap-lg-4 {
    gap: 3rem !important;
  }
  .gap-lg-5 {
    gap: 4rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-7 {
    gap: 8rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 8rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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: 2rem !important;
  }
  .mt-lg-4 {
    margin-top: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 8rem !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: 2rem !important;
  }
  .me-lg-4 {
    margin-right: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 8rem !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: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 8rem !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: 2rem !important;
  }
  .ms-lg-4 {
    margin-left: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -2rem !important;
  }
  .m-lg-n4 {
    margin: -3rem !important;
  }
  .m-lg-n5 {
    margin: -4rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n7 {
    margin: -8rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n4 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n4 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -2rem !important;
  }
  .mt-lg-n4 {
    margin-top: -3rem !important;
  }
  .mt-lg-n5 {
    margin-top: -4rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -8rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -2rem !important;
  }
  .me-lg-n4 {
    margin-right: -3rem !important;
  }
  .me-lg-n5 {
    margin-right: -4rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -8rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -8rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -2rem !important;
  }
  .ms-lg-n4 {
    margin-left: -3rem !important;
  }
  .ms-lg-n5 {
    margin-left: -4rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -8rem !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: 2rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 8rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 8rem !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: 2rem !important;
  }
  .pe-lg-4 {
    padding-right: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 8rem !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: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 8rem !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: 2rem !important;
  }
  .ps-lg-4 {
    padding-left: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 8rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 2rem !important;
  }
  .gap-xl-4 {
    gap: 3rem !important;
  }
  .gap-xl-5 {
    gap: 4rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-7 {
    gap: 8rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 8rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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: 2rem !important;
  }
  .mt-xl-4 {
    margin-top: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 8rem !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: 2rem !important;
  }
  .me-xl-4 {
    margin-right: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 8rem !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: 2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 8rem !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: 2rem !important;
  }
  .ms-xl-4 {
    margin-left: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -2rem !important;
  }
  .m-xl-n4 {
    margin: -3rem !important;
  }
  .m-xl-n5 {
    margin: -4rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n7 {
    margin: -8rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n4 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n4 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -2rem !important;
  }
  .mt-xl-n4 {
    margin-top: -3rem !important;
  }
  .mt-xl-n5 {
    margin-top: -4rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -8rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -2rem !important;
  }
  .me-xl-n4 {
    margin-right: -3rem !important;
  }
  .me-xl-n5 {
    margin-right: -4rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -8rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -8rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -2rem !important;
  }
  .ms-xl-n4 {
    margin-left: -3rem !important;
  }
  .ms-xl-n5 {
    margin-left: -4rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -8rem !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: 2rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 8rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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: 2rem !important;
  }
  .pt-xl-4 {
    padding-top: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 8rem !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: 2rem !important;
  }
  .pe-xl-4 {
    padding-right: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 8rem !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: 2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 8rem !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: 2rem !important;
  }
  .ps-xl-4 {
    padding-left: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 2rem !important;
  }
  .gap-xxl-4 {
    gap: 3rem !important;
  }
  .gap-xxl-5 {
    gap: 4rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-7 {
    gap: 8rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-xxl-4 {
    margin: 3rem !important;
  }
  .m-xxl-5 {
    margin: 4rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 8rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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: 2rem !important;
  }
  .mt-xxl-4 {
    margin-top: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 8rem !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: 2rem !important;
  }
  .me-xxl-4 {
    margin-right: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 4rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 8rem !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: 2rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 8rem !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: 2rem !important;
  }
  .ms-xxl-4 {
    margin-left: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -2rem !important;
  }
  .m-xxl-n4 {
    margin: -3rem !important;
  }
  .m-xxl-n5 {
    margin: -4rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n7 {
    margin: -8rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n4 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -8rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -2rem !important;
  }
  .me-xxl-n4 {
    margin-right: -3rem !important;
  }
  .me-xxl-n5 {
    margin-right: -4rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -8rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -8rem !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: 2rem !important;
  }
  .p-xxl-4 {
    padding: 3rem !important;
  }
  .p-xxl-5 {
    padding: 4rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 8rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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: 2rem !important;
  }
  .pt-xxl-4 {
    padding-top: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 8rem !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: 2rem !important;
  }
  .pe-xxl-4 {
    padding-right: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 8rem !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: 2rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 8rem !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: 2rem !important;
  }
  .ps-xxl-4 {
    padding-left: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 8rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
:root {
  --cc-bg:#fff;
  --cc-text:#000;
  --cc-btn-primary-bg:#2d4156;
  --cc-btn-primary-text:var(--cc-bg);
  --cc-btn-primary-hover-bg:#1d2e38;
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-text:var(--cc-text);
  --cc-btn-secondary-hover-bg:#d8e0e6;
  --cc-toggle-bg-off:#919ea6;
  --cc-toggle-bg-on:var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly:#d5dee2;
  --cc-toggle-knob-bg:#fff;
  --cc-toggle-knob-icon-color:#ecf2fa;
  --cc-block-text:var(--cc-text);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-bg-hover:#e9eff4;
  --cc-section-border:#f1f3f5;
  --cc-cookie-table-border:#e9edf2;
  --cc-overlay-bg:rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg:#cfd5db;
  --cc-webkit-scrollbar-bg-hover:#9199a0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.c_darkmode {
  --cc-bg:#181b1d;
  --cc-text:#d8e5ea;
  --cc-btn-primary-bg:#a6c4dd;
  --cc-btn-primary-text:#000;
  --cc-btn-primary-hover-bg:#c2dff7;
  --cc-btn-secondary-bg:#33383c;
  --cc-btn-secondary-text:var(--cc-text);
  --cc-btn-secondary-hover-bg:#3e454a;
  --cc-toggle-bg-off:#667481;
  --cc-toggle-bg-on:var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly:#454c54;
  --cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color:var(--cc-bg);
  --cc-block-text:#b3bfc5;
  --cc-cookie-category-block-bg:#23272a;
  --cc-cookie-category-block-bg-hover:#2b3035;
  --cc-section-border:#292d31;
  --cc-cookie-table-border:#2b3035;
  --cc-webkit-scrollbar-bg:#667481;
  --cc-webkit-scrollbar-bg-hover:#9199a0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div *, .cc_div :after, .cc_div :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
  font-weight: 600;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
  border-radius: 0.35em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div a, .cc_div button, .cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div a {
  border-bottom: 1px solid;
}

.cc_div button.b-tl, .cc_div a, .cc_div p, .cc_div th, .cc_div td {
  color: var(--cc-text);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm-ov, #cs-ov, .c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.c--anim #cm.bar.slide, .c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar.slide, .cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.slide, .cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
  transform: translateY(1.6em);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
  transform: translateY(-1.6em);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar.slide {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em #000;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  line-height: initial;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cc_div #cm {
  display: block !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cloud #c-ttl {
  margin-top: -0.15em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.4em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-bns button + button, #s-c-bn, #s-cnt button + button {
  float: right;
  margin-left: 1em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt #s-rall-bn {
  float: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl {
  outline: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .title {
  margin-top: 1.4em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .title:first-child {
  margin-top: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .b-bn {
  margin-top: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: 0 0;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .b-bn {
  position: relative;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl:first-child {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: 0 0;
  background: unset;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  -webkit-transition: none;
  transition: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
  box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bns, #s-hdr, #s-inr {
  background: #fff;
  background: var(--cc-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .cc-link:active, .cc_div .cc-link:hover {
  border-color: transparent;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-bns button:first-child, #s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#c-s-in {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: 0 0;
    border-radius: 0 0.25em 0.25em 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  pointer-events: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl, .cc_div span.t-lb {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  border-radius: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
  transform: translateX(1.9em);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl table, #s-bl td, #s-bl th {
  border: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl td, #s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.force--consent #cs, .force--consent #s-cnt {
  width: 100vw;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm-ov, #cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  -webkit-transition: none;
  transition: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov, .show--settings #cs-ov {
  display: block;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cs-ov {
  z-index: 2;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.force--consent #cm {
  position: absolute;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
html.force--consent.show--consent {
  overflow-y: hidden !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
html.force--consent.show--consent, html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .act .b-bn .exp::before, .cc_div .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
  transform: translateY(-20%) rotate(225deg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-c-bn::after, #s-c-bn::before {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .off-i, .cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .on-i {
  left: 0;
  opacity: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .off-i::after, .cc_div .off-i::before {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.box.middle, #cm.cloud.middle {
  top: 50%;
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
  bottom: auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.box.middle.zoom, #cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
  transform: scale(0.95) translateY(-50%);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.cloud .c-bn:first-child {
  margin: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.cloud.left {
  margin-right: 1.25em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.cloud.right {
  margin-left: 1.25em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar #c-bns {
  max-width: 33.75em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar #cs {
  padding: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #c-s-in {
  top: 0;
  -webkit-transform: none;
  transform: none;
  height: 100%;
  max-height: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #cs {
  padding: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
  display: block;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-bl td {
  border: none;
  position: relative;
  padding-left: 35%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.left {
  right: auto;
  left: 1.25em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.right {
  left: auto;
  right: 1.25em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar.left, #cm.bar.right {
  left: 0;
  right: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm, #cm.cloud, #cm.left, #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .force--consent #cm, .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm.bar.bottom {
    bottom: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bns, .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cs {
    border-radius: 0;
    padding: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .b-tg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    right: 1.1em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bns {
    height: 7.9em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl, .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-hdr, .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl table {
    width: 100%;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .bns-t #s-bns {
    height: 10.5em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr, #s-cnt {
    display: block;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm .c-bn, .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #c-bns button + button, #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm.box, #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  #cm.cloud.left, #cm.cloud.right {
    margin: 0;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  /* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #c-s-in {
  top: 0;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #s-bl table {
  overflow: auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .b-tg .c-tg {
  display: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .bar #s-bl td:before {
  display: none;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

/* line 1, node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

body[data-is-dev=true]:after { /*This adds a label in the top-left corner that displays the current media query state.*/
  background: red;
  color: #fff;
  content: "undefined";
  bottom: 0;
  padding: 0.1em 1em;
  font-size: 11px;
  position: fixed;
  text-align: center;
  right: 0;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background: orange;
  content: "xs 0 - 576px";
}
@media (min-width: 576px) {
  body[data-is-dev=true]:after {
    background: purple;
    content: "sm 576px – 768px";
  }
}
@media (min-width: 768px) {
  body[data-is-dev=true]:after {
    background: green;
    content: "md 768px – 992px";
  }
}
@media (min-width: 992px) {
  body[data-is-dev=true]:after {
    background: blue;
    content: "lg 992px - 1200px";
  }
}
@media (min-width: 1200px) {
  body[data-is-dev=true]:after {
    background: black;
    content: "xl 1200px – 1400px";
  }
}
@media (min-width: 1400px) {
  body[data-is-dev=true]:after {
    background: darkmagenta;
    content: "xxl >1400px";
  }
}

@font-face {
  font-family: "karbon-web-regular";
  src: url("../Fonts/karbon-web-regular.woff2") format("woff2"), url("../Fonts/karbon-web-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.karbon-web-regular h2, .karbon-web-regular .h2, .karbon-web-regular p, .karbon-web-regular a, .karbon-web-regular span {
  font-family: "karbon-web-regular" !important;
  font-weight: normal;
}

@font-face {
  font-family: "karbon-web-regular-italic";
  src: url("../Fonts/neulissans-regular-italic.woff2") format("woff2"), url("../Fonts/neulissans-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "karbon-web-light";
  src: url("../Fonts/karbon-web-light.woff2") format("woff2"), url("../Fonts/karbon-web-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "karbon-web-medium";
  src: url("../Fonts/karbon-web-medium.woff2") format("woff2"), url("../Fonts/karbon-web-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "karbon-web-bold";
  src: url("../Fonts/karbon-web-bold.woff2") format("woff2"), url("../Fonts/karbon-web-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.overflow-container {
  width: 100%;
  overflow: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0;
}

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

.row-cols-1 > *,
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

.row-cols-2 > *,
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.row-cols-3 > * {
  width: 33.33333%;
}

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

.row-cols-4 > *,
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.row-cols-6 > * {
  width: 16.66667%;
}

.col-auto,
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-auto {
  width: auto;
}

.col-1 {
  width: 8.33333%;
}

.col-1,
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-3,
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-7,
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-9,
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 2rem;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    width: auto;
  }
  .row-cols-sm-1 > *,
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-1 > * {
    width: 100%;
  }
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .row-cols-sm-2 > *,
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-3 > * {
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .row-cols-sm-4 > *,
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-5 > * {
    width: 20%;
  }
  .row-cols-sm-6 > * {
    width: 16.66667%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-9,
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    width: auto;
  }
  .row-cols-md-1 > *,
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-1 > * {
    width: 100%;
  }
  .row-cols-md-2 > * {
    width: 50%;
  }
  .row-cols-md-2 > *,
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-3 > * {
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    width: 25%;
  }
  .row-cols-md-4 > *,
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-5 > * {
    width: 20%;
  }
  .row-cols-md-6 > * {
    width: 16.66667%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-9,
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    width: auto;
  }
  .row-cols-lg-1 > *,
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-1 > * {
    width: 100%;
  }
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .row-cols-lg-2 > *,
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-3 > * {
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .row-cols-lg-4 > *,
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .row-cols-lg-6 > * {
    width: 16.66667%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9,
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1640px;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    width: auto;
  }
  .row-cols-xl-1 > *,
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-1 > * {
    width: 100%;
  }
  .row-cols-xl-2 > * {
    width: 50%;
  }
  .row-cols-xl-2 > *,
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-3 > * {
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    width: 25%;
  }
  .row-cols-xl-4 > *,
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-5 > * {
    width: 20%;
  }
  .row-cols-xl-6 > * {
    width: 16.66667%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-9,
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    width: auto;
  }
  .row-cols-xxl-1 > *,
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
  }
  .row-cols-xxl-2 > *,
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-3 > * {
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
  }
  .row-cols-xxl-4 > *,
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    width: 16.66667%;
  }
  .col-xxl-auto,
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .col-xxl-1,
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-2 {
    width: 16.66667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-3,
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-5,
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-7,
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-9,
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-11,
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .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: 2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 8rem;
  }
}
.hero-video {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.hero-video .hero {
  min-height: 50vh;
}
@media (min-width: 768px) {
  .hero-video .hero {
    min-height: 100vh;
    /* bottom: 0; */
  }
}
.hero-video video {
  width: 100vw;
  min-height: 50vh;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .hero-video video {
    min-height: 100vh;
    height: 100vh;
  }
}
.hero-video .overlay {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(15%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.2) 40%);
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  z-index: 2;
}
.hero-video .container {
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-video .container {
    bottom: 0;
  }
}
.hero-video.h2-left h2, .hero-video.h2-left .h2 {
  text-align: start !important;
}
.hero-video.h2-right h2, .hero-video.h2-right .h2 {
  text-align: end !important;
}
.hero-video.h2-center h2, .hero-video.h2-center .h2 {
  text-align: center !important;
}
.hero-video.p-left p {
  text-align: start !important;
}
.hero-video.p-right p {
  text-align: end !important;
}
.hero-video.p-center p {
  text-align: center !important;
}
.hero-video .box {
  position: absolute;
  padding: 30px 0 30px 0;
  position: relative;
  top: 65%;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-video .box {
    top: 50%;
  }
}
.hero-video .box h2, .hero-video .box .h2 {
  font-family: "karbon-web-bold";
  font-size: 2.2222222228rem;
  line-height: 0.95;
}
@media (min-width: 768px) {
  .hero-video .box h2, .hero-video .box .h2 {
    font-size: 4.2222222228rem;
  }
}
@media (min-width: 992px) {
  .hero-video .box h2, .hero-video .box .h2 {
    font-size: 5.2222222228rem;
  }
}
.hero-video .box p {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
@media (min-width: 992px) {
  .hero-video .box p {
    font-size: 1.4rem;
    line-height: inherit;
  }
}
.hero-video .btn-container {
  text-align: center;
  position: relative;
  padding: 0;
  top: -70px;
  -webkit-transform: scale3d(0.75, 0.75, 0.75);
          transform: scale3d(0.75, 0.75, 0.75);
  width: 100%;
}
@media (min-width: 768px) {
  .hero-video .btn-container {
    position: absolute;
    padding: 0 0 70px 0;
    bottom: 0;
    top: unset;
    width: 100%;
  }
}
.hero-video .btn-container .btn-outline-white {
  color: #FFF !important;
  border: 3px solid #FFF !important;
  -webkit-animation: btn-pulse 2s infinite;
          animation: btn-pulse 2s infinite;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .hero-video .btn-container .btn-outline-white {
    opacity: 0.25;
  }
}
@-webkit-keyframes btn-pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes btn-pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
}
.hero-video .btn-container .btn-outline-white .btn-pulse {
  -webkit-animation-name: btn-pulse;
          animation-name: btn-pulse;
}
.hero-video .btn-container .btn-outline-white:hover, .hero-video .btn-container .btn-outline-white:focus {
  color: #353535 !important;
  background-color: #FFF;
  border-color: #FFF;
  opacity: 1;
}

.hero-video.primary h2, .hero-video.primary .h2 {
  color: #003E51;
}

.hero-video.secondary h2, .hero-video.secondary .h2 {
  color: #00A9CE;
}

.hero-video.dark-teal-blue h2, .hero-video.dark-teal-blue .h2 {
  color: #003E51;
}

.hero-video.turquoise-blue h2, .hero-video.turquoise-blue .h2 {
  color: #00A9CE;
}

.hero-video.powder-pink h2, .hero-video.powder-pink .h2 {
  color: #E5BAC1;
}

.hero-video.magenta-purple h2, .hero-video.magenta-purple .h2 {
  color: #BB16A3;
}

.hero-video.royal-purple h2, .hero-video.royal-purple .h2 {
  color: #963CBD;
}

.hero-video.blue-gray h2, .hero-video.blue-gray .h2 {
  color: #6E7CA0;
}

.hero-video.black h2, .hero-video.black .h2 {
  color: #000;
}

.hero-video.white h2, .hero-video.white .h2 {
  color: #FFF;
}

.hero-image.no-overlay .overlay {
  visibility: hidden;
  opacity: 0;
}

.hero-image {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.hero-image .hero {
  min-height: 50vh;
}
@media (min-width: 768px) {
  .hero-image .hero {
    min-height: 100vh;
    /* bottom: 0; */
  }
}
.hero-image img {
  width: 100vw;
  min-height: 50vh;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .hero-image img {
    min-height: 100vh;
    height: 100vh;
  }
}
.hero-image .overlay {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(15%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.3) 40%);
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero-image .overlay {
    /* min-height: $hero-image-min-height; */
  }
}
.hero-image .container {
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  -ms-flex-item-align: end;
      align-self: end;
}
@media (min-width: 768px) {
  .hero-image .container {
    bottom: 0;
  }
}
.hero-image.h2-left h2, .hero-image.h2-left .h2 {
  text-align: start !important;
}
.hero-image.h2-right h2, .hero-image.h2-right .h2 {
  text-align: end !important;
}
.hero-image.h2-center h2, .hero-image.h2-center .h2 {
  text-align: center !important;
}
.hero-image.p-left p {
  text-align: start !important;
}
.hero-image.p-right p {
  text-align: end !important;
}
.hero-image.p-center p {
  text-align: center !important;
}
.hero-image .box {
  padding: 30px 0 30px 0;
  position: relative;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-image .box {
    width: 90%;
  }
}
.hero-image .box h2, .hero-image .box .h2 {
  font-family: "karbon-web-bold";
  font-size: 2.2222222228rem;
  line-height: 0.95;
}
@media (min-width: 768px) {
  .hero-image .box h2, .hero-image .box .h2 {
    font-size: 4.2222222228rem;
  }
}
@media (min-width: 992px) {
  .hero-image .box h2, .hero-image .box .h2 {
    font-size: 5.2222222228rem;
  }
}
.hero-image .box p {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
@media (min-width: 992px) {
  .hero-image .box p {
    font-size: 1.4rem;
    line-height: inherit;
  }
}

.hero-image.primary h2, .hero-image.primary .h2 {
  color: #003E51;
}

.hero-image.secondary h2, .hero-image.secondary .h2 {
  color: #00A9CE;
}

.hero-image.dark-teal-blue h2, .hero-image.dark-teal-blue .h2 {
  color: #003E51;
}

.hero-image.turquoise-blue h2, .hero-image.turquoise-blue .h2 {
  color: #00A9CE;
}

.hero-image.powder-pink h2, .hero-image.powder-pink .h2 {
  color: #E5BAC1;
}

.hero-image.magenta-purple h2, .hero-image.magenta-purple .h2 {
  color: #BB16A3;
}

.hero-image.royal-purple h2, .hero-image.royal-purple .h2 {
  color: #963CBD;
}

.hero-image.blue-gray h2, .hero-image.blue-gray .h2 {
  color: #6E7CA0;
}

.hero-image.black h2, .hero-image.black .h2 {
  color: #000;
}

.hero-image.white h2, .hero-image.white .h2 {
  color: #FFF;
}

.hero-image.image-50 .hero img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image.image-50 .hero img {
    width: 50%;
  }
}
.hero-image.image-60 .hero img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image.image-60 .hero img {
    width: 60%;
  }
}
.hero-image.image-70 .hero img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image.image-70 .hero img {
    width: 70%;
  }
}
.hero-image.image-75 .hero img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image.image-75 .hero img {
    width: 75%;
  }
}
.hero-image.image-80 .hero img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image.image-80 .hero img {
    width: 80%;
  }
}
.hero-image.image-90 .hero img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image.image-90 .hero img {
    width: 90%;
  }
}
.hero-image.image-start .hero {
  text-align: left !important;
}
.hero-image.image-end .hero {
  text-align: right !important;
}
.hero-image.image-center .hero {
  text-align: center !important;
}

.col-2-image-text .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-2-image-text .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-2-image-text .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.col-2-image-text .text-container .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.col-2-image-text .image-container {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-2-image-text .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-2-image-text .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.col-2-image-text.image-right .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .col-2-image-text.image-right .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-2-image-text.image-right .row.text-image > div:first-child {
  margin-right: auto;
}
.col-2-image-text.image-right .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .col-2-image-text.image-right .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-image-text.image-right .row.text-image > div:last-child {
  margin-left: auto;
}
.col-2-image-text.image-left .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .col-2-image-text.image-left .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-2-image-text.image-left .row.text-image > div:first-child {
  margin-left: auto;
}
.col-2-image-text.image-left .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .col-2-image-text.image-left .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-image-text.image-left .row.text-image > div:last-child {
  margin-right: auto;
}
.col-2-image-text .text {
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .col-2-image-text .text {
    margin-top: 0rem;
    justify-self: left;
  }
}
.col-2-image-text .text h2, .col-2-image-text .text .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .col-2-image-text .text h2, .col-2-image-text .text .h2 {
    font-size: 2.7777777778rem;
  }
}
.col-2-image-text .text p {
  padding: 0 0 0 0;
  margin-bottom: 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .col-2-image-text .text p {
    padding: 0 0 0 0px;
    margin-bottom: 0;
  }
}
.col-2-image-text .text p a {
  margin-left: 0;
}
.col-2-image-text .text a {
  margin-left: 0;
}
@media (min-width: 992px) {
  .col-2-image-text .text a {
    margin-left: 0px;
  }
}
.col-2-image-text .text ul {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .col-2-image-text .text ul {
    padding-left: 15px;
  }
}
.col-2-image-text .text ul li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' width='100' height='100' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M10 50 L40 80 L90 20' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' stroke='%234B5C5D' fill='none'/%3E%3C/svg%3E") no-repeat left top;
  background-size: 20px;
  padding: 0px 0 0px 25px;
}
@media (min-width: 992px) {
  .col-2-image-text .text ul li {
    font-size: 28px;
    background-size: 40px;
    padding: 0px 0 0px 45px;
  }
}
.col-2-image-text .text ul li.list-header {
  background: none !important;
}
.col-2-image-text .text ul li.list-header::before {
  content: "";
  display: none !important;
}
.col-2-image-text .text ul li.list-header {
  padding-left: 25px;
  /*font-size: $font-size-base;
  font-weight: bold;*/
  color: #E5BAC1;
}
@media (min-width: 992px) {
  .col-2-image-text .text ul li.list-header {
    padding-left: 45px;
  }
}
.col-2-image-text .image {
  margin-top: 0rem;
  max-width: 100%;
  border-radius: 0px 50px 50px 50px;
  justify-self: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .col-2-image-text .image {
    margin-top: 0rem;
  }
  .col-2-image-text .image.two {
    justify-self: left;
    margin-bottom: 0px;
  }
}
.col-2-image-text .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.col-2-image-text .image img:hover {
  -webkit-transform: scale(1.125) !important;
          transform: scale(1.125) !important;
}

.col-2-image-text.white .text-container .text ul li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' width='100' height='100' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M10 50 L40 80 L90 20' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' stroke='%23ffffff' fill='none'/%3E%3C/svg%3E") no-repeat left top;
  background-size: 20px;
  padding: 0px 0 0px 25px;
}
@media (min-width: 992px) {
  .col-2-image-text.white .text-container .text ul li {
    font-size: 28px;
    background-size: 40px;
    padding: 0px 0 0px 45px;
  }
}
.col-2-image-text.white .text-container .text ul li.list-header {
  background: none !important;
}
.col-2-image-text.white .text-container .text ul li.list-header::before {
  content: "";
  display: none !important;
}
.col-2-image-text.white .text-container .text ul li.list-header {
  padding-left: 25px;
  /*font-size: $font-size-base;
  font-weight: bold;*/
  color: #E5BAC1;
}
@media (min-width: 992px) {
  .col-2-image-text.white .text-container .text ul li.list-header {
    padding-left: 45px;
  }
}

.col-2-image-text.primary h2, .col-2-image-text.primary .h2 {
  color: #003E51;
}

.col-2-image-text.secondary h2, .col-2-image-text.secondary .h2 {
  color: #00A9CE;
}

.col-2-image-text.dark-teal-blue h2, .col-2-image-text.dark-teal-blue .h2 {
  color: #003E51;
}

.col-2-image-text.turquoise-blue h2, .col-2-image-text.turquoise-blue .h2 {
  color: #00A9CE;
}

.col-2-image-text.powder-pink h2, .col-2-image-text.powder-pink .h2 {
  color: #E5BAC1;
}

.col-2-image-text.magenta-purple h2, .col-2-image-text.magenta-purple .h2 {
  color: #BB16A3;
}

.col-2-image-text.royal-purple h2, .col-2-image-text.royal-purple .h2 {
  color: #963CBD;
}

.col-2-image-text.blue-gray h2, .col-2-image-text.blue-gray .h2 {
  color: #6E7CA0;
}

.col-2-image-text.black h2, .col-2-image-text.black .h2 {
  color: #000;
}

.col-2-image-text.white h2, .col-2-image-text.white .h2 {
  color: #FFF;
}

.col-2-image-text.image-30 .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-30 .image img {
    max-width: 30vw;
  }
}
.col-2-image-text.image-40 .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-40 .image img {
    max-width: 40vw;
  }
}
.col-2-image-text.image-50 .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-50 .image img {
    max-width: 50vw;
  }
}
.col-2-image-text.image-60 .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-60 .image img {
    max-width: 60vw;
  }
}
.col-2-image-text.image-70 .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-70 .image img {
    max-width: 70vw;
  }
}
.col-2-image-text.image-one-20 .image.one img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-one-20 .image.one img {
    max-width: 20vw;
  }
}
.col-2-image-text.image-one-30 .image.one img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-one-30 .image.one img {
    max-width: 30vw;
  }
}
.col-2-image-text.image-one-40 .image.one img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-one-40 .image.one img {
    max-width: 40vw;
  }
}
.col-2-image-text.image-one-50 .image.one img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-one-50 .image.one img {
    max-width: 50vw;
  }
}
.col-2-image-text.image-one-60 .image.one img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-one-60 .image.one img {
    max-width: 60vw;
  }
}
.col-2-image-text.image-one-70 .image.one img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-one-70 .image.one img {
    max-width: 70vw;
  }
}
.col-2-image-text.image-two-20 .image.two {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-20 .image.two {
    max-width: 20vw;
  }
}
.col-2-image-text.image-two-20 .image.two img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-20 .image.two img {
    max-width: 20vw;
    aspect-ratio: auto;
  }
}
.col-2-image-text.image-two-25 .image.two {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-25 .image.two {
    max-width: 25vw;
  }
}
.col-2-image-text.image-two-25 .image.two img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-25 .image.two img {
    max-width: 25vw;
    aspect-ratio: auto;
  }
}
.col-2-image-text.image-two-30 .image.two {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-30 .image.two {
    max-width: 30vw;
  }
}
.col-2-image-text.image-two-30 .image.two img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-30 .image.two img {
    max-width: 30vw;
    aspect-ratio: auto;
  }
}
.col-2-image-text.image-two-35 .image.two {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-35 .image.two {
    max-width: 35vw;
  }
}
.col-2-image-text.image-two-35 .image.two img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text.image-two-35 .image.two img {
    max-width: 35vw;
    aspect-ratio: auto;
  }
}

.col-2-image-text.image-mobile-first .text-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .col-2-image-text.image-mobile-first .text-container {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.col-2-image-text.text-mobile-first .image-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .col-2-image-text.text-mobile-first .image-container {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.col-2-image-text.image-left.text-mobile-first .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .col-2-image-text.image-left.text-mobile-first .row.text-image > div:last-child {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.col-2-image-text.image-mobile-hide .image-container {
  display: none;
}
@media (min-width: 992px) {
  .col-2-image-text.image-mobile-hide .image-container {
    display: initial;
  }
}

.col-2-image-text.none-hover-scale .image-container img:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

.col-2-image-text.no-image-map .image-container .image-map {
  display: none !important;
}

.col-2-text-text {
  position: relative;
}
.col-2-text-text .text-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
.col-2-text-text .text-container .text {
  width: 100%;
  max-width: 555px;
  text-align: left !important;
}
.col-2-text-text .text-container .text h2, .col-2-text-text .text-container .text .h2, .col-2-text-text .text-container .text h3, .col-2-text-text .text-container .text .h3, .col-2-text-text .text-container .text #c-ttl, .col-2-text-text .text-container .text #s-ttl, .col-2-text-text .text-container .text p, .col-2-text-text .text-container .text a {
  text-align: left !important;
}
.col-2-text-text .text-container .text h2, .col-2-text-text .text-container .text .h2 {
  font-size: 2.375rem;
}
@media (min-width: 992px) {
  .col-2-text-text .text-container .text h2, .col-2-text-text .text-container .text .h2 {
    font-size: -7.2222222222rem;
  }
}
.col-2-text-text .text-container .text h3, .col-2-text-text .text-container .text .h3, .col-2-text-text .text-container .text #c-ttl, .col-2-text-text .text-container .text #s-ttl {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .col-2-text-text .text-container .text h3, .col-2-text-text .text-container .text .h3, .col-2-text-text .text-container .text #c-ttl, .col-2-text-text .text-container .text #s-ttl {
    font-size: -8.625rem;
  }
}
.col-2-text-text .text-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-2-text-text .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-2-text-text .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.col-2-text-text .image-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
.col-2-text-text .image-container .text {
  width: 100%;
  max-width: 555px;
  text-align: left !important;
}
.col-2-text-text .image-container .text h2, .col-2-text-text .image-container .text .h2, .col-2-text-text .image-container .text h3, .col-2-text-text .image-container .text .h3, .col-2-text-text .image-container .text #c-ttl, .col-2-text-text .image-container .text #s-ttl, .col-2-text-text .image-container .text p, .col-2-text-text .image-container .text a {
  text-align: left !important;
}
.col-2-text-text .image-container .text h2, .col-2-text-text .image-container .text .h2 {
  font-size: 2.375rem;
}
@media (min-width: 992px) {
  .col-2-text-text .image-container .text h2, .col-2-text-text .image-container .text .h2 {
    font-size: -7.2222222222rem;
  }
}
.col-2-text-text .image-container .text h3, .col-2-text-text .image-container .text .h3, .col-2-text-text .image-container .text #c-ttl, .col-2-text-text .image-container .text #s-ttl {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .col-2-text-text .image-container .text h3, .col-2-text-text .image-container .text .h3, .col-2-text-text .image-container .text #c-ttl, .col-2-text-text .image-container .text #s-ttl {
    font-size: -8.625rem;
  }
}
.col-2-text-text .image-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-2-text-text .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-2-text-text .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.col-2-text-text.image-right .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .col-2-text-text.image-right .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-2-text-text.image-right .row.text-image > div:first-child {
  margin-right: auto;
}
.col-2-text-text.image-right .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .col-2-text-text.image-right .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-text-text.image-right .row.text-image > div:last-child {
  margin-left: auto;
}
.col-2-text-text.image-left .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .col-2-text-text.image-left .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-2-text-text.image-left .row.text-image > div:first-child {
  margin-left: auto;
}
.col-2-text-text.image-left .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .col-2-text-text.image-left .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-text-text.image-left .row.text-image > div:last-child {
  margin-right: auto;
}

.col-2-image-text-full {
  padding-top: 0;
  padding-bottom: 0;
}
.col-2-image-text-full .text-container .text {
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .col-2-image-text-full .text-container .text {
    margin-top: 0rem;
  }
}
.col-2-image-text-full .text-container .text h2, .col-2-image-text-full .text-container .text .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .col-2-image-text-full .text-container .text h2, .col-2-image-text-full .text-container .text .h2 {
    font-size: 2.7777777778rem;
  }
}
.col-2-image-text-full .text-container .text p {
  padding: 0px 0 0 0;
  margin-bottom: 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .col-2-image-text-full .text-container .text p {
    padding: 0px 0 0px 0px;
    margin-bottom: 0;
  }
}
.col-2-image-text-full .text-container .text a {
  margin-left: 0;
}
@media (min-width: 992px) {
  .col-2-image-text-full .text-container .text a {
    margin-left: 0;
  }
}
.col-2-image-text-full .text-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-2-image-text-full .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-2-image-text-full .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.col-2-image-text-full .image-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.col-2-image-text-full .image-container img {
  width: 100%;
}
.col-2-image-text-full .image-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-2-image-text-full .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-2-image-text-full .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .col-2-image-text-full .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-image-text-full.image-right .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .col-2-image-text-full.image-right .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-2-image-text-full.image-right .row.text-image > div:first-child {
  margin-right: auto;
}
.col-2-image-text-full.image-right .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .col-2-image-text-full.image-right .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-image-text-full.image-right .row.text-image > div:last-child {
  margin-left: auto;
}
.col-2-image-text-full.image-left .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-left .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-2-image-text-full.image-left .row.text-image > div:first-child {
  margin-left: auto;
}
.col-2-image-text-full.image-left .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-left .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2-image-text-full.image-left .row.text-image > div:last-child {
  margin-right: auto;
}

.col-2-image-text-full.primary h2, .col-2-image-text-full.primary .h2 {
  color: #003E51;
}

.col-2-image-text-full.secondary h2, .col-2-image-text-full.secondary .h2 {
  color: #00A9CE;
}

.col-2-image-text-full.dark-teal-blue h2, .col-2-image-text-full.dark-teal-blue .h2 {
  color: #003E51;
}

.col-2-image-text-full.turquoise-blue h2, .col-2-image-text-full.turquoise-blue .h2 {
  color: #00A9CE;
}

.col-2-image-text-full.powder-pink h2, .col-2-image-text-full.powder-pink .h2 {
  color: #E5BAC1;
}

.col-2-image-text-full.magenta-purple h2, .col-2-image-text-full.magenta-purple .h2 {
  color: #BB16A3;
}

.col-2-image-text-full.royal-purple h2, .col-2-image-text-full.royal-purple .h2 {
  color: #963CBD;
}

.col-2-image-text-full.blue-gray h2, .col-2-image-text-full.blue-gray .h2 {
  color: #6E7CA0;
}

.col-2-image-text-full.black h2, .col-2-image-text-full.black .h2 {
  color: #000;
}

.col-2-image-text-full.white h2, .col-2-image-text-full.white .h2 {
  color: #FFF;
}

.col-2-image-text-full.image-50 img {
  width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-50 img {
    width: 50%;
  }
}
.col-2-image-text-full.image-60 img {
  width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-60 img {
    width: 60%;
  }
}
.col-2-image-text-full.image-70 img {
  width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-70 img {
    width: 70%;
  }
}
.col-2-image-text-full.image-80 img {
  width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-80 img {
    width: 80%;
  }
}
.col-2-image-text-full.image-90 img {
  width: 100%;
}
@media (min-width: 992px) {
  .col-2-image-text-full.image-90 img {
    width: 90%;
  }
}

.imageslider {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .imageslider {
    padding-top: 50.5%;
  }
}
.imageslider .image-slider {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .imageslider .image-slider {
    bottom: 0;
  }
}
.imageslider h2, .imageslider .h2 {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  font-size: 2.6666666667rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .imageslider h2, .imageslider .h2 {
    font-size: 2.7777777778rem;
  }
}
.imageslider .swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .imageslider .swiper .swiper-wrapper {
    width: 90%;
  }
}
.imageslider .swiper picture {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.imageslider .swiper picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imageslider .swiper img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .imageslider .swiper-slide {
    left: 5%;
  }
}
.imageslider .swiper-navigation .swiper-button-prev,
.imageslider .swiper-navigation .swiper-button-next {
  width: 30px;
  height: 40px;
}
@media (min-width: 992px) {
  .imageslider .swiper-navigation .swiper-button-prev,
  .imageslider .swiper-navigation .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.imageslider .swiper-navigation .swiper-button-prev, .imageslider .swiper-navigation .swiper-rtl .swiper-button-next {
  left: -10px;
  right: auto;
}
@media (min-width: 992px) {
  .imageslider .swiper-navigation .swiper-button-prev, .imageslider .swiper-navigation .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }
}
.imageslider .swiper-navigation .swiper-button-next, .imageslider .swiper-navigation .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
@media (min-width: 992px) {
  .imageslider .swiper-navigation .swiper-button-next, .imageslider .swiper-navigation .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }
}

.jobs .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.jobs .job .card {
  position: relative;
  -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.2);
  min-height: 25vh;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.jobs .job .text {
  margin-top: 0rem;
  background: #E5BAC1;
  padding: 3rem 1rem;
  /* min-height: 85%;
  height:auto !important;
  height:85%; */
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.jobs .job .text * {
  text-align: center;
}
@media (min-width: 768px) {
  .jobs .job .text {
    margin-top: 0rem;
    padding: 6rem 5rem;
  }
  .jobs .job .text * {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jobs .job .text {
    margin-top: 0rem;
    padding: 3rem 3rem;
  }
  .jobs .job .text * {
    text-align: left;
  }
}
.jobs .job .text h3, .jobs .job .text .h3, .jobs .job .text #c-ttl, .jobs .job .text #s-ttl {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .jobs .job .text h3, .jobs .job .text .h3, .jobs .job .text #c-ttl, .jobs .job .text #s-ttl {
    font-size: -5.625rem;
  }
}
.jobs .job .text p {
  padding: 10px;
  margin-bottom: 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .jobs .job .text p {
    padding: 15px;
    margin-bottom: 0;
  }
}
.jobs .job .text a {
  margin-left: 0;
  text-decoration: none;
  color: #FFF !important;
}
.jobs .job .text.front {
  background-color: #003E51;
  color: #FFF !important;
}
.jobs .job .text.front a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* für solid icons */
  content: "\f1c1"; /* Beispiel: User-Icon */
  margin-right: 10px;
}
.jobs .job .text.back {
  background-color: #003E51;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.jobs .job .text.back p {
  color: #FFF !important;
}
.jobs .job .contenttable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem 0.25rem 0.25rem 0.25rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .jobs .job .contenttable {
    padding: 2rem 0.25rem 0.25rem 0.25rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.jobs .job .contenttable td {
  display: block;
}
@media (min-width: 768px) {
  .jobs .job .contenttable td {
    display: table-cell;
  }
}
.jobs .job .contenttable td:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* für solid icons */
  content: "\f3c5"; /* Beispiel: User-Icon */
  margin-right: 5px;
}
.jobs .job .contenttable td:nth-child(1), .jobs .job .contenttable td:nth-child(3) {
  width: 1px;
  height: 1px;
}
.jobs .job .contenttable td:nth-child(2), .jobs .job .contenttable td:nth-child(4) {
  width: 20vh;
  text-align: left;
  white-space: nowrap;
}
.jobs .job .contenttable td:nth-child(4)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* für solid icons */
  content: "\f017"; /* Beispiel: User-Icon */
  margin-right: 5px;
}
.jobs h2, .jobs .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .jobs h2, .jobs .h2 {
    font-size: 2.7777777778rem;
    margin-bottom: 4rem;
  }
}
.jobs h3, .jobs .h3, .jobs #c-ttl, .jobs #s-ttl {
  font-family: var(--bs-font-sans-serif);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .jobs h3, .jobs .h3, .jobs #c-ttl, .jobs #s-ttl {
    font-size: 1.375rem;
    margin-bottom: 4rem;
  }
}
.jobs .btn-jobs {
  padding: 1rem;
  font-size: 20px;
}
@media (min-width: 992px) {
  .jobs .btn-jobs {
    padding: 1.5rem;
    font-size: 1.375rem;
  }
}

.locations {
  position: relative;
}
.locations .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003E51;
  color: #FFF;
}
.locations .text-container .text {
  width: 100%;
  text-align: left !important;
  padding: 1rem 1rem;
}
.locations .text-container .text h2, .locations .text-container .text .h2, .locations .text-container .text h3, .locations .text-container .text .h3, .locations .text-container .text #c-ttl, .locations .text-container .text #s-ttl, .locations .text-container .text p, .locations .text-container .text a {
  text-align: left !important;
}
.locations .text-container .text h2, .locations .text-container .text .h2 {
  font-size: 2.375rem;
}
@media (min-width: 992px) {
  .locations .text-container .text h2, .locations .text-container .text .h2 {
    font-size: -7.2222222222rem;
  }
}
.locations .text-container .text h3, .locations .text-container .text .h3, .locations .text-container .text #c-ttl, .locations .text-container .text #s-ttl {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .locations .text-container .text h3, .locations .text-container .text .h3, .locations .text-container .text #c-ttl, .locations .text-container .text #s-ttl {
    font-size: -8.625rem;
  }
}
.locations .text-container .contactaddresses {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .locations .text-container .contactaddresses {
    padding-top: 0px;
  }
}
.locations .text-container .contactaddresses p {
  padding: 0;
  margin-bottom: 0;
}
.locations .text-container .contactaddresses a {
  margin-left: 0;
  color: #FFF;
}
.locations .text-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .locations .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .locations .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.locations .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 62, 81, 0.75);
  color: #FFF;
}
.locations .image-container .text {
  width: 100%;
  text-align: left !important;
  padding: 1rem 1rem;
}
.locations .image-container .text h2, .locations .image-container .text .h2, .locations .image-container .text h3, .locations .image-container .text .h3, .locations .image-container .text #c-ttl, .locations .image-container .text #s-ttl, .locations .image-container .text p, .locations .image-container .text a {
  text-align: left !important;
}
.locations .image-container .text h2, .locations .image-container .text .h2 {
  font-size: 2.375rem;
}
@media (min-width: 992px) {
  .locations .image-container .text h2, .locations .image-container .text .h2 {
    font-size: -7.2222222222rem;
  }
}
.locations .image-container .text h3, .locations .image-container .text .h3, .locations .image-container .text #c-ttl, .locations .image-container .text #s-ttl {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .locations .image-container .text h3, .locations .image-container .text .h3, .locations .image-container .text #c-ttl, .locations .image-container .text #s-ttl {
    font-size: -8.625rem;
  }
}
.locations .image-container .contenttable {
  width: 100%;
}
.locations .image-container .contenttable td {
  display: block;
}
@media (min-width: 768px) {
  .locations .image-container .contenttable td {
    display: table-cell;
  }
}
.locations .image-container .contenttable td:nth-child(1) {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .locations .image-container .contenttable td:nth-child(1) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .locations .image-container .contenttable td:nth-child(1) {
    width: 34%;
  }
}
.locations .image-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .locations .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .locations .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.locations.image-right .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .locations.image-right .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.locations.image-right .row.text-image > div:first-child {
  margin-right: auto;
}
.locations.image-right .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .locations.image-right .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.locations.image-right .row.text-image > div:last-child {
  margin-left: auto;
}
.locations.image-left .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .locations.image-left .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.locations.image-left .row.text-image > div:first-child {
  margin-left: auto;
}
.locations.image-left .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .locations.image-left .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.locations.image-left .row.text-image > div:last-child {
  margin-right: auto;
}

.contact-form .hr-spacer-mb48rem {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-form .hr-spacer-mb48rem {
    margin-bottom: 4.8rem !important;
  }
}
.contact-form .text-container {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .contact-form .text-container {
    margin-top: 0rem;
  }
}
.contact-form .text-container .text h2, .contact-form .text-container .text .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-form .text-container .text h2, .contact-form .text-container .text .h2 {
    font-size: 2.7777777778rem;
  }
}
.contact-form .text-container .text p {
  padding: 0px 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-form .text-container .text p {
    padding: 0px 0 0 0px;
    margin-bottom: 0;
  }
}
.contact-form .text-container .text a {
  margin-left: 0;
}
@media (min-width: 992px) {
  .contact-form .text-container .text a {
    margin-left: 0px;
  }
}
.contact-form .text-container .text .contactaddresses {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .contact-form .text-container .text .contactaddresses {
    padding-top: 0px;
  }
}
.contact-form .text-container .text .contactaddresses p {
  padding: 0;
  margin-bottom: 0;
}
.contact-form .text-container .text .contactaddresses a {
  margin-left: 0;
  color: #003E51;
  font-weight: bold;
}
.contact-form .text-container {
  /* @include make-col-ready();

  @include media-breakpoint-up(lg) {
    @include make-col(4.75);
  }


  @include media-breakpoint-up(xl) {
    @include make-col(4);
  } */
}
.contact-form a {
  text-decoration: none;
}
.contact-form.location p em {
  font-style: normal;
}
.contact-form.location p em::before {
  content: url("../../../typo3conf/ext/sitepackage_arrowgermany/Resources/Public/Icons/Locations/icon_location.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-left: -16px;
}
.contact-form form {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(176, 173, 48)), to(rgb(209, 183, 0)));
  background: linear-gradient(180deg, rgb(176, 173, 48) 0%, rgb(209, 183, 0) 100%);
}
@media (min-width: 992px) {
  .contact-form form {
    background: transparent;
  }
}
.contact-form form * {
  color: #FFF;
}
.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 0.575rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3888888889;
  color: #FFF;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  /* border-bottom: 1px solid #FFF; */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.contact-form .form-select {
  display: block;
  width: 100%;
  padding: 0.575rem 3.75rem 0.575rem 1.25rem;
  -moz-padding-start: calc(1.25rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3888888889;
  color: #FFF;
  background-color: #003E51;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0rem center;
  background-size: 16px 12px;
  border: 0;
  /* border-bottom: 1px solid #FFF; */
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form .form-select.gender {
  background-color: #b4ae2a;
}
.contact-form .form-select.howattentive {
  background-color: #c1b216;
}
.contact-form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.7;
  transform: scale(0.75) translateY(-1rem) translateX(0.45rem);
}
.contact-form .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.7;
  transform: scale(0.75) translateY(-1rem) translateX(0.45rem);
}
.contact-form .form-floating > .form-control:focus ~ label, .contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label, .contact-form .form-floating > .form-select ~ label {
  opacity: 0.7;
  -webkit-transform: scale(0.75) translateY(-1rem) translateX(0.45rem);
          transform: scale(0.75) translateY(-1rem) translateX(0.45rem);
}
.contact-form .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.1944444445em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form input:-internal-autofill-selected {
  background-color: rgba(0, 62, 81, 0.75) !important;
  color: #FFF !important;
}
.contact-form .border {
  border: 1px solid #FFF !important;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.contact-form .was-validated .form-control:valid, .contact-form .form-control.is-valid {
  border-color: transparent;
  padding-right: inherit;
  background-image: none;
  background-repeat: no-repeat;
  background-position: none;
  background-size: none;
}
.contact-form .was-validated .form-control:valid:focus, .contact-form .form-control.is-valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .was-validated .form-check-input:valid ~ .form-check-label, .contact-form .form-check-input.is-valid ~ .form-check-label {
  color: inherit;
}
.contact-form .was-validated .form-control:invalid, .contact-form .form-control.is-invalid {
  border-color: #E5BAC1;
  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='%23003E51'%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='%23003E51' stroke='none'/%3e%3c/svg%3e");
}
.contact-form .was-validated :invalid ~ .invalid-feedback, .contact-form .was-validated :invalid ~ .invalid-tooltip, .contact-form .is-invalid ~ .invalid-feedback, .contact-form .is-invalid ~ .invalid-tooltip {
  color: #E5BAC1;
}
.contact-form .was-validated .form-check-input:invalid, .contact-form .form-check-input.is-invalid {
  border-color: #E5BAC1;
}
.contact-form .was-validated .form-check-input:invalid ~ .form-check-label, .contact-form .form-check-input.is-invalid ~ .form-check-label {
  color: #E5BAC1;
}
.contact-form .was-validated .form-check-input:valid, .contact-form .form-check-input.is-valid {
  border-color: #FFF;
}
.contact-form select + label {
  color: #FFF;
}
.contact-form .btn[type=submit] .spinner-border {
  display: none;
}
.contact-form .btn[type=submit].is-loading .spinner-border {
  display: inline-block;
}
.contact-form .was-validated .form-select:valid:not([multiple]):not([size]), .contact-form .was-validated .form-select:valid:not([multiple])[size="1"], .contact-form .form-select.is-valid:not([multiple]):not([size]), .contact-form .form-select.is-valid:not([multiple])[size="1"] {
  border-color: unset;
  padding-right: inherit;
  background-image: none;
  background-position: unset;
}

.contact-form.primary h2, .contact-form.primary .h2, .contact-form.primary .btn-outline-white:hover {
  color: #003E51;
}

.contact-form.secondary h2, .contact-form.secondary .h2, .contact-form.secondary .btn-outline-white:hover {
  color: #00A9CE;
}

.contact-form.dark-teal-blue h2, .contact-form.dark-teal-blue .h2, .contact-form.dark-teal-blue .btn-outline-white:hover {
  color: #003E51;
}

.contact-form.turquoise-blue h2, .contact-form.turquoise-blue .h2, .contact-form.turquoise-blue .btn-outline-white:hover {
  color: #00A9CE;
}

.contact-form.powder-pink h2, .contact-form.powder-pink .h2, .contact-form.powder-pink .btn-outline-white:hover {
  color: #E5BAC1;
}

.contact-form.magenta-purple h2, .contact-form.magenta-purple .h2, .contact-form.magenta-purple .btn-outline-white:hover {
  color: #BB16A3;
}

.contact-form.royal-purple h2, .contact-form.royal-purple .h2, .contact-form.royal-purple .btn-outline-white:hover {
  color: #963CBD;
}

.contact-form.blue-gray h2, .contact-form.blue-gray .h2, .contact-form.blue-gray .btn-outline-white:hover {
  color: #6E7CA0;
}

.contact-form.black h2, .contact-form.black .h2, .contact-form.black .btn-outline-white:hover {
  color: #000;
}

.contact-form.white h2, .contact-form.white .h2, .contact-form.white .btn-outline-white:hover {
  color: #FFF;
}

.texts h2, .texts .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .texts h2, .texts .h2 {
    font-size: 2.7777777778rem;
  }
}
.texts h3, .texts .h3, .texts #c-ttl, .texts #s-ttl {
  font-family: var(--bs-font-sans-serif);
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .texts h3, .texts .h3, .texts #c-ttl, .texts #s-ttl {
    font-size: 1.375rem;
  }
}
.texts p {
  padding: 0px 0 0 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .texts p {
    padding: 0px 0 0 0;
  }
}
.texts p a {
  margin-left: 0;
}
.texts a {
  margin-left: 0;
  color: #003E51;
  font-weight: bold;
}
@media (min-width: 992px) {
  .texts a {
    margin-left: 0px;
  }
}

.texts.primary h2, .texts.primary .h2 {
  color: #003E51;
}

.texts.secondary h2, .texts.secondary .h2 {
  color: #00A9CE;
}

.texts.dark-teal-blue h2, .texts.dark-teal-blue .h2 {
  color: #003E51;
}

.texts.turquoise-blue h2, .texts.turquoise-blue .h2 {
  color: #00A9CE;
}

.texts.powder-pink h2, .texts.powder-pink .h2 {
  color: #E5BAC1;
}

.texts.magenta-purple h2, .texts.magenta-purple .h2 {
  color: #BB16A3;
}

.texts.royal-purple h2, .texts.royal-purple .h2 {
  color: #963CBD;
}

.texts.blue-gray h2, .texts.blue-gray .h2 {
  color: #6E7CA0;
}

.texts.black h2, .texts.black .h2 {
  color: #000;
}

.texts.white h2, .texts.white .h2 {
  color: #FFF;
}

.news header {
  position: unset;
  display: block;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}
.news .news-topnews {
  position: relative;
  margin: 0 auto;
}
.news .news-topnews .news-topnews-image {
  position: relative;
  margin-bottom: 10px;
  aspect-ratio: 20/13;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.news .news-topnews .news-topnews-image a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-image {
    margin-bottom: 0;
  }
}
.news .news-topnews .news-topnews-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.news .news-topnews .news-topnews-image img:hover {
  -webkit-transform: scale(1.125) !important;
          transform: scale(1.125) !important;
}
.news .news-topnews .news-topnews-image .news-topnews-text {
  background-color: #00A9CE;
  position: absolute;
  color: #FFF;
  bottom: 0px;
  left: 0px;
  height: 25%;
  padding: 30px 30px;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-image .news-topnews-text {
    bottom: 0px;
    left: 0px;
  }
}
.news .news-topnews .news-topnews-image .news-topnews-text a {
  color: #003E51;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-image .news-topnews-text a {
    color: #003E51;
  }
}
.news .news-topnews .news-topnews-image .news-topnews-text a:hover, .news .news-topnews .news-topnews-image .news-topnews-text a h2, .news .news-topnews .news-topnews-image .news-topnews-text a .h2 {
  text-decoration: none;
}
.news .news-topnews .news-topnews-image .news-topnews-text h2, .news .news-topnews .news-topnews-image .news-topnews-text .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .news .news-topnews .news-topnews-image .news-topnews-text h2, .news .news-topnews .news-topnews-image .news-topnews-text .h2 {
    font-size: 2.7777777778rem;
  }
}
.news .news-topnews .news-topnews-image .news-topnews-text p {
  margin: 0;
  display: inline;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.news .news-topnews .news-topnews-image .news-topnews-text .news-list-date {
  font-size: 0.9rem;
  color: #003E51;
}
.news .news-topnews .news-topnews-text {
  position: relative;
  padding: 0px 0px;
}
.news .news-topnews .news-topnews-text a {
  color: #00A9CE;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-text a {
    color: #00A9CE;
  }
}
.news .news-topnews .news-topnews-text a:hover, .news .news-topnews .news-topnews-text a h2, .news .news-topnews .news-topnews-text a .h2 {
  text-decoration: none;
}
.news .news-topnews .news-topnews-text h2, .news .news-topnews .news-topnews-text .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .news .news-topnews .news-topnews-text h2, .news .news-topnews .news-topnews-text .h2 {
    font-size: 2.7777777778rem;
  }
}
.news .news-topnews .news-topnews-text p {
  margin: 0;
  display: inline;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.news .news-topnews .news-topnews-text .news-list-date {
  font-size: 0.9rem;
  color: #00A9CE;
}
.news .news-topnews .news-topnews-left {
  position: absolute;
  right: 20px;
  color: #FFF;
  bottom: 20px;
  left: 20px;
  width: 70%;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-left {
    bottom: 30px;
    left: 30px;
    width: 50%;
  }
}
.news .news-topnews .news-topnews-left a {
  color: #000;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-left a {
    color: #00A9CE;
  }
}
.news .news-topnews .news-topnews-left a:hover {
  text-decoration: none;
}
.news .news-topnews .news-topnews-left h2, .news .news-topnews .news-topnews-left .h2 {
  margin: 0;
}
.news .news-topnews .news-topnews-left h2 a, .news .news-topnews .news-topnews-left .h2 a {
  text-decoration: none;
}
.news .news-topnews .news-topnews-left p {
  margin: 0;
  display: inline;
}
.news .news-topnews .news-topnews-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 240px;
  display: none;
  text-align: right;
}
@media (min-width: 768px) {
  .news .news-topnews .news-topnews-right {
    bottom: 20px;
    right: 20px;
    display: block;
  }
}
@media (min-width: 992px) {
  .news .news-topnews .news-topnews-right {
    bottom: 30px;
    right: 30px;
  }
}
.news .news-topnews .news-topnews-right p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.2em;
}
.news .news-list-view .news-preview-wrapper,
.news .news-list-view .preview-content,
.news .preview-3-col .news-preview-wrapper,
.news .preview-3-col .preview-content {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .news .news-list-view .news-preview-wrapper,
  .news .news-list-view .preview-content,
  .news .preview-3-col .news-preview-wrapper,
  .news .preview-3-col .preview-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news .news-list-view .preview-item-image,
.news .preview-3-col .preview-item-image {
  position: relative;
  font-size: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.news .news-list-view .preview-item-image a,
.news .preview-3-col .preview-item-image a {
  display: block;
  height: 100%;
  width: 100%;
}
.news .news-list-view .preview-item-image img,
.news .preview-3-col .preview-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-list-view .preview-item-image .preview-item-headline,
.news .preview-3-col .preview-item-image .preview-item-headline {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.news .news-list-view .preview-item-image .preview-item-headline h4, .news .news-list-view .preview-item-image .preview-item-headline .h4,
.news .preview-3-col .preview-item-image .preview-item-headline h4,
.news .preview-3-col .preview-item-image .preview-item-headline .h4 {
  font-family: "karbon-web-bold";
  color: #FFF;
  font-size: 4rem;
  margin: 10px 50px;
}
.news .news-list-view .preview-item,
.news .preview-3-col .preview-item {
  position: relative;
}
.news .news-list-view .preview-item-content,
.news .preview-3-col .preview-item-content {
  line-height: 1.2em;
}
.news .news-list-view .preview-item:hover > .preview-item-link,
.news .preview-3-col .preview-item:hover > .preview-item-link {
  opacity: 1;
}
.news .news-list-view a,
.news .preview-3-col a {
  color: #000;
}
.news .news-list-view a:hover,
.news .preview-3-col a:hover {
  text-decoration: none;
}
.news .news-list-view a.more-link,
.news .preview-3-col a.more-link {
  font-family: "karbon-web-bold";
  color: #00A9CE;
  text-transform: uppercase;
  cursor: pointer;
}
.news .news-list-view a.more-link:hover,
.news .preview-3-col a.more-link:hover {
  text-decoration: none;
}
.news .news-list-view h4, .news .news-list-view .h4,
.news .preview-3-col h4,
.news .preview-3-col .h4 {
  margin: 10px 0 0 0;
}
.news .news-list-view h4 a, .news .news-list-view .h4 a,
.news .preview-3-col h4 a,
.news .preview-3-col .h4 a {
  text-decoration: none;
}
.news .news-list-view p,
.news .preview-3-col p {
  margin: 0;
}
.news {
  /* Dark */
}
.news .pagets__dark .news-topnews .news-topnews-left a {
  color: #00A9CE;
}
.news .headline-sub-first {
  text-align: center;
}
.news .headline-sub-first h2, .news .headline-sub-first .h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.news .headline-sub-first h1, .news .headline-sub-first .h1 {
  font-size: 28px;
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .news .headline-sub-first h2, .news .headline-sub-first .h2 {
    font-size: 16px;
  }
  .news .headline-sub-first h1, .news .headline-sub-first .h1 {
    font-size: 38px;
  }
}
/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
  float: right;
  width: auto !important;
  margin: 0 0 0 0px !important;
}

.news-single .article .news-img-wrap img {
  float: none;
  width: 100% !important;
  height: auto;
}

.news-single .teaser-text {
  font-size: 15px;
  color: #888;
}

.news-text-wrap {
  margin-bottom: 10px;
}

.news-img-caption {
  color: #888;
}

.projectslider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 999;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .projectslider {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .projectslider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.projectslider h2, .projectslider .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .projectslider h2, .projectslider .h2 {
    font-size: 2.7777777778rem;
  }
}
.projectslider p {
  padding: 1rem 0 0 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .projectslider p {
    padding: 1rem 0 0 0;
  }
}
.projectslider p a {
  margin-left: 0;
}
.projectslider a {
  margin-left: 0;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .projectslider a {
    margin-left: 0;
  }
}
.projectslider .project {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.projectslider .project h3, .projectslider .project .h3, .projectslider .project #c-ttl, .projectslider .project #s-ttl {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 768px) {
  .projectslider .project h3, .projectslider .project .h3, .projectslider .project #c-ttl, .projectslider .project #s-ttl {
    font-size: 24px;
  }
}
.projectslider .project p {
  margin-top: 0;
  margin-bottom: 0;
}
.projectslider .project img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.projectslider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.projectslider .image {
  position: relative;
  margin-top: 0rem;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 0px;
  justify-self: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .projectslider .image {
    margin-top: 0rem;
  }
}
.projectslider .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin: 0;
}
.projectslider .image .project-logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* zentriert */
  width: 75%; /* Logo-Größe anpassen */
  height: auto;
  z-index: 10; /* sicherstellen, dass es über dem Bild liegt */
}
.projectslider .image .tags {
  position: absolute;
  bottom: 10%;
  padding: 0.25rem;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.projectslider .image .tags span.project-tag:nth-child(1) {
  background-color: #003E51;
}
.projectslider .image .tags span.project-tag:nth-child(2), .projectslider .image .tags span.project-tag:nth-child(3) {
  background-color: #FFF;
}
.projectslider .image .tags .project-tag {
  color: #000 !important;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  margin: 15px 0 0 0;
  font-size: 0.8rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: center;
  white-space: nowrap;
}
.projectslider .text {
  padding: 10px 10px;
  background-color: #bfcfd3;
  color: #000;
}
.projectslider .text h3, .projectslider .text .h3, .projectslider .text #c-ttl, .projectslider .text #s-ttl, .projectslider .text p, .projectslider .text span {
  color: #000;
}
.projectslider .swiper-slide {
  /*position: relative;*/
  /* width: $icon-width; */
  height: calc((100% - 10px) / 2) !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 375px) {
  .projectslider .swiper-slide {
    width: auto;
  }
}
.projectslider.four .swiper-navigation {
  display: none;
}
.projectslider .swiper-navigation {
  position: relative;
  height: 40px;
  display: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  /* z-index: 1; */
}
@media (min-width: 768px) {
  .projectslider .swiper-navigation {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.projectslider .swiper-navigation .swiper-button-prev,
.projectslider .swiper-navigation .swiper-button-next {
  width: 30px;
  height: 40px;
}
@media (min-width: 992px) {
  .projectslider .swiper-navigation .swiper-button-prev,
  .projectslider .swiper-navigation .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.projectslider .swiper-navigation .swiper-button-prev, .projectslider .swiper-navigation .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
@media (min-width: 992px) {
  .projectslider .swiper-navigation .swiper-button-prev, .projectslider .swiper-navigation .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
}
.projectslider .swiper-navigation .swiper-button-next, .projectslider .swiper-navigation .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
@media (min-width: 992px) {
  .projectslider .swiper-navigation .swiper-button-next, .projectslider .swiper-navigation .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }
}
.projectslider .swiper-navigation .disabled_swiper_button {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.popup-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-open {
  background-color: #FFF;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.popup {
  position: fixed;
  z-index: 200000;
  width: 100%;
  max-width: 100vh;
  height: 100vh;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding-bottom: 35px;
  background: #7f9ea8;
  padding: 2% 2%;
  cursor: pointer;
}
@media (min-width: 992px) {
  .popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 1280px;
    height: 620px;
  }
}
.popup p {
  text-align: left;
  line-height: 1.25;
  color: #FFF !important;
  padding-top: 0;
}
@media (min-width: 992px) {
  .popup p {
    line-height: 1.75;
  }
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 100;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  cursor: pointer;
  border-radius: 100%;
  font-size: 1.5rem;
  line-height: 35px;
  width: 35px;
  text-align: center;
  color: #FFF;
}

.projectslider.primary h2, .projectslider.primary .h2 {
  color: #003E51;
}
.projectslider.primary h3, .projectslider.primary .h3, .projectslider.primary #c-ttl, .projectslider.primary #s-ttl {
  color: #003E51;
}

.projectslider.secondary h2, .projectslider.secondary .h2 {
  color: #00A9CE;
}
.projectslider.secondary h3, .projectslider.secondary .h3, .projectslider.secondary #c-ttl, .projectslider.secondary #s-ttl {
  color: #00A9CE;
}

.projectslider.dark-teal-blue h2, .projectslider.dark-teal-blue .h2 {
  color: #003E51;
}
.projectslider.dark-teal-blue h3, .projectslider.dark-teal-blue .h3, .projectslider.dark-teal-blue #c-ttl, .projectslider.dark-teal-blue #s-ttl {
  color: #003E51;
}

.projectslider.turquoise-blue h2, .projectslider.turquoise-blue .h2 {
  color: #00A9CE;
}
.projectslider.turquoise-blue h3, .projectslider.turquoise-blue .h3, .projectslider.turquoise-blue #c-ttl, .projectslider.turquoise-blue #s-ttl {
  color: #00A9CE;
}

.projectslider.powder-pink h2, .projectslider.powder-pink .h2 {
  color: #E5BAC1;
}
.projectslider.powder-pink h3, .projectslider.powder-pink .h3, .projectslider.powder-pink #c-ttl, .projectslider.powder-pink #s-ttl {
  color: #E5BAC1;
}

.projectslider.magenta-purple h2, .projectslider.magenta-purple .h2 {
  color: #BB16A3;
}
.projectslider.magenta-purple h3, .projectslider.magenta-purple .h3, .projectslider.magenta-purple #c-ttl, .projectslider.magenta-purple #s-ttl {
  color: #BB16A3;
}

.projectslider.royal-purple h2, .projectslider.royal-purple .h2 {
  color: #963CBD;
}
.projectslider.royal-purple h3, .projectslider.royal-purple .h3, .projectslider.royal-purple #c-ttl, .projectslider.royal-purple #s-ttl {
  color: #963CBD;
}

.projectslider.blue-gray h2, .projectslider.blue-gray .h2 {
  color: #6E7CA0;
}
.projectslider.blue-gray h3, .projectslider.blue-gray .h3, .projectslider.blue-gray #c-ttl, .projectslider.blue-gray #s-ttl {
  color: #6E7CA0;
}

.projectslider.black h2, .projectslider.black .h2 {
  color: #000;
}
.projectslider.black h3, .projectslider.black .h3, .projectslider.black #c-ttl, .projectslider.black #s-ttl {
  color: #000;
}

.projectslider.white h2, .projectslider.white .h2 {
  color: #FFF;
}
.projectslider.white h3, .projectslider.white .h3, .projectslider.white #c-ttl, .projectslider.white #s-ttl {
  color: #FFF;
}

.row-2-image-text .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .row-2-image-text .text-container {
    position: absolute;
    left: 45%;
    bottom: 0;
  }
}
.row-2-image-text .text-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .row-2-image-text .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .row-2-image-text .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.row-2-image-text .text-container .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.row-2-image-text .image-container {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .row-2-image-text .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .row-2-image-text .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.row-2-image-text.image-right .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .row-2-image-text.image-right .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.row-2-image-text.image-right .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .row-2-image-text.image-right .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.row-2-image-text.image-left .row.text-image > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .row-2-image-text.image-left .row.text-image > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.row-2-image-text.image-left .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .row-2-image-text.image-left .row.text-image > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.row-2-image-text .text {
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .row-2-image-text .text {
    margin-top: 0rem;
    justify-self: left;
  }
}
.row-2-image-text .text h2, .row-2-image-text .text .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .row-2-image-text .text h2, .row-2-image-text .text .h2 {
    font-size: 2.7777777778rem;
  }
}
.row-2-image-text .text p {
  padding: 0 0 0 0;
  margin-bottom: 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .row-2-image-text .text p {
    padding: 0 0 0 0px;
    margin-bottom: 0;
  }
}
.row-2-image-text .text p a {
  margin-left: 0;
}
.row-2-image-text .text a {
  margin-left: 0;
}
@media (min-width: 992px) {
  .row-2-image-text .text a {
    margin-left: 0px;
  }
}
.row-2-image-text .text ul {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .row-2-image-text .text ul {
    padding-left: 15px;
  }
}
.row-2-image-text .text ul li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' width='100' height='100' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M10 50 L40 80 L90 20' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' stroke='%234B5C5D' fill='none'/%3E%3C/svg%3E") no-repeat left top;
  background-size: 20px;
  padding: 0px 0 0px 25px;
}
@media (min-width: 992px) {
  .row-2-image-text .text ul li {
    font-size: 28px;
    background-size: 40px;
    padding: 0px 0 0px 45px;
  }
}
.row-2-image-text .text ul li.list-header {
  background: none !important;
}
.row-2-image-text .text ul li.list-header::before {
  content: "";
  display: none !important;
}
.row-2-image-text .text ul li.list-header {
  padding-left: 25px;
  /*font-size: $font-size-base;
  font-weight: bold;*/
  color: #E5BAC1;
}
@media (min-width: 992px) {
  .row-2-image-text .text ul li.list-header {
    padding-left: 45px;
  }
}
.row-2-image-text .image {
  margin-top: 0rem;
  max-width: 100%;
  border-radius: 0px 50px 50px 50px;
  justify-self: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .row-2-image-text .image {
    margin-top: 0rem;
  }
  .row-2-image-text .image.two {
    justify-self: left;
    margin-bottom: 0px;
  }
}
.row-2-image-text .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.row-2-image-text .image img:hover {
  -webkit-transform: scale(1.125) !important;
          transform: scale(1.125) !important;
}

.row-2-image-text.primary h2, .row-2-image-text.primary .h2 {
  color: #003E51;
}

.row-2-image-text.secondary h2, .row-2-image-text.secondary .h2 {
  color: #00A9CE;
}

.row-2-image-text.dark-teal-blue h2, .row-2-image-text.dark-teal-blue .h2 {
  color: #003E51;
}

.row-2-image-text.turquoise-blue h2, .row-2-image-text.turquoise-blue .h2 {
  color: #00A9CE;
}

.row-2-image-text.powder-pink h2, .row-2-image-text.powder-pink .h2 {
  color: #E5BAC1;
}

.row-2-image-text.magenta-purple h2, .row-2-image-text.magenta-purple .h2 {
  color: #BB16A3;
}

.row-2-image-text.royal-purple h2, .row-2-image-text.royal-purple .h2 {
  color: #963CBD;
}

.row-2-image-text.blue-gray h2, .row-2-image-text.blue-gray .h2 {
  color: #6E7CA0;
}

.row-2-image-text.black h2, .row-2-image-text.black .h2 {
  color: #000;
}

.row-2-image-text.white h2, .row-2-image-text.white .h2 {
  color: #FFF;
}

.row-2-image-text.image-50 .image-container img {
  width: 100%;
}
@media (min-width: 992px) {
  .row-2-image-text.image-50 .image-container img {
    width: 50%;
  }
}
.row-2-image-text.image-60 .image-container img {
  width: 100%;
}
@media (min-width: 992px) {
  .row-2-image-text.image-60 .image-container img {
    width: 60%;
  }
}
.row-2-image-text.image-70 .image-container img {
  width: 100%;
}
@media (min-width: 992px) {
  .row-2-image-text.image-70 .image-container img {
    width: 70%;
  }
}
.row-2-image-text.image-80 .image-container img {
  width: 100%;
}
@media (min-width: 992px) {
  .row-2-image-text.image-80 .image-container img {
    width: 80%;
  }
}
.row-2-image-text.image-90 .image-container img {
  width: 100%;
}
@media (min-width: 992px) {
  .row-2-image-text.image-90 .image-container img {
    width: 90%;
  }
}
.row-2-image-text.image-start .image-container {
  text-align: left !important;
}
.row-2-image-text.image-end .image-container {
  text-align: right !important;
}
.row-2-image-text.image-center .image-container {
  text-align: center !important;
}

.row-2-image-text.image-mobile-first .text-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .row-2-image-text.image-mobile-first .text-container {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.row-2-image-text.text-mobile-first .image-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .row-2-image-text.text-mobile-first .image-container {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.row-2-image-text.image-left.text-mobile-first .row.text-image > div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .row-2-image-text.image-left.text-mobile-first .row.text-image > div:last-child {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.row-2-image-text.image-mobile-hide .image-container {
  display: none;
}
@media (min-width: 992px) {
  .row-2-image-text.image-mobile-hide .image-container {
    display: initial;
  }
}

.row-2-image-text.none-hover-scale .image-container img:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

.row-2-image-text.no-image-map .image-container .image-map {
  display: none !important;
}

.projectsfacts .tags {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .projectsfacts .tags {
    display: block;
  }
}
.projectsfacts .tags .project-tag {
  background-color: #003E51;
  color: #FFF !important;
  padding: 5px 10px 5px 10px;
  border-radius: 0px;
  margin: 0 0px 0 0;
  font-size: 0.8rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: center;
  white-space: nowrap;
}
.projectsfacts .text {
  border-bottom: 1px solid #00A9CE;
  padding: 0px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .projectsfacts .text {
    padding: 0px 0 0 0;
    margin-left: 0px;
  }
}
.projectsfacts .text h3, .projectsfacts .text .h3, .projectsfacts .text #c-ttl, .projectsfacts .text #s-ttl {
  font-family: var(--bs-font-sans-serif);
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .projectsfacts .text h3, .projectsfacts .text .h3, .projectsfacts .text #c-ttl, .projectsfacts .text #s-ttl {
    font-size: 1.375rem;
  }
}
.projectsfacts .text p {
  padding: 0;
  bottom: 0;
}
.projectsfacts .text p a {
  margin-left: 0;
}
.projectsfacts h2, .projectsfacts .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .projectsfacts h2, .projectsfacts .h2 {
    font-size: 2.7777777778rem;
  }
}
.projectsfacts p {
  padding: 0px 0 0 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.projectsfacts p.overline {
  background-color: #003E51;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: left;
}
@media (min-width: 992px) {
  .projectsfacts p {
    padding: 0px 0 0 0px;
  }
}
.projectsfacts p a {
  margin-left: 0;
}
.projectsfacts a {
  margin-left: 0;
  color: #003E51;
  font-weight: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .projectsfacts a {
    margin-left: 0px;
  }
}

.projectsfacts.primary h2, .projectsfacts.primary .h2 {
  color: #003E51;
}

.projectsfacts.secondary h2, .projectsfacts.secondary .h2 {
  color: #00A9CE;
}

.projectsfacts.dark-teal-blue h2, .projectsfacts.dark-teal-blue .h2 {
  color: #003E51;
}

.projectsfacts.turquoise-blue h2, .projectsfacts.turquoise-blue .h2 {
  color: #00A9CE;
}

.projectsfacts.powder-pink h2, .projectsfacts.powder-pink .h2 {
  color: #E5BAC1;
}

.projectsfacts.magenta-purple h2, .projectsfacts.magenta-purple .h2 {
  color: #BB16A3;
}

.projectsfacts.royal-purple h2, .projectsfacts.royal-purple .h2 {
  color: #963CBD;
}

.projectsfacts.blue-gray h2, .projectsfacts.blue-gray .h2 {
  color: #6E7CA0;
}

.projectsfacts.black h2, .projectsfacts.black .h2 {
  color: #000;
}

.projectsfacts.white h2, .projectsfacts.white .h2 {
  color: #FFF;
}

.projectsgallery .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 1rem; /* spacing between items */
}
.projectsgallery .masonry-item {
  overflow: hidden;
}
.projectsgallery .masonry-item img {
  width: 100%;
  height: 20vh;
  display: block;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 992px) {
  .projectsgallery .masonry-item img {
    height: 50vh;
  }
}
.projectsgallery .masonry-item img:hover {
  -webkit-transform: scale(1.125) !important;
          transform: scale(1.125) !important;
}
.projectsgallery .masonry-item:nth-child(odd) {
  grid-row: span 2;
}
.projectsgallery .masonry-item:nth-child(odd) img {
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .projectsgallery .masonry-item:nth-child(odd) img {
    height: 75vh;
  }
}

.projectstexts h2, .projectstexts .h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .projectstexts h2, .projectstexts .h2 {
    font-size: 2.7777777778rem;
  }
}
.projectstexts h3, .projectstexts .h3, .projectstexts #c-ttl, .projectstexts #s-ttl {
  font-family: var(--bs-font-sans-serif);
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .projectstexts h3, .projectstexts .h3, .projectstexts #c-ttl, .projectstexts #s-ttl {
    font-size: 1.375rem;
  }
}
.projectstexts p {
  padding: 0px 0 0 0;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.projectstexts p.overline {
  color: #003E51;
  border-radius: 0px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: left;
}
@media (min-width: 992px) {
  .projectstexts p {
    padding: 0px 0 0 0px;
  }
}
.projectstexts p a {
  margin-left: 0;
}
.projectstexts a {
  margin-left: 0;
  color: #003E51;
  font-weight: bold;
}
@media (min-width: 992px) {
  .projectstexts a {
    margin-left: 0px;
  }
}

.projectstexts.primary h2, .projectstexts.primary .h2 {
  color: #003E51;
}

.projectstexts.secondary h2, .projectstexts.secondary .h2 {
  color: #00A9CE;
}

.projectstexts.dark-teal-blue h2, .projectstexts.dark-teal-blue .h2 {
  color: #003E51;
}

.projectstexts.turquoise-blue h2, .projectstexts.turquoise-blue .h2 {
  color: #00A9CE;
}

.projectstexts.powder-pink h2, .projectstexts.powder-pink .h2 {
  color: #E5BAC1;
}

.projectstexts.magenta-purple h2, .projectstexts.magenta-purple .h2 {
  color: #BB16A3;
}

.projectstexts.royal-purple h2, .projectstexts.royal-purple .h2 {
  color: #963CBD;
}

.projectstexts.blue-gray h2, .projectstexts.blue-gray .h2 {
  color: #6E7CA0;
}

.projectstexts.black h2, .projectstexts.black .h2 {
  color: #000;
}

.projectstexts.white h2, .projectstexts.white .h2 {
  color: #FFF;
}

.bg-primary {
  background-color: #003E51;
}

.bg-primary-tint-25 {
  background-color: rgba(0, 62, 81, 0.25);
}

.bg-primary-tint-50 {
  background-color: rgba(0, 62, 81, 0.5);
}

.bg-primary-tint-75 {
  background-color: rgba(0, 62, 81, 0.75);
}

.bg-primary-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-primary-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #003E51));
    background: linear-gradient(to left, #FFF 67%, #003E51 33%);
  }
}

.bg-primary-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-primary-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #003E51));
    background: linear-gradient(to left, #FFF 50%, #003E51 50%);
  }
}

.bg-30-primary {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-primary {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #003E51));
    background: linear-gradient(to right, #FFF 67%, #003E51 33%);
  }
}

.bg-50-primary {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-primary {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #003E51));
    background: linear-gradient(to right, #FFF 50%, #003E51 50%);
  }
}

.bg-secondary {
  background-color: #00A9CE;
}

.bg-secondary-tint-25 {
  background-color: rgba(0, 169, 206, 0.25);
}

.bg-secondary-tint-50 {
  background-color: rgba(0, 169, 206, 0.5);
}

.bg-secondary-tint-75 {
  background-color: rgba(0, 169, 206, 0.75);
}

.bg-secondary-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-secondary-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #00A9CE));
    background: linear-gradient(to left, #FFF 67%, #00A9CE 33%);
  }
}

.bg-secondary-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-secondary-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #00A9CE));
    background: linear-gradient(to left, #FFF 50%, #00A9CE 50%);
  }
}

.bg-30-secondary {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-secondary {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #00A9CE));
    background: linear-gradient(to right, #FFF 67%, #00A9CE 33%);
  }
}

.bg-50-secondary {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-secondary {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #00A9CE));
    background: linear-gradient(to right, #FFF 50%, #00A9CE 50%);
  }
}

.bg-dark-teal-blue {
  background-color: #003E51;
}

.bg-dark-teal-blue-tint-25 {
  background-color: rgba(0, 62, 81, 0.25);
}

.bg-dark-teal-blue-tint-50 {
  background-color: rgba(0, 62, 81, 0.5);
}

.bg-dark-teal-blue-tint-75 {
  background-color: rgba(0, 62, 81, 0.75);
}

.bg-dark-teal-blue-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-dark-teal-blue-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #003E51));
    background: linear-gradient(to left, #FFF 67%, #003E51 33%);
  }
}

.bg-dark-teal-blue-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-dark-teal-blue-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #003E51));
    background: linear-gradient(to left, #FFF 50%, #003E51 50%);
  }
}

.bg-30-dark-teal-blue {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-dark-teal-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #003E51));
    background: linear-gradient(to right, #FFF 67%, #003E51 33%);
  }
}

.bg-50-dark-teal-blue {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-dark-teal-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #003E51));
    background: linear-gradient(to right, #FFF 50%, #003E51 50%);
  }
}

.bg-turquoise-blue {
  background-color: #00A9CE;
}

.bg-turquoise-blue-tint-25 {
  background-color: rgba(0, 169, 206, 0.25);
}

.bg-turquoise-blue-tint-50 {
  background-color: rgba(0, 169, 206, 0.5);
}

.bg-turquoise-blue-tint-75 {
  background-color: rgba(0, 169, 206, 0.75);
}

.bg-turquoise-blue-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-turquoise-blue-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #00A9CE));
    background: linear-gradient(to left, #FFF 67%, #00A9CE 33%);
  }
}

.bg-turquoise-blue-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-turquoise-blue-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #00A9CE));
    background: linear-gradient(to left, #FFF 50%, #00A9CE 50%);
  }
}

.bg-30-turquoise-blue {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-turquoise-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #00A9CE));
    background: linear-gradient(to right, #FFF 67%, #00A9CE 33%);
  }
}

.bg-50-turquoise-blue {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-turquoise-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #00A9CE));
    background: linear-gradient(to right, #FFF 50%, #00A9CE 50%);
  }
}

.bg-powder-pink {
  background-color: #E5BAC1;
}

.bg-powder-pink-tint-25 {
  background-color: rgba(229, 186, 193, 0.25);
}

.bg-powder-pink-tint-50 {
  background-color: rgba(229, 186, 193, 0.5);
}

.bg-powder-pink-tint-75 {
  background-color: rgba(229, 186, 193, 0.75);
}

.bg-powder-pink-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-powder-pink-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #E5BAC1));
    background: linear-gradient(to left, #FFF 67%, #E5BAC1 33%);
  }
}

.bg-powder-pink-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-powder-pink-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #E5BAC1));
    background: linear-gradient(to left, #FFF 50%, #E5BAC1 50%);
  }
}

.bg-30-powder-pink {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-powder-pink {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #E5BAC1));
    background: linear-gradient(to right, #FFF 67%, #E5BAC1 33%);
  }
}

.bg-50-powder-pink {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-powder-pink {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #E5BAC1));
    background: linear-gradient(to right, #FFF 50%, #E5BAC1 50%);
  }
}

.bg-magenta-purple {
  background-color: #BB16A3;
}

.bg-magenta-purple-tint-25 {
  background-color: rgba(187, 22, 163, 0.25);
}

.bg-magenta-purple-tint-50 {
  background-color: rgba(187, 22, 163, 0.5);
}

.bg-magenta-purple-tint-75 {
  background-color: rgba(187, 22, 163, 0.75);
}

.bg-magenta-purple-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-magenta-purple-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #BB16A3));
    background: linear-gradient(to left, #FFF 67%, #BB16A3 33%);
  }
}

.bg-magenta-purple-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-magenta-purple-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #BB16A3));
    background: linear-gradient(to left, #FFF 50%, #BB16A3 50%);
  }
}

.bg-30-magenta-purple {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-magenta-purple {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #BB16A3));
    background: linear-gradient(to right, #FFF 67%, #BB16A3 33%);
  }
}

.bg-50-magenta-purple {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-magenta-purple {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #BB16A3));
    background: linear-gradient(to right, #FFF 50%, #BB16A3 50%);
  }
}

.bg-royal-purple {
  background-color: #963CBD;
}

.bg-royal-purple-tint-25 {
  background-color: rgba(150, 60, 189, 0.25);
}

.bg-royal-purple-tint-50 {
  background-color: rgba(150, 60, 189, 0.5);
}

.bg-royal-purple-tint-75 {
  background-color: rgba(150, 60, 189, 0.75);
}

.bg-royal-purple-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-royal-purple-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #963CBD));
    background: linear-gradient(to left, #FFF 67%, #963CBD 33%);
  }
}

.bg-royal-purple-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-royal-purple-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #963CBD));
    background: linear-gradient(to left, #FFF 50%, #963CBD 50%);
  }
}

.bg-30-royal-purple {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-royal-purple {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #963CBD));
    background: linear-gradient(to right, #FFF 67%, #963CBD 33%);
  }
}

.bg-50-royal-purple {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-royal-purple {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #963CBD));
    background: linear-gradient(to right, #FFF 50%, #963CBD 50%);
  }
}

.bg-blue-gray {
  background-color: #6E7CA0;
}

.bg-blue-gray-tint-25 {
  background-color: rgba(110, 124, 160, 0.25);
}

.bg-blue-gray-tint-50 {
  background-color: rgba(110, 124, 160, 0.5);
}

.bg-blue-gray-tint-75 {
  background-color: rgba(110, 124, 160, 0.75);
}

.bg-blue-gray-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-blue-gray-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #6E7CA0));
    background: linear-gradient(to left, #FFF 67%, #6E7CA0 33%);
  }
}

.bg-blue-gray-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-blue-gray-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #6E7CA0));
    background: linear-gradient(to left, #FFF 50%, #6E7CA0 50%);
  }
}

.bg-30-blue-gray {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-blue-gray {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #6E7CA0));
    background: linear-gradient(to right, #FFF 67%, #6E7CA0 33%);
  }
}

.bg-50-blue-gray {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-blue-gray {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #6E7CA0));
    background: linear-gradient(to right, #FFF 50%, #6E7CA0 50%);
  }
}

.bg-black {
  background-color: #000;
}

.bg-black-tint-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-black-tint-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-tint-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-black-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-black-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #000));
    background: linear-gradient(to left, #FFF 67%, #000 33%);
  }
}

.bg-black-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-black-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #000));
    background: linear-gradient(to left, #FFF 50%, #000 50%);
  }
}

.bg-30-black {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-black {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #000));
    background: linear-gradient(to right, #FFF 67%, #000 33%);
  }
}

.bg-50-black {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-black {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #000));
    background: linear-gradient(to right, #FFF 50%, #000 50%);
  }
}

.bg-white {
  background-color: #FFF;
}

.bg-white-tint-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white-tint-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-tint-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-white-30 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-white-30 {
    background: -webkit-gradient(linear, right top, left top, color-stop(67%, #FFF), color-stop(33%, #FFF));
    background: linear-gradient(to left, #FFF 67%, #FFF 33%);
  }
}

.bg-white-50 {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-white-50 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF), color-stop(50%, #FFF));
    background: linear-gradient(to left, #FFF 50%, #FFF 50%);
  }
}

.bg-30-white {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-30-white {
    background: -webkit-gradient(linear, left top, right top, color-stop(67%, #FFF), color-stop(33%, #FFF));
    background: linear-gradient(to right, #FFF 67%, #FFF 33%);
  }
}

.bg-50-white {
  background: #FFF;
}
@media (min-width: 992px) {
  .bg-50-white {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), color-stop(50%, #FFF));
    background: linear-gradient(to right, #FFF 50%, #FFF 50%);
  }
}

header {
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  background-color: rgba(0, 169, 206, 0);
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 99999;
  /* position: absolute; */
  width: 100%;
  top: 0;
  /* height: 0; */
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /* box-shadow: 0px 15px 10px -15px #000; */
}
@media (min-width: 992px) {
  header {
    height: 200px;
  }
}
header {
  /*     @include breakpoint(lg) {
        position: absolute;
        background-color: transparent;
      } */
}
header.headroom {
  will-change: transform;
}
header.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header.headroom--unpinned {
  /* transform: translateY(-150%); */
}
header.is-scrolled {
  position: fixed;
  background-color: transparent;
  height: 100px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
  header.is-scrolled #logo {
    /* display: none; */
    width: 100%;
    position: relative;
    /* padding-bottom: 14.51564%; */
    /* height: 55px; */
  }
  header.is-scrolled #logo svg {
    /*ArrowGermany*/
  }
  header.is-scrolled #logo svg .a-st0 {
    fill: #FFF;
  }
  header.is-scrolled #logo svg .a-st1 {
    fill: #FFF;
  }
  header.is-scrolled #logo svg#ArrowGermany {
    max-height: 55px;
    min-height: 55px;
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  header.is-scrolled #logo svg#ArrowGermany {
    max-height: 55px;
  }
}
header.is-scrolled #header-container {
  /*transform: translateY(0);*/
  background-color: transparent;
  height: 100px;
  /* padding-top: 12px !important;
  transform: translateY(35px);
  position: fixed;
  background-color: #FFF;
  height: 70px;
  box-shadow: 0px 15px 10px -15px #000;
  transition: all 1s ease-in-out; */
}
@media (min-width: 992px) {
  header.is-scrolled #header-container {
    /*transform: translateY(0);*/
  }
}
header.is-scrolled #header-container .nav {
  /* position: relative; 
  top: 50%; 
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 1s ease-out; */
}
header #header-container {
  /* padding-top: 8px !important; */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #FFF;*/
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 992px) {
  header #header-container {
    display: block;
    padding-top: 12px !important;
    /*transform: translateY(0);*/
    position: relative;
    background-color: transparent;
    height: 200px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
header #header-container .middle {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
header .container-fluid, header .container-sm, header .container-md, header .container-lg, header .container-xl {
  max-width: 1440px;
}
@media (min-width: 992px) {
  header .container-fluid, header .container-sm, header .container-md, header .container-lg, header .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
header {
  /* @include media-breakpoint-up(xl) {
    padding-top: 0;
    padding-bottom: 0;
  } */
}
header #logo {
  /* display: none; */
  width: 100%;
  position: relative;
  /* padding-bottom: 14.51564%; */
  /* height: 55px; */
}
header #logo img {
  max-width: 70px;
  min-width: 70px;
}
header #logo svg {
  /*ArrowGermany*/
}
header #logo svg .a-st0 {
  fill: #FFF;
}
header #logo svg .a-st1 {
  fill: #FFF;
}
header #logo svg#ArrowGermany {
  max-height: 55px;
  min-height: 55px;
  position: relative;
  top: 0;
  -webkit-transition: height 1s ease;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
  header #logo svg#ArrowGermany {
    max-height: 100px;
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  header #logo svg#ArrowGermany {
    max-height: 100px;
    min-height: 100px;
  }
}
header #logo {
  /* @media (min-width: 768px) and (max-width: 991.98px) {
          max-width: 75px;
          min-width: 75px;
  }

  @include breakpoint(md) {
          height: 115px;
  }

  @include breakpoint(lg) {
          min-width: 75px;
          max-width: 75px;  
  } */
}
header {
  /*   #logo-is-scrolled, #logo-is-scrolled .arrowgermany {
       display: none !important;
    } */
}

#header-bg {
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  background-color: transparent;
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9999;
  width: 100%;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  box-shadow: none;
}
@media (min-width: 992px) {
  #header-bg {
    height: 200px;
    opacity: 0;
  }
}
#header-bg.is-scrolled, #header-bg.is-active {
  background-color: #003E51;
  height: 100px;
  -webkit-box-shadow: 0px 15px 10px -15px #000;
          box-shadow: 0px 15px 10px -15px #000;
}
@media (min-width: 992px) {
  #header-bg.is-scrolled, #header-bg.is-active {
    opacity: 1;
  }
}

#logo-mobile-nav {
  width: 100%;
  position: relative;
  /* padding-bottom: 68.57143%; */
  height: 100%;
  max-height: 55px;
  min-height: 55px;
  /*margin-top: -2rem;
  margin-left: 0;
  margin-bottom: 1rem;*/
}
@media (min-width: 992px) {
  #logo-mobile-nav {
    display: none;
  }
}
#logo-mobile-nav svg {
  /*ArrowGermany*/
}
#logo-mobile-nav svg .a-st0 {
  fill: #FFF;
}
#logo-mobile-nav svg .a-st1 {
  fill: #FFF;
}

/* .fade-out {
  opacity: 1;
  animation-name: fadeout;
  animation-delay: 5s;
  animation-duration: 3s;
  }

  @keyframes fadeout {
    from { opacity: 100%; }
    to { opacity: 0%; }
  } */
header .nav {
  font-family: "karbon-web-medium";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: top 1s ease;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .nav > .nav-item {
  margin: 0 0.5rem;
}
header .nav > .nav-item:last-of-type {
  margin-right: 0;
}
header .nav > .nav-item > .nav-link {
  padding: 0.25rem 0.25rem !important;
  white-space: nowrap;
  font-weight: normal !important;
  font-size: 1.55rem;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
header .nav > .nav-item > .nav-link svg {
  /*Globus*/
}
header .nav > .nav-item > .nav-link svg .globus {
  fill: white;
}
header .nav > .nav-item:not(.has-subnav) .nav-link:after {
  display: none !important;
}
header .nav > .nav-item .nav-link.active {
  cursor: default;
  color: inherit;
}
header .nav > .nav-item .nav-link.active:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
header .nav > .nav-item:not(.has-subnav) > .nav-link:not(.active):hover, header .nav > .nav-item:not(.has-subnav) > .nav-link:not(.active):focus {
  color: #FFF;
}
header .nav > .nav-item:not(.has-subnav) > .nav-link:not(.active):hover:after, header .nav > .nav-item:not(.has-subnav) > .nav-link:not(.active):focus:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
header.is-scrolled .nav {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header.is-scrolled .nav > .nav-item > .nav-link {
  color: #FFF;
}
header.is-scrolled .nav > .nav-item > .nav-link svg {
  /*Globus*/
}
header.is-scrolled .nav > .nav-item > .nav-link svg .globus {
  fill: #FFF;
}
header .subnav {
  position: absolute;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
          box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  z-index: 9;
  background: #FFF;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
}
header .subnav .nav-link {
  font-size: 0.88rem;
  font-weight: bold;
}
header .nav > .nav-item.has-subnav > .nav-link {
  padding-right: 1.75rem;
}
header .nav > .nav-item.has-subnav > .nav-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #003E51;
  border-right: 2px solid #003E51;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .nav > .nav-item.has-subnav > .nav-link:hover:after, header .nav > .nav-item.has-subnav > .nav-link.is-active:after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .nav > .nav-item.has-subnav:hover ul {
  opacity: 1;
  pointer-events: auto;
}

.datapolicy-page #header-bg {
  opacity: 1;
  background-color: #003E51;
}
.datapolicy-page main {
  margin-top: 100px !important;
}
@media (min-width: 768px) {
  .datapolicy-page main {
    margin-top: 200px !important;
  }
}

.imprint-page #header-bg {
  opacity: 1;
  background-color: #003E51;
}
.imprint-page main {
  margin-top: 100px !important;
}
@media (min-width: 768px) {
  .imprint-page main {
    margin-top: 200px !important;
  }
}

.error-page header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100px;
}
@media (min-width: 768px) {
  .error-page header {
    height: 200px;
  }
}
.error-page header #header-container {
  background-color: transparent;
  height: 100px;
  display: block !important;
}
@media (min-width: 768px) {
  .error-page header #header-container {
    height: 200px;
  }
}
.error-page header #logo {
  display: block !important;
  text-align: left !important;
}
@media (min-width: 768px) {
  .error-page header #logo {
    margin-top: 0;
  }
}
.error-page header svg {
  /*ArrowGermany*/
}
.error-page header svg .a-st0 {
  fill: #FFF;
}
.error-page header svg .a-st1 {
  fill: #FFF;
}
.error-page header svg#ArrowGermany {
  max-height: 100px !important;
  min-height: 100px !important;
  position: relative;
  top: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media (min-width: 768px) {
  .error-page header svg#ArrowGermany {
    max-height: 200px;
  }
}
.error-page * {
  color: #003e51;
}
.error-page .hero-image .overlay {
  position: absolute;
  background-color: rgba(0, 169, 206, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 827 735.5' style='enable-background:new 0 0 827 735.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_00000174571919505299124880000015285372369545868430_);%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='478.8' y1='-938.294' x2='478.8' y2='215.706' gradientTransform='matrix(1 0 0 1 0 814.588)'%3E%3Cstop offset='0' style='stop-color:%231CB4D9'/%3E%3Cstop offset='1.000000e-04' style='stop-color:%231CB4D9;stop-opacity:0'/%3E%3Cstop offset='1' style='stop-color:%2300A8D7;stop-opacity:0.59'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M478.8,0l301.5,735.5h-603L478.8,0z'/%3E%3ClinearGradient id='SVGID_00000132810388646725487100000004541057151087674031_' gradientUnits='userSpaceOnUse' x1='238.4417' y1='738.6058' x2='238.4417' y2='-246.7362' gradientTransform='matrix(1 0 0 -1 0 735)'%3E%3Cstop offset='0' style='stop-color:%23D9D9D9;stop-opacity:0'/%3E%3Cstop offset='1' style='stop-color:%230D5469'/%3E%3C/linearGradient%3E%3Cpolygon style='fill:url(%23SVGID_00000132810388646725487100000004541057151087674031_);' points='-1.9,-3.6 -1.9,296.3 177.3,735.5 478.8,-3.6 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  mix-blend-mode: multiply;
  z-index: 2;
}
.error-page .hero-image .box {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .error-page .hero-image .box {
    top: 50%;
    width: 50%;
  }
}
.error-page .hero-image .box h2, .error-page .hero-image .box .h2 {
  font-family: "karbon-web-bold";
  font-weight: normal;
  font-size: 2.777777778rem;
  line-height: 0.95;
}
.error-page .hero-image .box p {
  text-align: left;
}
.news-page #header-bg {
  opacity: 1;
  background-color: #003E51;
}
.news-page main {
  margin-top: 100px !important;
}
@media (min-width: 768px) {
  .news-page main {
    margin-top: 200px !important;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mobile-nav-trigger .language {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: #FFF;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
#mobile-nav-trigger .language .nav-link {
  font-size: 1.55rem;
  font-weight: normal !important;
  color: #FFF;
}
#mobile-nav-trigger.is-scrolled .language .nav-link {
  color: #000;
}

.mobile-nav-trigger {
  z-index: 999;
}
.mobile-nav-trigger .hamburger-box {
  vertical-align: middle;
}
.mobile-nav-trigger span {
  pointer-events: none;
}

.rtl #mobile-nav {
  direction: ltr;
}

.is-loaded #mobile-nav {
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: transparent;
  border-radius: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 992px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 55px;
    height: 6px;
  }
}

.hamburger-inner::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_72' data-name='Linie 72' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  color: #FFF;
}

.hamburger-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  color: #FFF;
}

.hamburger-inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_74' data-name='Linie 74' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  color: #FFF;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.hamburger--collapse.is-active .hamburger-inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

#mobile-nav-trigger {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  height: 100px;
  top: 0px;
  right: 0;
  z-index: 999998;
  pointer-events: all;
  -webkit-transition: height 1s ease;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 992px) {
  #mobile-nav-trigger {
    height: 200px;
  }
}
#mobile-nav-trigger.is-scrolled {
  /* background-color: $black; */
}
#mobile-nav-trigger.is-scrolled .hamburger-inner::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_72' data-name='Linie 72' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#mobile-nav-trigger.is-scrolled .hamburger-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#mobile-nav-trigger.is-scrolled .hamburger-inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_74' data-name='Linie 74' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  #mobile-nav-trigger.is-scrolled {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  #mobile-nav-trigger {
    width: 100%;
    right: unset;
    /* background-color: $white; */
  }
  #mobile-nav-trigger .hamburger-inner::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_72' data-name='Linie 72' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    color: #FFF;
  }
  #mobile-nav-trigger .hamburger-inner::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    color: #FFF;
  }
  #mobile-nav-trigger .hamburger-inner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_74' data-name='Linie 74' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    color: #FFF;
  }
  #mobile-nav-trigger .hamburger--collapse.is-active .hamburger-inner::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    color: #000;
  }
  #mobile-nav-trigger .hamburger--collapse.is-active .hamburger-inner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3E%3Cline id='Linie_70' data-name='Linie 70' x1='20' transform='translate(1 1)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    color: #000;
  }
}

#mobile-nav-logo {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  height: 100px;
  left: 0;
  z-index: 999999;
  pointer-events: all;
  -webkit-transition: height 1s ease;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#mobile-nav {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 9998;
  overflow: hidden;
  -webkit-transform: translate3d(0, -120%, 0);
          transform: translate3d(0, -120%, 0);
  pointer-events: all;
}
#mobile-nav .button-nav {
  margin-top: 5vh;
}
#mobile-nav .button-nav li {
  margin-bottom: 1rem !important;
}
#mobile-nav.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block !important;
}
#mobile-nav.is-active li {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
#mobile-nav > .container {
  padding-top: 20px;
}
#mobile-nav .col {
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mobile-nav .nav {
  display: block;
}
#mobile-nav .nav > .nav-item {
  margin: 0;
}
#mobile-nav li a.nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: normal !important;
  margin-bottom: 1rem !important;
  color: #FFF !important;
  text-transform: none;
  text-align: end;
}
#mobile-nav li a.nav-link svg {
  /*Globus*/
}
#mobile-nav li a.nav-link svg .globus {
  fill: white;
}
#mobile-nav li:hover, #mobile-nav li:focus {
  color: #FFF;
}
#mobile-nav li:hover:after, #mobile-nav li:focus:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#mobile-nav hr {
  border: none;
  border-top: 1px solid #FFF;
  opacity: 1;
}
#mobile-nav .logo {
  display: block;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  /*width: 100%;*/
}
#mobile-nav .logo:hover {
  opacity: 1;
}
#mobile-nav .logo svg {
  /*ArrowGermany*/
}
#mobile-nav .logo svg .a-st0 {
  fill: #FFF;
}
#mobile-nav .logo svg .a-st1 {
  fill: #FFF;
}
#mobile-nav .logo svg#ArrowGermany {
  max-width: 110px;
  min-width: 110px;
}
@media (min-width: 768px) {
  #mobile-nav .logo svg#ArrowGermany {
    max-width: 150px;
    min-width: 150px;
  }
}
#mobile-nav .footer {
  position: fixed;
  background: rgba(0, 62, 81, 0.75);
  height: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em;
  overflow: hidden;
  pointer-events: all;
  text-align: center;
}
#mobile-nav .footer span.copyright {
  text-wrap: balance;
  color: #FFF !important;
}

footer.is-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  z-index: 9999;
}
@media (min-width: 992px) {
  footer.is-fixed {
    z-index: 95;
  }
}

.is-loaded #footer {
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

#footer {
  background-color: #00a9ce;
  /* min-height: 500px;
  max-height: 500px; */
}
@media (min-width: 992px) {
  #footer {
    background-color: rgba(0, 62, 81, 0.75);
    /* min-height: 350px;
    max-height: 350px; */
  }
  #footer #three2 li {
    text-align: end;
  }
}
#footer * {
  color: white;
}
#footer ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #footer .container {
    /*height: $block-footer-height;*/
  }
}
#footer .nav .nav-item span {
  font-weight: 600;
  vertical-align: text-top;
}
#footer .nav .nav-item:last-child {
  /*display: none;
  visibility: hidden;*/
}
#footer .nav .nav-link, #footer .nav a {
  font-family: var(--bs-font-sans-serif);
  font-weight: normal;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  padding: 0rem 0rem;
  text-wrap: nowrap;
}
#footer .nav .nav-link svg, #footer .nav a svg {
  fill: none;
  stroke: white;
}
#footer .nav .nav-link:hover, #footer .nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer #desktop .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #footer #desktop .nav {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#footer #desktop .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #footer #desktop .nav ul {
    display: block;
  }
}
#footer #desktop .nav li {
  line-height: 1.5em;
  padding: 0px 0;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  #footer #desktop .nav li {
    margin-left: 0;
    padding: 0px 0;
  }
}
#footer #mobile .nav-link, #footer #mobile a {
  display: inline;
}
#footer span {
  font-weight: bold;
  text-transform: uppercase;
}
#footer span.copyright {
  font-size: small;
  text-transform: none;
}
#footer span.company {
  font-size: 0.6rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1.5rem;
}
#footer hr {
  border: none;
  border-top: 1px solid #00A9CE;
  opacity: 1;
}
#footer .logo {
  display: block;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  /*width: 100%;*/
}
#footer .logo.arrow svg {
  max-width: 100px;
  min-width: 100px;
}
#footer .logo:hover {
  opacity: 1;
}
#footer .logo svg {
  /*ArrowGermany*/
}
#footer .logo svg .a-st0 {
  fill: #FFF;
}
#footer .logo svg .a-st1 {
  fill: #FFF;
}
#footer .logo svg#ArrowGermany {
  max-width: 100px;
  min-width: 100px;
  position: relative;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media (min-width: 768px) {
  #footer .logo svg#ArrowGermany {
    max-width: 200px;
  }
}
#footer #topBtn {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 999;
  font-size: 1.25rem;
  border: none;
  outline: none;
  background-color: rgba(0, 62, 81, 0);
  color: #00A9CE !important;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
}
#footer #topBtn i {
  color: #00A9CE !important;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  #footer #topBtn {
    bottom: 190px;
  }
}
#footer #topBtn:hover {
  background-color: rgba(0, 62, 81, 0);
}

.popover {
  position: absolute;
  inset: 20px auto auto 15px !important;
  top: 20px !important;
  left: 15px !important;
}
.popover .popover-arrow {
  display: block !important;
  top: -1px !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 0;
  height: 0;
  border-width: 0px 25px 25px 0;
  border-color: transparent #003E51 transparent transparent;
  border-style: solid;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  display: none;
}
.popover .popover-header {
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.popover.view-point {
  /* position: fixed !important;
  transform: none !important;
  left: 0px !important;
  top: 0px !important;
  inset: unset !important; */
  /*  position: absolute !important;
   left: 7vw !important;
   top: 450vh !important; */
  background: none !important;
  border: none !important;
  /* transform: none !important; */
}
.popover.view-point .popover-arrow {
  display: none !important;
  visibility: hidden !important;
}
.popover.view-point .popover-arrow::before, .popover.view-point .popover-arrow::after {
  display: none !important;
  visibility: hidden !important;
}
.popover.view-point .popover-header {
  display: none !important;
  visibility: hidden !important;
}
.popover.view-point .popover-body img {
  width: 500px;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.3rem;
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #003E51;
  border-top-left-radius: calc(1.3rem - 1px);
  border-top-right-radius: calc(1.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.3888888889;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #003E51;
  border-bottom-right-radius: calc(1.3rem - 1px);
  border-bottom-left-radius: calc(1.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.spacer-top-2 {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .spacer-top-2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.spacer-bottom-2 {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .spacer-bottom-2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

section {
  /*background: $white;*/
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  section.compact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  section.compact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  section.compact:last-of-type {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  section.compact:last-of-type {
    padding-bottom: 10rem;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* line 12, node_modules/swiper/swiper.scss */
:root {
  --swiper-theme-color: #007aff;
}

/* line 16, node_modules/swiper/swiper.scss */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
}

/* line 26, node_modules/swiper/swiper.scss */
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 29, node_modules/swiper/swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 38, node_modules/swiper/swiper.scss */
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 42, node_modules/swiper/swiper.scss */
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 44, node_modules/swiper/swiper.scss */
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 48, node_modules/swiper/swiper.scss */
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 55, node_modules/swiper/swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 60, node_modules/swiper/swiper.scss */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 65, node_modules/swiper/swiper.scss */
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* line 70, node_modules/swiper/swiper.scss */
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
/* line 76, node_modules/swiper/swiper.scss */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 80, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 90, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 103, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 106, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 109, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 112, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 115, node_modules/swiper/swiper.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
/* line 122, node_modules/swiper/swiper.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 126, node_modules/swiper/swiper.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 130, node_modules/swiper/swiper.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 135, node_modules/swiper/swiper.scss */
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

/* line 140, node_modules/swiper/swiper.scss */
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

/* line 145, node_modules/swiper/swiper.scss */
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

/* line 151, node_modules/swiper/swiper.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 154, node_modules/swiper/swiper.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

/* line 160, node_modules/swiper/swiper.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 163, node_modules/swiper/swiper.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

/* line 169, node_modules/swiper/swiper.scss */
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* line 3, node_modules/swiper/modules/navigation/navigation.scss */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

/* line 10, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* line 23, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 28, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

/* line 38, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/* line 40, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

/* line 46, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/* line 48, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* line 55, node_modules/swiper/modules/navigation/navigation.scss */
.swiper-button-lock {
  display: none;
}

/* line 3, node_modules/swiper/modules/pagination/pagination.scss */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

/* line 17, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 23, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 28, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 37, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 40, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 44, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 47, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 50, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 53, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 56, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 59, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 63, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/* line 70, node_modules/swiper/modules/pagination/pagination.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 77, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 81, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullet:only-child {
  display: none !important;
}

/* line 85, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* line 90, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 95, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

/* line 99, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 103, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* line 111, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

/* line 114, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 118, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* line 123, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
/* line 127, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 130, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* line 140, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/* line 143, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 152, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 162, node_modules/swiper/modules/pagination/pagination.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 6, src/scss/swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  width: 41px;
  height: 40px;
  display: block;
  -webkit-transition: 0.1s ease-in-out transform;
  transition: 0.1s ease-in-out transform;
}

/* line 14, src/scss/swiper.scss */
.swiper-button-prev svg,
.swiper-button-next svg {
  height: 100%;
}

/* line 16, src/scss/swiper.scss */
.swiper-button-prev svg line,
.swiper-button-next svg line {
  stroke: #BD4F30;
}

/* line 21, src/scss/swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}

/* line 24, src/scss/swiper.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
  font-family: initial;
  line-height: 1;
}

/* line 30, src/scss/swiper.scss */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

/* line 34, src/scss/swiper.scss */
.swiper-button-prev:hover,
.swiper-rtl .swiper-button-next:hover {
  -webkit-transform: translate3d(-4px, 0, 0);
  transform: translate3d(-4px, 0, 0);
}

/* line 38, src/scss/swiper.scss */
.swiper-button-prev:active,
.swiper-rtl .swiper-button-next:active {
  -webkit-transform: translate3d(-4px, 2px, 0) !important;
  transform: translate3d(-4px, 2px, 0) !important;
}

/* line 43, src/scss/swiper.scss */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

/* line 48, src/scss/swiper.scss */
.swiper-button-next:hover,
.swiper-rtl .swiper-button-prev:hover {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

/* line 52, src/scss/swiper.scss */
.swiper-button-next:active,
.swiper-rtl .swiper-button-prev:active {
  -webkit-transform: translate3d(4px, 2px, 0) !important;
  transform: translate3d(4px, 2px, 0) !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 41px;
  height: 40px;
  display: block;
  -webkit-transition: 0.1s ease-in-out transform;
  transition: 0.1s ease-in-out transform;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  height: 100%;
}
.swiper-button-prev svg line,
.swiper-button-next svg line {
  stroke: #003E51;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
  font-family: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.swiper-button-prev:hover,
.swiper-rtl .swiper-button-next:hover {
  -webkit-transform: translate3d(-4px, 0, 0);
          transform: translate3d(-4px, 0, 0);
}
.swiper-button-prev:active,
.swiper-rtl .swiper-button-next:active {
  -webkit-transform: translate3d(-4px, 2px, 0) !important;
          transform: translate3d(-4px, 2px, 0) !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
.swiper-button-next:hover,
.swiper-rtl .swiper-button-prev:hover {
  -webkit-transform: translate3d(4px, 0, 0);
          transform: translate3d(4px, 0, 0);
}
.swiper-button-next:active,
.swiper-rtl .swiper-button-prev:active {
  -webkit-transform: translate3d(4px, 2px, 0) !important;
          transform: translate3d(4px, 2px, 0) !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overflow-container {
  width: 100%;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  /*margin-top: $block-header-height-scrolled;*/
  min-height: 100vh;
}
@media (min-width: 768px) {
  main {
    margin-top: 0px !important;
  }
}

::-moz-selection { /* Code for Firefox */
  background: #003E51;
}

::selection {
  background: #003E51;
  color: #FFF;
}

@media (min-width: 992px) {
  :root {
    font-size: 1.125rem;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.fs-1 {
  font-size: calc(106px + 74 * (100vw - 320px) / 704) !important;
}

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

.fs-3 {
  font-size: calc(61px + 39 * (100vw - 320px) / 704) !important;
}

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

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

.fs-6 {
  font-size: calc(50px + 20 * (100vw - 320px) / 704) !important;
}

.fs-7 {
  font-size: calc(46px + 20 * (100vw - 320px) / 704) !important;
}

.fs-8 {
  font-size: 6.5rem !important;
}

.fs-9 {
  font-size: calc(26px + 24 * (100vw - 320px) / 704) !important;
}

.fs-10 {
  font-size: calc(36px + 10 * (100vw - 320px) / 704) !important;
}

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

.fs-12 {
  font-size: 4.5rem !important;
}

.fs-13 {
  font-size: calc(26px + 20 * (100vw - 320px) / 704) !important;
}

.fs-14 {
  font-size: calc(21px + 20 * (100vw - 320px) / 704) !important;
}

.fs-15 {
  font-size: calc(16px + 20 * (100vw - 320px) / 704) !important;
}

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

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

.lh-3 {
  line-height: 0.75 !important;
}

.lh-4 {
  line-height: 0.8 !important;
}

.lh-5 {
  line-height: 0.85 !important;
}

.lh-6 {
  line-height: 0.9 !important;
}

.lh-7 {
  line-height: 0.95 !important;
}

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

.lh-9 {
  line-height: 1.15 !important;
}

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

.border-primary {
  border: 1px solid #003E51;
}

.text-primary {
  color: #003E51;
}

.primary {
  fill: #003E51 !important;
  stroke: #003E51 !important;
}
.primary svg {
  fill: #003E51 !important;
  stroke: #003E51 !important;
}

/*.primary {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-secondary {
  border: 1px solid #00A9CE;
}

.text-secondary {
  color: #00A9CE;
}

.secondary {
  fill: #00A9CE !important;
  stroke: #00A9CE !important;
}
.secondary svg {
  fill: #00A9CE !important;
  stroke: #00A9CE !important;
}

/*.secondary {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-dark-teal-blue {
  border: 1px solid #003E51;
}

.text-dark-teal-blue {
  color: #003E51;
}

.dark-teal-blue {
  fill: #003E51 !important;
  stroke: #003E51 !important;
}
.dark-teal-blue svg {
  fill: #003E51 !important;
  stroke: #003E51 !important;
}

/*.dark-teal-blue {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-turquoise-blue {
  border: 1px solid #00A9CE;
}

.text-turquoise-blue {
  color: #00A9CE;
}

.turquoise-blue {
  fill: #00A9CE !important;
  stroke: #00A9CE !important;
}
.turquoise-blue svg {
  fill: #00A9CE !important;
  stroke: #00A9CE !important;
}

/*.turquoise-blue {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-powder-pink {
  border: 1px solid #E5BAC1;
}

.text-powder-pink {
  color: #E5BAC1;
}

.powder-pink {
  fill: #E5BAC1 !important;
  stroke: #E5BAC1 !important;
}
.powder-pink svg {
  fill: #E5BAC1 !important;
  stroke: #E5BAC1 !important;
}

/*.powder-pink {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-magenta-purple {
  border: 1px solid #BB16A3;
}

.text-magenta-purple {
  color: #BB16A3;
}

.magenta-purple {
  fill: #BB16A3 !important;
  stroke: #BB16A3 !important;
}
.magenta-purple svg {
  fill: #BB16A3 !important;
  stroke: #BB16A3 !important;
}

/*.magenta-purple {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-royal-purple {
  border: 1px solid #963CBD;
}

.text-royal-purple {
  color: #963CBD;
}

.royal-purple {
  fill: #963CBD !important;
  stroke: #963CBD !important;
}
.royal-purple svg {
  fill: #963CBD !important;
  stroke: #963CBD !important;
}

/*.royal-purple {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-blue-gray {
  border: 1px solid #6E7CA0;
}

.text-blue-gray {
  color: #6E7CA0;
}

.blue-gray {
  fill: #6E7CA0 !important;
  stroke: #6E7CA0 !important;
}
.blue-gray svg {
  fill: #6E7CA0 !important;
  stroke: #6E7CA0 !important;
}

/*.blue-gray {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-black {
  border: 1px solid #000;
}

.text-black {
  color: #000;
}

.black {
  fill: #000 !important;
  stroke: #000 !important;
}
.black svg {
  fill: #000 !important;
  stroke: #000 !important;
}

/*.black {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.border-white {
  border: 1px solid #FFF;
}

.text-white {
  color: #FFF;
}

.white {
  fill: #FFF !important;
  stroke: #FFF !important;
}
.white svg {
  fill: #FFF !important;
  stroke: #FFF !important;
}

/*.white {

    * {
      color: $value!important;
      stroke: $value !important;
    }

  } */
.white * {
  color: #FFF !important;
  stroke: #FFF !important;
}

h1, .h1, h2, .h2, #mobile-nav li a.nav-link, h3, .h3, #c-ttl, #s-ttl, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #003E51;
}

h1, .h1 {
  margin-bottom: 3rem;
}

h2, .h2 {
  margin-bottom: 1.1rem;
}

h3, .h3, #c-ttl, #s-ttl {
  margin-bottom: 1.5rem;
}

h6, .h6 {
  margin-bottom: 0;
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

ol {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol li {
  position: relative;
  padding-left: 2rem;
}
ol li::before {
  position: absolute;
  left: 0;
  counter-increment: li;
  content: counter(li) ". ";
}

a:focus {
  outline: none;
}
a {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.font-size-h2 {
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .font-size-h2 {
    font-size: 2.7777777778rem;
  }
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.svg-container {
  position: relative;
}
.svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/
  height: 100%;
  display: block;
}

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

.btn {
  font-size: 1rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3888888889;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 40px 10px 40px;
  border-radius: 0px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .btn {
    font-size: 1rem;
  }
}

.btn-primary {
  color: #FFF !important;
  background-color: #003E51;
  border-color: #003E51;
}

.btn-secondary {
  color: #FFF !important;
  background-color: #00A9CE;
  border-color: #00A9CE;
}

.btn-dark-teal-blue {
  color: #FFF !important;
  background-color: #003E51;
  border-color: #003E51;
}

.btn-turquoise-blue {
  color: #FFF !important;
  background-color: #00A9CE;
  border-color: #00A9CE;
}

.btn-powder-pink {
  color: #FFF !important;
  background-color: #E5BAC1;
  border-color: #E5BAC1;
}

.btn-magenta-purple {
  color: #FFF !important;
  background-color: #BB16A3;
  border-color: #BB16A3;
}

.btn-royal-purple {
  color: #FFF !important;
  background-color: #963CBD;
  border-color: #963CBD;
}

.btn-blue-gray {
  color: #FFF !important;
  background-color: #6E7CA0;
  border-color: #6E7CA0;
}

.btn-black {
  color: #FFF !important;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #FFF !important;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-primary {
  color: #003E51 !important;
  border: 2px solid #003E51 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #FFF !important;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-secondary {
  color: #00A9CE !important;
  border: 2px solid #00A9CE !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  color: #FFF !important;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-dark-teal-blue {
  color: #003E51 !important;
  border: 2px solid #003E51 !important;
}
.btn-outline-dark-teal-blue:hover, .btn-outline-dark-teal-blue:focus {
  color: #FFF !important;
  background-color: #003E51;
  border-color: #003E51;
}
.btn-outline-dark-teal-blue:disabled, .btn-outline-dark-teal-blue.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-turquoise-blue {
  color: #00A9CE !important;
  border: 2px solid #00A9CE !important;
}
.btn-outline-turquoise-blue:hover, .btn-outline-turquoise-blue:focus {
  color: #FFF !important;
  background-color: #00A9CE;
  border-color: #00A9CE;
}
.btn-outline-turquoise-blue:disabled, .btn-outline-turquoise-blue.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-powder-pink {
  color: #E5BAC1 !important;
  border: 2px solid #E5BAC1 !important;
}
.btn-outline-powder-pink:hover, .btn-outline-powder-pink:focus {
  color: #FFF !important;
  background-color: #E5BAC1;
  border-color: #E5BAC1;
}
.btn-outline-powder-pink:disabled, .btn-outline-powder-pink.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-magenta-purple {
  color: #BB16A3 !important;
  border: 2px solid #BB16A3 !important;
}
.btn-outline-magenta-purple:hover, .btn-outline-magenta-purple:focus {
  color: #FFF !important;
  background-color: #BB16A3;
  border-color: #BB16A3;
}
.btn-outline-magenta-purple:disabled, .btn-outline-magenta-purple.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-royal-purple {
  color: #963CBD !important;
  border: 2px solid #963CBD !important;
}
.btn-outline-royal-purple:hover, .btn-outline-royal-purple:focus {
  color: #FFF !important;
  background-color: #963CBD;
  border-color: #963CBD;
}
.btn-outline-royal-purple:disabled, .btn-outline-royal-purple.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-blue-gray {
  color: #6E7CA0 !important;
  border: 2px solid #6E7CA0 !important;
}
.btn-outline-blue-gray:hover, .btn-outline-blue-gray:focus {
  color: #FFF !important;
  background-color: #6E7CA0;
  border-color: #6E7CA0;
}
.btn-outline-blue-gray:disabled, .btn-outline-blue-gray.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-black {
  color: #000 !important;
  border: 2px solid #000 !important;
}
.btn-outline-black:hover, .btn-outline-black:focus {
  color: #FFF !important;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  color: #FFF !important;
  border: 2px solid #FFF !important;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  color: #FFF !important;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: rgba(255, 255, 255, 0.6);
}

.ms--0 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--0 {
    margin-left: 0 !important;
  }
}

.ms--1 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--1 {
    margin-left: -0.25rem !important;
  }
}

.ms--2 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--2 {
    margin-left: -0.5rem !important;
  }
}

.ms--3 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--3 {
    margin-left: -2rem !important;
  }
}

.ms--4 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--4 {
    margin-left: -3rem !important;
  }
}

.ms--5 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--5 {
    margin-left: -4rem !important;
  }
}

.ms--6 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--6 {
    margin-left: -6rem !important;
  }
}

.ms--7 {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .ms--7 {
    margin-left: -8rem !important;
  }
}

.yellow .btn-outline-white:hover, .yellow .btn-outline-white:focus {
  color: #003E51 !important;
}

.link-arrow-right {
  text-decoration: none;
}
.link-arrow-right:hover:before {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.link-arrow-right:before {
  content: "→";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

/** Cookie Msg **/
:root {
  --cc-bg: #fff;
  --cc-text: #000;
  --cc-btn-primary-bg: rgba(0, 62, 81, 0.75);
  --cc-btn-primary-text: var(--cc-bg)!important;
  --cc-btn-primary-hover-bg: rgba(0, 22.962962963, 30, 0.75);
  --cc-btn-secondary-bg: rgba(0, 62, 81, 0);
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: rgba(0, 62, 81, 0.15);
  --cc-toggle-bg-off: rgba(0, 62, 81, 0.35);
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: rgba(0, 62, 81, 0.15);
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #fff;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: rgba(0, 62, 81, 0);
  --cc-cookie-category-block-bg-hover: rgba(0, 62, 81, 0);
  --cc-section-border: rgba(0, 62, 81, 0);
  --cc-cookie-table-border: rgba(0, 62, 81, 0);
  --cc-overlay-bg: rgba(4, 6, 8, .45);
  --cc-webkit-scrollbar-bg: rgba(0, 62, 81, 0.15);
  --cc-webkit-scrollbar-bg-hover: rgba(0, 62, 81, 0.45);
}

#cc--main {
  z-index: 9999;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  font-family: "karbon-web-regular", 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";
}

.cc_div .c-bn {
  border-radius: 0;
  background: rgba(0, 62, 81, 0.2);
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover {
  background: rgba(0, 62, 81, 0.4);
}

#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
  font-weight: bold;
}

.cc_div .cc-link {
  font-weight: bold;
}

#c-txt {
  font-size: 0.9rem;
  color: var(--cc-block-text);
}

#s-c-bn::after, #s-c-bn::before {
  background: rgba(0, 62, 81, 0.75);
}

#c-ttl {
  font-weight: bold;
}

.c-bl .desc .p {
  margin-top: 0 !important;
}