@charset "UTF-8";
/*
$h1-font-size: $font-size-base * 3.5;
$h2-font-size: $font-size-base * 3;
$h3-font-size: $font-size-base * 2.5;
$h4-font-size: $font-size-base * 2;
$h5-font-size: $font-size-base * 1.5;
$h6-font-size: $font-size-base;
*/
: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: #C1112E;
  --bs-secondary: #000000;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-tertiary: #FFF7EF;
  --bs-quaternary: #666666;
  --bs-quinary: #001617;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -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: calc(1.285rem + 0.24609vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}

hr {
  margin: 1.6rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.485rem + 1.65234vw);
}

@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 3.6rem;
  }
}

h2, .h2 {
  font-size: calc(1.365rem + 0.80859vw);
}

@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-size: calc(1.345rem + 0.66797vw);
}

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

h4, .h4 {
  font-size: calc(1.325rem + 0.52734vw);
}

@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: calc(1.305rem + 0.38672vw);
}

@media (min-width: 1280px) {
  h5, .h5 {
    font-size: 1.8rem;
  }
}

h6, .h6 {
  font-size: calc(1.285rem + 0.24609vw);
}

@media (min-width: 1280px) {
  h6, .h6 {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 1.2rem;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #C1112E;
  text-decoration: underline;
}

a:hover {
  color: #9a0e25;
  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: 1.2rem;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1.2rem;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25em;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.17578vw);
  line-height: inherit;
}

@media (min-width: 1280px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.365rem + 0.80859vw);
  font-weight: 300;
}

@media (min-width: 1280px) {
  .lead {
    font-size: 2.4rem;
  }
}

.display-h1 {
  font-size: calc(1.485rem + 1.65234vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-h1 {
    font-size: 3.6rem;
  }
}

.display-h2 {
  font-size: calc(1.365rem + 0.80859vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-h2 {
    font-size: 2.4rem;
  }
}

.display-h3 {
  font-size: calc(1.345rem + 0.66797vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-h3 {
    font-size: 2.2rem;
  }
}

.display-h4 {
  font-size: calc(1.325rem + 0.52734vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-h4 {
    font-size: 2rem;
  }
}

.display-h5 {
  font-size: calc(1.305rem + 0.38672vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-h5 {
    font-size: 1.8rem;
  }
}

.display-h6 {
  font-size: calc(1.285rem + 0.24609vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-h6 {
    font-size: 1.6rem;
  }
}

.display-50 {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-75 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-87\.5 {
  font-size: calc(1.265rem + 0.10547vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-87\.5 {
    font-size: 1.4rem;
  }
}

.display-100 {
  font-size: calc(1.285rem + 0.24609vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-100 {
    font-size: 1.6rem;
  }
}

.display-112\.5 {
  font-size: calc(1.305rem + 0.38672vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-112\.5 {
    font-size: 1.8rem;
  }
}

.display-125 {
  font-size: calc(1.325rem + 0.52734vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-125 {
    font-size: 2rem;
  }
}

.display-150 {
  font-size: calc(1.365rem + 0.80859vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-150 {
    font-size: 2.4rem;
  }
}

.display-187\.5 {
  font-size: calc(1.425rem + 1.23047vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-187\.5 {
    font-size: 3rem;
  }
}

.display-250 {
  font-size: calc(1.525rem + 1.93359vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .display-250 {
    font-size: 4rem;
  }
}

.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: 1.2rem;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.6rem;
  font-size: calc(1.325rem + 0.52734vw);
}

@media (min-width: 1280px) {
  .blockquote {
    font-size: 2rem;
  }
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 1.2rem;
  color: #6c757d;
}

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

@media (min-width: 768px) {
  .container, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1280px) {
  .container, .container-md, .container-xl {
    max-width: 1232px;
  }
}

.row {
  --bs-gutter-x: 1.6rem;
  --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) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

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

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 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.33333%;
}

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

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 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.33333%;
  }
  .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.66667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 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.33333%;
  }
  .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.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-5pct,
.gx-5pct {
  --bs-gutter-x: var(--bs-gutter-x, 5%);
}

.g-5pct,
.gy-5pct {
  --bs-gutter-y: var(--bs-gutter-x, 5%);
}

.g-10pct,
.gx-10pct {
  --bs-gutter-x: var(--bs-gutter-x, 10%);
}

.g-10pct,
.gy-10pct {
  --bs-gutter-y: var(--bs-gutter-x, 10%);
}

@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.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .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.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .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.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .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.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .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.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.016rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.016rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 2rem;
  }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 2rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-175,
  .gx-md-175 {
    --bs-gutter-x: 2.8rem;
  }
  .g-md-175,
  .gy-md-175 {
    --bs-gutter-y: 2.8rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-250,
  .gx-md-250 {
    --bs-gutter-x: 4rem;
  }
  .g-md-250,
  .gy-md-250 {
    --bs-gutter-y: 4rem;
  }
  .g-md-300,
  .gx-md-300 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-300,
  .gy-md-300 {
    --bs-gutter-y: 4.8rem;
  }
  .g-md-325,
  .gx-md-325 {
    --bs-gutter-x: 5.2rem;
  }
  .g-md-325,
  .gy-md-325 {
    --bs-gutter-y: 5.2rem;
  }
  .g-md-350,
  .gx-md-350 {
    --bs-gutter-x: 5.6rem;
  }
  .g-md-350,
  .gy-md-350 {
    --bs-gutter-y: 5.6rem;
  }
  .g-md-375,
  .gx-md-375 {
    --bs-gutter-x: 6rem;
  }
  .g-md-375,
  .gy-md-375 {
    --bs-gutter-y: 6rem;
  }
  .g-md-400,
  .gx-md-400 {
    --bs-gutter-x: 6.4rem;
  }
  .g-md-400,
  .gy-md-400 {
    --bs-gutter-y: 6.4rem;
  }
  .g-md-450,
  .gx-md-450 {
    --bs-gutter-x: 7.2rem;
  }
  .g-md-450,
  .gy-md-450 {
    --bs-gutter-y: 7.2rem;
  }
  .g-md-500,
  .gx-md-500 {
    --bs-gutter-x: 8rem;
  }
  .g-md-500,
  .gy-md-500 {
    --bs-gutter-y: 8rem;
  }
  .g-md-550,
  .gx-md-550 {
    --bs-gutter-x: 8.8rem;
  }
  .g-md-550,
  .gy-md-550 {
    --bs-gutter-y: 8.8rem;
  }
  .g-md-600,
  .gx-md-600 {
    --bs-gutter-x: 9.6rem;
  }
  .g-md-600,
  .gy-md-600 {
    --bs-gutter-y: 9.6rem;
  }
  .g-md-625,
  .gx-md-625 {
    --bs-gutter-x: 10rem;
  }
  .g-md-625,
  .gy-md-625 {
    --bs-gutter-y: 10rem;
  }
  .g-md-650,
  .gx-md-650 {
    --bs-gutter-x: 10.4rem;
  }
  .g-md-650,
  .gy-md-650 {
    --bs-gutter-y: 10.4rem;
  }
  .g-md-700,
  .gx-md-700 {
    --bs-gutter-x: 11.2rem;
  }
  .g-md-700,
  .gy-md-700 {
    --bs-gutter-y: 11.2rem;
  }
  .g-md-750,
  .gx-md-750 {
    --bs-gutter-x: 12rem;
  }
  .g-md-750,
  .gy-md-750 {
    --bs-gutter-y: 12rem;
  }
  .g-md-1400,
  .gx-md-1400 {
    --bs-gutter-x: 22.4rem;
  }
  .g-md-1400,
  .gy-md-1400 {
    --bs-gutter-y: 22.4rem;
  }
  .g-md-5pct,
  .gx-md-5pct {
    --bs-gutter-x: var(--bs-gutter-x, 5%);
  }
  .g-md-5pct,
  .gy-md-5pct {
    --bs-gutter-y: var(--bs-gutter-x, 5%);
  }
  .g-md-10pct,
  .gx-md-10pct {
    --bs-gutter-x: var(--bs-gutter-x, 10%);
  }
  .g-md-10pct,
  .gy-md-10pct {
    --bs-gutter-y: var(--bs-gutter-x, 10%);
  }
}

@media (min-width: 1280px) {
  .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.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .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.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .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.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .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.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .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.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.016rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.016rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-175,
  .gx-xl-175 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xl-175,
  .gy-xl-175 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-250,
  .gx-xl-250 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-250,
  .gy-xl-250 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-300,
  .gx-xl-300 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-300,
  .gy-xl-300 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xl-325,
  .gx-xl-325 {
    --bs-gutter-x: 5.2rem;
  }
  .g-xl-325,
  .gy-xl-325 {
    --bs-gutter-y: 5.2rem;
  }
  .g-xl-350,
  .gx-xl-350 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xl-350,
  .gy-xl-350 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xl-375,
  .gx-xl-375 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-375,
  .gy-xl-375 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-400,
  .gx-xl-400 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xl-400,
  .gy-xl-400 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xl-450,
  .gx-xl-450 {
    --bs-gutter-x: 7.2rem;
  }
  .g-xl-450,
  .gy-xl-450 {
    --bs-gutter-y: 7.2rem;
  }
  .g-xl-500,
  .gx-xl-500 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-500,
  .gy-xl-500 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-550,
  .gx-xl-550 {
    --bs-gutter-x: 8.8rem;
  }
  .g-xl-550,
  .gy-xl-550 {
    --bs-gutter-y: 8.8rem;
  }
  .g-xl-600,
  .gx-xl-600 {
    --bs-gutter-x: 9.6rem;
  }
  .g-xl-600,
  .gy-xl-600 {
    --bs-gutter-y: 9.6rem;
  }
  .g-xl-625,
  .gx-xl-625 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-625,
  .gy-xl-625 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-650,
  .gx-xl-650 {
    --bs-gutter-x: 10.4rem;
  }
  .g-xl-650,
  .gy-xl-650 {
    --bs-gutter-y: 10.4rem;
  }
  .g-xl-700,
  .gx-xl-700 {
    --bs-gutter-x: 11.2rem;
  }
  .g-xl-700,
  .gy-xl-700 {
    --bs-gutter-y: 11.2rem;
  }
  .g-xl-750,
  .gx-xl-750 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-750,
  .gy-xl-750 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-1400,
  .gx-xl-1400 {
    --bs-gutter-x: 22.4rem;
  }
  .g-xl-1400,
  .gy-xl-1400 {
    --bs-gutter-y: 22.4rem;
  }
  .g-xl-5pct,
  .gx-xl-5pct {
    --bs-gutter-x: var(--bs-gutter-x, 5%);
  }
  .g-xl-5pct,
  .gy-xl-5pct {
    --bs-gutter-y: var(--bs-gutter-x, 5%);
  }
  .g-xl-10pct,
  .gx-xl-10pct {
    --bs-gutter-x: var(--bs-gutter-x, 10%);
  }
  .g-xl-10pct,
  .gy-xl-10pct {
    --bs-gutter-y: var(--bs-gutter-x, 10%);
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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.25em 0.5em;
  font-size: calc(1.285rem + 0.24609vw);
  border-radius: 0.25em;
  -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: 1280px) {
  .btn {
    font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #C1112E;
  border-color: #C1112E;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a40e27;
  border-color: #9a0e25;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #a40e27;
  border-color: #9a0e25;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 53, 77, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(202, 53, 77, 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: #9a0e25;
  border-color: #910d23;
}

.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.25rem rgba(202, 53, 77, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(202, 53, 77, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #C1112E;
  border-color: #C1112E;
}

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

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

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.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.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-tertiary {
  color: #000;
  background-color: #FFF7EF;
  border-color: #FFF7EF;
}

.btn-tertiary:hover {
  color: #000;
  background-color: #fff8f1;
  border-color: #fff8f1;
}

.btn-check:focus + .btn-tertiary, .btn-tertiary:focus {
  color: #000;
  background-color: #fff8f1;
  border-color: #fff8f1;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 210, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 210, 203, 0.5);
}

.btn-check:checked + .btn-tertiary,
.btn-check:active + .btn-tertiary, .btn-tertiary:active, .btn-tertiary.active,
.show > .btn-tertiary.dropdown-toggle {
  color: #000;
  background-color: #fff9f2;
  border-color: #fff8f1;
}

.btn-check:checked + .btn-tertiary:focus,
.btn-check:active + .btn-tertiary:focus, .btn-tertiary:active:focus, .btn-tertiary.active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 210, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 210, 203, 0.5);
}

.btn-tertiary:disabled, .btn-tertiary.disabled {
  color: #000;
  background-color: #FFF7EF;
  border-color: #FFF7EF;
}

.btn-quaternary {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-quaternary:hover {
  color: #fff;
  background-color: #575757;
  border-color: #525252;
}

.btn-check:focus + .btn-quaternary, .btn-quaternary:focus {
  color: #fff;
  background-color: #575757;
  border-color: #525252;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}

.btn-check:checked + .btn-quaternary,
.btn-check:active + .btn-quaternary, .btn-quaternary:active, .btn-quaternary.active,
.show > .btn-quaternary.dropdown-toggle {
  color: #fff;
  background-color: #525252;
  border-color: #4d4d4d;
}

.btn-check:checked + .btn-quaternary:focus,
.btn-check:active + .btn-quaternary:focus, .btn-quaternary:active:focus, .btn-quaternary.active:focus,
.show > .btn-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}

.btn-quaternary:disabled, .btn-quaternary.disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-quinary {
  color: #fff;
  background-color: #001617;
  border-color: #001617;
}

.btn-quinary:hover {
  color: #fff;
  background-color: #001314;
  border-color: #001212;
}

.btn-check:focus + .btn-quinary, .btn-quinary:focus {
  color: #fff;
  background-color: #001314;
  border-color: #001212;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 57, 58, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 57, 58, 0.5);
}

.btn-check:checked + .btn-quinary,
.btn-check:active + .btn-quinary, .btn-quinary:active, .btn-quinary.active,
.show > .btn-quinary.dropdown-toggle {
  color: #fff;
  background-color: #001212;
  border-color: #001111;
}

.btn-check:checked + .btn-quinary:focus,
.btn-check:active + .btn-quinary:focus, .btn-quinary:active:focus, .btn-quinary.active:focus,
.show > .btn-quinary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 57, 58, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 57, 58, 0.5);
}

.btn-quinary:disabled, .btn-quinary.disabled {
  color: #fff;
  background-color: #001617;
  border-color: #001617;
}

.btn-outline-primary {
  color: #C1112E;
  border-color: #C1112E;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #C1112E;
  border-color: #C1112E;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 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: #C1112E;
  border-color: #C1112E;
}

.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.25rem rgba(193, 17, 46, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #C1112E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #000000;
  border-color: #000000;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 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: #fff;
  background-color: #000000;
  border-color: #000000;
}

.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.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-tertiary {
  color: #FFF7EF;
  border-color: #FFF7EF;
}

.btn-outline-tertiary:hover {
  color: #000;
  background-color: #FFF7EF;
  border-color: #FFF7EF;
}

.btn-check:focus + .btn-outline-tertiary, .btn-outline-tertiary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 247, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 247, 239, 0.5);
}

.btn-check:checked + .btn-outline-tertiary,
.btn-check:active + .btn-outline-tertiary, .btn-outline-tertiary:active, .btn-outline-tertiary.active, .btn-outline-tertiary.dropdown-toggle.show {
  color: #000;
  background-color: #FFF7EF;
  border-color: #FFF7EF;
}

.btn-check:checked + .btn-outline-tertiary:focus,
.btn-check:active + .btn-outline-tertiary:focus, .btn-outline-tertiary:active:focus, .btn-outline-tertiary.active:focus, .btn-outline-tertiary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 247, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 247, 239, 0.5);
}

.btn-outline-tertiary:disabled, .btn-outline-tertiary.disabled {
  color: #FFF7EF;
  background-color: transparent;
}

.btn-outline-quaternary {
  color: #666666;
  border-color: #666666;
}

.btn-outline-quaternary:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-check:focus + .btn-outline-quaternary, .btn-outline-quaternary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}

.btn-check:checked + .btn-outline-quaternary,
.btn-check:active + .btn-outline-quaternary, .btn-outline-quaternary:active, .btn-outline-quaternary.active, .btn-outline-quaternary.dropdown-toggle.show {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-check:checked + .btn-outline-quaternary:focus,
.btn-check:active + .btn-outline-quaternary:focus, .btn-outline-quaternary:active:focus, .btn-outline-quaternary.active:focus, .btn-outline-quaternary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}

.btn-outline-quaternary:disabled, .btn-outline-quaternary.disabled {
  color: #666666;
  background-color: transparent;
}

.btn-outline-quinary {
  color: #001617;
  border-color: #001617;
}

.btn-outline-quinary:hover {
  color: #fff;
  background-color: #001617;
  border-color: #001617;
}

.btn-check:focus + .btn-outline-quinary, .btn-outline-quinary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 22, 23, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 22, 23, 0.5);
}

.btn-check:checked + .btn-outline-quinary,
.btn-check:active + .btn-outline-quinary, .btn-outline-quinary:active, .btn-outline-quinary.active, .btn-outline-quinary.dropdown-toggle.show {
  color: #fff;
  background-color: #001617;
  border-color: #001617;
}

.btn-check:checked + .btn-outline-quinary:focus,
.btn-check:active + .btn-outline-quinary:focus, .btn-outline-quinary:active:focus, .btn-outline-quinary.active:focus, .btn-outline-quinary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 22, 23, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 22, 23, 0.5);
}

.btn-outline-quinary:disabled, .btn-outline-quinary.disabled {
  color: #001617;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #C1112E;
  text-decoration: underline;
}

.btn-link:hover {
  color: #9a0e25;
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 1rem 1.25rem;
  font-size: calc(1.365rem + 0.80859vw);
  border-radius: 0.25em;
}

@media (min-width: 1280px) {
  .btn-lg {
    font-size: 2.4rem;
  }
}

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

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

.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.5rem 1rem;
  color: #C1112E;
  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: #9a0e25;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.75em;
  border-top-right-radius: 0.75em;
}

.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: 0.75em;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #C1112E;
}

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

.navbar {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-md, .navbar > .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  padding-top: -0.1rem;
  padding-bottom: -0.1rem;
  margin-right: 1rem;
  font-size: calc(1.365rem + 0.80859vw);
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .navbar-brand {
    font-size: 2.4rem;
  }
}

.navbar-nav {
  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;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.365rem + 0.80859vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25em;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (min-width: 1280px) {
  .navbar-toggler {
    font-size: 2.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1280px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.8rem 1.6rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #C1112E;
  border-color: #C1112E;
}

.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.75em;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.75em;
  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: 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.75em;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.75em;
    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: 1280px) {
  .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.75em;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.75em;
    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;
  }
}

.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: #740a1c;
  background-color: #f3cfd5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #740a1c;
  background-color: #dbbac0;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #740a1c;
  border-color: #740a1c;
}

.list-group-item-secondary {
  color: black;
  background-color: #cccccc;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-tertiary {
  color: #666360;
  background-color: #fffdfc;
}

.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: #666360;
  background-color: #e6e4e3;
}

.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #666360;
  border-color: #666360;
}

.list-group-item-quaternary {
  color: #3d3d3d;
  background-color: #e0e0e0;
}

.list-group-item-quaternary.list-group-item-action:hover, .list-group-item-quaternary.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #cacaca;
}

.list-group-item-quaternary.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.list-group-item-quinary {
  color: #000d0e;
  background-color: #ccd0d1;
}

.list-group-item-quinary.list-group-item-action:hover, .list-group-item-quinary.list-group-item-action:focus {
  color: #000d0e;
  background-color: #b8bbbc;
}

.list-group-item-quinary.list-group-item-action.active {
  color: #fff;
  background-color: #000d0e;
  border-color: #000d0e;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.75em;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 17, 46, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -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;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.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 {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.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.25em;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 1.6rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(1.25em - 1px);
  border-top-right-radius: calc(1.25em - 1px);
}

.modal-header .btn-close {
  padding: 0.8rem 0.8rem;
  margin: -0.8rem -0.8rem -0.8rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.6rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.35rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1.25em - 1px);
  border-bottom-left-radius: calc(1.25em - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}

.modal-sm {
  max-width: 300px;
}

.modal-lg,
.modal-xl {
  max-width: 800px;
}

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='100 0 600 600' fill='%23fff' style='enable-background:new 100 0 600 600;' xml:space='preserve'%3e%3cpath d='M400,14.1L685.9,300L400,585.9L114.1,300L400,14.1 M400,0L100,300l300,300l300-300L400,0L400,0z'/%3e%3cpath d='M301.1,297.4L301.1,297.4l85.7-82.1c1.4-1.4,3.7-1.3,5,0.1c1.4,1.4,1.3,3.7-0.1,5l-79.3,76h184c2,0,3.6,1.6,3.6,3.6c0,2-1.6,3.6-3.6,3.6h-184l79.3,76c1.4,1.3,1.4,3.7,0.1,5c-1.3,1.4-3.6,1.5-5,0.1l-85.7-82.1c-0.7-0.7-1.1-1.6-1.1-2.6C300,299,300.4,298.1,301.1,297.4z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='100 0 600 600' fill='%23fff' style='enable-background:new 100 0 600 600;' xml:space='preserve'%3e%3cg%3e%3cpath d='M400,14.1L685.9,300L400,585.9L114.1,300L400,14.1 M400,0L100,300l300,300l300-300L400,0L400,0z'/%3e%3c/g%3e%3cpath d='M498.9,302.6c0.7-0.7,1.1-1.6,1.1-2.6c0-1-0.4-1.9-1.1-2.6l-85.7-82.1c-1.4-1.4-3.7-1.3-5,0.1c-1.3,1.4-1.3,3.7,0.1,5l79.3,76h-184c-2,0-3.6,1.6-3.6,3.6c0,2,1.6,3.6,3.6,3.6h184l-79.3,76c-1.4,1.4-1.5,3.6-0.1,5c1.4,1.4,3.6,1.5,5,0.1L498.9,302.6L498.9,302.6z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

.link-primary {
  color: #C1112E;
}

.link-primary:hover, .link-primary:focus {
  color: #9a0e25;
}

.link-secondary {
  color: #000000;
}

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

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-tertiary {
  color: #FFF7EF;
}

.link-tertiary:hover, .link-tertiary:focus {
  color: #fff9f2;
}

.link-quaternary {
  color: #666666;
}

.link-quaternary:hover, .link-quaternary:focus {
  color: #525252;
}

.link-quinary {
  color: #001617;
}

.link-quinary:hover, .link-quinary:focus {
  color: #001212;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1280px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    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: -ms-grid !important;
  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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.translate-middle {
  -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 #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-tertiary {
  border-color: #FFF7EF !important;
}

.border-quaternary {
  border-color: #666666 !important;
}

.border-quinary {
  border-color: #001617 !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.016rem !important;
}

.gap-25 {
  gap: 0.4rem !important;
}

.gap-50 {
  gap: 0.8rem !important;
}

.gap-75 {
  gap: 1.2rem !important;
}

.gap-100 {
  gap: 1.6rem !important;
}

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

.gap-150 {
  gap: 2.4rem !important;
}

.gap-175 {
  gap: 2.8rem !important;
}

.gap-200 {
  gap: 3.2rem !important;
}

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

.gap-300 {
  gap: 4.8rem !important;
}

.gap-325 {
  gap: 5.2rem !important;
}

.gap-350 {
  gap: 5.6rem !important;
}

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

.gap-400 {
  gap: 6.4rem !important;
}

.gap-450 {
  gap: 7.2rem !important;
}

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

.gap-550 {
  gap: 8.8rem !important;
}

.gap-600 {
  gap: 9.6rem !important;
}

.gap-625 {
  gap: 10rem !important;
}

.gap-650 {
  gap: 10.4rem !important;
}

.gap-700 {
  gap: 11.2rem !important;
}

.gap-750 {
  gap: 12rem !important;
}

.gap-1400 {
  gap: 22.4rem !important;
}

.gap-5pct {
  gap: var(--bs-gutter-x, 5%) !important;
}

.gap-10pct {
  gap: var(--bs-gutter-x, 10%) !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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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.016rem !important;
}

.m-25 {
  margin: 0.4rem !important;
}

.m-50 {
  margin: 0.8rem !important;
}

.m-75 {
  margin: 1.2rem !important;
}

.m-100 {
  margin: 1.6rem !important;
}

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

.m-150 {
  margin: 2.4rem !important;
}

.m-175 {
  margin: 2.8rem !important;
}

.m-200 {
  margin: 3.2rem !important;
}

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

.m-300 {
  margin: 4.8rem !important;
}

.m-325 {
  margin: 5.2rem !important;
}

.m-350 {
  margin: 5.6rem !important;
}

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

.m-400 {
  margin: 6.4rem !important;
}

.m-450 {
  margin: 7.2rem !important;
}

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

.m-550 {
  margin: 8.8rem !important;
}

.m-600 {
  margin: 9.6rem !important;
}

.m-625 {
  margin: 10rem !important;
}

.m-650 {
  margin: 10.4rem !important;
}

.m-700 {
  margin: 11.2rem !important;
}

.m-750 {
  margin: 12rem !important;
}

.m-1400 {
  margin: 22.4rem !important;
}

.m-5pct {
  margin: var(--bs-gutter-x, 5%) !important;
}

.m-10pct {
  margin: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-5pct {
  margin-right: var(--bs-gutter-x, 5%) !important;
  margin-left: var(--bs-gutter-x, 5%) !important;
}

.mx-10pct {
  margin-right: var(--bs-gutter-x, 10%) !important;
  margin-left: var(--bs-gutter-x, 10%) !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.016rem !important;
  margin-bottom: 0.016rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-5pct {
  margin-top: var(--bs-gutter-x, 5%) !important;
  margin-bottom: var(--bs-gutter-x, 5%) !important;
}

.my-10pct {
  margin-top: var(--bs-gutter-x, 10%) !important;
  margin-bottom: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5pct {
  margin-top: var(--bs-gutter-x, 5%) !important;
}

.mt-10pct {
  margin-top: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-5pct {
  margin-right: var(--bs-gutter-x, 5%) !important;
}

.me-10pct {
  margin-right: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5pct {
  margin-bottom: var(--bs-gutter-x, 5%) !important;
}

.mb-10pct {
  margin-bottom: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-5pct {
  margin-left: var(--bs-gutter-x, 5%) !important;
}

.ms-10pct {
  margin-left: var(--bs-gutter-x, 10%) !important;
}

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

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

.m-n25 {
  margin: -0.4rem !important;
}

.m-n50 {
  margin: -0.8rem !important;
}

.m-n75 {
  margin: -1.2rem !important;
}

.m-n100 {
  margin: -1.6rem !important;
}

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

.m-n150 {
  margin: -2.4rem !important;
}

.m-n175 {
  margin: -2.8rem !important;
}

.m-n200 {
  margin: -3.2rem !important;
}

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

.m-n300 {
  margin: -4.8rem !important;
}

.m-n325 {
  margin: -5.2rem !important;
}

.m-n350 {
  margin: -5.6rem !important;
}

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

.m-n400 {
  margin: -6.4rem !important;
}

.m-n450 {
  margin: -7.2rem !important;
}

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

.m-n550 {
  margin: -8.8rem !important;
}

.m-n600 {
  margin: -9.6rem !important;
}

.m-n625 {
  margin: -10rem !important;
}

.m-n650 {
  margin: -10.4rem !important;
}

.m-n700 {
  margin: -11.2rem !important;
}

.m-n750 {
  margin: -12rem !important;
}

.m-n1400 {
  margin: -22.4rem !important;
}

.m-n5pct {
  margin: -var(--bs-gutter-x, 5%) !important;
}

.m-n10pct {
  margin: -var(--bs-gutter-x, 5%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-n5pct {
  margin-right: -var(--bs-gutter-x, 5%) !important;
  margin-left: -var(--bs-gutter-x, 5%) !important;
}

.mx-n10pct {
  margin-right: -var(--bs-gutter-x, 5%) !important;
  margin-left: -var(--bs-gutter-x, 5%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-n5pct {
  margin-top: -var(--bs-gutter-x, 5%) !important;
  margin-bottom: -var(--bs-gutter-x, 5%) !important;
}

.my-n10pct {
  margin-top: -var(--bs-gutter-x, 5%) !important;
  margin-bottom: -var(--bs-gutter-x, 5%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n5pct {
  margin-top: -var(--bs-gutter-x, 5%) !important;
}

.mt-n10pct {
  margin-top: -var(--bs-gutter-x, 5%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n5pct {
  margin-right: -var(--bs-gutter-x, 5%) !important;
}

.me-n10pct {
  margin-right: -var(--bs-gutter-x, 5%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-n5pct {
  margin-bottom: -var(--bs-gutter-x, 5%) !important;
}

.mb-n10pct {
  margin-bottom: -var(--bs-gutter-x, 5%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n5pct {
  margin-left: -var(--bs-gutter-x, 5%) !important;
}

.ms-n10pct {
  margin-left: -var(--bs-gutter-x, 5%) !important;
}

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

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

.p-25 {
  padding: 0.4rem !important;
}

.p-50 {
  padding: 0.8rem !important;
}

.p-75 {
  padding: 1.2rem !important;
}

.p-100 {
  padding: 1.6rem !important;
}

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

.p-150 {
  padding: 2.4rem !important;
}

.p-175 {
  padding: 2.8rem !important;
}

.p-200 {
  padding: 3.2rem !important;
}

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

.p-300 {
  padding: 4.8rem !important;
}

.p-325 {
  padding: 5.2rem !important;
}

.p-350 {
  padding: 5.6rem !important;
}

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

.p-400 {
  padding: 6.4rem !important;
}

.p-450 {
  padding: 7.2rem !important;
}

.p-500 {
  padding: 8rem !important;
}

.p-550 {
  padding: 8.8rem !important;
}

.p-600 {
  padding: 9.6rem !important;
}

.p-625 {
  padding: 10rem !important;
}

.p-650 {
  padding: 10.4rem !important;
}

.p-700 {
  padding: 11.2rem !important;
}

.p-750 {
  padding: 12rem !important;
}

.p-1400 {
  padding: 22.4rem !important;
}

.p-5pct {
  padding: var(--bs-gutter-x, 5%) !important;
}

.p-10pct {
  padding: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-5pct {
  padding-right: var(--bs-gutter-x, 5%) !important;
  padding-left: var(--bs-gutter-x, 5%) !important;
}

.px-10pct {
  padding-right: var(--bs-gutter-x, 10%) !important;
  padding-left: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-5pct {
  padding-top: var(--bs-gutter-x, 5%) !important;
  padding-bottom: var(--bs-gutter-x, 5%) !important;
}

.py-10pct {
  padding-top: var(--bs-gutter-x, 10%) !important;
  padding-bottom: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5pct {
  padding-top: var(--bs-gutter-x, 5%) !important;
}

.pt-10pct {
  padding-top: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-5pct {
  padding-right: var(--bs-gutter-x, 5%) !important;
}

.pe-10pct {
  padding-right: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-5pct {
  padding-bottom: var(--bs-gutter-x, 5%) !important;
}

.pb-10pct {
  padding-bottom: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-5pct {
  padding-left: var(--bs-gutter-x, 5%) !important;
}

.ps-10pct {
  padding-left: var(--bs-gutter-x, 10%) !important;
}

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

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

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

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

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

.fs-5 {
  font-size: calc(1.305rem + 0.38672vw) !important;
}

.fs-6 {
  font-size: calc(1.285rem + 0.24609vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #C1112E !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-tertiary {
  color: #FFF7EF !important;
}

.text-quaternary {
  color: #666666 !important;
}

.text-quinary {
  color: #001617 !important;
}

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

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

.text-muted {
  color: #6c757d !important;
}

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

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

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

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

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-tertiary {
  background-color: #FFF7EF !important;
}

.bg-quaternary {
  background-color: #666666 !important;
}

.bg-quinary {
  background-color: #001617 !important;
}

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

.bg-white {
  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: 0.75em !important;
}

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: 0.75em !important;
  border-top-left-radius: 0.75em !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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: -ms-grid !important;
    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.016rem !important;
  }
  .gap-md-25 {
    gap: 0.4rem !important;
  }
  .gap-md-50 {
    gap: 0.8rem !important;
  }
  .gap-md-75 {
    gap: 1.2rem !important;
  }
  .gap-md-100 {
    gap: 1.6rem !important;
  }
  .gap-md-125 {
    gap: 2rem !important;
  }
  .gap-md-150 {
    gap: 2.4rem !important;
  }
  .gap-md-175 {
    gap: 2.8rem !important;
  }
  .gap-md-200 {
    gap: 3.2rem !important;
  }
  .gap-md-250 {
    gap: 4rem !important;
  }
  .gap-md-300 {
    gap: 4.8rem !important;
  }
  .gap-md-325 {
    gap: 5.2rem !important;
  }
  .gap-md-350 {
    gap: 5.6rem !important;
  }
  .gap-md-375 {
    gap: 6rem !important;
  }
  .gap-md-400 {
    gap: 6.4rem !important;
  }
  .gap-md-450 {
    gap: 7.2rem !important;
  }
  .gap-md-500 {
    gap: 8rem !important;
  }
  .gap-md-550 {
    gap: 8.8rem !important;
  }
  .gap-md-600 {
    gap: 9.6rem !important;
  }
  .gap-md-625 {
    gap: 10rem !important;
  }
  .gap-md-650 {
    gap: 10.4rem !important;
  }
  .gap-md-700 {
    gap: 11.2rem !important;
  }
  .gap-md-750 {
    gap: 12rem !important;
  }
  .gap-md-1400 {
    gap: 22.4rem !important;
  }
  .gap-md-5pct {
    gap: var(--bs-gutter-x, 5%) !important;
  }
  .gap-md-10pct {
    gap: var(--bs-gutter-x, 10%) !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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.016rem !important;
  }
  .m-md-25 {
    margin: 0.4rem !important;
  }
  .m-md-50 {
    margin: 0.8rem !important;
  }
  .m-md-75 {
    margin: 1.2rem !important;
  }
  .m-md-100 {
    margin: 1.6rem !important;
  }
  .m-md-125 {
    margin: 2rem !important;
  }
  .m-md-150 {
    margin: 2.4rem !important;
  }
  .m-md-175 {
    margin: 2.8rem !important;
  }
  .m-md-200 {
    margin: 3.2rem !important;
  }
  .m-md-250 {
    margin: 4rem !important;
  }
  .m-md-300 {
    margin: 4.8rem !important;
  }
  .m-md-325 {
    margin: 5.2rem !important;
  }
  .m-md-350 {
    margin: 5.6rem !important;
  }
  .m-md-375 {
    margin: 6rem !important;
  }
  .m-md-400 {
    margin: 6.4rem !important;
  }
  .m-md-450 {
    margin: 7.2rem !important;
  }
  .m-md-500 {
    margin: 8rem !important;
  }
  .m-md-550 {
    margin: 8.8rem !important;
  }
  .m-md-600 {
    margin: 9.6rem !important;
  }
  .m-md-625 {
    margin: 10rem !important;
  }
  .m-md-650 {
    margin: 10.4rem !important;
  }
  .m-md-700 {
    margin: 11.2rem !important;
  }
  .m-md-750 {
    margin: 12rem !important;
  }
  .m-md-1400 {
    margin: 22.4rem !important;
  }
  .m-md-5pct {
    margin: var(--bs-gutter-x, 5%) !important;
  }
  .m-md-10pct {
    margin: var(--bs-gutter-x, 10%) !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.016rem !important;
    margin-left: 0.016rem !important;
  }
  .mx-md-25 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-50 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-75 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-100 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-125 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-150 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-175 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-md-200 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-250 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-300 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-325 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-md-350 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-md-375 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-400 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-450 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-md-500 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-550 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .mx-md-600 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .mx-md-625 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-650 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .mx-md-700 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .mx-md-750 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-1400 {
    margin-right: 22.4rem !important;
    margin-left: 22.4rem !important;
  }
  .mx-md-5pct {
    margin-right: var(--bs-gutter-x, 5%) !important;
    margin-left: var(--bs-gutter-x, 5%) !important;
  }
  .mx-md-10pct {
    margin-right: var(--bs-gutter-x, 10%) !important;
    margin-left: var(--bs-gutter-x, 10%) !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.016rem !important;
    margin-bottom: 0.016rem !important;
  }
  .my-md-25 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-50 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-75 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-100 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-125 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-150 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-175 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-md-200 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-250 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-300 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-325 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-md-350 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-md-375 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-400 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-450 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-md-500 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-550 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .my-md-600 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .my-md-625 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-650 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .my-md-700 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .my-md-750 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-1400 {
    margin-top: 22.4rem !important;
    margin-bottom: 22.4rem !important;
  }
  .my-md-5pct {
    margin-top: var(--bs-gutter-x, 5%) !important;
    margin-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .my-md-10pct {
    margin-top: var(--bs-gutter-x, 10%) !important;
    margin-bottom: var(--bs-gutter-x, 10%) !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.016rem !important;
  }
  .mt-md-25 {
    margin-top: 0.4rem !important;
  }
  .mt-md-50 {
    margin-top: 0.8rem !important;
  }
  .mt-md-75 {
    margin-top: 1.2rem !important;
  }
  .mt-md-100 {
    margin-top: 1.6rem !important;
  }
  .mt-md-125 {
    margin-top: 2rem !important;
  }
  .mt-md-150 {
    margin-top: 2.4rem !important;
  }
  .mt-md-175 {
    margin-top: 2.8rem !important;
  }
  .mt-md-200 {
    margin-top: 3.2rem !important;
  }
  .mt-md-250 {
    margin-top: 4rem !important;
  }
  .mt-md-300 {
    margin-top: 4.8rem !important;
  }
  .mt-md-325 {
    margin-top: 5.2rem !important;
  }
  .mt-md-350 {
    margin-top: 5.6rem !important;
  }
  .mt-md-375 {
    margin-top: 6rem !important;
  }
  .mt-md-400 {
    margin-top: 6.4rem !important;
  }
  .mt-md-450 {
    margin-top: 7.2rem !important;
  }
  .mt-md-500 {
    margin-top: 8rem !important;
  }
  .mt-md-550 {
    margin-top: 8.8rem !important;
  }
  .mt-md-600 {
    margin-top: 9.6rem !important;
  }
  .mt-md-625 {
    margin-top: 10rem !important;
  }
  .mt-md-650 {
    margin-top: 10.4rem !important;
  }
  .mt-md-700 {
    margin-top: 11.2rem !important;
  }
  .mt-md-750 {
    margin-top: 12rem !important;
  }
  .mt-md-1400 {
    margin-top: 22.4rem !important;
  }
  .mt-md-5pct {
    margin-top: var(--bs-gutter-x, 5%) !important;
  }
  .mt-md-10pct {
    margin-top: var(--bs-gutter-x, 10%) !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.016rem !important;
  }
  .me-md-25 {
    margin-right: 0.4rem !important;
  }
  .me-md-50 {
    margin-right: 0.8rem !important;
  }
  .me-md-75 {
    margin-right: 1.2rem !important;
  }
  .me-md-100 {
    margin-right: 1.6rem !important;
  }
  .me-md-125 {
    margin-right: 2rem !important;
  }
  .me-md-150 {
    margin-right: 2.4rem !important;
  }
  .me-md-175 {
    margin-right: 2.8rem !important;
  }
  .me-md-200 {
    margin-right: 3.2rem !important;
  }
  .me-md-250 {
    margin-right: 4rem !important;
  }
  .me-md-300 {
    margin-right: 4.8rem !important;
  }
  .me-md-325 {
    margin-right: 5.2rem !important;
  }
  .me-md-350 {
    margin-right: 5.6rem !important;
  }
  .me-md-375 {
    margin-right: 6rem !important;
  }
  .me-md-400 {
    margin-right: 6.4rem !important;
  }
  .me-md-450 {
    margin-right: 7.2rem !important;
  }
  .me-md-500 {
    margin-right: 8rem !important;
  }
  .me-md-550 {
    margin-right: 8.8rem !important;
  }
  .me-md-600 {
    margin-right: 9.6rem !important;
  }
  .me-md-625 {
    margin-right: 10rem !important;
  }
  .me-md-650 {
    margin-right: 10.4rem !important;
  }
  .me-md-700 {
    margin-right: 11.2rem !important;
  }
  .me-md-750 {
    margin-right: 12rem !important;
  }
  .me-md-1400 {
    margin-right: 22.4rem !important;
  }
  .me-md-5pct {
    margin-right: var(--bs-gutter-x, 5%) !important;
  }
  .me-md-10pct {
    margin-right: var(--bs-gutter-x, 10%) !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.016rem !important;
  }
  .mb-md-25 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-50 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-75 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-100 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-125 {
    margin-bottom: 2rem !important;
  }
  .mb-md-150 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-175 {
    margin-bottom: 2.8rem !important;
  }
  .mb-md-200 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-250 {
    margin-bottom: 4rem !important;
  }
  .mb-md-300 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-325 {
    margin-bottom: 5.2rem !important;
  }
  .mb-md-350 {
    margin-bottom: 5.6rem !important;
  }
  .mb-md-375 {
    margin-bottom: 6rem !important;
  }
  .mb-md-400 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-450 {
    margin-bottom: 7.2rem !important;
  }
  .mb-md-500 {
    margin-bottom: 8rem !important;
  }
  .mb-md-550 {
    margin-bottom: 8.8rem !important;
  }
  .mb-md-600 {
    margin-bottom: 9.6rem !important;
  }
  .mb-md-625 {
    margin-bottom: 10rem !important;
  }
  .mb-md-650 {
    margin-bottom: 10.4rem !important;
  }
  .mb-md-700 {
    margin-bottom: 11.2rem !important;
  }
  .mb-md-750 {
    margin-bottom: 12rem !important;
  }
  .mb-md-1400 {
    margin-bottom: 22.4rem !important;
  }
  .mb-md-5pct {
    margin-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .mb-md-10pct {
    margin-bottom: var(--bs-gutter-x, 10%) !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.016rem !important;
  }
  .ms-md-25 {
    margin-left: 0.4rem !important;
  }
  .ms-md-50 {
    margin-left: 0.8rem !important;
  }
  .ms-md-75 {
    margin-left: 1.2rem !important;
  }
  .ms-md-100 {
    margin-left: 1.6rem !important;
  }
  .ms-md-125 {
    margin-left: 2rem !important;
  }
  .ms-md-150 {
    margin-left: 2.4rem !important;
  }
  .ms-md-175 {
    margin-left: 2.8rem !important;
  }
  .ms-md-200 {
    margin-left: 3.2rem !important;
  }
  .ms-md-250 {
    margin-left: 4rem !important;
  }
  .ms-md-300 {
    margin-left: 4.8rem !important;
  }
  .ms-md-325 {
    margin-left: 5.2rem !important;
  }
  .ms-md-350 {
    margin-left: 5.6rem !important;
  }
  .ms-md-375 {
    margin-left: 6rem !important;
  }
  .ms-md-400 {
    margin-left: 6.4rem !important;
  }
  .ms-md-450 {
    margin-left: 7.2rem !important;
  }
  .ms-md-500 {
    margin-left: 8rem !important;
  }
  .ms-md-550 {
    margin-left: 8.8rem !important;
  }
  .ms-md-600 {
    margin-left: 9.6rem !important;
  }
  .ms-md-625 {
    margin-left: 10rem !important;
  }
  .ms-md-650 {
    margin-left: 10.4rem !important;
  }
  .ms-md-700 {
    margin-left: 11.2rem !important;
  }
  .ms-md-750 {
    margin-left: 12rem !important;
  }
  .ms-md-1400 {
    margin-left: 22.4rem !important;
  }
  .ms-md-5pct {
    margin-left: var(--bs-gutter-x, 5%) !important;
  }
  .ms-md-10pct {
    margin-left: var(--bs-gutter-x, 10%) !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.016rem !important;
  }
  .m-md-n25 {
    margin: -0.4rem !important;
  }
  .m-md-n50 {
    margin: -0.8rem !important;
  }
  .m-md-n75 {
    margin: -1.2rem !important;
  }
  .m-md-n100 {
    margin: -1.6rem !important;
  }
  .m-md-n125 {
    margin: -2rem !important;
  }
  .m-md-n150 {
    margin: -2.4rem !important;
  }
  .m-md-n175 {
    margin: -2.8rem !important;
  }
  .m-md-n200 {
    margin: -3.2rem !important;
  }
  .m-md-n250 {
    margin: -4rem !important;
  }
  .m-md-n300 {
    margin: -4.8rem !important;
  }
  .m-md-n325 {
    margin: -5.2rem !important;
  }
  .m-md-n350 {
    margin: -5.6rem !important;
  }
  .m-md-n375 {
    margin: -6rem !important;
  }
  .m-md-n400 {
    margin: -6.4rem !important;
  }
  .m-md-n450 {
    margin: -7.2rem !important;
  }
  .m-md-n500 {
    margin: -8rem !important;
  }
  .m-md-n550 {
    margin: -8.8rem !important;
  }
  .m-md-n600 {
    margin: -9.6rem !important;
  }
  .m-md-n625 {
    margin: -10rem !important;
  }
  .m-md-n650 {
    margin: -10.4rem !important;
  }
  .m-md-n700 {
    margin: -11.2rem !important;
  }
  .m-md-n750 {
    margin: -12rem !important;
  }
  .m-md-n1400 {
    margin: -22.4rem !important;
  }
  .m-md-n5pct {
    margin: -var(--bs-gutter-x, 5%) !important;
  }
  .m-md-n10pct {
    margin: -var(--bs-gutter-x, 5%) !important;
  }
  .mx-md-n1 {
    margin-right: -0.016rem !important;
    margin-left: -0.016rem !important;
  }
  .mx-md-n25 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-md-n50 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-md-n75 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-md-n100 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-md-n125 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n150 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-md-n175 {
    margin-right: -2.8rem !important;
    margin-left: -2.8rem !important;
  }
  .mx-md-n200 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-md-n250 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n300 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-md-n325 {
    margin-right: -5.2rem !important;
    margin-left: -5.2rem !important;
  }
  .mx-md-n350 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-md-n375 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n400 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-md-n450 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .mx-md-n500 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n550 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .mx-md-n600 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .mx-md-n625 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n650 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .mx-md-n700 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .mx-md-n750 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n1400 {
    margin-right: -22.4rem !important;
    margin-left: -22.4rem !important;
  }
  .mx-md-n5pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .mx-md-n10pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .my-md-n1 {
    margin-top: -0.016rem !important;
    margin-bottom: -0.016rem !important;
  }
  .my-md-n25 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-md-n50 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-md-n75 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-md-n100 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-md-n125 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n150 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-md-n175 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important;
  }
  .my-md-n200 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-md-n250 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n300 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-md-n325 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important;
  }
  .my-md-n350 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-md-n375 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n400 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-md-n450 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .my-md-n500 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n550 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .my-md-n600 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .my-md-n625 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n650 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .my-md-n700 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .my-md-n750 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n1400 {
    margin-top: -22.4rem !important;
    margin-bottom: -22.4rem !important;
  }
  .my-md-n5pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .my-md-n10pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .mt-md-n1 {
    margin-top: -0.016rem !important;
  }
  .mt-md-n25 {
    margin-top: -0.4rem !important;
  }
  .mt-md-n50 {
    margin-top: -0.8rem !important;
  }
  .mt-md-n75 {
    margin-top: -1.2rem !important;
  }
  .mt-md-n100 {
    margin-top: -1.6rem !important;
  }
  .mt-md-n125 {
    margin-top: -2rem !important;
  }
  .mt-md-n150 {
    margin-top: -2.4rem !important;
  }
  .mt-md-n175 {
    margin-top: -2.8rem !important;
  }
  .mt-md-n200 {
    margin-top: -3.2rem !important;
  }
  .mt-md-n250 {
    margin-top: -4rem !important;
  }
  .mt-md-n300 {
    margin-top: -4.8rem !important;
  }
  .mt-md-n325 {
    margin-top: -5.2rem !important;
  }
  .mt-md-n350 {
    margin-top: -5.6rem !important;
  }
  .mt-md-n375 {
    margin-top: -6rem !important;
  }
  .mt-md-n400 {
    margin-top: -6.4rem !important;
  }
  .mt-md-n450 {
    margin-top: -7.2rem !important;
  }
  .mt-md-n500 {
    margin-top: -8rem !important;
  }
  .mt-md-n550 {
    margin-top: -8.8rem !important;
  }
  .mt-md-n600 {
    margin-top: -9.6rem !important;
  }
  .mt-md-n625 {
    margin-top: -10rem !important;
  }
  .mt-md-n650 {
    margin-top: -10.4rem !important;
  }
  .mt-md-n700 {
    margin-top: -11.2rem !important;
  }
  .mt-md-n750 {
    margin-top: -12rem !important;
  }
  .mt-md-n1400 {
    margin-top: -22.4rem !important;
  }
  .mt-md-n5pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
  }
  .mt-md-n10pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
  }
  .me-md-n1 {
    margin-right: -0.016rem !important;
  }
  .me-md-n25 {
    margin-right: -0.4rem !important;
  }
  .me-md-n50 {
    margin-right: -0.8rem !important;
  }
  .me-md-n75 {
    margin-right: -1.2rem !important;
  }
  .me-md-n100 {
    margin-right: -1.6rem !important;
  }
  .me-md-n125 {
    margin-right: -2rem !important;
  }
  .me-md-n150 {
    margin-right: -2.4rem !important;
  }
  .me-md-n175 {
    margin-right: -2.8rem !important;
  }
  .me-md-n200 {
    margin-right: -3.2rem !important;
  }
  .me-md-n250 {
    margin-right: -4rem !important;
  }
  .me-md-n300 {
    margin-right: -4.8rem !important;
  }
  .me-md-n325 {
    margin-right: -5.2rem !important;
  }
  .me-md-n350 {
    margin-right: -5.6rem !important;
  }
  .me-md-n375 {
    margin-right: -6rem !important;
  }
  .me-md-n400 {
    margin-right: -6.4rem !important;
  }
  .me-md-n450 {
    margin-right: -7.2rem !important;
  }
  .me-md-n500 {
    margin-right: -8rem !important;
  }
  .me-md-n550 {
    margin-right: -8.8rem !important;
  }
  .me-md-n600 {
    margin-right: -9.6rem !important;
  }
  .me-md-n625 {
    margin-right: -10rem !important;
  }
  .me-md-n650 {
    margin-right: -10.4rem !important;
  }
  .me-md-n700 {
    margin-right: -11.2rem !important;
  }
  .me-md-n750 {
    margin-right: -12rem !important;
  }
  .me-md-n1400 {
    margin-right: -22.4rem !important;
  }
  .me-md-n5pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
  }
  .me-md-n10pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.016rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -0.4rem !important;
  }
  .mb-md-n50 {
    margin-bottom: -0.8rem !important;
  }
  .mb-md-n75 {
    margin-bottom: -1.2rem !important;
  }
  .mb-md-n100 {
    margin-bottom: -1.6rem !important;
  }
  .mb-md-n125 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n150 {
    margin-bottom: -2.4rem !important;
  }
  .mb-md-n175 {
    margin-bottom: -2.8rem !important;
  }
  .mb-md-n200 {
    margin-bottom: -3.2rem !important;
  }
  .mb-md-n250 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n300 {
    margin-bottom: -4.8rem !important;
  }
  .mb-md-n325 {
    margin-bottom: -5.2rem !important;
  }
  .mb-md-n350 {
    margin-bottom: -5.6rem !important;
  }
  .mb-md-n375 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n400 {
    margin-bottom: -6.4rem !important;
  }
  .mb-md-n450 {
    margin-bottom: -7.2rem !important;
  }
  .mb-md-n500 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n550 {
    margin-bottom: -8.8rem !important;
  }
  .mb-md-n600 {
    margin-bottom: -9.6rem !important;
  }
  .mb-md-n625 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n650 {
    margin-bottom: -10.4rem !important;
  }
  .mb-md-n700 {
    margin-bottom: -11.2rem !important;
  }
  .mb-md-n750 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n1400 {
    margin-bottom: -22.4rem !important;
  }
  .mb-md-n5pct {
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .mb-md-n10pct {
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .ms-md-n1 {
    margin-left: -0.016rem !important;
  }
  .ms-md-n25 {
    margin-left: -0.4rem !important;
  }
  .ms-md-n50 {
    margin-left: -0.8rem !important;
  }
  .ms-md-n75 {
    margin-left: -1.2rem !important;
  }
  .ms-md-n100 {
    margin-left: -1.6rem !important;
  }
  .ms-md-n125 {
    margin-left: -2rem !important;
  }
  .ms-md-n150 {
    margin-left: -2.4rem !important;
  }
  .ms-md-n175 {
    margin-left: -2.8rem !important;
  }
  .ms-md-n200 {
    margin-left: -3.2rem !important;
  }
  .ms-md-n250 {
    margin-left: -4rem !important;
  }
  .ms-md-n300 {
    margin-left: -4.8rem !important;
  }
  .ms-md-n325 {
    margin-left: -5.2rem !important;
  }
  .ms-md-n350 {
    margin-left: -5.6rem !important;
  }
  .ms-md-n375 {
    margin-left: -6rem !important;
  }
  .ms-md-n400 {
    margin-left: -6.4rem !important;
  }
  .ms-md-n450 {
    margin-left: -7.2rem !important;
  }
  .ms-md-n500 {
    margin-left: -8rem !important;
  }
  .ms-md-n550 {
    margin-left: -8.8rem !important;
  }
  .ms-md-n600 {
    margin-left: -9.6rem !important;
  }
  .ms-md-n625 {
    margin-left: -10rem !important;
  }
  .ms-md-n650 {
    margin-left: -10.4rem !important;
  }
  .ms-md-n700 {
    margin-left: -11.2rem !important;
  }
  .ms-md-n750 {
    margin-left: -12rem !important;
  }
  .ms-md-n1400 {
    margin-left: -22.4rem !important;
  }
  .ms-md-n5pct {
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .ms-md-n10pct {
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.016rem !important;
  }
  .p-md-25 {
    padding: 0.4rem !important;
  }
  .p-md-50 {
    padding: 0.8rem !important;
  }
  .p-md-75 {
    padding: 1.2rem !important;
  }
  .p-md-100 {
    padding: 1.6rem !important;
  }
  .p-md-125 {
    padding: 2rem !important;
  }
  .p-md-150 {
    padding: 2.4rem !important;
  }
  .p-md-175 {
    padding: 2.8rem !important;
  }
  .p-md-200 {
    padding: 3.2rem !important;
  }
  .p-md-250 {
    padding: 4rem !important;
  }
  .p-md-300 {
    padding: 4.8rem !important;
  }
  .p-md-325 {
    padding: 5.2rem !important;
  }
  .p-md-350 {
    padding: 5.6rem !important;
  }
  .p-md-375 {
    padding: 6rem !important;
  }
  .p-md-400 {
    padding: 6.4rem !important;
  }
  .p-md-450 {
    padding: 7.2rem !important;
  }
  .p-md-500 {
    padding: 8rem !important;
  }
  .p-md-550 {
    padding: 8.8rem !important;
  }
  .p-md-600 {
    padding: 9.6rem !important;
  }
  .p-md-625 {
    padding: 10rem !important;
  }
  .p-md-650 {
    padding: 10.4rem !important;
  }
  .p-md-700 {
    padding: 11.2rem !important;
  }
  .p-md-750 {
    padding: 12rem !important;
  }
  .p-md-1400 {
    padding: 22.4rem !important;
  }
  .p-md-5pct {
    padding: var(--bs-gutter-x, 5%) !important;
  }
  .p-md-10pct {
    padding: var(--bs-gutter-x, 10%) !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.016rem !important;
    padding-left: 0.016rem !important;
  }
  .px-md-25 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-50 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-75 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-100 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-125 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-150 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-175 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-md-200 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-250 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-300 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-md-325 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-md-350 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-md-375 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-400 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-450 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-md-500 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-550 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .px-md-600 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .px-md-625 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-650 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .px-md-700 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .px-md-750 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-1400 {
    padding-right: 22.4rem !important;
    padding-left: 22.4rem !important;
  }
  .px-md-5pct {
    padding-right: var(--bs-gutter-x, 5%) !important;
    padding-left: var(--bs-gutter-x, 5%) !important;
  }
  .px-md-10pct {
    padding-right: var(--bs-gutter-x, 10%) !important;
    padding-left: var(--bs-gutter-x, 10%) !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.016rem !important;
    padding-bottom: 0.016rem !important;
  }
  .py-md-25 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-50 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-75 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-100 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-125 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-150 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-175 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-md-200 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-250 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-300 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-325 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-md-350 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-md-375 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-400 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-450 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-md-500 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-550 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .py-md-600 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .py-md-625 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-650 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .py-md-700 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .py-md-750 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-1400 {
    padding-top: 22.4rem !important;
    padding-bottom: 22.4rem !important;
  }
  .py-md-5pct {
    padding-top: var(--bs-gutter-x, 5%) !important;
    padding-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .py-md-10pct {
    padding-top: var(--bs-gutter-x, 10%) !important;
    padding-bottom: var(--bs-gutter-x, 10%) !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.016rem !important;
  }
  .pt-md-25 {
    padding-top: 0.4rem !important;
  }
  .pt-md-50 {
    padding-top: 0.8rem !important;
  }
  .pt-md-75 {
    padding-top: 1.2rem !important;
  }
  .pt-md-100 {
    padding-top: 1.6rem !important;
  }
  .pt-md-125 {
    padding-top: 2rem !important;
  }
  .pt-md-150 {
    padding-top: 2.4rem !important;
  }
  .pt-md-175 {
    padding-top: 2.8rem !important;
  }
  .pt-md-200 {
    padding-top: 3.2rem !important;
  }
  .pt-md-250 {
    padding-top: 4rem !important;
  }
  .pt-md-300 {
    padding-top: 4.8rem !important;
  }
  .pt-md-325 {
    padding-top: 5.2rem !important;
  }
  .pt-md-350 {
    padding-top: 5.6rem !important;
  }
  .pt-md-375 {
    padding-top: 6rem !important;
  }
  .pt-md-400 {
    padding-top: 6.4rem !important;
  }
  .pt-md-450 {
    padding-top: 7.2rem !important;
  }
  .pt-md-500 {
    padding-top: 8rem !important;
  }
  .pt-md-550 {
    padding-top: 8.8rem !important;
  }
  .pt-md-600 {
    padding-top: 9.6rem !important;
  }
  .pt-md-625 {
    padding-top: 10rem !important;
  }
  .pt-md-650 {
    padding-top: 10.4rem !important;
  }
  .pt-md-700 {
    padding-top: 11.2rem !important;
  }
  .pt-md-750 {
    padding-top: 12rem !important;
  }
  .pt-md-1400 {
    padding-top: 22.4rem !important;
  }
  .pt-md-5pct {
    padding-top: var(--bs-gutter-x, 5%) !important;
  }
  .pt-md-10pct {
    padding-top: var(--bs-gutter-x, 10%) !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.016rem !important;
  }
  .pe-md-25 {
    padding-right: 0.4rem !important;
  }
  .pe-md-50 {
    padding-right: 0.8rem !important;
  }
  .pe-md-75 {
    padding-right: 1.2rem !important;
  }
  .pe-md-100 {
    padding-right: 1.6rem !important;
  }
  .pe-md-125 {
    padding-right: 2rem !important;
  }
  .pe-md-150 {
    padding-right: 2.4rem !important;
  }
  .pe-md-175 {
    padding-right: 2.8rem !important;
  }
  .pe-md-200 {
    padding-right: 3.2rem !important;
  }
  .pe-md-250 {
    padding-right: 4rem !important;
  }
  .pe-md-300 {
    padding-right: 4.8rem !important;
  }
  .pe-md-325 {
    padding-right: 5.2rem !important;
  }
  .pe-md-350 {
    padding-right: 5.6rem !important;
  }
  .pe-md-375 {
    padding-right: 6rem !important;
  }
  .pe-md-400 {
    padding-right: 6.4rem !important;
  }
  .pe-md-450 {
    padding-right: 7.2rem !important;
  }
  .pe-md-500 {
    padding-right: 8rem !important;
  }
  .pe-md-550 {
    padding-right: 8.8rem !important;
  }
  .pe-md-600 {
    padding-right: 9.6rem !important;
  }
  .pe-md-625 {
    padding-right: 10rem !important;
  }
  .pe-md-650 {
    padding-right: 10.4rem !important;
  }
  .pe-md-700 {
    padding-right: 11.2rem !important;
  }
  .pe-md-750 {
    padding-right: 12rem !important;
  }
  .pe-md-1400 {
    padding-right: 22.4rem !important;
  }
  .pe-md-5pct {
    padding-right: var(--bs-gutter-x, 5%) !important;
  }
  .pe-md-10pct {
    padding-right: var(--bs-gutter-x, 10%) !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.016rem !important;
  }
  .pb-md-25 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-50 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-75 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-100 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-125 {
    padding-bottom: 2rem !important;
  }
  .pb-md-150 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-175 {
    padding-bottom: 2.8rem !important;
  }
  .pb-md-200 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-250 {
    padding-bottom: 4rem !important;
  }
  .pb-md-300 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-325 {
    padding-bottom: 5.2rem !important;
  }
  .pb-md-350 {
    padding-bottom: 5.6rem !important;
  }
  .pb-md-375 {
    padding-bottom: 6rem !important;
  }
  .pb-md-400 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-450 {
    padding-bottom: 7.2rem !important;
  }
  .pb-md-500 {
    padding-bottom: 8rem !important;
  }
  .pb-md-550 {
    padding-bottom: 8.8rem !important;
  }
  .pb-md-600 {
    padding-bottom: 9.6rem !important;
  }
  .pb-md-625 {
    padding-bottom: 10rem !important;
  }
  .pb-md-650 {
    padding-bottom: 10.4rem !important;
  }
  .pb-md-700 {
    padding-bottom: 11.2rem !important;
  }
  .pb-md-750 {
    padding-bottom: 12rem !important;
  }
  .pb-md-1400 {
    padding-bottom: 22.4rem !important;
  }
  .pb-md-5pct {
    padding-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .pb-md-10pct {
    padding-bottom: var(--bs-gutter-x, 10%) !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.016rem !important;
  }
  .ps-md-25 {
    padding-left: 0.4rem !important;
  }
  .ps-md-50 {
    padding-left: 0.8rem !important;
  }
  .ps-md-75 {
    padding-left: 1.2rem !important;
  }
  .ps-md-100 {
    padding-left: 1.6rem !important;
  }
  .ps-md-125 {
    padding-left: 2rem !important;
  }
  .ps-md-150 {
    padding-left: 2.4rem !important;
  }
  .ps-md-175 {
    padding-left: 2.8rem !important;
  }
  .ps-md-200 {
    padding-left: 3.2rem !important;
  }
  .ps-md-250 {
    padding-left: 4rem !important;
  }
  .ps-md-300 {
    padding-left: 4.8rem !important;
  }
  .ps-md-325 {
    padding-left: 5.2rem !important;
  }
  .ps-md-350 {
    padding-left: 5.6rem !important;
  }
  .ps-md-375 {
    padding-left: 6rem !important;
  }
  .ps-md-400 {
    padding-left: 6.4rem !important;
  }
  .ps-md-450 {
    padding-left: 7.2rem !important;
  }
  .ps-md-500 {
    padding-left: 8rem !important;
  }
  .ps-md-550 {
    padding-left: 8.8rem !important;
  }
  .ps-md-600 {
    padding-left: 9.6rem !important;
  }
  .ps-md-625 {
    padding-left: 10rem !important;
  }
  .ps-md-650 {
    padding-left: 10.4rem !important;
  }
  .ps-md-700 {
    padding-left: 11.2rem !important;
  }
  .ps-md-750 {
    padding-left: 12rem !important;
  }
  .ps-md-1400 {
    padding-left: 22.4rem !important;
  }
  .ps-md-5pct {
    padding-left: var(--bs-gutter-x, 5%) !important;
  }
  .ps-md-10pct {
    padding-left: var(--bs-gutter-x, 10%) !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: 1280px) {
  .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: -ms-grid !important;
    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.016rem !important;
  }
  .gap-xl-25 {
    gap: 0.4rem !important;
  }
  .gap-xl-50 {
    gap: 0.8rem !important;
  }
  .gap-xl-75 {
    gap: 1.2rem !important;
  }
  .gap-xl-100 {
    gap: 1.6rem !important;
  }
  .gap-xl-125 {
    gap: 2rem !important;
  }
  .gap-xl-150 {
    gap: 2.4rem !important;
  }
  .gap-xl-175 {
    gap: 2.8rem !important;
  }
  .gap-xl-200 {
    gap: 3.2rem !important;
  }
  .gap-xl-250 {
    gap: 4rem !important;
  }
  .gap-xl-300 {
    gap: 4.8rem !important;
  }
  .gap-xl-325 {
    gap: 5.2rem !important;
  }
  .gap-xl-350 {
    gap: 5.6rem !important;
  }
  .gap-xl-375 {
    gap: 6rem !important;
  }
  .gap-xl-400 {
    gap: 6.4rem !important;
  }
  .gap-xl-450 {
    gap: 7.2rem !important;
  }
  .gap-xl-500 {
    gap: 8rem !important;
  }
  .gap-xl-550 {
    gap: 8.8rem !important;
  }
  .gap-xl-600 {
    gap: 9.6rem !important;
  }
  .gap-xl-625 {
    gap: 10rem !important;
  }
  .gap-xl-650 {
    gap: 10.4rem !important;
  }
  .gap-xl-700 {
    gap: 11.2rem !important;
  }
  .gap-xl-750 {
    gap: 12rem !important;
  }
  .gap-xl-1400 {
    gap: 22.4rem !important;
  }
  .gap-xl-5pct {
    gap: var(--bs-gutter-x, 5%) !important;
  }
  .gap-xl-10pct {
    gap: var(--bs-gutter-x, 10%) !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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.016rem !important;
  }
  .m-xl-25 {
    margin: 0.4rem !important;
  }
  .m-xl-50 {
    margin: 0.8rem !important;
  }
  .m-xl-75 {
    margin: 1.2rem !important;
  }
  .m-xl-100 {
    margin: 1.6rem !important;
  }
  .m-xl-125 {
    margin: 2rem !important;
  }
  .m-xl-150 {
    margin: 2.4rem !important;
  }
  .m-xl-175 {
    margin: 2.8rem !important;
  }
  .m-xl-200 {
    margin: 3.2rem !important;
  }
  .m-xl-250 {
    margin: 4rem !important;
  }
  .m-xl-300 {
    margin: 4.8rem !important;
  }
  .m-xl-325 {
    margin: 5.2rem !important;
  }
  .m-xl-350 {
    margin: 5.6rem !important;
  }
  .m-xl-375 {
    margin: 6rem !important;
  }
  .m-xl-400 {
    margin: 6.4rem !important;
  }
  .m-xl-450 {
    margin: 7.2rem !important;
  }
  .m-xl-500 {
    margin: 8rem !important;
  }
  .m-xl-550 {
    margin: 8.8rem !important;
  }
  .m-xl-600 {
    margin: 9.6rem !important;
  }
  .m-xl-625 {
    margin: 10rem !important;
  }
  .m-xl-650 {
    margin: 10.4rem !important;
  }
  .m-xl-700 {
    margin: 11.2rem !important;
  }
  .m-xl-750 {
    margin: 12rem !important;
  }
  .m-xl-1400 {
    margin: 22.4rem !important;
  }
  .m-xl-5pct {
    margin: var(--bs-gutter-x, 5%) !important;
  }
  .m-xl-10pct {
    margin: var(--bs-gutter-x, 10%) !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.016rem !important;
    margin-left: 0.016rem !important;
  }
  .mx-xl-25 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-50 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-75 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-100 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-125 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-150 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-175 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xl-200 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-250 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-300 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-325 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-xl-350 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xl-375 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-400 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-450 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-xl-500 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-550 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .mx-xl-600 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .mx-xl-625 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-650 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .mx-xl-700 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .mx-xl-750 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-1400 {
    margin-right: 22.4rem !important;
    margin-left: 22.4rem !important;
  }
  .mx-xl-5pct {
    margin-right: var(--bs-gutter-x, 5%) !important;
    margin-left: var(--bs-gutter-x, 5%) !important;
  }
  .mx-xl-10pct {
    margin-right: var(--bs-gutter-x, 10%) !important;
    margin-left: var(--bs-gutter-x, 10%) !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.016rem !important;
    margin-bottom: 0.016rem !important;
  }
  .my-xl-25 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-50 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-75 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-100 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-125 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-150 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-175 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xl-200 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-250 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-300 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-325 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-xl-350 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xl-375 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-400 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-450 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-xl-500 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-550 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .my-xl-600 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .my-xl-625 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-650 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .my-xl-700 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .my-xl-750 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-1400 {
    margin-top: 22.4rem !important;
    margin-bottom: 22.4rem !important;
  }
  .my-xl-5pct {
    margin-top: var(--bs-gutter-x, 5%) !important;
    margin-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .my-xl-10pct {
    margin-top: var(--bs-gutter-x, 10%) !important;
    margin-bottom: var(--bs-gutter-x, 10%) !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.016rem !important;
  }
  .mt-xl-25 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-50 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-75 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-100 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-125 {
    margin-top: 2rem !important;
  }
  .mt-xl-150 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-175 {
    margin-top: 2.8rem !important;
  }
  .mt-xl-200 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-250 {
    margin-top: 4rem !important;
  }
  .mt-xl-300 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-325 {
    margin-top: 5.2rem !important;
  }
  .mt-xl-350 {
    margin-top: 5.6rem !important;
  }
  .mt-xl-375 {
    margin-top: 6rem !important;
  }
  .mt-xl-400 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-450 {
    margin-top: 7.2rem !important;
  }
  .mt-xl-500 {
    margin-top: 8rem !important;
  }
  .mt-xl-550 {
    margin-top: 8.8rem !important;
  }
  .mt-xl-600 {
    margin-top: 9.6rem !important;
  }
  .mt-xl-625 {
    margin-top: 10rem !important;
  }
  .mt-xl-650 {
    margin-top: 10.4rem !important;
  }
  .mt-xl-700 {
    margin-top: 11.2rem !important;
  }
  .mt-xl-750 {
    margin-top: 12rem !important;
  }
  .mt-xl-1400 {
    margin-top: 22.4rem !important;
  }
  .mt-xl-5pct {
    margin-top: var(--bs-gutter-x, 5%) !important;
  }
  .mt-xl-10pct {
    margin-top: var(--bs-gutter-x, 10%) !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.016rem !important;
  }
  .me-xl-25 {
    margin-right: 0.4rem !important;
  }
  .me-xl-50 {
    margin-right: 0.8rem !important;
  }
  .me-xl-75 {
    margin-right: 1.2rem !important;
  }
  .me-xl-100 {
    margin-right: 1.6rem !important;
  }
  .me-xl-125 {
    margin-right: 2rem !important;
  }
  .me-xl-150 {
    margin-right: 2.4rem !important;
  }
  .me-xl-175 {
    margin-right: 2.8rem !important;
  }
  .me-xl-200 {
    margin-right: 3.2rem !important;
  }
  .me-xl-250 {
    margin-right: 4rem !important;
  }
  .me-xl-300 {
    margin-right: 4.8rem !important;
  }
  .me-xl-325 {
    margin-right: 5.2rem !important;
  }
  .me-xl-350 {
    margin-right: 5.6rem !important;
  }
  .me-xl-375 {
    margin-right: 6rem !important;
  }
  .me-xl-400 {
    margin-right: 6.4rem !important;
  }
  .me-xl-450 {
    margin-right: 7.2rem !important;
  }
  .me-xl-500 {
    margin-right: 8rem !important;
  }
  .me-xl-550 {
    margin-right: 8.8rem !important;
  }
  .me-xl-600 {
    margin-right: 9.6rem !important;
  }
  .me-xl-625 {
    margin-right: 10rem !important;
  }
  .me-xl-650 {
    margin-right: 10.4rem !important;
  }
  .me-xl-700 {
    margin-right: 11.2rem !important;
  }
  .me-xl-750 {
    margin-right: 12rem !important;
  }
  .me-xl-1400 {
    margin-right: 22.4rem !important;
  }
  .me-xl-5pct {
    margin-right: var(--bs-gutter-x, 5%) !important;
  }
  .me-xl-10pct {
    margin-right: var(--bs-gutter-x, 10%) !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.016rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-175 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-250 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-300 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-325 {
    margin-bottom: 5.2rem !important;
  }
  .mb-xl-350 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xl-375 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-400 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-450 {
    margin-bottom: 7.2rem !important;
  }
  .mb-xl-500 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-550 {
    margin-bottom: 8.8rem !important;
  }
  .mb-xl-600 {
    margin-bottom: 9.6rem !important;
  }
  .mb-xl-625 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-650 {
    margin-bottom: 10.4rem !important;
  }
  .mb-xl-700 {
    margin-bottom: 11.2rem !important;
  }
  .mb-xl-750 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-1400 {
    margin-bottom: 22.4rem !important;
  }
  .mb-xl-5pct {
    margin-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .mb-xl-10pct {
    margin-bottom: var(--bs-gutter-x, 10%) !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.016rem !important;
  }
  .ms-xl-25 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-50 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-75 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-100 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-125 {
    margin-left: 2rem !important;
  }
  .ms-xl-150 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-175 {
    margin-left: 2.8rem !important;
  }
  .ms-xl-200 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-250 {
    margin-left: 4rem !important;
  }
  .ms-xl-300 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-325 {
    margin-left: 5.2rem !important;
  }
  .ms-xl-350 {
    margin-left: 5.6rem !important;
  }
  .ms-xl-375 {
    margin-left: 6rem !important;
  }
  .ms-xl-400 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-450 {
    margin-left: 7.2rem !important;
  }
  .ms-xl-500 {
    margin-left: 8rem !important;
  }
  .ms-xl-550 {
    margin-left: 8.8rem !important;
  }
  .ms-xl-600 {
    margin-left: 9.6rem !important;
  }
  .ms-xl-625 {
    margin-left: 10rem !important;
  }
  .ms-xl-650 {
    margin-left: 10.4rem !important;
  }
  .ms-xl-700 {
    margin-left: 11.2rem !important;
  }
  .ms-xl-750 {
    margin-left: 12rem !important;
  }
  .ms-xl-1400 {
    margin-left: 22.4rem !important;
  }
  .ms-xl-5pct {
    margin-left: var(--bs-gutter-x, 5%) !important;
  }
  .ms-xl-10pct {
    margin-left: var(--bs-gutter-x, 10%) !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.016rem !important;
  }
  .m-xl-n25 {
    margin: -0.4rem !important;
  }
  .m-xl-n50 {
    margin: -0.8rem !important;
  }
  .m-xl-n75 {
    margin: -1.2rem !important;
  }
  .m-xl-n100 {
    margin: -1.6rem !important;
  }
  .m-xl-n125 {
    margin: -2rem !important;
  }
  .m-xl-n150 {
    margin: -2.4rem !important;
  }
  .m-xl-n175 {
    margin: -2.8rem !important;
  }
  .m-xl-n200 {
    margin: -3.2rem !important;
  }
  .m-xl-n250 {
    margin: -4rem !important;
  }
  .m-xl-n300 {
    margin: -4.8rem !important;
  }
  .m-xl-n325 {
    margin: -5.2rem !important;
  }
  .m-xl-n350 {
    margin: -5.6rem !important;
  }
  .m-xl-n375 {
    margin: -6rem !important;
  }
  .m-xl-n400 {
    margin: -6.4rem !important;
  }
  .m-xl-n450 {
    margin: -7.2rem !important;
  }
  .m-xl-n500 {
    margin: -8rem !important;
  }
  .m-xl-n550 {
    margin: -8.8rem !important;
  }
  .m-xl-n600 {
    margin: -9.6rem !important;
  }
  .m-xl-n625 {
    margin: -10rem !important;
  }
  .m-xl-n650 {
    margin: -10.4rem !important;
  }
  .m-xl-n700 {
    margin: -11.2rem !important;
  }
  .m-xl-n750 {
    margin: -12rem !important;
  }
  .m-xl-n1400 {
    margin: -22.4rem !important;
  }
  .m-xl-n5pct {
    margin: -var(--bs-gutter-x, 5%) !important;
  }
  .m-xl-n10pct {
    margin: -var(--bs-gutter-x, 5%) !important;
  }
  .mx-xl-n1 {
    margin-right: -0.016rem !important;
    margin-left: -0.016rem !important;
  }
  .mx-xl-n25 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-xl-n50 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-xl-n75 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-xl-n100 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-xl-n125 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n150 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-xl-n175 {
    margin-right: -2.8rem !important;
    margin-left: -2.8rem !important;
  }
  .mx-xl-n200 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-xl-n250 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n300 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-xl-n325 {
    margin-right: -5.2rem !important;
    margin-left: -5.2rem !important;
  }
  .mx-xl-n350 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-xl-n375 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n400 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-xl-n450 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .mx-xl-n500 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n550 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .mx-xl-n600 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .mx-xl-n625 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n650 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .mx-xl-n700 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .mx-xl-n750 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n1400 {
    margin-right: -22.4rem !important;
    margin-left: -22.4rem !important;
  }
  .mx-xl-n5pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .mx-xl-n10pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .my-xl-n1 {
    margin-top: -0.016rem !important;
    margin-bottom: -0.016rem !important;
  }
  .my-xl-n25 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-xl-n50 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-xl-n75 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-xl-n100 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-xl-n125 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n150 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-xl-n175 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important;
  }
  .my-xl-n200 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-xl-n250 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n300 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-xl-n325 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important;
  }
  .my-xl-n350 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-xl-n375 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n400 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-xl-n450 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .my-xl-n500 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n550 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .my-xl-n600 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .my-xl-n625 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n650 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .my-xl-n700 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .my-xl-n750 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n1400 {
    margin-top: -22.4rem !important;
    margin-bottom: -22.4rem !important;
  }
  .my-xl-n5pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .my-xl-n10pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .mt-xl-n1 {
    margin-top: -0.016rem !important;
  }
  .mt-xl-n25 {
    margin-top: -0.4rem !important;
  }
  .mt-xl-n50 {
    margin-top: -0.8rem !important;
  }
  .mt-xl-n75 {
    margin-top: -1.2rem !important;
  }
  .mt-xl-n100 {
    margin-top: -1.6rem !important;
  }
  .mt-xl-n125 {
    margin-top: -2rem !important;
  }
  .mt-xl-n150 {
    margin-top: -2.4rem !important;
  }
  .mt-xl-n175 {
    margin-top: -2.8rem !important;
  }
  .mt-xl-n200 {
    margin-top: -3.2rem !important;
  }
  .mt-xl-n250 {
    margin-top: -4rem !important;
  }
  .mt-xl-n300 {
    margin-top: -4.8rem !important;
  }
  .mt-xl-n325 {
    margin-top: -5.2rem !important;
  }
  .mt-xl-n350 {
    margin-top: -5.6rem !important;
  }
  .mt-xl-n375 {
    margin-top: -6rem !important;
  }
  .mt-xl-n400 {
    margin-top: -6.4rem !important;
  }
  .mt-xl-n450 {
    margin-top: -7.2rem !important;
  }
  .mt-xl-n500 {
    margin-top: -8rem !important;
  }
  .mt-xl-n550 {
    margin-top: -8.8rem !important;
  }
  .mt-xl-n600 {
    margin-top: -9.6rem !important;
  }
  .mt-xl-n625 {
    margin-top: -10rem !important;
  }
  .mt-xl-n650 {
    margin-top: -10.4rem !important;
  }
  .mt-xl-n700 {
    margin-top: -11.2rem !important;
  }
  .mt-xl-n750 {
    margin-top: -12rem !important;
  }
  .mt-xl-n1400 {
    margin-top: -22.4rem !important;
  }
  .mt-xl-n5pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
  }
  .mt-xl-n10pct {
    margin-top: -var(--bs-gutter-x, 5%) !important;
  }
  .me-xl-n1 {
    margin-right: -0.016rem !important;
  }
  .me-xl-n25 {
    margin-right: -0.4rem !important;
  }
  .me-xl-n50 {
    margin-right: -0.8rem !important;
  }
  .me-xl-n75 {
    margin-right: -1.2rem !important;
  }
  .me-xl-n100 {
    margin-right: -1.6rem !important;
  }
  .me-xl-n125 {
    margin-right: -2rem !important;
  }
  .me-xl-n150 {
    margin-right: -2.4rem !important;
  }
  .me-xl-n175 {
    margin-right: -2.8rem !important;
  }
  .me-xl-n200 {
    margin-right: -3.2rem !important;
  }
  .me-xl-n250 {
    margin-right: -4rem !important;
  }
  .me-xl-n300 {
    margin-right: -4.8rem !important;
  }
  .me-xl-n325 {
    margin-right: -5.2rem !important;
  }
  .me-xl-n350 {
    margin-right: -5.6rem !important;
  }
  .me-xl-n375 {
    margin-right: -6rem !important;
  }
  .me-xl-n400 {
    margin-right: -6.4rem !important;
  }
  .me-xl-n450 {
    margin-right: -7.2rem !important;
  }
  .me-xl-n500 {
    margin-right: -8rem !important;
  }
  .me-xl-n550 {
    margin-right: -8.8rem !important;
  }
  .me-xl-n600 {
    margin-right: -9.6rem !important;
  }
  .me-xl-n625 {
    margin-right: -10rem !important;
  }
  .me-xl-n650 {
    margin-right: -10.4rem !important;
  }
  .me-xl-n700 {
    margin-right: -11.2rem !important;
  }
  .me-xl-n750 {
    margin-right: -12rem !important;
  }
  .me-xl-n1400 {
    margin-right: -22.4rem !important;
  }
  .me-xl-n5pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
  }
  .me-xl-n10pct {
    margin-right: -var(--bs-gutter-x, 5%) !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.016rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -0.4rem !important;
  }
  .mb-xl-n50 {
    margin-bottom: -0.8rem !important;
  }
  .mb-xl-n75 {
    margin-bottom: -1.2rem !important;
  }
  .mb-xl-n100 {
    margin-bottom: -1.6rem !important;
  }
  .mb-xl-n125 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n150 {
    margin-bottom: -2.4rem !important;
  }
  .mb-xl-n175 {
    margin-bottom: -2.8rem !important;
  }
  .mb-xl-n200 {
    margin-bottom: -3.2rem !important;
  }
  .mb-xl-n250 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n300 {
    margin-bottom: -4.8rem !important;
  }
  .mb-xl-n325 {
    margin-bottom: -5.2rem !important;
  }
  .mb-xl-n350 {
    margin-bottom: -5.6rem !important;
  }
  .mb-xl-n375 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n400 {
    margin-bottom: -6.4rem !important;
  }
  .mb-xl-n450 {
    margin-bottom: -7.2rem !important;
  }
  .mb-xl-n500 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n550 {
    margin-bottom: -8.8rem !important;
  }
  .mb-xl-n600 {
    margin-bottom: -9.6rem !important;
  }
  .mb-xl-n625 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n650 {
    margin-bottom: -10.4rem !important;
  }
  .mb-xl-n700 {
    margin-bottom: -11.2rem !important;
  }
  .mb-xl-n750 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n1400 {
    margin-bottom: -22.4rem !important;
  }
  .mb-xl-n5pct {
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .mb-xl-n10pct {
    margin-bottom: -var(--bs-gutter-x, 5%) !important;
  }
  .ms-xl-n1 {
    margin-left: -0.016rem !important;
  }
  .ms-xl-n25 {
    margin-left: -0.4rem !important;
  }
  .ms-xl-n50 {
    margin-left: -0.8rem !important;
  }
  .ms-xl-n75 {
    margin-left: -1.2rem !important;
  }
  .ms-xl-n100 {
    margin-left: -1.6rem !important;
  }
  .ms-xl-n125 {
    margin-left: -2rem !important;
  }
  .ms-xl-n150 {
    margin-left: -2.4rem !important;
  }
  .ms-xl-n175 {
    margin-left: -2.8rem !important;
  }
  .ms-xl-n200 {
    margin-left: -3.2rem !important;
  }
  .ms-xl-n250 {
    margin-left: -4rem !important;
  }
  .ms-xl-n300 {
    margin-left: -4.8rem !important;
  }
  .ms-xl-n325 {
    margin-left: -5.2rem !important;
  }
  .ms-xl-n350 {
    margin-left: -5.6rem !important;
  }
  .ms-xl-n375 {
    margin-left: -6rem !important;
  }
  .ms-xl-n400 {
    margin-left: -6.4rem !important;
  }
  .ms-xl-n450 {
    margin-left: -7.2rem !important;
  }
  .ms-xl-n500 {
    margin-left: -8rem !important;
  }
  .ms-xl-n550 {
    margin-left: -8.8rem !important;
  }
  .ms-xl-n600 {
    margin-left: -9.6rem !important;
  }
  .ms-xl-n625 {
    margin-left: -10rem !important;
  }
  .ms-xl-n650 {
    margin-left: -10.4rem !important;
  }
  .ms-xl-n700 {
    margin-left: -11.2rem !important;
  }
  .ms-xl-n750 {
    margin-left: -12rem !important;
  }
  .ms-xl-n1400 {
    margin-left: -22.4rem !important;
  }
  .ms-xl-n5pct {
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .ms-xl-n10pct {
    margin-left: -var(--bs-gutter-x, 5%) !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.016rem !important;
  }
  .p-xl-25 {
    padding: 0.4rem !important;
  }
  .p-xl-50 {
    padding: 0.8rem !important;
  }
  .p-xl-75 {
    padding: 1.2rem !important;
  }
  .p-xl-100 {
    padding: 1.6rem !important;
  }
  .p-xl-125 {
    padding: 2rem !important;
  }
  .p-xl-150 {
    padding: 2.4rem !important;
  }
  .p-xl-175 {
    padding: 2.8rem !important;
  }
  .p-xl-200 {
    padding: 3.2rem !important;
  }
  .p-xl-250 {
    padding: 4rem !important;
  }
  .p-xl-300 {
    padding: 4.8rem !important;
  }
  .p-xl-325 {
    padding: 5.2rem !important;
  }
  .p-xl-350 {
    padding: 5.6rem !important;
  }
  .p-xl-375 {
    padding: 6rem !important;
  }
  .p-xl-400 {
    padding: 6.4rem !important;
  }
  .p-xl-450 {
    padding: 7.2rem !important;
  }
  .p-xl-500 {
    padding: 8rem !important;
  }
  .p-xl-550 {
    padding: 8.8rem !important;
  }
  .p-xl-600 {
    padding: 9.6rem !important;
  }
  .p-xl-625 {
    padding: 10rem !important;
  }
  .p-xl-650 {
    padding: 10.4rem !important;
  }
  .p-xl-700 {
    padding: 11.2rem !important;
  }
  .p-xl-750 {
    padding: 12rem !important;
  }
  .p-xl-1400 {
    padding: 22.4rem !important;
  }
  .p-xl-5pct {
    padding: var(--bs-gutter-x, 5%) !important;
  }
  .p-xl-10pct {
    padding: var(--bs-gutter-x, 10%) !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.016rem !important;
    padding-left: 0.016rem !important;
  }
  .px-xl-25 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-50 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-75 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-100 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-125 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-150 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-175 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xl-200 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-250 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-300 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xl-325 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-xl-350 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xl-375 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-400 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-450 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-xl-500 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-550 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .px-xl-600 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .px-xl-625 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-650 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .px-xl-700 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .px-xl-750 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-1400 {
    padding-right: 22.4rem !important;
    padding-left: 22.4rem !important;
  }
  .px-xl-5pct {
    padding-right: var(--bs-gutter-x, 5%) !important;
    padding-left: var(--bs-gutter-x, 5%) !important;
  }
  .px-xl-10pct {
    padding-right: var(--bs-gutter-x, 10%) !important;
    padding-left: var(--bs-gutter-x, 10%) !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.016rem !important;
    padding-bottom: 0.016rem !important;
  }
  .py-xl-25 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-50 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-75 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-100 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-125 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-150 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-175 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xl-200 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-250 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-300 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xl-325 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-xl-350 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xl-375 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-400 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-450 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-xl-500 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-550 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .py-xl-600 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .py-xl-625 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-650 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .py-xl-700 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .py-xl-750 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-1400 {
    padding-top: 22.4rem !important;
    padding-bottom: 22.4rem !important;
  }
  .py-xl-5pct {
    padding-top: var(--bs-gutter-x, 5%) !important;
    padding-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .py-xl-10pct {
    padding-top: var(--bs-gutter-x, 10%) !important;
    padding-bottom: var(--bs-gutter-x, 10%) !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.016rem !important;
  }
  .pt-xl-25 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-50 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-75 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-100 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-125 {
    padding-top: 2rem !important;
  }
  .pt-xl-150 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-175 {
    padding-top: 2.8rem !important;
  }
  .pt-xl-200 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-250 {
    padding-top: 4rem !important;
  }
  .pt-xl-300 {
    padding-top: 4.8rem !important;
  }
  .pt-xl-325 {
    padding-top: 5.2rem !important;
  }
  .pt-xl-350 {
    padding-top: 5.6rem !important;
  }
  .pt-xl-375 {
    padding-top: 6rem !important;
  }
  .pt-xl-400 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-450 {
    padding-top: 7.2rem !important;
  }
  .pt-xl-500 {
    padding-top: 8rem !important;
  }
  .pt-xl-550 {
    padding-top: 8.8rem !important;
  }
  .pt-xl-600 {
    padding-top: 9.6rem !important;
  }
  .pt-xl-625 {
    padding-top: 10rem !important;
  }
  .pt-xl-650 {
    padding-top: 10.4rem !important;
  }
  .pt-xl-700 {
    padding-top: 11.2rem !important;
  }
  .pt-xl-750 {
    padding-top: 12rem !important;
  }
  .pt-xl-1400 {
    padding-top: 22.4rem !important;
  }
  .pt-xl-5pct {
    padding-top: var(--bs-gutter-x, 5%) !important;
  }
  .pt-xl-10pct {
    padding-top: var(--bs-gutter-x, 10%) !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.016rem !important;
  }
  .pe-xl-25 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-50 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-75 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-100 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-125 {
    padding-right: 2rem !important;
  }
  .pe-xl-150 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-175 {
    padding-right: 2.8rem !important;
  }
  .pe-xl-200 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-250 {
    padding-right: 4rem !important;
  }
  .pe-xl-300 {
    padding-right: 4.8rem !important;
  }
  .pe-xl-325 {
    padding-right: 5.2rem !important;
  }
  .pe-xl-350 {
    padding-right: 5.6rem !important;
  }
  .pe-xl-375 {
    padding-right: 6rem !important;
  }
  .pe-xl-400 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-450 {
    padding-right: 7.2rem !important;
  }
  .pe-xl-500 {
    padding-right: 8rem !important;
  }
  .pe-xl-550 {
    padding-right: 8.8rem !important;
  }
  .pe-xl-600 {
    padding-right: 9.6rem !important;
  }
  .pe-xl-625 {
    padding-right: 10rem !important;
  }
  .pe-xl-650 {
    padding-right: 10.4rem !important;
  }
  .pe-xl-700 {
    padding-right: 11.2rem !important;
  }
  .pe-xl-750 {
    padding-right: 12rem !important;
  }
  .pe-xl-1400 {
    padding-right: 22.4rem !important;
  }
  .pe-xl-5pct {
    padding-right: var(--bs-gutter-x, 5%) !important;
  }
  .pe-xl-10pct {
    padding-right: var(--bs-gutter-x, 10%) !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.016rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-175 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-250 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-300 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xl-325 {
    padding-bottom: 5.2rem !important;
  }
  .pb-xl-350 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xl-375 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-400 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-450 {
    padding-bottom: 7.2rem !important;
  }
  .pb-xl-500 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-550 {
    padding-bottom: 8.8rem !important;
  }
  .pb-xl-600 {
    padding-bottom: 9.6rem !important;
  }
  .pb-xl-625 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-650 {
    padding-bottom: 10.4rem !important;
  }
  .pb-xl-700 {
    padding-bottom: 11.2rem !important;
  }
  .pb-xl-750 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-1400 {
    padding-bottom: 22.4rem !important;
  }
  .pb-xl-5pct {
    padding-bottom: var(--bs-gutter-x, 5%) !important;
  }
  .pb-xl-10pct {
    padding-bottom: var(--bs-gutter-x, 10%) !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.016rem !important;
  }
  .ps-xl-25 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-50 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-75 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-100 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-125 {
    padding-left: 2rem !important;
  }
  .ps-xl-150 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-175 {
    padding-left: 2.8rem !important;
  }
  .ps-xl-200 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-250 {
    padding-left: 4rem !important;
  }
  .ps-xl-300 {
    padding-left: 4.8rem !important;
  }
  .ps-xl-325 {
    padding-left: 5.2rem !important;
  }
  .ps-xl-350 {
    padding-left: 5.6rem !important;
  }
  .ps-xl-375 {
    padding-left: 6rem !important;
  }
  .ps-xl-400 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-450 {
    padding-left: 7.2rem !important;
  }
  .ps-xl-500 {
    padding-left: 8rem !important;
  }
  .ps-xl-550 {
    padding-left: 8.8rem !important;
  }
  .ps-xl-600 {
    padding-left: 9.6rem !important;
  }
  .ps-xl-625 {
    padding-left: 10rem !important;
  }
  .ps-xl-650 {
    padding-left: 10.4rem !important;
  }
  .ps-xl-700 {
    padding-left: 11.2rem !important;
  }
  .ps-xl-750 {
    padding-left: 12rem !important;
  }
  .ps-xl-1400 {
    padding-left: 22.4rem !important;
  }
  .ps-xl-5pct {
    padding-left: var(--bs-gutter-x, 5%) !important;
  }
  .ps-xl-10pct {
    padding-left: var(--bs-gutter-x, 10%) !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: 1280px) {
  .fs-1 {
    font-size: 3.6rem !important;
  }
  .fs-2 {
    font-size: 2.4rem !important;
  }
  .fs-3 {
    font-size: 2.2rem !important;
  }
  .fs-4 {
    font-size: 2rem !important;
  }
  .fs-5 {
    font-size: 1.8rem !important;
  }
  .fs-6 {
    font-size: 1.6rem !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: -ms-grid !important;
    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;
  }
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  background: #fff;
  color: #C1112E !important;
}

.btn-primary.active .border, .btn-primary:active .border, .btn-primary:hover .border, .btn-primary:focus .border {
  border-color: #C1112E !important;
}

.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #C1112E !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-primary.active .border, .btn-outline-primary:active .border, .btn-outline-primary:hover .border, .btn-outline-primary:focus .border {
  border-color: #fff !important;
}

.link-hover-primary:active, .link-hover-primary:hover, .link-hover-primary:focus {
  color: #9a0e25;
}

.accordion-button-primary {
  background-color: #C1112E;
}

.accordion-button-primary:not(.collapsed) {
  background-color: #C1112E;
}

.accordion-button-outline-primary {
  background-color: #fff;
  border: 1px solid #C1112E;
}

.accordion-button-outline-primary:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-primary:focus {
  border-color: #C1112E;
}

.accordion-button-outline-primary {
  color: #212529;
}

.accordion-button-outline-primary::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C1112E' stroke='%23C1112E' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-primary:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-primary:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C1112E' stroke='%23C1112E' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-primary {
  text-shadow: 1px 1px 0 #C1112E, -1px -1px 0 #C1112E, -1px 1px 0 #C1112E, 1px -1px 0 #C1112E, 1px 0 0 #C1112E, -1px 0 0 #C1112E, 0 1px 0 #C1112E, 0 -1px 0 #C1112E;
}

.text-stroke-2-primary {
  text-shadow: 2px 2px 0 #C1112E, -2px -2px 0 #C1112E, -2px 2px 0 #C1112E, 2px -2px 0 #C1112E, 2px 0 0 #C1112E, -2px 0 0 #C1112E, 0 2px 0 #C1112E, 0 -2px 0 #C1112E;
}

.btn-secondary.active, .btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
  background: #fff;
  color: #000000 !important;
}

.btn-secondary.active .border, .btn-secondary:active .border, .btn-secondary:hover .border, .btn-secondary:focus .border {
  border-color: #000000 !important;
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background: #000000 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-secondary.active .border, .btn-outline-secondary:active .border, .btn-outline-secondary:hover .border, .btn-outline-secondary:focus .border {
  border-color: #fff !important;
}

.link-hover-secondary:active, .link-hover-secondary:hover, .link-hover-secondary:focus {
  color: black;
}

.accordion-button-secondary {
  background-color: #000000;
}

.accordion-button-secondary:not(.collapsed) {
  background-color: #000000;
}

.accordion-button-outline-secondary {
  background-color: #fff;
  border: 1px solid #000000;
}

.accordion-button-outline-secondary:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-secondary:focus {
  border-color: #000000;
}

.accordion-button-outline-secondary {
  color: #212529;
}

.accordion-button-outline-secondary::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000' stroke='%23000000' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-secondary:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-secondary:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000' stroke='%23000000' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-secondary {
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000;
}

.text-stroke-2-secondary {
  text-shadow: 2px 2px 0 #000000, -2px -2px 0 #000000, -2px 2px 0 #000000, 2px -2px 0 #000000, 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000;
}

.btn-success.active, .btn-success:active, .btn-success:hover, .btn-success:focus {
  background: #fff;
  color: #198754 !important;
}

.btn-success.active .border, .btn-success:active .border, .btn-success:hover .border, .btn-success:focus .border {
  border-color: #198754 !important;
}

.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:hover, .btn-outline-success:focus {
  background: #198754 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-success.active .border, .btn-outline-success:active .border, .btn-outline-success:hover .border, .btn-outline-success:focus .border {
  border-color: #fff !important;
}

.link-hover-success:active, .link-hover-success:hover, .link-hover-success:focus {
  color: #146c43;
}

.accordion-button-success {
  background-color: #198754;
}

.accordion-button-success:not(.collapsed) {
  background-color: #198754;
}

.accordion-button-outline-success {
  background-color: #fff;
  border: 1px solid #198754;
}

.accordion-button-outline-success:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-success:focus {
  border-color: #198754;
}

.accordion-button-outline-success {
  color: #212529;
}

.accordion-button-outline-success::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754' stroke='%23198754' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-success:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-success:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754' stroke='%23198754' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-success {
  text-shadow: 1px 1px 0 #198754, -1px -1px 0 #198754, -1px 1px 0 #198754, 1px -1px 0 #198754, 1px 0 0 #198754, -1px 0 0 #198754, 0 1px 0 #198754, 0 -1px 0 #198754;
}

.text-stroke-2-success {
  text-shadow: 2px 2px 0 #198754, -2px -2px 0 #198754, -2px 2px 0 #198754, 2px -2px 0 #198754, 2px 0 0 #198754, -2px 0 0 #198754, 0 2px 0 #198754, 0 -2px 0 #198754;
}

.btn-info.active, .btn-info:active, .btn-info:hover, .btn-info:focus {
  background: #fff;
  color: #0dcaf0 !important;
}

.btn-info.active .border, .btn-info:active .border, .btn-info:hover .border, .btn-info:focus .border {
  border-color: #0dcaf0 !important;
}

.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:hover, .btn-outline-info:focus {
  background: #0dcaf0 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-info.active .border, .btn-outline-info:active .border, .btn-outline-info:hover .border, .btn-outline-info:focus .border {
  border-color: #fff !important;
}

.link-hover-info:active, .link-hover-info:hover, .link-hover-info:focus {
  color: #3dd5f3;
}

.accordion-button-info {
  background-color: #0dcaf0;
}

.accordion-button-info:not(.collapsed) {
  background-color: #0dcaf0;
}

.accordion-button-outline-info {
  background-color: #fff;
  border: 1px solid #0dcaf0;
}

.accordion-button-outline-info:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-info:focus {
  border-color: #0dcaf0;
}

.accordion-button-outline-info {
  color: #212529;
}

.accordion-button-outline-info::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230dcaf0' stroke='%230dcaf0' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-info:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-info:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230dcaf0' stroke='%230dcaf0' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-info {
  text-shadow: 1px 1px 0 #0dcaf0, -1px -1px 0 #0dcaf0, -1px 1px 0 #0dcaf0, 1px -1px 0 #0dcaf0, 1px 0 0 #0dcaf0, -1px 0 0 #0dcaf0, 0 1px 0 #0dcaf0, 0 -1px 0 #0dcaf0;
}

.text-stroke-2-info {
  text-shadow: 2px 2px 0 #0dcaf0, -2px -2px 0 #0dcaf0, -2px 2px 0 #0dcaf0, 2px -2px 0 #0dcaf0, 2px 0 0 #0dcaf0, -2px 0 0 #0dcaf0, 0 2px 0 #0dcaf0, 0 -2px 0 #0dcaf0;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .btn-warning:focus {
  background: #fff;
  color: #ffc107 !important;
}

.btn-warning.active .border, .btn-warning:active .border, .btn-warning:hover .border, .btn-warning:focus .border {
  border-color: #ffc107 !important;
}

.btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:hover, .btn-outline-warning:focus {
  background: #ffc107 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-warning.active .border, .btn-outline-warning:active .border, .btn-outline-warning:hover .border, .btn-outline-warning:focus .border {
  border-color: #fff !important;
}

.link-hover-warning:active, .link-hover-warning:hover, .link-hover-warning:focus {
  color: #ffcd39;
}

.accordion-button-warning {
  background-color: #ffc107;
}

.accordion-button-warning:not(.collapsed) {
  background-color: #ffc107;
}

.accordion-button-outline-warning {
  background-color: #fff;
  border: 1px solid #ffc107;
}

.accordion-button-outline-warning:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-warning:focus {
  border-color: #ffc107;
}

.accordion-button-outline-warning {
  color: #212529;
}

.accordion-button-outline-warning::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107' stroke='%23ffc107' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-warning:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-warning:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107' stroke='%23ffc107' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-warning {
  text-shadow: 1px 1px 0 #ffc107, -1px -1px 0 #ffc107, -1px 1px 0 #ffc107, 1px -1px 0 #ffc107, 1px 0 0 #ffc107, -1px 0 0 #ffc107, 0 1px 0 #ffc107, 0 -1px 0 #ffc107;
}

.text-stroke-2-warning {
  text-shadow: 2px 2px 0 #ffc107, -2px -2px 0 #ffc107, -2px 2px 0 #ffc107, 2px -2px 0 #ffc107, 2px 0 0 #ffc107, -2px 0 0 #ffc107, 0 2px 0 #ffc107, 0 -2px 0 #ffc107;
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .btn-danger:focus {
  background: #fff;
  color: #dc3545 !important;
}

.btn-danger.active .border, .btn-danger:active .border, .btn-danger:hover .border, .btn-danger:focus .border {
  border-color: #dc3545 !important;
}

.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:hover, .btn-outline-danger:focus {
  background: #dc3545 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-danger.active .border, .btn-outline-danger:active .border, .btn-outline-danger:hover .border, .btn-outline-danger:focus .border {
  border-color: #fff !important;
}

.link-hover-danger:active, .link-hover-danger:hover, .link-hover-danger:focus {
  color: #b02a37;
}

.accordion-button-danger {
  background-color: #dc3545;
}

.accordion-button-danger:not(.collapsed) {
  background-color: #dc3545;
}

.accordion-button-outline-danger {
  background-color: #fff;
  border: 1px solid #dc3545;
}

.accordion-button-outline-danger:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-danger:focus {
  border-color: #dc3545;
}

.accordion-button-outline-danger {
  color: #212529;
}

.accordion-button-outline-danger::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545' stroke='%23dc3545' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-danger:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-danger:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545' stroke='%23dc3545' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-danger {
  text-shadow: 1px 1px 0 #dc3545, -1px -1px 0 #dc3545, -1px 1px 0 #dc3545, 1px -1px 0 #dc3545, 1px 0 0 #dc3545, -1px 0 0 #dc3545, 0 1px 0 #dc3545, 0 -1px 0 #dc3545;
}

.text-stroke-2-danger {
  text-shadow: 2px 2px 0 #dc3545, -2px -2px 0 #dc3545, -2px 2px 0 #dc3545, 2px -2px 0 #dc3545, 2px 0 0 #dc3545, -2px 0 0 #dc3545, 0 2px 0 #dc3545, 0 -2px 0 #dc3545;
}

.btn-light.active, .btn-light:active, .btn-light:hover, .btn-light:focus {
  background: #fff;
  color: #f8f9fa !important;
}

.btn-light.active .border, .btn-light:active .border, .btn-light:hover .border, .btn-light:focus .border {
  border-color: #f8f9fa !important;
}

.btn-outline-light.active, .btn-outline-light:active, .btn-outline-light:hover, .btn-outline-light:focus {
  background: #f8f9fa !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-light.active .border, .btn-outline-light:active .border, .btn-outline-light:hover .border, .btn-outline-light:focus .border {
  border-color: #fff !important;
}

.link-hover-light:active, .link-hover-light:hover, .link-hover-light:focus {
  color: #f9fafb;
}

.accordion-button-light {
  background-color: #f8f9fa;
}

.accordion-button-light:not(.collapsed) {
  background-color: #f8f9fa;
}

.accordion-button-outline-light {
  background-color: #fff;
  border: 1px solid #f8f9fa;
}

.accordion-button-outline-light:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-light:focus {
  border-color: #f8f9fa;
}

.accordion-button-outline-light {
  color: #212529;
}

.accordion-button-outline-light::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8f9fa' stroke='%23f8f9fa' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-light:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-light:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8f9fa' stroke='%23f8f9fa' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-light {
  text-shadow: 1px 1px 0 #f8f9fa, -1px -1px 0 #f8f9fa, -1px 1px 0 #f8f9fa, 1px -1px 0 #f8f9fa, 1px 0 0 #f8f9fa, -1px 0 0 #f8f9fa, 0 1px 0 #f8f9fa, 0 -1px 0 #f8f9fa;
}

.text-stroke-2-light {
  text-shadow: 2px 2px 0 #f8f9fa, -2px -2px 0 #f8f9fa, -2px 2px 0 #f8f9fa, 2px -2px 0 #f8f9fa, 2px 0 0 #f8f9fa, -2px 0 0 #f8f9fa, 0 2px 0 #f8f9fa, 0 -2px 0 #f8f9fa;
}

.btn-dark.active, .btn-dark:active, .btn-dark:hover, .btn-dark:focus {
  background: #fff;
  color: #212529 !important;
}

.btn-dark.active .border, .btn-dark:active .border, .btn-dark:hover .border, .btn-dark:focus .border {
  border-color: #212529 !important;
}

.btn-outline-dark.active, .btn-outline-dark:active, .btn-outline-dark:hover, .btn-outline-dark:focus {
  background: #212529 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-dark.active .border, .btn-outline-dark:active .border, .btn-outline-dark:hover .border, .btn-outline-dark:focus .border {
  border-color: #fff !important;
}

.link-hover-dark:active, .link-hover-dark:hover, .link-hover-dark:focus {
  color: #1a1e21;
}

.accordion-button-dark {
  background-color: #212529;
}

.accordion-button-dark:not(.collapsed) {
  background-color: #212529;
}

.accordion-button-outline-dark {
  background-color: #fff;
  border: 1px solid #212529;
}

.accordion-button-outline-dark:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-dark:focus {
  border-color: #212529;
}

.accordion-button-outline-dark {
  color: #212529;
}

.accordion-button-outline-dark::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529' stroke='%23212529' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-dark:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-dark:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529' stroke='%23212529' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-dark {
  text-shadow: 1px 1px 0 #212529, -1px -1px 0 #212529, -1px 1px 0 #212529, 1px -1px 0 #212529, 1px 0 0 #212529, -1px 0 0 #212529, 0 1px 0 #212529, 0 -1px 0 #212529;
}

.text-stroke-2-dark {
  text-shadow: 2px 2px 0 #212529, -2px -2px 0 #212529, -2px 2px 0 #212529, 2px -2px 0 #212529, 2px 0 0 #212529, -2px 0 0 #212529, 0 2px 0 #212529, 0 -2px 0 #212529;
}

.btn-tertiary.active, .btn-tertiary:active, .btn-tertiary:hover, .btn-tertiary:focus {
  background: #fff;
  color: #FFF7EF !important;
}

.btn-tertiary.active .border, .btn-tertiary:active .border, .btn-tertiary:hover .border, .btn-tertiary:focus .border {
  border-color: #FFF7EF !important;
}

.btn-outline-tertiary.active, .btn-outline-tertiary:active, .btn-outline-tertiary:hover, .btn-outline-tertiary:focus {
  background: #FFF7EF !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-tertiary.active .border, .btn-outline-tertiary:active .border, .btn-outline-tertiary:hover .border, .btn-outline-tertiary:focus .border {
  border-color: #fff !important;
}

.link-hover-tertiary:active, .link-hover-tertiary:hover, .link-hover-tertiary:focus {
  color: #fff9f2;
}

.accordion-button-tertiary {
  background-color: #FFF7EF;
}

.accordion-button-tertiary:not(.collapsed) {
  background-color: #FFF7EF;
}

.accordion-button-outline-tertiary {
  background-color: #fff;
  border: 1px solid #FFF7EF;
}

.accordion-button-outline-tertiary:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-tertiary:focus {
  border-color: #FFF7EF;
}

.accordion-button-outline-tertiary {
  color: #212529;
}

.accordion-button-outline-tertiary::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF7EF' stroke='%23FFF7EF' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-tertiary:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-tertiary:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF7EF' stroke='%23FFF7EF' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-tertiary {
  text-shadow: 1px 1px 0 #FFF7EF, -1px -1px 0 #FFF7EF, -1px 1px 0 #FFF7EF, 1px -1px 0 #FFF7EF, 1px 0 0 #FFF7EF, -1px 0 0 #FFF7EF, 0 1px 0 #FFF7EF, 0 -1px 0 #FFF7EF;
}

.text-stroke-2-tertiary {
  text-shadow: 2px 2px 0 #FFF7EF, -2px -2px 0 #FFF7EF, -2px 2px 0 #FFF7EF, 2px -2px 0 #FFF7EF, 2px 0 0 #FFF7EF, -2px 0 0 #FFF7EF, 0 2px 0 #FFF7EF, 0 -2px 0 #FFF7EF;
}

.btn-quaternary.active, .btn-quaternary:active, .btn-quaternary:hover, .btn-quaternary:focus {
  background: #fff;
  color: #666666 !important;
}

.btn-quaternary.active .border, .btn-quaternary:active .border, .btn-quaternary:hover .border, .btn-quaternary:focus .border {
  border-color: #666666 !important;
}

.btn-outline-quaternary.active, .btn-outline-quaternary:active, .btn-outline-quaternary:hover, .btn-outline-quaternary:focus {
  background: #666666 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-quaternary.active .border, .btn-outline-quaternary:active .border, .btn-outline-quaternary:hover .border, .btn-outline-quaternary:focus .border {
  border-color: #fff !important;
}

.link-hover-quaternary:active, .link-hover-quaternary:hover, .link-hover-quaternary:focus {
  color: #525252;
}

.accordion-button-quaternary {
  background-color: #666666;
}

.accordion-button-quaternary:not(.collapsed) {
  background-color: #666666;
}

.accordion-button-outline-quaternary {
  background-color: #fff;
  border: 1px solid #666666;
}

.accordion-button-outline-quaternary:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-quaternary:focus {
  border-color: #666666;
}

.accordion-button-outline-quaternary {
  color: #212529;
}

.accordion-button-outline-quaternary::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666' stroke='%23666666' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-quaternary:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-quaternary:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666' stroke='%23666666' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-quaternary {
  text-shadow: 1px 1px 0 #666666, -1px -1px 0 #666666, -1px 1px 0 #666666, 1px -1px 0 #666666, 1px 0 0 #666666, -1px 0 0 #666666, 0 1px 0 #666666, 0 -1px 0 #666666;
}

.text-stroke-2-quaternary {
  text-shadow: 2px 2px 0 #666666, -2px -2px 0 #666666, -2px 2px 0 #666666, 2px -2px 0 #666666, 2px 0 0 #666666, -2px 0 0 #666666, 0 2px 0 #666666, 0 -2px 0 #666666;
}

.btn-quinary.active, .btn-quinary:active, .btn-quinary:hover, .btn-quinary:focus {
  background: #fff;
  color: #001617 !important;
}

.btn-quinary.active .border, .btn-quinary:active .border, .btn-quinary:hover .border, .btn-quinary:focus .border {
  border-color: #001617 !important;
}

.btn-outline-quinary.active, .btn-outline-quinary:active, .btn-outline-quinary:hover, .btn-outline-quinary:focus {
  background: #001617 !important;
  border-color: #fff !important;
  /*      color: #fff!important;*/
}

.btn-outline-quinary.active .border, .btn-outline-quinary:active .border, .btn-outline-quinary:hover .border, .btn-outline-quinary:focus .border {
  border-color: #fff !important;
}

.link-hover-quinary:active, .link-hover-quinary:hover, .link-hover-quinary:focus {
  color: #001212;
}

.accordion-button-quinary {
  background-color: #001617;
}

.accordion-button-quinary:not(.collapsed) {
  background-color: #001617;
}

.accordion-button-outline-quinary {
  background-color: #fff;
  border: 1px solid #001617;
}

.accordion-button-outline-quinary:not(.collapsed) {
  background-color: #fff;
}

.accordion-button-outline-quinary:focus {
  border-color: #001617;
}

.accordion-button-outline-quinary {
  color: #212529;
}

.accordion-button-outline-quinary::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001617' stroke='%23001617' stroke-width='1'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button-outline-quinary:not(.collapsed) {
  color: #212529;
}

.accordion-button-outline-quinary:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001617' stroke='%23001617' stroke-width='1' transform='rotate(90)'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/></svg>");
}

.text-stroke-1-quinary {
  text-shadow: 1px 1px 0 #001617, -1px -1px 0 #001617, -1px 1px 0 #001617, 1px -1px 0 #001617, 1px 0 0 #001617, -1px 0 0 #001617, 0 1px 0 #001617, 0 -1px 0 #001617;
}

.text-stroke-2-quinary {
  text-shadow: 2px 2px 0 #001617, -2px -2px 0 #001617, -2px 2px 0 #001617, 2px -2px 0 #001617, 2px 0 0 #001617, -2px 0 0 #001617, 0 2px 0 #001617, 0 -2px 0 #001617;
}

.accordion-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-button-icon::before {
  margin: 0 .5em;
  color: #000000;
  font-size: .8em;
  content: 'OPEN';
}

.accordion-button:not(.collapsed) .accordion-button-icon::before {
  content: 'CLOSE';
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
}

/* ==========================================================================
Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
ol.list-attr li::before {
  color: #C1112E;
}

.fz-sm {
  font-size: 1.2rem;
}

.fz-lg {
  font-size: 2.4rem;
}

/* Utility
----------------------------------------------------------------- */
/* ==========================================================================
Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
header h1, header .h1 {
  text-shadow: #C1112E 1px 0 10px;
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* 見出し */
.design-h3 {
  border-bottom-color: #000000;
}

.design-h3:after {
  border-bottom-color: #C1112E;
}

/* Main
----------------------------------------------------------------- */
/* Footer
----------------------------------------------------------------- */
/* pagetop */
.pagetop:hover .pagetop-title:before,
.pagetop:focus .pagetop-title:before {
  color: #C1112E;
}
/*# sourceMappingURL=bootstrap_custom.css.map */