/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/public.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --global-fs: 14px;
}

:root {
  --bs-blue: #3273dc;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f14668;
  --bs-orange: #E87E1D;
  --bs-yellow: #ffdd57;
  --bs-green: #45c471;
  --bs-teal: #20c997;
  --bs-cyan: #3298dc;
  --bs-white: #fff;
  --bs-gray: #6d6f74;
  --bs-gray-dark: #3d3f46;
  --bs-gray-100: #e7e7e8;
  --bs-gray-200: #cecfd1;
  --bs-gray-300: #b6b7ba;
  --bs-gray-400: #9e9fa3;
  --bs-gray-500: #86878c;
  --bs-gray-600: #6d6f74;
  --bs-gray-700: #55575d;
  --bs-gray-800: #3d3f46;
  --bs-gray-900: #24272f;
  --bs-primary: #1F76A9;
  --bs-secondary: #8190aa;
  --bs-success: #33af5d;
  --bs-info: #3298dc;
  --bs-warning: #E87E1D;
  --bs-danger: #ff002e;
  --bs-light: #e7e7e8;
  --bs-dark: #24272f;
  --bs-primary-rgb: 31, 118, 169;
  --bs-secondary-rgb: 129, 144, 170;
  --bs-success-rgb: 51, 175, 93;
  --bs-info-rgb: 50, 152, 220;
  --bs-warning-rgb: 232, 126, 29;
  --bs-danger-rgb: 255, 0, 46;
  --bs-light-rgb: 231, 231, 232;
  --bs-dark-rgb: 36, 39, 47;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 12, 15, 24;
  --bs-body-color-rgb: 34, 34, 34;
  --bs-body-bg-rgb: 239, 241, 243;
  --bs-font-sans-serif: "Inter var", 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: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.572;
  --bs-body-color: #222;
  --bs-body-bg: #eff1f3;
}

*,
*::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(12, 15, 24, 0);
}

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

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: 600;
  line-height: 1.2;
}

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

h2, .h2 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3125rem;
  }
}

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

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

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

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: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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

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: #14608C;
  text-decoration: none;
}
a:hover {
  color: #104d70;
  text-decoration: underline;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.93em;
  color: #fff;
  background-color: #24272f;
  border-radius: 5px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

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: #6d6f74;
  text-align: left;
}

th {
  font-weight: 600;
  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.09375rem;
  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.93em;
  text-transform: uppercase;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.93em;
  color: #6d6f74;
}

.container,
.container-fluid,
.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: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --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: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #222;
  --bs-table-striped-bg: rgba(12, 15, 24, 0.03);
  --bs-table-active-color: #222;
  --bs-table-active-bg: rgba(31, 118, 169, 0.1);
  --bs-table-hover-color: #222;
  --bs-table-hover-bg: rgba(12, 15, 24, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  color: #222;
  vertical-align: top;
  border-color: rgba(34, 34, 34, 0.12);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.75rem;
  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 rgba(36, 39, 47, 0.2);
}

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

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

.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: #d2e4ee;
  --bs-table-striped-bg: rgba(207, 225, 234, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(199, 216, 226, 0.97);
  --bs-table-active-color: rgba(12, 15, 24, 0.7);
  --bs-table-hover-bg: rgba(205, 222, 232, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(199, 216, 226, 0.97);
}

.table-secondary {
  --bs-table-bg: #e6e9ee;
  --bs-table-striped-bg: rgba(226, 229, 234, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(218, 221, 226, 0.97);
  --bs-table-active-color: rgba(12, 15, 24, 0.7);
  --bs-table-hover-bg: rgba(224, 227, 232, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(218, 221, 226, 0.97);
}

.table-success {
  --bs-table-bg: #d6efdf;
  --bs-table-striped-bg: rgba(211, 235, 220, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(203, 226, 212, 0.97);
  --bs-table-active-color: rgba(12, 15, 24, 0.7);
  --bs-table-hover-bg: rgba(208, 233, 218, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(203, 226, 212, 0.97);
}

.table-info {
  --bs-table-bg: #d6eaf8;
  --bs-table-striped-bg: rgba(211, 230, 244, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(203, 222, 235, 0.97);
  --bs-table-active-color: rgba(12, 15, 24, 0.7);
  --bs-table-hover-bg: rgba(208, 228, 242, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(203, 222, 235, 0.97);
}

.table-warning {
  --bs-table-bg: #fae5d2;
  --bs-table-striped-bg: rgba(246, 225, 207, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(237, 217, 200, 0.97);
  --bs-table-active-color: rgba(12, 15, 24, 0.7);
  --bs-table-hover-bg: rgba(243, 223, 205, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(237, 217, 200, 0.97);
}

.table-danger {
  --bs-table-bg: #ffccd5;
  --bs-table-striped-bg: rgba(251, 201, 210, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(241, 193, 202, 0.97);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgba(248, 199, 208, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(241, 193, 202, 0.97);
}

.table-light {
  --bs-table-bg: #e7e7e8;
  --bs-table-striped-bg: rgba(227, 227, 229, 0.991);
  --bs-table-striped-color: rgba(12, 15, 24, 0.7);
  --bs-table-active-bg: rgba(219, 219, 220, 0.97);
  --bs-table-active-color: rgba(12, 15, 24, 0.7);
  --bs-table-hover-bg: rgba(225, 225, 226, 0.985);
  --bs-table-hover-color: rgba(12, 15, 24, 0.7);
  color: rgba(12, 15, 24, 0.7);
  border-color: rgba(219, 219, 220, 0.97);
}

.table-dark {
  --bs-table-bg: #24272f;
  --bs-table-striped-bg: #2b2d35;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3a3d44;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #2f3239;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #3a3d44;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.24;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecfd1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  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: #222;
  background-color: #fff;
  border-color: #1F76A9;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.24em;
}
.form-control::-webkit-input-placeholder {
  color: #9e9fa3;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #9e9fa3;
  opacity: 1;
}
.form-control::placeholder {
  color: #9e9fa3;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgba(12, 15, 24, 0.05);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #222;
  background-color: #f3f3f3;
  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.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #222;
  background-color: #f3f3f3;
  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: #e7e7e7;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e7e7e7;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #222;
  background-color: #f3f3f3;
  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: #e7e7e7;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.24;
  color: #222;
  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.47em + 0.5rem + 2px);
  padding: 0.25rem 0.625rem;
  font-size: 0.8125rem;
  border-radius: 5px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.625rem;
  margin: -0.25rem -0.625rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.625rem;
  margin: -0.25rem -0.625rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.625rem;
  margin: -0.25rem -0.625rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 5px;
}
.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.24em + 1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.47em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1.875rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.24;
  color: #222;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23222%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #cecfd1;
  border-radius: 5px;
  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: #1F76A9;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: rgba(12, 15, 24, 0.05);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  font-size: 0.8125rem;
  border-radius: 5px;
}

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

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

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.186em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #cecfd1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  transition: border-color 0.2s, background-color 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.375rem;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(95%);
}
.form-check-input:focus {
  border-color: #1F76A9;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}
.form-check-input:checked {
  background-color: #fff;
  border-color: #cecfd1;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%231F76A9%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%271.5%27 fill=%27%231F76A9%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #fff;
  border-color: #cecfd1;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%231F76A9%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10h8%27/%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='%23fff' stroke='%2324272f' stroke-opacity='22%' stroke-width='7%'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out, border-color 0.2s, background-color 0.2s;
}
@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='%23fff' stroke='%2324272f' stroke-opacity='22%' stroke-width='7%'/%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' stroke='%2324272f' stroke-opacity='22%' stroke-width='7%'/%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.25rem;
  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 rgba(36, 39, 47, 0.15), 0 1px 8px rgba(36, 39, 47, 0.3), 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(36, 39, 47, 0.15), 0 1px 8px rgba(36, 39, 47, 0.3), 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: transform 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: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-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: #fff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: rgba(12, 15, 24, 0.12);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: transform 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: transform 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;
  -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: #fff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: rgba(12, 15, 24, 0.12);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #e2e2e3;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #e2e2e3;
}

.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::-webkit-input-placeholder {
  color: transparent;
}
.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.5rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.5rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.5rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.5rem;
}
.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.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.24;
  color: #222;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border: 1px solid #cecfd1;
  border-radius: 5px;
}

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.625rem;
  font-size: 0.8125rem;
  border-radius: 5px;
}

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

.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.93em;
  color: #33af5d;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.125rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #33af5d;
  border-radius: 0.375rem;
}

.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: #33af5d;
  padding-right: calc(1.24em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-2 -2 11 11%27%3e%3cpath fill=%27%2333af5d%27 d=%27M2.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%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.31em + 0.25rem) center;
  background-size: calc(0.62em + 0.5rem) calc(0.62em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #33af5d;
  box-shadow: 0 0 0 0.125rem rgba(51, 175, 93, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.24em + 1rem);
  background-position: top calc(0.31em + 0.25rem) right calc(0.31em + 0.25rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #33af5d;
}
.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: 3.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23222%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-2 -2 11 11%27%3e%3cpath fill=%27%2333af5d%27 d=%27M2.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%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.875rem;
  background-size: 8px 10px, calc(0.62em + 0.5rem) calc(0.62em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #33af5d;
  box-shadow: 0 0 0 0.125rem rgba(51, 175, 93, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #33af5d;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #33af5d;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.125rem rgba(51, 175, 93, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #33af5d;
}

.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.93em;
  color: #ff002e;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.125rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #ff002e;
  border-radius: 0.375rem;
}

.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: #ff002e;
  padding-right: calc(1.24em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-1 -1 13 13%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff002e%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff002e%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.31em + 0.25rem) center;
  background-size: calc(0.62em + 0.5rem) calc(0.62em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff002e;
  box-shadow: 0 0 0 0.125rem rgba(255, 0, 46, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.24em + 1rem);
  background-position: top calc(0.31em + 0.25rem) right calc(0.31em + 0.25rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ff002e;
}
.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: 3.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23222%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-1 -1 13 13%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff002e%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff002e%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.875rem;
  background-size: 8px 10px, calc(0.62em + 0.5rem) calc(0.62em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ff002e;
  box-shadow: 0 0 0 0.125rem rgba(255, 0, 46, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ff002e;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ff002e;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.125rem rgba(255, 0, 46, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff002e;
}

.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: 600;
  line-height: 1.24;
  color: #222;
  text-align: center;
  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.5rem 0.625rem;
  font-size: 0.875rem;
  border-radius: 5px;
  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: #222;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #1F76A9;
  border-color: #1F76A9;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d70a1;
  border-color: #195e87;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #1d70a1;
  border-color: #195e87;
  box-shadow: 0 0 0 0.125rem rgba(65, 139, 182, 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: #1c6a98;
  border-color: #17597f;
}
.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.125rem rgba(65, 139, 182, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #1F76A9;
  border-color: #1F76A9;
}

.btn-secondary {
  color: #fff;
  background-color: #8190aa;
  border-color: #8190aa;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #7b89a2;
  border-color: #677388;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #7b89a2;
  border-color: #677388;
  box-shadow: 0 0 0 0.125rem rgba(148, 161, 183, 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: #748299;
  border-color: #616c80;
}
.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.125rem rgba(148, 161, 183, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #8190aa;
  border-color: #8190aa;
}

.btn-success {
  color: #fff;
  background-color: #33af5d;
  border-color: #33af5d;
}
.btn-success:hover {
  color: #fff;
  background-color: #30a658;
  border-color: #298c4a;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #30a658;
  border-color: #298c4a;
  box-shadow: 0 0 0 0.125rem rgba(82, 187, 117, 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: #2e9e54;
  border-color: #268346;
}
.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.125rem rgba(82, 187, 117, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #33af5d;
  border-color: #33af5d;
}

.btn-info {
  color: #fff;
  background-color: #3298dc;
  border-color: #3298dc;
}
.btn-info:hover {
  color: #fff;
  background-color: #3090d1;
  border-color: #287ab0;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3090d1;
  border-color: #287ab0;
  box-shadow: 0 0 0 0.125rem rgba(81, 167, 225, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2d89c6;
  border-color: #2672a5;
}
.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.125rem rgba(81, 167, 225, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #3298dc;
  border-color: #3298dc;
}

.btn-warning {
  color: #fff;
  background-color: #E87E1D;
  border-color: #E87E1D;
}
.btn-warning:hover {
  color: #fff;
  background-color: #dc781c;
  border-color: #ba6517;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #dc781c;
  border-color: #ba6517;
  box-shadow: 0 0 0 0.125rem rgba(235, 145, 63, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d1711a;
  border-color: #ae5f16;
}
.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.125rem rgba(235, 145, 63, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #E87E1D;
  border-color: #E87E1D;
}

.btn-danger {
  color: #fff;
  background-color: #ff002e;
  border-color: #ff002e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f2002c;
  border-color: #cc0025;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #f2002c;
  border-color: #cc0025;
  box-shadow: 0 0 0 0.125rem rgba(255, 38, 77, 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: #e60029;
  border-color: #bf0023;
}
.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.125rem rgba(255, 38, 77, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #ff002e;
  border-color: #ff002e;
}

.btn-light {
  color: rgba(12, 15, 24, 0.7);
  background-color: #e7e7e8;
  border-color: #e7e7e8;
}
.btn-light:hover {
  color: rgba(12, 15, 24, 0.7);
  background-color: #e9e9ea;
  border-color: #e9e9ea;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: rgba(12, 15, 24, 0.7);
  background-color: #e9e9ea;
  border-color: #e9e9ea;
  box-shadow: 0 0 0 0.125rem rgba(212, 212, 214, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: rgba(12, 15, 24, 0.7);
  background-color: #ececed;
  border-color: #e9e9ea;
}
.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.125rem rgba(212, 212, 214, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: rgba(12, 15, 24, 0.7);
  background-color: #e7e7e8;
  border-color: #e7e7e8;
}

.btn-dark {
  color: #fff;
  background-color: #24272f;
  border-color: #24272f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #22252d;
  border-color: #1d1f26;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #22252d;
  border-color: #1d1f26;
  box-shadow: 0 0 0 0.125rem rgba(69, 71, 78, 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: #20232a;
  border-color: #1b1d23;
}
.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.125rem rgba(69, 71, 78, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #24272f;
  border-color: #24272f;
}

.btn-outline-primary {
  color: #1F76A9;
  border-color: #1F76A9;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1F76A9;
  border-color: #1F76A9;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.125rem rgba(31, 118, 169, 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: #1F76A9;
  border-color: #1F76A9;
}
.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.125rem rgba(31, 118, 169, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #1F76A9;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #8190aa;
  border-color: #8190aa;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8190aa;
  border-color: #8190aa;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.125rem rgba(129, 144, 170, 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: #8190aa;
  border-color: #8190aa;
}
.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.125rem rgba(129, 144, 170, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #8190aa;
  background-color: transparent;
}

.btn-outline-success {
  color: #33af5d;
  border-color: #33af5d;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #33af5d;
  border-color: #33af5d;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.125rem rgba(51, 175, 93, 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: #33af5d;
  border-color: #33af5d;
}
.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.125rem rgba(51, 175, 93, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #33af5d;
  background-color: transparent;
}

.btn-outline-info {
  color: #3298dc;
  border-color: #3298dc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3298dc;
  border-color: #3298dc;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.125rem rgba(50, 152, 220, 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: #fff;
  background-color: #3298dc;
  border-color: #3298dc;
}
.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.125rem rgba(50, 152, 220, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #3298dc;
  background-color: transparent;
}

.btn-outline-warning {
  color: #E87E1D;
  border-color: #E87E1D;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #E87E1D;
  border-color: #E87E1D;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.125rem rgba(232, 126, 29, 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: #fff;
  background-color: #E87E1D;
  border-color: #E87E1D;
}
.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.125rem rgba(232, 126, 29, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #E87E1D;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ff002e;
  border-color: #ff002e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff002e;
  border-color: #ff002e;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.125rem rgba(255, 0, 46, 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: #ff002e;
  border-color: #ff002e;
}
.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.125rem rgba(255, 0, 46, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ff002e;
  background-color: transparent;
}

.btn-outline-light {
  color: #e7e7e8;
  border-color: #e7e7e8;
}
.btn-outline-light:hover {
  color: rgba(12, 15, 24, 0.7);
  background-color: #e7e7e8;
  border-color: #e7e7e8;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.125rem rgba(231, 231, 232, 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: rgba(12, 15, 24, 0.7);
  background-color: #e7e7e8;
  border-color: #e7e7e8;
}
.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.125rem rgba(231, 231, 232, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e7e7e8;
  background-color: transparent;
}

.btn-outline-dark {
  color: #24272f;
  border-color: #24272f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #24272f;
  border-color: #24272f;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.125rem rgba(36, 39, 47, 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: #24272f;
  border-color: #24272f;
}
.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.125rem rgba(36, 39, 47, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #24272f;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #14608C;
  text-decoration: none;
}
.btn-link:hover {
  color: #104d70;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6d6f74;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.625rem;
  font-size: 0.8125rem;
  border-radius: 5px;
}

.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: 10px;
  vertical-align: 0.51em;
  content: "";
  position: relative;
  top: 0.3em;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.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: 0.8125rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(34, 34, 34, 0.12);
  border-radius: 5px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0.51em;
  content: "";
  position: relative;
  top: 0.48em;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.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: 10px;
  vertical-align: 0.51em;
  content: "";
  position: relative;
  top: -0.12em;
  left: -0.12em;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.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: 10px;
  vertical-align: 0.51em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: 0.51em;
  content: "";
  position: relative;
  top: -0.12em;
  right: -0.21em;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.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(34, 34, 34, 0.12);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.3125rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #55575d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1F76A9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1F76A9;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #b6b7ba;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.3125rem 1.25rem;
  color: #55575d;
}

.dropdown-menu-dark {
  color: #b6b7ba;
  background-color: #3d3f46;
  border-color: rgba(34, 34, 34, 0.12);
}
.dropdown-menu-dark .dropdown-item {
  color: #b6b7ba;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #1F76A9;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #86878c;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.11);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #b6b7ba;
}
.dropdown-menu-dark .dropdown-header {
  color: #86878c;
}

.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.46875rem;
  padding-left: 0.46875rem;
}
.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.46875rem;
  padding-left: 0.46875rem;
}

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

.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;
  font-weight: 500;
  color: #6d6f74;
  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: #222;
  text-decoration: none;
}
.nav-link.disabled {
  color: #cecfd1;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) transparent;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #cecfd1;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #222;
  background-color: #eff1f3;
  border-color: rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) transparent;
}
.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: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #1d70a1;
  background-color: rgba(31, 118, 169, 0.1);
}

.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 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.40175rem;
  padding-bottom: 0.40175rem;
  margin-right: 1rem;
  font-size: 1rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  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.125rem;
}

.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;
    padding-left: 0;
  }
  .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;
    padding-left: 0;
  }
  .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;
    padding-left: 0;
  }
  .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: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
    padding-left: 0;
  }
  .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;
  }
}
.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;
  padding-left: 0;
}
.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(12, 15, 24, 0.8);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(12, 15, 24, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(12, 15, 24, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(12, 15, 24, 0.8);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(12, 15, 24, 0.25);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(12, 15, 24, 0.8);
}
.navbar-light .navbar-toggler {
  color: rgba(12, 15, 24, 0.5);
  border-color: rgba(12, 15, 24, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2812, 15, 24, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(12, 15, 24, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(12, 15, 24, 0.8);
}

.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: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.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: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.page-link {
  position: relative;
  display: block;
  color: #55575d;
  background-color: transparent;
  border: 1px solid rgba(34, 34, 34, 0.12);
  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: #222;
  text-decoration: none;
  background-color: rgba(12, 15, 24, 0.04);
  border-color: rgba(34, 34, 34, 0.12);
}
.page-link:focus {
  z-index: 3;
  color: #222;
  background-color: rgba(12, 15, 24, 0.04);
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(31, 118, 169, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #1d70a1;
  background-color: rgba(31, 118, 169, 0.1);
  border-color: #5798bf;
}
.page-item.disabled .page-link {
  color: #b6b7ba;
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(34, 34, 34, 0.12);
}

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

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

.pagination-lg .page-link {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination-sm .page-link {
  padding: 0.1875rem 0.1875rem;
  font-size: 0.8125rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #103b55;
  background-color: #d7e6f0;
  border-color: #b5d2e3;
}
.alert-primary .alert-link {
  color: #0d2f44;
}

.alert-secondary {
  color: #414855;
  background-color: #e8ebf0;
  border-color: #d5dae3;
}
.alert-secondary .alert-link {
  color: #343a44;
}

.alert-success {
  color: #1a582f;
  background-color: #daf1e2;
  border-color: #bce5ca;
}
.alert-success .alert-link {
  color: #154626;
}

.alert-info {
  color: #194c6e;
  background-color: #daecf9;
  border-color: #bbddf3;
}
.alert-info .alert-link {
  color: #143d58;
}

.alert-warning {
  color: #743f0f;
  background-color: #fbe8d6;
  border-color: #f7d4b4;
}
.alert-warning .alert-link {
  color: #5d320c;
}

.alert-danger {
  color: #800017;
  background-color: #ffd1d9;
  border-color: #ffabba;
}
.alert-danger .alert-link {
  color: #660012;
}

.alert-light {
  color: #747474;
  background-color: #fbfbfb;
  border-color: #f7f7f7;
}
.alert-light .alert-link {
  color: #5d5d5d;
}

.alert-dark {
  color: #121418;
  background-color: #d8d8da;
  border-color: #b7b8ba;
}
.alert-dark .alert-link {
  color: #0e1013;
}

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

.link-primary {
  color: #1F76A9;
}
.link-primary:hover, .link-primary:focus {
  color: #195e87;
}

.link-secondary {
  color: #8190aa;
}
.link-secondary:hover, .link-secondary:focus {
  color: #677388;
}

.link-success {
  color: #33af5d;
}
.link-success:hover, .link-success:focus {
  color: #298c4a;
}

.link-info {
  color: #3298dc;
}
.link-info:hover, .link-info:focus {
  color: #287ab0;
}

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

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

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

.link-dark {
  color: #24272f;
}
.link-dark:hover, .link-dark:focus {
  color: #1d1f26;
}

.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: 1200px) {
  .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;
  }
}
.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.12;
}

:root {
  --bs-border-radius: 5px;
  --bs-link-color: #14608C;
  --bs-link-hover-color: #104d70;
  --px-theme-name: "default";
  --px-dark-mode-support: "true";
  --px-layout-breakpoint: 992px;
  --px-layout-navbar-height: 60px;
  --px-layout-navpane-width: 256px;
  --px-layout-navpane-collapsed-width: 72px;
  --px-layout-floating-padding-x: 32px;
  --px-navpane-dropdown-width: 224px;
}

.dark-mode {
  --bs-body-color: #fff;
  --bs-body-bg: #25282e;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 37, 40, 46;
  --bs-link-color: #4c91ba;
  --bs-link-hover-color: #3d7495;
}

*,
*::before,
*::after {
  outline-color: rgba(31, 118, 169, 0.5);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b,
strong {
  font-weight: 600;
}

ul {
  padding-left: 1.2em;
}

a {
  color: var(--bs-link-color);
}
a:hover {
  color: var(--bs-link-hover-color);
}

::-moz-selection {
  color: !important;
  background: rgba(31, 118, 169, 0.25) !important;
}

::selection {
  color: !important;
  background: rgba(31, 118, 169, 0.25) !important;
}

.dark-mode code {
  color: #e788b7;
}
.dark-mode caption {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode hr {
  opacity: 0.13;
}

.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .show > .btn.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-borderless:not(:hover):not(:focus):not(:active):not(.active),
.btn-check:not(:checked):not(:active) + .btn-borderless {
  border-color: transparent;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #1F76A9;
  border-color: #1F76A9;
  box-shadow: 0 0 0 0.125rem rgba(28, 106, 152, 0.4);
}
.btn-primary:hover {
  background-color: #3584b2;
  border-color: #3584b2;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #1c6a98;
  border-color: #1c6a98;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  background-color: #8190aa;
  border-color: #8190aa;
  box-shadow: 0 0 0 0.125rem rgba(116, 130, 153, 0.4);
}
.btn-secondary:hover {
  background-color: #8e9bb3;
  border-color: #8e9bb3;
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #748299;
  border-color: #748299;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  background-color: #33af5d;
  border-color: #33af5d;
  box-shadow: 0 0 0 0.125rem rgba(46, 158, 84, 0.4);
}
.btn-success:hover {
  background-color: #47b76d;
  border-color: #47b76d;
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #2e9e54;
  border-color: #2e9e54;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  background-color: #3298dc;
  border-color: #3298dc;
  box-shadow: 0 0 0 0.125rem rgba(45, 137, 198, 0.4);
}
.btn-info:hover {
  background-color: #47a2e0;
  border-color: #47a2e0;
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #2d89c6;
  border-color: #2d89c6;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  background-color: #E87E1D;
  border-color: #E87E1D;
  box-shadow: 0 0 0 0.125rem rgba(209, 113, 26, 0.4);
}
.btn-warning:hover {
  background-color: #ea8b34;
  border-color: #ea8b34;
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #d1711a;
  border-color: #d1711a;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  background-color: #ff002e;
  border-color: #ff002e;
  box-shadow: 0 0 0 0.125rem rgba(230, 0, 41, 0.4);
}
.btn-danger:hover {
  background-color: #ff1a43;
  border-color: #ff1a43;
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #e60029;
  border-color: #e60029;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  background-color: #e7e7e8;
  border-color: #e7e7e8;
  box-shadow: 0 0 0 0.125rem rgba(208, 208, 209, 0.4);
}
.btn-light:hover {
  background-color: #e9e9ea;
  border-color: #e9e9ea;
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #d0d0d1;
  border-color: #d0d0d1;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  background-color: #24272f;
  border-color: #24272f;
  box-shadow: 0 0 0 0.125rem rgba(32, 35, 42, 0.4);
}
.btn-dark:hover {
  background-color: #3a3d44;
  border-color: #3a3d44;
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #20232a;
  border-color: #20232a;
}

.btn-outline-primary {
  border-color: #1F76A9;
  color: #1d6d9b;
}
.dark-mode .btn-outline-primary {
  color: #4c91ba;
}
.btn-outline-primary:hover {
  color: #1d6d9b;
  background-color: rgba(31, 118, 169, 0.12);
}
.dark-mode .btn-outline-primary:hover {
  color: #4c91ba;
  background-color: rgba(31, 118, 169, 0.2);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.125rem rgba(28, 106, 152, 0.4);
}
.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: #1d6d9b;
  background-color: rgba(31, 118, 169, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-primary, .dark-mode .btn-check:active + .btn-outline-primary, .dark-mode .btn-outline-primary:active, .dark-mode .btn-outline-primary.active, .dark-mode .btn-outline-primary.dropdown-toggle.show {
  color: #4c91ba;
  background-color: rgba(31, 118, 169, 0.3);
}

.btn-outline-secondary {
  border-color: #8190aa;
  color: #77849c;
}
.dark-mode .btn-outline-secondary {
  color: #9aa6bb;
}
.btn-outline-secondary:hover {
  color: #77849c;
  background-color: rgba(129, 144, 170, 0.12);
}
.dark-mode .btn-outline-secondary:hover {
  color: #9aa6bb;
  background-color: rgba(129, 144, 170, 0.2);
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.125rem rgba(116, 130, 153, 0.4);
}
.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: #77849c;
  background-color: rgba(129, 144, 170, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-secondary, .dark-mode .btn-check:active + .btn-outline-secondary, .dark-mode .btn-outline-secondary:active, .dark-mode .btn-outline-secondary.active, .dark-mode .btn-outline-secondary.dropdown-toggle.show {
  color: #9aa6bb;
  background-color: rgba(129, 144, 170, 0.3);
}

.btn-outline-success {
  border-color: #33af5d;
  color: #2fa156;
}
.dark-mode .btn-outline-success {
  color: #5cbf7d;
}
.btn-outline-success:hover {
  color: #2fa156;
  background-color: rgba(51, 175, 93, 0.12);
}
.dark-mode .btn-outline-success:hover {
  color: #5cbf7d;
  background-color: rgba(51, 175, 93, 0.2);
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.125rem rgba(46, 158, 84, 0.4);
}
.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: #2fa156;
  background-color: rgba(51, 175, 93, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-success, .dark-mode .btn-check:active + .btn-outline-success, .dark-mode .btn-outline-success:active, .dark-mode .btn-outline-success.active, .dark-mode .btn-outline-success.dropdown-toggle.show {
  color: #5cbf7d;
  background-color: rgba(51, 175, 93, 0.3);
}

.btn-outline-info {
  border-color: #3298dc;
  color: #2e8cca;
}
.dark-mode .btn-outline-info {
  color: #5bade3;
}
.btn-outline-info:hover {
  color: #2e8cca;
  background-color: rgba(50, 152, 220, 0.12);
}
.dark-mode .btn-outline-info:hover {
  color: #5bade3;
  background-color: rgba(50, 152, 220, 0.2);
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.125rem rgba(45, 137, 198, 0.4);
}
.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: #2e8cca;
  background-color: rgba(50, 152, 220, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-info, .dark-mode .btn-check:active + .btn-outline-info, .dark-mode .btn-outline-info:active, .dark-mode .btn-outline-info.active, .dark-mode .btn-outline-info.dropdown-toggle.show {
  color: #5bade3;
  background-color: rgba(50, 152, 220, 0.3);
}

.btn-outline-warning {
  border-color: #E87E1D;
  color: #d5741b;
}
.dark-mode .btn-outline-warning {
  color: #ed984a;
}
.btn-outline-warning:hover {
  color: #d5741b;
  background-color: rgba(232, 126, 29, 0.12);
}
.dark-mode .btn-outline-warning:hover {
  color: #ed984a;
  background-color: rgba(232, 126, 29, 0.2);
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.125rem rgba(209, 113, 26, 0.4);
}
.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: #d5741b;
  background-color: rgba(232, 126, 29, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-warning, .dark-mode .btn-check:active + .btn-outline-warning, .dark-mode .btn-outline-warning:active, .dark-mode .btn-outline-warning.active, .dark-mode .btn-outline-warning.dropdown-toggle.show {
  color: #ed984a;
  background-color: rgba(232, 126, 29, 0.3);
}

.btn-outline-danger {
  border-color: #ff002e;
  color: #eb002a;
}
.dark-mode .btn-outline-danger {
  color: #ff3358;
}
.btn-outline-danger:hover {
  color: #eb002a;
  background-color: rgba(255, 0, 46, 0.12);
}
.dark-mode .btn-outline-danger:hover {
  color: #ff3358;
  background-color: rgba(255, 0, 46, 0.2);
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.125rem rgba(230, 0, 41, 0.4);
}
.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: #eb002a;
  background-color: rgba(255, 0, 46, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-danger, .dark-mode .btn-check:active + .btn-outline-danger, .dark-mode .btn-outline-danger:active, .dark-mode .btn-outline-danger.active, .dark-mode .btn-outline-danger.dropdown-toggle.show {
  color: #ff3358;
  background-color: rgba(255, 0, 46, 0.3);
}

.btn-outline-light {
  border-color: #e7e7e8;
  color: #d5d5d5;
}
.dark-mode .btn-outline-light {
  color: #ececed;
}
.btn-outline-light:hover {
  color: #d5d5d5;
  background-color: rgba(231, 231, 232, 0.12);
}
.dark-mode .btn-outline-light:hover {
  color: #ececed;
  background-color: rgba(231, 231, 232, 0.2);
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.125rem rgba(208, 208, 209, 0.4);
}
.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: #d5d5d5;
  background-color: rgba(231, 231, 232, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-light, .dark-mode .btn-check:active + .btn-outline-light, .dark-mode .btn-outline-light:active, .dark-mode .btn-outline-light.active, .dark-mode .btn-outline-light.dropdown-toggle.show {
  color: #ececed;
  background-color: rgba(231, 231, 232, 0.3);
}

.btn-outline-dark {
  border-color: #24272f;
  color: #21242b;
}
.dark-mode .btn-outline-dark {
  color: #505259;
}
.btn-outline-dark:hover {
  color: #21242b;
  background-color: rgba(36, 39, 47, 0.12);
}
.dark-mode .btn-outline-dark:hover {
  color: #505259;
  background-color: rgba(36, 39, 47, 0.2);
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.125rem rgba(32, 35, 42, 0.4);
}
.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: #21242b;
  background-color: rgba(36, 39, 47, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-dark, .dark-mode .btn-check:active + .btn-outline-dark, .dark-mode .btn-outline-dark:active, .dark-mode .btn-outline-dark.active, .dark-mode .btn-outline-dark.dropdown-toggle.show {
  color: #505259;
  background-color: rgba(36, 39, 47, 0.3);
}

.btn-soft-primary {
  color: #1d6d9b;
  background-color: rgba(31, 118, 169, 0.07);
}
.dark-mode .btn-soft-primary {
  color: #5798bf;
  background-color: rgba(31, 118, 169, 0.15);
}
.btn-soft-primary:hover {
  color: #1d6d9b;
  background-color: rgba(31, 118, 169, 0.12);
}
.dark-mode .btn-soft-primary:hover {
  color: #5798bf;
  background-color: rgba(31, 118, 169, 0.25);
}
.btn-check:focus + .btn-soft-primary, .btn-soft-primary:focus {
  box-shadow: 0 0 0 0.125rem rgba(28, 106, 152, 0.25);
}
.btn-check:checked + .btn-soft-primary, .btn-check:active + .btn-soft-primary, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.dropdown-toggle.show {
  color: #1d6d9b;
  background-color: rgba(31, 118, 169, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-primary, .dark-mode .btn-check:active + .btn-soft-primary, .dark-mode .btn-soft-primary:active, .dark-mode .btn-soft-primary.active, .dark-mode .btn-soft-primary.dropdown-toggle.show {
  color: #5798bf;
  background-color: rgba(31, 118, 169, 0.35);
}
.btn-soft-primary:disabled, .btn-soft-primary.disabled {
  color: #1d6d9b;
  background-color: rgba(31, 118, 169, 0.07);
}
.dark-mode .btn-soft-primary:disabled, .dark-mode .btn-soft-primary.disabled {
  color: #5798bf;
  background-color: rgba(31, 118, 169, 0.15);
}

.btn-soft-secondary {
  color: #77849c;
  background-color: rgba(129, 144, 170, 0.07);
}
.dark-mode .btn-soft-secondary {
  color: #a1acbf;
  background-color: rgba(129, 144, 170, 0.15);
}
.btn-soft-secondary:hover {
  color: #77849c;
  background-color: rgba(129, 144, 170, 0.12);
}
.dark-mode .btn-soft-secondary:hover {
  color: #a1acbf;
  background-color: rgba(129, 144, 170, 0.25);
}
.btn-check:focus + .btn-soft-secondary, .btn-soft-secondary:focus {
  box-shadow: 0 0 0 0.125rem rgba(116, 130, 153, 0.25);
}
.btn-check:checked + .btn-soft-secondary, .btn-check:active + .btn-soft-secondary, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.dropdown-toggle.show {
  color: #77849c;
  background-color: rgba(129, 144, 170, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-secondary, .dark-mode .btn-check:active + .btn-soft-secondary, .dark-mode .btn-soft-secondary:active, .dark-mode .btn-soft-secondary.active, .dark-mode .btn-soft-secondary.dropdown-toggle.show {
  color: #a1acbf;
  background-color: rgba(129, 144, 170, 0.35);
}
.btn-soft-secondary:disabled, .btn-soft-secondary.disabled {
  color: #77849c;
  background-color: rgba(129, 144, 170, 0.07);
}
.dark-mode .btn-soft-secondary:disabled, .dark-mode .btn-soft-secondary.disabled {
  color: #a1acbf;
  background-color: rgba(129, 144, 170, 0.15);
}

.btn-soft-success {
  color: #2fa156;
  background-color: rgba(51, 175, 93, 0.07);
}
.dark-mode .btn-soft-success {
  color: #66c386;
  background-color: rgba(51, 175, 93, 0.15);
}
.btn-soft-success:hover {
  color: #2fa156;
  background-color: rgba(51, 175, 93, 0.12);
}
.dark-mode .btn-soft-success:hover {
  color: #66c386;
  background-color: rgba(51, 175, 93, 0.25);
}
.btn-check:focus + .btn-soft-success, .btn-soft-success:focus {
  box-shadow: 0 0 0 0.125rem rgba(46, 158, 84, 0.25);
}
.btn-check:checked + .btn-soft-success, .btn-check:active + .btn-soft-success, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.dropdown-toggle.show {
  color: #2fa156;
  background-color: rgba(51, 175, 93, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-success, .dark-mode .btn-check:active + .btn-soft-success, .dark-mode .btn-soft-success:active, .dark-mode .btn-soft-success.active, .dark-mode .btn-soft-success.dropdown-toggle.show {
  color: #66c386;
  background-color: rgba(51, 175, 93, 0.35);
}
.btn-soft-success:disabled, .btn-soft-success.disabled {
  color: #2fa156;
  background-color: rgba(51, 175, 93, 0.07);
}
.dark-mode .btn-soft-success:disabled, .dark-mode .btn-soft-success.disabled {
  color: #66c386;
  background-color: rgba(51, 175, 93, 0.15);
}

.btn-soft-info {
  color: #2e8cca;
  background-color: rgba(50, 152, 220, 0.07);
}
.dark-mode .btn-soft-info {
  color: #65b2e5;
  background-color: rgba(50, 152, 220, 0.15);
}
.btn-soft-info:hover {
  color: #2e8cca;
  background-color: rgba(50, 152, 220, 0.12);
}
.dark-mode .btn-soft-info:hover {
  color: #65b2e5;
  background-color: rgba(50, 152, 220, 0.25);
}
.btn-check:focus + .btn-soft-info, .btn-soft-info:focus {
  box-shadow: 0 0 0 0.125rem rgba(45, 137, 198, 0.25);
}
.btn-check:checked + .btn-soft-info, .btn-check:active + .btn-soft-info, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.dropdown-toggle.show {
  color: #2e8cca;
  background-color: rgba(50, 152, 220, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-info, .dark-mode .btn-check:active + .btn-soft-info, .dark-mode .btn-soft-info:active, .dark-mode .btn-soft-info.active, .dark-mode .btn-soft-info.dropdown-toggle.show {
  color: #65b2e5;
  background-color: rgba(50, 152, 220, 0.35);
}
.btn-soft-info:disabled, .btn-soft-info.disabled {
  color: #2e8cca;
  background-color: rgba(50, 152, 220, 0.07);
}
.dark-mode .btn-soft-info:disabled, .dark-mode .btn-soft-info.disabled {
  color: #65b2e5;
  background-color: rgba(50, 152, 220, 0.15);
}

.btn-soft-warning {
  color: #d5741b;
  background-color: rgba(232, 126, 29, 0.07);
}
.dark-mode .btn-soft-warning {
  color: #ee9e56;
  background-color: rgba(232, 126, 29, 0.15);
}
.btn-soft-warning:hover {
  color: #d5741b;
  background-color: rgba(232, 126, 29, 0.12);
}
.dark-mode .btn-soft-warning:hover {
  color: #ee9e56;
  background-color: rgba(232, 126, 29, 0.25);
}
.btn-check:focus + .btn-soft-warning, .btn-soft-warning:focus {
  box-shadow: 0 0 0 0.125rem rgba(209, 113, 26, 0.25);
}
.btn-check:checked + .btn-soft-warning, .btn-check:active + .btn-soft-warning, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.dropdown-toggle.show {
  color: #d5741b;
  background-color: rgba(232, 126, 29, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-warning, .dark-mode .btn-check:active + .btn-soft-warning, .dark-mode .btn-soft-warning:active, .dark-mode .btn-soft-warning.active, .dark-mode .btn-soft-warning.dropdown-toggle.show {
  color: #ee9e56;
  background-color: rgba(232, 126, 29, 0.35);
}
.btn-soft-warning:disabled, .btn-soft-warning.disabled {
  color: #d5741b;
  background-color: rgba(232, 126, 29, 0.07);
}
.dark-mode .btn-soft-warning:disabled, .dark-mode .btn-soft-warning.disabled {
  color: #ee9e56;
  background-color: rgba(232, 126, 29, 0.15);
}

.btn-soft-danger {
  color: #eb002a;
  background-color: rgba(255, 0, 46, 0.07);
}
.dark-mode .btn-soft-danger {
  color: #ff4062;
  background-color: rgba(255, 0, 46, 0.15);
}
.btn-soft-danger:hover {
  color: #eb002a;
  background-color: rgba(255, 0, 46, 0.12);
}
.dark-mode .btn-soft-danger:hover {
  color: #ff4062;
  background-color: rgba(255, 0, 46, 0.25);
}
.btn-check:focus + .btn-soft-danger, .btn-soft-danger:focus {
  box-shadow: 0 0 0 0.125rem rgba(230, 0, 41, 0.25);
}
.btn-check:checked + .btn-soft-danger, .btn-check:active + .btn-soft-danger, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.dropdown-toggle.show {
  color: #eb002a;
  background-color: rgba(255, 0, 46, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-danger, .dark-mode .btn-check:active + .btn-soft-danger, .dark-mode .btn-soft-danger:active, .dark-mode .btn-soft-danger.active, .dark-mode .btn-soft-danger.dropdown-toggle.show {
  color: #ff4062;
  background-color: rgba(255, 0, 46, 0.35);
}
.btn-soft-danger:disabled, .btn-soft-danger.disabled {
  color: #eb002a;
  background-color: rgba(255, 0, 46, 0.07);
}
.dark-mode .btn-soft-danger:disabled, .dark-mode .btn-soft-danger.disabled {
  color: #ff4062;
  background-color: rgba(255, 0, 46, 0.15);
}

.btn-soft-light {
  color: #d5d5d5;
  background-color: rgba(231, 231, 232, 0.07);
}
.dark-mode .btn-soft-light {
  color: #ededee;
  background-color: rgba(231, 231, 232, 0.15);
}
.btn-soft-light:hover {
  color: #d5d5d5;
  background-color: rgba(231, 231, 232, 0.12);
}
.dark-mode .btn-soft-light:hover {
  color: #ededee;
  background-color: rgba(231, 231, 232, 0.25);
}
.btn-check:focus + .btn-soft-light, .btn-soft-light:focus {
  box-shadow: 0 0 0 0.125rem rgba(208, 208, 209, 0.25);
}
.btn-check:checked + .btn-soft-light, .btn-check:active + .btn-soft-light, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.dropdown-toggle.show {
  color: #d5d5d5;
  background-color: rgba(231, 231, 232, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-light, .dark-mode .btn-check:active + .btn-soft-light, .dark-mode .btn-soft-light:active, .dark-mode .btn-soft-light.active, .dark-mode .btn-soft-light.dropdown-toggle.show {
  color: #ededee;
  background-color: rgba(231, 231, 232, 0.35);
}
.btn-soft-light:disabled, .btn-soft-light.disabled {
  color: #d5d5d5;
  background-color: rgba(231, 231, 232, 0.07);
}
.dark-mode .btn-soft-light:disabled, .dark-mode .btn-soft-light.disabled {
  color: #ededee;
  background-color: rgba(231, 231, 232, 0.15);
}

.btn-soft-dark {
  color: #21242b;
  background-color: rgba(36, 39, 47, 0.07);
}
.dark-mode .btn-soft-dark {
  color: #5b5d63;
  background-color: rgba(36, 39, 47, 0.15);
}
.btn-soft-dark:hover {
  color: #21242b;
  background-color: rgba(36, 39, 47, 0.12);
}
.dark-mode .btn-soft-dark:hover {
  color: #5b5d63;
  background-color: rgba(36, 39, 47, 0.25);
}
.btn-check:focus + .btn-soft-dark, .btn-soft-dark:focus {
  box-shadow: 0 0 0 0.125rem rgba(32, 35, 42, 0.25);
}
.btn-check:checked + .btn-soft-dark, .btn-check:active + .btn-soft-dark, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.dropdown-toggle.show {
  color: #21242b;
  background-color: rgba(36, 39, 47, 0.2);
}
.dark-mode .btn-check:checked + .btn-soft-dark, .dark-mode .btn-check:active + .btn-soft-dark, .dark-mode .btn-soft-dark:active, .dark-mode .btn-soft-dark.active, .dark-mode .btn-soft-dark.dropdown-toggle.show {
  color: #5b5d63;
  background-color: rgba(36, 39, 47, 0.35);
}
.btn-soft-dark:disabled, .btn-soft-dark.disabled {
  color: #21242b;
  background-color: rgba(36, 39, 47, 0.07);
}
.dark-mode .btn-soft-dark:disabled, .dark-mode .btn-soft-dark.disabled {
  color: #5b5d63;
  background-color: rgba(36, 39, 47, 0.15);
}

.btn-regular {
  color: #222;
  border-color: rgba(34, 34, 34, 0.2);
}
.dark-mode .btn-regular {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-regular:hover {
  color: #222;
  background: rgba(34, 34, 34, 0.03);
  border-color: rgba(34, 34, 34, 0.3);
}
.dark-mode .btn-regular:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-check:focus + .btn-regular, .btn-regular:focus {
  color: #222;
  background: rgba(34, 34, 34, 0.03);
  border-color: rgba(34, 34, 34, 0.3);
  box-shadow: 0 0 0 0.125rem rgba(34, 34, 34, 0.1);
}
.dark-mode .btn-check:focus + .btn-regular, .dark-mode .btn-regular:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.1);
}
.btn-check:checked + .btn-regular, .btn-check:active + .btn-regular, .btn-regular:active, .btn-regular.active, .show > .btn-regular.dropdown-toggle {
  color: #222;
  background-color: rgba(34, 34, 34, 0.09);
  border-color: rgba(34, 34, 34, 0.3);
}
.dark-mode .btn-check:checked + .btn-regular, .dark-mode .btn-check:active + .btn-regular, .dark-mode .btn-regular:active, .dark-mode .btn-regular.active, .dark-mode .show > .btn-regular.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-mode .btn-check:checked + .btn-regular:focus, .dark-mode .btn-check:active + .btn-regular:focus, .dark-mode .btn-regular:active:focus, .dark-mode .btn-regular.active:focus, .dark-mode .show > .btn-regular.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.1);
}
.btn-regular:disabled, .btn-regular.disabled {
  color: rgba(34, 34, 34, 0.65);
  background: none;
  border-color: rgba(34, 34, 34, 0.1);
}
.dark-mode .btn-regular:disabled, .dark-mode .btn-regular.disabled {
  color: rgba(255, 255, 255, 0.65);
  background: none;
  border-color: rgba(255, 255, 255, 0.1);
}

.btn-sm,
.btn-group-sm > .btn {
  line-height: 1.47;
}

.btn-lg,
.btn-group-lg > .btn {
  line-height: 1.5;
}

.btn-xs, .btn-group-xs > .btn {
  line-height: 1.47;
  padding: 0 0.375rem;
  font-size: 0.8125rem;
  border-radius: 0.375rem;
}

.btn-xl, .btn-group-xl > .btn {
  line-height: 1.5;
  padding: 0.75rem 1.563rem;
  font-size: 1.25rem;
  border-radius: 5px;
}

.btn-link {
  color: var(--bs-link-color);
}
.btn-link:hover {
  color: var(--bs-link-hover-color);
}

.icon-btn {
  width: calc(2.085rem + 2px);
  padding: 0;
  line-height: 2.085rem;
}
.btn-group > .icon-btn {
  flex: 0 0 auto;
}
.icon-btn.btn-xl, .btn-group-xl > .icon-btn.btn, .btn-group > .icon-btn.btn-xl {
  width: calc(3.375rem + 2px);
  padding: 0;
  line-height: 3.375rem;
}
.icon-btn.btn-lg, .btn-group-lg > .icon-btn.btn, .btn-group > .icon-btn.btn-lg {
  width: calc(2.5rem + 2px);
  padding: 0;
  line-height: 2.5rem;
}
.icon-btn.btn-sm, .btn-group-sm > .icon-btn.btn, .btn-group > .icon-btn.btn-sm {
  width: calc(1.694375rem + 2px);
  padding: 0;
  line-height: 1.694375rem;
}
.icon-btn.btn-xs, .btn-group-xs > .icon-btn.btn, .btn-group > .icon-btn.btn-xs {
  width: calc(1.194375rem + 2px);
  padding: 0;
  line-height: 1.194375rem;
}

.btn-group .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]),
.btn-group .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .dropdown-menu + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]),
.btn-group .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + input + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) {
  margin-left: 1px !important;
}

.btn-group-vertical .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]),
.btn-group-vertical .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .dropdown-menu + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]),
.btn-group-vertical .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + input + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) {
  margin-top: 1px !important;
}

.btn-group .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .btn-group > .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]):first-child {
  margin-left: 2px;
}
.btn-group .btn-group > .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]):last-of-type {
  margin-right: 2px;
}

.btn-group-vertical .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .btn-group > .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]):first-child {
  margin-top: 2px;
}
.btn-group-vertical .btn-group > .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]):last-of-type {
  margin-bottom: 2px;
}

.dropdown-item {
  transition: all 0.2s ease-in-out;
}

.dropdown-menu {
  box-shadow: 0 0.5rem 1rem -0.125rem rgba(12, 15, 24, 0.2), 0 0 0 1px rgba(12, 15, 24, 0.06);
}

.dropdown-toggle:empty,
.dropdown-toggle-split {
  padding-right: 0.9em !important;
  padding-left: 0.9em !important;
}

@-webkit-keyframes popper-dropdown-menu-animation {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes popper-dropdown-menu-animation {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes popper-dropup-menu-animation {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes popper-dropup-menu-animation {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes popper-dropend-menu-animation {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes popper-dropend-menu-animation {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes popper-dropstart-menu-animation {
  0% {
    right: -10px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes popper-dropstart-menu-animation {
  0% {
    right: -10px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.dropdown-menu[data-popper-placement^=bottom] {
  -webkit-animation: popper-dropdown-menu-animation 0.15s linear;
          animation: popper-dropdown-menu-animation 0.15s linear;
}

.dropdown-menu[data-popper-placement^=top] {
  -webkit-animation: popper-dropup-menu-animation 0.15s linear;
          animation: popper-dropup-menu-animation 0.15s linear;
}

.dropdown-menu[data-popper-placement^=right] {
  -webkit-animation: popper-dropend-menu-animation 0.15s linear;
          animation: popper-dropend-menu-animation 0.15s linear;
}

.dropdown-menu[data-popper-placement^=left] {
  -webkit-animation: popper-dropstart-menu-animation 0.15s linear;
          animation: popper-dropstart-menu-animation 0.15s linear;
}

@-webkit-keyframes dropdown-menu-animation {
  0% {
    top: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes dropdown-menu-animation {
  0% {
    top: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes dropup-menu-animation {
  0% {
    bottom: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes dropup-menu-animation {
  0% {
    bottom: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes dropend-menu-animation {
  0% {
    left: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes dropend-menu-animation {
  0% {
    left: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes dropstart-menu-animation {
  0% {
    right: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    right: 100%;
    opacity: 1;
  }
}
@keyframes dropstart-menu-animation {
  0% {
    right: calc(100% - 10px);
    opacity: 0;
  }
  100% {
    right: 100%;
    opacity: 1;
  }
}
.dropdown-menu:not([data-popper-placement]) {
  -webkit-animation: dropdown-menu-animation 0.15s linear;
          animation: dropdown-menu-animation 0.15s linear;
}

.dropup .dropdown-menu:not([data-popper-placement]) {
  -webkit-animation: dropup-menu-animation 0.15s linear;
          animation: dropup-menu-animation 0.15s linear;
}

.dropstart .dropdown-menu:not([data-popper-placement]) {
  -webkit-animation: dropend-menu-animation 0.15s linear;
          animation: dropend-menu-animation 0.15s linear;
}

.dropend .dropdown-menu:not([data-popper-placement]) {
  -webkit-animation: dropstart-menu-animation 0.15s linear;
          animation: dropstart-menu-animation 0.15s linear;
}

.dark-mode .dropdown-menu {
  color: #fff;
  background-color: #515358;
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 0.5rem 1rem -0.125rem rgba(12, 15, 24, 0.2), 0 0 0 1px rgba(12, 15, 24, 0.06);
}
.dark-mode .dropdown-menu .dropdown-item {
  color: #fff;
}
.dark-mode .dropdown-menu .dropdown-item:hover, .dark-mode .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}
.dark-mode .dropdown-menu .dropdown-item.active, .dark-mode .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #1F76A9;
}
.dark-mode .dropdown-menu .dropdown-item.disabled, .dark-mode .dropdown-menu .dropdown-item:disabled {
  color: #7c7e82;
}
.dark-mode .dropdown-menu .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .dropdown-menu .dropdown-item-text {
  color: #fff;
}
.dark-mode .dropdown-menu .dropdown-header {
  color: #a8a9ab;
}

.sub-dropdown {
  display: block;
  width: 100%;
  position: relative;
}

.sub-dropdown-menu {
  position: static;
  display: none;
  width: 100%;
  padding-left: 0.625rem;
  margin: 0;
  border-width: 0;
  border-radius: 0;
  list-style: none;
}
.show > .sub-dropdown-menu {
  display: block;
}

.sub-dropdown-toggle {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.3125rem 1.25rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.sub-dropdown-toggle, .sub-dropdown-toggle:hover, .sub-dropdown-toggle:focus {
  color: #55575d;
}
.sub-dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  opacity: 0.75;
  transform: rotate(-45deg) translate(0, -50%);
}
.show > .sub-dropdown-toggle {
  color: #fff;
  text-decoration: underline;
}
.disabled > .sub-dropdown-toggle {
  color: #b6b7ba;
  cursor: default;
  text-decoration: none;
}

.dropdown-menu-dark .sub-dropdown-menu {
  color: #b6b7ba;
}
.dropdown-menu-dark .sub-dropdown-toggle,
.dropdown-menu-dark .sub-dropdown-toggle:hover,
.dropdown-menu-dark .sub-dropdown-toggle:focus {
  color: #b6b7ba;
}
.dropdown-menu-dark .show > .sub-dropdown-toggle {
  color: #fff;
}
.dropdown-menu-dark .disabled > .sub-dropdown-toggle {
  color: #86878c;
}

@media (max-width: 991px) {
  .show > .sub-dropdown-toggle::after {
    transform: rotate(45deg) translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .sub-dropdown-menu {
    position: absolute;
    min-width: 10rem;
    width: auto;
    padding: 0.5rem 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(34, 34, 34, 0.12);
    box-shadow: 0 0.5rem 1rem -0.125rem rgba(12, 15, 24, 0.2), 0 0 0 1px rgba(12, 15, 24, 0.06);
    top: -0.5rem;
    border-radius: 5px;
    z-index: -1;
  }
  .sub-dropdown-menu .sub-dropdown-menu {
    z-index: -2;
  }
  .sub-dropdown-menu .sub-dropdown-menu .sub-dropdown-menu {
    z-index: -3;
  }
  .sub-dropdown-menu .sub-dropdown-menu .sub-dropdown-menu .sub-dropdown-menu {
    z-index: -4;
  }

  .sub-dropdown-toggle {
    cursor: default;
  }
  .show > .sub-dropdown-toggle {
    text-decoration: none;
    background-color: #1F76A9;
  }

  .sub-dropdown-menu {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 1px;
    -webkit-animation: dropend-menu-animation 0.15s linear;
            animation: dropend-menu-animation 0.15s linear;
  }

  .dropstart .sub-dropdown-menu,
.dropdown-menu-end .sub-dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: 1px;
    margin-left: 0;
    -webkit-animation-name: dropstart-menu-animation;
            animation-name: dropstart-menu-animation;
  }

  .dropdown-menu-dark .sub-dropdown-menu {
    background-color: #3d3f46;
    border-color: rgba(34, 34, 34, 0.12);
  }
  .dropdown-menu-dark .show > .sub-dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start .sub-dropdown-menu {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 1px;
    -webkit-animation-name: dropend-menu-animation;
            animation-name: dropend-menu-animation;
  }

  .dropdown-menu-lg-end .sub-dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: 1px;
    margin-left: 0;
    -webkit-animation-name: dropstart-menu-animation;
            animation-name: dropstart-menu-animation;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start .sub-dropdown-menu {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 1px;
    -webkit-animation-name: dropend-menu-animation;
            animation-name: dropend-menu-animation;
  }

  .dropdown-menu-xl-end .sub-dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: 1px;
    margin-left: 0;
    -webkit-animation-name: dropstart-menu-animation;
            animation-name: dropstart-menu-animation;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start .sub-dropdown-menu {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 1px;
    -webkit-animation-name: dropend-menu-animation;
            animation-name: dropend-menu-animation;
  }

  .dropdown-menu-xxl-end .sub-dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: 1px;
    margin-left: 0;
    -webkit-animation-name: dropstart-menu-animation;
            animation-name: dropstart-menu-animation;
  }
}
.dark-mode .sub-dropdown-menu {
  color: #fff;
}
.dark-mode .sub-dropdown-toggle,
.dark-mode .sub-dropdown-toggle:hover,
.dark-mode .sub-dropdown-toggle:focus {
  color: #fff;
}
.dark-mode .show > .sub-dropdown-toggle {
  color: #fff;
}
.dark-mode .disabled > .sub-dropdown-toggle {
  color: #7c7e82;
}
@media (min-width: 992px) {
  .dark-mode .sub-dropdown-menu {
    background-color: #515358;
    border-color: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0.5rem 1rem -0.125rem rgba(12, 15, 24, 0.2), 0 0 0 1px rgba(12, 15, 24, 0.06);
  }
  .dark-mode .show > .sub-dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.15);
  }
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown > .dropdown-menu {
  right: 0 !important;
  left: 0 !important;
}

.alert-link {
  text-decoration: underline;
}

.alert-dismissible .btn-close {
  top: 50%;
  width: 4rem;
  height: 3.3755rem;
  padding: 0;
  line-height: 4rem;
  text-align: center;
  transform: translateY(-50%);
  background-size: 17%;
}

.dark-mode .alert-primary {
  color: #fff;
  background-color: #195e87;
  border-color: #1f76a9;
}
.dark-mode .alert-primary .alert-link {
  color: #cccccc;
}
.dark-mode .alert-primary .alert-link {
  color: #fff;
}
.dark-mode .alert-secondary {
  color: #fff;
  background-color: #677388;
  border-color: #8190aa;
}
.dark-mode .alert-secondary .alert-link {
  color: #cccccc;
}
.dark-mode .alert-secondary .alert-link {
  color: #fff;
}
.dark-mode .alert-success {
  color: #fff;
  background-color: #298c4a;
  border-color: #33af5d;
}
.dark-mode .alert-success .alert-link {
  color: #cccccc;
}
.dark-mode .alert-success .alert-link {
  color: #fff;
}
.dark-mode .alert-info {
  color: #fff;
  background-color: #287ab0;
  border-color: #3298dc;
}
.dark-mode .alert-info .alert-link {
  color: #cccccc;
}
.dark-mode .alert-info .alert-link {
  color: #fff;
}
.dark-mode .alert-warning {
  color: #fff;
  background-color: #ba6517;
  border-color: #e87e1d;
}
.dark-mode .alert-warning .alert-link {
  color: #cccccc;
}
.dark-mode .alert-warning .alert-link {
  color: #fff;
}
.dark-mode .alert-danger {
  color: #fff;
  background-color: #cc0025;
  border-color: #ff002e;
}
.dark-mode .alert-danger .alert-link {
  color: #cccccc;
}
.dark-mode .alert-danger .alert-link {
  color: #fff;
}
.dark-mode .alert-light {
  color: rgba(12, 15, 24, 0.7);
  background-color: #b9b9ba;
  border-color: #e7e7e8;
}
.dark-mode .alert-light .alert-link {
  color: rgba(8, 10, 16, 0.76);
}
.dark-mode .alert-light .alert-link {
  color: rgba(12, 15, 24, 0.7);
}
.dark-mode .alert-dark {
  color: #fff;
  background-color: #1d1f26;
  border-color: #24272f;
}
.dark-mode .alert-dark .alert-link {
  color: #cccccc;
}
.dark-mode .alert-dark .alert-link {
  color: #fff;
}

.alert-with-icon {
  padding-left: 5.5rem;
}
.alert-with-icon .alert-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 100%;
  font-size: calc(1.275rem + 0.3vw);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 1200px) {
  .alert-with-icon .alert-icon {
    font-size: 1.5rem;
  }
}
.alert-with-icon .alert-icon > * {
  display: block;
}
.alert-with-icon.border {
  padding-left: calc(5.5rem - 1px);
}
.alert-with-icon.border .alert-icon {
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
}

.alert-primary .alert-icon {
  color: #fff;
  background: #1F76A9;
}

.alert-secondary .alert-icon {
  color: #fff;
  background: #8190aa;
}

.alert-success .alert-icon {
  color: #fff;
  background: #33af5d;
}

.alert-info .alert-icon {
  color: #fff;
  background: #3298dc;
}

.alert-warning .alert-icon {
  color: #fff;
  background: #E87E1D;
}

.alert-danger .alert-icon {
  color: #fff;
  background: #ff002e;
}

.alert-light .alert-icon {
  color: rgba(12, 15, 24, 0.7);
  background: #e7e7e8;
}

.alert-dark .alert-icon {
  color: #fff;
  background: #24272f;
}

.page-item:not(:first-child):not(.active) .page-link {
  margin-left: 0;
  border-left-width: 0;
}

.page-link {
  min-width: calc(2.0625rem + 2px);
  background-clip: padding-box;
  text-align: center;
  line-height: 1.5;
}

.pagination-lg .page-link {
  min-width: calc(3rem + 2px);
}

.pagination-sm .page-link {
  min-width: calc(1.59375rem + 2px);
}

.pagination-spaced .page-item:not(:first-child) .page-link {
  margin-left: 0.1875rem;
  border-left-width: 1px;
}
.pagination-spaced .page-link {
  border-radius: 5px;
}
.pagination-spaced.pagination-sm .page-link {
  border-radius: 5px;
}
.pagination-spaced.pagination-lg .page-link {
  border-radius: 5px;
}

.pagination-pill .page-item:first-child .page-link {
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
}
.pagination-pill .page-item:last-child .page-link {
  border-top-right-radius: 99rem;
  border-bottom-right-radius: 99rem;
}
.pagination-pill.pagination-spaced .page-link {
  border-radius: 99rem;
}

.dark-mode .page-link {
  color: #d3d4d5;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .page-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .page-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-mode .page-item.active .page-link {
  color: #fff;
  background-color: #1F76A9;
  border-color: #1F76A9;
}
.dark-mode .page-item.disabled .page-link {
  color: #66696d;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.13);
}

.nav-link {
  background: none;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.nav-link.show {
  color: #222;
  isolation: isolate;
}
.nav-link.active {
  color: #222;
}

.nav .dropdown-menu {
  margin: 0;
  border-radius: 5px;
}

.nav-tabs .nav-link {
  background-clip: padding-box;
  font-weight: 500;
}
.nav-tabs .nav-link.show:not(.active) {
  border-color: rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) transparent;
}
.nav-tabs .nav-link.active .nav-link-icon {
  color: #1F76A9;
}
.card .nav-tabs .nav-link.active, .card-nav > .nav-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid rgba(34, 34, 34, 0.12);
}
.nav-tabs-bottom .nav-link {
  margin-bottom: 0;
  margin-top: -1px;
  border-radius: 0 0 5px 5px;
}
.nav-tabs-bottom .nav-link.show, .nav-tabs-bottom .nav-link:hover, .nav-tabs-bottom .nav-link:focus {
  border-color: transparent rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12);
}
.nav-tabs-bottom .nav-link.active[class] {
  border-color: transparent rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12);
}
.card .nav-tabs-bottom .nav-link.active, .card-nav > .nav-tabs-bottom .nav-link.active {
  border-top-color: #fff;
}

.nav-tabs-start {
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid rgba(34, 34, 34, 0.12);
}
.nav-tabs-start .nav-link {
  margin-bottom: 0;
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}
.nav-tabs-start .nav-link.show, .nav-tabs-start .nav-link:hover, .nav-tabs-start .nav-link:focus {
  border-color: rgba(34, 34, 34, 0.12) transparent rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12);
}
.nav-tabs-start .nav-link.active[class] {
  border-color: rgba(34, 34, 34, 0.12) transparent rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12);
}
.card .nav-tabs-start .nav-link.active, .card-nav > .nav-tabs-start .nav-link.active {
  border-right-color: #fff;
}

.nav-tabs-end {
  flex-direction: column;
  border-bottom: 0;
  border-left: 1px solid rgba(34, 34, 34, 0.12);
}
.nav-tabs-end .nav-link {
  margin-bottom: 0;
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}
.nav-tabs-end .nav-link.show, .nav-tabs-end .nav-link:hover, .nav-tabs-end .nav-link:focus {
  border-color: rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) transparent;
}
.nav-tabs-end .nav-link.active[class] {
  border-color: rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) rgba(34, 34, 34, 0.12) transparent;
}
.card .nav-tabs-end .nav-link.active, .card-nav > .nav-tabs-end .nav-link.active {
  border-left-color: #fff;
}

.nav-pills .nav-link {
  font-weight: 500;
  border: 1px solid transparent;
}
.nav-pills .nav-link.show:not(.active),
.nav-pills .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):focus {
  background-color: rgba(12, 15, 24, 0.04);
}

.nav-sm .nav-link {
  padding: 0.3125rem 0.625rem;
  line-height: 1.616;
  font-size: 0.8125rem;
}

.nav-lg .nav-link {
  padding: 0.6875rem 1.25rem;
  line-height: 1.5;
  font-size: 1rem;
}

.dark-mode .nav-link {
  color: #a8a9ab;
}
.dark-mode .nav-link.show, .dark-mode .nav-link:hover, .dark-mode .nav-link:focus {
  color: #fff;
}
.dark-mode .nav-link.disabled {
  color: #66696d;
}
.dark-mode .nav-link.active {
  color: #fff;
}
.dark-mode .nav-tabs {
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .nav-tabs .nav-link {
  border-color: transparent;
}
.dark-mode .nav-tabs .nav-link.show, .dark-mode .nav-tabs .nav-link:hover, .dark-mode .nav-tabs .nav-link:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13) rgba(255, 255, 255, 0.13) transparent;
}
.dark-mode .nav-tabs .nav-link.disabled {
  color: #66696d;
  background-color: transparent;
  border-color: transparent;
}
.dark-mode .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1F76A9;
  border-color: transparent;
}
.dark-mode .nav-tabs .nav-link.active .nav-link-icon {
  color: #fff;
}
.dark-mode .nav-tabs-bottom .nav-link.show, .dark-mode .nav-tabs-bottom .nav-link:hover, .dark-mode .nav-tabs-bottom .nav-link:focus {
  border-color: transparent rgba(255, 255, 255, 0.13) rgba(255, 255, 255, 0.13) rgba(255, 255, 255, 0.13);
}
.dark-mode .nav-tabs-bottom .nav-link.active[class] {
  border-color: transparent;
}
.dark-mode .nav-tabs-start .nav-link.show, .dark-mode .nav-tabs-start .nav-link:hover, .dark-mode .nav-tabs-start .nav-link:focus {
  border-color: rgba(255, 255, 255, 0.13) transparent rgba(255, 255, 255, 0.13) rgba(255, 255, 255, 0.13);
}
.dark-mode .nav-tabs-start .nav-link.active[class] {
  border-color: transparent;
}
.dark-mode .nav-tabs-end .nav-link.show, .dark-mode .nav-tabs-end .nav-link:hover, .dark-mode .nav-tabs-end .nav-link:focus {
  border-color: rgba(255, 255, 255, 0.13) rgba(255, 255, 255, 0.13) rgba(255, 255, 255, 0.13) transparent;
}
.dark-mode .nav-tabs-end .nav-link.active[class] {
  border-color: transparent;
}
.dark-mode .nav-pills .nav-link.show,
.dark-mode .nav-pills .nav-link:hover,
.dark-mode .nav-pills .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-mode .nav-pills .nav-link.active {
  color: #fff;
  background-color: #1F76A9;
}

.form-switch .form-check-input {
  background-color: rgba(12, 15, 24, 0.12);
  border-color: transparent;
}
.form-switch .form-check-input:checked {
  background-color: #1F76A9;
  border-color: transparent;
}

.form-check-input:focus, .form-check-input:indeterminate:focus {
  border-color: #1F76A9;
}

.form-range::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgba(36, 39, 47, 0.15), 0 1px 8px rgba(36, 39, 47, 0.3);
}
.form-range::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(36, 39, 47, 0.15), 0 1px 8px rgba(36, 39, 47, 0.3);
}
.form-range:disabled::-webkit-slider-thumb {
  box-shadow: none;
}
.form-range:disabled::-moz-range-thumb {
  box-shadow: none;
}
.form-range:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
.form-range:active::-moz-range-thumb {
  transform: scale(1.25);
}

.form-control-sm,
.form-select-sm {
  line-height: 1.47;
}

.form-control-lg,
.form-select-lg {
  line-height: 1.5;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #fff;
}
.was-validated .form-check-input:valid:focus, .was-validated .form-check-input:valid:active, .form-check-input.is-valid:focus, .form-check-input.is-valid:active {
  border-color: #33af5d;
}

.was-validated .form-switch .form-check-input:valid, .form-switch .form-check-input.is-valid {
  border-color: #33af5d;
}
.was-validated .form-switch .form-check-input:valid:checked, .form-switch .form-check-input.is-valid:checked {
  background-color: #33af5d;
  border-color: #33af5d;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #fff;
}
.was-validated .form-check-input:invalid:focus, .was-validated .form-check-input:invalid:active, .form-check-input.is-invalid:focus, .form-check-input.is-invalid:active {
  border-color: #ff002e;
}

.was-validated .form-switch .form-check-input:invalid, .form-switch .form-check-input.is-invalid {
  border-color: #ff002e;
}
.was-validated .form-switch .form-check-input:invalid:checked, .form-switch .form-check-input.is-invalid:checked {
  background-color: #ff002e;
  border-color: #ff002e;
}

.dark-mode .form-text {
  color: #fff;
}
.dark-mode .form-control {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}
.dark-mode .form-control:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #1F76A9;
}
.dark-mode .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .form-control:disabled, .dark-mode .form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.04);
}
.dark-mode .form-control::-webkit-file-upload-button {
  color: #fff;
  background-color: #32353b;
  border-color: inherit;
}
.dark-mode .form-control::file-selector-button {
  color: #fff;
  background-color: #32353b;
  border-color: inherit;
}
.dark-mode .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(255, 255, 255, 0.07);
}
.dark-mode .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgba(255, 255, 255, 0.07);
}
.dark-mode .form-control::-webkit-file-upload-button {
  color: #fff;
  background-color: #32353b;
  border-color: inherit;
}
.dark-mode .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(255, 255, 255, 0.07);
}
.dark-mode .form-control-plaintext {
  color: #fff;
}
.dark-mode .form-select {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23fff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e");
  border-color: rgba(255, 255, 255, 0.18);
}
.dark-mode .form-select:focus {
  border-color: #1F76A9;
}
.dark-mode .form-select[multiple], .dark-mode .form-select[size]:not([size="1"]) {
  background-image: none;
}
.dark-mode .form-select:disabled {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.04);
}
.dark-mode .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.dark-mode .form-check-input {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}
.dark-mode .form-check-input:active {
  filter: brightness(95%);
}
.dark-mode .form-check-input:checked {
  background-color: #1F76A9;
  border-color: #1F76A9;
}
.dark-mode .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.dark-mode .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%271.5%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.dark-mode .form-check-input[type=checkbox]:indeterminate {
  background-color: #1F76A9;
  border-color: #1F76A9;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.dark-mode .form-check-input:focus, .dark-mode .form-check-input:indeterminate:focus {
  border-color: #1F76A9;
}
.dark-mode .form-switch .form-check-input {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  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' stroke='%2324272f' stroke-opacity='22%' stroke-width='7%'/%3e%3c/svg%3e");
}
.dark-mode .form-switch .form-check-input:checked {
  background-color: #1F76A9;
  border-color: #1F76A9;
  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' stroke='%2324272f' stroke-opacity='22%' stroke-width='7%'/%3e%3c/svg%3e");
}
.dark-mode .form-switch .form-check-input:focus {
  border-color: #1F76A9;
  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' stroke='%2324272f' stroke-opacity='22%' stroke-width='7%'/%3e%3c/svg%3e");
}
.dark-mode .form-floating > .form-control:not(:focus)::-webkit-input-placeholder, .dark-mode .form-floating > .form-control:placeholder-shown::-webkit-input-placeholder {
  color: transparent;
}
.dark-mode .form-floating > .form-control:not(:focus)::-moz-placeholder, .dark-mode .form-floating > .form-control:placeholder-shown::-moz-placeholder {
  color: transparent;
}
.dark-mode .form-floating > .form-control:-moz-placeholder-shown::placeholder {
  color: transparent;
}
.dark-mode .form-floating > .form-control:not(:focus)::placeholder,
.dark-mode .form-floating > .form-control:placeholder-shown::placeholder {
  color: transparent;
}
.dark-mode .form-range::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-mode .form-range::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-mode .form-range:disabled {
  pointer-events: none;
}
.dark-mode .form-range:disabled::-webkit-slider-thumb {
  background-color: #3f4247;
}
.dark-mode .form-range:disabled::-moz-range-thumb {
  background-color: #3f4247;
}

.dark-mode .was-validated .form-control:valid, .dark-mode .form-control.is-valid {
  border-color: #33af5d;
}
.dark-mode .was-validated .form-control:valid:focus, .dark-mode .form-control.is-valid:focus {
  border-color: #33af5d;
}

.dark-mode .was-validated .form-select:valid, .dark-mode .form-select.is-valid {
  border-color: #33af5d;
}
.dark-mode .was-validated .form-select:valid:not([multiple]):not([size]), .dark-mode .was-validated .form-select:valid:not([multiple])[size="1"], .dark-mode .form-select.is-valid:not([multiple]):not([size]), .dark-mode .form-select.is-valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23fff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-2 -2 11 11%27%3e%3cpath fill=%27%2333af5d%27 d=%27M2.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%27/%3e%3c/svg%3e");
}
.dark-mode .was-validated .form-select:valid:focus, .dark-mode .form-select.is-valid:focus {
  border-color: #33af5d;
}

.dark-mode .was-validated .form-check-input:valid, .dark-mode .was-validated .form-check-input:valid:focus, .dark-mode .was-validated .form-check-input:valid:indeterminate:focus, .dark-mode .form-check-input.is-valid, .dark-mode .form-check-input.is-valid:focus, .dark-mode .form-check-input.is-valid:indeterminate:focus {
  border-color: #33af5d;
}
.dark-mode .was-validated .form-check-input:valid:checked, .dark-mode .form-check-input.is-valid:checked {
  border-color: #33af5d;
  background-color: #33af5d;
}

.dark-mode .was-validated .form-control:invalid, .dark-mode .form-control.is-invalid {
  border-color: #ff002e;
}
.dark-mode .was-validated .form-control:invalid:focus, .dark-mode .form-control.is-invalid:focus {
  border-color: #ff002e;
}

.dark-mode .was-validated .form-select:invalid, .dark-mode .form-select.is-invalid {
  border-color: #ff002e;
}
.dark-mode .was-validated .form-select:invalid:not([multiple]):not([size]), .dark-mode .was-validated .form-select:invalid:not([multiple])[size="1"], .dark-mode .form-select.is-invalid:not([multiple]):not([size]), .dark-mode .form-select.is-invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23fff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-1 -1 13 13%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff002e%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff002e%27 stroke=%27none%27/%3e%3c/svg%3e");
}
.dark-mode .was-validated .form-select:invalid:focus, .dark-mode .form-select.is-invalid:focus {
  border-color: #ff002e;
}

.dark-mode .was-validated .form-check-input:invalid, .dark-mode .was-validated .form-check-input:invalid:focus, .dark-mode .was-validated .form-check-input:invalid:indeterminate:focus, .dark-mode .form-check-input.is-invalid, .dark-mode .form-check-input.is-invalid:focus, .dark-mode .form-check-input.is-invalid:indeterminate:focus {
  border-color: #ff002e;
}
.dark-mode .was-validated .form-check-input:invalid:checked, .dark-mode .form-check-input.is-invalid:checked {
  border-color: #ff002e;
  background-color: #ff002e;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  line-height: 1.47;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  line-height: 1.5;
}

.input-group .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]),
.input-group .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) + .dropdown-menu + .btn:not(.btn-regular):not([class^=btn-outline-]):not([class*=btn-outline-]) {
  margin-left: 1px !important;
}

.dark-mode .input-group-text {
  color: #fff;
  background-color: #32353b;
  border-color: rgba(255, 255, 255, 0.18);
}

.table > :last-child > :last-child > * {
  border-bottom: 0;
}

.table-dark > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.table[class^=border-] > :not(:last-child) > :last-child > *,
.table[class*=" border-"] > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.dark-mode .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #fff;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.025);
  --bs-table-active-color: #fff;
  --bs-table-active-bg: #1F76A9;
  --bs-table-hover-color: #fff;
  --bs-table-hover-bg: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .table-primary {
  --bs-table-bg: rgba(31, 118, 169, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-secondary {
  --bs-table-bg: rgba(129, 144, 170, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-success {
  --bs-table-bg: rgba(51, 175, 93, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-info {
  --bs-table-bg: rgba(50, 152, 220, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-warning {
  --bs-table-bg: rgba(232, 126, 29, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-danger {
  --bs-table-bg: rgba(255, 0, 46, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-light {
  --bs-table-bg: #46484d;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}
.dark-mode .table-dark {
  --bs-table-bg: #24272f;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}

.table-fixed-header {
  position: relative;
  overflow-y: auto;
}
.table-fixed-header > .table {
  margin: 0;
}
.table-fixed-header > .table > thead {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #eff1f3;
}
.card .table-fixed-header > .table > thead {
  background-color: #fff;
}
.table-fixed-header > .table > thead tr,
.table-fixed-header > .table > thead th {
  border-top-width: 0;
  border-bottom-width: 0;
}
.table-fixed-header > .table > thead th {
  box-shadow: 0 -1px 0 rgba(36, 39, 47, 0.2) inset;
}
.table-fixed-header > .table > thead + * > *,
.table-fixed-header > .table > thead + * > * > * {
  border-top-width: 0;
}
.table-fixed-header > .table-bordered > thead th {
  position: relative;
  border-left-color: var(--bs-table-bg);
  border-right-color: var(--bs-table-bg);
  box-shadow: 0 -1px 0 rgba(36, 39, 47, 0.2) inset, 0 1px 0 rgba(34, 34, 34, 0.12) inset;
}
.table-fixed-header > .table-bordered > thead th::before,
.table-fixed-header > .table-bordered > thead th:last-child::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 1px;
  top: 0;
  bottom: 0;
  left: -1px;
  background-color: rgba(34, 34, 34, 0.12);
}
.table-fixed-header > .table-bordered > thead th:last-child::after {
  left: auto;
  right: -1px;
}
.table-fixed-header .table-fixed-header > .table-dark.table-bordered > thead th::before,
.table-fixed-header .table-fixed-header > .table-bordered > thead .table-dark th::before {
  background-color: #3a3d44;
}
.table-fixed-header .table-fixed-header > .table-dark.table-bordered > thead th:last-child::after,
.table-fixed-header .table-fixed-header > .table-dark.table-bordered > thead th:first-child::before,
.table-fixed-header .table-fixed-header > .table-bordered > thead .table-dark th:last-child::after,
.table-fixed-header .table-fixed-header > .table-bordered > thead .table-dark th:first-child::before {
  background-color: var(--bs-table-bg);
}
.table-fixed-header .table-fixed-header > .table-dark.table-bordered > thead th {
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
}

.dark-mode .table-fixed-header > .table > thead {
  background-color: #25282e;
}
.card .dark-mode .table-fixed-header > .table > thead {
  background-color: #32353b;
}
.dark-mode .table-fixed-header > .table > thead th {
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
}
.dark-mode .table-fixed-header > .table-bordered > thead th {
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.13) inset;
}
.dark-mode .table-fixed-header > .table-bordered > thead th::before,
.dark-mode .table-fixed-header > .table-bordered > thead th:last-child::after {
  background-color: rgba(255, 255, 255, 0.13);
}

.bg-card {
  background-color: #fff !important;
}

.extra-small {
  font-size: 0.8125rem !important;
}

.mw-0 {
  min-width: 0;
}

.mh-0 {
  min-height: 0;
}

.layout-content-block {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 992px) {
  .layout-content-block {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

.row-bordered {
  overflow: hidden;
}
.row-bordered > .col,
.row-bordered > [class^=col-],
.row-bordered > [class*=" col-"],
.row-bordered > [class^="col "],
.row-bordered > [class*=" col "],
.row-bordered > [class$=" col"],
.row-bordered > [class=col] {
  position: relative;
  padding-top: 1px;
}
.row-bordered > .col::before,
.row-bordered > [class^=col-]::before,
.row-bordered > [class*=" col-"]::before,
.row-bordered > [class^="col "]::before,
.row-bordered > [class*=" col "]::before,
.row-bordered > [class$=" col"]::before,
.row-bordered > [class=col]::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 0;
  content: "";
  border-top: 1px solid rgba(34, 34, 34, 0.12);
}
.row-bordered > .col::after,
.row-bordered > [class^=col-]::after,
.row-bordered > [class*=" col-"]::after,
.row-bordered > [class^="col "]::after,
.row-bordered > [class*=" col "]::after,
.row-bordered > [class$=" col"]::after,
.row-bordered > [class=col]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  display: block;
  width: 0;
  content: "";
  border-left: 1px solid rgba(34, 34, 34, 0.12);
}
.dark-mode .row-bordered > .col::before, .dark-mode .row-bordered > .col::after,
.dark-mode .row-bordered > [class^=col-]::before,
.dark-mode .row-bordered > [class^=col-]::after,
.dark-mode .row-bordered > [class*=" col-"]::before,
.dark-mode .row-bordered > [class*=" col-"]::after,
.dark-mode .row-bordered > [class^="col "]::before,
.dark-mode .row-bordered > [class^="col "]::after,
.dark-mode .row-bordered > [class*=" col "]::before,
.dark-mode .row-bordered > [class*=" col "]::after,
.dark-mode .row-bordered > [class$=" col"]::before,
.dark-mode .row-bordered > [class$=" col"]::after,
.dark-mode .row-bordered > [class=col]::before,
.dark-mode .row-bordered > [class=col]::after {
  border-color: rgba(255, 255, 255, 0.13);
}

.dark-mode .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.dark-mode .text-body {
  color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
}
.dark-mode .bg-body {
  background-color: rgba(37, 40, 46, var(--bs-bg-opacity)) !important;
}
.dark-mode .bg-card {
  background-color: #32353b !important;
}
.dark-mode .bg-light {
  background-color: rgba(70, 72, 77, var(--bs-bg-opacity)) !important;
}
.dark-mode .border,
.dark-mode .border-top,
.dark-mode .border-end,
.dark-mode .border-bottom,
.dark-mode .border-start {
  border-color: rgba(255, 255, 255, 0.13) !important;
}

.ui-reveal {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.ui-reveal > :not(.ui-reveal-overlay) {
  z-index: 1;
  display: block;
  width: 100%;
}
.ui-reveal:not(.ui-reveal-reversed):not(.disabled).active .ui-reveal-overlay, .ui-reveal:not(.ui-reveal-reversed):not(.disabled):hover .ui-reveal-overlay, .ui-reveal:not(.ui-reveal-reversed):not(.disabled):focus .ui-reveal-overlay {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ui-reveal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

.ui-reveal-fade:not(.disabled).active .ui-reveal-overlay, .ui-reveal-fade:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-fade:not(.disabled):focus .ui-reveal-overlay {
  opacity: 0;
}
.ui-reveal-fade .ui-reveal-overlay {
  opacity: 1;
}
.ui-reveal-fade.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay, .ui-reveal-fade.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-fade.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay {
  opacity: 1;
}
.ui-reveal-fade.ui-reveal-reversed .ui-reveal-overlay {
  opacity: 0;
}

.ui-reveal-zoom-in:not(.disabled).active .ui-reveal-overlay, .ui-reveal-zoom-in:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-zoom-in:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-zoom-out:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-zoom-out:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-zoom-out:not(.disabled):focus .ui-reveal-overlay {
  opacity: 0;
}
.ui-reveal-zoom-in .ui-reveal-overlay,
.ui-reveal-zoom-out .ui-reveal-overlay {
  opacity: 1;
}
.ui-reveal-zoom-in .ui-reveal-zoom-item,
.ui-reveal-zoom-out .ui-reveal-zoom-item {
  transition: 0.3s all ease-in-out;
}
.ui-reveal-zoom-in.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-zoom-in.ui-reveal-reversed:not(.disabled).active .ui-reveal-zoom-item, .ui-reveal-zoom-in.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-zoom-in.ui-reveal-reversed:not(.disabled):hover .ui-reveal-zoom-item, .ui-reveal-zoom-in.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-zoom-in.ui-reveal-reversed:not(.disabled):focus .ui-reveal-zoom-item,
.ui-reveal-zoom-out.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-zoom-out.ui-reveal-reversed:not(.disabled).active .ui-reveal-zoom-item,
.ui-reveal-zoom-out.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-zoom-out.ui-reveal-reversed:not(.disabled):hover .ui-reveal-zoom-item,
.ui-reveal-zoom-out.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-zoom-out.ui-reveal-reversed:not(.disabled):focus .ui-reveal-zoom-item {
  opacity: 1;
  transform: none;
}
.ui-reveal-zoom-in.ui-reveal-reversed .ui-reveal-overlay,
.ui-reveal-zoom-out.ui-reveal-reversed .ui-reveal-overlay {
  opacity: 0;
}

.ui-reveal-zoom-in:not(.disabled).active .ui-reveal-overlay, .ui-reveal-zoom-in:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-zoom-in:not(.disabled):focus .ui-reveal-overlay {
  opacity: 0;
}
.ui-reveal-zoom-in:not(.disabled).active .ui-reveal-zoom-item, .ui-reveal-zoom-in:not(.disabled):hover .ui-reveal-zoom-item, .ui-reveal-zoom-in:not(.disabled):focus .ui-reveal-zoom-item {
  opacity: 0;
  transform: scale(1.75);
}
.ui-reveal-zoom-in.ui-reveal-reversed .ui-reveal-zoom-item {
  transform: scale(1.75);
}

.ui-reveal-zoom-out:not(.disabled).active .ui-reveal-overlay, .ui-reveal-zoom-out:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-zoom-out:not(.disabled):focus .ui-reveal-overlay {
  opacity: 0;
}
.ui-reveal-zoom-out:not(.disabled).active .ui-reveal-zoom-item, .ui-reveal-zoom-out:not(.disabled):hover .ui-reveal-zoom-item, .ui-reveal-zoom-out:not(.disabled):focus .ui-reveal-zoom-item {
  opacity: 0;
  transform: scale(0.25);
}
.ui-reveal-zoom-out.ui-reveal-reversed .ui-reveal-zoom-item {
  transform: scale(0.25);
}

.ui-reveal-slide-start.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay, .ui-reveal-slide-start.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-slide-start.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-slide-end.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-slide-end.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-slide-end.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-slide-top.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-slide-top.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-slide-top.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-slide-bottom.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-slide-bottom.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-slide-bottom.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay {
  transform: none;
}

.ui-reveal-slide-start:not(.disabled).active .ui-reveal-overlay, .ui-reveal-slide-start:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-slide-start:not(.disabled):focus .ui-reveal-overlay {
  transform: translate3d(-100%, 0, 0);
}
.ui-reveal-slide-start.ui-reveal-reversed .ui-reveal-overlay {
  transform: translate3d(-100%, 0, 0);
}

.ui-reveal-slide-end:not(.disabled).active .ui-reveal-overlay, .ui-reveal-slide-end:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-slide-end:not(.disabled):focus .ui-reveal-overlay {
  transform: translate3d(100%, 0, 0);
}
.ui-reveal-slide-end.ui-reveal-reversed .ui-reveal-overlay {
  transform: translate3d(100%, 0, 0);
}

.ui-reveal-slide-top:not(.disabled).active .ui-reveal-overlay, .ui-reveal-slide-top:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-slide-top:not(.disabled):focus .ui-reveal-overlay {
  transform: translate3d(0, -100%, 0);
}
.ui-reveal-slide-top.ui-reveal-reversed .ui-reveal-overlay {
  transform: translate3d(0, -100%, 0);
}

.ui-reveal-slide-bottom:not(.disabled).active .ui-reveal-overlay, .ui-reveal-slide-bottom:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-slide-bottom:not(.disabled):focus .ui-reveal-overlay {
  transform: translate3d(0, 100%, 0);
}
.ui-reveal-slide-bottom.ui-reveal-reversed .ui-reveal-overlay {
  transform: translate3d(0, 100%, 0);
}

.ui-reveal-rotate-start.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay, .ui-reveal-rotate-start.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-rotate-start.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay,
.ui-reveal-rotate-end.ui-reveal-reversed:not(.disabled).active .ui-reveal-overlay,
.ui-reveal-rotate-end.ui-reveal-reversed:not(.disabled):hover .ui-reveal-overlay,
.ui-reveal-rotate-end.ui-reveal-reversed:not(.disabled):focus .ui-reveal-overlay {
  transform: none;
}

.ui-reveal-rotate-start:not(.disabled).active .ui-reveal-overlay, .ui-reveal-rotate-start:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-rotate-start:not(.disabled):focus .ui-reveal-overlay {
  transform: rotate(-110deg);
}
.ui-reveal-rotate-start .ui-reveal-overlay {
  transform-origin: bottom left;
}
.ui-reveal-rotate-start.ui-reveal-reversed .ui-reveal-overlay {
  transform: rotate(-110deg);
}

.ui-reveal-rotate-end:not(.disabled).active .ui-reveal-overlay, .ui-reveal-rotate-end:not(.disabled):hover .ui-reveal-overlay, .ui-reveal-rotate-end:not(.disabled):focus .ui-reveal-overlay {
  transform: rotate(110deg);
}
.ui-reveal-rotate-end .ui-reveal-overlay {
  transform-origin: bottom right;
}
.ui-reveal-rotate-end.ui-reveal-reversed .ui-reveal-overlay {
  transform: rotate(110deg);
}

.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-100 {
  opacity: 1 !important;
}

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

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

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

.opacity-0 {
  opacity: 0 !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(12, 15, 24, 0.15) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(12, 15, 24, 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 rgba(34, 34, 34, 0.12) !important;
}

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

.border-top {
  border-top: 1px solid rgba(34, 34, 34, 0.12) !important;
}

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

.border-end {
  border-right: 1px solid rgba(34, 34, 34, 0.12) !important;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(34, 34, 34, 0.12) !important;
}

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

.border-start {
  border-left: 1px solid rgba(34, 34, 34, 0.12) !important;
}

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

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

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

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

.border-info {
  border-color: #3298dc !important;
}

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

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

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

.border-dark {
  border-color: #24272f !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n5 {
  margin-left: -3rem !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.325rem + 0.9vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-lg {
  line-height: 1.5 !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: #6d6f74 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(12, 15, 24, 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: 5px !important;
}

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

.rounded-1 {
  border-radius: 5px !important;
}

.rounded-2 {
  border-radius: 5px !important;
}

.rounded-3 {
  border-radius: 5px !important;
}

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

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

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-end {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-start {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.card-body-block {
  margin: -1.375rem -1.375rem !important;
}

.card-body-block-x {
  margin-left: -1.375rem !important;
  margin-right: -1.375rem !important;
}

.card-body-block-y {
  margin-top: -1.375rem !important;
  margin-bottom: -1.375rem !important;
}

.card-body-p {
  padding: 1.375rem 1.375rem !important;
}

.card-body-px {
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important;
}

.card-body-py {
  padding-top: 1.375rem !important;
  padding-bottom: 1.375rem !important;
}

.width-200 {
  width: 200px !important;
}

.width-180 {
  width: 180px !important;
}

.width-160 {
  width: 160px !important;
}

.width-140 {
  width: 140px !important;
}

.width-120 {
  width: 120px !important;
}

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

.width-80 {
  width: 80px !important;
}

.width-60 {
  width: 60px !important;
}

.width-50 {
  width: 50px !important;
}

.width-40 {
  width: 40px !important;
}

.width-30 {
  width: 30px !important;
}

.width-20 {
  width: 20px !important;
}

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

.border-transparent {
  border-color: transparent !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-sm-n5 {
    margin-left: -3rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-md-n5 {
    margin-left: -3rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-xl-n5 {
    margin-left: -3rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2rem !important;
  }

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

  .fs-3 {
    font-size: 1.3125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
body {
  font-size: var(--global-fs) !important;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAADmFJREFUaEOdW8laG0kSrhWtgBECyUKAEALTNMaAbDN902FewZd5xXmEmUPfetw2BmM3bWMhdrEJYRajtarmiypFEUplLVgnocrKzNj++CMyEQWHTyqbnyiX1g6EfF4V1tZaXcM4v8Un808r+2snTvNZv7+RBye+DFwffLrCcen0b6Gjoz9q9L3U9MK4IAdq5e21qiAIeueZND8/r2xtbTXh75HMq+TF3rtT+l46/Wvs6OivqpDLBYRisYHvmXN09iw6bZAV4OnU8mTbUBqG0khVipsfmPfEWG61X27rYXYTMG50aiFxvvv5DL7Hnz3rr3z9esuuO5x+MXZ59PGYt59YbnWgWnx7w3s2lM0PXpXWrlGhgvBvjY6Ljy+nKofrqBhdTOaWR06L6xfsZIMTz4eoJfD5/Px8H2gZFoo067KpUeYzMrO0dPFtY4PdqGnNXKAl/P57280jkpl/ZE73/rdnKoh4TmfzZScLu3uX9VTM5XKBWi0WNYL34fLO50N8aWzs9fDx8Z+XIODNjRjtEozj0iPz89GLra07r0XdrIXvpmbz8fL2WgX/TiQWI63+kMxamSqAXRcNg7+jZ4koGD5I5l78elr8+Bf+DQqp10ckjDNcBCa8vFTUs7PNH/bGphdHz3Y2z3lCJzrP2I2YYxkFxnKL6Wpx8wjncfI2v+FIx5kxnErlw+Xy2j189zN5YnJx6mx/cxcnGsm9XL4ovl83XdCKmfKTzNKT73sb321lzLzKng3oh4MXzSgvVEamV3IXOx+KYE2qREYo2K/h5UVOMgAYOoKWLQwHDXkISeINwMlEVhs1mR1yrUzGsPNDGAhCbSAoRaLl7T++0OnYNUDRkhLQe9y/gwU9AjvFGIJbKpOfK++t4aJiajY/TNMHuKPUkHWwciZTCO7t/V53ssjoeH76/HBth4YVRXT0mLZs3FNvsY3hjRsgn4jpDJTRIzBu0g+4cGO145IQ+8WHXIhDJbA+jVGIbdlQg5DzeZbHedzSFrsPXuaxgDB7JUL8NqT2EORAOmk8+3q2Uvpzm5c3bVIivJGTuWKMk9ZMwehGWDelCsFcyoIViwPWfG/k+LPNMC+Xm3iEhIksDrGLGcgzhummGeGloWy+H5K+U0zzPAA8RzVqQSc071JSx2XBEPA7GIVunp2fCgvfa4JwbZGSN3JqtjQE410FNn1eko0HJuOOjyPz80n9RpVZxgTkQYzUbmmexo27CYCr/Wx48XZrCuyEprwXIASEoBA3eXbnQ9/vaBkITFf6wDwMr1gekblgaaC7Ot2fQjoMGs06ECQ2DClB6bKwH23DsonFxcjZ5gPhMLfCKzIEoSeWAYUNIyTyODcWEsDbNaFVR/5NRSV7NHMy5dI9CM8UNGCMXpcuFBTguqPPVhbPv37YdEziqdl4ubxt0z8v64wuLCTOP1sFxOTkL0/39/+GyspWiJuy/VVi1g4oLcWMg3OboWVaDFjQt3clDHpE68SzxSnlLngDnNrJvcvlbGNsbP8JbwzmV2RPLArDnLzfeGvFc4srWKWBUEJbCENYQQqSa6revf4bmQ0Xk+uHQg0RtQB+DwvZcN/jom9koXAhxk9OQjhmLPti1qgrR/VwK0a5L7thcNGT3fV91uUoGMF3qdWOeNbUnX2BUQK6coWUGDGCkhiwqFxv3QBVxeIGXdoXR7UF6bg9K1gmM5/c29uyi3K2MBHIex03g/q3K197hUbnuTQ48XwQODmrRHiezK3OnxbfboH1tb5GDbMDGPVRediMEVJoQH5zQ1oecQCvOC593OYJxjIkBDE/eZ7XOelZo1BQxB7K1rEC0jweRXwQxBLYbMmIcrxc/LhO049TfMLmasJ9jOZr3AfPYvZvnb0lM0uZ070Ns0GAIDU8+2LscvuhY8IDwf6518Miz0pjudX0j3bjjkfYeZahRYJXwWBucnphXLuTqnYZSFwdETk9tbJ4tPthk64HlhZFbfR898MmfDfk+lhl59MazkkbGE6hYbo0WhG1BalopK92f3sbVlxqU3tOWFyV9D5d0qOnxfUtfPCY8nB0ajVxvvvWTFv4Ia4sDk+uzEmR+iHGI+y12RBUBDmeZyABMQGx0Ywahi6aAoNVmnJlBDXE6zjAOF7hztMkujVaKzH5eups/0+zYcAj99yUZxUB0PXQkSl1N+x63/JDnHpAC+MTAKQNGjxcN5tmvR93wPIFImRS6g0ooJl6wkqjqQsTleJaV6eUy68LBWW0UhlGgkP3jHFPBHYWYCibn7gi3BnjFCyptVVZ0HXRWTHWsjQmO+5n9r5G5ucjtKgAwfWAGAFve2TRAP25GCUgsI7eVmVrb5Z8olO3cSD9W+zm6A+zBYuITeME33PqM8N7vA2D5yj1psa2d8EdGw1Z5/Wm2TXQe9juZk/eBxaZWIy0VfEJzAt79p2HIa4H2rGKW8uGuhC6KO1ixKZfjYuNpi6rWpstDOyKhl+EPEydz6ux61bCjdmZg/N5NXd9LVWF4QD0txBHbIFxYyBYUFclTWzVZUEPUKjnoy4/FICg3PdpfTS10ZRFrRbPLryslD6/70Lo9NLMxdHGN54Hwm9aU3kCQqNVMY+DUqs77+z+uj1noaCkDy8yImVD4G4NXWpiwc8yHD+Mhw9w3b86tWJNAlMLXCI/5s0F7txUbwe4pSNhgU6gKfYUyxPP85UDK5kD9x3Z+xEPG7q43zkos3L2ctuJUnqlDpgWBG6EJJVa3wkL+H2tXlWwjJBtR+GBWncMd8XPg6uCu4iyomOSp9rzaJz37IwFGhxAa17wpJbQqj8opDtsOuAJ52FW/3tqZTEo33y9vx+U3bwDxvoGLRjcSexABnjdf0koFCRoHlApnSz0s+FBFeOVtsAYeijQ35b0GoapLTAwIKEuVFBDiJr0JA/yrlIPapDrnAoD4OHHxbf2uZCZa5nTC7vBwJxFmf0yQRBYK8Fa6q1whTSXx6ho3yqWW01XrT1IsdxqlJ5CiEgDiWsCkA2CO0EcGD+CA07ntmhJpIt+qJ0bqJE8ard+eLnVXpeAVDK79Oq0tPEOn3XFNClOHuXS6NaApO1Ao5+HlLig39aN2VifLI1iGxe7I1Qx0dzyyF1x/YKWnjyhWWVC1pEkyaBHryJUKU2j0QCLjs0sLR1/29jwk1pM4aEL2JB/qGr4hyshKRSU5N73NNSwiYnn2bODTyW3NdLZ1Zmj0ttv7BhUBlRzqqGETMpoW+8B2BA3eEp3sbA1wfDs87nL7U/2iR0PZSEmlYDRamhSE5EV0lO4ISuU20KMSlJ76IhcbXjMmRGrAAxDJCcgoCCEbqrtUFOwDvHgIE2FGwvYTRHRSryuI084GqdOOZc5YaT77Oqd8ZgbrulVbVG2ZS7AoaS88LAtDNrS+uRBcBNSzdD0Y2/26S/Lkyd/r+93aTyfVxNHrT5uwwCefW8N8c6TEtn887PS2ifWerxj06g8WIXQoRS1k5rgkkxXqqSGob0yMLl5ScUtppJzS5nTLxt7fiokHy2entMIWJt3xInKgHVhDJaRThdxWFmgh3X7pbunLiayS/8SJfE/vJs8FBV53X+qRR6C+gU/7l2tzrEnAg8KCcIPNpstevZMQw9wQtNaIvU0UMRJPRSSW3rEEbR4CIe5zYklgQKa7UAbKKifuyJ+FELZFG0RO+V8UEjkfrSNWYO2lMD7xMecHOIGO2SgKhQKMkslMVe3daEJeRqwob//vk0sYrq0fe6Tz4fLa9aFGq8Pr1HHe8fyxuw5r8DpWPghh/XP5uO35I6U1yZ+5jneLoB3vULBVgxzsu+raCEMCz3OurbEXAT7GSHoOzxS/5BvTeUCovo6YrFjN7s6o0m1mp9OB3M1Ssrlcip6mCkwL/kjSPm4YWemKyok3/UsL2IRFix4o1Tjhq7eKroUYs+N+YjcXS565WyWCJh//wzjocDmcGvnYa18Xu3SPHE3AEEYaGhtiXY/x8ZW08fH3ZUX630IZGw6BK+ttYWWrAnhtqjVkAHaKM1zQ+saQfCKvd77GJfnpDO/J5XmOPQwjFl6OtJ9Ddm6OuwVnp7VEr1bySMoDqUhl1w4lXooTFdbhgM4Jt5wriWh21OjUUVjCgOA9BSYWtM8YFZaGqWIlls/O0mlSgFauONZEQpJY9EzR0N1dXCxfFr6C3prvsDNyeswC9jFA15Q4R5GTeaf9smCSm/smDRw4tWvpwfv7Bu3j3FxP2N90FPPdEbXAaZ1rmkBuLlg3fHgXPt1qorApZrq3RV7E84LzTtrXMQn80nPaw2MVp7OrPxy8u3D317Kgj0072QVY5sXQq4uzbIw9ojS2Y1eLpztvP+MXgMZQA1KTeTrTo09r0zBywQQHqE+ReHVAqY3wo3/9OAVMkJbYNal/VRRVGBaG0OsYyiMTi2/ON9d/0jGmoDGnup7WQ+fJ8ZfLpxNR7/wKC2OSaVejZfL7w7pnthLLYJbw/vJ3FJGageqIb2edLqf4bZh8JRWS25ABQOuXW8ZreuDuRtgXGxXkVO0mJ1HmB+7j9TFQRDpUjFgbkD5PiMaCOvXt9d9fWrfdTQAjQ0sdoCg9Lg0AIamXccOHc6FeeDmlftYZSAzojEGta8gisbZznu4QaCz8cfrtyWmXy5oTa3qdVSL6/cITC+GmC2URmSIHkzRGKJAB0oIG/HrunLdLxmtoNtdC7fqjHoZSxcf1n6glW5zsSBq/5MHSj8+vpwCq9JFEan9pAmch9so6LrqJAhud7H9xjK9tmjHd2IxIvbLYRbAaP1uujTbjAPA+t6QEmgp12Z4p9JKZJf/eVZa/6/bhrkHZqT55tXIx/gey76e1Y1WA273mQqOC5We/56zbhdEDU0TxcZABIsS30zL7X+E3ApzRHvYmCZf3V+VStdUcAgNUBKwN55CCEPr4uBuWcRpP6CA/wNXR3Bxio4wkQAAAABJRU5ErkJggg==);
  background-size: 45px 45px;
}

html {
  position: relative;
  background: #1a2739;
}

#page_bg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  min-height: 100vh;
}

#page_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/assets/imgs/bg.4a0f32c523df24fbef84.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-width: 2500px;
}

.btn {
  font-size: var(--global-fs);
}

.dropdown-menu {
  font-size: 1em;
}

.pagination {
  margin-top: 30px;
}

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

.btn-outline-white {
  border-color: #fff;
  color: #ebebeb;
  color: #fff !important;
}
.dark-mode .btn-outline-white {
  color: white;
}
.btn-outline-white:hover {
  color: #ebebeb;
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-mode .btn-outline-white:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.125rem rgba(230, 230, 230, 0.4);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #ebebeb;
  background-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .btn-check:checked + .btn-outline-white, .dark-mode .btn-check:active + .btn-outline-white, .dark-mode .btn-outline-white:active, .dark-mode .btn-outline-white.active, .dark-mode .btn-outline-white.dropdown-toggle.show {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}

.nav-link.active {
  text-decoration: underline;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 1.07em;
}

.nav-link.dropdown-toggle::after {
  top: -2px;
}

.dropdown-item {
  white-space: normal !important;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 38px;
  }

  .navbar-nav {
    align-items: center;
  }
  .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    outline: 0 !important;
    box-shadow: none !important;
    line-height: 1.24;
  }
  .navbar-nav .nav-link div {
    display: block;
  }

  .dropdown-item {
    white-space: nowrap !important;
  }
}
.navbar-nav .nav-link {
  outline: 0 !important;
  box-shadow: none !important;
}

.navbar {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 0;
  border-right: 0;
  padding: 14px 0;
}

.navbar-dark .navbar-toggler {
  font-size: 20px;
  border-color: #fff;
}

#page_header {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
#page_header .separator {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.35);
}

#page_header_logo_sitename {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#page_header_logo {
  width: 111px;
  height: 122px;
  display: block;
  padding: 10px;
  margin-left: -10px;
}

#page_header_logo img {
  width: 91px;
  height: 102px;
  display: block;
}

#page_header_sitename {
  line-height: 1;
  white-space: nowrap;
}
#page_header_sitename > :first-child {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 6px;
}
#page_header_sitename > :last-child {
  font-weight: 700;
  font-size: 19px;
}

@media (min-width: 576px) {
  #page_header_sitename > :first-child {
    font-size: 20px;
  }
  #page_header_sitename > :last-child {
    font-size: 21px;
  }
}
#page_header_phone {
  display: flex;
  color: #fff;
  justify-content: stretch;
  align-items: center;
}
#page_header_phone i {
  font-size: 24px;
  flex: 0 0 auto;
  margin-right: 14px;
}
#page_header_phone > div {
  flex: 1 1 auto;
}

#page_header_phone_number {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
  color: #fff !important;
}

#page_header_email {
  color: #fff;
  text-decoration: none !important;
  font-size: 1.4em;
  font-weight: 500;
}
#page_header_email:hover, #page_header_email:focus {
  color: #fff;
}

#page_header_accessibility {
  display: block;
  border-bottom: 1px dashed #fff;
  line-height: 1.2;
  color: #fff;
  text-decoration: none !important;
  font-size: 1.07em;
  font-weight: 600;
  text-transform: uppercase;
}

#page_header_accessibility:hover {
  border-color: transparent !important;
}

#page_header_search,
#page_header_search_wrapper {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

#page_header_search {
  font-size: 20px;
  line-height: 32px;
}
#page_header_search .ri-close-line {
  display: none;
}

#page_header_search_form {
  display: none;
  background: #14283e;
  padding-right: 10px;
  align-items: center;
  border-radius: 5px;
}

#page_header_search_wrapper.show, #page_header_search_wrapper.show #page_header_search {
  position: relative;
  z-index: 2;
}
#page_header_search_wrapper.show #page_header_search .ri-search-line {
  display: none;
}
#page_header_search_wrapper.show #page_header_search .ri-close-line {
  display: inline-block;
}
#page_header_search_wrapper.show #page_header_search_form {
  height: 54px;
  display: flex;
  position: absolute;
  left: -10px;
  top: -10px;
  padding-left: 46px;
  z-index: 1;
}

@media (min-width: 992px) {
  #page_header_search_wrapper #page_header_search_form {
    padding-left: 10px !important;
  }

  #page_header_search_wrapper.show #page_header_search_form {
    padding-right: 46px;
    right: -10px;
    left: auto;
  }
}
#page_header #page_header_search_form .ya-site-form {
  width: 270px;
}

#page_header #page_header_search_form .ya-site-form__search-input {
  padding: 0;
}

#page_header #page_header_search_form .ya-site-form__form .ya-site-form__input-text {
  height: 34px;
  border: 0;
  border-radius: 5px;
  font-size: 14px !important;
  font-family: inherit;
  padding-left: 8px;
  padding-right: 8px;
}

#page_header #page_header_search_form .ya-site-form__search-input-layout-r {
  text-align: center;
  line-height: 2.085rem;
  position: relative;
}

#page_header #page_header_search_form .ya-site-form__search-input-layout-r::before {
  content: "\f0d1";
  font-display: swap;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
}

#page_header #page_header_search_form .ya-site-form__submit_type_image {
  background: none;
}

#page_header #page_header_search_form .ya-site-form__submit {
  width: 34px;
  height: 34px;
  margin: 0 9px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0;
  line-height: 2.085rem;
  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;
  position: relative;
  z-index: 2;
}

#page_header #page_header_search_form .ya-site-form {
  margin: 0 -9px 0 9px !important;
}

@media (min-width: 992px) {
  #page_header #page_header_search_form .ya-site-form {
    margin: 0 !important;
  }
}
#page_header #page_header_search_form .ya-site-form__submit:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

#page_header #page_header_search_form .ya-site-form__submit:active {
  background-color: rgba(255, 255, 255, 0.2);
}

#page_events {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 15px;
  margin-bottom: -10px;
  flex-wrap: wrap;
}

.page_events-event {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  border-radius: 5px;
  margin: 10px;
  flex: 0 0 auto;
  width: calc(50% - 20px);
  color: #fff !important;
  background: rgba(13, 19, 31, 0.6);
}

.page_events-image {
  height: 130px;
  width: 100%;
  display: block;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  flex: 0 0 auto;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.page_events-text {
  width: 100%;
  padding: 10px 20px;
  text-decoration: none !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  align-items: center;
  font-weight: 500;
}

.page_events-more {
  flex: 0 0 auto;
  width: calc(50% - 20px);
  background-color: rgba(13, 19, 31, 0.6);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAJCAYAAADQHRcxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACHSURBVHgB5ZHRCoQgEEWdbbfdDeqt/v8TIwJLCjsT8yAh4XsDt5voPTrq3CNK0kGMscJqpB7RIiK7KywxyB9r0Ad5tBvwa8CpCAZowDc0EwqZk3b6y9x4B2JtLefnAsks7LE1d0LNY612Iq6gCLwsoG0H6+SNfjb2bOSLYAm0MoDm9F5D+kAHWNs1HYnHvfgAAAAASUVORK5CYII=);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff !important;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 180px;
  line-height: 1;
  margin: 10px;
}

.page_events-event,
.page_events-more {
  transition: transform 0.3s;
}

.page_events-event:hover,
.page_events-more:hover {
  transform: scale(1.05);
}
.page_events-event:hover .page_events-image,
.page_events-more:hover .page_events-image {
  opacity: 1;
}

@media (min-width: 1200px) {
  #page_events {
    flex-wrap: nowrap;
  }

  .page_events-event {
    width: calc((100% - 296px) / 3);
  }

  .page_events-more {
    width: 216px;
  }
}
#page_content-wrapper {
  margin-top: 25px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
#page_content-wrapper.reversed {
  flex-direction: column-reverse;
}
#page_content-wrapper.reversed #page_content {
  margin-top: 25px;
}
#page_content-wrapper.reversed #page_content-side {
  margin-top: 0;
}

#page_content {
  flex: 1 1 auto;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  min-width: 0;
}

#page_content-side {
  flex: 1 1 auto;
  width: 100%;
  background: #E6E8EA;
  border-radius: 5px;
  padding: 20px;
  min-width: 0;
  margin-top: 25px;
}

.page_content-header {
  --sep-color: #222;
  font-size: 1.57em;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 22px;
  position: relative;
}
.page_content-header::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--sep-color);
  width: 35px;
}

h2.page_content-header, .page_content-header.h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.page_content-item {
  display: flex;
  justify-content: stretch;
}
.page_content-item + .page_content-item {
  margin-top: 22px;
}

.page_content-separator {
  margin: 20px 0 20px -20px;
  width: calc(100% + 40px);
  height: 1px;
  background: rgba(0, 6, 32, 0.09);
}

@media (min-width: 1200px) {
  #page_content-wrapper,
#page_content-wrapper.reversed {
    flex-direction: row;
    justify-content: stretch;
  }

  #page_content {
    margin-top: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px 35px;
  }

  #page_content-side {
    margin-top: 0 !important;
    flex: 0 0 auto;
    width: 330px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 30px 22px;
  }

  .page_content-header {
    margin-bottom: 28px;
  }

  h2.page_content-header, .page_content-header.h2 {
    margin-bottom: 25px;
  }

  .page_content-item + .page_content-item {
    margin-top: 28px;
  }

  .page_content-separator {
    margin: 30px 0 30px -35px;
    width: calc(100% + 70px);
  }

  #page_content-side .page_content-separator {
    margin: 20px 0 20px -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 1400px) {
  #page_content-side {
    width: 380px;
  }
}
.page_content-item-img {
  display: block;
  width: 116px;
  height: 80px;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-right: 20px;
}
.page_content-item-img.square {
  width: 70px;
  height: 70px;
}
.page_content-item-img.video {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #7783a6;
  font-size: 36px;
}
.page_content-item-img.video > * {
  display: block;
  flex: 0 0 auto;
}

.page_content-item-text {
  color: #222 !important;
  text-decoration: none !important;
  align-self: center;
}
.page_content-item-text:hover .page_content-item-title {
  text-decoration: underline;
}

.page_content-item-title {
  font-size: 1.07em;
  font-weight: 600;
}

.page_content-item-date {
  font-size: 1em;
  opacity: 0.5;
}

#page_partners {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12px;
  width: calc(100% + 24px);
}

.page_partners-partner {
  margin: 12px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.page_partners-partner:hover {
  opacity: 1;
}

.page_partners-partner,
.page_partners-partner img {
  flex: 0 0 auto;
  height: 110px;
  display: block;
}

.page_content-side-item {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.page_content-side-item + .page_content-side-item {
  margin-top: 22px;
}

.page_content-side-item-img {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-right: 14px;
}

.page_content-side-item-text {
  text-decoration: none !important;
  align-self: center;
}
.page_content-side-item-text:hover .page_content-side-item-title {
  text-decoration: underline;
}

.page_content-side-item-title {
  font-weight: 500;
}

.page_content-side-item-date {
  color: #222;
  font-size: 0.93em;
  opacity: 0.5;
}

.sports-calendar-btn {
  display: block;
  width: 100%;
  padding: 0;
}

.sports-calendar-btn-rows {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.sports-calendar-btn-row {
  display: flex;
}
.sports-calendar-btn-row:first-child > :first-child {
  border-top-left-radius: 4px;
}
.sports-calendar-btn-row:first-child > :last-child {
  border-top-right-radius: 4px;
}
.sports-calendar-btn-row > div {
  width: 20%;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DCE1E4;
  box-shadow: 0 0 0 1px rgba(0, 6, 32, 0.09);
}
.sports-calendar-btn-row > div > * {
  display: block;
  flex: 0 0 auto;
}

.sports-calendar-btn-title {
  display: block;
  width: 100%;
  padding: 0.75rem 0.625rem;
}

.page_content-article {
  font-size: 1.07em;
  overflow-x: auto;
  width: 100%;
}

.page_content-label {
  display: inline-block;
  font-size: 0.9em;
  opacity: 0.75;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
  margin-bottom: 5px;
}
.page_content-label[href]:hover {
  opacity: 1;
  text-decoration: underline;
}

#page_footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  margin-top: 25px;
  color: #fff;
}

@-webkit-keyframes ajax-pagination-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ajax-pagination-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ajax-pagination {
  position: relative;
}
.ajax-pagination.loading::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ajax-pagination-show 0.3s;
          animation: ajax-pagination-show 0.3s;
}

.page_content-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.page_content-video embed, .page_content-video iframe, .page_content-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_content-galleries {
  margin-bottom: calc(var(--bs-gutter-x) * -1);
}

.page_content-gallery {
  margin-bottom: var(--bs-gutter-x);
  display: block;
  width: 100%;
  position: relative;
  padding-top: 70%;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s;
}
.page_content-gallery:hover {
  transform: scale(1.05);
}

.page_content-gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 13px 10px 13px;
  background-image: linear-gradient(rgba(13, 19, 31, 0), #0d131f);
  border-radius: 5px;
}

@-webkit-keyframes galleries-spinner {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}

@keyframes galleries-spinner {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
.page_content-galleries-loader {
  height: 200px;
  position: relative;
  margin-bottom: 28px;
}

.page_content-galleries-spinner {
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid #1F76A9;
  border-left-color: transparent;
  border-radius: 20rem;
  transform-origin: center;
  -webkit-animation: galleries-spinner 0.5s linear infinite;
          animation: galleries-spinner 0.5s linear infinite;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.page_content-galleries-counter {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_content-galleries {
  margin: -5px;
  width: calc(100% + 10px);
}

.page_content-galleries-item {
  display: block;
  padding: 5px;
}
.page_content-galleries-item a[data-gallery] {
  display: block;
  width: 100%;
}
.page_content-galleries-item a[data-gallery] > img {
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: opacity 0.3s;
}
.page_content-galleries-item a[data-gallery]:hover > img {
  opacity: 0.75;
}

.page_content-galleries {
  transition: opacity 0.5s;
}
.page_content-galleries.pre-render {
  height: 0;
  transition: none;
  opacity: 0;
}
.page_content-galleries.pre-render > * {
  visibility: hidden !important;
}

#accessibility_panel {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #162030;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#accessibility_panel > .container {
  display: flex;
  align-items: center;
}
#accessibility_panel > .container > * {
  display: block;
  line-height: 30px;
  flex: 0 0 auto;
}

.accessibility_panel-fs1,
.accessibility_panel-fs2,
.accessibility_panel-fs3,
.accessibility_panel-img-off,
.accessibility_panel-bg-off,
#toggle_accessibility_panel {
  display: block;
  text-decoration: none;
  color: #fff;
}
.accessibility_panel-fs1:hover,
.accessibility_panel-fs2:hover,
.accessibility_panel-fs3:hover,
.accessibility_panel-img-off:hover,
.accessibility_panel-bg-off:hover,
#toggle_accessibility_panel:hover {
  color: #fff;
}

.accessibility_panel-img-off::after {
  content: "выключить";
}

.accessibility_panel-separator {
  height: 30px;
  width: 1px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.5);
}

.accessibility_panel-label {
  margin-right: 8px;
}

.accessibility_panel-fs1,
.accessibility_panel-fs2,
.accessibility_panel-fs3 {
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
}

.accessibility_panel-fs3 + .accessibility_panel-separator {
  margin-left: 7px;
}

.accessibility_panel-fs2 {
  font-size: 18px;
}

.accessibility_panel-fs3 {
  font-size: 22px;
}

.accessibility_panel-bg-black,
.accessibility_panel-bg-white {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-right: 8px;
}

.accessibility_panel-bg-black {
  background: #000;
  color: #fff;
}
.accessibility_panel-bg-black:hover {
  color: #fff;
}

.accessibility_panel-bg-white {
  background: #fff;
  color: #000;
}
.accessibility_panel-bg-white:hover {
  color: #000;
}

.accessibility_panel-fs1 {
  box-shadow: 0 0 0 2px #fff;
}

.accessibility-fs2 .accessibility_panel-fs1,
.accessibility-fs3 .accessibility_panel-fs1 {
  box-shadow: none;
}

.accessibility-fs2 .accessibility_panel-fs2 {
  box-shadow: 0 0 0 2px #fff;
}

.accessibility-fs3 .accessibility_panel-fs3 {
  box-shadow: 0 0 0 2px #fff;
}

.accessibility-bg-black .accessibility_panel-bg-black {
  box-shadow: 0 0 0 1px #162030, 0 0 0 3px #fff;
}

.accessibility-bg-white .accessibility_panel-bg-white {
  box-shadow: 0 0 0 1px #162030, 0 0 0 3px #fff;
}

.accessibility-img-off .accessibility_panel-img-off::after {
  content: "включить";
}

@media (min-width: 1200px) {
  .accessibility-on {
    --global-fs: 15px;
  }
  .accessibility-on #accessibility_panel {
    display: block;
  }
  .accessibility-on.accessibility-fs2 {
    --global-fs: 16px;
  }
  .accessibility-on.accessibility-fs3 {
    --global-fs: 18px;
  }
  .accessibility-on.accessibility-img-off #page_content img:not(.page_content-galleries-item-img),
.accessibility-on.accessibility-img-off #page_bg_wrapper,
.accessibility-on.accessibility-img-off .page_events-image,
.accessibility-on.accessibility-img-off .page_events-more svg,
.accessibility-on.accessibility-img-off .sports-calendar-btn-rows,
.accessibility-on.accessibility-img-off .page_content-item-img,
.accessibility-on.accessibility-img-off .page_content-side-item-img,
.accessibility-on.accessibility-img-off #page_slider {
    display: none !important;
  }
  .accessibility-on.accessibility-img-off body {
    background-image: none !important;
  }
  .accessibility-on.accessibility-bg-black #page_bg_wrapper, .accessibility-on.accessibility-bg-white #page_bg_wrapper {
    display: none;
  }
  .accessibility-on.accessibility-bg-black > :not(#accessibility_panel) a,
.accessibility-on.accessibility-bg-black > :not(#accessibility_panel) button, .accessibility-on.accessibility-bg-white > :not(#accessibility_panel) a,
.accessibility-on.accessibility-bg-white > :not(#accessibility_panel) button {
    text-decoration: underline !important;
  }
  .accessibility-on.accessibility-bg-black > :not(#accessibility_panel) a:hover,
.accessibility-on.accessibility-bg-black > :not(#accessibility_panel) button:hover, .accessibility-on.accessibility-bg-white > :not(#accessibility_panel) a:hover,
.accessibility-on.accessibility-bg-white > :not(#accessibility_panel) button:hover {
    text-decoration: none !important;
  }
  .accessibility-on.accessibility-bg-black > :not(#accessibility_panel) a:hover .page_content-item-title,
.accessibility-on.accessibility-bg-black > :not(#accessibility_panel) a:hover .page_content-side-item-title, .accessibility-on.accessibility-bg-white > :not(#accessibility_panel) a:hover .page_content-item-title,
.accessibility-on.accessibility-bg-white > :not(#accessibility_panel) a:hover .page_content-side-item-title {
    text-decoration: none !important;
  }
  .accessibility-on.accessibility-bg-black > :not(#accessibility_panel) *, .accessibility-on.accessibility-bg-white > :not(#accessibility_panel) * {
    border-radius: 0 !important;
  }
  .accessibility-on.accessibility-bg-black .page_events-event,
.accessibility-on.accessibility-bg-black .page_events-more,
.accessibility-on.accessibility-bg-black #page_content,
.accessibility-on.accessibility-bg-black #page_content-side, .accessibility-on.accessibility-bg-white .page_events-event,
.accessibility-on.accessibility-bg-white .page_events-more,
.accessibility-on.accessibility-bg-white #page_content,
.accessibility-on.accessibility-bg-white #page_content-side {
    background: none !important;
    border: 2px solid;
  }
  .accessibility-on.accessibility-bg-black #page_header_search_wrapper.show #page_header_search_form, .accessibility-on.accessibility-bg-white #page_header_search_wrapper.show #page_header_search_form {
    background: #000 !important;
    border: 2px solid #fff;
    height: 58px;
    right: -12px;
    top: -12px;
  }
  .accessibility-on.accessibility-bg-black #page_header_search_wrapper.show #page_header_search, .accessibility-on.accessibility-bg-white #page_header_search_wrapper.show #page_header_search {
    border-color: #fff !important;
    color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black {
    background: #000 !important;
  }
  .accessibility-on.accessibility-bg-black .page_events-event,
.accessibility-on.accessibility-bg-black .page_events-more,
.accessibility-on.accessibility-bg-black #page_content,
.accessibility-on.accessibility-bg-black #page_content-side {
    border-color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black .dropdown-menu {
    background: #000 !important;
    border: 2px solid #fff !important;
  }
  .accessibility-on.accessibility-bg-black .dropdown-menu {
    background: #000 !important;
    border: 2px solid #fff !important;
  }
  .accessibility-on.accessibility-bg-black .dropdown-menu .dropdown-item {
    background: #000 !important;
    color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black .dropdown-menu .dropdown-item:hover,
.accessibility-on.accessibility-bg-black .dropdown-menu .dropdown-item:focus,
.accessibility-on.accessibility-bg-black .dropdown-menu .dropdown-item.active {
    background: #fff !important;
    color: #000 !important;
  }
  .accessibility-on.accessibility-bg-black #page_footer {
    color: #fff !important;
    border-color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black .btn {
    color: #000 !important;
    border-color: #fff !important;
    background: #fff !important;
  }
  .accessibility-on.accessibility-bg-black [class^=btn-outline-], .accessibility-on.accessibility-bg-black [class*=" btn-outline-"] {
    color: #fff !important;
    border-color: #fff !important;
    background: none !important;
  }
  .accessibility-on.accessibility-bg-black #page_content,
.accessibility-on.accessibility-bg-black #page_content-side,
.accessibility-on.accessibility-bg-black #page_content a:not(.page_content-gallery):not(.btn),
.accessibility-on.accessibility-bg-black #page_content-side a:not(.page_content-gallery):not(.btn),
.accessibility-on.accessibility-bg-black .page_events-event,
.accessibility-on.accessibility-bg-black .page_events-more,
.accessibility-on.accessibility-bg-black .nav-link,
.accessibility-on.accessibility-bg-black #page_header,
.accessibility-on.accessibility-bg-black #page_header_phone,
.accessibility-on.accessibility-bg-black #page_header_accessibility,
.accessibility-on.accessibility-bg-black .page_content-side-item-date {
    color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black #page_header .separator,
.accessibility-on.accessibility-bg-black .page_content-separator,
.accessibility-on.accessibility-bg-black .page_content-header::after {
    background: #fff !important;
  }
  .accessibility-on.accessibility-bg-black .navbar {
    border-color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black .navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
  }
  .accessibility-on.accessibility-bg-black .page-item.active .page-link {
    color: #fff !important;
    background: none !important;
    border-color: #fff;
  }
  .accessibility-on.accessibility-bg-white {
    background: #fff !important;
  }
  .accessibility-on.accessibility-bg-white .page_events-event,
.accessibility-on.accessibility-bg-white .page_events-more,
.accessibility-on.accessibility-bg-white #page_content,
.accessibility-on.accessibility-bg-white #page_content-side {
    border-color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white #page_header_logo_sitename,
.accessibility-on.accessibility-bg-white #page_header_email {
    color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white .dropdown-menu {
    background: #fff !important;
    border: 2px solid #000 !important;
  }
  .accessibility-on.accessibility-bg-white .dropdown-menu .dropdown-item {
    background: #fff !important;
    color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white .dropdown-menu .dropdown-item:hover,
.accessibility-on.accessibility-bg-white .dropdown-menu .dropdown-item:focus,
.accessibility-on.accessibility-bg-white .dropdown-menu .dropdown-item.active {
    background: #000 !important;
    color: #fff !important;
  }
  .accessibility-on.accessibility-bg-white #page_footer {
    color: #000 !important;
    border-color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white .btn {
    color: #fff !important;
    border-color: #000 !important;
    background: #000 !important;
  }
  .accessibility-on.accessibility-bg-white [class^=btn-outline-], .accessibility-on.accessibility-bg-white [class*=" btn-outline-"] {
    color: #000 !important;
    border-color: #000 !important;
    background: none !important;
  }
  .accessibility-on.accessibility-bg-white #page_content,
.accessibility-on.accessibility-bg-white #page_content-side,
.accessibility-on.accessibility-bg-white #page_content a:not(.page_content-gallery):not(.btn),
.accessibility-on.accessibility-bg-white #page_content-side a:not(.page_content-gallery):not(.btn),
.accessibility-on.accessibility-bg-white .page_events-event,
.accessibility-on.accessibility-bg-white .page_events-more,
.accessibility-on.accessibility-bg-white .nav-link,
.accessibility-on.accessibility-bg-white #page_header,
.accessibility-on.accessibility-bg-white #page_header_phone,
.accessibility-on.accessibility-bg-white #page_header_accessibility,
.accessibility-on.accessibility-bg-white .page_content-side-item-date {
    color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white #page_header .separator,
.accessibility-on.accessibility-bg-white #page_header_logo,
.accessibility-on.accessibility-bg-white .page_content-separator,
.accessibility-on.accessibility-bg-white .page_content-header::after {
    background: #000 !important;
  }
  .accessibility-on.accessibility-bg-white .navbar {
    border-color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white .navbar-dark .navbar-toggler {
    color: #000 !important;
    border-color: #000 !important;
  }
  .accessibility-on.accessibility-bg-white .page-item.active .page-link {
    color: #000 !important;
    background: none !important;
    border-color: #000;
  }
  .accessibility-on.accessibility-bg-white #page_header_search_wrapper.show #page_header_search_form {
    background: #000 !important;
  }
  .accessibility-on.accessibility-bg-white #page_header_search_wrapper.show #page_header_search {
    border-color: #fff !important;
    color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .accessibility-on.accessibility-bg-black #page_slider .page_slider-prev::after {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .accessibility-on.accessibility-bg-black #page_slider .page_slider-next::after {
    border-right-color: #fff;
    border-top-color: #fff;
  }
  .accessibility-on.accessibility-bg-white #page_slider .page_slider-prev::after {
    border-left-color: #000;
    border-bottom-color: #000;
  }
  .accessibility-on.accessibility-bg-white #page_slider .page_slider-next::after {
    border-right-color: #000;
    border-top-color: #000;
  }
}
.page_main_menu-fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #162030;
  transform: translateY(-100%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page_main_menu-fixed .navbar {
  border: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media (max-width: 1199px) {
  .page_main_menu-fixed {
    max-height: 100vh;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .menu-fixed:not(.accessibility-on) .page_main_menu-fixed {
    transform: none;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    pointer-events: all;
  }
}
.form-label.mandatory::after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
  color: #ff002e;
}

.no-content {
  font-size: 1.07em !important;
  opacity: 0.8;
}

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