@charset "UTF-8";
@media (max-width: 540px) {
  .container {
    width: 90% !important;
  }
}

/*
    Contenido de bootstrap.scss (comentar los include que no se necesiten).
    En caso de querer sobrescribir variables de bootstrap, se puede hacer aquí
    o en abstracts/variables, que aunque se carga antes que este archivo, en
    "~bootstrap/scss/variables" todos tienen !default, por lo que serán sobrescritas
 */
: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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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));
  --bs-body-font-family: Archia;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

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

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

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

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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



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

.icon-folder-open {
  width: 16px!important;
  background-position: -408px -120px!important;
  cursor: pointer!important;
}

.radio-form-group {
  width: 60%;
}

.radio-form-group>span {
  margin-right: 20px;
}

.radio-form-group>input  {
  display:  inline!important;
}

.radio-form-group>span>input  {
  display:  inline!important;
}

.radio-form-group>div>input  {
  display:  inline!important;
}

.file-input-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 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: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 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: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  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-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 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: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #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.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

.accordion-body {
  padding: 1rem 1.25rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

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

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #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: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .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: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

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

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

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 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: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 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;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Archia";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Archia";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-white {
  border-color: #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 {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 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: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**/
@font-face {
  font-family: "Archia";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Archia-Light.otf?f21b31009bfe402593c0d17acf7282fe) format("opentype");
}
@font-face {
  font-family: "Archia";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Archia-Regular.otf?0a649844e15f25fbdd020e2ada81d9e3) format("opentype");
}
@font-face {
  font-family: "Archia";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Archia-Medium.otf?64d41d9e233b521b86a63f52242101f6) format("opentype");
}
@font-face {
  font-family: "Archia";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Archia-Semibold.otf?7d190e5ebb68e83c24d2d341ad9cf76a) format("opentype");
}
@font-face {
  font-family: "Archia";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Archia-Bold.otf?44a7a5ade8fdbe2dacfb0d3a0e348cc8) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.ttf?f0963fd9968fbd54cc35e8f0107db8d5) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf?ac98a5f5ca71180fe293683b5ea727a8) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf?3a0917345468c959207a35a358557a85) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-Semibold.ttf?04af9a9e62bb4c47bd55634f7fedfda3) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.ttf?63fae500fdcf19ce83d4e55c5dbb744b) format("truetype");
}
body {
  color: #004289;
}

.h1 {
  font-size: 36px;
  font-weight: 700;
}

.h2 {
  font-size: 24px;
  font-weight: 700;
}

.h3 {
  font-size: 18px;
}

.h1-tiene-icono {
  padding-left: 60px;
  position: relative;
}
.h1-tiene-icono::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#check {
  width: 30px;
  height: 30px;
}
#check #tick {
  stroke: #63bc01;
  stroke-width: 6;
  transition: all 1s;
}
#check #circle {
  stroke: #63bc01;
  stroke-width: 6;
  transform-origin: 50px 50px 0;
  transition: all 1s;
  stroke-dasharray: 500;
}
#check.loading #tick {
  opacity: 0;
}
#check.loading #circle {
  stroke: #4c4c4c;
  stroke-dasharray: 314;
  stroke-dashoffset: 1000;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
#check.ready #tick {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 8s ease-out forwards;
          animation: draw 8s ease-out forwards;
}
#check.ready #circle {
  stroke-dashoffset: 66;
  stroke: #63bc01;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 66;
  }
  50% {
    transform: rotate(540deg);
    stroke-dashoffset: 314;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 66;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 66;
  }
  50% {
    transform: rotate(540deg);
    stroke-dashoffset: 314;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 66;
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.container {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .container {
    margin-top: 0;
  }
}

a {
  color: #004289;
}
a:hover {
  color: #3EDF7E;
}

.navbar {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .navbar {
    padding: 1rem 1rem;
  }
}

.navbar-light .navbar-toggler {
  border: none;
  box-shadow: none;
}

.navbar-expand-xl {
  justify-content: space-between;
}

.navbar-brand {
  height: 110px;
  width: 235px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg id='USC009_Bosquexos_4.1-04' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='262.984' height='123.227' viewBox='0 0 262.984 123.227'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.508' y1='1' x2='0.508' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%233edf7e' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%233edf7e'/%3E%3Cstop offset='1' stop-color='%233edf7e' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='0.492' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-5' x1='0.492' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-6' x1='0.508' x2='0.508' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-12' x1='0.508' y1='0.999' x2='0.508' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-13' x1='0.492' y1='0.999' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-14' x1='0.508' y1='1.001' x2='0.508' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-15' x1='0.492' y1='1.001' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-16' x1='0.508' y1='0.998' x2='0.508' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-20' x1='0.492' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-24' x1='0.492' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-27' x1='0.492' y1='0.999' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-51' x1='0.492' y1='1.001' x2='0.492' y2='0' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-55' y1='0.492' x2='1' y2='0.492' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%233edf7e' stop-opacity='0'/%3E%3Cstop offset='0.01' stop-color='%233edf7e' stop-opacity='0.11'/%3E%3Cstop offset='0.03' stop-color='%233edf7e' stop-opacity='0.302'/%3E%3Cstop offset='0.06' stop-color='%233edf7e' stop-opacity='0.471'/%3E%3Cstop offset='0.09' stop-color='%233edf7e' stop-opacity='0.612'/%3E%3Cstop offset='0.12' stop-color='%233edf7e' stop-opacity='0.729'/%3E%3Cstop offset='0.15' stop-color='%233edf7e' stop-opacity='0.831'/%3E%3Cstop offset='0.19' stop-color='%233edf7e' stop-opacity='0.91'/%3E%3Cstop offset='0.24' stop-color='%233edf7e' stop-opacity='0.961'/%3E%3Cstop offset='0.31' stop-color='%233edf7e' stop-opacity='0.988'/%3E%3Cstop offset='0.5' stop-color='%233edf7e'/%3E%3Cstop offset='0.56' stop-color='%233edf7e' stop-opacity='0.98'/%3E%3Cstop offset='0.63' stop-color='%233edf7e' stop-opacity='0.922'/%3E%3Cstop offset='0.7' stop-color='%233edf7e' stop-opacity='0.82'/%3E%3Cstop offset='0.77' stop-color='%233edf7e' stop-opacity='0.69'/%3E%3Cstop offset='0.84' stop-color='%233edf7e' stop-opacity='0.51'/%3E%3Cstop offset='0.92' stop-color='%233edf7e' stop-opacity='0.29'/%3E%3Cstop offset='0.99' stop-color='%233edf7e' stop-opacity='0.039'/%3E%3Cstop offset='1' stop-color='%233edf7e' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Grupo_1' data-name='Grupo 1' transform='translate(7.301)'%3E%3Crect id='Rectángulo_1' data-name='Rectángulo 1' width='0.681' height='117.843' transform='translate(26.303 2.514)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_2' data-name='Rectángulo 2' width='0.681' height='102.392' transform='translate(24.553 10.234)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_3' data-name='Rectángulo 3' width='0.681' height='115.497' transform='translate(22.804 3.792)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_4' data-name='Rectángulo 4' width='0.681' height='109.379' transform='translate(21.044 6.809)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_5' data-name='Rectángulo 5' width='0.681' height='63.028' transform='translate(19.295 29.927)' fill='url(%23linear-gradient-5)'/%3E%3Crect id='Rectángulo_6' data-name='Rectángulo 6' width='0.681' height='37.217' transform='translate(17.535 42.822)' fill='url(%23linear-gradient-6)'/%3E%3Crect id='Rectángulo_7' data-name='Rectángulo 7' width='0.681' height='23.516' transform='translate(15.786 49.609)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_8' data-name='Rectángulo 8' width='0.681' height='18.677' transform='translate(14.036 52.165)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_9' data-name='Rectángulo 9' width='0.681' height='13.638' transform='translate(12.277 54.648)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_10' data-name='Rectángulo 10' width='0.681' height='13.638' transform='translate(10.527 54.648)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_11' data-name='Rectángulo 11' width='0.681' height='12.224' transform='translate(8.768 55.391)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_12' data-name='Rectángulo 12' width='0.681' height='9.344' transform='translate(7.018 56.732)' fill='url(%23linear-gradient-12)'/%3E%3Crect id='Rectángulo_13' data-name='Rectángulo 13' width='0.681' height='9.344' transform='translate(5.269 56.732)' fill='url(%23linear-gradient-13)'/%3E%3Crect id='Rectángulo_14' data-name='Rectángulo 14' width='0.681' height='7.992' transform='translate(3.509 57.465)' fill='url(%23linear-gradient-14)'/%3E%3Crect id='Rectángulo_15' data-name='Rectángulo 15' width='0.681' height='7.175' transform='translate(1.76 57.832)' fill='url(%23linear-gradient-15)'/%3E%3Crect id='Rectángulo_16' data-name='Rectángulo 16' width='0.681' height='5.007' transform='translate(0 59.037)' fill='url(%23linear-gradient-16)'/%3E%3Crect id='Rectángulo_17' data-name='Rectángulo 17' width='0.681' height='119.058' transform='translate(28.062 1.969)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_18' data-name='Rectángulo 18' width='0.681' height='123.227' transform='translate(68.391)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_19' data-name='Rectángulo 19' width='0.681' height='119.728' transform='translate(70.151 1.634)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_20' data-name='Rectángulo 20' width='0.681' height='103.346' transform='translate(71.9 9.731)' fill='url(%23linear-gradient-20)'/%3E%3Crect id='Rectángulo_21' data-name='Rectángulo 21' width='0.681' height='85.454' transform='translate(73.649 18.708)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_22' data-name='Rectángulo 22' width='0.681' height='89.885' transform='translate(75.409 16.383)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_23' data-name='Rectángulo 23' width='0.681' height='76.477' transform='translate(77.158 23.202)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_24' data-name='Rectángulo 24' width='0.681' height='34.096' transform='translate(78.918 44.529)' fill='url(%23linear-gradient-24)'/%3E%3Crect id='Rectángulo_25' data-name='Rectángulo 25' width='0.681' height='28.261' transform='translate(80.667 47.284)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_26' data-name='Rectángulo 26' width='0.681' height='26.585' transform='translate(82.417 48.143)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_27' data-name='Rectángulo 27' width='0.681' height='19.064' transform='translate(84.177 51.998)' fill='url(%23linear-gradient-27)'/%3E%3Crect id='Rectángulo_28' data-name='Rectángulo 28' width='0.681' height='15.503' transform='translate(85.926 53.684)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_29' data-name='Rectángulo 29' width='0.681' height='7.217' transform='translate(87.686 57.769)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_30' data-name='Rectángulo 30' width='0.681' height='5.038' transform='translate(89.435 58.984)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_31' data-name='Rectángulo 31' width='0.681' height='5.038' transform='translate(91.184 59.016)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_32' data-name='Rectángulo 32' width='0.681' height='2.21' transform='translate(92.944 60.22)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_33' data-name='Rectángulo 33' width='0.681' height='51.736' transform='translate(29.812 35.562)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_34' data-name='Rectángulo 34' width='0.681' height='48.457' transform='translate(31.571 37.238)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_35' data-name='Rectángulo 35' width='0.681' height='44.403' transform='translate(33.321 39.239)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_36' data-name='Rectángulo 36' width='0.681' height='41.177' transform='translate(35.081 40.8)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_37' data-name='Rectángulo 37' width='0.681' height='81.579' transform='translate(36.83 20.678)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_38' data-name='Rectángulo 38' width='0.681' height='92.86' transform='translate(38.579 15.011)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_39' data-name='Rectángulo 39' width='0.681' height='101.209' transform='translate(40.339 10.81)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_40' data-name='Rectángulo 40' width='0.681' height='78.551' transform='translate(42.088 22.092)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_41' data-name='Rectángulo 41' width='0.681' height='83.579' transform='translate(43.848 19.599)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_42' data-name='Rectángulo 42' width='0.681' height='69.166' transform='translate(45.597 26.837)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_43' data-name='Rectángulo 43' width='0.681' height='49.285' transform='translate(47.347 36.798)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_44' data-name='Rectángulo 44' width='0.681' height='23.841' transform='translate(49.106 49.494)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_45' data-name='Rectángulo 45' width='0.681' height='39.124' transform='translate(50.856 41.879)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_46' data-name='Rectángulo 46' width='0.681' height='16.613' transform='translate(52.616 53.16)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_47' data-name='Rectángulo 47' width='0.681' height='12.455' transform='translate(54.365 55.213)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_48' data-name='Rectángulo 48' width='0.681' height='6.013' transform='translate(56.114 58.534)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_49' data-name='Rectángulo 49' width='0.681' height='6.013' transform='translate(57.874 58.534)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_50' data-name='Rectángulo 50' width='0.681' height='4.253' transform='translate(59.623 59.361)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_51' data-name='Rectángulo 51' width='0.681' height='7.762' transform='translate(61.383 57.214)' fill='url(%23linear-gradient-51)'/%3E%3Crect id='Rectángulo_52' data-name='Rectángulo 52' width='0.681' height='6.013' transform='translate(63.132 58.534)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectángulo_53' data-name='Rectángulo 53' width='0.681' height='5.038' transform='translate(64.882 58.984)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_54' data-name='Rectángulo 54' width='0.681' height='23.537' transform='translate(66.641 49.494)' fill='url(%23linear-gradient-3)'/%3E%3C/g%3E%3Crect id='Rectángulo_55' data-name='Rectángulo 55' width='262.984' height='0.681' transform='translate(0 60.985)' fill='url(%23linear-gradient-55)'/%3E%3Cg id='Grupo_2' data-name='Grupo 2' transform='translate(105.556 73.524)'%3E%3Cpath id='Trazado_1' data-name='Trazado 1' d='M100.77,70.32h4.316v.649h-3.593v2.881h3.362v.639h-3.362v3.582h-.723V70.31Z' transform='translate(-100.77 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_2' data-name='Trazado 2' d='M106.65,70.32h4.316v.649h-3.593V73.8h3.1v.639h-3.1v3H111.1v.639H106.65V70.31Z' transform='translate(-100.491 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_3' data-name='Trazado 3' d='M112.66,70.32h2.42a2.214,2.214,0,0,1,2.472,2.221,2.187,2.187,0,0,1-1.917,2.284l2.095,3.258h-.869l-2.022-3.216h-1.466v3.216h-.723V70.32Zm2.409,3.9a1.57,1.57,0,0,0,1.718-1.666,1.55,1.55,0,0,0-1.77-1.561h-1.634v3.226h1.686Z' transform='translate(-100.206 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_4' data-name='Trazado 4' d='M119.15,70.32h2.42a2.214,2.214,0,0,1,2.472,2.221,2.187,2.187,0,0,1-1.917,2.284l2.095,3.258h-.869l-2.022-3.216h-1.466v3.216h-.723V70.32Zm2.409,3.9a1.57,1.57,0,0,0,1.718-1.666,1.55,1.55,0,0,0-1.77-1.561h-1.634v3.226h1.686Z' transform='translate(-99.898 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_5' data-name='Trazado 5' d='M127.744,70.32h1.037l2.923,7.762h-.765l-.712-1.906h-3.97l-.712,1.906h-.754l2.954-7.762Zm2.231,5.2-1.7-4.557h-.052l-1.707,4.557Z' transform='translate(-99.629 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_6' data-name='Trazado 6' d='M132.83,70.32h1.257l2.472,7.133h.052l2.462-7.133h1.257v7.762h-.7V70.948h-.052l-2.493,7.133h-1l-2.5-7.133h-.042v7.133h-.7V70.32Z' transform='translate(-99.247 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_7' data-name='Trazado 7' d='M142.27,70.32h4.316v.649h-3.593V73.8h3.1v.639h-3.1v3h3.729v.639H142.27V70.31Z' transform='translate(-98.799 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_8' data-name='Trazado 8' d='M148.28,70.32h1.194l3.865,7.133h.052V70.32h.712v7.762h-1.247l-3.813-7.133h-.052v7.133h-.712V70.32Z' transform='translate(-98.514 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_9' data-name='Trazado 9' d='M157.674,71H155.38V70.32h5.332V71h-2.3v7.092h-.733Z' transform='translate(-98.176 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_10' data-name='Trazado 10' d='M163.584,70.32h1.037l2.922,7.762h-.765l-.712-1.906H162.1l-.712,1.906h-.754l2.954-7.762Zm2.231,5.2-1.7-4.557h-.052l-1.707,4.557Z' transform='translate(-97.927 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_11' data-name='Trazado 11' d='M171.32,74.212a3.945,3.945,0,1,1,3.939,4.022A3.9,3.9,0,0,1,171.32,74.212Zm7.123,0a3.183,3.183,0,1,0-3.184,3.341A3.189,3.189,0,0,0,178.443,74.212Z' transform='translate(-97.419 -70.19)' fill='%23004289'/%3E%3Cpath id='Trazado_12' data-name='Trazado 12' d='M180.6,70.32h1.194l3.865,7.133h.052V70.32h.712v7.762h-1.247l-3.813-7.133h-.052v7.133H180.6V70.32Z' transform='translate(-96.979 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_13' data-name='Trazado 13' d='M188.12,74.22h2.713v.67H188.12Z' transform='translate(-96.621 -69.999)' fill='%23004289'/%3E%3Cpath id='Trazado_14' data-name='Trazado 14' d='M192.69,70.32h.723v7.1h3.415v.67H192.69V70.33Z' transform='translate(-96.404 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_15' data-name='Trazado 15' d='M198.29,77.442h1.173V70.969H198.29V70.33h3.069v.639h-1.173v6.474h1.173v.639H198.29Z' transform='translate(-96.138 -70.183)' fill='%23004289'/%3E%3Cpath id='Trazado_16' data-name='Trazado 16' d='M203.41,70.32H204.6l3.865,7.133h.052V70.32h.712v7.762h-1.247l-3.813-7.133h-.052v7.133h-.712V70.32Z' transform='translate(-95.895 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_17' data-name='Trazado 17' d='M211.24,70.32h4.316v.649h-3.593V73.8h3.1v.639h-3.1v3h3.729v.639H211.24V70.31Z' transform='translate(-95.523 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_18' data-name='Trazado 18' d='M220.43,70.32h2.5a2.188,2.188,0,0,1,2.325,2.284,2.239,2.239,0,0,1-2.325,2.325h-1.791v3.153h-.723V70.32Zm2.441,3.97a1.584,1.584,0,0,0,1.645-1.686,1.545,1.545,0,0,0-1.645-1.645h-1.718V74.29Z' transform='translate(-95.087 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_19' data-name='Trazado 19' d='M228.274,70.32h1.037l2.923,7.762h-.765l-.712-1.906h-3.97l-.712,1.906h-.754l2.954-7.762Zm2.231,5.2-1.7-4.557h-.052l-1.707,4.557Z' transform='translate(-94.855 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_20' data-name='Trazado 20' d='M233.36,70.32h2.42a2.214,2.214,0,0,1,2.472,2.221,2.187,2.187,0,0,1-1.917,2.284l2.095,3.258h-.869l-2.022-3.216h-1.466v3.216h-.723V70.32Zm2.409,3.9a1.57,1.57,0,0,0,1.718-1.666,1.55,1.55,0,0,0-1.77-1.561h-1.634v3.226h1.686Z' transform='translate(-94.473 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_21' data-name='Trazado 21' d='M241.954,70.32h1.037l2.923,7.762h-.765l-.712-1.906h-3.97l-.712,1.906H239l2.954-7.762Zm2.231,5.2-1.7-4.557h-.052l-1.707,4.557Z' transform='translate(-94.205 -70.184)' fill='%23004289'/%3E%3Cpath id='Trazado_22' data-name='Trazado 22' d='M100.85,84.21h3.74v.566h-3.111v2.451h2.692v.555h-2.692v2.6H104.7v.555H100.85Z' transform='translate(-100.766 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_23' data-name='Trazado 23' d='M107.482,87.437,105.439,84.2h.723l1.718,2.776h.042L109.66,84.2h.712l-2.053,3.237,2.263,3.488h-.723l-1.948-3.017h-.052l-1.885,3.017h-.733l2.252-3.488Z' transform='translate(-100.558 -69.525)' fill='%23004289'/%3E%3Cpath id='Trazado_24' data-name='Trazado 24' d='M111.48,84.21h2.168a1.9,1.9,0,0,1,2.022,1.98,1.947,1.947,0,0,1-2.022,2.022H112.1v2.723h-.628V84.21Zm2.116,3.436a1.366,1.366,0,0,0,1.425-1.456,1.342,1.342,0,0,0-1.425-1.425h-1.487v2.881Z' transform='translate(-100.262 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_25' data-name='Trazado 25' d='M116.91,84.21h3.74v.566h-3.111v2.451h2.692v.555h-2.692v2.6h3.226v.555H116.91Z' transform='translate(-100.003 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_26' data-name='Trazado 26' d='M122.111,84.21h2.095a1.964,1.964,0,0,1,.471,3.9l1.812,2.828h-.754l-1.749-2.786h-1.267v2.786h-.628V84.21Zm2.085,3.373a1.4,1.4,0,1,0-.052-2.8h-1.414v2.8h1.456Z' transform='translate(-99.757 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_27' data-name='Trazado 27' d='M127.64,90.37h1.016V84.755H127.64V84.2H130.3v.555h-1.016V90.37H130.3v.555H127.64V90.37Z' transform='translate(-99.494 -69.525)' fill='%23004289'/%3E%3Cpath id='Trazado_28' data-name='Trazado 28' d='M132.08,84.21h1.089l2.137,6.18h.052l2.137-6.18h1.089v6.725h-.608v-6.18h-.052l-2.158,6.18H134.9l-2.168-6.18h-.042v6.18h-.608V84.21Z' transform='translate(-99.283 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_29' data-name='Trazado 29' d='M140.25,84.21h3.74v.566h-3.111v2.451h2.692v.555h-2.692v2.6H144.1v.555H140.25V84.21Z' transform='translate(-98.895 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_30' data-name='Trazado 30' d='M145.45,84.21h1.037l3.341,6.18h.052V84.21h.618v6.725H149.42l-3.31-6.18h-.052v6.18h-.618V84.21Z' transform='translate(-98.648 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_31' data-name='Trazado 31' d='M153.59,84.787H151.6V84.2h4.619v.587h-2v6.138h-.628Z' transform='translate(-98.356 -69.525)' fill='%23004289'/%3E%3Cpath id='Trazado_32' data-name='Trazado 32' d='M158.716,84.21h.89l2.535,6.725h-.66l-.618-1.655h-3.436l-.618,1.655h-.649l2.556-6.725Zm1.927,4.494-1.466-3.949h-.052L157.647,88.7Z' transform='translate(-98.139 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_33' data-name='Trazado 33' d='M162.53,87.568a3.37,3.37,0,0,1,3.394-3.488,3.229,3.229,0,0,1,3.069,2.116h-.712a2.494,2.494,0,0,0-2.367-1.519,2.9,2.9,0,0,0,0,5.782,2.463,2.463,0,0,0,2.367-1.519h.712a3.171,3.171,0,0,1-3.08,2.116A3.349,3.349,0,0,1,162.53,87.568Z' transform='translate(-97.837 -69.53)' fill='%23004289'/%3E%3Cpath id='Trazado_34' data-name='Trazado 34' d='M169.9,90.37h1.016V84.755H169.9V84.2h2.661v.555h-1.016V90.37h1.016v.555H169.9Z' transform='translate(-97.487 -69.525)' fill='%23004289'/%3E%3Cpath id='Trazado_35' data-name='Trazado 35' d='M173.69,87.659a3.41,3.41,0,1,1,3.4,3.488A3.378,3.378,0,0,1,173.69,87.659Zm6.17,0A2.753,2.753,0,1,0,177.1,90.55,2.759,2.759,0,0,0,179.86,87.659Zm-2.64-5.5h.733l-.8,1.257h-.524l.6-1.257Z' transform='translate(-97.307 -69.622)' fill='%23004289'/%3E%3Cpath id='Trazado_36' data-name='Trazado 36' d='M181.73,84.21h1.037l3.342,6.18h.052V84.21h.618v6.725H185.7l-3.31-6.18h-.052v6.18h-.618V84.21Z' transform='translate(-96.925 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_37' data-name='Trazado 37' d='M191.27,84.21h2.168a1.9,1.9,0,0,1,2.022,1.98,1.947,1.947,0,0,1-2.022,2.022h-1.55v2.723h-.628V84.21Zm2.116,3.436a1.366,1.366,0,0,0,1.425-1.456,1.342,1.342,0,0,0-1.425-1.425H191.9v2.881Z' transform='translate(-96.472 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_38' data-name='Trazado 38' d='M196.7,84.21h3.74v.566h-3.111v2.451h2.692v.555h-2.692v2.6h3.226v.555H196.7Z' transform='translate(-96.214 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_39' data-name='Trazado 39' d='M201.911,84.21h2.095a1.964,1.964,0,0,1,.471,3.9l1.812,2.828h-.754l-1.749-2.786h-1.267v2.786h-.629V84.21ZM204,87.583a1.4,1.4,0,1,0-.052-2.8h-1.414v2.8h1.456Z' transform='translate(-95.968 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_40' data-name='Trazado 40' d='M207.07,87.568a3.37,3.37,0,0,1,3.394-3.488,3.229,3.229,0,0,1,3.069,2.116h-.712a2.494,2.494,0,0,0-2.367-1.519,2.9,2.9,0,0,0,0,5.782,2.463,2.463,0,0,0,2.367-1.519h.712a3.171,3.171,0,0,1-3.08,2.116A3.349,3.349,0,0,1,207.07,87.568Z' transform='translate(-95.722 -69.53)' fill='%23004289'/%3E%3Cpath id='Trazado_41' data-name='Trazado 41' d='M214.72,84.21h3.74v.566h-3.111v2.451h2.692v.555h-2.692v2.6h3.226v.555H214.72V84.21Z' transform='translate(-95.358 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_42' data-name='Trazado 42' d='M219.92,84.21h2.168a1.9,1.9,0,0,1,2.022,1.98,1.947,1.947,0,0,1-2.022,2.022h-1.55v2.723h-.629V84.21Zm2.116,3.436a1.366,1.366,0,0,0,1.425-1.456,1.342,1.342,0,0,0-1.425-1.425h-1.487v2.881Z' transform='translate(-95.112 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_43' data-name='Trazado 43' d='M226.7,84.787h-1.99V84.2h4.619v.587h-2v6.138H226.7Z' transform='translate(-94.884 -69.525)' fill='%23004289'/%3E%3Cpath id='Trazado_44' data-name='Trazado 44' d='M230.38,90.37H231.4V84.755H230.38V84.2h2.661v.555h-1.016V90.37h1.016v.555H230.38Z' transform='translate(-94.614 -69.525)' fill='%23004289'/%3E%3Cpath id='Trazado_45' data-name='Trazado 45' d='M234.07,84.21h.67l2.168,6.18h.052l2.221-6.18h.712L237.4,90.935h-.911Z' transform='translate(-94.439 -69.524)' fill='%23004289'/%3E%3Cpath id='Trazado_46' data-name='Trazado 46' d='M242.246,84.21h.89l2.535,6.725h-.66l-.618-1.655h-3.436l-.618,1.655h-.649l2.556-6.725Zm1.927,4.494-1.466-3.949h-.052L241.177,88.7Z' transform='translate(-94.172 -69.524)' fill='%23004289'/%3E%3C/g%3E%3Cg id='Grupo_3' data-name='Grupo 3' transform='translate(101.261 24.417)'%3E%3Cpath id='Trazado_47' data-name='Trazado 47' d='M100.556,37.231H96.67V32.842h3.886V29.93c0-4.682,2.828-6.62,7.092-6.62h3.708v4.347h-3.624c-1.561,0-2.2.754-2.2,2.325v2.87h5.95v4.389h-5.95V54.965h-4.976V37.242Z' transform='translate(-96.67 -23.31)' fill='%23004289'/%3E%3Cpath id='Trazado_48' data-name='Trazado 48' d='M113.43,43.5a11.669,11.669,0,0,1,23.338,0,11.669,11.669,0,0,1-23.338,0Zm18.268,0a6.544,6.544,0,0,0-6.62-6.882c-3.876,0-6.578,2.954-6.578,6.882a6.605,6.605,0,1,0,13.2,0Z' transform='translate(-95.874 -22.903)' fill='%23004289'/%3E%3Cpath id='Trazado_49' data-name='Trazado 49' d='M139.33,50.566h4.138V27.741H139.33V23.31h9.113V50.566h4.138v4.389H139.33Z' transform='translate(-94.644 -23.31)' fill='%23004289'/%3E%3Cpath id='Trazado_50' data-name='Trazado 50' d='M155.19,43.538c0-6.966,5.1-11.648,11.051-11.648,6.746,0,10.842,4.892,10.842,11.481v1.393H160.333a5.74,5.74,0,0,0,6.075,6.075,5.627,5.627,0,0,0,5.573-3.708l4.557,1.1c-1.435,4.6-5.489,6.882-10.087,6.882-6.746,0-11.261-4.808-11.261-11.564Zm16.833-2.409c-.251-3-2.744-4.892-5.782-4.892a5.823,5.823,0,0,0-5.866,4.892Z' transform='translate(-93.891 -22.903)' fill='%23004289'/%3E%3Cpath id='Trazado_51' data-name='Trazado 51' d='M180.73,32.445h4.934v3.247H186a6.581,6.581,0,0,1,5.824-3.792h1.645v4.976h-2.189c-3.624,0-5.573,2.577-5.573,6.746V54.547H180.73V32.434Z' transform='translate(-92.678 -22.902)' fill='%23004289'/%3E%3Cpath id='Trazado_52' data-name='Trazado 52' d='M197.32,32.445h4.934v2.661h.377a7.784,7.784,0,0,1,6.536-3.205c5.95,0,10.548,4.934,10.548,11.606S215.411,55.112,209.5,55.112a7.822,7.822,0,0,1-6.84-3.331h-.377V64.268H197.31V32.455ZM214.615,43.5c0-4.179-2.744-6.924-6.243-6.924-3.75,0-6.159,3.163-6.159,6.924,0,4.389,2.828,6.924,6.243,6.924S214.615,47.591,214.615,43.5Z' transform='translate(-91.89 -22.902)' fill='%23004289'/%3E%3Cpath id='Trazado_53' data-name='Trazado 53' d='M221.93,43.5c0-6.7,4.389-11.606,10.3-11.606a7.876,7.876,0,0,1,6.7,3.247h.377v-2.7h4.976V49.352a.905.905,0,0,0,1.016.974h.974v4.221h-3.75a3.021,3.021,0,0,1-3.163-2.786h-.377a7.389,7.389,0,0,1-6.62,3.331c-5.95,0-10.423-4.892-10.423-11.606Zm17.472.042c0-4.389-2.828-6.882-6.2-6.882-3.54,0-6.2,2.786-6.2,6.882s2.744,6.746,6.243,6.746c3.75,0,6.159-3,6.159-6.746Z' transform='translate(-90.721 -22.903)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 1330px) {
  .navbar-brand {
    margin-right: 0;
  }
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.nav-links {
  max-width: 1200px;
  justify-content: center;
  max-width: 800px;
}
@media (max-width: 1330px) {
  .nav-links {
    max-width: 750px;
  }
  .nav-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media(max-width: 1279px) {
  .nav-links {
    max-width: none;
    border: 1px solid #004289;
    border-bottom: none;
    position: relative;
    max-width: none;
  }
  .nav-links::after {
    display: block;
    position: absolute;
    content: "";
    height: 26px;
    width: 25px;
    top: -24px;
    right: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.906' height='19.726' viewBox='0 0 22.906 19.726'%3E%3Cg id='Grupo_102' data-name='Grupo 102' transform='translate(-1976.547 -6683.274)'%3E%3Cpath id='Polígono_3' data-name='Polígono 3' d='M11,0,22,19H0Z' transform='translate(1977 6684)' fill='%23fff'/%3E%3Cpath id='Trazado_190' data-name='Trazado 190' d='M2004.544,6702.749l-10.538-17.734-10.409,17.735h-1.03l11.438-19.726.433.744,11.036,18.981Z' transform='translate(-6.021 0.251)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #004289;
  padding: 1.5rem 1rem;
  height: 70px;
}
.navbar-light .navbar-nav .nav-link:hover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #004289;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg id='USC009_Bosquexos_4.1-05' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='71.623' height='70.459' viewBox='0 0 71.623 70.459'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.504' y1='1' x2='0.504' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%233edf7e' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%233edf7e'/%3E%3Cstop offset='1' stop-color='%233edf7e' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-8' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-11' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-16' x1='0.496' y1='0.999' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-21' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-22' x1='0.504' x2='0.504' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-34' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-43' x1='0.504' x2='0.504' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-48' x1='0.504' y1='1.001' x2='0.504' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-52' x1='0.496' y1='1.001' x2='0.496' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Crect id='Rectángulo_56' data-name='Rectángulo 56' width='0.522' height='66.345' transform='translate(20.123 1.922)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_57' data-name='Rectángulo 57' width='0.522' height='54.523' transform='translate(18.784 7.832)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_58' data-name='Rectángulo 58' width='0.522' height='64.544' transform='translate(17.441 2.897)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_59' data-name='Rectángulo 59' width='0.522' height='59.868' transform='translate(16.097 5.211)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_60' data-name='Rectángulo 60' width='0.522' height='24.4' transform='translate(14.758 22.894)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_61' data-name='Rectángulo 61' width='0.522' height='28.477' transform='translate(13.415 20.903)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_62' data-name='Rectángulo 62' width='0.522' height='17.991' transform='translate(12.076 26.106)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_63' data-name='Rectángulo 63' width='0.522' height='14.289' transform='translate(10.733 28.024)' fill='url(%23linear-gradient-8)'/%3E%3Crect id='Rectángulo_64' data-name='Rectángulo 64' width='0.522' height='10.434' transform='translate(9.39 29.934)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_65' data-name='Rectángulo 65' width='0.522' height='10.434' transform='translate(8.051 29.934)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_66' data-name='Rectángulo 66' width='0.522' height='9.353' transform='translate(6.708 30.49)' fill='url(%23linear-gradient-11)'/%3E%3Crect id='Rectángulo_67' data-name='Rectángulo 67' width='0.522' height='7.145' transform='translate(5.364 31.538)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_68' data-name='Rectángulo 68' width='0.522' height='7.145' transform='translate(4.025 31.538)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_69' data-name='Rectángulo 69' width='0.522' height='6.117' transform='translate(2.682 32.09)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_70' data-name='Rectángulo 70' width='0.522' height='5.494' transform='translate(1.343 32.377)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_71' data-name='Rectángulo 71' width='0.522' height='3.831' transform='translate(0 33.272)' fill='url(%23linear-gradient-16)'/%3E%3Crect id='Rectángulo_72' data-name='Rectángulo 72' width='0.522' height='67.271' transform='translate(21.466 1.509)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_73' data-name='Rectángulo 73' width='0.522' height='70.459' transform='translate(52.322)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_74' data-name='Rectángulo 74' width='0.522' height='67.785' transform='translate(53.661 1.25)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_75' data-name='Rectángulo 75' width='0.522' height='55.252' transform='translate(55.004 7.448)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_76' data-name='Rectángulo 76' width='0.522' height='41.561' transform='translate(56.347 14.313)' fill='url(%23linear-gradient-21)'/%3E%3Crect id='Rectángulo_77' data-name='Rectángulo 77' width='0.522' height='44.952' transform='translate(57.686 12.529)' fill='url(%23linear-gradient-22)'/%3E%3Crect id='Rectángulo_78' data-name='Rectángulo 78' width='0.522' height='34.696' transform='translate(59.029 17.748)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_79' data-name='Rectángulo 79' width='0.522' height='26.09' transform='translate(60.368 22.171)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_80' data-name='Rectángulo 80' width='0.522' height='21.62' transform='translate(61.711 24.318)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_81' data-name='Rectángulo 81' width='0.522' height='20.337' transform='translate(63.054 24.97)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_82' data-name='Rectángulo 82' width='0.522' height='14.584' transform='translate(64.394 27.892)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_83' data-name='Rectángulo 83' width='0.522' height='11.862' transform='translate(65.737 29.205)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_84' data-name='Rectángulo 84' width='0.522' height='5.522' transform='translate(67.076 32.335)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_85' data-name='Rectángulo 85' width='0.522' height='3.855' transform='translate(68.419 33.239)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_86' data-name='Rectángulo 86' width='0.522' height='3.855' transform='translate(69.762 33.26)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_87' data-name='Rectángulo 87' width='0.522' height='1.691' transform='translate(71.101 34.22)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_88' data-name='Rectángulo 88' width='0.522' height='39.582' transform='translate(22.805 15.362)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_89' data-name='Rectángulo 89' width='0.522' height='37.074' transform='translate(24.148 16.628)' fill='url(%23linear-gradient-34)'/%3E%3Crect id='Rectángulo_90' data-name='Rectángulo 90' width='0.522' height='33.971' transform='translate(25.491 18.163)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_91' data-name='Rectángulo 91' width='0.522' height='31.503' transform='translate(26.83 19.373)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_92' data-name='Rectángulo 92' width='0.522' height='38.596' transform='translate(28.173 15.818)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_93' data-name='Rectángulo 93' width='0.522' height='47.225' transform='translate(29.513 11.485)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_94' data-name='Rectángulo 94' width='0.522' height='53.617' transform='translate(30.856 8.269)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_95' data-name='Rectángulo 95' width='0.522' height='36.278' transform='translate(32.199 16.902)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_96' data-name='Rectángulo 96' width='0.522' height='40.125' transform='translate(33.538 14.997)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_97' data-name='Rectángulo 97' width='0.522' height='29.101' transform='translate(34.881 20.527)' fill='url(%23linear-gradient-21)'/%3E%3Crect id='Rectángulo_98' data-name='Rectángulo 98' width='0.522' height='37.709' transform='translate(36.22 16.3)' fill='url(%23linear-gradient-43)'/%3E%3Crect id='Rectángulo_99' data-name='Rectángulo 99' width='0.522' height='18.237' transform='translate(37.563 26.007)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_100' data-name='Rectángulo 100' width='0.522' height='29.933' transform='translate(38.906 20.179)' fill='url(%23linear-gradient-21)'/%3E%3Crect id='Rectángulo_101' data-name='Rectángulo 101' width='0.522' height='12.707' transform='translate(40.245 28.796)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_102' data-name='Rectángulo 102' width='0.522' height='9.531' transform='translate(41.589 30.369)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_103' data-name='Rectángulo 103' width='0.522' height='4.596' transform='translate(42.928 32.889)' fill='url(%23linear-gradient-48)'/%3E%3Crect id='Rectángulo_104' data-name='Rectángulo 104' width='0.522' height='4.596' transform='translate(44.271 32.889)' fill='url(%23linear-gradient-48)'/%3E%3Crect id='Rectángulo_105' data-name='Rectángulo 105' width='0.522' height='3.253' transform='translate(45.614 33.533)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_106' data-name='Rectángulo 106' width='0.522' height='5.943' transform='translate(46.953 31.971)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_107' data-name='Rectángulo 107' width='0.522' height='4.596' transform='translate(48.296 32.889)' fill='url(%23linear-gradient-52)'/%3E%3Crect id='Rectángulo_108' data-name='Rectángulo 108' width='0.522' height='3.855' transform='translate(49.639 33.239)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_109' data-name='Rectángulo 109' width='0.522' height='18.007' transform='translate(50.978 26.042)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}

.navbar-light .navbar-nav .nav-link.selected {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #004289;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg id='USC009_Bosquexos_4.1-05' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='71.623' height='70.459' viewBox='0 0 71.623 70.459'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.504' y1='1' x2='0.504' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%233edf7e' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%233edf7e'/%3E%3Cstop offset='1' stop-color='%233edf7e' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-8' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-11' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-16' x1='0.496' y1='0.999' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-21' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-22' x1='0.504' x2='0.504' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-34' x1='0.496' x2='0.496' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-43' x1='0.504' x2='0.504' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-48' x1='0.504' y1='1.001' x2='0.504' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-52' x1='0.496' y1='1.001' x2='0.496' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Crect id='Rectángulo_56' data-name='Rectángulo 56' width='0.522' height='66.345' transform='translate(20.123 1.922)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_57' data-name='Rectángulo 57' width='0.522' height='54.523' transform='translate(18.784 7.832)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_58' data-name='Rectángulo 58' width='0.522' height='64.544' transform='translate(17.441 2.897)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_59' data-name='Rectángulo 59' width='0.522' height='59.868' transform='translate(16.097 5.211)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_60' data-name='Rectángulo 60' width='0.522' height='24.4' transform='translate(14.758 22.894)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_61' data-name='Rectángulo 61' width='0.522' height='28.477' transform='translate(13.415 20.903)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_62' data-name='Rectángulo 62' width='0.522' height='17.991' transform='translate(12.076 26.106)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_63' data-name='Rectángulo 63' width='0.522' height='14.289' transform='translate(10.733 28.024)' fill='url(%23linear-gradient-8)'/%3E%3Crect id='Rectángulo_64' data-name='Rectángulo 64' width='0.522' height='10.434' transform='translate(9.39 29.934)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_65' data-name='Rectángulo 65' width='0.522' height='10.434' transform='translate(8.051 29.934)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_66' data-name='Rectángulo 66' width='0.522' height='9.353' transform='translate(6.708 30.49)' fill='url(%23linear-gradient-11)'/%3E%3Crect id='Rectángulo_67' data-name='Rectángulo 67' width='0.522' height='7.145' transform='translate(5.364 31.538)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_68' data-name='Rectángulo 68' width='0.522' height='7.145' transform='translate(4.025 31.538)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_69' data-name='Rectángulo 69' width='0.522' height='6.117' transform='translate(2.682 32.09)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_70' data-name='Rectángulo 70' width='0.522' height='5.494' transform='translate(1.343 32.377)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_71' data-name='Rectángulo 71' width='0.522' height='3.831' transform='translate(0 33.272)' fill='url(%23linear-gradient-16)'/%3E%3Crect id='Rectángulo_72' data-name='Rectángulo 72' width='0.522' height='67.271' transform='translate(21.466 1.509)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_73' data-name='Rectángulo 73' width='0.522' height='70.459' transform='translate(52.322)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_74' data-name='Rectángulo 74' width='0.522' height='67.785' transform='translate(53.661 1.25)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_75' data-name='Rectángulo 75' width='0.522' height='55.252' transform='translate(55.004 7.448)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_76' data-name='Rectángulo 76' width='0.522' height='41.561' transform='translate(56.347 14.313)' fill='url(%23linear-gradient-21)'/%3E%3Crect id='Rectángulo_77' data-name='Rectángulo 77' width='0.522' height='44.952' transform='translate(57.686 12.529)' fill='url(%23linear-gradient-22)'/%3E%3Crect id='Rectángulo_78' data-name='Rectángulo 78' width='0.522' height='34.696' transform='translate(59.029 17.748)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_79' data-name='Rectángulo 79' width='0.522' height='26.09' transform='translate(60.368 22.171)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_80' data-name='Rectángulo 80' width='0.522' height='21.62' transform='translate(61.711 24.318)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_81' data-name='Rectángulo 81' width='0.522' height='20.337' transform='translate(63.054 24.97)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_82' data-name='Rectángulo 82' width='0.522' height='14.584' transform='translate(64.394 27.892)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_83' data-name='Rectángulo 83' width='0.522' height='11.862' transform='translate(65.737 29.205)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_84' data-name='Rectángulo 84' width='0.522' height='5.522' transform='translate(67.076 32.335)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_85' data-name='Rectángulo 85' width='0.522' height='3.855' transform='translate(68.419 33.239)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_86' data-name='Rectángulo 86' width='0.522' height='3.855' transform='translate(69.762 33.26)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_87' data-name='Rectángulo 87' width='0.522' height='1.691' transform='translate(71.101 34.22)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_88' data-name='Rectángulo 88' width='0.522' height='39.582' transform='translate(22.805 15.362)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_89' data-name='Rectángulo 89' width='0.522' height='37.074' transform='translate(24.148 16.628)' fill='url(%23linear-gradient-34)'/%3E%3Crect id='Rectángulo_90' data-name='Rectángulo 90' width='0.522' height='33.971' transform='translate(25.491 18.163)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_91' data-name='Rectángulo 91' width='0.522' height='31.503' transform='translate(26.83 19.373)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_92' data-name='Rectángulo 92' width='0.522' height='38.596' transform='translate(28.173 15.818)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_93' data-name='Rectángulo 93' width='0.522' height='47.225' transform='translate(29.513 11.485)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_94' data-name='Rectángulo 94' width='0.522' height='53.617' transform='translate(30.856 8.269)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_95' data-name='Rectángulo 95' width='0.522' height='36.278' transform='translate(32.199 16.902)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_96' data-name='Rectángulo 96' width='0.522' height='40.125' transform='translate(33.538 14.997)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_97' data-name='Rectángulo 97' width='0.522' height='29.101' transform='translate(34.881 20.527)' fill='url(%23linear-gradient-21)'/%3E%3Crect id='Rectángulo_98' data-name='Rectángulo 98' width='0.522' height='37.709' transform='translate(36.22 16.3)' fill='url(%23linear-gradient-43)'/%3E%3Crect id='Rectángulo_99' data-name='Rectángulo 99' width='0.522' height='18.237' transform='translate(37.563 26.007)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_100' data-name='Rectángulo 100' width='0.522' height='29.933' transform='translate(38.906 20.179)' fill='url(%23linear-gradient-21)'/%3E%3Crect id='Rectángulo_101' data-name='Rectángulo 101' width='0.522' height='12.707' transform='translate(40.245 28.796)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_102' data-name='Rectángulo 102' width='0.522' height='9.531' transform='translate(41.589 30.369)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_103' data-name='Rectángulo 103' width='0.522' height='4.596' transform='translate(42.928 32.889)' fill='url(%23linear-gradient-48)'/%3E%3Crect id='Rectángulo_104' data-name='Rectángulo 104' width='0.522' height='4.596' transform='translate(44.271 32.889)' fill='url(%23linear-gradient-48)'/%3E%3Crect id='Rectángulo_105' data-name='Rectángulo 105' width='0.522' height='3.253' transform='translate(45.614 33.533)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_106' data-name='Rectángulo 106' width='0.522' height='5.943' transform='translate(46.953 31.971)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectángulo_107' data-name='Rectángulo 107' width='0.522' height='4.596' transform='translate(48.296 32.889)' fill='url(%23linear-gradient-52)'/%3E%3Crect id='Rectángulo_108' data-name='Rectángulo 108' width='0.522' height='3.855' transform='translate(49.639 33.239)' fill='url(%23linear-gradient-2)'/%3E%3Crect id='Rectángulo_109' data-name='Rectángulo 109' width='0.522' height='18.007' transform='translate(50.978 26.042)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}
@media(max-width: 1279px) {
  .navbar-light .navbar-nav .nav-link.selected {
    background-position: 50px 5px;
  }
}

@media(max-width: 1279px) {
  .nav-links .nav-item .nav-link:hover {
    background-image: none;
  }
  .nav-links .nav-item:not(:last-of-type)::after {
    display: block;
    content: "";
    height: 0;
    width: 60px;
    border-bottom: 1px solid #3EDF7E;
    margin: 10px 0 2px 17px;
  }
}

.nav-administracion {
  justify-content: flex-end;
  width: auto;
  flex-grow: 0;
}
@media(max-width: 1279px) {
  .nav-administracion {
    border: 1px solid #004289;
    border-top: none;
  }
}
.nav-administracion ul {
  width: auto;
}
@media(max-width: 1279px) {
  .nav-administracion ul {
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.navbar-light .navbar-nav .btn-administracion {
  border: 1px solid #3EDF7E;
  height: auto;
  padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .btn-administracion:hover {
  background-image: none;
  background-color: #3EDF7E;
  color: white;
}
@media(max-width: 1279px) {
  .navbar-light .navbar-nav .btn-administracion {
    display: inline-block;
  }
}

.selector-idioma {
  display: flex;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #004289;
}

.idioma {
  font-size: 14px;
}
.idioma.selected {
  font-weight: 600;
}

.separador-idioma {
  font-size: 14px;
  margin: 0 5px;
}

.footer {
  width: 100%;
  background-color: #004289;
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between; 
  color: white;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: auto;
}
@media (max-width: 991px) {
  .footer {
    flex-direction: column;
    height: auto;
    padding: 2rem;
  }
}
.footer .usc {
  font-family: "Montserrat";
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .usc {
    width: 100%;
  }
}
.footer .usc .logos .logo-usc {
  display: inline-block;
  content: "";
  height: 70px;
  width: 330px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 235.35 45.95'%3E%3Cpath d='M13.83,3.71v1.19h.15q2.59,.19,2.59,1.8v9.87c0,2.77-.43,4.62-1.34,5.84-.92,1.19-2.2,1.77-3.92,1.77s-2.99-.59-3.89-1.76c-.91-1.22-1.34-3.07-1.34-5.84V6.7c0-1.58,0-1.61,2.59-1.79h.15v-1.2H0v1.19H.15q2.59,.19,2.59,1.8v10.54c.03,1.89,.33,3.5,.84,4.51,1.19,2.53,3.79,3.81,7.73,3.81s6.57-1.25,7.76-3.8c.54-1.11,.84-2.74,.84-4.58V6.7c0-1.58,0-1.61,2.59-1.79h.15v-1.2H13.83Z' style='fill:%23fff;'/%3E%3Cg%3E%3Cpolygon points='49.11 36.36 50.3 36.36 49.7 34.84 49.11 36.36' style='fill:%23fff;'/%3E%3Cpath d='M28.21,34.52h-.29v2.39l.03,.38,.46,.03c.4,0,.74-.08,1-.41,.22-.27,.31-.67,.31-1.02,0-.4-.11-.79-.41-1.07-.31-.28-.69-.3-1.1-.3Z' style='fill:%23fff;'/%3E%3Cpath d='M49.51,39.95c-.81,0-1.05,.83-1.05,1.5s.24,1.49,1.05,1.49,1.04-.83,1.04-1.49-.24-1.5-1.04-1.5Z' style='fill:%23fff;'/%3E%3Cpolygon points='52.94 29.33 52.35 30.85 53.54 30.85 52.94 29.33' style='fill:%23fff;'/%3E%3Cpath d='M39.43,39.95c-.81,0-1.05,.83-1.05,1.5s.24,1.49,1.05,1.49,1.04-.83,1.04-1.49-.24-1.5-1.04-1.5Z' style='fill:%23fff;'/%3E%3Cpath d='M46.48,40.03c-.13,0-.26,.02-.39,.05v1.42h.09c.26,0,.49,0,.71-.18,.19-.16,.27-.41,.27-.65,0-.45-.23-.63-.67-.63Z' style='fill:%23fff;'/%3E%3Cpath d='M42.66,30.23c.18-.15,.25-.39,.25-.62,0-.41-.26-.61-.66-.61-.13,0-.26,.02-.38,.05v1.33h.08c.24,0,.51,0,.71-.16Z' style='fill:%23fff;'/%3E%3Cpath d='M56.13,31.8c.4,0,.74-.08,1-.4,.22-.28,.31-.68,.31-1.02,0-.4-.11-.79-.41-1.07-.31-.28-.69-.3-1.09-.3h-.29v2.39l.03,.38,.46,.03Z' style='fill:%23fff;'/%3E%3Cpolygon points='62.94 41.88 64.14 41.88 63.54 40.35 62.94 41.88' style='fill:%23fff;'/%3E%3Cpath d='M24.8,0V45.95h45.95V0H24.8Zm23.27,6.44c1.84-2.06,4.94-3.19,8.71-3.19,2.47,0,4.91,.45,6.53,1.2l.09,.04v5.01h-1.21l-.02-.14c-.52-3.23-2.33-4.74-5.69-4.74h-.05c-1.96,0-3.58,.62-4.81,1.84-1.7,1.69-2.63,4.52-2.63,7.99,0,1.62,.36,9.71,7.42,9.71,4.23,0,5.53-2.71,6.24-5.36l.03-.12h1.21l-.45,5.35-.08,.04c-1.58,.86-4.43,1.48-6.78,1.48-3.83,0-6.65-.89-8.4-2.64-1.9-1.9-2.94-4.87-2.94-8.37,0-3.29,.95-6.02,2.81-8.12Zm10.61,22.59l-.19-.03-.03-.22h2.07l-.03,.49-.22-.03-.03-.22-.46-.03h-.65v1.23h1.14l-.03,.24-.55-.03h-.57v.95l.03,.4h.74l.45-.03,.03-.24,.22-.03,.03,.54h-2.16l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41Zm-3.5,0l-.19-.03-.03-.22h1.37c.43,0,.83,.08,1.15,.4,.3,.3,.41,.75,.41,1.16,0,.44-.11,.9-.41,1.24-.33,.37-.73,.47-1.21,.47h-1.31l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41Zm.22,5.71c.29-.36,.69-.52,1.15-.52s.82,.14,1.12,.48c.3,.35,.39,.79,.39,1.23,0,.42-.08,.85-.35,1.19-.29,.36-.69,.52-1.15,.52s-.85-.15-1.14-.5c-.29-.34-.37-.77-.37-1.21s.08-.85,.35-1.19Zm-6.93-5.71l-.19-.03-.03-.22h1.37c.43,0,.83,.08,1.15,.4,.3,.3,.41,.75,.41,1.16,0,.44-.11,.9-.41,1.24-.33,.37-.73,.47-1.21,.47h-1.31l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41Zm-1.03,2.77l.19,.03,.03,.22h-.92l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41-.19-.03-.03-.22h.92l-.03,.22-.19,.03-.03,.41v1.96l.03,.4Zm-2.05,5.51l.19,.03,.03,.22h-.92l.03-.22,.19-.03,.03-.41v-2.39h-.57l-.36,.03-.03,.25-.22,.03-.03-.52h2.82l-.03,.52-.22-.03-.03-.25-.36-.03h-.57v2.39l.03,.41Zm-1.14-5.88l.22,.03,.03,.22c.18,.12,.39,.23,.62,.23,.37,0,.66-.24,.66-.61,0-.41-.31-.56-.63-.74-.39-.22-.87-.47-.87-.99,0-.24,.1-.45,.27-.62,.18-.18,.41-.25,.67-.25,.28,0,.56,.05,.83,.13l-.03,.51-.22-.03-.03-.22c-.17-.1-.36-.17-.56-.17-.3,0-.51,.26-.51,.54,0,.36,.29,.51,.56,.66,.19,.11,.43,.24,.6,.38,.22,.17,.34,.4,.34,.68,0,.59-.51,.94-1.06,.94-.31,0-.63-.07-.92-.15l.03-.55Zm-1.2-2.49c.22,.15,.32,.39,.32,.65,0,.44-.27,.78-.68,.92l.61,.92,.27,.36,.19,.03,.03,.22h-.66l-.86-1.44h-.39v1.19l.16,.03,.03,.22h-.87l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41-.19-.03-.03-.22h1.18c.23,0,.48,.02,.67,.15Zm-15.86-.15h.92l-.03,.22-.19,.03-.03,.41v1.25c0,.22,0,.58,.08,.78,.1,.29,.4,.45,.7,.45,.25,0,.52-.11,.65-.33,.14-.22,.12-.55,.12-.81v-1.34l-.03-.41-.19-.03-.03-.22h.82l-.03,.22-.19,.03-.03,.41v1.23c0,.36,.02,.69-.18,1.01-.23,.36-.55,.46-.96,.46-.35,0-.7-.08-.94-.37-.22-.27-.24-.64-.24-.98v-1.34l-.03-.41-.19-.03-.03-.22Zm2.58,13.81c-.33,.37-.74,.47-1.21,.47h-1.31l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h1.37c.43,0,.83,.08,1.15,.4,.3,.3,.41,.75,.41,1.16,0,.44-.11,.9-.41,1.24Zm0-5.51c-.33,.38-.74,.47-1.21,.47h-1.31l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h1.37c.43,0,.83,.08,1.15,.4,.3,.3,.41,.75,.41,1.16,0,.44-.11,.9-.41,1.23Zm.98,5.98l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h2.06l-.03,.49-.21-.03-.03-.22-.46-.03h-.65v1.22h1.15l-.03,.24-.54-.03h-.57v.95l.03,.41h.74l.45-.03,.03-.24,.22-.03,.03,.54h-2.16Zm0-5.51l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h2.06l-.03,.49-.21-.03-.03-.22-.46-.03h-.65v1.23h1.15l-.03,.24-.54-.03h-.57v.95l.03,.41h.74l.45-.03,.03-.24,.22-.03,.03,.54h-2.16Zm2.6-8.55l-.19,.03-.03,.41v2.65h-.37l-1.68-2.61v1.92l.03,.4,.19,.03,.03,.22h-.79l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41-.19-.03-.03-.22h.58l1.71,2.65v-2.01l-.03-.41-.19-.03-.03-.22h.79l-.03,.22Zm-5.67-5.31l-.05-.04-.32-5.11h1.27l.03,.13c.79,3.55,2.69,5.51,5.35,5.51s4.23-1.51,4.23-4.04-2.59-3.88-4.13-4.48l-.55-.21c-2.51-.89-5.86-2.49-5.86-6.15,0-2.79,1.88-6.04,7.17-6.04,2.15,0,4.23,.54,5.28,1.37l.06,.05v4.53h-1.24l-.02-.14c-.48-3.02-1.88-4.43-4.41-4.43-2.31,0-3.74,1.42-3.74,3.71,0,2.08,2.28,3.24,3.64,3.75l.97,.36c3.17,1.16,6.11,2.79,6.11,6.76,0,3.07-2.02,6.34-7.68,6.34-1.89,0-4.63-.49-6.11-1.87Zm11.15,5.34l-.19-.03-.03-.22h2.06l-.03,.49-.22-.03-.03-.22-.46-.03h-.65v1.23h1.15l-.03,.24-.55-.03h-.57v.95l.03,.4h.74l.45-.03,.03-.24,.22-.03,.03,.54h-2.16l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41Zm-3.15,7.04c-.39-.22-.87-.47-.87-.99,0-.24,.1-.46,.27-.62,.19-.18,.41-.25,.67-.25,.28,0,.56,.05,.83,.14l-.03,.5-.22-.03-.03-.22c-.17-.1-.37-.17-.56-.17-.3,0-.51,.26-.51,.54,0,.36,.29,.51,.56,.66,.19,.11,.43,.24,.6,.38,.22,.17,.34,.4,.34,.68,0,.59-.51,.94-1.06,.94-.31,0-.63-.07-.92-.15l.03-.54,.22,.03,.03,.22c.18,.12,.39,.23,.62,.23,.37,0,.66-.23,.66-.61,0-.41-.31-.56-.63-.74Zm1-3.98l-1.04-2.7-.16-.36-.14-.03-.03-.22h.9l-.03,.22-.22,.03,.91,2.38,.88-2.38-.22-.03-.03-.22h.69l-.03,.22-.14,.03-.2,.46-.96,2.6h-.22Zm-2.5-3.06l-.19-.03-.03-.22h.92l-.03,.22-.19,.03-.03,.41v1.96l.03,.4,.19,.03,.03,.22h-.92l.03-.22,.19-.03,.03-.4v-1.96l-.03-.41Zm3.18,13.86c-.3,.2-.67,.26-1.02,.26-.47,0-.88-.12-1.19-.49-.3-.35-.41-.78-.41-1.24,0-.41,.12-.9,.39-1.22,.31-.37,.73-.47,1.19-.47,.34,0,.61,.06,.94,.14l.07,.02-.03,.52-.22-.03-.03-.23c-.23-.13-.46-.21-.71-.21-.38,0-.69,.16-.88,.49-.18,.3-.27,.69-.27,1.04,0,.75,.41,1.45,1.24,1.45,.32,0,.67-.1,.93-.29v.26Zm.35-5.55l.03,.22h-.72l.03-.22,.13-.03,.22-.46,1.02-2.61h.26l1.07,2.71,.17,.36,.14,.03,.03,.22h-.9l.03-.22,.22-.03-.3-.74h-1.37l-.28,.74,.22,.03Zm2.88,5.29c-.29,.36-.69,.52-1.15,.52s-.85-.15-1.14-.5c-.29-.34-.38-.77-.38-1.21s.08-.85,.36-1.19c.29-.36,.69-.52,1.15-.52s.82,.14,1.12,.48c.3,.35,.39,.78,.39,1.23,0,.42-.08,.85-.35,1.18Zm-.12-5.07l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h.58l1.71,2.65v-2l-.03-.41-.19-.03-.03-.22h.79l-.03,.22-.19,.03-.03,.41v2.65h-.37l-1.68-2.61v1.92l.03,.41,.19,.03,.03,.22h-.79Zm4.14,5.27l.19,.03,.03,.22h-.89l.03-.22,.19-.03,.03-.41v-1.98h0l-.94,2.39h-.21l-.91-2.39h0v1.98l.03,.41,.19,.03,.03,.22h-.82l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h.78l.92,2.4,.95-2.4h.67l-.03,.22-.19,.03-.03,.41v1.96l.03,.41Zm2.55-1.3c-.29,.16-.66,.19-.99,.19h-.08v1.11l.27,.03,.03,.22h-.98l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h1.25c.56,0,.95,.25,.95,.85,0,.35-.14,.68-.46,.87Zm.54-4.21l.19,.03,.03,.22h-.92l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h.92l-.03,.22-.19,.03-.03,.41v1.96l.03,.41Zm2.97,5.31c-.29,.36-.69,.52-1.15,.52s-.85-.15-1.14-.5c-.29-.34-.37-.77-.37-1.21s.08-.85,.36-1.19c.29-.36,.69-.52,1.15-.52,.44,0,.82,.14,1.12,.48,.3,.35,.39,.78,.39,1.23,0,.42-.08,.85-.35,1.18Zm-.23-5.07l.03-.22,.22-.03-.3-.74h-1.37l-.27,.74,.22,.03,.03,.22h-.72l.03-.22,.14-.03,.22-.46,1.02-2.61h.26l1.07,2.71,.17,.36,.14,.03,.03,.22h-.9Zm1.09-5.73l.14-.03,.22-.46,1.02-2.61h.26l1.07,2.71,.17,.36,.14,.03,.03,.22h-.9l.03-.22,.22-.03-.3-.73h-1.36l-.28,.73,.22,.03,.03,.22h-.72l.03-.22Zm1.88,5.58c.16,0,.32-.03,.47-.07v-.83l-.25-.03-.03-.22h.95l-.03,.22-.19,.03-.03,.46v.5c-.34,.09-.69,.16-1.05,.16-1.04,0-1.58-.75-1.58-1.73,0-.41,.11-.88,.37-1.2,.3-.36,.72-.49,1.17-.49,.37,0,.75,.06,1.1,.16l-.03,.57-.22-.03-.03-.25c-.25-.14-.5-.24-.79-.24-.82,0-1.13,.83-1.13,1.53,0,.78,.42,1.45,1.26,1.45Zm-.92,5.74c-.31,0-.63-.07-.92-.15l.03-.55,.22,.03,.03,.22c.19,.12,.39,.23,.62,.23,.37,0,.66-.23,.66-.61,0-.42-.31-.56-.63-.74-.39-.22-.87-.47-.87-.99,0-.23,.1-.45,.27-.62,.18-.18,.41-.25,.67-.25,.28,0,.56,.05,.83,.13l-.03,.5-.22-.03-.03-.22c-.17-.1-.36-.17-.56-.17-.3,0-.51,.26-.51,.54,0,.36,.29,.51,.56,.66,.19,.11,.43,.24,.6,.38,.22,.17,.34,.4,.34,.68,0,.59-.51,.94-1.06,.94Zm4.22-2.82l-.22-.03-.03-.25-.36-.03h-.57v2.39l.03,.41,.19,.03,.03,.22h-.92l.03-.22,.19-.03,.03-.41v-2.39h-.57l-.36,.03-.03,.25-.22,.03-.03-.52h2.82l-.03,.52Zm.46,2.74l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h2.06l-.03,.49-.22-.03-.03-.22-.47-.03h-.65v1.22h1.15l-.03,.24-.55-.03h-.57v.95l.03,.41h.74l.45-.03,.03-.24,.22-.03,.03,.54h-2.16Zm2.59,0l.03-.22,.19-.03,.03-.41v-1.96l-.03-.41-.19-.03-.03-.22h.92l-.03,.22-.19,.03-.03,.41v1.96l.03,.41h.73l.46-.03,.03-.3,.22-.03,.03,.6h-2.17Zm4.51,0l.03-.22,.21-.03-.3-.73h-1.37l-.27,.73,.22,.03,.03,.22h-.72l.03-.22,.14-.03,.22-.46,1.02-2.61h.26l1.07,2.71,.17,.36,.13,.03,.03,.22h-.9Z' style='fill:%23fff;'/%3E%3Cpath d='M56.56,37.42c.8,0,1.04-.83,1.04-1.49s-.24-1.5-1.04-1.5-1.05,.83-1.05,1.5,.24,1.49,1.05,1.49Z' style='fill:%23fff;'/%3E%3Cpath d='M49.42,31.8c.4,0,.74-.08,1-.4,.22-.28,.31-.68,.31-1.02,0-.4-.11-.79-.41-1.07-.31-.28-.69-.3-1.09-.3h-.29v2.39l.03,.38,.46,.03Z' style='fill:%23fff;'/%3E%3Cpath d='M28.21,40.03h-.29v2.39l.03,.38,.46,.03c.4,0,.74-.08,1-.41,.22-.27,.31-.68,.31-1.02,0-.4-.11-.79-.41-1.07-.31-.28-.69-.3-1.1-.3Z' style='fill:%23fff;'/%3E%3Cpolygon points='38.45 34.84 37.85 36.36 39.04 36.36 38.45 34.84' style='fill:%23fff;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M78.96,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M81.83,21.45l-.05-.77-.36-.05-.05-.41h1.1l3.22,5.01v-3.78l-.05-.77-.36-.05-.05-.41h1.5l-.05,.41-.36,.05-.05,.77v5h-.7l-3.16-4.92v3.62l.05,.76,.36,.05,.05,.41h-1.5l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M87.88,25.21l.41,.05,.05,.42c.35,.23,.74,.43,1.16,.43,.69,0,1.25-.44,1.25-1.16,0-.78-.59-1.05-1.18-1.39-.74-.42-1.64-.89-1.64-1.86,0-.44,.2-.86,.51-1.16,.35-.34,.77-.47,1.26-.47,.53,0,1.06,.09,1.56,.25l-.05,.95-.41-.05-.05-.42c-.32-.2-.69-.33-1.06-.33-.56,0-.96,.48-.96,1.03,0,.67,.55,.96,1.06,1.25,.37,.21,.81,.46,1.14,.71,.42,.32,.64,.76,.64,1.28,0,1.11-.96,1.77-2,1.77-.59,0-1.18-.13-1.74-.28l.05-1.03Z' style='fill:%23fff;'/%3E%3Cpath d='M94.51,20.63h-1.07l-.67,.05-.05,.47-.41,.05-.05-.98h5.32l-.05,.98-.41-.05-.05-.47-.67-.05h-1.07v4.51l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-4.51Z' style='fill:%23fff;'/%3E%3Cpath d='M98.86,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M103.22,20.63h-1.07l-.67,.05-.05,.47-.41,.05-.05-.98h5.32l-.05,.98-.41-.05-.05-.47-.67-.05h-1.07v4.51l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-4.51Z' style='fill:%23fff;'/%3E%3Cpath d='M107.47,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v2.35c0,.42,0,1.09,.14,1.47,.2,.55,.75,.84,1.32,.84,.47,0,.98-.2,1.22-.61,.25-.42,.23-1.04,.23-1.52v-2.53l-.05-.77-.36-.05-.05-.41h1.55l-.05,.41-.36,.05-.05,.77v2.31c0,.67,.03,1.31-.34,1.9-.42,.67-1.05,.86-1.8,.86-.66,0-1.33-.15-1.77-.7-.42-.51-.45-1.21-.45-1.84v-2.53Z' style='fill:%23fff;'/%3E%3Cpath d='M115.26,20.63h-1.07l-.67,.05-.05,.47-.41,.05-.05-.98h5.32l-.05,.98-.41-.05-.05-.47-.67-.05h-1.07v4.51l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-4.51Z' style='fill:%23fff;'/%3E%3Cpath d='M119.81,25.58c-.55-.65-.71-1.45-.71-2.28s.15-1.61,.67-2.24c.54-.68,1.31-.99,2.18-.99s1.56,.27,2.11,.9c.57,.65,.73,1.48,.73,2.33,0,.8-.14,1.6-.66,2.24-.55,.68-1.31,.99-2.18,.99s-1.6-.29-2.14-.94Zm4.11-2.28c0-1.26-.46-2.82-1.97-2.82s-1.98,1.56-1.98,2.82,.46,2.81,1.98,2.81,1.97-1.56,1.97-2.81Z' style='fill:%23fff;'/%3E%3Cpath d='M128.6,25.96l.36-.05,.05-.76v-3.7l-.05-.77-.36-.05-.05-.41h2.59c.82,0,1.57,.14,2.17,.75,.56,.56,.77,1.41,.77,2.18,0,.83-.21,1.69-.77,2.33-.62,.7-1.39,.88-2.29,.88h-2.47l.05-.41Zm2.15-.05c.75,0,1.4-.15,1.89-.76,.42-.52,.58-1.28,.58-1.93,0-.75-.2-1.49-.77-2.01-.58-.54-1.31-.57-2.07-.57h-.55v4.51l.05,.71,.88,.05Z' style='fill:%23fff;'/%3E%3Cpath d='M135.6,25.91l.41,.05,.05,.41h-1.36l.05-.41,.26-.05,.42-.87,1.93-4.92h.49l2.02,5.12,.32,.67,.26,.05,.05,.41h-1.7l.05-.41,.41-.05-.56-1.39h-2.58l-.52,1.39Zm2.93-1.79l-1.13-2.87-1.12,2.87h2.25Z' style='fill:%23fff;'/%3E%3Cpath d='M144.36,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.06,.76h1.38l.87-.05,.05-.57,.41-.05,.05,1.13h-4.1l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M149.22,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M152.09,21.45l-.05-.77-.36-.05-.05-.41h1.1l3.22,5.01v-3.78l-.05-.77-.36-.05-.05-.41h1.49l-.05,.41-.36,.05-.05,.77v5h-.7l-3.16-4.92v3.62l.05,.76,.36,.05,.05,.41h-1.5l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M162.19,24.4l-.47-.05-.05-.41h1.79l-.05,.41-.36,.05-.05,.87v.94c-.65,.17-1.3,.31-1.97,.31-1.95,0-2.97-1.41-2.97-3.26,0-.76,.21-1.66,.71-2.26,.56-.68,1.35-.93,2.21-.93,.7,0,1.41,.12,2.08,.31l-.05,1.08-.41-.05-.05-.47c-.47-.26-.95-.46-1.5-.46-1.55,0-2.12,1.56-2.12,2.88,0,1.46,.8,2.73,2.38,2.73,.3,0,.59-.05,.88-.13v-1.56Z' style='fill:%23fff;'/%3E%3Cpath d='M164.79,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v2.35c0,.42,0,1.09,.14,1.47,.2,.55,.75,.84,1.32,.84,.47,0,.98-.2,1.22-.61,.25-.42,.23-1.04,.23-1.52v-2.53l-.05-.77-.36-.05-.05-.41h1.55l-.05,.41-.36,.05-.05,.77v2.31c0,.67,.03,1.31-.34,1.9-.43,.67-1.04,.86-1.8,.86-.66,0-1.32-.15-1.77-.7-.42-.51-.45-1.21-.45-1.84v-2.53Z' style='fill:%23fff;'/%3E%3Cpath d='M171.08,25.91l.41,.05,.05,.41h-1.36l.05-.41,.26-.05,.42-.87,1.93-4.92h.49l2.02,5.12,.32,.67,.26,.05,.05,.41h-1.7l.05-.41,.41-.05-.56-1.39h-2.57l-.52,1.39Zm2.93-1.79l-1.13-2.87-1.12,2.87h2.25Z' style='fill:%23fff;'/%3E%3Cpath d='M183.46,24.4l-.47-.05-.05-.41h1.79l-.05,.41-.36,.05-.05,.87v.94c-.64,.17-1.3,.31-1.97,.31-1.96,0-2.97-1.41-2.97-3.26,0-.76,.21-1.66,.71-2.26,.56-.68,1.35-.93,2.21-.93,.71,0,1.41,.12,2.08,.31l-.05,1.08-.41-.05-.05-.47c-.47-.26-.95-.46-1.49-.46-1.56,0-2.12,1.56-2.12,2.88,0,1.46,.8,2.73,2.38,2.73,.3,0,.6-.05,.88-.13v-1.56Z' style='fill:%23fff;'/%3E%3Cpath d='M186.14,25.91l.41,.05,.05,.41h-1.36l.05-.41,.26-.05,.42-.87,1.93-4.92h.49l2.02,5.12,.32,.67,.26,.05,.05,.41h-1.7l.05-.41,.41-.05-.56-1.39h-2.57l-.52,1.39Zm2.93-1.79l-1.13-2.87-1.12,2.87h2.25Z' style='fill:%23fff;'/%3E%3Cpath d='M192.22,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.06,.76h1.38l.87-.05,.05-.57,.41-.05,.05,1.13h-4.1l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M196.62,26.37l.05-.41,.36-.05,.05-.76v-3.7l-.05-.77-.36-.05-.05-.41h3.89l-.05,.93-.41-.05-.05-.42-.87-.05h-1.23v2.31h2.16l-.05,.46-1.03-.05h-1.08v1.79l.05,.76h1.39l.84-.05,.05-.46,.41-.05,.05,1.02h-4.07Z' style='fill:%23fff;'/%3E%3Cpath d='M205.59,24.4l-.47-.05-.05-.41h1.79l-.05,.41-.36,.05-.05,.87v.94c-.64,.17-1.3,.31-1.97,.31-1.95,0-2.97-1.41-2.97-3.26,0-.76,.21-1.66,.71-2.26,.56-.68,1.35-.93,2.21-.93,.71,0,1.41,.12,2.08,.31l-.05,1.08-.41-.05-.05-.47c-.47-.26-.95-.46-1.49-.46-1.56,0-2.12,1.56-2.12,2.88,0,1.46,.8,2.73,2.38,2.73,.3,0,.6-.05,.88-.13v-1.56Z' style='fill:%23fff;'/%3E%3Cpath d='M208.28,25.91l.41,.05,.05,.41h-1.36l.05-.41,.25-.05,.42-.87,1.93-4.92h.49l2.02,5.12,.32,.67,.25,.05,.05,.41h-1.7l.05-.41,.41-.05-.56-1.39h-2.58l-.52,1.39Zm2.93-1.79l-1.13-2.87-1.12,2.87h2.25Z' style='fill:%23fff;'/%3E%3Cpath d='M218.45,27.6c-1.27-.71-1.92-2.51-1.92-3.89,0-.78,.17-1.52,.51-2.23,.31-.65,.77-1.31,1.41-1.67v.41c-.92,.78-1.11,2.35-1.11,3.48s.19,2.69,1.11,3.48v.42Z' style='fill:%23fff;'/%3E%3Cpath d='M219.93,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.05,.76,.36,.05,.05,.41h-1.73l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M222.8,21.45l-.05-.77-.36-.05-.05-.41h1.73l-.05,.41-.36,.05-.05,.77v3.7l.06,.76h1.38l.87-.05,.05-.57,.41-.05,.05,1.13h-4.1l.05-.41,.36-.05,.05-.76v-3.7Z' style='fill:%23fff;'/%3E%3Cpath d='M231.28,24.4l-.47-.05-.05-.41h1.79l-.05,.41-.36,.05-.05,.87v.94c-.65,.17-1.3,.31-1.97,.31-1.95,0-2.97-1.41-2.97-3.26,0-.76,.21-1.66,.71-2.26,.56-.68,1.35-.93,2.21-.93,.71,0,1.41,.12,2.08,.31l-.05,1.08-.41-.05-.05-.47c-.47-.26-.95-.46-1.5-.46-1.55,0-2.12,1.56-2.12,2.88,0,1.46,.8,2.73,2.38,2.73,.3,0,.59-.05,.88-.13v-1.56Z' style='fill:%23fff;'/%3E%3Cpath d='M233.43,19.82c1.27,.71,1.92,2.51,1.92,3.89,0,.78-.17,1.52-.51,2.23-.31,.65-.77,1.31-1.41,1.67v-.41c.92-.78,1.11-2.35,1.11-3.48s-.19-2.69-1.11-3.48v-.42Z' style='fill:%23fff;'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 1399px) {
  .wizard > .steps a {
    height: 63px!important;
  }
}

.footer .usc .logos {
  font-family: "Montserrat";
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer .usc .logos .logo-clarin {
  display: inline-block;
  content: "";
  height: 70px;
  width: 230px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/logo-clarin.png");
}

.footer .usc .logos .logo-usc {
  display: inline-block;
  content: "";
  height: 70px;
  width: 324px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/logoILGUSC70h.png');
}

.footer .usc .logo-ministerio-cultura {
  display: inline-block;
  content: "";
  height: 70px;
  width: 251px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/mcul-gob.jpg');
}
.footer .usc .logo-ministerio-ciencia {
  display: inline-block;
  content: "";
  height: 70px;
  width: 180px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 50px;
  margin-left: 20px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/micin-aei.jpg');
}
@media (max-width: 540px) {
  .footer .usc .logos .logo-usc{
    width: 220px;
  }
}
@media (max-width: 991px) {
  .footer .usc .logos .logo-usc {
    margin-bottom: 0;
  }
}
.footer .links {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .links {
    width: 100%;
    margin-top: 3rem;
  }
}
.footer .links ul {
  columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-type: none;
  max-width: 500px;
}
@media (max-width: 991px) {
  .footer .links ul {
    padding-left: 0;
  }
}
.footer .links ul li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 1rem;
}
.footer .links ul li a {
  color: white;
  text-decoration: none;
}
.issn {
  width: 100%;
  padding-top: 4rem;
  background-color: #004289!important;
  color: white!important;
}

.alert {
  border-radius: 0;
}

.btn-azul {
  border: 1px solid #004289;
  color: #004289;
  background-color: white;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.btn-azul:hover {
  background-color: #004289;
  color: white;
}

.btn-azul-50 {
  border: 1px solid rgba(0, 66, 137, 0.5019607843);
  color: rgba(0, 66, 137, 0.5019607843);
  background-color: white;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.btn-azul-50:hover {
  background-color: rgba(0, 66, 137, 0.5019607843);
  color: white;
}

.btn-verde {
  border: 1px solid #3EDF7E;
  color: #3EDF7E;
  background-color: white;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.btn-verde:hover {
  background-color: #3EDF7E;
  color: white;
}

.collapse-element {
  overflow: hidden;
  clear: both;
}

.contenedor-header-collapse {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -o-border-image: linear-gradient(to right, #3EDF7E 0% 0%, rgba(0, 0, 0, 0) 100%) 1%;
     border-image: linear-gradient(to right, #3EDF7E 0% 0%, rgba(0, 0, 0, 0) 100%) 1%;
}

.header-collapse {
  max-width: 90%;
  text-align: left;
  border: none;
  background: none;
  color: #004289;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.header-collapse::after {
  display: block;
  content: "";
  height: 10px;
  width: 6px;
  top: 10px;
  right: -20px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.219' height='12.764' viewBox='0 0 8.219 12.764'%3E%3Cpath id='Trazado_167' data-name='Trazado 167' d='M3258.151,503.921l-.756-.654,6.548-7.565,6.216,7.575-.773.634-5.464-6.658Z' transform='translate(503.921 -3257.395) rotate(90)' fill='%23004289'/%3E%3C/svg%3E%0A");
  transform: rotate(90deg);
  transition: 0.5s;
}
.header-collapse.collapsed {
  font-weight: 400;
}
.header-collapse.collapsed::after {
  transform: rotate(0deg);
}

.collapse .card, .collapsing .card {
  border: none;
  padding: 1rem 0;
  font-family: "montserrat";
  font-size: 14px;
}
.collapse .card p, .collapsing .card p {
  margin-bottom: 0.5rem;
}

.login .titulo {
  font-weight: 700;
}
.login .login {
  display: flex;
  margin-top: 2rem;
  padding: 2rem 0 3rem 0;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #3EDF7E 40% 60%, rgba(0, 0, 0, 0) 100%) 1%;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #3EDF7E 40% 60%, rgba(0, 0, 0, 0) 100%) 1%;
}
.login .formulario-login {
  display: flex;
  flex-direction: column;
}
.login .formulario-login label {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 18px;
}
.login .formulario-login input {
  border: 1px solid #004289;
  max-width: 80%;
  min-height: 2.5rem;
  margin-bottom: 2rem;
}
.login .formulario-login #contrasinal {
  margin-bottom: 1rem;
}
.login .pass {
  text-decoration: none;
  font-size: 14px;
  font-family: "montserrat";
  margin-bottom: 1rem;
}
.login .error-pass {
  color: #EB4630;
  font-size: 14px;
  font-family: "montserrat";
  margin-bottom: 1rem;
}
.login .pass-sent {
  font-size: 18px;
  font-family: "montserrat";
  margin-bottom: 2rem;
  position: relative;
}
.login .pass-sent::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
  left: -25px;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.366' height='17.412' viewBox='0 0 25.366 17.412'%3E%3Cpath id='Trazado_190' data-name='Trazado 190' d='M-3129.235-1458.952l-10.139-9.97a1,1,0,0,1-.012-1.414,1,1,0,0,1,1.414-.012l8.674,8.529,13.259-14.228a1,1,0,0,1,1.413-.05,1,1,0,0,1,.05,1.413Z' transform='translate(3139.673 1476.365)' fill='%233edf7e'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.login .login.row.succes {
  padding-left: 50px;
}
.login .rexistrar div {
  font-size: 18px;
  font-family: "montserrat";
  margin: 2rem 0 2rem 0;
}
.login .descripcion {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}
.login .tiutlo-porsenon {
  font-size: 18px;
  text-transform: uppercase;
}
.login .cita {
  border: 1px solid #3EDF7E;
  padding: 2rem;
  margin-top: 4rem;
}
.login .cita .titulo-cita {
  text-transform: uppercase;
}
.login .cita .texto-cita {
  font-size: 12px;
  font-family: "montserrat";
}

.presentacion .bloque-fijo-izq {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 100px;
}
.presentacion .h1 {
  font-size: 25px;
  font-weight: 300;
}
.presentacion .texto-fixed {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}

.publicacions .bloque-fijo-izq {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 100px;
}
.publicacions .texto-fixed {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}
.publicacions .h1-tiene-icono::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='35' viewBox='0 0 42 35'%3E%3Cg id='article' transform='translate(-4 -7)'%3E%3Cpath id='Rectángulo_157' data-name='Rectángulo 157' d='M0-2H38a2,2,0,0,1,2,2V31a2,2,0,0,1-2,2H0a2,2,0,0,1-2-2V0A2,2,0,0,1,0-2ZM36,2H2V29H36Z' transform='translate(6 9)' fill='%23004289'/%3E%3Cpath id='Línea_5' data-name='Línea 5' d='M20,2H0A2,2,0,0,1-2,0,2,2,0,0,1,0-2H20a2,2,0,0,1,2,2A2,2,0,0,1,20,2Z' transform='translate(15 19)' fill='%23004289'/%3E%3Cpath id='Línea_6' data-name='Línea 6' d='M20,2H0A2,2,0,0,1-2,0,2,2,0,0,1,0-2H20a2,2,0,0,1,2,2A2,2,0,0,1,20,2Z' transform='translate(15 25)' fill='%23004289'/%3E%3Cpath id='Línea_7' data-name='Línea 7' d='M20,2H0A2,2,0,0,1-2,0,2,2,0,0,1,0-2H20a2,2,0,0,1,2,2A2,2,0,0,1,20,2Z' transform='translate(15 31)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.publicacions .separador-publicacions {
  width: 40px;
  border-bottom: 1px solid #3EDF7E;
  margin: 1rem 0;
}

.equipo .bloque-fijo-izq {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 100px;
}
.equipo .texto-fixed {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}
.equipo .h1-tiene-icono::before {
  background-image: url("data:image/svg+xml,%3Csvg id='users-three' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Crect id='Rectángulo_155' data-name='Rectángulo 155' width='50' height='50' fill='none'/%3E%3Cpath id='Elipse_4' data-name='Elipse 4' d='M8-2A10,10,0,1,1-2,8,10.011,10.011,0,0,1,8-2ZM8,14A6,6,0,1,0,2,8,6.007,6.007,0,0,0,8,14Z' transform='translate(16.485 19.576)' fill='%23004289'/%3E%3Cpath id='Trazado_132' data-name='Trazado 132' d='M205.161,122.58a2,2,0,0,1-1.6-.8A9.452,9.452,0,0,0,196.019,118H196a2,2,0,0,1,0-4,13.411,13.411,0,0,1,10.764,5.382,2,2,0,0,1-1.6,3.2Z' transform='translate(-157.601 -93.367)' fill='%23004289'/%3E%3Cpath id='Trazado_133' data-name='Trazado 133' d='M12,122.58a2,2,0,0,1-1.6-3.2A13.411,13.411,0,0,1,21.14,114h.022a2,2,0,1,1-.007,4H21.14a9.452,9.452,0,0,0-7.538,3.777A2,2,0,0,1,12,122.58Z' transform='translate(-9.71 -93.367)' fill='%23004289'/%3E%3Cpath id='Trazado_134' data-name='Trazado 134' d='M92.383,188.89a2,2,0,0,1-1.8-1.123,10.231,10.231,0,0,0-18.387,0,2,2,0,1,1-3.594-1.755,14.231,14.231,0,0,1,25.576,0,2,2,0,0,1-1.8,2.878Z' transform='translate(-56.47 -144.859)' fill='%23004289'/%3E%3Cpath id='Trazado_135' data-name='Trazado 135' d='M34.073,66.21a8.106,8.106,0,1,1,7.962-9.626,2,2,0,1,1-3.929.75,4.106,4.106,0,1,0-4.033,4.876h.006a2,2,0,0,1,0,4Z' transform='translate(-22.63 -41.806)' fill='%23004289'/%3E%3Cpath id='Trazado_136' data-name='Trazado 136' d='M170.6,66.21h-.008a2,2,0,0,1,0-4h0a4.106,4.106,0,1,0-4.033-4.876,2,2,0,1,1-3.929-.75A8.106,8.106,0,1,1,170.6,66.21Z' transform='translate(-132.192 -41.806)' fill='%23004289'/%3E%3C/svg%3E%0A");
}

.ligazons .bloque-fijo-izq {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 100px;
}
.ligazons .texto-fixed {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}
.ligazons .h1-tiene-icono::before {
  background-image: url("data:image/svg+xml,%3Csvg id='link' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Crect id='Rectángulo_158' data-name='Rectángulo 158' width='50' height='50' fill='none'/%3E%3Cpath id='Trazado_137' data-name='Trazado 137' d='M120.021,64.712a10.64,10.64,0,0,1-7.538-3.131,2,2,0,0,1,2.834-2.823,6.64,6.64,0,0,0,9.409,0l.005-.005,5.534-5.514a6.68,6.68,0,0,0-9.435-9.432l-3.862,3.862a2,2,0,0,1-2.828-2.828l3.9-3.9.067-.064A10.68,10.68,0,0,1,133.19,55.967q-.032.036-.066.069l-5.568,5.548a10.64,10.64,0,0,1-7.535,3.128Z' transform='translate(-91.482 -32.202)' fill='%23004289'/%3E%3Cpath id='Trazado_138' data-name='Trazado 138' d='M48.777,125.6l-.251,0a10.68,10.68,0,0,1-7.646-17.871q.032-.036.066-.069l5.568-5.548a10.64,10.64,0,0,1,15.073,0,2,2,0,0,1-2.834,2.823,6.64,6.64,0,0,0-9.409,0l-.005.005-5.534,5.514a6.68,6.68,0,0,0,9.435,9.432l3.862-3.862a2,2,0,1,1,2.828,2.828l-3.9,3.9-.067.064A10.631,10.631,0,0,1,48.777,125.6Z' transform='translate(-32.202 -81.108)' fill='%23004289'/%3E%3C/svg%3E%0A");
}
.ligazons .ligazon {
  font-weight: 700;
  margin-bottom: 2rem;
}
.ligazons .ligazon a {
  font-weight: 400;
}

.axuda .bloque-fijo-izq {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 100px;
}
.axuda .texto-fixed {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}
.axuda .h1-tiene-icono::before {
  background-image: url("data:image/svg+xml,%3Csvg id='info' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Crect id='Rectángulo_159' data-name='Rectángulo 159' width='50' height='50' fill='none'/%3E%3Cpath id='Elipse_5' data-name='Elipse 5' d='M18.5-2A20.494,20.494,0,0,1,33,33,20.5,20.5,0,1,1,10.52-.388,20.374,20.374,0,0,1,18.5-2Zm0,37A16.5,16.5,0,0,0,30.167,6.833,16.5,16.5,0,1,0,6.833,30.167,16.392,16.392,0,0,0,18.5,35Z' transform='translate(7 7)' fill='%23004289'/%3E%3Cpath id='Trazado_139' data-name='Trazado 139' d='M123.151,133.028h-1.575a2,2,0,0,1-2-2v-9.073A2,2,0,0,1,120,118h1.575a2,2,0,0,1,2,2v9.073a2,2,0,0,1-.425,3.955Z' transform='translate(-96.369 -96.369)' fill='%23004289'/%3E%3Ccircle id='Elipse_6' data-name='Elipse 6' cx='2.5' cy='2.5' r='2.5' transform='translate(22 14)' fill='%23004289'/%3E%3C/svg%3E%0A");
}

.contacto .bloque-fijo-izq {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 100px;
}
.contacto .h1-tiene-icono::before {
  background-image: url("data:image/svg+xml,%3Csvg id='envelope' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Crect id='Rectángulo_165' data-name='Rectángulo 165' width='50' height='50' fill='none'/%3E%3Cpath id='Trazado_143' data-name='Trazado 143' d='M50.74,75.178a2,2,0,0,1-1.351-.526L30.649,57.474a2,2,0,0,1,2.7-2.949L50.74,70.465,68.128,54.526a2,2,0,0,1,2.7,2.949L52.091,74.652A2,2,0,0,1,50.74,75.178Z' transform='translate(-25.753 -45.069)' fill='%23004289'/%3E%3Cpath id='Trazado_144' data-name='Trazado 144' d='M32,54H69.479a2,2,0,0,1,2,2V82.548a3.566,3.566,0,0,1-3.562,3.562H33.562A3.566,3.566,0,0,1,30,82.548V56A2,2,0,0,1,32,54Zm35.479,4H34V82.109H67.479Z' transform='translate(-25.753 -45.069)' fill='%23004289'/%3E%3Cpath id='Línea_8' data-name='Línea 8' d='M0,15.606a2,2,0,0,1-1.475-.648,2,2,0,0,1,.122-2.826L13.484-1.474a2,2,0,0,1,2.826.122,2,2,0,0,1-.122,2.826L1.352,15.08A1.993,1.993,0,0,1,0,15.606Z' transform='translate(6.735 24.986)' fill='%23004289'/%3E%3Cpath id='Línea_9' data-name='Línea 9' d='M14.835,15.606a1.993,1.993,0,0,1-1.351-.526L-1.352,1.474a2,2,0,0,1-.122-2.826,2,2,0,0,1,2.826-.122L16.187,12.132a2,2,0,0,1-1.352,3.474Z' transform='translate(28.402 24.986)' fill='%23004289'/%3E%3C/svg%3E%0A");
}
.contacto .texto-contacto {
  font-size: 18px;
  font-family: "montserrat";
  max-width: 500px;
  margin-top: 2rem;
}
.contacto .formulario-contacto {
  display: flex;
  flex-direction: column;
}
.contacto .formulario-contacto label {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.contacto .formulario-contacto input {
  border: 1px solid #004289;
  max-width: 80%;
  min-height: 2.5rem;
  margin-bottom: 1.5rem;
}

.administracion {
  /****************/
  /****************/
  /***************/
  /***************/
  /*******/
  /*******/
  /*******************/
  /*******************/
  /*******************/
  /*******************/
  /***************/
  /***************/
  /***************/
  /***************/
}
.administracion .h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .administracion .h2 {
    display: none;
  }
}
.administracion .contenedor-investigador {
  display: flex;
  justify-content: space-between;
  padding: 1rem 4rem;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #3EDF7E 40% 60%, rgba(0, 0, 0, 0) 100%) 1%;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #3EDF7E 40% 60%, rgba(0, 0, 0, 0) 100%) 1%;
  border-top: none;
}
@media (max-width: 767px) {
  .administracion .contenedor-investigador {
    justify-content: center;
  }
}
.administracion .contenedor-investigador .investigador {
  position: relative;
  cursor: pointer;
}
.administracion .contenedor-investigador .investigador .nombre-investigador {
  font-size: 18px;
  position: relative;
}
.administracion .contenedor-investigador .investigador .nombre-investigador::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: -28px;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.627' height='17.513' viewBox='0 0 17.627 17.513'%3E%3Cg id='user' transform='translate(-2.157 -1.5)'%3E%3Cg id='Grupo_82' data-name='Grupo 82'%3E%3Cpath id='Elipse_1' data-name='Elipse 1' d='M5.5-.5a6,6,0,1,1-6,6A6.007,6.007,0,0,1,5.5-.5Zm0,11a5,5,0,1,0-5-5A5.006,5.006,0,0,0,5.5,10.5Z' transform='translate(6 2)' fill='%23004289'/%3E%3Cpath id='Trazado_128' data-name='Trazado 128' d='M47.628,165.292a.5.5,0,0,1-.434-.25,9.1,9.1,0,0,0-15.761,0,.5.5,0,1,1-.866-.5,10.1,10.1,0,0,1,17.493,0,.5.5,0,0,1-.433.75Z' transform='translate(-28.343 -146.279)' fill='%23004289'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.administracion .contenedor-investigador .investigador .btn-menu::after {
  display: block;
  content: "";
  height: 10px;
  width: 6px;
  top: 10px;
  right: -20px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.219' height='12.764' viewBox='0 0 8.219 12.764'%3E%3Cpath id='Trazado_167' data-name='Trazado 167' d='M3258.151,503.921l-.756-.654,6.548-7.565,6.216,7.575-.773.634-5.464-6.658Z' transform='translate(503.921 -3257.395) rotate(90)' fill='%23004289'/%3E%3C/svg%3E%0A");
  transform: rotate(0deg);
  transition: 0.5s;
}
.administracion .contenedor-investigador .investigador .btn-menu.open::after {
  transform: rotate(90deg);
}
.administracion .contenedor-investigador .investigador .menu-usuario {
  display: none;
  position: absolute;
  top: 40px;
  left: -50px;
  background-color: white;
  border: 1px solid #004289;
  padding: 0.5rem 40px 0.5rem 68px;
  z-index: 11;
}
.administracion .contenedor-investigador .investigador .menu-usuario::before {
  display: block;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  top: -17px;
  right: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.906' height='19.726' viewBox='0 0 22.906 19.726'%3E%3Cg id='Grupo_102' data-name='Grupo 102' transform='translate(-1976.547 -6683.274)'%3E%3Cpath id='Polígono_3' data-name='Polígono 3' d='M11,0,22,19H0Z' transform='translate(1977 6684)' fill='%23fff'/%3E%3Cpath id='Trazado_190' data-name='Trazado 190' d='M2004.544,6702.749l-10.538-17.734-10.409,17.735h-1.03l11.438-19.726.433.744,11.036,18.981Z' transform='translate(-6.021 0.251)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.administracion .contenedor-investigador .investigador .menu-usuario .desconectar {
  text-decoration: none;
}
.administracion .contenedor-investigador .investigador .menu-usuario .desconectar::before {
  display: block;
  content: "";
  height: 17px;
  width: 17px;
  top: 12px;
  left: 37px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.976' height='15.156' viewBox='0 0 15.976 15.156'%3E%3Cg id='sign-out' transform='translate(-2.767 -3.172)'%3E%3Cpath id='Trazado_129' data-name='Trazado 129' d='M174,94.211a.5.5,0,0,1-.354-.854l3.5-3.5-3.5-3.5a.5.5,0,0,1,.707-.707l3.855,3.855a.5.5,0,0,1,0,.707l-3.855,3.855A.5.5,0,0,1,174,94.211Z' transform='translate(-159.613 -79.075)' fill='%23004289'/%3E%3Cpath id='Línea_4' data-name='Línea 4' d='M8.929.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H8.929a.5.5,0,0,1,.5.5A.5.5,0,0,1,8.929.5Z' transform='translate(8.571 10.75)' fill='%23004289'/%3E%3Cpath id='Trazado_130' data-name='Trazado 130' d='M45.875,54.656H40.734A1.193,1.193,0,0,1,39.5,53.513V40.643A1.193,1.193,0,0,1,40.734,39.5h5.141a.5.5,0,0,1,0,1H40.734c-.143,0-.234.085-.234.143V53.513c0,.058.091.143.234.143h5.141a.5.5,0,0,1,0,1Z' transform='translate(-36.733 -36.328)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 991px) {
  .administracion .contenedor {
    flex-direction: column;
  }
}
.administracion .contenedor-menu-tests {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 2rem;
  z-index: 10;
}
.administracion .menu-tests {
  border: 1px solid #004289;
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399px) {
  .administracion .menu-tests {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .administracion .menu-tests {
    position: relative;
    padding: 0;
    border: none;
  }
  .administracion .menu-tests .div-absolute {
    position: absolute;
    border: 1px solid #004289;
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 17px;
    padding-left: 20px;
  }
  .administracion .menu-tests .div-absolute::after {
    display: block;
    content: "";
    height: 13px;
    width: 9px;
    top: 22px;
    right: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.219' height='12.764' viewBox='0 0 8.219 12.764'%3E%3Cpath id='Trazado_167' data-name='Trazado 167' d='M3258.151,503.921l-.756-.654,6.548-7.565,6.216,7.575-.773.634-5.464-6.658Z' transform='translate(503.921 -3257.395) rotate(90)' fill='%23004289'/%3E%3C/svg%3E%0A");
    transform: rotate(0deg);
    transition: 0.5s;
  }
  .administracion .menu-tests .div-absolute.open {
    height: auto;
  }
  .administracion .menu-tests .div-absolute.open::after {
    transform: rotate(90deg);
  }
}
.administracion .menu-tests h3, .administracion .menu-tests .h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.administracion .menu-tests a {
  text-decoration: none;
  margin-bottom: 10px;
}
.administracion .menu-tests .separacion {
  border-bottom: 1px solid #004289;
  width: 100%;
  margin: 1rem 0 1.5rem 0;
}
.administracion .menu-tests .manual {
  position: relative;
}
.administracion .menu-tests .manual::after {
  display: block;
  content: "";
  height: 15px;
  width: 15px;
  top: 3px;
  right: -24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.279' height='14.279' viewBox='0 0 14.279 14.279'%3E%3Cg id='arrow-square-out_1_' data-name='arrow-square-out (1)' transform='translate(-39.5 -39.5)'%3E%3Cpath id='Trazado_184' data-name='Trazado 184' d='M160.527,45.027a.5.5,0,0,1-.5-.5V40.5H156a.5.5,0,0,1,0-1h4.527a.5.5,0,0,1,.5.5v4.527A.5.5,0,0,1,160.527,45.027Z' transform='translate(-107.248)' fill='%23004289'/%3E%3Cpath id='Línea_83' data-name='Línea 83' d='M0,6.5a.5.5,0,0,1-.354-.146.5.5,0,0,1,0-.707l6-6a.5.5,0,0,1,.707,0,.5.5,0,0,1,0,.707l-6,6A.5.5,0,0,1,0,6.5Z' transform='translate(47 40)' fill='%23004289'/%3E%3Cpath id='Trazado_185' data-name='Trazado 185' d='M50.261,83.365H40.6a1.1,1.1,0,0,1-1.1-1.1V72.6a1.1,1.1,0,0,1,1.1-1.1h4.829a.5.5,0,0,1,0,1H40.6a.1.1,0,0,0-.1.1v9.657a.1.1,0,0,0,.1.1h9.657a.1.1,0,0,0,.1-.1V77.432a.5.5,0,0,1,1,0v4.829A1.1,1.1,0,0,1,50.261,83.365Z' transform='translate(0 -29.586)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .menu-tests .menu-element {
  display: block;
}
@media (max-width: 991px) {
  .administracion .menu-tests .menu-element {
    display: none;
  }
}
.administracion .menu-tests .menu-element.show {
  display: block;
}
@media (max-width: 991px) {
  .administracion .menu-tests .menu-element.show {
    display: block;
  }
}
@media (max-width: 991px) {
  .administracion .menu-tests .menu-element-info {
    display: none;
  }
}
.administracion .div-info {
  height: 58px;
  width: 72px;
}
.administracion .informacion {
  display: none;
  border: 1px solid #004289;
  padding-bottom: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.432' height='26.044' viewBox='0 0 8.432 26.044'%3E%3Cpath id='Trazado_186' data-name='Trazado 186' d='M6.868-20.3a2.853,2.853,0,0,0,2.924-2.89,2.846,2.846,0,0,0-2.924-2.856A2.854,2.854,0,0,0,3.91-23.188,2.862,2.862,0,0,0,6.868-20.3ZM4.318,0h4.93V-17.918H1.36v4.386H4.318Z' transform='translate(-1.36 26.044)' fill='%23004289'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: center;
}
@media (max-width: 991px) {
  .administracion .informacion {
    display: block;
  }
}
.administracion .contenido-seccion {
  border: 1px solid #004289;
  padding: 2rem;
}
.administracion .contenido-seccion h1, .administracion .contenido-seccion .h1 {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .administracion .contenido-seccion {
    padding: 1rem;
  }
}
.administracion .texto-benvida {
  max-width: 600px;
  font-size: 14px;
  font-family: "montserrat";
}

.administracion .steps li a {
  border: 1px solid rgba(0, 66, 137, 0.5019607843)!important;
  padding: 0.7rem 1rem!important;
}

.administracion .steps li.current a {
  background-color: #004289!important;
  border-color: #004289!important;
  color: white!important;
}

.administracion .steps li.error a {
  background-color: #EB4630!important;
  border-color: #EB4630!important;
  color: white!important;
}

.administracion .steps li.disabled a {
  background: white!important;
  color: rgba(0, 66, 137, 0.5019607843)!important;
  cursor: default!important;
}

.administracion form .content {
  background-color: white!important;
}

.administracion .steps li a h2 {
  font-size: 16px!important;
  font-weight: 400!important;
  font-family: Archia!important;
}

.administracion .newTest {
  border: 1px solid #004289;
  padding: 2rem;
}

.administracion .fases .col {
  white-space: nowrap;
}
.administracion .fases span {
  display: inline-block;
}
@media (max-width: 1599px) {
  .administracion .fases span {
    display: none;
  }
}
.administracion .fase {
  color: rgba(0, 66, 137, 0.5019607843);
  border: 1px solid rgba(0, 66, 137, 0.5019607843);
  padding: 0.7rem 1rem;
}
.administracion .fase.anterior {
  background-color: rgba(0, 66, 137, 0.5019607843);
  border-color: rgba(0, 66, 137, 0.5019607843);
  color: white;
}
.administracion .fase.actual {
  background-color: #004289;
  border-color: #004289;
  color: white;
}
.administracion .fase.error {
  background-color: #EB4630;
  border-color: #EB4630;
  color: white;
}
.administracion .titulo-formulario {
  position: relative;
  display: inline-block;
}
.administracion .interrogacion {
  cursor: pointer;
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  top: 11px;
  right: -49px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22'%3E%3Cg id='question' transform='translate(0 -0.25)'%3E%3Crect id='Rectángulo_154' data-name='Rectángulo 154' width='23' height='22' transform='translate(0 0.25)' fill='rgba(0,0,0,0)'/%3E%3Cellipse id='Elipse_2' data-name='Elipse 2' cx='9' cy='9.5' rx='9' ry='9.5' transform='translate(2 1.25)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Elipse_2_-_Contorno' data-name='Elipse 2 - Contorno' d='M9-.5a9.771,9.771,0,0,1,9.5,10A9.771,9.771,0,0,1,9,19.5,9.771,9.771,0,0,1-.5,9.5,9.771,9.771,0,0,1,9-.5Zm0,19a8.771,8.771,0,0,0,8.5-9A8.771,8.771,0,0,0,9,.5a8.771,8.771,0,0,0-8.5,9A8.771,8.771,0,0,0,9,18.5Z' transform='translate(2 1.25)' fill='%23004289'/%3E%3Ccircle id='Elipse_3' data-name='Elipse 3' cx='0.657' cy='0.657' r='0.657' transform='translate(10.21 14.254)' fill='%23004289'/%3E%3Cpath id='Trazado_131' data-name='Trazado 131' d='M102.683,86.134v-.767A2.683,2.683,0,1,0,100,82.683' transform='translate(-91.821 -73.569)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Trazado_131_-_Contorno' data-name='Trazado 131 - Contorno' d='M102.683,86.634a.5.5,0,0,1-.5-.5v-.767a.5.5,0,0,1,.5-.5,2.183,2.183,0,1,0-2.183-2.183.5.5,0,0,1-1,0,3.183,3.183,0,1,1,3.683,3.144v.306A.5.5,0,0,1,102.683,86.634Z' transform='translate(-91.821 -73.569)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .div-cerrar {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: auto;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(85, 85, 85, 0.4666666667);
}
.administracion .popup-info {
  cursor: auto;
  border: 1px solid #004289;
  background-color: white;
  z-index: 12;
  padding: 1.5rem;
  width: 375px;
  box-shadow: 0px 3px 15px -8px #888888;
  display: none;
  position: fixed;
  top: 10vw;
  left: 10vw;
  width: 80vw;
  }
.administracion .popup-info h2, .administracion .popup-info .h2 {
  margin-bottom: 1rem;
}
.administracion .popup-info div {
  font-size: 18px;
  font-weight: 400;
  font-family: "montserrat";
  margin-bottom: 1.5rem;
}
.administracion .popup-info div:last-of-type {
  margin-bottom: 0;
}
.administracion .popup-info h3, .administracion .popup-info .h3 {
  font-weight: 700;
  font-family: "montserrat";
}
.administracion .popup-info .cerrar {
  cursor: pointer;
  display: block;
  content: "";
  height: 18px;
  width: 18px;
  top: 1.5rem;
  right: 1.5rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.707' height='29.707' viewBox='0 0 29.707 29.707'%3E%3Cg id='Grupo_94' data-name='Grupo 94' transform='translate(-317.146 -53.146)'%3E%3Cpath id='Línea_32' data-name='Línea 32' d='M28.646,29.354l-29-29L.354-.354l29,29Z' transform='translate(317.5 53.5)' fill='%23004289'/%3E%3Cpath id='Línea_33' data-name='Línea 33' d='M.354,29.354l-.707-.707,29-29,.707.707Z' transform='translate(317.5 53.5)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .contenedor-formulario {
  width: 90%;
  margin: auto;
}
@media (max-width: 991px) {
  .administracion .contenedor-formulario {
    width: 100%;
  }
}
.administracion .formulario {
  margin-top: 2rem;
}
.administracion .linea-form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .administracion .linea-form {
    flex-direction: column;
  }
}
.administracion .linea-form label {
  width: 40%;
  text-align: right;
  margin-right: 1rem;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .administracion .linea-form label {
    text-align: left;
    width: 100%;
  }
}
.administracion .linea-form .input {
  width: 60%;
  border: 1px solid #004289;
}
.administracion .linea-form .input-audio {
  overflow: clip;
  height: 40px;
  width: 45%;
  border: 1px solid #004289;
}
@media (max-width: 991px) {
  .administracion .linea-form .input {
    width: 100%;
  }
}

.administracion input {
  border: 1px solid #004289!important;
}

.administracion .linea-form .input.error {
  background-color: rgba(235, 70, 48, 0.2);
}
.administracion .linea-form .input::-moz-placeholder {
  color: #004289;
}
.administracion .linea-form .input::placeholder {
  color: #004289;
}
@media (min-width: 992px) {
  .administracion .linea-form .input::-moz-placeholder {
    color: transparent;
  }
  .administracion .linea-form .input::placeholder {
    color: transparent;
  }
}
.administracion .linea-form .input-group {
  border: none;
  width: 60%;
  margin: 0;
}
@media (max-width: 991px) {
  .administracion .linea-form .input-group {
    width: 100%;
  }
}
.administracion .linea-form .input-group input {
  border: 1px solid #004289;
}
.administracion .linea-form .input-group input.error {
  background-color: rgba(235, 70, 48, 0.2);
}
.administracion .linea-form .input-group input::-moz-placeholder {
  color: #004289;
}
.administracion .linea-form .input-group input::placeholder {
  color: #004289;
}
@media (min-width: 992px) {
  .administracion .linea-form .input-group input::-moz-placeholder {
    color: transparent;
  }
  .administracion .linea-form .input-group input::placeholder {
    color: transparent;
  }
}
.administracion .linea-form textarea {
  min-height: 120px;
}
.administracion .botones-navegacion {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
.administracion .botones-navegacion .siguiente {
  margin-left: 15px;
}
.administracion .blur {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(85, 85, 85, 0.4666666667);
  display: flex;
  align-items: center;
  z-index: 999;
}
.administracion .popup {
  width: 90%;
  max-width: 800px;
  margin: auto;
  background-color: white;
  border: 1px solid #004289;
  box-shadow: 0px 3px 15px -8px #888888;
}
.administracion .popup .barra-superior {
  background-color: rgba(0, 66, 137, 0.2);
  padding: 0.5rem 1rem;
  position: relative;
  padding-right: 50px;
}
.administracion .popup .barra-superior .cerrar {
  cursor: pointer;
  display: block;
  content: "";
  height: 18px;
  width: 18px;
  top: 10px;
  right: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.707' height='29.707' viewBox='0 0 29.707 29.707'%3E%3Cg id='Grupo_94' data-name='Grupo 94' transform='translate(-317.146 -53.146)'%3E%3Cpath id='Línea_32' data-name='Línea 32' d='M28.646,29.354l-29-29L.354-.354l29,29Z' transform='translate(317.5 53.5)' fill='%23004289'/%3E%3Cpath id='Línea_33' data-name='Línea 33' d='M.354,29.354l-.707-.707,29-29,.707.707Z' transform='translate(317.5 53.5)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .popup .datos-test {
  padding: 1rem;
}
.administracion .popup .datos-test .linea-datos {
  margin: 0.4rem auto;
  font-size: 18px;
  font-family: "montserrat";
}
.administracion .popup .datos-test .clave {
  display: inline-block;
  font-weight: 700;
}
.administracion .popup .datos-test .valor {
  display: inline-block;
  margin-left: 5px;
}
.administracion .popup .separador-datos-test {
  width: 100%;
  border-bottom: 1px solid #004289;
}
.administracion .popup .botones-popup {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}
.administracion .popup .botones-popup .guardar {
  margin-left: 15px;
}
.administracion .h1-verde {
  color: #3EDF7E;
}

.administracion .h1-azul {
  color: #3a87ad;
}

.administracion .h1-error {
  color: #b94a48;
}

.administracion .h1-warning {
  color: #ecc734;
}
.administracion .btn-volver {
  position: relative;
}


.administracion .btn-volver::before {
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  top: 2px;
  right: -49px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.administracion .test {
  border: 1px solid #004289;
}
.administracion .test .imagen-test {
  background-color: #484747;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.administracion .test .imagen-test::before {
  position: absolute;
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  top: 5px;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10.643' viewBox='0 0 16 10.643'%3E%3Cg id='Grupo_40' data-name='Grupo 40' transform='translate(0.5 0.5)'%3E%3Cpath id='Trazado_172' data-name='Trazado 172' d='M23.5,55.5a8.488,8.488,0,0,1,6.112,2.557,9.434,9.434,0,0,1,1.844,2.561.5.5,0,0,1,0,.406,9.434,9.434,0,0,1-1.844,2.561,8.584,8.584,0,0,1-12.225,0,9.434,9.434,0,0,1-1.844-2.561.5.5,0,0,1,0-.406,9.434,9.434,0,0,1,1.844-2.561A8.488,8.488,0,0,1,23.5,55.5Zm6.941,5.321a8.96,8.96,0,0,0-1.561-2.083,7.583,7.583,0,0,0-10.76,0,8.96,8.96,0,0,0-1.561,2.083A8.96,8.96,0,0,0,18.12,62.9a7.583,7.583,0,0,0,10.76,0A8.96,8.96,0,0,0,30.441,60.821Z' transform='translate(-16 -56)' fill='%23ffffff'/%3E%3Cpath id='Elipse_9' data-name='Elipse 9' d='M2.5-.5a3,3,0,1,1-3,3A3,3,0,0,1,2.5-.5Zm0,5a2,2,0,1,0-2-2A2,2,0,0,0,2.5,4.5Z' transform='translate(5 2)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .test .datos-test {
  padding: 1rem;
}
.administracion .test .datos-test .texto-codigo {
  font-size: 18px;
}
.administracion .test .datos-test .codigo {
  font-family: "montserrat";
  font-weight: 300;
  color: white;
  background-color: #004289;
  font-size: 14px;
  text-align: center;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-question-sign {
  background-position:-96px -96px;
}

.inline{
  display:inline;
  vertical-align:middle;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}


.icon_help {
  margin-left: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  cursor: pointer;
}

.hide {
  display: none!important;
}

.close {
  margin-bottom: 10px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#caracterizacion .close {
  position: relative;
  top: -40px;
}

.c_xuices, .c_estimulos, .c_caracterizacion {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.administracion .test .datos-test .opciones {
  display: flex;
  flex-direction: column;
}
.administracion .test .datos-test .opciones a {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  margin-left: 25px;
  margin-top: 0.3rem;
}
.administracion .test .datos-test .opciones a::before {
  cursor: pointer;
  position: absolute;
  display: block;
  content: "";
  height: 16px;
  width: 16px;
  top: 5px;
  left: -23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.administracion .test .datos-test .opciones .a-informacion::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Grupo_95' data-name='Grupo 95' transform='translate(-1677.144 -621.5)'%3E%3Cpath id='Elipse_7' data-name='Elipse 7' d='M7.5-.5a8,8,0,1,1-8,8A8.009,8.009,0,0,1,7.5-.5Zm0,15a7,7,0,1,0-7-7A7.008,7.008,0,0,0,7.5,14.5Z' transform='translate(1677.644 622)' fill='%23004289'/%3E%3Cpath id='Trazado_171' data-name='Trazado 171' d='M121.689,125.018h-.845a.5.5,0,0,1-.5-.5V120.5H120a.5.5,0,0,1,0-1h.845a.5.5,0,0,1,.5.5v4.018h.345a.5.5,0,0,1,0,1Z' transform='translate(1564.299 508.696)' fill='%23004289'/%3E%3Cellipse id='Elipse_8' data-name='Elipse 8' cx='0.541' cy='0.541' rx='0.541' ry='0.541' transform='translate(1684.37 625.785)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .test .datos-test .opciones .a-previsualizacion::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10.643' viewBox='0 0 16 10.643'%3E%3Cg id='Grupo_40' data-name='Grupo 40' transform='translate(0.5 0.5)'%3E%3Cpath id='Trazado_172' data-name='Trazado 172' d='M23.5,55.5a8.488,8.488,0,0,1,6.112,2.557,9.434,9.434,0,0,1,1.844,2.561.5.5,0,0,1,0,.406,9.434,9.434,0,0,1-1.844,2.561,8.584,8.584,0,0,1-12.225,0,9.434,9.434,0,0,1-1.844-2.561.5.5,0,0,1,0-.406,9.434,9.434,0,0,1,1.844-2.561A8.488,8.488,0,0,1,23.5,55.5Zm6.941,5.321a8.96,8.96,0,0,0-1.561-2.083,7.583,7.583,0,0,0-10.76,0,8.96,8.96,0,0,0-1.561,2.083A8.96,8.96,0,0,0,18.12,62.9a7.583,7.583,0,0,0,10.76,0A8.96,8.96,0,0,0,30.441,60.821Z' transform='translate(-16 -56)' fill='%23004289'/%3E%3Cpath id='Elipse_9' data-name='Elipse 9' d='M2.5-.5a3,3,0,1,1-3,3A3,3,0,0,1,2.5-.5Zm0,5a2,2,0,1,0-2-2A2,2,0,0,0,2.5,4.5Z' transform='translate(5 2)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .test .datos-test .opciones .a-respostas::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cg id='Grupo_96' data-name='Grupo 96' transform='translate(-1428.941 -813.861)'%3E%3Cg id='Grupo_41' data-name='Grupo 41' transform='translate(1429.441 814.361)'%3E%3Cpath id='Rectángulo_303' data-name='Rectángulo 303' d='M2-.5H13A2.5,2.5,0,0,1,15.5,2v9A2.5,2.5,0,0,1,13,13.5H2A2.5,2.5,0,0,1-.5,11V2A2.5,2.5,0,0,1,2-.5Zm11,13A1.5,1.5,0,0,0,14.5,11V2A1.5,1.5,0,0,0,13,.5H2A1.5,1.5,0,0,0,.5,2v9A1.5,1.5,0,0,0,2,12.5Z' transform='translate(0 0)' fill='%23004289'/%3E%3Cpath id='Línea_67' data-name='Línea 67' d='M9,.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H9a.5.5,0,0,1,.5.5A.5.5,0,0,1,9,.5Z' transform='translate(3 3)' fill='%23004289'/%3E%3Cpath id='Línea_68' data-name='Línea 68' d='M9,.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H9a.5.5,0,0,1,.5.5A.5.5,0,0,1,9,.5Z' transform='translate(3 6)' fill='%23004289'/%3E%3Cpath id='Línea_69' data-name='Línea 69' d='M9,.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H9a.5.5,0,0,1,.5.5A.5.5,0,0,1,9,.5Z' transform='translate(3 9)' fill='%23004289'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .test .datos-test .opciones .a-clonar::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12.875' viewBox='0 0 16 12.875'%3E%3Cg id='Grupo_97' data-name='Grupo 97' transform='translate(-1428.941 -841.503)'%3E%3Cpath id='Trazado_173' data-name='Trazado 173' d='M32.625,55.5h4.164a1.127,1.127,0,0,1,.673.224l2.173,1.626a.131.131,0,0,0,.077.025h6.662A1.126,1.126,0,0,1,47.5,58.5v8.82a1.056,1.056,0,0,1-1.055,1.055H32.625A1.126,1.126,0,0,1,31.5,67.25V56.625A1.126,1.126,0,0,1,32.625,55.5Zm13.82,11.875a.055.055,0,0,0,.055-.055V58.5a.125.125,0,0,0-.125-.125H39.711a1.127,1.127,0,0,1-.673-.224l-2.173-1.626a.131.131,0,0,0-.078-.025H32.625a.125.125,0,0,0-.125.125V67.25a.125.125,0,0,0,.125.125Z' transform='translate(1397.441 786.003)' fill='%23004289'/%3E%3Cpath id='Línea_63' data-name='Línea 63' d='M4.138.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H4.138a.5.5,0,0,1,.5.5A.5.5,0,0,1,4.138.5Z' transform='translate(1434.803 848.989)' fill='%23004289'/%3E%3Cpath id='Línea_64' data-name='Línea 64' d='M0,5.25a.5.5,0,0,1-.5-.5V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V4.75A.5.5,0,0,1,0,5.25Z' transform='translate(1437.125 846.538)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .test .datos-test .opciones .a-eliminar::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Grupo_98' data-name='Grupo 98' transform='translate(-1428.941 -867.861)'%3E%3Cpath id='Elipse_7' data-name='Elipse 7' d='M7.5-.5a8,8,0,1,1-8,8A8.009,8.009,0,0,1,7.5-.5Zm0,15a7,7,0,1,0-7-7A7.008,7.008,0,0,0,7.5,14.5Z' transform='translate(1429.441 868.361)' fill='%23004289'/%3E%3Cpath id='Línea_65' data-name='Línea 65' d='M6,6.5a.5.5,0,0,1-.354-.146l-6-6a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l6,6A.5.5,0,0,1,6,6.5Z' transform='translate(1433.941 872.861)' fill='%23004289'/%3E%3Cpath id='Línea_66' data-name='Línea 66' d='M0,6.5a.5.5,0,0,1-.354-.146.5.5,0,0,1,0-.707l6-6a.5.5,0,0,1,.707,0,.5.5,0,0,1,0,.707l-6,6A.5.5,0,0,1,0,6.5Z' transform='translate(1433.941 872.861)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
/* .administracion .test .datos-test .opciones .a-editar::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23004289' viewBox='0 0 16 16'%3E%3Cpath d='M12.146.854a.5.5 0 0 1 .708 0l2.292 2.292a.5.5 0 0 1 0 .708l-9.439 9.439a.5.5 0 0 1-.168.11l-4 1.5a.5.5 0 0 1-.65-.65l1.5-4a.5.5 0 0 1 .11-.168l9.439-9.439zM11.207 3L13 4.793 14.293 3.5 12.5 1.707 11.207 3z'/%3E%3C/svg%3E");
} */
.administracion .test .footer-test {
  height: 35px;
  width: 100%;
  background-color: rgba(0, 66, 137, 0.2);
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.administracion .test .footer-test .element-footer {
  color: #004289;
  font-size: 18px;
  padding-left: 25px;
  margin-right: 15px;
  position: relative;
}
.administracion .test .footer-test .element-footer::before {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  top: 3px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.administracion .test .footer-test .element-1::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Grupo_43' data-name='Grupo 43' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle id='Elipse_13' data-name='Elipse 13' cx='10' cy='10' r='10' fill='%23004289'/%3E%3Cg id='users-three_1_' data-name='users-three (1)' transform='translate(4.258 5.941)'%3E%3Ccircle id='Elipse_12' data-name='Elipse 12' cx='2.079' cy='2.079' r='2.079' transform='translate(3.564 2.178)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Elipse_12_-_Contorno' data-name='Elipse 12 - Contorno' d='M2.079-.5A2.579,2.579,0,1,1-.5,2.079,2.582,2.582,0,0,1,2.079-.5Zm0,4.158A1.579,1.579,0,1,0,.5,2.079,1.581,1.581,0,0,0,2.079,3.658Z' transform='translate(3.564 2.178)' fill='%23fff'/%3E%3Cpath id='Trazado_175' data-name='Trazado 175' d='M196,116a2.96,2.96,0,0,1,2.376,1.188' transform='translate(-186.893 -112.832)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Trazado_175_-_Contorno' data-name='Trazado 175 - Contorno' d='M198.376,117.688a.5.5,0,0,1-.4-.2A2.47,2.47,0,0,0,196,116.5h0a.5.5,0,0,1,0-1H196a3.475,3.475,0,0,1,2.771,1.389.5.5,0,0,1-.4.8Z' transform='translate(-186.893 -112.832)' fill='%23fff'/%3E%3Cpath id='Trazado_176' data-name='Trazado 176' d='M12,117.188A2.96,2.96,0,0,1,14.376,116' transform='translate(-12 -112.832)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Trazado_176_-_Contorno' data-name='Trazado 176 - Contorno' d='M12,117.688a.5.5,0,0,1-.4-.8,3.471,3.471,0,0,1,2.777-1.389.5.5,0,0,1,0,1h0a2.471,2.471,0,0,0-1.97.987A.5.5,0,0,1,12,117.688Z' transform='translate(-12 -112.832)' fill='%23fff'/%3E%3Cpath id='Trazado_177' data-name='Trazado 177' d='M70.4,181.806a3.173,3.173,0,0,1,5.7,0' transform='translate(-67.509 -173.689)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Trazado_177_-_Contorno' data-name='Trazado 177 - Contorno' d='M70.4,182.306a.5.5,0,0,1-.449-.72,3.673,3.673,0,0,1,6.6,0,.5.5,0,0,1-.9.439,2.673,2.673,0,0,0-4.8,0A.5.5,0,0,1,70.4,182.306Z' transform='translate(-67.509 -173.689)' fill='%23fff'/%3E%3Cpath id='Trazado_178' data-name='Trazado 178' d='M29.552,55.165a1.584,1.584,0,1,1,1.554-1.881' transform='translate(-27.176 -51.997)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Trazado_178_-_Contorno' data-name='Trazado 178 - Contorno' d='M29.55,55.665A2.084,2.084,0,1,1,31.6,53.19a.5.5,0,0,1-.982.188,1.084,1.084,0,1,0-1.065,1.287h0a.5.5,0,1,1,0,1Z' transform='translate(-27.176 -51.997)' fill='%23fff'/%3E%3Cpath id='Trazado_179' data-name='Trazado 179' d='M164.6,53.284a1.584,1.584,0,1,1,1.554,1.881' transform='translate(-157.047 -51.997)' fill='rgba(0,0,0,0)'/%3E%3Cpath id='Trazado_179_-_Contorno' data-name='Trazado 179 - Contorno' d='M166.156,55.665a.5.5,0,1,1,0-1h0a1.084,1.084,0,1,0-1.065-1.287.5.5,0,0,1-.982-.188,2.084,2.084,0,1,1,2.047,2.475Z' transform='translate(-157.047 -51.997)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .test .footer-test .element-2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='question_1_' data-name='question (1)' transform='translate(0.046)'%3E%3Ccircle id='Elipse_10' data-name='Elipse 10' cx='10' cy='10' r='10' transform='translate(-0.046)' fill='%23004289'/%3E%3Ccircle id='Elipse_11' data-name='Elipse 11' cx='0.75' cy='0.75' r='0.75' transform='translate(9.501 14.055)' fill='%23fff'/%3E%3Cpath id='Trazado_174' data-name='Trazado 174' d='M103.147,87.693a.5.5,0,0,1-.5-.5v-.9a.5.5,0,0,1,.5-.5,2.647,2.647,0,1,0-2.647-2.647.5.5,0,1,1-1,0,3.647,3.647,0,1,1,4.147,3.613v.433A.5.5,0,0,1,103.147,87.693Z' transform='translate(-92.857 -75.555)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .texto-difundir {
  font-family: "montserrat";
  font-size: 18px;
  /*max-width: 640px;*/
}
.administracion .code {
  color: white;
  background-color: #004289;
}
.administracion .icono-url {
  display: inline-block;
  content: "";
  height: 18px;
  width: 18px;
  top: 3px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.942' height='22.942' viewBox='0 0 22.942 22.942'%3E%3Cg id='copy' transform='translate(-39.5 -39.5)'%3E%3Cpath id='Trazado_182' data-name='Trazado 182' d='M103.958,56.458H97.974a.5.5,0,0,1,0-1h5.484V40.5H88.5v5.484a.5.5,0,0,1-1,0V40a.5.5,0,0,1,.5-.5h15.958a.5.5,0,0,1,.5.5V55.958A.5.5,0,0,1,103.958,56.458Z' transform='translate(-42.016)' fill='%23004289'/%3E%3Cpath id='Rectángulo_310' data-name='Rectángulo 310' d='M0-.5H16a.5.5,0,0,1,.5.5V16a.5.5,0,0,1-.5.5H0A.5.5,0,0,1-.5,16V0A.5.5,0,0,1,0-.5ZM15.5.5H.5v15h15Z' transform='translate(40 45.942)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .contenedor-url {
  display: flex;
  justify-content: center;
}
.administracion .btn-url {
  font-size: 18px;
  position: relative;
  padding: 0.5rem 2rem;
  padding-left: calc(2rem + 30px);
}
.administracion .btn-url::before {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  top: 10px;
  left: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.942' height='22.942' viewBox='0 0 22.942 22.942'%3E%3Cg id='copy' transform='translate(-39.5 -39.5)'%3E%3Cpath id='Trazado_182' data-name='Trazado 182' d='M103.958,56.458H97.974a.5.5,0,0,1,0-1h5.484V40.5H88.5v5.484a.5.5,0,0,1-1,0V40a.5.5,0,0,1,.5-.5h15.958a.5.5,0,0,1,.5.5V55.958A.5.5,0,0,1,103.958,56.458Z' transform='translate(-42.016)' fill='%23004289'/%3E%3Cpath id='Rectángulo_310' data-name='Rectángulo 310' d='M0-.5H16a.5.5,0,0,1,.5.5V16a.5.5,0,0,1-.5.5H0A.5.5,0,0,1-.5,16V0A.5.5,0,0,1,0-.5ZM15.5.5H.5v15h15Z' transform='translate(40 45.942)' fill='%23004289'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .btn-url:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.942' height='22.942' viewBox='0 0 22.942 22.942'%3E%3Cg id='copy' transform='translate(-39.5 -39.5)'%3E%3Cpath id='Trazado_182' data-name='Trazado 182' d='M103.958,56.458H97.974a.5.5,0,0,1,0-1h5.484V40.5H88.5v5.484a.5.5,0,0,1-1,0V40a.5.5,0,0,1,.5-.5h15.958a.5.5,0,0,1,.5.5V55.958A.5.5,0,0,1,103.958,56.458Z' transform='translate(-42.016)' fill='%23ffffff'/%3E%3Cpath id='Rectángulo_310' data-name='Rectángulo 310' d='M0-.5H16a.5.5,0,0,1,.5.5V16a.5.5,0,0,1-.5.5H0A.5.5,0,0,1-.5,16V0A.5.5,0,0,1,0-.5ZM15.5.5H.5v15h15Z' transform='translate(40 45.942)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .datos-test .opciones .a-estatisticas::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Grupo_101' data-name='Grupo 101' transform='translate(-1430.079 -962.207)'%3E%3Cg id='presentation-chart' transform='translate(1427.579 959.707)'%3E%3Cpath id='Rectángulo_318' data-name='Rectángulo 318' d='M1-.5H14A1.5,1.5,0,0,1,15.5,1V9A1.5,1.5,0,0,1,14,10.5H1A1.5,1.5,0,0,1-.5,9V1A1.5,1.5,0,0,1,1-.5Zm13,10a.5.5,0,0,0,.5-.5V1A.5.5,0,0,0,14,.5H1A.5.5,0,0,0,.5,1V9a.5.5,0,0,0,.5.5Z' transform='translate(3 5)' fill='%23004289'/%3E%3Cpath id='Línea_71' data-name='Línea 71' d='M3,3.5a.5.5,0,0,1-.354-.146l-3-3a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l3,3A.5.5,0,0,1,3,3.5Z' transform='translate(13 15)' fill='%23004289'/%3E%3Cpath id='Línea_72' data-name='Línea 72' d='M0,3.5a.5.5,0,0,1-.277-.084.5.5,0,0,1-.139-.693l2-3a.5.5,0,0,1,.693-.139.5.5,0,0,1,.139.693l-2,3A.5.5,0,0,1,0,3.5Z' transform='translate(6 15)' fill='%23004289'/%3E%3Cpath id='Línea_73' data-name='Línea 73' d='M0,1.5A.5.5,0,0,1-.5,1V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V1A.5.5,0,0,1,0,1.5Z' transform='translate(8 11)' fill='%23004289'/%3E%3Cpath id='Línea_74' data-name='Línea 74' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 9)' fill='%23004289'/%3E%3Cpath id='Línea_75' data-name='Línea 75' d='M0,4.5A.5.5,0,0,1-.5,4V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V4A.5.5,0,0,1,0,4.5Z' transform='translate(13 8)' fill='%23004289'/%3E%3Cpath id='Línea_76' data-name='Línea 76' d='M0,2.5A.5.5,0,0,1-.5,2V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V2A.5.5,0,0,1,0,2.5Z' transform='translate(11 3)' fill='%23004289'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .datos-test .opciones .a-respostas-2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.881' height='17.518' viewBox='0 0 15.881 17.518'%3E%3Cg id='Grupo_100' data-name='Grupo 100' transform='translate(-1428.941 -931.36)'%3E%3Cg id='microsoft-excel-logo' transform='translate(1427.441 929.501)'%3E%3Cpath id='Línea_77' data-name='Línea 77' d='M5,.5H0v-1H5Z' transform='translate(12 7.874)' fill='%23004289'/%3E%3Cpath id='Línea_78' data-name='Línea 78' d='M5,.5H0v-1H5Z' transform='translate(12 14.874)' fill='%23004289'/%3E%3Cpath id='Trazado_183' data-name='Trazado 183' d='M75.7,49.018H64.688A1.19,1.19,0,0,1,63.5,47.83V45.748a.5.5,0,0,1,1,0V47.83a.188.188,0,0,0,.188.188H75.7a.188.188,0,0,0,.188-.188V32.688A.188.188,0,0,0,75.7,32.5H64.688a.188.188,0,0,0-.188.188v2.753a.5.5,0,1,1-1,0V32.688A1.19,1.19,0,0,1,64.688,31.5H75.7a1.19,1.19,0,0,1,1.188,1.188V47.83A1.19,1.19,0,0,1,75.7,49.018Z' transform='translate(-59.507 -29.641)' fill='%23004289'/%3E%3Cpath id='Línea_79' data-name='Línea 79' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 15.874)' fill='%23004289'/%3E%3Cpath id='Línea_80' data-name='Línea 80' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 2.874)' fill='%23004289'/%3E%3Cpath id='Rectángulo_320' data-name='Rectángulo 320' d='M0-.5H10a.5.5,0,0,1,.5.5V10a.5.5,0,0,1-.5.5H0A.5.5,0,0,1-.5,10V0A.5.5,0,0,1,0-.5ZM9.5.5H.5v9h9Z' transform='translate(2 5.874)' fill='%23004289'/%3E%3Cpath id='Línea_81' data-name='Línea 81' d='M4,4.5a.5.5,0,0,1-.354-.146l-4-4a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l4,4A.5.5,0,0,1,4,4.5Z' transform='translate(5 8.874)' fill='%23004289'/%3E%3Cpath id='Línea_82' data-name='Línea 82' d='M0,4.5a.5.5,0,0,1-.354-.146.5.5,0,0,1,0-.707l4-4a.5.5,0,0,1,.707,0,.5.5,0,0,1,0,.707l-4,4A.5.5,0,0,1,0,4.5Z' transform='translate(5 8.874)' fill='%23004289'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

a.stroke {
  text-decoration: line-through!important;
  text-decoration-thickness: 2px!important;
}

.administracion .datos-test .opciones .a-datos::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.881' height='17.518' viewBox='0 0 15.881 17.518'%3E%3Cg id='Grupo_100' data-name='Grupo 100' transform='translate(-1428.941 -931.36)'%3E%3Cg id='microsoft-excel-logo' transform='translate(1427.441 929.501)'%3E%3Cpath id='Línea_77' data-name='Línea 77' d='M5,.5H0v-1H5Z' transform='translate(12 7.874)' fill='%23004289'/%3E%3Cpath id='Línea_78' data-name='Línea 78' d='M5,.5H0v-1H5Z' transform='translate(12 14.874)' fill='%23004289'/%3E%3Cpath id='Trazado_183' data-name='Trazado 183' d='M75.7,49.018H64.688A1.19,1.19,0,0,1,63.5,47.83V45.748a.5.5,0,0,1,1,0V47.83a.188.188,0,0,0,.188.188H75.7a.188.188,0,0,0,.188-.188V32.688A.188.188,0,0,0,75.7,32.5H64.688a.188.188,0,0,0-.188.188v2.753a.5.5,0,1,1-1,0V32.688A1.19,1.19,0,0,1,64.688,31.5H75.7a1.19,1.19,0,0,1,1.188,1.188V47.83A1.19,1.19,0,0,1,75.7,49.018Z' transform='translate(-59.507 -29.641)' fill='%23004289'/%3E%3Cpath id='Línea_79' data-name='Línea 79' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 15.874)' fill='%23004289'/%3E%3Cpath id='Línea_80' data-name='Línea 80' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 2.874)' fill='%23004289'/%3E%3Cpath id='Rectángulo_320' data-name='Rectángulo 320' d='M0-.5H10a.5.5,0,0,1,.5.5V10a.5.5,0,0,1-.5.5H0A.5.5,0,0,1-.5,10V0A.5.5,0,0,1,0-.5ZM9.5.5H.5v9h9Z' transform='translate(2 5.874)' fill='%23004289'/%3E%3Cpath id='Línea_81' data-name='Línea 81' d='M4,4.5a.5.5,0,0,1-.354-.146l-4-4a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l4,4A.5.5,0,0,1,4,4.5Z' transform='translate(5 8.874)' fill='%23004289'/%3E%3Cpath id='Línea_82' data-name='Línea 82' d='M0,4.5a.5.5,0,0,1-.354-.146.5.5,0,0,1,0-.707l4-4a.5.5,0,0,1,.707,0,.5.5,0,0,1,0,.707l-4,4A.5.5,0,0,1,0,4.5Z' transform='translate(5 8.874)' fill='%23004289'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .datos-test .opciones .a-variables::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.881' height='17.518' viewBox='0 0 15.881 17.518'%3E%3Cg id='Grupo_100' data-name='Grupo 100' transform='translate(-1428.941 -931.36)'%3E%3Cg id='microsoft-excel-logo' transform='translate(1427.441 929.501)'%3E%3Cpath id='Línea_77' data-name='Línea 77' d='M5,.5H0v-1H5Z' transform='translate(12 7.874)' fill='%23004289'/%3E%3Cpath id='Línea_78' data-name='Línea 78' d='M5,.5H0v-1H5Z' transform='translate(12 14.874)' fill='%23004289'/%3E%3Cpath id='Trazado_183' data-name='Trazado 183' d='M75.7,49.018H64.688A1.19,1.19,0,0,1,63.5,47.83V45.748a.5.5,0,0,1,1,0V47.83a.188.188,0,0,0,.188.188H75.7a.188.188,0,0,0,.188-.188V32.688A.188.188,0,0,0,75.7,32.5H64.688a.188.188,0,0,0-.188.188v2.753a.5.5,0,1,1-1,0V32.688A1.19,1.19,0,0,1,64.688,31.5H75.7a1.19,1.19,0,0,1,1.188,1.188V47.83A1.19,1.19,0,0,1,75.7,49.018Z' transform='translate(-59.507 -29.641)' fill='%23004289'/%3E%3Cpath id='Línea_79' data-name='Línea 79' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 15.874)' fill='%23004289'/%3E%3Cpath id='Línea_80' data-name='Línea 80' d='M0,3.5A.5.5,0,0,1-.5,3V0A.5.5,0,0,1,0-.5.5.5,0,0,1,.5,0V3A.5.5,0,0,1,0,3.5Z' transform='translate(11 2.874)' fill='%23004289'/%3E%3Cpath id='Rectángulo_320' data-name='Rectángulo 320' d='M0-.5H10a.5.5,0,0,1,.5.5V10a.5.5,0,0,1-.5.5H0A.5.5,0,0,1-.5,10V0A.5.5,0,0,1,0-.5ZM9.5.5H.5v9h9Z' transform='translate(2 5.874)' fill='%23004289'/%3E%3Cpath id='Línea_81' data-name='Línea 81' d='M4,4.5a.5.5,0,0,1-.354-.146l-4-4a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l4,4A.5.5,0,0,1,4,4.5Z' transform='translate(5 8.874)' fill='%23004289'/%3E%3Cpath id='Línea_82' data-name='Línea 82' d='M0,4.5a.5.5,0,0,1-.354-.146.5.5,0,0,1,0-.707l4-4a.5.5,0,0,1,.707,0,.5.5,0,0,1,0,.707l-4,4A.5.5,0,0,1,0,4.5Z' transform='translate(5 8.874)' fill='%23004289'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.administracion .datos-test .opciones .separador {
  width: 80%;
  border-bottom: 1px solid #004289;
  margin-left: 20px;
}

.col-3-5 {
  width: 29.16667%;
}

.col-lg-3-5 {
  width: 29.16667%;
}
