@charset "UTF-8";
a {
  text-decoration: none !important; }

:root {
  --bs-green-dark: #01730b;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #7f1de0;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #04bc00;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #607483;
  --bs-gray-dark: #273945;
  --bs-gray-100: #f5f9fc;
  --bs-gray-200: #e7ecf0;
  --bs-gray-300: #dbe2e8;
  --bs-gray-400: #c9d4dd;
  --bs-gray-500: #a6b5c2;
  --bs-gray-600: #607483;
  --bs-gray-700: #3f5464;
  --bs-gray-800: #273945;
  --bs-gray-900: #16242c;
  --bs-primary: #203f7b;
  --bs-secondary: #346f8f;
  --bs-success: #04bc00;
  --bs-info: #04b6e2;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f9fc;
  --bs-dark: #07496f;
  --bs-primary-light: #04b6e2;
  --bs-muted: #a6b5c2;
  --bs-white: #fff;
  --bs-hover: #f0fbfd;
  --bs-private: white;
  --bs-yellow: #ffc107;
  --bs-border: #d7e7f3;
  --bs-black: #000;
  --bs-green-dark: #01730b;
  --bs-placeholder: #607483;
  --bs-primary-rgb: 32, 63, 123;
  --bs-secondary-rgb: 52, 111, 143;
  --bs-success-rgb: 4, 188, 0;
  --bs-info-rgb: 4, 182, 226;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 249, 252;
  --bs-dark-rgb: 7, 73, 111;
  --bs-primary-light-rgb: 4, 182, 226;
  --bs-muted-rgb: 166, 181, 194;
  --bs-white-rgb: 255, 255, 255;
  --bs-hover-rgb: 240, 251, 253;
  --bs-private-rgb: 255, 255, 255;
  --bs-yellow-rgb: 255, 193, 7;
  --bs-border-rgb: 215, 231, 243;
  --bs-black-rgb: 0, 0, 0;
  --bs-green-dark-rgb: 1, 115, 11;
  --bs-placeholder-rgb: 96, 116, 131;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 245, 249, 252;
  --bs-font-sans-serif: "Inter", "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000000;
  --bs-body-bg: #f5f9fc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d7e7f3;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 45px;
  --bs-border-radius-sm: 10px;
  --bs-border-radius-lg: 45px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #203f7b;
  --bs-link-hover-color: #1a3262;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

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;
  color: #07496f; }

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

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

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

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

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

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

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

dt {
  font-weight: 600; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 10px; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a6b5c2;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

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

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }
.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

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

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

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #607483; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f9fc;
  border: 1px solid var(--bs-border-color);
  border-radius: 45px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

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

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

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.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: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem; }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 0.75rem; }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 0.75rem; }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 1.25rem; }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 1.25rem; }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 1.75rem; }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 1.75rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem; }
  .g-sm-62,
  .gx-sm-62 {
    --bs-gutter-x: 3.5rem; }
  .g-sm-62,
  .gy-sm-62 {
    --bs-gutter-y: 3.5rem; }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 4rem; }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 4rem; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem; }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 6rem; }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 6rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 7rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 7rem; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 15rem; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.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: 2rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem; }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 0.75rem; }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 0.75rem; }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 1.25rem; }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 1.25rem; }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 1.75rem; }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 1.75rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem; }
  .g-md-62,
  .gx-md-62 {
    --bs-gutter-x: 3.5rem; }
  .g-md-62,
  .gy-md-62 {
    --bs-gutter-y: 3.5rem; }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 4rem; }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 4rem; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem; }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 6rem; }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 6rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 7rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 7rem; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 15rem; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem; }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 0.75rem; }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 0.75rem; }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 1.25rem; }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 1.25rem; }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 1.75rem; }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 1.75rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem; }
  .g-lg-62,
  .gx-lg-62 {
    --bs-gutter-x: 3.5rem; }
  .g-lg-62,
  .gy-lg-62 {
    --bs-gutter-y: 3.5rem; }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 4rem; }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 4rem; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem; }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 6rem; }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 6rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 7rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 7rem; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 15rem; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.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: 2rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem; }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 0.75rem; }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 0.75rem; }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 1.25rem; }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 1.25rem; }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 1.75rem; }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 1.75rem; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3rem; }
  .g-xl-62,
  .gx-xl-62 {
    --bs-gutter-x: 3.5rem; }
  .g-xl-62,
  .gy-xl-62 {
    --bs-gutter-y: 3.5rem; }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 4rem; }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 4rem; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem; }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 6rem; }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 6rem; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 7rem; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 7rem; }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem; }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 15rem; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem; }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 0.75rem; }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 0.75rem; }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 1.25rem; }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 1.25rem; }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 1.75rem; }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 1.75rem; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3rem; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3rem; }
  .g-xxl-62,
  .gx-xxl-62 {
    --bs-gutter-x: 3.5rem; }
  .g-xxl-62,
  .gy-xxl-62 {
    --bs-gutter-y: 3.5rem; }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 4rem; }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 4rem; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem; }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 6rem; }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 6rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 7rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 7rem; }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem; }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 15rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 15rem; } }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: #fff;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #f0fbfd;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.75rem 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-group-divider {
  border-top: 2px solid inherit; }

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

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #d2d9e5;
  --bs-table-border-color: #bdc3ce;
  --bs-table-striped-bg: #c8ceda;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bdc3ce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2c9d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #d6e2e9;
  --bs-table-border-color: #c1cbd2;
  --bs-table-striped-bg: #cbd7dd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1cbd2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6d1d8;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #cdf2cc;
  --bs-table-border-color: #b9dab8;
  --bs-table-striped-bg: #c3e6c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9dab8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bee0bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cdf0f9;
  --bs-table-border-color: #b9d8e0;
  --bs-table-striped-bg: #c3e4ed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d8e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bedee6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

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

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

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f5f9fc;
  --bs-table-border-color: #dde0e3;
  --bs-table-striped-bg: #e9edef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dde0e3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3e6e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #07496f;
  --bs-table-border-color: #205b7d;
  --bs-table-striped-bg: #135276;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #205b7d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #1a577a;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.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, form label {
  margin-bottom: 0.5rem; }

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c9d4dd;
  appearance: none;
  border-radius: 45px;
  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: #000000;
    background-color: #fff;
    border-color: #82dbf1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 182, 226, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #607483;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e7ecf0;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: #e7ecf0;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dbe0e4; }

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

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

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

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 45px; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 45px; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

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

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f5f9fc, 0 0 0 0.25rem rgba(4, 182, 226, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f5f9fc, 0 0 0 0.25rem rgba(4, 182, 226, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #04b6e2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b4e9f6; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dbe2e8;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #04b6e2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b4e9f6; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dbe2e8;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #a6b5c2; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #a6b5c2; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ 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); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(4, 188, 0, 0.9);
  border-radius: 10px; }

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

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

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

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #04bc00; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #04bc00; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 188, 0, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #04bc00; }

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

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

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

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

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

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

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .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 {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #000000;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 45px;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check:focus + .btn, .btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #203f7b;
  --bs-btn-border-color: #203f7b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b3669;
  --bs-btn-hover-border-color: #1a3262;
  --bs-btn-focus-shadow-rgb: 65, 92, 143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a3262;
  --bs-btn-active-border-color: #182f5c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #203f7b;
  --bs-btn-disabled-border-color: #203f7b; }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #346f8f;
  --bs-btn-border-color: #346f8f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c5e7a;
  --bs-btn-hover-border-color: #2a5972;
  --bs-btn-focus-shadow-rgb: 82, 133, 160;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a5972;
  --bs-btn-active-border-color: #27536b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #346f8f;
  --bs-btn-disabled-border-color: #346f8f; }

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #04bc00;
  --bs-btn-border-color: #04bc00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2ac626;
  --bs-btn-hover-border-color: #1dc31a;
  --bs-btn-focus-shadow-rgb: 3, 160, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #36c933;
  --bs-btn-active-border-color: #1dc31a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #04bc00;
  --bs-btn-disabled-border-color: #04bc00; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #04b6e2;
  --bs-btn-border-color: #04b6e2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2ac1e6;
  --bs-btn-hover-border-color: #1dbde5;
  --bs-btn-focus-shadow-rgb: 3, 155, 192;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #36c5e8;
  --bs-btn-active-border-color: #1dbde5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #04b6e2;
  --bs-btn-disabled-border-color: #04b6e2; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light, .btn-hover,
.show > .btn-hover.dropdown-toggle, .btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f9fc;
  --bs-btn-border-color: #f5f9fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d0d4d6;
  --bs-btn-hover-border-color: #c4c7ca;
  --bs-btn-focus-shadow-rgb: 208, 212, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4c7ca;
  --bs-btn-active-border-color: #b8bbbd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f9fc;
  --bs-btn-disabled-border-color: #f5f9fc; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #07496f;
  --bs-btn-border-color: #07496f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c6485;
  --bs-btn-hover-border-color: #205b7d;
  --bs-btn-focus-shadow-rgb: 44, 100, 133;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #396d8c;
  --bs-btn-active-border-color: #205b7d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #07496f;
  --bs-btn-disabled-border-color: #07496f; }

.btn-primary-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #04b6e2;
  --bs-btn-border-color: #04b6e2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2ac1e6;
  --bs-btn-hover-border-color: #1dbde5;
  --bs-btn-focus-shadow-rgb: 3, 155, 192;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #36c5e8;
  --bs-btn-active-border-color: #1dbde5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #04b6e2;
  --bs-btn-disabled-border-color: #04b6e2; }

.btn-muted {
  --bs-btn-color: #000;
  --bs-btn-bg: #a6b5c2;
  --bs-btn-border-color: #a6b5c2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b3c0cb;
  --bs-btn-hover-border-color: #afbcc8;
  --bs-btn-focus-shadow-rgb: 141, 154, 165;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b8c4ce;
  --bs-btn-active-border-color: #afbcc8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #a6b5c2;
  --bs-btn-disabled-border-color: #a6b5c2; }

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff; }

.btn-hover {
  --bs-btn-color: #000;
  --bs-btn-bg: #f0fbfd;
  --bs-btn-border-color: #f0fbfd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2fcfd;
  --bs-btn-hover-border-color: #f2fbfd;
  --bs-btn-focus-shadow-rgb: 204, 213, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f3fcfd;
  --bs-btn-active-border-color: #f2fbfd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f0fbfd;
  --bs-btn-disabled-border-color: #f0fbfd; }

.btn-private {
  --bs-btn-color: #000;
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white; }

.btn-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-border {
  --bs-btn-color: #000;
  --bs-btn-bg: #d7e7f3;
  --bs-btn-border-color: #d7e7f3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ddebf5;
  --bs-btn-hover-border-color: #dbe9f4;
  --bs-btn-focus-shadow-rgb: 183, 196, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dfecf5;
  --bs-btn-active-border-color: #dbe9f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d7e7f3;
  --bs-btn-disabled-border-color: #d7e7f3; }

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000; }

.btn-green-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #01730b;
  --bs-btn-border-color: #01730b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #016209;
  --bs-btn-hover-border-color: #015c09;
  --bs-btn-focus-shadow-rgb: 39, 136, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #015c09;
  --bs-btn-active-border-color: #015608;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #01730b;
  --bs-btn-disabled-border-color: #01730b; }

.btn-placeholder {
  --bs-btn-color: #fff;
  --bs-btn-bg: #607483;
  --bs-btn-border-color: #607483;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52636f;
  --bs-btn-hover-border-color: #4d5d69;
  --bs-btn-focus-shadow-rgb: 120, 137, 150;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5d69;
  --bs-btn-active-border-color: #485762;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #607483;
  --bs-btn-disabled-border-color: #607483; }

.btn-outline-primary, .btn-filter,
.btn-filter:not(:disabled):not(.disabled):focus,
.btn-filter:not(:disabled):not(.disabled):active {
  --bs-btn-color: #203f7b;
  --bs-btn-border-color: #203f7b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #203f7b;
  --bs-btn-hover-border-color: #203f7b;
  --bs-btn-focus-shadow-rgb: 32, 63, 123;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #203f7b;
  --bs-btn-active-border-color: #203f7b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #203f7b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #203f7b;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #346f8f;
  --bs-btn-border-color: #346f8f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #346f8f;
  --bs-btn-hover-border-color: #346f8f;
  --bs-btn-focus-shadow-rgb: 52, 111, 143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #346f8f;
  --bs-btn-active-border-color: #346f8f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #346f8f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #346f8f;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #04bc00;
  --bs-btn-border-color: #04bc00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #04bc00;
  --bs-btn-hover-border-color: #04bc00;
  --bs-btn-focus-shadow-rgb: 4, 188, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #04bc00;
  --bs-btn-active-border-color: #04bc00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #04bc00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #04bc00;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #04b6e2;
  --bs-btn-border-color: #04b6e2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #04b6e2;
  --bs-btn-hover-border-color: #04b6e2;
  --bs-btn-focus-shadow-rgb: 4, 182, 226;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #04b6e2;
  --bs-btn-active-border-color: #04b6e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #04b6e2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #04b6e2;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #f5f9fc;
  --bs-btn-border-color: #f5f9fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f9fc;
  --bs-btn-hover-border-color: #f5f9fc;
  --bs-btn-focus-shadow-rgb: 245, 249, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f9fc;
  --bs-btn-active-border-color: #f5f9fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f9fc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f9fc;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #07496f;
  --bs-btn-border-color: #07496f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #07496f;
  --bs-btn-hover-border-color: #07496f;
  --bs-btn-focus-shadow-rgb: 7, 73, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #07496f;
  --bs-btn-active-border-color: #07496f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #07496f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #07496f;
  --bs-gradient: none; }

.btn-outline-primary-light {
  --bs-btn-color: #04b6e2;
  --bs-btn-border-color: #04b6e2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #04b6e2;
  --bs-btn-hover-border-color: #04b6e2;
  --bs-btn-focus-shadow-rgb: 4, 182, 226;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #04b6e2;
  --bs-btn-active-border-color: #04b6e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #04b6e2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #04b6e2;
  --bs-gradient: none; }

.btn-outline-muted {
  --bs-btn-color: #a6b5c2;
  --bs-btn-border-color: #a6b5c2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #a6b5c2;
  --bs-btn-hover-border-color: #a6b5c2;
  --bs-btn-focus-shadow-rgb: 166, 181, 194;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a6b5c2;
  --bs-btn-active-border-color: #a6b5c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #a6b5c2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a6b5c2;
  --bs-gradient: none; }

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none; }

.btn-outline-hover {
  --bs-btn-color: #f0fbfd;
  --bs-btn-border-color: #f0fbfd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0fbfd;
  --bs-btn-hover-border-color: #f0fbfd;
  --bs-btn-focus-shadow-rgb: 240, 251, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0fbfd;
  --bs-btn-active-border-color: #f0fbfd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f0fbfd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0fbfd;
  --bs-gradient: none; }

.btn-outline-private {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none; }

.btn-outline-yellow {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-border {
  --bs-btn-color: #d7e7f3;
  --bs-btn-border-color: #d7e7f3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d7e7f3;
  --bs-btn-hover-border-color: #d7e7f3;
  --bs-btn-focus-shadow-rgb: 215, 231, 243;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d7e7f3;
  --bs-btn-active-border-color: #d7e7f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d7e7f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d7e7f3;
  --bs-gradient: none; }

.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none; }

.btn-outline-green-dark {
  --bs-btn-color: #01730b;
  --bs-btn-border-color: #01730b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #01730b;
  --bs-btn-hover-border-color: #01730b;
  --bs-btn-focus-shadow-rgb: 1, 115, 11;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #01730b;
  --bs-btn-active-border-color: #01730b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #01730b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #01730b;
  --bs-gradient: none; }

.btn-outline-placeholder {
  --bs-btn-color: #607483;
  --bs-btn-border-color: #607483;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #607483;
  --bs-btn-hover-border-color: #607483;
  --bs-btn-focus-shadow-rgb: 96, 116, 131;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #607483;
  --bs-btn-active-border-color: #607483;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #607483;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #607483;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #607483;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 65, 92, 143;
  text-decoration: underline; }
  .btn-link:focus {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

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

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 45px; }

.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,
.dropup-center,
.dropdown-center {
  position: relative; }

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

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #000000;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 10px;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: 9px;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #16242c;
  --bs-dropdown-link-hover-color: #04b6e2;
  --bs-dropdown-link-hover-bg: #f0fbfd;
  --bs-dropdown-link-active-color: #04b6e2;
  --bs-dropdown-link-active-bg: #f0fbfd;
  --bs-dropdown-link-disabled-color: #a6b5c2;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #607483;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.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: var(--bs-dropdown-spacer); }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dbe2e8;
  --bs-dropdown-bg: #273945;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dbe2e8;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #04b6e2;
  --bs-dropdown-link-active-bg: #f0fbfd;
  --bs-dropdown-link-disabled-color: #a6b5c2;
  --bs-dropdown-header-color: #a6b5c2; }

.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 {
  border-radius: 45px; }
  .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.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

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

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

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #607483;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dbe2e8;
  --bs-nav-tabs-border-radius: 45px;
  --bs-nav-tabs-link-hover-border-color: #e7ecf0 #e7ecf0 #dbe2e8;
  --bs-nav-tabs-link-active-color: #3f5464;
  --bs-nav-tabs-link-active-bg: #f5f9fc;
  --bs-nav-tabs-link-active-border-color: #dbe2e8 #dbe2e8 #f5f9fc;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 45px;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #203f7b; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 45px;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container, .navbar > .container-sm,
  .navbar > .container-fluid,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @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 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.9);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card, .custom-control-card, .form-check-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 10px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 9px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr, .custom-control-card > hr, .form-check-card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group, .custom-control-card > .list-group, .form-check-card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child, .custom-control-card > .list-group:first-child, .form-check-card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child, .custom-control-card > .list-group:last-child, .form-check-card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group, .custom-control-card > .card-header + .list-group, .form-check-card > .card-header + .list-group,
  .card > .list-group + .card-footer,
  .custom-control-card > .list-group + .card-footer,
  .form-check-card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card, .card-group > .custom-control-card, .card-group > .form-check-card {
  margin-bottom: var(--bs-card-group-margin); }

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

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #f5f9fc;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 9px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d396f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #82dbf1;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(4, 182, 226, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #1d396f;
  --bs-accordion-active-bg: #e6f8fc; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

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

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: 10px;
  --bs-breadcrumb-divider-color: #607483;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #607483;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #04b6e2;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dbe2e8;
  --bs-pagination-border-radius: 45px;
  --bs-pagination-hover-color: #04b6e2;
  --bs-pagination-hover-bg: #f5f9fc;
  --bs-pagination-hover-border-color: #dbe2e8;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e7ecf0;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(4, 182, 226, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #04b6e2;
  --bs-pagination-active-border-color: #04b6e2;
  --bs-pagination-disabled-color: #607483;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dbe2e8;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item .page-link {
  border-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 45px; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 10px; }

.badge {
  --bs-badge-padding-x: 0.6em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 45px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.25rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 10px;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  --bs-alert-color: #203f7b;
  --bs-alert-bg: #e9ecf2;
  --bs-alert-border-color: #bcc5d7; }
  .alert-primary .alert-link {
    color: #1a3262; }

.alert-secondary {
  --bs-alert-color: #346f8f;
  --bs-alert-bg: #ebf1f4;
  --bs-alert-border-color: #c2d4dd; }
  .alert-secondary .alert-link {
    color: #2a5972; }

.alert-success {
  --bs-alert-color: #04bc00;
  --bs-alert-bg: #e6f8e6;
  --bs-alert-border-color: #b4ebb3; }
  .alert-success .alert-link {
    color: #039600; }

.alert-info {
  --bs-alert-color: #04b6e2;
  --bs-alert-bg: #e6f8fc;
  --bs-alert-border-color: #b4e9f6; }
  .alert-info .alert-link {
    color: #0392b5; }

.alert-warning {
  --bs-alert-color: #ffc107;
  --bs-alert-bg: #fff9e6;
  --bs-alert-border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #cc9a06; }

.alert-danger {
  --bs-alert-color: #dc3545;
  --bs-alert-bg: #fcebec;
  --bs-alert-border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #b02a37; }

.alert-light {
  --bs-alert-color: #f5f9fc;
  --bs-alert-bg: #fefeff;
  --bs-alert-border-color: #fcfdfe; }
  .alert-light .alert-link {
    color: #c4c7ca; }

.alert-dark {
  --bs-alert-color: #07496f;
  --bs-alert-bg: #e6edf1;
  --bs-alert-border-color: #b5c8d4; }
  .alert-dark .alert-link {
    color: #063a59; }

.alert-primary-light {
  --bs-alert-color: #04b6e2;
  --bs-alert-bg: #e6f8fc;
  --bs-alert-border-color: #b4e9f6; }
  .alert-primary-light .alert-link {
    color: #0392b5; }

.alert-muted {
  --bs-alert-color: #a6b5c2;
  --bs-alert-bg: #f6f8f9;
  --bs-alert-border-color: #e4e9ed; }
  .alert-muted .alert-link {
    color: #85919b; }

.alert-white {
  --bs-alert-color: white;
  --bs-alert-bg: white;
  --bs-alert-border-color: white; }
  .alert-white .alert-link {
    color: #cccccc; }

.alert-hover {
  --bs-alert-color: #f0fbfd;
  --bs-alert-bg: #feffff;
  --bs-alert-border-color: #fbfefe; }
  .alert-hover .alert-link {
    color: #c0c9ca; }

.alert-private {
  --bs-alert-color: white;
  --bs-alert-bg: white;
  --bs-alert-border-color: white; }
  .alert-private .alert-link {
    color: #cccccc; }

.alert-yellow {
  --bs-alert-color: #ffc107;
  --bs-alert-bg: #fff9e6;
  --bs-alert-border-color: #ffecb5; }
  .alert-yellow .alert-link {
    color: #cc9a06; }

.alert-border {
  --bs-alert-color: #d7e7f3;
  --bs-alert-bg: #fbfdfe;
  --bs-alert-border-color: #f3f8fb; }
  .alert-border .alert-link {
    color: #acb9c2; }

.alert-black {
  --bs-alert-color: black;
  --bs-alert-bg: #e6e6e6;
  --bs-alert-border-color: #b3b3b3; }
  .alert-black .alert-link {
    color: black; }

.alert-green-dark {
  --bs-alert-color: #01730b;
  --bs-alert-bg: #e6f1e7;
  --bs-alert-border-color: #b3d5b6; }
  .alert-green-dark .alert-link {
    color: #015c09; }

.alert-placeholder {
  --bs-alert-color: #607483;
  --bs-alert-bg: #eff1f3;
  --bs-alert-border-color: #cfd5da; }
  .alert-placeholder .alert-link {
    color: #4d5d69; }

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

.progress {
  --bs-progress-height: 0.75rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #dbe2e8;
  --bs-progress-border-radius: 45px;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #203f7b;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }
.list-group {
  --bs-list-group-color: #07496f;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 10px;
  --bs-list-group-item-padding-x: 1.25rem;
  --bs-list-group-item-padding-y: 0.75rem;
  --bs-list-group-action-color: #000000;
  --bs-list-group-action-hover-color: #000000;
  --bs-list-group-action-hover-bg: #f0fbfd;
  --bs-list-group-action-active-color: #000000;
  --bs-list-group-action-active-bg: #f0fbfd;
  --bs-list-group-disabled-color: #607483;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #04b6e2;
  --bs-list-group-active-border-color: #04b6e2;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(var(--bs-list-group-border-width) * -1);
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(var(--bs-list-group-border-width) * -1);
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #13264a;
  background-color: #d2d9e5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #13264a;
    background-color: #bdc3ce; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #13264a;
    border-color: #13264a; }

.list-group-item-secondary {
  color: #1f4356;
  background-color: #d6e2e9; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1f4356;
    background-color: #c1cbd2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1f4356;
    border-color: #1f4356; }

.list-group-item-success {
  color: #027100;
  background-color: #cdf2cc; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #027100;
    background-color: #b9dab8; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #027100;
    border-color: #027100; }

.list-group-item-info {
  color: #026d88;
  background-color: #cdf0f9; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #026d88;
    background-color: #b9d8e0; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #026d88;
    border-color: #026d88; }

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

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

.list-group-item-light {
  color: #626465;
  background-color: #fdfefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #626465;
    background-color: #e4e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #626465;
    border-color: #626465; }

.list-group-item-dark {
  color: #042c43;
  background-color: #cddbe2; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #042c43;
    background-color: #b9c5cb; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #042c43;
    border-color: #042c43; }

.list-group-item-primary-light {
  color: #026d88;
  background-color: #cdf0f9; }
  .list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
    color: #026d88;
    background-color: #b9d8e0; }
  .list-group-item-primary-light.list-group-item-action.active {
    color: #fff;
    background-color: #026d88;
    border-color: #026d88; }

.list-group-item-muted {
  color: #646d74;
  background-color: #edf0f3; }
  .list-group-item-muted.list-group-item-action:hover, .list-group-item-muted.list-group-item-action:focus {
    color: #646d74;
    background-color: #d5d8db; }
  .list-group-item-muted.list-group-item-action.active {
    color: #fff;
    background-color: #646d74;
    border-color: #646d74; }

.list-group-item-white {
  color: #666666;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-item-hover {
  color: #606465;
  background-color: #fcfeff; }
  .list-group-item-hover.list-group-item-action:hover, .list-group-item-hover.list-group-item-action:focus {
    color: #606465;
    background-color: #e3e5e6; }
  .list-group-item-hover.list-group-item-action.active {
    color: #fff;
    background-color: #606465;
    border-color: #606465; }

.list-group-item-private {
  color: #666666;
  background-color: white; }
  .list-group-item-private.list-group-item-action:hover, .list-group-item-private.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6; }
  .list-group-item-private.list-group-item-action.active {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-item-yellow {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-border {
  color: #565c61;
  background-color: #f7fafd; }
  .list-group-item-border.list-group-item-action:hover, .list-group-item-border.list-group-item-action:focus {
    color: #565c61;
    background-color: #dee1e4; }
  .list-group-item-border.list-group-item-action.active {
    color: #fff;
    background-color: #565c61;
    border-color: #565c61; }

.list-group-item-black {
  color: black;
  background-color: #cccccc; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-green-dark {
  color: #014507;
  background-color: #cce3ce; }
  .list-group-item-green-dark.list-group-item-action:hover, .list-group-item-green-dark.list-group-item-action:focus {
    color: #014507;
    background-color: #b8ccb9; }
  .list-group-item-green-dark.list-group-item-action.active {
    color: #fff;
    background-color: #014507;
    border-color: #014507; }

.list-group-item-placeholder {
  color: #3a464f;
  background-color: #dfe3e6; }
  .list-group-item-placeholder.list-group-item-action:hover, .list-group-item-placeholder.list-group-item-action:focus {
    color: #3a464f;
    background-color: #c9cccf; }
  .list-group-item-placeholder.list-group-item-action.active {
    color: #fff;
    background-color: #3a464f;
    border-color: #3a464f; }

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

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

.toast {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 45px;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #607483;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  position: absolute;
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(var(--bs-toast-padding-x) * -.5);
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 10px;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: 9px;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem 0;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

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

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

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

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

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 250px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 10px;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 45px;
  --bs-popover-inner-border-radius: 44px;
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #000000;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

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

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

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

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

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5); }

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(32, 63, 123, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(52, 111, 143, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(4, 188, 0, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(4, 182, 226, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(245, 249, 252, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(7, 73, 111, var(--bs-bg-opacity, 1)) !important; }

.text-bg-primary-light {
  color: #000 !important;
  background-color: RGBA(4, 182, 226, var(--bs-bg-opacity, 1)) !important; }

.text-bg-muted {
  color: #000 !important;
  background-color: RGBA(166, 181, 194, var(--bs-bg-opacity, 1)) !important; }

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important; }

.text-bg-hover {
  color: #000 !important;
  background-color: RGBA(240, 251, 253, var(--bs-bg-opacity, 1)) !important; }

.text-bg-private {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important; }

.text-bg-yellow {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.text-bg-border {
  color: #000 !important;
  background-color: RGBA(215, 231, 243, var(--bs-bg-opacity, 1)) !important; }

.text-bg-black {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important; }

.text-bg-green-dark {
  color: #fff !important;
  background-color: RGBA(1, 115, 11, var(--bs-bg-opacity, 1)) !important; }

.text-bg-placeholder {
  color: #fff !important;
  background-color: RGBA(96, 116, 131, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #203f7b !important; }
  .link-primary:hover, .link-primary:focus {
    color: #1a3262 !important; }

.link-secondary {
  color: #346f8f !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #2a5972 !important; }

.link-success {
  color: #04bc00 !important; }
  .link-success:hover, .link-success:focus {
    color: #36c933 !important; }

.link-info {
  color: #04b6e2 !important; }
  .link-info:hover, .link-info:focus {
    color: #36c5e8 !important; }

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

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

.link-light {
  color: #f5f9fc !important; }
  .link-light:hover, .link-light:focus {
    color: #f7fafd !important; }

.link-dark {
  color: #07496f !important; }
  .link-dark:hover, .link-dark:focus {
    color: #063a59 !important; }

.link-primary-light {
  color: #04b6e2 !important; }
  .link-primary-light:hover, .link-primary-light:focus {
    color: #36c5e8 !important; }

.link-muted {
  color: #a6b5c2 !important; }
  .link-muted:hover, .link-muted:focus {
    color: #b8c4ce !important; }

.link-white {
  color: #fff !important; }
  .link-white:hover, .link-white:focus {
    color: white !important; }

.link-hover {
  color: #f0fbfd !important; }
  .link-hover:hover, .link-hover:focus {
    color: #f3fcfd !important; }

.link-private {
  color: white !important; }
  .link-private:hover, .link-private:focus {
    color: white !important; }

.link-yellow {
  color: #ffc107 !important; }
  .link-yellow:hover, .link-yellow:focus {
    color: #ffcd39 !important; }

.link-border {
  color: #d7e7f3 !important; }
  .link-border:hover, .link-border:focus {
    color: #dfecf5 !important; }

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

.link-green-dark {
  color: #01730b !important; }
  .link-green-dark:hover, .link-green-dark:focus {
    color: #015c09 !important; }

.link-placeholder {
  color: #607483 !important; }
  .link-placeholder:hover, .link-placeholder:focus {
    color: #4d5d69 !important; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

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

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0, .card.card-inactive a.card-body, .card-inactive.custom-control-card a.card-body, .card-inactive.form-check-card a.card-body {
  border: 0 !important; }

.border-top, .list-group-item .list-group > :first-child .border-bottom {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0, .input-group.input-group-inline {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0, .input-group.input-group-inline {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

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

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

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

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

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

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

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

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

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

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

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

.w-40 {
  width: 40% !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; }

.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, .media {
  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: 2rem !important; }

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

.m-35 {
  margin: 1.25rem !important; }

.m-45 {
  margin: 1.75rem !important; }

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

.m-62 {
  margin: 3.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0, .custom-control .invalid-feedback, .form-check .invalid-feedback,
.custom-control .valid-feedback,
.form-check .valid-feedback {
  margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-2, .custom-control .invalid-feedback, .form-check .invalid-feedback,
.custom-control .valid-feedback,
.form-check .valid-feedback {
  margin-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-1, .nav-link.unread span::after,
.nav-item.unread span::after {
  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: 2rem !important; }

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

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

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

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

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

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

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

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

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

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

.ms-10 {
  margin-left: 15rem !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: -2rem !important; }

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

.m-n35 {
  margin: -1.25rem !important; }

.m-n45 {
  margin: -1.75rem !important; }

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

.m-n62 {
  margin: -3.5rem !important; }

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

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

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

.m-n8 {
  margin: -7rem !important; }

.m-n9 {
  margin: -9rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-2, .form-check.card .form-check-label, .form-check.custom-control-card .form-check-label, .form-check.form-check-card .form-check-label {
  padding: 0.5rem !important; }

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

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

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

.p-25 {
  padding: 0.75rem !important; }

.p-35 {
  padding: 1.25rem !important; }

.p-45 {
  padding: 1.75rem !important; }

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

.p-62 {
  padding: 3.5rem !important; }

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

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

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

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

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

.p-10 {
  padding: 15rem !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, .form-check-card {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.px-10 {
  padding-right: 15rem !important;
  padding-left: 15rem !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, .form-check-card {
  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: 2rem !important;
  padding-bottom: 2rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-10 {
  padding-left: 15rem !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: 2rem !important; }

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

.gap-35 {
  gap: 1.25rem !important; }

.gap-45 {
  gap: 1.75rem !important; }

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

.gap-62 {
  gap: 3.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-bold, .nav-tabs .nav-link.active,
.nav-tabs a.nav-link.active:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge), .card.card-inactive a.card-body:hover, .card-inactive.custom-control-card a.card-body:hover, .card-inactive.form-check-card a.card-body:hover, .card.card-inactive a.card-body:focus, .card-inactive.custom-control-card a.card-body:focus, .card-inactive.form-check-card a.card-body:focus {
  font-weight: 600 !important; }

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

.fw-bolder, .form-check-card.selected label {
  font-weight: 700 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: #203f7b !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: #346f8f !important; }

.text-success {
  --bs-text-opacity: 1;
  color: #04bc00 !important; }

.text-info {
  --bs-text-opacity: 1;
  color: #04b6e2 !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: #ffc107 !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: #dc3545 !important; }

.text-light {
  --bs-text-opacity: 1;
  color: #f5f9fc !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: #07496f !important; }

.text-primary-light {
  --bs-text-opacity: 1;
  color: #04b6e2 !important; }

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

.text-white {
  --bs-text-opacity: 1;
  color: #fff !important; }

.text-hover {
  --bs-text-opacity: 1;
  color: #f0fbfd !important; }

.text-private {
  --bs-text-opacity: 1;
  color: white !important; }

.text-yellow {
  --bs-text-opacity: 1;
  color: #ffc107 !important; }

.text-border {
  --bs-text-opacity: 1;
  color: #d7e7f3 !important; }

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

.text-green-dark {
  --bs-text-opacity: 1;
  color: #01730b !important; }

.text-placeholder {
  --bs-text-opacity: 1;
  color: #607483 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-muted {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-muted-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-hover, .bg-active, .card a.card-body:hover, .custom-control-card a.card-body:hover, .form-check-card a.card-body:hover, .card a.card-body:focus, .custom-control-card a.card-body:focus, .form-check-card a.card-body:focus, .card a.card-body:active, .custom-control-card a.card-body:active, .form-check-card a.card-body:active {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-hover-rgb), var(--bs-bg-opacity)) !important; }

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

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

.bg-border {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-border-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-green-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-placeholder {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-placeholder-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 {
  user-select: all !important; }

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .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: 2rem !important; }
  .m-sm-25 {
    margin: 0.75rem !important; }
  .m-sm-35 {
    margin: 1.25rem !important; }
  .m-sm-45 {
    margin: 1.75rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .m-sm-62 {
    margin: 3.5rem !important; }
  .m-sm-65 {
    margin: 4rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .m-sm-75 {
    margin: 6rem !important; }
  .m-sm-8 {
    margin: 7rem !important; }
  .m-sm-9 {
    margin: 9rem !important; }
  .m-sm-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-sm-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-sm-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-sm-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-sm-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-sm-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-sm-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-sm-25 {
    margin-top: 0.75rem !important; }
  .mt-sm-35 {
    margin-top: 1.25rem !important; }
  .mt-sm-45 {
    margin-top: 1.75rem !important; }
  .mt-sm-6 {
    margin-top: 3rem !important; }
  .mt-sm-62 {
    margin-top: 3.5rem !important; }
  .mt-sm-65 {
    margin-top: 4rem !important; }
  .mt-sm-7 {
    margin-top: 5rem !important; }
  .mt-sm-75 {
    margin-top: 6rem !important; }
  .mt-sm-8 {
    margin-top: 7rem !important; }
  .mt-sm-9 {
    margin-top: 9rem !important; }
  .mt-sm-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-sm-25 {
    margin-right: 0.75rem !important; }
  .me-sm-35 {
    margin-right: 1.25rem !important; }
  .me-sm-45 {
    margin-right: 1.75rem !important; }
  .me-sm-6 {
    margin-right: 3rem !important; }
  .me-sm-62 {
    margin-right: 3.5rem !important; }
  .me-sm-65 {
    margin-right: 4rem !important; }
  .me-sm-7 {
    margin-right: 5rem !important; }
  .me-sm-75 {
    margin-right: 6rem !important; }
  .me-sm-8 {
    margin-right: 7rem !important; }
  .me-sm-9 {
    margin-right: 9rem !important; }
  .me-sm-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-sm-25 {
    margin-bottom: 0.75rem !important; }
  .mb-sm-35 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-45 {
    margin-bottom: 1.75rem !important; }
  .mb-sm-6 {
    margin-bottom: 3rem !important; }
  .mb-sm-62 {
    margin-bottom: 3.5rem !important; }
  .mb-sm-65 {
    margin-bottom: 4rem !important; }
  .mb-sm-7 {
    margin-bottom: 5rem !important; }
  .mb-sm-75 {
    margin-bottom: 6rem !important; }
  .mb-sm-8 {
    margin-bottom: 7rem !important; }
  .mb-sm-9 {
    margin-bottom: 9rem !important; }
  .mb-sm-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-sm-25 {
    margin-left: 0.75rem !important; }
  .ms-sm-35 {
    margin-left: 1.25rem !important; }
  .ms-sm-45 {
    margin-left: 1.75rem !important; }
  .ms-sm-6 {
    margin-left: 3rem !important; }
  .ms-sm-62 {
    margin-left: 3.5rem !important; }
  .ms-sm-65 {
    margin-left: 4rem !important; }
  .ms-sm-7 {
    margin-left: 5rem !important; }
  .ms-sm-75 {
    margin-left: 6rem !important; }
  .ms-sm-8 {
    margin-left: 7rem !important; }
  .ms-sm-9 {
    margin-left: 9rem !important; }
  .ms-sm-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-sm-n25 {
    margin: -0.75rem !important; }
  .m-sm-n35 {
    margin: -1.25rem !important; }
  .m-sm-n45 {
    margin: -1.75rem !important; }
  .m-sm-n6 {
    margin: -3rem !important; }
  .m-sm-n62 {
    margin: -3.5rem !important; }
  .m-sm-n65 {
    margin: -4rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .m-sm-n75 {
    margin: -6rem !important; }
  .m-sm-n8 {
    margin: -7rem !important; }
  .m-sm-n9 {
    margin: -9rem !important; }
  .m-sm-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-sm-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-sm-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-sm-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-sm-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-sm-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-sm-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-sm-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-sm-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-sm-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-sm-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-sm-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-sm-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-sm-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-sm-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-sm-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-sm-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-sm-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-sm-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-sm-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-sm-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-sm-n25 {
    margin-top: -0.75rem !important; }
  .mt-sm-n35 {
    margin-top: -1.25rem !important; }
  .mt-sm-n45 {
    margin-top: -1.75rem !important; }
  .mt-sm-n6 {
    margin-top: -3rem !important; }
  .mt-sm-n62 {
    margin-top: -3.5rem !important; }
  .mt-sm-n65 {
    margin-top: -4rem !important; }
  .mt-sm-n7 {
    margin-top: -5rem !important; }
  .mt-sm-n75 {
    margin-top: -6rem !important; }
  .mt-sm-n8 {
    margin-top: -7rem !important; }
  .mt-sm-n9 {
    margin-top: -9rem !important; }
  .mt-sm-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-sm-n25 {
    margin-right: -0.75rem !important; }
  .me-sm-n35 {
    margin-right: -1.25rem !important; }
  .me-sm-n45 {
    margin-right: -1.75rem !important; }
  .me-sm-n6 {
    margin-right: -3rem !important; }
  .me-sm-n62 {
    margin-right: -3.5rem !important; }
  .me-sm-n65 {
    margin-right: -4rem !important; }
  .me-sm-n7 {
    margin-right: -5rem !important; }
  .me-sm-n75 {
    margin-right: -6rem !important; }
  .me-sm-n8 {
    margin-right: -7rem !important; }
  .me-sm-n9 {
    margin-right: -9rem !important; }
  .me-sm-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-sm-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-sm-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-sm-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-sm-n6 {
    margin-bottom: -3rem !important; }
  .mb-sm-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-sm-n65 {
    margin-bottom: -4rem !important; }
  .mb-sm-n7 {
    margin-bottom: -5rem !important; }
  .mb-sm-n75 {
    margin-bottom: -6rem !important; }
  .mb-sm-n8 {
    margin-bottom: -7rem !important; }
  .mb-sm-n9 {
    margin-bottom: -9rem !important; }
  .mb-sm-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-sm-n25 {
    margin-left: -0.75rem !important; }
  .ms-sm-n35 {
    margin-left: -1.25rem !important; }
  .ms-sm-n45 {
    margin-left: -1.75rem !important; }
  .ms-sm-n6 {
    margin-left: -3rem !important; }
  .ms-sm-n62 {
    margin-left: -3.5rem !important; }
  .ms-sm-n65 {
    margin-left: -4rem !important; }
  .ms-sm-n7 {
    margin-left: -5rem !important; }
  .ms-sm-n75 {
    margin-left: -6rem !important; }
  .ms-sm-n8 {
    margin-left: -7rem !important; }
  .ms-sm-n9 {
    margin-left: -9rem !important; }
  .ms-sm-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-sm-25 {
    padding: 0.75rem !important; }
  .p-sm-35 {
    padding: 1.25rem !important; }
  .p-sm-45 {
    padding: 1.75rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .p-sm-62 {
    padding: 3.5rem !important; }
  .p-sm-65 {
    padding: 4rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .p-sm-75 {
    padding: 6rem !important; }
  .p-sm-8 {
    padding: 7rem !important; }
  .p-sm-9 {
    padding: 9rem !important; }
  .p-sm-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-sm-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-sm-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-sm-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-sm-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-sm-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-sm-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-sm-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-sm-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-sm-25 {
    padding-top: 0.75rem !important; }
  .pt-sm-35 {
    padding-top: 1.25rem !important; }
  .pt-sm-45 {
    padding-top: 1.75rem !important; }
  .pt-sm-6 {
    padding-top: 3rem !important; }
  .pt-sm-62 {
    padding-top: 3.5rem !important; }
  .pt-sm-65 {
    padding-top: 4rem !important; }
  .pt-sm-7 {
    padding-top: 5rem !important; }
  .pt-sm-75 {
    padding-top: 6rem !important; }
  .pt-sm-8 {
    padding-top: 7rem !important; }
  .pt-sm-9 {
    padding-top: 9rem !important; }
  .pt-sm-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-sm-25 {
    padding-right: 0.75rem !important; }
  .pe-sm-35 {
    padding-right: 1.25rem !important; }
  .pe-sm-45 {
    padding-right: 1.75rem !important; }
  .pe-sm-6 {
    padding-right: 3rem !important; }
  .pe-sm-62 {
    padding-right: 3.5rem !important; }
  .pe-sm-65 {
    padding-right: 4rem !important; }
  .pe-sm-7 {
    padding-right: 5rem !important; }
  .pe-sm-75 {
    padding-right: 6rem !important; }
  .pe-sm-8 {
    padding-right: 7rem !important; }
  .pe-sm-9 {
    padding-right: 9rem !important; }
  .pe-sm-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-sm-25 {
    padding-bottom: 0.75rem !important; }
  .pb-sm-35 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-45 {
    padding-bottom: 1.75rem !important; }
  .pb-sm-6 {
    padding-bottom: 3rem !important; }
  .pb-sm-62 {
    padding-bottom: 3.5rem !important; }
  .pb-sm-65 {
    padding-bottom: 4rem !important; }
  .pb-sm-7 {
    padding-bottom: 5rem !important; }
  .pb-sm-75 {
    padding-bottom: 6rem !important; }
  .pb-sm-8 {
    padding-bottom: 7rem !important; }
  .pb-sm-9 {
    padding-bottom: 9rem !important; }
  .pb-sm-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-sm-25 {
    padding-left: 0.75rem !important; }
  .ps-sm-35 {
    padding-left: 1.25rem !important; }
  .ps-sm-45 {
    padding-left: 1.75rem !important; }
  .ps-sm-6 {
    padding-left: 3rem !important; }
  .ps-sm-62 {
    padding-left: 3.5rem !important; }
  .ps-sm-65 {
    padding-left: 4rem !important; }
  .ps-sm-7 {
    padding-left: 5rem !important; }
  .ps-sm-75 {
    padding-left: 6rem !important; }
  .ps-sm-8 {
    padding-left: 7rem !important; }
  .ps-sm-9 {
    padding-left: 9rem !important; }
  .ps-sm-10 {
    padding-left: 15rem !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: 2rem !important; }
  .gap-sm-25 {
    gap: 0.75rem !important; }
  .gap-sm-35 {
    gap: 1.25rem !important; }
  .gap-sm-45 {
    gap: 1.75rem !important; }
  .gap-sm-6 {
    gap: 3rem !important; }
  .gap-sm-62 {
    gap: 3.5rem !important; }
  .gap-sm-65 {
    gap: 4rem !important; }
  .gap-sm-7 {
    gap: 5rem !important; }
  .gap-sm-75 {
    gap: 6rem !important; }
  .gap-sm-8 {
    gap: 7rem !important; }
  .gap-sm-9 {
    gap: 9rem !important; }
  .gap-sm-10 {
    gap: 15rem !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; }
  .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: 2rem !important; }
  .m-md-25 {
    margin: 0.75rem !important; }
  .m-md-35 {
    margin: 1.25rem !important; }
  .m-md-45 {
    margin: 1.75rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .m-md-62 {
    margin: 3.5rem !important; }
  .m-md-65 {
    margin: 4rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .m-md-75 {
    margin: 6rem !important; }
  .m-md-8 {
    margin: 7rem !important; }
  .m-md-9 {
    margin: 9rem !important; }
  .m-md-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-md-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-md-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-md-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-md-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-md-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-md-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-md-25 {
    margin-top: 0.75rem !important; }
  .mt-md-35 {
    margin-top: 1.25rem !important; }
  .mt-md-45 {
    margin-top: 1.75rem !important; }
  .mt-md-6 {
    margin-top: 3rem !important; }
  .mt-md-62 {
    margin-top: 3.5rem !important; }
  .mt-md-65 {
    margin-top: 4rem !important; }
  .mt-md-7 {
    margin-top: 5rem !important; }
  .mt-md-75 {
    margin-top: 6rem !important; }
  .mt-md-8 {
    margin-top: 7rem !important; }
  .mt-md-9 {
    margin-top: 9rem !important; }
  .mt-md-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-md-25 {
    margin-right: 0.75rem !important; }
  .me-md-35 {
    margin-right: 1.25rem !important; }
  .me-md-45 {
    margin-right: 1.75rem !important; }
  .me-md-6 {
    margin-right: 3rem !important; }
  .me-md-62 {
    margin-right: 3.5rem !important; }
  .me-md-65 {
    margin-right: 4rem !important; }
  .me-md-7 {
    margin-right: 5rem !important; }
  .me-md-75 {
    margin-right: 6rem !important; }
  .me-md-8 {
    margin-right: 7rem !important; }
  .me-md-9 {
    margin-right: 9rem !important; }
  .me-md-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-md-25 {
    margin-bottom: 0.75rem !important; }
  .mb-md-35 {
    margin-bottom: 1.25rem !important; }
  .mb-md-45 {
    margin-bottom: 1.75rem !important; }
  .mb-md-6 {
    margin-bottom: 3rem !important; }
  .mb-md-62 {
    margin-bottom: 3.5rem !important; }
  .mb-md-65 {
    margin-bottom: 4rem !important; }
  .mb-md-7 {
    margin-bottom: 5rem !important; }
  .mb-md-75 {
    margin-bottom: 6rem !important; }
  .mb-md-8 {
    margin-bottom: 7rem !important; }
  .mb-md-9 {
    margin-bottom: 9rem !important; }
  .mb-md-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-md-25 {
    margin-left: 0.75rem !important; }
  .ms-md-35 {
    margin-left: 1.25rem !important; }
  .ms-md-45 {
    margin-left: 1.75rem !important; }
  .ms-md-6 {
    margin-left: 3rem !important; }
  .ms-md-62 {
    margin-left: 3.5rem !important; }
  .ms-md-65 {
    margin-left: 4rem !important; }
  .ms-md-7 {
    margin-left: 5rem !important; }
  .ms-md-75 {
    margin-left: 6rem !important; }
  .ms-md-8 {
    margin-left: 7rem !important; }
  .ms-md-9 {
    margin-left: 9rem !important; }
  .ms-md-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-md-n25 {
    margin: -0.75rem !important; }
  .m-md-n35 {
    margin: -1.25rem !important; }
  .m-md-n45 {
    margin: -1.75rem !important; }
  .m-md-n6 {
    margin: -3rem !important; }
  .m-md-n62 {
    margin: -3.5rem !important; }
  .m-md-n65 {
    margin: -4rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .m-md-n75 {
    margin: -6rem !important; }
  .m-md-n8 {
    margin: -7rem !important; }
  .m-md-n9 {
    margin: -9rem !important; }
  .m-md-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-md-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-md-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-md-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-md-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-md-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-md-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-md-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-md-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-md-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-md-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-md-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-md-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-md-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-md-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-md-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-md-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-md-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-md-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-md-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-md-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-md-n25 {
    margin-top: -0.75rem !important; }
  .mt-md-n35 {
    margin-top: -1.25rem !important; }
  .mt-md-n45 {
    margin-top: -1.75rem !important; }
  .mt-md-n6 {
    margin-top: -3rem !important; }
  .mt-md-n62 {
    margin-top: -3.5rem !important; }
  .mt-md-n65 {
    margin-top: -4rem !important; }
  .mt-md-n7 {
    margin-top: -5rem !important; }
  .mt-md-n75 {
    margin-top: -6rem !important; }
  .mt-md-n8 {
    margin-top: -7rem !important; }
  .mt-md-n9 {
    margin-top: -9rem !important; }
  .mt-md-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-md-n25 {
    margin-right: -0.75rem !important; }
  .me-md-n35 {
    margin-right: -1.25rem !important; }
  .me-md-n45 {
    margin-right: -1.75rem !important; }
  .me-md-n6 {
    margin-right: -3rem !important; }
  .me-md-n62 {
    margin-right: -3.5rem !important; }
  .me-md-n65 {
    margin-right: -4rem !important; }
  .me-md-n7 {
    margin-right: -5rem !important; }
  .me-md-n75 {
    margin-right: -6rem !important; }
  .me-md-n8 {
    margin-right: -7rem !important; }
  .me-md-n9 {
    margin-right: -9rem !important; }
  .me-md-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-md-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-md-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-md-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-md-n6 {
    margin-bottom: -3rem !important; }
  .mb-md-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-md-n65 {
    margin-bottom: -4rem !important; }
  .mb-md-n7 {
    margin-bottom: -5rem !important; }
  .mb-md-n75 {
    margin-bottom: -6rem !important; }
  .mb-md-n8 {
    margin-bottom: -7rem !important; }
  .mb-md-n9 {
    margin-bottom: -9rem !important; }
  .mb-md-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-md-n25 {
    margin-left: -0.75rem !important; }
  .ms-md-n35 {
    margin-left: -1.25rem !important; }
  .ms-md-n45 {
    margin-left: -1.75rem !important; }
  .ms-md-n6 {
    margin-left: -3rem !important; }
  .ms-md-n62 {
    margin-left: -3.5rem !important; }
  .ms-md-n65 {
    margin-left: -4rem !important; }
  .ms-md-n7 {
    margin-left: -5rem !important; }
  .ms-md-n75 {
    margin-left: -6rem !important; }
  .ms-md-n8 {
    margin-left: -7rem !important; }
  .ms-md-n9 {
    margin-left: -9rem !important; }
  .ms-md-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-md-25 {
    padding: 0.75rem !important; }
  .p-md-35 {
    padding: 1.25rem !important; }
  .p-md-45 {
    padding: 1.75rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .p-md-62 {
    padding: 3.5rem !important; }
  .p-md-65 {
    padding: 4rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .p-md-75 {
    padding: 6rem !important; }
  .p-md-8 {
    padding: 7rem !important; }
  .p-md-9 {
    padding: 9rem !important; }
  .p-md-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-md-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-md-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-md-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-md-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-md-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-md-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-md-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-md-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-md-25 {
    padding-top: 0.75rem !important; }
  .pt-md-35 {
    padding-top: 1.25rem !important; }
  .pt-md-45 {
    padding-top: 1.75rem !important; }
  .pt-md-6 {
    padding-top: 3rem !important; }
  .pt-md-62 {
    padding-top: 3.5rem !important; }
  .pt-md-65 {
    padding-top: 4rem !important; }
  .pt-md-7 {
    padding-top: 5rem !important; }
  .pt-md-75 {
    padding-top: 6rem !important; }
  .pt-md-8 {
    padding-top: 7rem !important; }
  .pt-md-9 {
    padding-top: 9rem !important; }
  .pt-md-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-md-25 {
    padding-right: 0.75rem !important; }
  .pe-md-35 {
    padding-right: 1.25rem !important; }
  .pe-md-45 {
    padding-right: 1.75rem !important; }
  .pe-md-6 {
    padding-right: 3rem !important; }
  .pe-md-62 {
    padding-right: 3.5rem !important; }
  .pe-md-65 {
    padding-right: 4rem !important; }
  .pe-md-7 {
    padding-right: 5rem !important; }
  .pe-md-75 {
    padding-right: 6rem !important; }
  .pe-md-8 {
    padding-right: 7rem !important; }
  .pe-md-9 {
    padding-right: 9rem !important; }
  .pe-md-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-md-25 {
    padding-bottom: 0.75rem !important; }
  .pb-md-35 {
    padding-bottom: 1.25rem !important; }
  .pb-md-45 {
    padding-bottom: 1.75rem !important; }
  .pb-md-6 {
    padding-bottom: 3rem !important; }
  .pb-md-62 {
    padding-bottom: 3.5rem !important; }
  .pb-md-65 {
    padding-bottom: 4rem !important; }
  .pb-md-7 {
    padding-bottom: 5rem !important; }
  .pb-md-75 {
    padding-bottom: 6rem !important; }
  .pb-md-8 {
    padding-bottom: 7rem !important; }
  .pb-md-9 {
    padding-bottom: 9rem !important; }
  .pb-md-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-md-25 {
    padding-left: 0.75rem !important; }
  .ps-md-35 {
    padding-left: 1.25rem !important; }
  .ps-md-45 {
    padding-left: 1.75rem !important; }
  .ps-md-6 {
    padding-left: 3rem !important; }
  .ps-md-62 {
    padding-left: 3.5rem !important; }
  .ps-md-65 {
    padding-left: 4rem !important; }
  .ps-md-7 {
    padding-left: 5rem !important; }
  .ps-md-75 {
    padding-left: 6rem !important; }
  .ps-md-8 {
    padding-left: 7rem !important; }
  .ps-md-9 {
    padding-left: 9rem !important; }
  .ps-md-10 {
    padding-left: 15rem !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: 2rem !important; }
  .gap-md-25 {
    gap: 0.75rem !important; }
  .gap-md-35 {
    gap: 1.25rem !important; }
  .gap-md-45 {
    gap: 1.75rem !important; }
  .gap-md-6 {
    gap: 3rem !important; }
  .gap-md-62 {
    gap: 3.5rem !important; }
  .gap-md-65 {
    gap: 4rem !important; }
  .gap-md-7 {
    gap: 5rem !important; }
  .gap-md-75 {
    gap: 6rem !important; }
  .gap-md-8 {
    gap: 7rem !important; }
  .gap-md-9 {
    gap: 9rem !important; }
  .gap-md-10 {
    gap: 15rem !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; }
  .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: 2rem !important; }
  .m-lg-25 {
    margin: 0.75rem !important; }
  .m-lg-35 {
    margin: 1.25rem !important; }
  .m-lg-45 {
    margin: 1.75rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .m-lg-62 {
    margin: 3.5rem !important; }
  .m-lg-65 {
    margin: 4rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .m-lg-75 {
    margin: 6rem !important; }
  .m-lg-8 {
    margin: 7rem !important; }
  .m-lg-9 {
    margin: 9rem !important; }
  .m-lg-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-lg-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-lg-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-lg-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-lg-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-lg-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-lg-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-lg-25 {
    margin-top: 0.75rem !important; }
  .mt-lg-35 {
    margin-top: 1.25rem !important; }
  .mt-lg-45 {
    margin-top: 1.75rem !important; }
  .mt-lg-6 {
    margin-top: 3rem !important; }
  .mt-lg-62 {
    margin-top: 3.5rem !important; }
  .mt-lg-65 {
    margin-top: 4rem !important; }
  .mt-lg-7 {
    margin-top: 5rem !important; }
  .mt-lg-75 {
    margin-top: 6rem !important; }
  .mt-lg-8 {
    margin-top: 7rem !important; }
  .mt-lg-9 {
    margin-top: 9rem !important; }
  .mt-lg-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-lg-25 {
    margin-right: 0.75rem !important; }
  .me-lg-35 {
    margin-right: 1.25rem !important; }
  .me-lg-45 {
    margin-right: 1.75rem !important; }
  .me-lg-6 {
    margin-right: 3rem !important; }
  .me-lg-62 {
    margin-right: 3.5rem !important; }
  .me-lg-65 {
    margin-right: 4rem !important; }
  .me-lg-7 {
    margin-right: 5rem !important; }
  .me-lg-75 {
    margin-right: 6rem !important; }
  .me-lg-8 {
    margin-right: 7rem !important; }
  .me-lg-9 {
    margin-right: 9rem !important; }
  .me-lg-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-lg-25 {
    margin-bottom: 0.75rem !important; }
  .mb-lg-35 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-45 {
    margin-bottom: 1.75rem !important; }
  .mb-lg-6 {
    margin-bottom: 3rem !important; }
  .mb-lg-62 {
    margin-bottom: 3.5rem !important; }
  .mb-lg-65 {
    margin-bottom: 4rem !important; }
  .mb-lg-7 {
    margin-bottom: 5rem !important; }
  .mb-lg-75 {
    margin-bottom: 6rem !important; }
  .mb-lg-8 {
    margin-bottom: 7rem !important; }
  .mb-lg-9 {
    margin-bottom: 9rem !important; }
  .mb-lg-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-lg-25 {
    margin-left: 0.75rem !important; }
  .ms-lg-35 {
    margin-left: 1.25rem !important; }
  .ms-lg-45 {
    margin-left: 1.75rem !important; }
  .ms-lg-6 {
    margin-left: 3rem !important; }
  .ms-lg-62 {
    margin-left: 3.5rem !important; }
  .ms-lg-65 {
    margin-left: 4rem !important; }
  .ms-lg-7 {
    margin-left: 5rem !important; }
  .ms-lg-75 {
    margin-left: 6rem !important; }
  .ms-lg-8 {
    margin-left: 7rem !important; }
  .ms-lg-9 {
    margin-left: 9rem !important; }
  .ms-lg-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-lg-n25 {
    margin: -0.75rem !important; }
  .m-lg-n35 {
    margin: -1.25rem !important; }
  .m-lg-n45 {
    margin: -1.75rem !important; }
  .m-lg-n6 {
    margin: -3rem !important; }
  .m-lg-n62 {
    margin: -3.5rem !important; }
  .m-lg-n65 {
    margin: -4rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .m-lg-n75 {
    margin: -6rem !important; }
  .m-lg-n8 {
    margin: -7rem !important; }
  .m-lg-n9 {
    margin: -9rem !important; }
  .m-lg-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-lg-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-lg-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-lg-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-lg-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-lg-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-lg-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-lg-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-lg-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-lg-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-lg-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-lg-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-lg-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-lg-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-lg-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-lg-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-lg-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-lg-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-lg-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-lg-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-lg-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-lg-n25 {
    margin-top: -0.75rem !important; }
  .mt-lg-n35 {
    margin-top: -1.25rem !important; }
  .mt-lg-n45 {
    margin-top: -1.75rem !important; }
  .mt-lg-n6 {
    margin-top: -3rem !important; }
  .mt-lg-n62 {
    margin-top: -3.5rem !important; }
  .mt-lg-n65 {
    margin-top: -4rem !important; }
  .mt-lg-n7 {
    margin-top: -5rem !important; }
  .mt-lg-n75 {
    margin-top: -6rem !important; }
  .mt-lg-n8 {
    margin-top: -7rem !important; }
  .mt-lg-n9 {
    margin-top: -9rem !important; }
  .mt-lg-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-lg-n25 {
    margin-right: -0.75rem !important; }
  .me-lg-n35 {
    margin-right: -1.25rem !important; }
  .me-lg-n45 {
    margin-right: -1.75rem !important; }
  .me-lg-n6 {
    margin-right: -3rem !important; }
  .me-lg-n62 {
    margin-right: -3.5rem !important; }
  .me-lg-n65 {
    margin-right: -4rem !important; }
  .me-lg-n7 {
    margin-right: -5rem !important; }
  .me-lg-n75 {
    margin-right: -6rem !important; }
  .me-lg-n8 {
    margin-right: -7rem !important; }
  .me-lg-n9 {
    margin-right: -9rem !important; }
  .me-lg-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-lg-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-lg-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-lg-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-lg-n6 {
    margin-bottom: -3rem !important; }
  .mb-lg-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-lg-n65 {
    margin-bottom: -4rem !important; }
  .mb-lg-n7 {
    margin-bottom: -5rem !important; }
  .mb-lg-n75 {
    margin-bottom: -6rem !important; }
  .mb-lg-n8 {
    margin-bottom: -7rem !important; }
  .mb-lg-n9 {
    margin-bottom: -9rem !important; }
  .mb-lg-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-lg-n25 {
    margin-left: -0.75rem !important; }
  .ms-lg-n35 {
    margin-left: -1.25rem !important; }
  .ms-lg-n45 {
    margin-left: -1.75rem !important; }
  .ms-lg-n6 {
    margin-left: -3rem !important; }
  .ms-lg-n62 {
    margin-left: -3.5rem !important; }
  .ms-lg-n65 {
    margin-left: -4rem !important; }
  .ms-lg-n7 {
    margin-left: -5rem !important; }
  .ms-lg-n75 {
    margin-left: -6rem !important; }
  .ms-lg-n8 {
    margin-left: -7rem !important; }
  .ms-lg-n9 {
    margin-left: -9rem !important; }
  .ms-lg-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-lg-25 {
    padding: 0.75rem !important; }
  .p-lg-35 {
    padding: 1.25rem !important; }
  .p-lg-45 {
    padding: 1.75rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .p-lg-62 {
    padding: 3.5rem !important; }
  .p-lg-65 {
    padding: 4rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .p-lg-75 {
    padding: 6rem !important; }
  .p-lg-8 {
    padding: 7rem !important; }
  .p-lg-9 {
    padding: 9rem !important; }
  .p-lg-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-lg-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-lg-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-lg-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-lg-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-lg-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-lg-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-lg-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-lg-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-lg-25 {
    padding-top: 0.75rem !important; }
  .pt-lg-35 {
    padding-top: 1.25rem !important; }
  .pt-lg-45 {
    padding-top: 1.75rem !important; }
  .pt-lg-6 {
    padding-top: 3rem !important; }
  .pt-lg-62 {
    padding-top: 3.5rem !important; }
  .pt-lg-65 {
    padding-top: 4rem !important; }
  .pt-lg-7 {
    padding-top: 5rem !important; }
  .pt-lg-75 {
    padding-top: 6rem !important; }
  .pt-lg-8 {
    padding-top: 7rem !important; }
  .pt-lg-9 {
    padding-top: 9rem !important; }
  .pt-lg-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-lg-25 {
    padding-right: 0.75rem !important; }
  .pe-lg-35 {
    padding-right: 1.25rem !important; }
  .pe-lg-45 {
    padding-right: 1.75rem !important; }
  .pe-lg-6 {
    padding-right: 3rem !important; }
  .pe-lg-62 {
    padding-right: 3.5rem !important; }
  .pe-lg-65 {
    padding-right: 4rem !important; }
  .pe-lg-7 {
    padding-right: 5rem !important; }
  .pe-lg-75 {
    padding-right: 6rem !important; }
  .pe-lg-8 {
    padding-right: 7rem !important; }
  .pe-lg-9 {
    padding-right: 9rem !important; }
  .pe-lg-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-lg-25 {
    padding-bottom: 0.75rem !important; }
  .pb-lg-35 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-45 {
    padding-bottom: 1.75rem !important; }
  .pb-lg-6 {
    padding-bottom: 3rem !important; }
  .pb-lg-62 {
    padding-bottom: 3.5rem !important; }
  .pb-lg-65 {
    padding-bottom: 4rem !important; }
  .pb-lg-7 {
    padding-bottom: 5rem !important; }
  .pb-lg-75 {
    padding-bottom: 6rem !important; }
  .pb-lg-8 {
    padding-bottom: 7rem !important; }
  .pb-lg-9 {
    padding-bottom: 9rem !important; }
  .pb-lg-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-lg-25 {
    padding-left: 0.75rem !important; }
  .ps-lg-35 {
    padding-left: 1.25rem !important; }
  .ps-lg-45 {
    padding-left: 1.75rem !important; }
  .ps-lg-6 {
    padding-left: 3rem !important; }
  .ps-lg-62 {
    padding-left: 3.5rem !important; }
  .ps-lg-65 {
    padding-left: 4rem !important; }
  .ps-lg-7 {
    padding-left: 5rem !important; }
  .ps-lg-75 {
    padding-left: 6rem !important; }
  .ps-lg-8 {
    padding-left: 7rem !important; }
  .ps-lg-9 {
    padding-left: 9rem !important; }
  .ps-lg-10 {
    padding-left: 15rem !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: 2rem !important; }
  .gap-lg-25 {
    gap: 0.75rem !important; }
  .gap-lg-35 {
    gap: 1.25rem !important; }
  .gap-lg-45 {
    gap: 1.75rem !important; }
  .gap-lg-6 {
    gap: 3rem !important; }
  .gap-lg-62 {
    gap: 3.5rem !important; }
  .gap-lg-65 {
    gap: 4rem !important; }
  .gap-lg-7 {
    gap: 5rem !important; }
  .gap-lg-75 {
    gap: 6rem !important; }
  .gap-lg-8 {
    gap: 7rem !important; }
  .gap-lg-9 {
    gap: 9rem !important; }
  .gap-lg-10 {
    gap: 15rem !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; }
  .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: 2rem !important; }
  .m-xl-25 {
    margin: 0.75rem !important; }
  .m-xl-35 {
    margin: 1.25rem !important; }
  .m-xl-45 {
    margin: 1.75rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .m-xl-62 {
    margin: 3.5rem !important; }
  .m-xl-65 {
    margin: 4rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .m-xl-75 {
    margin: 6rem !important; }
  .m-xl-8 {
    margin: 7rem !important; }
  .m-xl-9 {
    margin: 9rem !important; }
  .m-xl-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xl-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-xl-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xl-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-xl-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xl-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xl-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xl-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-xl-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xl-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-xl-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xl-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xl-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-xl-25 {
    margin-top: 0.75rem !important; }
  .mt-xl-35 {
    margin-top: 1.25rem !important; }
  .mt-xl-45 {
    margin-top: 1.75rem !important; }
  .mt-xl-6 {
    margin-top: 3rem !important; }
  .mt-xl-62 {
    margin-top: 3.5rem !important; }
  .mt-xl-65 {
    margin-top: 4rem !important; }
  .mt-xl-7 {
    margin-top: 5rem !important; }
  .mt-xl-75 {
    margin-top: 6rem !important; }
  .mt-xl-8 {
    margin-top: 7rem !important; }
  .mt-xl-9 {
    margin-top: 9rem !important; }
  .mt-xl-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-xl-25 {
    margin-right: 0.75rem !important; }
  .me-xl-35 {
    margin-right: 1.25rem !important; }
  .me-xl-45 {
    margin-right: 1.75rem !important; }
  .me-xl-6 {
    margin-right: 3rem !important; }
  .me-xl-62 {
    margin-right: 3.5rem !important; }
  .me-xl-65 {
    margin-right: 4rem !important; }
  .me-xl-7 {
    margin-right: 5rem !important; }
  .me-xl-75 {
    margin-right: 6rem !important; }
  .me-xl-8 {
    margin-right: 7rem !important; }
  .me-xl-9 {
    margin-right: 9rem !important; }
  .me-xl-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-xl-25 {
    margin-bottom: 0.75rem !important; }
  .mb-xl-35 {
    margin-bottom: 1.25rem !important; }
  .mb-xl-45 {
    margin-bottom: 1.75rem !important; }
  .mb-xl-6 {
    margin-bottom: 3rem !important; }
  .mb-xl-62 {
    margin-bottom: 3.5rem !important; }
  .mb-xl-65 {
    margin-bottom: 4rem !important; }
  .mb-xl-7 {
    margin-bottom: 5rem !important; }
  .mb-xl-75 {
    margin-bottom: 6rem !important; }
  .mb-xl-8 {
    margin-bottom: 7rem !important; }
  .mb-xl-9 {
    margin-bottom: 9rem !important; }
  .mb-xl-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-xl-25 {
    margin-left: 0.75rem !important; }
  .ms-xl-35 {
    margin-left: 1.25rem !important; }
  .ms-xl-45 {
    margin-left: 1.75rem !important; }
  .ms-xl-6 {
    margin-left: 3rem !important; }
  .ms-xl-62 {
    margin-left: 3.5rem !important; }
  .ms-xl-65 {
    margin-left: 4rem !important; }
  .ms-xl-7 {
    margin-left: 5rem !important; }
  .ms-xl-75 {
    margin-left: 6rem !important; }
  .ms-xl-8 {
    margin-left: 7rem !important; }
  .ms-xl-9 {
    margin-left: 9rem !important; }
  .ms-xl-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-xl-n25 {
    margin: -0.75rem !important; }
  .m-xl-n35 {
    margin: -1.25rem !important; }
  .m-xl-n45 {
    margin: -1.75rem !important; }
  .m-xl-n6 {
    margin: -3rem !important; }
  .m-xl-n62 {
    margin: -3.5rem !important; }
  .m-xl-n65 {
    margin: -4rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .m-xl-n75 {
    margin: -6rem !important; }
  .m-xl-n8 {
    margin: -7rem !important; }
  .m-xl-n9 {
    margin: -9rem !important; }
  .m-xl-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-xl-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-xl-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xl-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-xl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xl-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-xl-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-xl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-xl-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xl-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-xl-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-xl-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-xl-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xl-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-xl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xl-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-xl-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-xl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-xl-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xl-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-xl-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-xl-n25 {
    margin-top: -0.75rem !important; }
  .mt-xl-n35 {
    margin-top: -1.25rem !important; }
  .mt-xl-n45 {
    margin-top: -1.75rem !important; }
  .mt-xl-n6 {
    margin-top: -3rem !important; }
  .mt-xl-n62 {
    margin-top: -3.5rem !important; }
  .mt-xl-n65 {
    margin-top: -4rem !important; }
  .mt-xl-n7 {
    margin-top: -5rem !important; }
  .mt-xl-n75 {
    margin-top: -6rem !important; }
  .mt-xl-n8 {
    margin-top: -7rem !important; }
  .mt-xl-n9 {
    margin-top: -9rem !important; }
  .mt-xl-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-xl-n25 {
    margin-right: -0.75rem !important; }
  .me-xl-n35 {
    margin-right: -1.25rem !important; }
  .me-xl-n45 {
    margin-right: -1.75rem !important; }
  .me-xl-n6 {
    margin-right: -3rem !important; }
  .me-xl-n62 {
    margin-right: -3.5rem !important; }
  .me-xl-n65 {
    margin-right: -4rem !important; }
  .me-xl-n7 {
    margin-right: -5rem !important; }
  .me-xl-n75 {
    margin-right: -6rem !important; }
  .me-xl-n8 {
    margin-right: -7rem !important; }
  .me-xl-n9 {
    margin-right: -9rem !important; }
  .me-xl-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-xl-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-xl-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-xl-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-xl-n6 {
    margin-bottom: -3rem !important; }
  .mb-xl-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-xl-n65 {
    margin-bottom: -4rem !important; }
  .mb-xl-n7 {
    margin-bottom: -5rem !important; }
  .mb-xl-n75 {
    margin-bottom: -6rem !important; }
  .mb-xl-n8 {
    margin-bottom: -7rem !important; }
  .mb-xl-n9 {
    margin-bottom: -9rem !important; }
  .mb-xl-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-xl-n25 {
    margin-left: -0.75rem !important; }
  .ms-xl-n35 {
    margin-left: -1.25rem !important; }
  .ms-xl-n45 {
    margin-left: -1.75rem !important; }
  .ms-xl-n6 {
    margin-left: -3rem !important; }
  .ms-xl-n62 {
    margin-left: -3.5rem !important; }
  .ms-xl-n65 {
    margin-left: -4rem !important; }
  .ms-xl-n7 {
    margin-left: -5rem !important; }
  .ms-xl-n75 {
    margin-left: -6rem !important; }
  .ms-xl-n8 {
    margin-left: -7rem !important; }
  .ms-xl-n9 {
    margin-left: -9rem !important; }
  .ms-xl-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-xl-25 {
    padding: 0.75rem !important; }
  .p-xl-35 {
    padding: 1.25rem !important; }
  .p-xl-45 {
    padding: 1.75rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .p-xl-62 {
    padding: 3.5rem !important; }
  .p-xl-65 {
    padding: 4rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .p-xl-75 {
    padding: 6rem !important; }
  .p-xl-8 {
    padding: 7rem !important; }
  .p-xl-9 {
    padding: 9rem !important; }
  .p-xl-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-xl-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-xl-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xl-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-xl-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xl-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xl-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-xl-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xl-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-xl-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xl-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-xl-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xl-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xl-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-xl-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-xl-25 {
    padding-top: 0.75rem !important; }
  .pt-xl-35 {
    padding-top: 1.25rem !important; }
  .pt-xl-45 {
    padding-top: 1.75rem !important; }
  .pt-xl-6 {
    padding-top: 3rem !important; }
  .pt-xl-62 {
    padding-top: 3.5rem !important; }
  .pt-xl-65 {
    padding-top: 4rem !important; }
  .pt-xl-7 {
    padding-top: 5rem !important; }
  .pt-xl-75 {
    padding-top: 6rem !important; }
  .pt-xl-8 {
    padding-top: 7rem !important; }
  .pt-xl-9 {
    padding-top: 9rem !important; }
  .pt-xl-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-xl-25 {
    padding-right: 0.75rem !important; }
  .pe-xl-35 {
    padding-right: 1.25rem !important; }
  .pe-xl-45 {
    padding-right: 1.75rem !important; }
  .pe-xl-6 {
    padding-right: 3rem !important; }
  .pe-xl-62 {
    padding-right: 3.5rem !important; }
  .pe-xl-65 {
    padding-right: 4rem !important; }
  .pe-xl-7 {
    padding-right: 5rem !important; }
  .pe-xl-75 {
    padding-right: 6rem !important; }
  .pe-xl-8 {
    padding-right: 7rem !important; }
  .pe-xl-9 {
    padding-right: 9rem !important; }
  .pe-xl-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-xl-25 {
    padding-bottom: 0.75rem !important; }
  .pb-xl-35 {
    padding-bottom: 1.25rem !important; }
  .pb-xl-45 {
    padding-bottom: 1.75rem !important; }
  .pb-xl-6 {
    padding-bottom: 3rem !important; }
  .pb-xl-62 {
    padding-bottom: 3.5rem !important; }
  .pb-xl-65 {
    padding-bottom: 4rem !important; }
  .pb-xl-7 {
    padding-bottom: 5rem !important; }
  .pb-xl-75 {
    padding-bottom: 6rem !important; }
  .pb-xl-8 {
    padding-bottom: 7rem !important; }
  .pb-xl-9 {
    padding-bottom: 9rem !important; }
  .pb-xl-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-xl-25 {
    padding-left: 0.75rem !important; }
  .ps-xl-35 {
    padding-left: 1.25rem !important; }
  .ps-xl-45 {
    padding-left: 1.75rem !important; }
  .ps-xl-6 {
    padding-left: 3rem !important; }
  .ps-xl-62 {
    padding-left: 3.5rem !important; }
  .ps-xl-65 {
    padding-left: 4rem !important; }
  .ps-xl-7 {
    padding-left: 5rem !important; }
  .ps-xl-75 {
    padding-left: 6rem !important; }
  .ps-xl-8 {
    padding-left: 7rem !important; }
  .ps-xl-9 {
    padding-left: 9rem !important; }
  .ps-xl-10 {
    padding-left: 15rem !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: 2rem !important; }
  .gap-xl-25 {
    gap: 0.75rem !important; }
  .gap-xl-35 {
    gap: 1.25rem !important; }
  .gap-xl-45 {
    gap: 1.75rem !important; }
  .gap-xl-6 {
    gap: 3rem !important; }
  .gap-xl-62 {
    gap: 3.5rem !important; }
  .gap-xl-65 {
    gap: 4rem !important; }
  .gap-xl-7 {
    gap: 5rem !important; }
  .gap-xl-75 {
    gap: 6rem !important; }
  .gap-xl-8 {
    gap: 7rem !important; }
  .gap-xl-9 {
    gap: 9rem !important; }
  .gap-xl-10 {
    gap: 15rem !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; }
  .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: 2rem !important; }
  .m-xxl-25 {
    margin: 0.75rem !important; }
  .m-xxl-35 {
    margin: 1.25rem !important; }
  .m-xxl-45 {
    margin: 1.75rem !important; }
  .m-xxl-6 {
    margin: 3rem !important; }
  .m-xxl-62 {
    margin: 3.5rem !important; }
  .m-xxl-65 {
    margin: 4rem !important; }
  .m-xxl-7 {
    margin: 5rem !important; }
  .m-xxl-75 {
    margin: 6rem !important; }
  .m-xxl-8 {
    margin: 7rem !important; }
  .m-xxl-9 {
    margin: 9rem !important; }
  .m-xxl-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxl-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-xxl-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xxl-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-xxl-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xxl-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xxl-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxl-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-xxl-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xxl-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-xxl-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xxl-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xxl-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-xxl-25 {
    margin-top: 0.75rem !important; }
  .mt-xxl-35 {
    margin-top: 1.25rem !important; }
  .mt-xxl-45 {
    margin-top: 1.75rem !important; }
  .mt-xxl-6 {
    margin-top: 3rem !important; }
  .mt-xxl-62 {
    margin-top: 3.5rem !important; }
  .mt-xxl-65 {
    margin-top: 4rem !important; }
  .mt-xxl-7 {
    margin-top: 5rem !important; }
  .mt-xxl-75 {
    margin-top: 6rem !important; }
  .mt-xxl-8 {
    margin-top: 7rem !important; }
  .mt-xxl-9 {
    margin-top: 9rem !important; }
  .mt-xxl-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-xxl-25 {
    margin-right: 0.75rem !important; }
  .me-xxl-35 {
    margin-right: 1.25rem !important; }
  .me-xxl-45 {
    margin-right: 1.75rem !important; }
  .me-xxl-6 {
    margin-right: 3rem !important; }
  .me-xxl-62 {
    margin-right: 3.5rem !important; }
  .me-xxl-65 {
    margin-right: 4rem !important; }
  .me-xxl-7 {
    margin-right: 5rem !important; }
  .me-xxl-75 {
    margin-right: 6rem !important; }
  .me-xxl-8 {
    margin-right: 7rem !important; }
  .me-xxl-9 {
    margin-right: 9rem !important; }
  .me-xxl-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-xxl-25 {
    margin-bottom: 0.75rem !important; }
  .mb-xxl-35 {
    margin-bottom: 1.25rem !important; }
  .mb-xxl-45 {
    margin-bottom: 1.75rem !important; }
  .mb-xxl-6 {
    margin-bottom: 3rem !important; }
  .mb-xxl-62 {
    margin-bottom: 3.5rem !important; }
  .mb-xxl-65 {
    margin-bottom: 4rem !important; }
  .mb-xxl-7 {
    margin-bottom: 5rem !important; }
  .mb-xxl-75 {
    margin-bottom: 6rem !important; }
  .mb-xxl-8 {
    margin-bottom: 7rem !important; }
  .mb-xxl-9 {
    margin-bottom: 9rem !important; }
  .mb-xxl-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-xxl-25 {
    margin-left: 0.75rem !important; }
  .ms-xxl-35 {
    margin-left: 1.25rem !important; }
  .ms-xxl-45 {
    margin-left: 1.75rem !important; }
  .ms-xxl-6 {
    margin-left: 3rem !important; }
  .ms-xxl-62 {
    margin-left: 3.5rem !important; }
  .ms-xxl-65 {
    margin-left: 4rem !important; }
  .ms-xxl-7 {
    margin-left: 5rem !important; }
  .ms-xxl-75 {
    margin-left: 6rem !important; }
  .ms-xxl-8 {
    margin-left: 7rem !important; }
  .ms-xxl-9 {
    margin-left: 9rem !important; }
  .ms-xxl-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-xxl-n25 {
    margin: -0.75rem !important; }
  .m-xxl-n35 {
    margin: -1.25rem !important; }
  .m-xxl-n45 {
    margin: -1.75rem !important; }
  .m-xxl-n6 {
    margin: -3rem !important; }
  .m-xxl-n62 {
    margin: -3.5rem !important; }
  .m-xxl-n65 {
    margin: -4rem !important; }
  .m-xxl-n7 {
    margin: -5rem !important; }
  .m-xxl-n75 {
    margin: -6rem !important; }
  .m-xxl-n8 {
    margin: -7rem !important; }
  .m-xxl-n9 {
    margin: -9rem !important; }
  .m-xxl-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-xxl-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-xxl-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xxl-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-xxl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xxl-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-xxl-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-xxl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-xxl-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xxl-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-xxl-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-xxl-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-xxl-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xxl-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-xxl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xxl-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-xxl-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-xxl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-xxl-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xxl-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-xxl-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-xxl-n25 {
    margin-top: -0.75rem !important; }
  .mt-xxl-n35 {
    margin-top: -1.25rem !important; }
  .mt-xxl-n45 {
    margin-top: -1.75rem !important; }
  .mt-xxl-n6 {
    margin-top: -3rem !important; }
  .mt-xxl-n62 {
    margin-top: -3.5rem !important; }
  .mt-xxl-n65 {
    margin-top: -4rem !important; }
  .mt-xxl-n7 {
    margin-top: -5rem !important; }
  .mt-xxl-n75 {
    margin-top: -6rem !important; }
  .mt-xxl-n8 {
    margin-top: -7rem !important; }
  .mt-xxl-n9 {
    margin-top: -9rem !important; }
  .mt-xxl-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-xxl-n25 {
    margin-right: -0.75rem !important; }
  .me-xxl-n35 {
    margin-right: -1.25rem !important; }
  .me-xxl-n45 {
    margin-right: -1.75rem !important; }
  .me-xxl-n6 {
    margin-right: -3rem !important; }
  .me-xxl-n62 {
    margin-right: -3.5rem !important; }
  .me-xxl-n65 {
    margin-right: -4rem !important; }
  .me-xxl-n7 {
    margin-right: -5rem !important; }
  .me-xxl-n75 {
    margin-right: -6rem !important; }
  .me-xxl-n8 {
    margin-right: -7rem !important; }
  .me-xxl-n9 {
    margin-right: -9rem !important; }
  .me-xxl-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-xxl-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-xxl-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-xxl-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-xxl-n6 {
    margin-bottom: -3rem !important; }
  .mb-xxl-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-xxl-n65 {
    margin-bottom: -4rem !important; }
  .mb-xxl-n7 {
    margin-bottom: -5rem !important; }
  .mb-xxl-n75 {
    margin-bottom: -6rem !important; }
  .mb-xxl-n8 {
    margin-bottom: -7rem !important; }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important; }
  .mb-xxl-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-xxl-n25 {
    margin-left: -0.75rem !important; }
  .ms-xxl-n35 {
    margin-left: -1.25rem !important; }
  .ms-xxl-n45 {
    margin-left: -1.75rem !important; }
  .ms-xxl-n6 {
    margin-left: -3rem !important; }
  .ms-xxl-n62 {
    margin-left: -3.5rem !important; }
  .ms-xxl-n65 {
    margin-left: -4rem !important; }
  .ms-xxl-n7 {
    margin-left: -5rem !important; }
  .ms-xxl-n75 {
    margin-left: -6rem !important; }
  .ms-xxl-n8 {
    margin-left: -7rem !important; }
  .ms-xxl-n9 {
    margin-left: -9rem !important; }
  .ms-xxl-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-xxl-25 {
    padding: 0.75rem !important; }
  .p-xxl-35 {
    padding: 1.25rem !important; }
  .p-xxl-45 {
    padding: 1.75rem !important; }
  .p-xxl-6 {
    padding: 3rem !important; }
  .p-xxl-62 {
    padding: 3.5rem !important; }
  .p-xxl-65 {
    padding: 4rem !important; }
  .p-xxl-7 {
    padding: 5rem !important; }
  .p-xxl-75 {
    padding: 6rem !important; }
  .p-xxl-8 {
    padding: 7rem !important; }
  .p-xxl-9 {
    padding: 9rem !important; }
  .p-xxl-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxl-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-xxl-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xxl-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-xxl-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xxl-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xxl-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-xxl-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxl-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-xxl-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xxl-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-xxl-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xxl-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xxl-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-xxl-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-xxl-25 {
    padding-top: 0.75rem !important; }
  .pt-xxl-35 {
    padding-top: 1.25rem !important; }
  .pt-xxl-45 {
    padding-top: 1.75rem !important; }
  .pt-xxl-6 {
    padding-top: 3rem !important; }
  .pt-xxl-62 {
    padding-top: 3.5rem !important; }
  .pt-xxl-65 {
    padding-top: 4rem !important; }
  .pt-xxl-7 {
    padding-top: 5rem !important; }
  .pt-xxl-75 {
    padding-top: 6rem !important; }
  .pt-xxl-8 {
    padding-top: 7rem !important; }
  .pt-xxl-9 {
    padding-top: 9rem !important; }
  .pt-xxl-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-xxl-25 {
    padding-right: 0.75rem !important; }
  .pe-xxl-35 {
    padding-right: 1.25rem !important; }
  .pe-xxl-45 {
    padding-right: 1.75rem !important; }
  .pe-xxl-6 {
    padding-right: 3rem !important; }
  .pe-xxl-62 {
    padding-right: 3.5rem !important; }
  .pe-xxl-65 {
    padding-right: 4rem !important; }
  .pe-xxl-7 {
    padding-right: 5rem !important; }
  .pe-xxl-75 {
    padding-right: 6rem !important; }
  .pe-xxl-8 {
    padding-right: 7rem !important; }
  .pe-xxl-9 {
    padding-right: 9rem !important; }
  .pe-xxl-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-xxl-25 {
    padding-bottom: 0.75rem !important; }
  .pb-xxl-35 {
    padding-bottom: 1.25rem !important; }
  .pb-xxl-45 {
    padding-bottom: 1.75rem !important; }
  .pb-xxl-6 {
    padding-bottom: 3rem !important; }
  .pb-xxl-62 {
    padding-bottom: 3.5rem !important; }
  .pb-xxl-65 {
    padding-bottom: 4rem !important; }
  .pb-xxl-7 {
    padding-bottom: 5rem !important; }
  .pb-xxl-75 {
    padding-bottom: 6rem !important; }
  .pb-xxl-8 {
    padding-bottom: 7rem !important; }
  .pb-xxl-9 {
    padding-bottom: 9rem !important; }
  .pb-xxl-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-xxl-25 {
    padding-left: 0.75rem !important; }
  .ps-xxl-35 {
    padding-left: 1.25rem !important; }
  .ps-xxl-45 {
    padding-left: 1.75rem !important; }
  .ps-xxl-6 {
    padding-left: 3rem !important; }
  .ps-xxl-62 {
    padding-left: 3.5rem !important; }
  .ps-xxl-65 {
    padding-left: 4rem !important; }
  .ps-xxl-7 {
    padding-left: 5rem !important; }
  .ps-xxl-75 {
    padding-left: 6rem !important; }
  .ps-xxl-8 {
    padding-left: 7rem !important; }
  .ps-xxl-9 {
    padding-left: 9rem !important; }
  .ps-xxl-10 {
    padding-left: 15rem !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: 2rem !important; }
  .gap-xxl-25 {
    gap: 0.75rem !important; }
  .gap-xxl-35 {
    gap: 1.25rem !important; }
  .gap-xxl-45 {
    gap: 1.75rem !important; }
  .gap-xxl-6 {
    gap: 3rem !important; }
  .gap-xxl-62 {
    gap: 3.5rem !important; }
  .gap-xxl-65 {
    gap: 4rem !important; }
  .gap-xxl-7 {
    gap: 5rem !important; }
  .gap-xxl-75 {
    gap: 6rem !important; }
  .gap-xxl-8 {
    gap: 7rem !important; }
  .gap-xxl-9 {
    gap: 9rem !important; }
  .gap-xxl-10 {
    gap: 15rem !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: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.media-body {
  flex: 1; }

.form-group {
  margin-bottom: 1rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.btn-check:checked + label.btn-outline-primary, .btn-check:checked + label.btn-filter,
.btn-check:checked + label.btn-filter:not(:disabled):not(.disabled):focus,
.btn-check:checked + label.btn-filter:not(:disabled):not(.disabled):active {
  color: #fff !important; }

@media (min-width: 576px) {
  .modal.modal-fullscreen .modal-content {
    border-radius: 10px; } }

ng-dropdown-panel {
  z-index: 1055 !important; }

.btn.btn-outline-primary-light:hover,
.btn.btn-outline-success:hover,
.btn.btn-outline-yellow:hover,
.btn.btn-outline-warning:hover {
  color: #fff; }

.form-check-card.selected {
  background-color: #f0fbfd;
  border: #04b6e2; }

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 2 !important; }

.input-group.input-group-inline {
  z-index: 2; }

.accordion-item {
  background-color: #fff !important; }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.page-item .page-link {
  border-radius: 0px; }

.bg-primary {
  background-color: #203f7b !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #203f7b !important; }

.bg-secondary {
  background-color: #346f8f !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #346f8f !important; }

.bg-success {
  background-color: #04bc00 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #04bc00 !important; }

.bg-info {
  background-color: #04b6e2 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #04b6e2 !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffc107 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f5f9fc !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #f5f9fc !important; }

.bg-dark {
  background-color: #07496f !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #07496f !important; }

.bg-primary-light {
  background-color: #04b6e2 !important; }

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #04b6e2 !important; }

.bg-muted {
  background-color: #a6b5c2 !important; }

a.bg-muted:hover, a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #a6b5c2 !important; }

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #fff !important; }

.bg-hover, .bg-active, .card a.card-body:hover, .custom-control-card a.card-body:hover, .form-check-card a.card-body:hover, .card a.card-body:focus, .custom-control-card a.card-body:focus, .form-check-card a.card-body:focus, .card a.card-body:active, .custom-control-card a.card-body:active, .form-check-card a.card-body:active {
  background-color: #f0fbfd !important; }

a.bg-hover:hover, a.bg-active:hover, .card a.card-body:hover, .custom-control-card a.card-body:hover, .form-check-card a.card-body:hover, a.bg-hover:focus, a.bg-active:focus, .card a.card-body:focus, .custom-control-card a.card-body:focus, .form-check-card a.card-body:focus,
button.bg-hover:hover,
button.bg-active:hover,
button.bg-hover:focus,
button.bg-active:focus {
  background-color: #f0fbfd !important; }

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

a.bg-private:hover, a.bg-private:focus,
button.bg-private:hover,
button.bg-private:focus {
  background-color: white !important; }

.bg-yellow {
  background-color: #ffc107 !important; }

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ffc107 !important; }

.bg-border {
  background-color: #d7e7f3 !important; }

a.bg-border:hover, a.bg-border:focus,
button.bg-border:hover,
button.bg-border:focus {
  background-color: #d7e7f3 !important; }

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

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #000 !important; }

.bg-green-dark {
  background-color: #01730b !important; }

a.bg-green-dark:hover, a.bg-green-dark:focus,
button.bg-green-dark:hover,
button.bg-green-dark:focus {
  background-color: #01730b !important; }

.bg-placeholder {
  background-color: #607483 !important; }

a.bg-placeholder:hover, a.bg-placeholder:focus,
button.bg-placeholder:hover,
button.bg-placeholder:focus {
  background-color: #607483 !important; }

.bg-status-0 {
  background-color: #e7ecf0 !important; }

a.bg-status-0:hover, a.bg-status-0:focus,
button.bg-status-0:hover,
button.bg-status-0:focus {
  background-color: #e7ecf0 !important; }

.bg-status-1 {
  background-color: #dc3545 !important; }

a.bg-status-1:hover, a.bg-status-1:focus,
button.bg-status-1:hover,
button.bg-status-1:focus {
  background-color: #dc3545 !important; }

.bg-status-2 {
  background-color: #fd7e14 !important; }

a.bg-status-2:hover, a.bg-status-2:focus,
button.bg-status-2:hover,
button.bg-status-2:focus {
  background-color: #fd7e14 !important; }

.bg-status-3 {
  background-color: #ffc107 !important; }

a.bg-status-3:hover, a.bg-status-3:focus,
button.bg-status-3:hover,
button.bg-status-3:focus {
  background-color: #ffc107 !important; }

.bg-status-4 {
  background-color: #04bc00 !important; }

a.bg-status-4:hover, a.bg-status-4:focus,
button.bg-status-4:hover,
button.bg-status-4:focus {
  background-color: #04bc00 !important; }

.bg-status-5 {
  background-color: #01730b !important; }

a.bg-status-5:hover, a.bg-status-5:focus,
button.bg-status-5:hover,
button.bg-status-5:focus {
  background-color: #01730b !important; }

.bg-status-999 {
  background-color: #00b2de !important; }

a.bg-status-999:hover, a.bg-status-999:focus,
button.bg-status-999:hover,
button.bg-status-999:focus {
  background-color: #00b2de !important; }

.bg-primary-faded-0 {
  background-color: white; }

.bg-primary-faded-1 {
  background-color: #fdfdfe; }

.bg-primary-faded-2 {
  background-color: #fbfbfc; }

.bg-primary-faded-3 {
  background-color: #f8f9fb; }

.bg-primary-faded-4 {
  background-color: #f6f7fa; }

.bg-primary-faded-5 {
  background-color: #f4f5f8; }

.bg-primary-faded-6 {
  background-color: #f2f3f7; }

.bg-primary-faded-7 {
  background-color: #eff2f6; }

.bg-primary-faded-8 {
  background-color: #edf0f4; }

.bg-primary-faded-9 {
  background-color: #ebeef3; }

.bg-primary-faded-10 {
  background-color: #e9ecf2; }

.bg-primary-faded-11 {
  background-color: #e6eaf0; }

.bg-primary-faded-12 {
  background-color: #e4e8ef; }

.bg-primary-faded-13 {
  background-color: #e2e6ee; }

.bg-primary-faded-14 {
  background-color: #e0e4ed; }

.bg-primary-faded-15 {
  background-color: #dee2eb; }

.bg-primary-faded-16 {
  background-color: #dbe0ea; }

.bg-primary-faded-17 {
  background-color: #d9dee9; }

.bg-primary-faded-18 {
  background-color: #d7dce7; }

.bg-primary-faded-19 {
  background-color: #d5dbe6; }

.bg-primary-faded-20 {
  background-color: #d2d9e5; }

.bg-primary-faded-21 {
  background-color: #d0d7e3; }

.bg-primary-faded-22 {
  background-color: #ced5e2; }

.bg-primary-faded-23 {
  background-color: #ccd3e1; }

.bg-primary-faded-24 {
  background-color: #c9d1df; }

.bg-primary-faded-25 {
  background-color: #c7cfde; }

.bg-primary-faded-26 {
  background-color: #c5cddd; }

.bg-primary-faded-27 {
  background-color: #c3cbdb; }

.bg-primary-faded-28 {
  background-color: #c1c9da; }

.bg-primary-faded-29 {
  background-color: #bec7d9; }

.bg-primary-faded-30 {
  background-color: #bcc5d7; }

.bg-primary-faded-31 {
  background-color: #bac3d6; }

.bg-primary-faded-32 {
  background-color: #b8c2d5; }

.bg-primary-faded-33 {
  background-color: #b5c0d3; }

.bg-primary-faded-34 {
  background-color: #b3bed2; }

.bg-primary-faded-35 {
  background-color: #b1bcd1; }

.bg-primary-faded-36 {
  background-color: #afbacf; }

.bg-primary-faded-37 {
  background-color: #acb8ce; }

.bg-primary-faded-38 {
  background-color: #aab6cd; }

.bg-primary-faded-39 {
  background-color: #a8b4cc; }

.bg-primary-faded-40 {
  background-color: #a6b2ca; }

.bg-primary-faded-41 {
  background-color: #a4b0c9; }

.bg-primary-faded-42 {
  background-color: #a1aec8; }

.bg-primary-faded-43 {
  background-color: #9facc6; }

.bg-primary-faded-44 {
  background-color: #9dabc5; }

.bg-primary-faded-45 {
  background-color: #9ba9c4; }

.bg-primary-faded-46 {
  background-color: #98a7c2; }

.bg-primary-faded-47 {
  background-color: #96a5c1; }

.bg-primary-faded-48 {
  background-color: #94a3c0; }

.bg-primary-faded-49 {
  background-color: #92a1be; }

.bg-primary-faded-50 {
  background-color: #909fbd; }

.bg-primary-faded-51 {
  background-color: #8d9dbc; }

.bg-primary-faded-52 {
  background-color: #8b9bba; }

.bg-primary-faded-53 {
  background-color: #8999b9; }

.bg-primary-faded-54 {
  background-color: #8797b8; }

.bg-primary-faded-55 {
  background-color: #8495b6; }

.bg-primary-faded-56 {
  background-color: #8293b5; }

.bg-primary-faded-57 {
  background-color: #8092b4; }

.bg-primary-faded-58 {
  background-color: #7e90b2; }

.bg-primary-faded-59 {
  background-color: #7b8eb1; }

.bg-primary-faded-60 {
  background-color: #798cb0; }

.bg-primary-faded-61 {
  background-color: #778aae; }

.bg-primary-faded-62 {
  background-color: #7588ad; }

.bg-primary-faded-63 {
  background-color: #7386ac; }

.bg-primary-faded-64 {
  background-color: #7084ab; }

.bg-primary-faded-65 {
  background-color: #6e82a9; }

.bg-primary-faded-66 {
  background-color: #6c80a8; }

.bg-primary-faded-67 {
  background-color: #6a7ea7; }

.bg-primary-faded-68 {
  background-color: #677ca5; }

.bg-primary-faded-69 {
  background-color: #657ba4; }

.bg-primary-faded-70 {
  background-color: #6379a3; }

.bg-primary-faded-71 {
  background-color: #6177a1; }

.bg-primary-faded-72 {
  background-color: #5e75a0; }

.bg-primary-faded-73 {
  background-color: #5c739f; }

.bg-primary-faded-74 {
  background-color: #5a719d; }

.bg-primary-faded-75 {
  background-color: #586f9c; }

.bg-primary-faded-76 {
  background-color: #566d9b; }

.bg-primary-faded-77 {
  background-color: #536b99; }

.bg-primary-faded-78 {
  background-color: #516998; }

.bg-primary-faded-79 {
  background-color: #4f6797; }

.bg-primary-faded-80 {
  background-color: #4d6595; }

.bg-primary-faded-81 {
  background-color: #4a6394; }

.bg-primary-faded-82 {
  background-color: #486293; }

.bg-primary-faded-83 {
  background-color: #466091; }

.bg-primary-faded-84 {
  background-color: #445e90; }

.bg-primary-faded-85 {
  background-color: #415c8f; }

.bg-primary-faded-86 {
  background-color: #3f5a8d; }

.bg-primary-faded-87 {
  background-color: #3d588c; }

.bg-primary-faded-88 {
  background-color: #3b568b; }

.bg-primary-faded-89 {
  background-color: #39548a; }

.bg-primary-faded-90 {
  background-color: #365288; }

.bg-primary-faded-91 {
  background-color: #345087; }

.bg-primary-faded-92 {
  background-color: #324e86; }

.bg-primary-faded-93 {
  background-color: #304c84; }

.bg-primary-faded-94 {
  background-color: #2d4b83; }

.bg-primary-faded-95 {
  background-color: #2b4982; }

.bg-primary-faded-96 {
  background-color: #294780; }

.bg-primary-faded-97 {
  background-color: #27457f; }

.bg-primary-faded-98 {
  background-color: #24437e; }

.bg-primary-faded-99 {
  background-color: #22417c; }

.bg-primary-faded-100 {
  background-color: #203f7b; }

.bg-secondary-faded-0 {
  background-color: white; }

.bg-secondary-faded-1 {
  background-color: #fdfefe; }

.bg-secondary-faded-2 {
  background-color: #fbfcfd; }

.bg-secondary-faded-3 {
  background-color: #f9fbfc; }

.bg-secondary-faded-4 {
  background-color: #f7f9fb; }

.bg-secondary-faded-5 {
  background-color: #f5f8f9; }

.bg-secondary-faded-6 {
  background-color: #f3f6f8; }

.bg-secondary-faded-7 {
  background-color: #f1f5f7; }

.bg-secondary-faded-8 {
  background-color: #eff3f6; }

.bg-secondary-faded-9 {
  background-color: #edf2f5; }

.bg-secondary-faded-10 {
  background-color: #ebf1f4; }

.bg-secondary-faded-11 {
  background-color: #e9eff3; }

.bg-secondary-faded-12 {
  background-color: #e7eef2; }

.bg-secondary-faded-13 {
  background-color: #e5ecf0; }

.bg-secondary-faded-14 {
  background-color: #e3ebef; }

.bg-secondary-faded-15 {
  background-color: #e1e9ee; }

.bg-secondary-faded-16 {
  background-color: #dfe8ed; }

.bg-secondary-faded-17 {
  background-color: #dce7ec; }

.bg-secondary-faded-18 {
  background-color: #dae5eb; }

.bg-secondary-faded-19 {
  background-color: #d8e4ea; }

.bg-secondary-faded-20 {
  background-color: #d6e2e9; }

.bg-secondary-faded-21 {
  background-color: #d4e1e7; }

.bg-secondary-faded-22 {
  background-color: #d2dfe6; }

.bg-secondary-faded-23 {
  background-color: #d0dee5; }

.bg-secondary-faded-24 {
  background-color: #cedce4; }

.bg-secondary-faded-25 {
  background-color: #ccdbe3; }

.bg-secondary-faded-26 {
  background-color: #cadae2; }

.bg-secondary-faded-27 {
  background-color: #c8d8e1; }

.bg-secondary-faded-28 {
  background-color: #c6d7e0; }

.bg-secondary-faded-29 {
  background-color: #c4d5df; }

.bg-secondary-faded-30 {
  background-color: #c2d4dd; }

.bg-secondary-faded-31 {
  background-color: #c0d2dc; }

.bg-secondary-faded-32 {
  background-color: #bed1db; }

.bg-secondary-faded-33 {
  background-color: #bccfda; }

.bg-secondary-faded-34 {
  background-color: #baced9; }

.bg-secondary-faded-35 {
  background-color: #b8cdd8; }

.bg-secondary-faded-36 {
  background-color: #b6cbd7; }

.bg-secondary-faded-37 {
  background-color: #b4cad6; }

.bg-secondary-faded-38 {
  background-color: #b2c8d4; }

.bg-secondary-faded-39 {
  background-color: #b0c7d3; }

.bg-secondary-faded-40 {
  background-color: #aec5d2; }

.bg-secondary-faded-41 {
  background-color: #acc4d1; }

.bg-secondary-faded-42 {
  background-color: #aac3d0; }

.bg-secondary-faded-43 {
  background-color: #a8c1cf; }

.bg-secondary-faded-44 {
  background-color: #a6c0ce; }

.bg-secondary-faded-45 {
  background-color: #a4becd; }

.bg-secondary-faded-46 {
  background-color: #a2bdcb; }

.bg-secondary-faded-47 {
  background-color: #a0bbca; }

.bg-secondary-faded-48 {
  background-color: #9ebac9; }

.bg-secondary-faded-49 {
  background-color: #9cb8c8; }

.bg-secondary-faded-50 {
  background-color: #9ab7c7; }

.bg-secondary-faded-51 {
  background-color: #97b6c6; }

.bg-secondary-faded-52 {
  background-color: #95b4c5; }

.bg-secondary-faded-53 {
  background-color: #93b3c4; }

.bg-secondary-faded-54 {
  background-color: #91b1c3; }

.bg-secondary-faded-55 {
  background-color: #8fb0c1; }

.bg-secondary-faded-56 {
  background-color: #8daec0; }

.bg-secondary-faded-57 {
  background-color: #8badbf; }

.bg-secondary-faded-58 {
  background-color: #89abbe; }

.bg-secondary-faded-59 {
  background-color: #87aabd; }

.bg-secondary-faded-60 {
  background-color: #85a9bc; }

.bg-secondary-faded-61 {
  background-color: #83a7bb; }

.bg-secondary-faded-62 {
  background-color: #81a6ba; }

.bg-secondary-faded-63 {
  background-color: #7fa4b8; }

.bg-secondary-faded-64 {
  background-color: #7da3b7; }

.bg-secondary-faded-65 {
  background-color: #7ba1b6; }

.bg-secondary-faded-66 {
  background-color: #79a0b5; }

.bg-secondary-faded-67 {
  background-color: #779fb4; }

.bg-secondary-faded-68 {
  background-color: #759db3; }

.bg-secondary-faded-69 {
  background-color: #739cb2; }

.bg-secondary-faded-70 {
  background-color: #719ab1; }

.bg-secondary-faded-71 {
  background-color: #6f99af; }

.bg-secondary-faded-72 {
  background-color: #6d97ae; }

.bg-secondary-faded-73 {
  background-color: #6b96ad; }

.bg-secondary-faded-74 {
  background-color: #6994ac; }

.bg-secondary-faded-75 {
  background-color: #6793ab; }

.bg-secondary-faded-76 {
  background-color: #6592aa; }

.bg-secondary-faded-77 {
  background-color: #6390a9; }

.bg-secondary-faded-78 {
  background-color: #618fa8; }

.bg-secondary-faded-79 {
  background-color: #5f8da7; }

.bg-secondary-faded-80 {
  background-color: #5d8ca5; }

.bg-secondary-faded-81 {
  background-color: #5b8aa4; }

.bg-secondary-faded-82 {
  background-color: #5989a3; }

.bg-secondary-faded-83 {
  background-color: #5787a2; }

.bg-secondary-faded-84 {
  background-color: #5486a1; }

.bg-secondary-faded-85 {
  background-color: #5285a0; }

.bg-secondary-faded-86 {
  background-color: #50839f; }

.bg-secondary-faded-87 {
  background-color: #4e829e; }

.bg-secondary-faded-88 {
  background-color: #4c809c; }

.bg-secondary-faded-89 {
  background-color: #4a7f9b; }

.bg-secondary-faded-90 {
  background-color: #487d9a; }

.bg-secondary-faded-91 {
  background-color: #467c99; }

.bg-secondary-faded-92 {
  background-color: #447b98; }

.bg-secondary-faded-93 {
  background-color: #427997; }

.bg-secondary-faded-94 {
  background-color: #407896; }

.bg-secondary-faded-95 {
  background-color: #3e7695; }

.bg-secondary-faded-96 {
  background-color: #3c7593; }

.bg-secondary-faded-97 {
  background-color: #3a7392; }

.bg-secondary-faded-98 {
  background-color: #387291; }

.bg-secondary-faded-99 {
  background-color: #367090; }

.bg-secondary-faded-100 {
  background-color: #346f8f; }

.bg-success-faded-0 {
  background-color: white; }

.bg-success-faded-1 {
  background-color: #fcfefc; }

.bg-success-faded-2 {
  background-color: #fafefa; }

.bg-success-faded-3 {
  background-color: #f7fdf7; }

.bg-success-faded-4 {
  background-color: #f5fcf5; }

.bg-success-faded-5 {
  background-color: #f2fcf2; }

.bg-success-faded-6 {
  background-color: #f0fbf0; }

.bg-success-faded-7 {
  background-color: #edfaed; }

.bg-success-faded-8 {
  background-color: #ebfaeb; }

.bg-success-faded-9 {
  background-color: #e8f9e8; }

.bg-success-faded-10 {
  background-color: #e6f8e6; }

.bg-success-faded-11 {
  background-color: #e3f8e3; }

.bg-success-faded-12 {
  background-color: #e1f7e0; }

.bg-success-faded-13 {
  background-color: #def6de; }

.bg-success-faded-14 {
  background-color: #dcf6db; }

.bg-success-faded-15 {
  background-color: #d9f5d9; }

.bg-success-faded-16 {
  background-color: #d7f4d6; }

.bg-success-faded-17 {
  background-color: #d4f4d4; }

.bg-success-faded-18 {
  background-color: #d2f3d1; }

.bg-success-faded-19 {
  background-color: #cff2cf; }

.bg-success-faded-20 {
  background-color: #cdf2cc; }

.bg-success-faded-21 {
  background-color: #caf1c9; }

.bg-success-faded-22 {
  background-color: #c8f0c7; }

.bg-success-faded-23 {
  background-color: #c5f0c4; }

.bg-success-faded-24 {
  background-color: #c3efc2; }

.bg-success-faded-25 {
  background-color: #c0eebf; }

.bg-success-faded-26 {
  background-color: #beeebd; }

.bg-success-faded-27 {
  background-color: #bbedba; }

.bg-success-faded-28 {
  background-color: #b9ecb8; }

.bg-success-faded-29 {
  background-color: #b6ecb5; }

.bg-success-faded-30 {
  background-color: #b4ebb3; }

.bg-success-faded-31 {
  background-color: #b1eab0; }

.bg-success-faded-32 {
  background-color: #afeaad; }

.bg-success-faded-33 {
  background-color: #ace9ab; }

.bg-success-faded-34 {
  background-color: #aae8a8; }

.bg-success-faded-35 {
  background-color: #a7e8a6; }

.bg-success-faded-36 {
  background-color: #a5e7a3; }

.bg-success-faded-37 {
  background-color: #a2e6a1; }

.bg-success-faded-38 {
  background-color: #a0e69e; }

.bg-success-faded-39 {
  background-color: #9de59c; }

.bg-success-faded-40 {
  background-color: #9be499; }

.bg-success-faded-41 {
  background-color: #98e496; }

.bg-success-faded-42 {
  background-color: #96e394; }

.bg-success-faded-43 {
  background-color: #93e291; }

.bg-success-faded-44 {
  background-color: #91e28f; }

.bg-success-faded-45 {
  background-color: #8ee18c; }

.bg-success-faded-46 {
  background-color: #8ce08a; }

.bg-success-faded-47 {
  background-color: #89e087; }

.bg-success-faded-48 {
  background-color: #87df85; }

.bg-success-faded-49 {
  background-color: #84de82; }

.bg-success-faded-50 {
  background-color: #82de80; }

.bg-success-faded-51 {
  background-color: #7fdd7d; }

.bg-success-faded-52 {
  background-color: #7cdc7a; }

.bg-success-faded-53 {
  background-color: #7adb78; }

.bg-success-faded-54 {
  background-color: #77db75; }

.bg-success-faded-55 {
  background-color: #75da73; }

.bg-success-faded-56 {
  background-color: #72d970; }

.bg-success-faded-57 {
  background-color: #70d96e; }

.bg-success-faded-58 {
  background-color: #6dd86b; }

.bg-success-faded-59 {
  background-color: #6bd769; }

.bg-success-faded-60 {
  background-color: #68d766; }

.bg-success-faded-61 {
  background-color: #66d663; }

.bg-success-faded-62 {
  background-color: #63d561; }

.bg-success-faded-63 {
  background-color: #61d55e; }

.bg-success-faded-64 {
  background-color: #5ed45c; }

.bg-success-faded-65 {
  background-color: #5cd359; }

.bg-success-faded-66 {
  background-color: #59d357; }

.bg-success-faded-67 {
  background-color: #57d254; }

.bg-success-faded-68 {
  background-color: #54d152; }

.bg-success-faded-69 {
  background-color: #52d14f; }

.bg-success-faded-70 {
  background-color: #4fd04d; }

.bg-success-faded-71 {
  background-color: #4dcf4a; }

.bg-success-faded-72 {
  background-color: #4acf47; }

.bg-success-faded-73 {
  background-color: #48ce45; }

.bg-success-faded-74 {
  background-color: #45cd42; }

.bg-success-faded-75 {
  background-color: #43cd40; }

.bg-success-faded-76 {
  background-color: #40cc3d; }

.bg-success-faded-77 {
  background-color: #3ecb3b; }

.bg-success-faded-78 {
  background-color: #3bcb38; }

.bg-success-faded-79 {
  background-color: #39ca36; }

.bg-success-faded-80 {
  background-color: #36c933; }

.bg-success-faded-81 {
  background-color: #34c930; }

.bg-success-faded-82 {
  background-color: #31c82e; }

.bg-success-faded-83 {
  background-color: #2fc72b; }

.bg-success-faded-84 {
  background-color: #2cc729; }

.bg-success-faded-85 {
  background-color: #2ac626; }

.bg-success-faded-86 {
  background-color: #27c524; }

.bg-success-faded-87 {
  background-color: #25c521; }

.bg-success-faded-88 {
  background-color: #22c41f; }

.bg-success-faded-89 {
  background-color: #20c31c; }

.bg-success-faded-90 {
  background-color: #1dc31a; }

.bg-success-faded-91 {
  background-color: #1bc217; }

.bg-success-faded-92 {
  background-color: #18c114; }

.bg-success-faded-93 {
  background-color: #16c112; }

.bg-success-faded-94 {
  background-color: #13c00f; }

.bg-success-faded-95 {
  background-color: #11bf0d; }

.bg-success-faded-96 {
  background-color: #0ebf0a; }

.bg-success-faded-97 {
  background-color: #0cbe08; }

.bg-success-faded-98 {
  background-color: #09bd05; }

.bg-success-faded-99 {
  background-color: #07bd03; }

.bg-success-faded-100 {
  background-color: #04bc00; }

.bg-info-faded-0 {
  background-color: white; }

.bg-info-faded-1 {
  background-color: #fcfeff; }

.bg-info-faded-2 {
  background-color: #fafefe; }

.bg-info-faded-3 {
  background-color: #f7fdfe; }

.bg-info-faded-4 {
  background-color: #f5fcfe; }

.bg-info-faded-5 {
  background-color: #f2fbfe; }

.bg-info-faded-6 {
  background-color: #f0fbfd; }

.bg-info-faded-7 {
  background-color: #edfafd; }

.bg-info-faded-8 {
  background-color: #ebf9fd; }

.bg-info-faded-9 {
  background-color: #e8f8fc; }

.bg-info-faded-10 {
  background-color: #e6f8fc; }

.bg-info-faded-11 {
  background-color: #e3f7fc; }

.bg-info-faded-12 {
  background-color: #e1f6fc; }

.bg-info-faded-13 {
  background-color: #def6fb; }

.bg-info-faded-14 {
  background-color: #dcf5fb; }

.bg-info-faded-15 {
  background-color: #d9f4fb; }

.bg-info-faded-16 {
  background-color: #d7f3fa; }

.bg-info-faded-17 {
  background-color: #d4f3fa; }

.bg-info-faded-18 {
  background-color: #d2f2fa; }

.bg-info-faded-19 {
  background-color: #cff1f9; }

.bg-info-faded-20 {
  background-color: #cdf0f9; }

.bg-info-faded-21 {
  background-color: #caf0f9; }

.bg-info-faded-22 {
  background-color: #c8eff9; }

.bg-info-faded-23 {
  background-color: #c5eef8; }

.bg-info-faded-24 {
  background-color: #c3edf8; }

.bg-info-faded-25 {
  background-color: #c0edf8; }

.bg-info-faded-26 {
  background-color: #beecf7; }

.bg-info-faded-27 {
  background-color: #bbebf7; }

.bg-info-faded-28 {
  background-color: #b9ebf7; }

.bg-info-faded-29 {
  background-color: #b6eaf7; }

.bg-info-faded-30 {
  background-color: #b4e9f6; }

.bg-info-faded-31 {
  background-color: #b1e8f6; }

.bg-info-faded-32 {
  background-color: #afe8f6; }

.bg-info-faded-33 {
  background-color: #ace7f5; }

.bg-info-faded-34 {
  background-color: #aae6f5; }

.bg-info-faded-35 {
  background-color: #a7e5f5; }

.bg-info-faded-36 {
  background-color: #a5e5f5; }

.bg-info-faded-37 {
  background-color: #a2e4f4; }

.bg-info-faded-38 {
  background-color: #a0e3f4; }

.bg-info-faded-39 {
  background-color: #9de3f4; }

.bg-info-faded-40 {
  background-color: #9be2f3; }

.bg-info-faded-41 {
  background-color: #98e1f3; }

.bg-info-faded-42 {
  background-color: #96e0f3; }

.bg-info-faded-43 {
  background-color: #93e0f3; }

.bg-info-faded-44 {
  background-color: #91dff2; }

.bg-info-faded-45 {
  background-color: #8edef2; }

.bg-info-faded-46 {
  background-color: #8cddf2; }

.bg-info-faded-47 {
  background-color: #89ddf1; }

.bg-info-faded-48 {
  background-color: #87dcf1; }

.bg-info-faded-49 {
  background-color: #84dbf1; }

.bg-info-faded-50 {
  background-color: #82dbf1; }

.bg-info-faded-51 {
  background-color: #7fdaf0; }

.bg-info-faded-52 {
  background-color: #7cd9f0; }

.bg-info-faded-53 {
  background-color: #7ad8f0; }

.bg-info-faded-54 {
  background-color: #77d8ef; }

.bg-info-faded-55 {
  background-color: #75d7ef; }

.bg-info-faded-56 {
  background-color: #72d6ef; }

.bg-info-faded-57 {
  background-color: #70d5ee; }

.bg-info-faded-58 {
  background-color: #6dd5ee; }

.bg-info-faded-59 {
  background-color: #6bd4ee; }

.bg-info-faded-60 {
  background-color: #68d3ee; }

.bg-info-faded-61 {
  background-color: #66d2ed; }

.bg-info-faded-62 {
  background-color: #63d2ed; }

.bg-info-faded-63 {
  background-color: #61d1ed; }

.bg-info-faded-64 {
  background-color: #5ed0ec; }

.bg-info-faded-65 {
  background-color: #5cd0ec; }

.bg-info-faded-66 {
  background-color: #59cfec; }

.bg-info-faded-67 {
  background-color: #57ceec; }

.bg-info-faded-68 {
  background-color: #54cdeb; }

.bg-info-faded-69 {
  background-color: #52cdeb; }

.bg-info-faded-70 {
  background-color: #4fcceb; }

.bg-info-faded-71 {
  background-color: #4dcbea; }

.bg-info-faded-72 {
  background-color: #4acaea; }

.bg-info-faded-73 {
  background-color: #48caea; }

.bg-info-faded-74 {
  background-color: #45c9ea; }

.bg-info-faded-75 {
  background-color: #43c8e9; }

.bg-info-faded-76 {
  background-color: #40c8e9; }

.bg-info-faded-77 {
  background-color: #3ec7e9; }

.bg-info-faded-78 {
  background-color: #3bc6e8; }

.bg-info-faded-79 {
  background-color: #39c5e8; }

.bg-info-faded-80 {
  background-color: #36c5e8; }

.bg-info-faded-81 {
  background-color: #34c4e8; }

.bg-info-faded-82 {
  background-color: #31c3e7; }

.bg-info-faded-83 {
  background-color: #2fc2e7; }

.bg-info-faded-84 {
  background-color: #2cc2e7; }

.bg-info-faded-85 {
  background-color: #2ac1e6; }

.bg-info-faded-86 {
  background-color: #27c0e6; }

.bg-info-faded-87 {
  background-color: #25bfe6; }

.bg-info-faded-88 {
  background-color: #22bfe5; }

.bg-info-faded-89 {
  background-color: #20bee5; }

.bg-info-faded-90 {
  background-color: #1dbde5; }

.bg-info-faded-91 {
  background-color: #1bbde5; }

.bg-info-faded-92 {
  background-color: #18bce4; }

.bg-info-faded-93 {
  background-color: #16bbe4; }

.bg-info-faded-94 {
  background-color: #13bae4; }

.bg-info-faded-95 {
  background-color: #11bae3; }

.bg-info-faded-96 {
  background-color: #0eb9e3; }

.bg-info-faded-97 {
  background-color: #0cb8e3; }

.bg-info-faded-98 {
  background-color: #09b7e3; }

.bg-info-faded-99 {
  background-color: #07b7e2; }

.bg-info-faded-100 {
  background-color: #04b6e2; }

.bg-warning-faded-0 {
  background-color: white; }

.bg-warning-faded-1 {
  background-color: #fffefd; }

.bg-warning-faded-2 {
  background-color: #fffefa; }

.bg-warning-faded-3 {
  background-color: #fffdf8; }

.bg-warning-faded-4 {
  background-color: #fffdf5; }

.bg-warning-faded-5 {
  background-color: #fffcf3; }

.bg-warning-faded-6 {
  background-color: #fffbf0; }

.bg-warning-faded-7 {
  background-color: #fffbee; }

.bg-warning-faded-8 {
  background-color: #fffaeb; }

.bg-warning-faded-9 {
  background-color: #fff9e9; }

.bg-warning-faded-10 {
  background-color: #fff9e6; }

.bg-warning-faded-11 {
  background-color: #fff8e4; }

.bg-warning-faded-12 {
  background-color: #fff8e1; }

.bg-warning-faded-13 {
  background-color: #fff7df; }

.bg-warning-faded-14 {
  background-color: #fff6dc; }

.bg-warning-faded-15 {
  background-color: #fff6da; }

.bg-warning-faded-16 {
  background-color: #fff5d7; }

.bg-warning-faded-17 {
  background-color: #fff4d5; }

.bg-warning-faded-18 {
  background-color: #fff4d2; }

.bg-warning-faded-19 {
  background-color: #fff3d0; }

.bg-warning-faded-20 {
  background-color: #fff3cd; }

.bg-warning-faded-21 {
  background-color: #fff2cb; }

.bg-warning-faded-22 {
  background-color: #fff1c8; }

.bg-warning-faded-23 {
  background-color: #fff1c6; }

.bg-warning-faded-24 {
  background-color: #fff0c3; }

.bg-warning-faded-25 {
  background-color: #fff0c1; }

.bg-warning-faded-26 {
  background-color: #ffefbf; }

.bg-warning-faded-27 {
  background-color: #ffeebc; }

.bg-warning-faded-28 {
  background-color: #ffeeba; }

.bg-warning-faded-29 {
  background-color: #ffedb7; }

.bg-warning-faded-30 {
  background-color: #ffecb5; }

.bg-warning-faded-31 {
  background-color: #ffecb2; }

.bg-warning-faded-32 {
  background-color: #ffebb0; }

.bg-warning-faded-33 {
  background-color: #ffebad; }

.bg-warning-faded-34 {
  background-color: #ffeaab; }

.bg-warning-faded-35 {
  background-color: #ffe9a8; }

.bg-warning-faded-36 {
  background-color: #ffe9a6; }

.bg-warning-faded-37 {
  background-color: #ffe8a3; }

.bg-warning-faded-38 {
  background-color: #ffe7a1; }

.bg-warning-faded-39 {
  background-color: #ffe79e; }

.bg-warning-faded-40 {
  background-color: #ffe69c; }

.bg-warning-faded-41 {
  background-color: #ffe699; }

.bg-warning-faded-42 {
  background-color: #ffe597; }

.bg-warning-faded-43 {
  background-color: #ffe494; }

.bg-warning-faded-44 {
  background-color: #ffe492; }

.bg-warning-faded-45 {
  background-color: #ffe38f; }

.bg-warning-faded-46 {
  background-color: #ffe28d; }

.bg-warning-faded-47 {
  background-color: #ffe28a; }

.bg-warning-faded-48 {
  background-color: #ffe188; }

.bg-warning-faded-49 {
  background-color: #ffe185; }

.bg-warning-faded-50 {
  background-color: #ffe083; }

.bg-warning-faded-51 {
  background-color: #ffdf81; }

.bg-warning-faded-52 {
  background-color: #ffdf7e; }

.bg-warning-faded-53 {
  background-color: #ffde7c; }

.bg-warning-faded-54 {
  background-color: #ffde79; }

.bg-warning-faded-55 {
  background-color: #ffdd77; }

.bg-warning-faded-56 {
  background-color: #ffdc74; }

.bg-warning-faded-57 {
  background-color: #ffdc72; }

.bg-warning-faded-58 {
  background-color: #ffdb6f; }

.bg-warning-faded-59 {
  background-color: #ffda6d; }

.bg-warning-faded-60 {
  background-color: #ffda6a; }

.bg-warning-faded-61 {
  background-color: #ffd968; }

.bg-warning-faded-62 {
  background-color: #ffd965; }

.bg-warning-faded-63 {
  background-color: #ffd863; }

.bg-warning-faded-64 {
  background-color: #ffd760; }

.bg-warning-faded-65 {
  background-color: #ffd75e; }

.bg-warning-faded-66 {
  background-color: #ffd65b; }

.bg-warning-faded-67 {
  background-color: #ffd559; }

.bg-warning-faded-68 {
  background-color: #ffd556; }

.bg-warning-faded-69 {
  background-color: #ffd454; }

.bg-warning-faded-70 {
  background-color: #ffd451; }

.bg-warning-faded-71 {
  background-color: #ffd34f; }

.bg-warning-faded-72 {
  background-color: #ffd24c; }

.bg-warning-faded-73 {
  background-color: #ffd24a; }

.bg-warning-faded-74 {
  background-color: #ffd147; }

.bg-warning-faded-75 {
  background-color: #ffd145; }

.bg-warning-faded-76 {
  background-color: #ffd043; }

.bg-warning-faded-77 {
  background-color: #ffcf40; }

.bg-warning-faded-78 {
  background-color: #ffcf3e; }

.bg-warning-faded-79 {
  background-color: #ffce3b; }

.bg-warning-faded-80 {
  background-color: #ffcd39; }

.bg-warning-faded-81 {
  background-color: #ffcd36; }

.bg-warning-faded-82 {
  background-color: #ffcc34; }

.bg-warning-faded-83 {
  background-color: #ffcc31; }

.bg-warning-faded-84 {
  background-color: #ffcb2f; }

.bg-warning-faded-85 {
  background-color: #ffca2c; }

.bg-warning-faded-86 {
  background-color: #ffca2a; }

.bg-warning-faded-87 {
  background-color: #ffc927; }

.bg-warning-faded-88 {
  background-color: #ffc825; }

.bg-warning-faded-89 {
  background-color: #ffc822; }

.bg-warning-faded-90 {
  background-color: #ffc720; }

.bg-warning-faded-91 {
  background-color: #ffc71d; }

.bg-warning-faded-92 {
  background-color: #ffc61b; }

.bg-warning-faded-93 {
  background-color: #ffc518; }

.bg-warning-faded-94 {
  background-color: #ffc516; }

.bg-warning-faded-95 {
  background-color: #ffc413; }

.bg-warning-faded-96 {
  background-color: #ffc311; }

.bg-warning-faded-97 {
  background-color: #ffc30e; }

.bg-warning-faded-98 {
  background-color: #ffc20c; }

.bg-warning-faded-99 {
  background-color: #ffc209; }

.bg-warning-faded-100 {
  background-color: #ffc107; }

.bg-danger-faded-0 {
  background-color: white; }

.bg-danger-faded-1 {
  background-color: #fffdfd; }

.bg-danger-faded-2 {
  background-color: #fefbfb; }

.bg-danger-faded-3 {
  background-color: #fef9f9; }

.bg-danger-faded-4 {
  background-color: #fef7f8; }

.bg-danger-faded-5 {
  background-color: #fdf5f6; }

.bg-danger-faded-6 {
  background-color: #fdf3f4; }

.bg-danger-faded-7 {
  background-color: #fdf1f2; }

.bg-danger-faded-8 {
  background-color: #fceff0; }

.bg-danger-faded-9 {
  background-color: #fcedee; }

.bg-danger-faded-10 {
  background-color: #fcebec; }

.bg-danger-faded-11 {
  background-color: #fbe9eb; }

.bg-danger-faded-12 {
  background-color: #fbe7e9; }

.bg-danger-faded-13 {
  background-color: #fae5e7; }

.bg-danger-faded-14 {
  background-color: #fae3e5; }

.bg-danger-faded-15 {
  background-color: #fae1e3; }

.bg-danger-faded-16 {
  background-color: #f9dfe1; }

.bg-danger-faded-17 {
  background-color: #f9dddf; }

.bg-danger-faded-18 {
  background-color: #f9dbde; }

.bg-danger-faded-19 {
  background-color: #f8d9dc; }

.bg-danger-faded-20 {
  background-color: #f8d7da; }

.bg-danger-faded-21 {
  background-color: #f8d5d8; }

.bg-danger-faded-22 {
  background-color: #f7d3d6; }

.bg-danger-faded-23 {
  background-color: #f7d1d4; }

.bg-danger-faded-24 {
  background-color: #f7cfd2; }

.bg-danger-faded-25 {
  background-color: #f6cdd1; }

.bg-danger-faded-26 {
  background-color: #f6cacf; }

.bg-danger-faded-27 {
  background-color: #f6c8cd; }

.bg-danger-faded-28 {
  background-color: #f5c6cb; }

.bg-danger-faded-29 {
  background-color: #f5c4c9; }

.bg-danger-faded-30 {
  background-color: #f5c2c7; }

.bg-danger-faded-31 {
  background-color: #f4c0c5; }

.bg-danger-faded-32 {
  background-color: #f4bec3; }

.bg-danger-faded-33 {
  background-color: #f3bcc2; }

.bg-danger-faded-34 {
  background-color: #f3bac0; }

.bg-danger-faded-35 {
  background-color: #f3b8be; }

.bg-danger-faded-36 {
  background-color: #f2b6bc; }

.bg-danger-faded-37 {
  background-color: #f2b4ba; }

.bg-danger-faded-38 {
  background-color: #f2b2b8; }

.bg-danger-faded-39 {
  background-color: #f1b0b6; }

.bg-danger-faded-40 {
  background-color: #f1aeb5; }

.bg-danger-faded-41 {
  background-color: #f1acb3; }

.bg-danger-faded-42 {
  background-color: #f0aab1; }

.bg-danger-faded-43 {
  background-color: #f0a8af; }

.bg-danger-faded-44 {
  background-color: #f0a6ad; }

.bg-danger-faded-45 {
  background-color: #efa4ab; }

.bg-danger-faded-46 {
  background-color: #efa2a9; }

.bg-danger-faded-47 {
  background-color: #efa0a8; }

.bg-danger-faded-48 {
  background-color: #ee9ea6; }

.bg-danger-faded-49 {
  background-color: #ee9ca4; }

.bg-danger-faded-50 {
  background-color: #ee9aa2; }

.bg-danger-faded-51 {
  background-color: #ed98a0; }

.bg-danger-faded-52 {
  background-color: #ed969e; }

.bg-danger-faded-53 {
  background-color: #ec949c; }

.bg-danger-faded-54 {
  background-color: #ec929b; }

.bg-danger-faded-55 {
  background-color: #ec9099; }

.bg-danger-faded-56 {
  background-color: #eb8e97; }

.bg-danger-faded-57 {
  background-color: #eb8c95; }

.bg-danger-faded-58 {
  background-color: #eb8a93; }

.bg-danger-faded-59 {
  background-color: #ea8891; }

.bg-danger-faded-60 {
  background-color: #ea868f; }

.bg-danger-faded-61 {
  background-color: #ea848e; }

.bg-danger-faded-62 {
  background-color: #e9828c; }

.bg-danger-faded-63 {
  background-color: #e9808a; }

.bg-danger-faded-64 {
  background-color: #e97e88; }

.bg-danger-faded-65 {
  background-color: #e87c86; }

.bg-danger-faded-66 {
  background-color: #e87a84; }

.bg-danger-faded-67 {
  background-color: #e87882; }

.bg-danger-faded-68 {
  background-color: #e77681; }

.bg-danger-faded-69 {
  background-color: #e7747f; }

.bg-danger-faded-70 {
  background-color: #e7727d; }

.bg-danger-faded-71 {
  background-color: #e6707b; }

.bg-danger-faded-72 {
  background-color: #e66e79; }

.bg-danger-faded-73 {
  background-color: #e56c77; }

.bg-danger-faded-74 {
  background-color: #e56a75; }

.bg-danger-faded-75 {
  background-color: #e56874; }

.bg-danger-faded-76 {
  background-color: #e46572; }

.bg-danger-faded-77 {
  background-color: #e46370; }

.bg-danger-faded-78 {
  background-color: #e4616e; }

.bg-danger-faded-79 {
  background-color: #e35f6c; }

.bg-danger-faded-80 {
  background-color: #e35d6a; }

.bg-danger-faded-81 {
  background-color: #e35b68; }

.bg-danger-faded-82 {
  background-color: #e25966; }

.bg-danger-faded-83 {
  background-color: #e25765; }

.bg-danger-faded-84 {
  background-color: #e25563; }

.bg-danger-faded-85 {
  background-color: #e15361; }

.bg-danger-faded-86 {
  background-color: #e1515f; }

.bg-danger-faded-87 {
  background-color: #e14f5d; }

.bg-danger-faded-88 {
  background-color: #e04d5b; }

.bg-danger-faded-89 {
  background-color: #e04b59; }

.bg-danger-faded-90 {
  background-color: #e04958; }

.bg-danger-faded-91 {
  background-color: #df4756; }

.bg-danger-faded-92 {
  background-color: #df4554; }

.bg-danger-faded-93 {
  background-color: #de4352; }

.bg-danger-faded-94 {
  background-color: #de4150; }

.bg-danger-faded-95 {
  background-color: #de3f4e; }

.bg-danger-faded-96 {
  background-color: #dd3d4c; }

.bg-danger-faded-97 {
  background-color: #dd3b4b; }

.bg-danger-faded-98 {
  background-color: #dd3949; }

.bg-danger-faded-99 {
  background-color: #dc3747; }

.bg-danger-faded-100 {
  background-color: #dc3545; }

.bg-light-faded-0 {
  background-color: white; }

.bg-light-faded-1 {
  background-color: white; }

.bg-light-faded-2 {
  background-color: white; }

.bg-light-faded-3 {
  background-color: white; }

.bg-light-faded-4 {
  background-color: white; }

.bg-light-faded-5 {
  background-color: white; }

.bg-light-faded-6 {
  background-color: #feffff; }

.bg-light-faded-7 {
  background-color: #feffff; }

.bg-light-faded-8 {
  background-color: #feffff; }

.bg-light-faded-9 {
  background-color: #fefeff; }

.bg-light-faded-10 {
  background-color: #fefeff; }

.bg-light-faded-11 {
  background-color: #fefeff; }

.bg-light-faded-12 {
  background-color: #fefeff; }

.bg-light-faded-13 {
  background-color: #fefeff; }

.bg-light-faded-14 {
  background-color: #fefeff; }

.bg-light-faded-15 {
  background-color: #fefeff; }

.bg-light-faded-16 {
  background-color: #fdfeff; }

.bg-light-faded-17 {
  background-color: #fdfefe; }

.bg-light-faded-18 {
  background-color: #fdfefe; }

.bg-light-faded-19 {
  background-color: #fdfefe; }

.bg-light-faded-20 {
  background-color: #fdfefe; }

.bg-light-faded-21 {
  background-color: #fdfefe; }

.bg-light-faded-22 {
  background-color: #fdfefe; }

.bg-light-faded-23 {
  background-color: #fdfefe; }

.bg-light-faded-24 {
  background-color: #fdfefe; }

.bg-light-faded-25 {
  background-color: #fdfefe; }

.bg-light-faded-26 {
  background-color: #fcfdfe; }

.bg-light-faded-27 {
  background-color: #fcfdfe; }

.bg-light-faded-28 {
  background-color: #fcfdfe; }

.bg-light-faded-29 {
  background-color: #fcfdfe; }

.bg-light-faded-30 {
  background-color: #fcfdfe; }

.bg-light-faded-31 {
  background-color: #fcfdfe; }

.bg-light-faded-32 {
  background-color: #fcfdfe; }

.bg-light-faded-33 {
  background-color: #fcfdfe; }

.bg-light-faded-34 {
  background-color: #fcfdfe; }

.bg-light-faded-35 {
  background-color: #fcfdfe; }

.bg-light-faded-36 {
  background-color: #fbfdfe; }

.bg-light-faded-37 {
  background-color: #fbfdfe; }

.bg-light-faded-38 {
  background-color: #fbfdfe; }

.bg-light-faded-39 {
  background-color: #fbfdfe; }

.bg-light-faded-40 {
  background-color: #fbfdfe; }

.bg-light-faded-41 {
  background-color: #fbfdfe; }

.bg-light-faded-42 {
  background-color: #fbfcfe; }

.bg-light-faded-43 {
  background-color: #fbfcfe; }

.bg-light-faded-44 {
  background-color: #fbfcfe; }

.bg-light-faded-45 {
  background-color: #fbfcfe; }

.bg-light-faded-46 {
  background-color: #fafcfe; }

.bg-light-faded-47 {
  background-color: #fafcfe; }

.bg-light-faded-48 {
  background-color: #fafcfe; }

.bg-light-faded-49 {
  background-color: #fafcfe; }

.bg-light-faded-50 {
  background-color: #fafcfe; }

.bg-light-faded-51 {
  background-color: #fafcfd; }

.bg-light-faded-52 {
  background-color: #fafcfd; }

.bg-light-faded-53 {
  background-color: #fafcfd; }

.bg-light-faded-54 {
  background-color: #fafcfd; }

.bg-light-faded-55 {
  background-color: #fafcfd; }

.bg-light-faded-56 {
  background-color: #f9fcfd; }

.bg-light-faded-57 {
  background-color: #f9fcfd; }

.bg-light-faded-58 {
  background-color: #f9fcfd; }

.bg-light-faded-59 {
  background-color: #f9fbfd; }

.bg-light-faded-60 {
  background-color: #f9fbfd; }

.bg-light-faded-61 {
  background-color: #f9fbfd; }

.bg-light-faded-62 {
  background-color: #f9fbfd; }

.bg-light-faded-63 {
  background-color: #f9fbfd; }

.bg-light-faded-64 {
  background-color: #f9fbfd; }

.bg-light-faded-65 {
  background-color: #f9fbfd; }

.bg-light-faded-66 {
  background-color: #f8fbfd; }

.bg-light-faded-67 {
  background-color: #f8fbfd; }

.bg-light-faded-68 {
  background-color: #f8fbfd; }

.bg-light-faded-69 {
  background-color: #f8fbfd; }

.bg-light-faded-70 {
  background-color: #f8fbfd; }

.bg-light-faded-71 {
  background-color: #f8fbfd; }

.bg-light-faded-72 {
  background-color: #f8fbfd; }

.bg-light-faded-73 {
  background-color: #f8fbfd; }

.bg-light-faded-74 {
  background-color: #f8fbfd; }

.bg-light-faded-75 {
  background-color: #f8fbfd; }

.bg-light-faded-76 {
  background-color: #f7fafd; }

.bg-light-faded-77 {
  background-color: #f7fafd; }

.bg-light-faded-78 {
  background-color: #f7fafd; }

.bg-light-faded-79 {
  background-color: #f7fafd; }

.bg-light-faded-80 {
  background-color: #f7fafd; }

.bg-light-faded-81 {
  background-color: #f7fafd; }

.bg-light-faded-82 {
  background-color: #f7fafd; }

.bg-light-faded-83 {
  background-color: #f7fafd; }

.bg-light-faded-84 {
  background-color: #f7fafc; }

.bg-light-faded-85 {
  background-color: #f7fafc; }

.bg-light-faded-86 {
  background-color: #f6fafc; }

.bg-light-faded-87 {
  background-color: #f6fafc; }

.bg-light-faded-88 {
  background-color: #f6fafc; }

.bg-light-faded-89 {
  background-color: #f6fafc; }

.bg-light-faded-90 {
  background-color: #f6fafc; }

.bg-light-faded-91 {
  background-color: #f6fafc; }

.bg-light-faded-92 {
  background-color: #f6f9fc; }

.bg-light-faded-93 {
  background-color: #f6f9fc; }

.bg-light-faded-94 {
  background-color: #f6f9fc; }

.bg-light-faded-95 {
  background-color: #f6f9fc; }

.bg-light-faded-96 {
  background-color: #f5f9fc; }

.bg-light-faded-97 {
  background-color: #f5f9fc; }

.bg-light-faded-98 {
  background-color: #f5f9fc; }

.bg-light-faded-99 {
  background-color: #f5f9fc; }

.bg-light-faded-100 {
  background-color: #f5f9fc; }

.bg-dark-faded-0 {
  background-color: white; }

.bg-dark-faded-1 {
  background-color: #fdfdfe; }

.bg-dark-faded-2 {
  background-color: #fafbfc; }

.bg-dark-faded-3 {
  background-color: #f8fafb; }

.bg-dark-faded-4 {
  background-color: #f5f8f9; }

.bg-dark-faded-5 {
  background-color: #f3f6f8; }

.bg-dark-faded-6 {
  background-color: #f0f4f6; }

.bg-dark-faded-7 {
  background-color: #eef2f5; }

.bg-dark-faded-8 {
  background-color: #ebf0f3; }

.bg-dark-faded-9 {
  background-color: #e9eff2; }

.bg-dark-faded-10 {
  background-color: #e6edf1; }

.bg-dark-faded-11 {
  background-color: #e4ebef; }

.bg-dark-faded-12 {
  background-color: #e1e9ee; }

.bg-dark-faded-13 {
  background-color: #dfe7ec; }

.bg-dark-faded-14 {
  background-color: #dce6eb; }

.bg-dark-faded-15 {
  background-color: #dae4e9; }

.bg-dark-faded-16 {
  background-color: #d7e2e8; }

.bg-dark-faded-17 {
  background-color: #d5e0e7; }

.bg-dark-faded-18 {
  background-color: #d2dee5; }

.bg-dark-faded-19 {
  background-color: #d0dce4; }

.bg-dark-faded-20 {
  background-color: #cddbe2; }

.bg-dark-faded-21 {
  background-color: #cbd9e1; }

.bg-dark-faded-22 {
  background-color: #c8d7df; }

.bg-dark-faded-23 {
  background-color: #c6d5de; }

.bg-dark-faded-24 {
  background-color: #c3d3dc; }

.bg-dark-faded-25 {
  background-color: #c1d2db; }

.bg-dark-faded-26 {
  background-color: #bfd0da; }

.bg-dark-faded-27 {
  background-color: #bcced8; }

.bg-dark-faded-28 {
  background-color: #baccd7; }

.bg-dark-faded-29 {
  background-color: #b7cad5; }

.bg-dark-faded-30 {
  background-color: #b5c8d4; }

.bg-dark-faded-31 {
  background-color: #b2c7d2; }

.bg-dark-faded-32 {
  background-color: #b0c5d1; }

.bg-dark-faded-33 {
  background-color: #adc3cf; }

.bg-dark-faded-34 {
  background-color: #abc1ce; }

.bg-dark-faded-35 {
  background-color: #a8bfcd; }

.bg-dark-faded-36 {
  background-color: #a6bdcb; }

.bg-dark-faded-37 {
  background-color: #a3bcca; }

.bg-dark-faded-38 {
  background-color: #a1bac8; }

.bg-dark-faded-39 {
  background-color: #9eb8c7; }

.bg-dark-faded-40 {
  background-color: #9cb6c5; }

.bg-dark-faded-41 {
  background-color: #99b4c4; }

.bg-dark-faded-42 {
  background-color: #97b3c3; }

.bg-dark-faded-43 {
  background-color: #94b1c1; }

.bg-dark-faded-44 {
  background-color: #92afc0; }

.bg-dark-faded-45 {
  background-color: #8fadbe; }

.bg-dark-faded-46 {
  background-color: #8dabbd; }

.bg-dark-faded-47 {
  background-color: #8aa9bb; }

.bg-dark-faded-48 {
  background-color: #88a8ba; }

.bg-dark-faded-49 {
  background-color: #85a6b8; }

.bg-dark-faded-50 {
  background-color: #83a4b7; }

.bg-dark-faded-51 {
  background-color: #81a2b6; }

.bg-dark-faded-52 {
  background-color: #7ea0b4; }

.bg-dark-faded-53 {
  background-color: #7c9fb3; }

.bg-dark-faded-54 {
  background-color: #799db1; }

.bg-dark-faded-55 {
  background-color: #779bb0; }

.bg-dark-faded-56 {
  background-color: #7499ae; }

.bg-dark-faded-57 {
  background-color: #7297ad; }

.bg-dark-faded-58 {
  background-color: #6f95ab; }

.bg-dark-faded-59 {
  background-color: #6d94aa; }

.bg-dark-faded-60 {
  background-color: #6a92a9; }

.bg-dark-faded-61 {
  background-color: #6890a7; }

.bg-dark-faded-62 {
  background-color: #658ea6; }

.bg-dark-faded-63 {
  background-color: #638ca4; }

.bg-dark-faded-64 {
  background-color: #608ba3; }

.bg-dark-faded-65 {
  background-color: #5e89a1; }

.bg-dark-faded-66 {
  background-color: #5b87a0; }

.bg-dark-faded-67 {
  background-color: #59859f; }

.bg-dark-faded-68 {
  background-color: #56839d; }

.bg-dark-faded-69 {
  background-color: #54819c; }

.bg-dark-faded-70 {
  background-color: #51809a; }

.bg-dark-faded-71 {
  background-color: #4f7e99; }

.bg-dark-faded-72 {
  background-color: #4c7c97; }

.bg-dark-faded-73 {
  background-color: #4a7a96; }

.bg-dark-faded-74 {
  background-color: #477894; }

.bg-dark-faded-75 {
  background-color: #457793; }

.bg-dark-faded-76 {
  background-color: #437592; }

.bg-dark-faded-77 {
  background-color: #407390; }

.bg-dark-faded-78 {
  background-color: #3e718f; }

.bg-dark-faded-79 {
  background-color: #3b6f8d; }

.bg-dark-faded-80 {
  background-color: #396d8c; }

.bg-dark-faded-81 {
  background-color: #366c8a; }

.bg-dark-faded-82 {
  background-color: #346a89; }

.bg-dark-faded-83 {
  background-color: #316887; }

.bg-dark-faded-84 {
  background-color: #2f6686; }

.bg-dark-faded-85 {
  background-color: #2c6485; }

.bg-dark-faded-86 {
  background-color: #2a6283; }

.bg-dark-faded-87 {
  background-color: #276182; }

.bg-dark-faded-88 {
  background-color: #255f80; }

.bg-dark-faded-89 {
  background-color: #225d7f; }

.bg-dark-faded-90 {
  background-color: #205b7d; }

.bg-dark-faded-91 {
  background-color: #1d597c; }

.bg-dark-faded-92 {
  background-color: #1b587b; }

.bg-dark-faded-93 {
  background-color: #185679; }

.bg-dark-faded-94 {
  background-color: #165478; }

.bg-dark-faded-95 {
  background-color: #135276; }

.bg-dark-faded-96 {
  background-color: #115075; }

.bg-dark-faded-97 {
  background-color: #0e4e73; }

.bg-dark-faded-98 {
  background-color: #0c4d72; }

.bg-dark-faded-99 {
  background-color: #094b70; }

.bg-dark-faded-100 {
  background-color: #07496f; }

.bg-primary-light-faded-0 {
  background-color: white; }

.bg-primary-light-faded-1 {
  background-color: #fcfeff; }

.bg-primary-light-faded-2 {
  background-color: #fafefe; }

.bg-primary-light-faded-3 {
  background-color: #f7fdfe; }

.bg-primary-light-faded-4 {
  background-color: #f5fcfe; }

.bg-primary-light-faded-5 {
  background-color: #f2fbfe; }

.bg-primary-light-faded-6 {
  background-color: #f0fbfd; }

.bg-primary-light-faded-7 {
  background-color: #edfafd; }

.bg-primary-light-faded-8 {
  background-color: #ebf9fd; }

.bg-primary-light-faded-9 {
  background-color: #e8f8fc; }

.bg-primary-light-faded-10 {
  background-color: #e6f8fc; }

.bg-primary-light-faded-11 {
  background-color: #e3f7fc; }

.bg-primary-light-faded-12 {
  background-color: #e1f6fc; }

.bg-primary-light-faded-13 {
  background-color: #def6fb; }

.bg-primary-light-faded-14 {
  background-color: #dcf5fb; }

.bg-primary-light-faded-15 {
  background-color: #d9f4fb; }

.bg-primary-light-faded-16 {
  background-color: #d7f3fa; }

.bg-primary-light-faded-17 {
  background-color: #d4f3fa; }

.bg-primary-light-faded-18 {
  background-color: #d2f2fa; }

.bg-primary-light-faded-19 {
  background-color: #cff1f9; }

.bg-primary-light-faded-20 {
  background-color: #cdf0f9; }

.bg-primary-light-faded-21 {
  background-color: #caf0f9; }

.bg-primary-light-faded-22 {
  background-color: #c8eff9; }

.bg-primary-light-faded-23 {
  background-color: #c5eef8; }

.bg-primary-light-faded-24 {
  background-color: #c3edf8; }

.bg-primary-light-faded-25 {
  background-color: #c0edf8; }

.bg-primary-light-faded-26 {
  background-color: #beecf7; }

.bg-primary-light-faded-27 {
  background-color: #bbebf7; }

.bg-primary-light-faded-28 {
  background-color: #b9ebf7; }

.bg-primary-light-faded-29 {
  background-color: #b6eaf7; }

.bg-primary-light-faded-30 {
  background-color: #b4e9f6; }

.bg-primary-light-faded-31 {
  background-color: #b1e8f6; }

.bg-primary-light-faded-32 {
  background-color: #afe8f6; }

.bg-primary-light-faded-33 {
  background-color: #ace7f5; }

.bg-primary-light-faded-34 {
  background-color: #aae6f5; }

.bg-primary-light-faded-35 {
  background-color: #a7e5f5; }

.bg-primary-light-faded-36 {
  background-color: #a5e5f5; }

.bg-primary-light-faded-37 {
  background-color: #a2e4f4; }

.bg-primary-light-faded-38 {
  background-color: #a0e3f4; }

.bg-primary-light-faded-39 {
  background-color: #9de3f4; }

.bg-primary-light-faded-40 {
  background-color: #9be2f3; }

.bg-primary-light-faded-41 {
  background-color: #98e1f3; }

.bg-primary-light-faded-42 {
  background-color: #96e0f3; }

.bg-primary-light-faded-43 {
  background-color: #93e0f3; }

.bg-primary-light-faded-44 {
  background-color: #91dff2; }

.bg-primary-light-faded-45 {
  background-color: #8edef2; }

.bg-primary-light-faded-46 {
  background-color: #8cddf2; }

.bg-primary-light-faded-47 {
  background-color: #89ddf1; }

.bg-primary-light-faded-48 {
  background-color: #87dcf1; }

.bg-primary-light-faded-49 {
  background-color: #84dbf1; }

.bg-primary-light-faded-50 {
  background-color: #82dbf1; }

.bg-primary-light-faded-51 {
  background-color: #7fdaf0; }

.bg-primary-light-faded-52 {
  background-color: #7cd9f0; }

.bg-primary-light-faded-53 {
  background-color: #7ad8f0; }

.bg-primary-light-faded-54 {
  background-color: #77d8ef; }

.bg-primary-light-faded-55 {
  background-color: #75d7ef; }

.bg-primary-light-faded-56 {
  background-color: #72d6ef; }

.bg-primary-light-faded-57 {
  background-color: #70d5ee; }

.bg-primary-light-faded-58 {
  background-color: #6dd5ee; }

.bg-primary-light-faded-59 {
  background-color: #6bd4ee; }

.bg-primary-light-faded-60 {
  background-color: #68d3ee; }

.bg-primary-light-faded-61 {
  background-color: #66d2ed; }

.bg-primary-light-faded-62 {
  background-color: #63d2ed; }

.bg-primary-light-faded-63 {
  background-color: #61d1ed; }

.bg-primary-light-faded-64 {
  background-color: #5ed0ec; }

.bg-primary-light-faded-65 {
  background-color: #5cd0ec; }

.bg-primary-light-faded-66 {
  background-color: #59cfec; }

.bg-primary-light-faded-67 {
  background-color: #57ceec; }

.bg-primary-light-faded-68 {
  background-color: #54cdeb; }

.bg-primary-light-faded-69 {
  background-color: #52cdeb; }

.bg-primary-light-faded-70 {
  background-color: #4fcceb; }

.bg-primary-light-faded-71 {
  background-color: #4dcbea; }

.bg-primary-light-faded-72 {
  background-color: #4acaea; }

.bg-primary-light-faded-73 {
  background-color: #48caea; }

.bg-primary-light-faded-74 {
  background-color: #45c9ea; }

.bg-primary-light-faded-75 {
  background-color: #43c8e9; }

.bg-primary-light-faded-76 {
  background-color: #40c8e9; }

.bg-primary-light-faded-77 {
  background-color: #3ec7e9; }

.bg-primary-light-faded-78 {
  background-color: #3bc6e8; }

.bg-primary-light-faded-79 {
  background-color: #39c5e8; }

.bg-primary-light-faded-80 {
  background-color: #36c5e8; }

.bg-primary-light-faded-81 {
  background-color: #34c4e8; }

.bg-primary-light-faded-82 {
  background-color: #31c3e7; }

.bg-primary-light-faded-83 {
  background-color: #2fc2e7; }

.bg-primary-light-faded-84 {
  background-color: #2cc2e7; }

.bg-primary-light-faded-85 {
  background-color: #2ac1e6; }

.bg-primary-light-faded-86 {
  background-color: #27c0e6; }

.bg-primary-light-faded-87 {
  background-color: #25bfe6; }

.bg-primary-light-faded-88 {
  background-color: #22bfe5; }

.bg-primary-light-faded-89 {
  background-color: #20bee5; }

.bg-primary-light-faded-90 {
  background-color: #1dbde5; }

.bg-primary-light-faded-91 {
  background-color: #1bbde5; }

.bg-primary-light-faded-92 {
  background-color: #18bce4; }

.bg-primary-light-faded-93 {
  background-color: #16bbe4; }

.bg-primary-light-faded-94 {
  background-color: #13bae4; }

.bg-primary-light-faded-95 {
  background-color: #11bae3; }

.bg-primary-light-faded-96 {
  background-color: #0eb9e3; }

.bg-primary-light-faded-97 {
  background-color: #0cb8e3; }

.bg-primary-light-faded-98 {
  background-color: #09b7e3; }

.bg-primary-light-faded-99 {
  background-color: #07b7e2; }

.bg-primary-light-faded-100 {
  background-color: #04b6e2; }

.bg-muted-faded-0 {
  background-color: white; }

.bg-muted-faded-1 {
  background-color: #fefefe; }

.bg-muted-faded-2 {
  background-color: #fdfefe; }

.bg-muted-faded-3 {
  background-color: #fcfdfd; }

.bg-muted-faded-4 {
  background-color: #fbfcfd; }

.bg-muted-faded-5 {
  background-color: #fbfbfc; }

.bg-muted-faded-6 {
  background-color: #fafbfb; }

.bg-muted-faded-7 {
  background-color: #f9fafb; }

.bg-muted-faded-8 {
  background-color: #f8f9fa; }

.bg-muted-faded-9 {
  background-color: #f7f8fa; }

.bg-muted-faded-10 {
  background-color: #f6f8f9; }

.bg-muted-faded-11 {
  background-color: #f5f7f8; }

.bg-muted-faded-12 {
  background-color: #f4f6f8; }

.bg-muted-faded-13 {
  background-color: #f3f5f7; }

.bg-muted-faded-14 {
  background-color: #f3f5f6; }

.bg-muted-faded-15 {
  background-color: #f2f4f6; }

.bg-muted-faded-16 {
  background-color: #f1f3f5; }

.bg-muted-faded-17 {
  background-color: #f0f2f5; }

.bg-muted-faded-18 {
  background-color: #eff2f4; }

.bg-muted-faded-19 {
  background-color: #eef1f3; }

.bg-muted-faded-20 {
  background-color: #edf0f3; }

.bg-muted-faded-21 {
  background-color: #eceff2; }

.bg-muted-faded-22 {
  background-color: #ebeff2; }

.bg-muted-faded-23 {
  background-color: #ebeef1; }

.bg-muted-faded-24 {
  background-color: #eaedf0; }

.bg-muted-faded-25 {
  background-color: #e9edf0; }

.bg-muted-faded-26 {
  background-color: #e8ecef; }

.bg-muted-faded-27 {
  background-color: #e7ebef; }

.bg-muted-faded-28 {
  background-color: #e6eaee; }

.bg-muted-faded-29 {
  background-color: #e5eaed; }

.bg-muted-faded-30 {
  background-color: #e4e9ed; }

.bg-muted-faded-31 {
  background-color: #e3e8ec; }

.bg-muted-faded-32 {
  background-color: #e3e7eb; }

.bg-muted-faded-33 {
  background-color: #e2e7eb; }

.bg-muted-faded-34 {
  background-color: #e1e6ea; }

.bg-muted-faded-35 {
  background-color: #e0e5ea; }

.bg-muted-faded-36 {
  background-color: #dfe4e9; }

.bg-muted-faded-37 {
  background-color: #dee4e8; }

.bg-muted-faded-38 {
  background-color: #dde3e8; }

.bg-muted-faded-39 {
  background-color: #dce2e7; }

.bg-muted-faded-40 {
  background-color: #dbe1e7; }

.bg-muted-faded-41 {
  background-color: #dbe1e6; }

.bg-muted-faded-42 {
  background-color: #dae0e5; }

.bg-muted-faded-43 {
  background-color: #d9dfe5; }

.bg-muted-faded-44 {
  background-color: #d8dee4; }

.bg-muted-faded-45 {
  background-color: #d7dee4; }

.bg-muted-faded-46 {
  background-color: #d6dde3; }

.bg-muted-faded-47 {
  background-color: #d5dce2; }

.bg-muted-faded-48 {
  background-color: #d4dbe2; }

.bg-muted-faded-49 {
  background-color: #d3dbe1; }

.bg-muted-faded-50 {
  background-color: #d3dae1; }

.bg-muted-faded-51 {
  background-color: #d2d9e0; }

.bg-muted-faded-52 {
  background-color: #d1d9df; }

.bg-muted-faded-53 {
  background-color: #d0d8df; }

.bg-muted-faded-54 {
  background-color: #cfd7de; }

.bg-muted-faded-55 {
  background-color: #ced6dd; }

.bg-muted-faded-56 {
  background-color: #cdd6dd; }

.bg-muted-faded-57 {
  background-color: #ccd5dc; }

.bg-muted-faded-58 {
  background-color: #cbd4dc; }

.bg-muted-faded-59 {
  background-color: #cad3db; }

.bg-muted-faded-60 {
  background-color: #cad3da; }

.bg-muted-faded-61 {
  background-color: #c9d2da; }

.bg-muted-faded-62 {
  background-color: #c8d1d9; }

.bg-muted-faded-63 {
  background-color: #c7d0d9; }

.bg-muted-faded-64 {
  background-color: #c6d0d8; }

.bg-muted-faded-65 {
  background-color: #c5cfd7; }

.bg-muted-faded-66 {
  background-color: #c4ced7; }

.bg-muted-faded-67 {
  background-color: #c3cdd6; }

.bg-muted-faded-68 {
  background-color: #c2cdd6; }

.bg-muted-faded-69 {
  background-color: #c2ccd5; }

.bg-muted-faded-70 {
  background-color: #c1cbd4; }

.bg-muted-faded-71 {
  background-color: #c0cad4; }

.bg-muted-faded-72 {
  background-color: #bfcad3; }

.bg-muted-faded-73 {
  background-color: #bec9d2; }

.bg-muted-faded-74 {
  background-color: #bdc8d2; }

.bg-muted-faded-75 {
  background-color: #bcc8d1; }

.bg-muted-faded-76 {
  background-color: #bbc7d1; }

.bg-muted-faded-77 {
  background-color: #bac6d0; }

.bg-muted-faded-78 {
  background-color: #bac5cf; }

.bg-muted-faded-79 {
  background-color: #b9c5cf; }

.bg-muted-faded-80 {
  background-color: #b8c4ce; }

.bg-muted-faded-81 {
  background-color: #b7c3ce; }

.bg-muted-faded-82 {
  background-color: #b6c2cd; }

.bg-muted-faded-83 {
  background-color: #b5c2cc; }

.bg-muted-faded-84 {
  background-color: #b4c1cc; }

.bg-muted-faded-85 {
  background-color: #b3c0cb; }

.bg-muted-faded-86 {
  background-color: #b2bfcb; }

.bg-muted-faded-87 {
  background-color: #b2bfca; }

.bg-muted-faded-88 {
  background-color: #b1bec9; }

.bg-muted-faded-89 {
  background-color: #b0bdc9; }

.bg-muted-faded-90 {
  background-color: #afbcc8; }

.bg-muted-faded-91 {
  background-color: #aebcc7; }

.bg-muted-faded-92 {
  background-color: #adbbc7; }

.bg-muted-faded-93 {
  background-color: #acbac6; }

.bg-muted-faded-94 {
  background-color: #abb9c6; }

.bg-muted-faded-95 {
  background-color: #aab9c5; }

.bg-muted-faded-96 {
  background-color: #aab8c4; }

.bg-muted-faded-97 {
  background-color: #a9b7c4; }

.bg-muted-faded-98 {
  background-color: #a8b6c3; }

.bg-muted-faded-99 {
  background-color: #a7b6c3; }

.bg-muted-faded-100 {
  background-color: #a6b5c2; }

.bg-white-faded-0 {
  background-color: white; }

.bg-white-faded-1 {
  background-color: white; }

.bg-white-faded-2 {
  background-color: white; }

.bg-white-faded-3 {
  background-color: white; }

.bg-white-faded-4 {
  background-color: white; }

.bg-white-faded-5 {
  background-color: white; }

.bg-white-faded-6 {
  background-color: white; }

.bg-white-faded-7 {
  background-color: white; }

.bg-white-faded-8 {
  background-color: white; }

.bg-white-faded-9 {
  background-color: white; }

.bg-white-faded-10 {
  background-color: white; }

.bg-white-faded-11 {
  background-color: white; }

.bg-white-faded-12 {
  background-color: white; }

.bg-white-faded-13 {
  background-color: white; }

.bg-white-faded-14 {
  background-color: white; }

.bg-white-faded-15 {
  background-color: white; }

.bg-white-faded-16 {
  background-color: white; }

.bg-white-faded-17 {
  background-color: white; }

.bg-white-faded-18 {
  background-color: white; }

.bg-white-faded-19 {
  background-color: white; }

.bg-white-faded-20 {
  background-color: white; }

.bg-white-faded-21 {
  background-color: white; }

.bg-white-faded-22 {
  background-color: white; }

.bg-white-faded-23 {
  background-color: white; }

.bg-white-faded-24 {
  background-color: white; }

.bg-white-faded-25 {
  background-color: white; }

.bg-white-faded-26 {
  background-color: white; }

.bg-white-faded-27 {
  background-color: white; }

.bg-white-faded-28 {
  background-color: white; }

.bg-white-faded-29 {
  background-color: white; }

.bg-white-faded-30 {
  background-color: white; }

.bg-white-faded-31 {
  background-color: white; }

.bg-white-faded-32 {
  background-color: white; }

.bg-white-faded-33 {
  background-color: white; }

.bg-white-faded-34 {
  background-color: white; }

.bg-white-faded-35 {
  background-color: white; }

.bg-white-faded-36 {
  background-color: white; }

.bg-white-faded-37 {
  background-color: white; }

.bg-white-faded-38 {
  background-color: white; }

.bg-white-faded-39 {
  background-color: white; }

.bg-white-faded-40 {
  background-color: white; }

.bg-white-faded-41 {
  background-color: white; }

.bg-white-faded-42 {
  background-color: white; }

.bg-white-faded-43 {
  background-color: white; }

.bg-white-faded-44 {
  background-color: white; }

.bg-white-faded-45 {
  background-color: white; }

.bg-white-faded-46 {
  background-color: white; }

.bg-white-faded-47 {
  background-color: white; }

.bg-white-faded-48 {
  background-color: white; }

.bg-white-faded-49 {
  background-color: white; }

.bg-white-faded-50 {
  background-color: white; }

.bg-white-faded-51 {
  background-color: white; }

.bg-white-faded-52 {
  background-color: white; }

.bg-white-faded-53 {
  background-color: white; }

.bg-white-faded-54 {
  background-color: white; }

.bg-white-faded-55 {
  background-color: white; }

.bg-white-faded-56 {
  background-color: white; }

.bg-white-faded-57 {
  background-color: white; }

.bg-white-faded-58 {
  background-color: white; }

.bg-white-faded-59 {
  background-color: white; }

.bg-white-faded-60 {
  background-color: white; }

.bg-white-faded-61 {
  background-color: white; }

.bg-white-faded-62 {
  background-color: white; }

.bg-white-faded-63 {
  background-color: white; }

.bg-white-faded-64 {
  background-color: white; }

.bg-white-faded-65 {
  background-color: white; }

.bg-white-faded-66 {
  background-color: white; }

.bg-white-faded-67 {
  background-color: white; }

.bg-white-faded-68 {
  background-color: white; }

.bg-white-faded-69 {
  background-color: white; }

.bg-white-faded-70 {
  background-color: white; }

.bg-white-faded-71 {
  background-color: white; }

.bg-white-faded-72 {
  background-color: white; }

.bg-white-faded-73 {
  background-color: white; }

.bg-white-faded-74 {
  background-color: white; }

.bg-white-faded-75 {
  background-color: white; }

.bg-white-faded-76 {
  background-color: white; }

.bg-white-faded-77 {
  background-color: white; }

.bg-white-faded-78 {
  background-color: white; }

.bg-white-faded-79 {
  background-color: white; }

.bg-white-faded-80 {
  background-color: white; }

.bg-white-faded-81 {
  background-color: white; }

.bg-white-faded-82 {
  background-color: white; }

.bg-white-faded-83 {
  background-color: white; }

.bg-white-faded-84 {
  background-color: white; }

.bg-white-faded-85 {
  background-color: white; }

.bg-white-faded-86 {
  background-color: white; }

.bg-white-faded-87 {
  background-color: white; }

.bg-white-faded-88 {
  background-color: white; }

.bg-white-faded-89 {
  background-color: white; }

.bg-white-faded-90 {
  background-color: white; }

.bg-white-faded-91 {
  background-color: white; }

.bg-white-faded-92 {
  background-color: white; }

.bg-white-faded-93 {
  background-color: white; }

.bg-white-faded-94 {
  background-color: white; }

.bg-white-faded-95 {
  background-color: white; }

.bg-white-faded-96 {
  background-color: white; }

.bg-white-faded-97 {
  background-color: white; }

.bg-white-faded-98 {
  background-color: white; }

.bg-white-faded-99 {
  background-color: white; }

.bg-white-faded-100 {
  background-color: white; }

.bg-hover-faded-0 {
  background-color: white; }

.bg-hover-faded-1 {
  background-color: white; }

.bg-hover-faded-2 {
  background-color: white; }

.bg-hover-faded-3 {
  background-color: white; }

.bg-hover-faded-4 {
  background-color: #feffff; }

.bg-hover-faded-5 {
  background-color: #feffff; }

.bg-hover-faded-6 {
  background-color: #feffff; }

.bg-hover-faded-7 {
  background-color: #feffff; }

.bg-hover-faded-8 {
  background-color: #feffff; }

.bg-hover-faded-9 {
  background-color: #feffff; }

.bg-hover-faded-10 {
  background-color: #feffff; }

.bg-hover-faded-11 {
  background-color: #fdffff; }

.bg-hover-faded-12 {
  background-color: #fdffff; }

.bg-hover-faded-13 {
  background-color: #fdfeff; }

.bg-hover-faded-14 {
  background-color: #fdfeff; }

.bg-hover-faded-15 {
  background-color: #fdfeff; }

.bg-hover-faded-16 {
  background-color: #fdfeff; }

.bg-hover-faded-17 {
  background-color: #fcfeff; }

.bg-hover-faded-18 {
  background-color: #fcfeff; }

.bg-hover-faded-19 {
  background-color: #fcfeff; }

.bg-hover-faded-20 {
  background-color: #fcfeff; }

.bg-hover-faded-21 {
  background-color: #fcfeff; }

.bg-hover-faded-22 {
  background-color: #fcfeff; }

.bg-hover-faded-23 {
  background-color: #fcfeff; }

.bg-hover-faded-24 {
  background-color: #fbfeff; }

.bg-hover-faded-25 {
  background-color: #fbfeff; }

.bg-hover-faded-26 {
  background-color: #fbfefe; }

.bg-hover-faded-27 {
  background-color: #fbfefe; }

.bg-hover-faded-28 {
  background-color: #fbfefe; }

.bg-hover-faded-29 {
  background-color: #fbfefe; }

.bg-hover-faded-30 {
  background-color: #fbfefe; }

.bg-hover-faded-31 {
  background-color: #fafefe; }

.bg-hover-faded-32 {
  background-color: #fafefe; }

.bg-hover-faded-33 {
  background-color: #fafefe; }

.bg-hover-faded-34 {
  background-color: #fafefe; }

.bg-hover-faded-35 {
  background-color: #fafefe; }

.bg-hover-faded-36 {
  background-color: #fafefe; }

.bg-hover-faded-37 {
  background-color: #f9fefe; }

.bg-hover-faded-38 {
  background-color: #f9fdfe; }

.bg-hover-faded-39 {
  background-color: #f9fdfe; }

.bg-hover-faded-40 {
  background-color: #f9fdfe; }

.bg-hover-faded-41 {
  background-color: #f9fdfe; }

.bg-hover-faded-42 {
  background-color: #f9fdfe; }

.bg-hover-faded-43 {
  background-color: #f9fdfe; }

.bg-hover-faded-44 {
  background-color: #f8fdfe; }

.bg-hover-faded-45 {
  background-color: #f8fdfe; }

.bg-hover-faded-46 {
  background-color: #f8fdfe; }

.bg-hover-faded-47 {
  background-color: #f8fdfe; }

.bg-hover-faded-48 {
  background-color: #f8fdfe; }

.bg-hover-faded-49 {
  background-color: #f8fdfe; }

.bg-hover-faded-50 {
  background-color: #f8fdfe; }

.bg-hover-faded-51 {
  background-color: #f7fdfe; }

.bg-hover-faded-52 {
  background-color: #f7fdfe; }

.bg-hover-faded-53 {
  background-color: #f7fdfe; }

.bg-hover-faded-54 {
  background-color: #f7fdfe; }

.bg-hover-faded-55 {
  background-color: #f7fdfe; }

.bg-hover-faded-56 {
  background-color: #f7fdfe; }

.bg-hover-faded-57 {
  background-color: #f6fdfe; }

.bg-hover-faded-58 {
  background-color: #f6fdfe; }

.bg-hover-faded-59 {
  background-color: #f6fdfe; }

.bg-hover-faded-60 {
  background-color: #f6fdfe; }

.bg-hover-faded-61 {
  background-color: #f6fdfe; }

.bg-hover-faded-62 {
  background-color: #f6fdfe; }

.bg-hover-faded-63 {
  background-color: #f6fcfe; }

.bg-hover-faded-64 {
  background-color: #f5fcfe; }

.bg-hover-faded-65 {
  background-color: #f5fcfe; }

.bg-hover-faded-66 {
  background-color: #f5fcfe; }

.bg-hover-faded-67 {
  background-color: #f5fcfe; }

.bg-hover-faded-68 {
  background-color: #f5fcfe; }

.bg-hover-faded-69 {
  background-color: #f5fcfe; }

.bg-hover-faded-70 {
  background-color: #f5fcfe; }

.bg-hover-faded-71 {
  background-color: #f4fcfe; }

.bg-hover-faded-72 {
  background-color: #f4fcfe; }

.bg-hover-faded-73 {
  background-color: #f4fcfe; }

.bg-hover-faded-74 {
  background-color: #f4fcfe; }

.bg-hover-faded-75 {
  background-color: #f4fcfe; }

.bg-hover-faded-76 {
  background-color: #f4fcfd; }

.bg-hover-faded-77 {
  background-color: #f3fcfd; }

.bg-hover-faded-78 {
  background-color: #f3fcfd; }

.bg-hover-faded-79 {
  background-color: #f3fcfd; }

.bg-hover-faded-80 {
  background-color: #f3fcfd; }

.bg-hover-faded-81 {
  background-color: #f3fcfd; }

.bg-hover-faded-82 {
  background-color: #f3fcfd; }

.bg-hover-faded-83 {
  background-color: #f3fcfd; }

.bg-hover-faded-84 {
  background-color: #f2fcfd; }

.bg-hover-faded-85 {
  background-color: #f2fcfd; }

.bg-hover-faded-86 {
  background-color: #f2fcfd; }

.bg-hover-faded-87 {
  background-color: #f2fcfd; }

.bg-hover-faded-88 {
  background-color: #f2fbfd; }

.bg-hover-faded-89 {
  background-color: #f2fbfd; }

.bg-hover-faded-90 {
  background-color: #f2fbfd; }

.bg-hover-faded-91 {
  background-color: #f1fbfd; }

.bg-hover-faded-92 {
  background-color: #f1fbfd; }

.bg-hover-faded-93 {
  background-color: #f1fbfd; }

.bg-hover-faded-94 {
  background-color: #f1fbfd; }

.bg-hover-faded-95 {
  background-color: #f1fbfd; }

.bg-hover-faded-96 {
  background-color: #f1fbfd; }

.bg-hover-faded-97 {
  background-color: #f0fbfd; }

.bg-hover-faded-98 {
  background-color: #f0fbfd; }

.bg-hover-faded-99 {
  background-color: #f0fbfd; }

.bg-hover-faded-100 {
  background-color: #f0fbfd; }

.bg-private-faded-0 {
  background-color: white; }

.bg-private-faded-1 {
  background-color: white; }

.bg-private-faded-2 {
  background-color: white; }

.bg-private-faded-3 {
  background-color: white; }

.bg-private-faded-4 {
  background-color: white; }

.bg-private-faded-5 {
  background-color: white; }

.bg-private-faded-6 {
  background-color: white; }

.bg-private-faded-7 {
  background-color: white; }

.bg-private-faded-8 {
  background-color: white; }

.bg-private-faded-9 {
  background-color: white; }

.bg-private-faded-10 {
  background-color: white; }

.bg-private-faded-11 {
  background-color: white; }

.bg-private-faded-12 {
  background-color: white; }

.bg-private-faded-13 {
  background-color: white; }

.bg-private-faded-14 {
  background-color: white; }

.bg-private-faded-15 {
  background-color: white; }

.bg-private-faded-16 {
  background-color: white; }

.bg-private-faded-17 {
  background-color: white; }

.bg-private-faded-18 {
  background-color: white; }

.bg-private-faded-19 {
  background-color: white; }

.bg-private-faded-20 {
  background-color: white; }

.bg-private-faded-21 {
  background-color: white; }

.bg-private-faded-22 {
  background-color: white; }

.bg-private-faded-23 {
  background-color: white; }

.bg-private-faded-24 {
  background-color: white; }

.bg-private-faded-25 {
  background-color: white; }

.bg-private-faded-26 {
  background-color: white; }

.bg-private-faded-27 {
  background-color: white; }

.bg-private-faded-28 {
  background-color: white; }

.bg-private-faded-29 {
  background-color: white; }

.bg-private-faded-30 {
  background-color: white; }

.bg-private-faded-31 {
  background-color: white; }

.bg-private-faded-32 {
  background-color: white; }

.bg-private-faded-33 {
  background-color: white; }

.bg-private-faded-34 {
  background-color: white; }

.bg-private-faded-35 {
  background-color: white; }

.bg-private-faded-36 {
  background-color: white; }

.bg-private-faded-37 {
  background-color: white; }

.bg-private-faded-38 {
  background-color: white; }

.bg-private-faded-39 {
  background-color: white; }

.bg-private-faded-40 {
  background-color: white; }

.bg-private-faded-41 {
  background-color: white; }

.bg-private-faded-42 {
  background-color: white; }

.bg-private-faded-43 {
  background-color: white; }

.bg-private-faded-44 {
  background-color: white; }

.bg-private-faded-45 {
  background-color: white; }

.bg-private-faded-46 {
  background-color: white; }

.bg-private-faded-47 {
  background-color: white; }

.bg-private-faded-48 {
  background-color: white; }

.bg-private-faded-49 {
  background-color: white; }

.bg-private-faded-50 {
  background-color: white; }

.bg-private-faded-51 {
  background-color: white; }

.bg-private-faded-52 {
  background-color: white; }

.bg-private-faded-53 {
  background-color: white; }

.bg-private-faded-54 {
  background-color: white; }

.bg-private-faded-55 {
  background-color: white; }

.bg-private-faded-56 {
  background-color: white; }

.bg-private-faded-57 {
  background-color: white; }

.bg-private-faded-58 {
  background-color: white; }

.bg-private-faded-59 {
  background-color: white; }

.bg-private-faded-60 {
  background-color: white; }

.bg-private-faded-61 {
  background-color: white; }

.bg-private-faded-62 {
  background-color: white; }

.bg-private-faded-63 {
  background-color: white; }

.bg-private-faded-64 {
  background-color: white; }

.bg-private-faded-65 {
  background-color: white; }

.bg-private-faded-66 {
  background-color: white; }

.bg-private-faded-67 {
  background-color: white; }

.bg-private-faded-68 {
  background-color: white; }

.bg-private-faded-69 {
  background-color: white; }

.bg-private-faded-70 {
  background-color: white; }

.bg-private-faded-71 {
  background-color: white; }

.bg-private-faded-72 {
  background-color: white; }

.bg-private-faded-73 {
  background-color: white; }

.bg-private-faded-74 {
  background-color: white; }

.bg-private-faded-75 {
  background-color: white; }

.bg-private-faded-76 {
  background-color: white; }

.bg-private-faded-77 {
  background-color: white; }

.bg-private-faded-78 {
  background-color: white; }

.bg-private-faded-79 {
  background-color: white; }

.bg-private-faded-80 {
  background-color: white; }

.bg-private-faded-81 {
  background-color: white; }

.bg-private-faded-82 {
  background-color: white; }

.bg-private-faded-83 {
  background-color: white; }

.bg-private-faded-84 {
  background-color: white; }

.bg-private-faded-85 {
  background-color: white; }

.bg-private-faded-86 {
  background-color: white; }

.bg-private-faded-87 {
  background-color: white; }

.bg-private-faded-88 {
  background-color: white; }

.bg-private-faded-89 {
  background-color: white; }

.bg-private-faded-90 {
  background-color: white; }

.bg-private-faded-91 {
  background-color: white; }

.bg-private-faded-92 {
  background-color: white; }

.bg-private-faded-93 {
  background-color: white; }

.bg-private-faded-94 {
  background-color: white; }

.bg-private-faded-95 {
  background-color: white; }

.bg-private-faded-96 {
  background-color: white; }

.bg-private-faded-97 {
  background-color: white; }

.bg-private-faded-98 {
  background-color: white; }

.bg-private-faded-99 {
  background-color: white; }

.bg-private-faded-100 {
  background-color: white; }

.bg-yellow-faded-0 {
  background-color: white; }

.bg-yellow-faded-1 {
  background-color: #fffefd; }

.bg-yellow-faded-2 {
  background-color: #fffefa; }

.bg-yellow-faded-3 {
  background-color: #fffdf8; }

.bg-yellow-faded-4 {
  background-color: #fffdf5; }

.bg-yellow-faded-5 {
  background-color: #fffcf3; }

.bg-yellow-faded-6 {
  background-color: #fffbf0; }

.bg-yellow-faded-7 {
  background-color: #fffbee; }

.bg-yellow-faded-8 {
  background-color: #fffaeb; }

.bg-yellow-faded-9 {
  background-color: #fff9e9; }

.bg-yellow-faded-10 {
  background-color: #fff9e6; }

.bg-yellow-faded-11 {
  background-color: #fff8e4; }

.bg-yellow-faded-12 {
  background-color: #fff8e1; }

.bg-yellow-faded-13 {
  background-color: #fff7df; }

.bg-yellow-faded-14 {
  background-color: #fff6dc; }

.bg-yellow-faded-15 {
  background-color: #fff6da; }

.bg-yellow-faded-16 {
  background-color: #fff5d7; }

.bg-yellow-faded-17 {
  background-color: #fff4d5; }

.bg-yellow-faded-18 {
  background-color: #fff4d2; }

.bg-yellow-faded-19 {
  background-color: #fff3d0; }

.bg-yellow-faded-20 {
  background-color: #fff3cd; }

.bg-yellow-faded-21 {
  background-color: #fff2cb; }

.bg-yellow-faded-22 {
  background-color: #fff1c8; }

.bg-yellow-faded-23 {
  background-color: #fff1c6; }

.bg-yellow-faded-24 {
  background-color: #fff0c3; }

.bg-yellow-faded-25 {
  background-color: #fff0c1; }

.bg-yellow-faded-26 {
  background-color: #ffefbf; }

.bg-yellow-faded-27 {
  background-color: #ffeebc; }

.bg-yellow-faded-28 {
  background-color: #ffeeba; }

.bg-yellow-faded-29 {
  background-color: #ffedb7; }

.bg-yellow-faded-30 {
  background-color: #ffecb5; }

.bg-yellow-faded-31 {
  background-color: #ffecb2; }

.bg-yellow-faded-32 {
  background-color: #ffebb0; }

.bg-yellow-faded-33 {
  background-color: #ffebad; }

.bg-yellow-faded-34 {
  background-color: #ffeaab; }

.bg-yellow-faded-35 {
  background-color: #ffe9a8; }

.bg-yellow-faded-36 {
  background-color: #ffe9a6; }

.bg-yellow-faded-37 {
  background-color: #ffe8a3; }

.bg-yellow-faded-38 {
  background-color: #ffe7a1; }

.bg-yellow-faded-39 {
  background-color: #ffe79e; }

.bg-yellow-faded-40 {
  background-color: #ffe69c; }

.bg-yellow-faded-41 {
  background-color: #ffe699; }

.bg-yellow-faded-42 {
  background-color: #ffe597; }

.bg-yellow-faded-43 {
  background-color: #ffe494; }

.bg-yellow-faded-44 {
  background-color: #ffe492; }

.bg-yellow-faded-45 {
  background-color: #ffe38f; }

.bg-yellow-faded-46 {
  background-color: #ffe28d; }

.bg-yellow-faded-47 {
  background-color: #ffe28a; }

.bg-yellow-faded-48 {
  background-color: #ffe188; }

.bg-yellow-faded-49 {
  background-color: #ffe185; }

.bg-yellow-faded-50 {
  background-color: #ffe083; }

.bg-yellow-faded-51 {
  background-color: #ffdf81; }

.bg-yellow-faded-52 {
  background-color: #ffdf7e; }

.bg-yellow-faded-53 {
  background-color: #ffde7c; }

.bg-yellow-faded-54 {
  background-color: #ffde79; }

.bg-yellow-faded-55 {
  background-color: #ffdd77; }

.bg-yellow-faded-56 {
  background-color: #ffdc74; }

.bg-yellow-faded-57 {
  background-color: #ffdc72; }

.bg-yellow-faded-58 {
  background-color: #ffdb6f; }

.bg-yellow-faded-59 {
  background-color: #ffda6d; }

.bg-yellow-faded-60 {
  background-color: #ffda6a; }

.bg-yellow-faded-61 {
  background-color: #ffd968; }

.bg-yellow-faded-62 {
  background-color: #ffd965; }

.bg-yellow-faded-63 {
  background-color: #ffd863; }

.bg-yellow-faded-64 {
  background-color: #ffd760; }

.bg-yellow-faded-65 {
  background-color: #ffd75e; }

.bg-yellow-faded-66 {
  background-color: #ffd65b; }

.bg-yellow-faded-67 {
  background-color: #ffd559; }

.bg-yellow-faded-68 {
  background-color: #ffd556; }

.bg-yellow-faded-69 {
  background-color: #ffd454; }

.bg-yellow-faded-70 {
  background-color: #ffd451; }

.bg-yellow-faded-71 {
  background-color: #ffd34f; }

.bg-yellow-faded-72 {
  background-color: #ffd24c; }

.bg-yellow-faded-73 {
  background-color: #ffd24a; }

.bg-yellow-faded-74 {
  background-color: #ffd147; }

.bg-yellow-faded-75 {
  background-color: #ffd145; }

.bg-yellow-faded-76 {
  background-color: #ffd043; }

.bg-yellow-faded-77 {
  background-color: #ffcf40; }

.bg-yellow-faded-78 {
  background-color: #ffcf3e; }

.bg-yellow-faded-79 {
  background-color: #ffce3b; }

.bg-yellow-faded-80 {
  background-color: #ffcd39; }

.bg-yellow-faded-81 {
  background-color: #ffcd36; }

.bg-yellow-faded-82 {
  background-color: #ffcc34; }

.bg-yellow-faded-83 {
  background-color: #ffcc31; }

.bg-yellow-faded-84 {
  background-color: #ffcb2f; }

.bg-yellow-faded-85 {
  background-color: #ffca2c; }

.bg-yellow-faded-86 {
  background-color: #ffca2a; }

.bg-yellow-faded-87 {
  background-color: #ffc927; }

.bg-yellow-faded-88 {
  background-color: #ffc825; }

.bg-yellow-faded-89 {
  background-color: #ffc822; }

.bg-yellow-faded-90 {
  background-color: #ffc720; }

.bg-yellow-faded-91 {
  background-color: #ffc71d; }

.bg-yellow-faded-92 {
  background-color: #ffc61b; }

.bg-yellow-faded-93 {
  background-color: #ffc518; }

.bg-yellow-faded-94 {
  background-color: #ffc516; }

.bg-yellow-faded-95 {
  background-color: #ffc413; }

.bg-yellow-faded-96 {
  background-color: #ffc311; }

.bg-yellow-faded-97 {
  background-color: #ffc30e; }

.bg-yellow-faded-98 {
  background-color: #ffc20c; }

.bg-yellow-faded-99 {
  background-color: #ffc209; }

.bg-yellow-faded-100 {
  background-color: #ffc107; }

.bg-border-faded-0 {
  background-color: white; }

.bg-border-faded-1 {
  background-color: white; }

.bg-border-faded-2 {
  background-color: #feffff; }

.bg-border-faded-3 {
  background-color: #fefeff; }

.bg-border-faded-4 {
  background-color: #fdfeff; }

.bg-border-faded-5 {
  background-color: #fdfefe; }

.bg-border-faded-6 {
  background-color: #fdfefe; }

.bg-border-faded-7 {
  background-color: #fcfdfe; }

.bg-border-faded-8 {
  background-color: #fcfdfe; }

.bg-border-faded-9 {
  background-color: #fbfdfe; }

.bg-border-faded-10 {
  background-color: #fbfdfe; }

.bg-border-faded-11 {
  background-color: #fbfcfe; }

.bg-border-faded-12 {
  background-color: #fafcfe; }

.bg-border-faded-13 {
  background-color: #fafcfd; }

.bg-border-faded-14 {
  background-color: #f9fcfd; }

.bg-border-faded-15 {
  background-color: #f9fbfd; }

.bg-border-faded-16 {
  background-color: #f9fbfd; }

.bg-border-faded-17 {
  background-color: #f8fbfd; }

.bg-border-faded-18 {
  background-color: #f8fbfd; }

.bg-border-faded-19 {
  background-color: #f7fafd; }

.bg-border-faded-20 {
  background-color: #f7fafd; }

.bg-border-faded-21 {
  background-color: #f7fafc; }

.bg-border-faded-22 {
  background-color: #f6fafc; }

.bg-border-faded-23 {
  background-color: #f6f9fc; }

.bg-border-faded-24 {
  background-color: #f5f9fc; }

.bg-border-faded-25 {
  background-color: #f5f9fc; }

.bg-border-faded-26 {
  background-color: #f5f9fc; }

.bg-border-faded-27 {
  background-color: #f4f9fc; }

.bg-border-faded-28 {
  background-color: #f4f8fc; }

.bg-border-faded-29 {
  background-color: #f3f8fc; }

.bg-border-faded-30 {
  background-color: #f3f8fb; }

.bg-border-faded-31 {
  background-color: #f3f8fb; }

.bg-border-faded-32 {
  background-color: #f2f7fb; }

.bg-border-faded-33 {
  background-color: #f2f7fb; }

.bg-border-faded-34 {
  background-color: #f1f7fb; }

.bg-border-faded-35 {
  background-color: #f1f7fb; }

.bg-border-faded-36 {
  background-color: #f1f6fb; }

.bg-border-faded-37 {
  background-color: #f0f6fb; }

.bg-border-faded-38 {
  background-color: #f0f6fa; }

.bg-border-faded-39 {
  background-color: #eff6fa; }

.bg-border-faded-40 {
  background-color: #eff5fa; }

.bg-border-faded-41 {
  background-color: #eff5fa; }

.bg-border-faded-42 {
  background-color: #eef5fa; }

.bg-border-faded-43 {
  background-color: #eef5fa; }

.bg-border-faded-44 {
  background-color: #edf4fa; }

.bg-border-faded-45 {
  background-color: #edf4fa; }

.bg-border-faded-46 {
  background-color: #edf4f9; }

.bg-border-faded-47 {
  background-color: #ecf4f9; }

.bg-border-faded-48 {
  background-color: #ecf3f9; }

.bg-border-faded-49 {
  background-color: #ebf3f9; }

.bg-border-faded-50 {
  background-color: #ebf3f9; }

.bg-border-faded-51 {
  background-color: #ebf3f9; }

.bg-border-faded-52 {
  background-color: #eaf3f9; }

.bg-border-faded-53 {
  background-color: #eaf2f9; }

.bg-border-faded-54 {
  background-color: #e9f2f9; }

.bg-border-faded-55 {
  background-color: #e9f2f8; }

.bg-border-faded-56 {
  background-color: #e9f2f8; }

.bg-border-faded-57 {
  background-color: #e8f1f8; }

.bg-border-faded-58 {
  background-color: #e8f1f8; }

.bg-border-faded-59 {
  background-color: #e7f1f8; }

.bg-border-faded-60 {
  background-color: #e7f1f8; }

.bg-border-faded-61 {
  background-color: #e7f0f8; }

.bg-border-faded-62 {
  background-color: #e6f0f8; }

.bg-border-faded-63 {
  background-color: #e6f0f7; }

.bg-border-faded-64 {
  background-color: #e5f0f7; }

.bg-border-faded-65 {
  background-color: #e5eff7; }

.bg-border-faded-66 {
  background-color: #e5eff7; }

.bg-border-faded-67 {
  background-color: #e4eff7; }

.bg-border-faded-68 {
  background-color: #e4eff7; }

.bg-border-faded-69 {
  background-color: #e3eef7; }

.bg-border-faded-70 {
  background-color: #e3eef7; }

.bg-border-faded-71 {
  background-color: #e3eef6; }

.bg-border-faded-72 {
  background-color: #e2eef6; }

.bg-border-faded-73 {
  background-color: #e2edf6; }

.bg-border-faded-74 {
  background-color: #e1edf6; }

.bg-border-faded-75 {
  background-color: #e1edf6; }

.bg-border-faded-76 {
  background-color: #e1edf6; }

.bg-border-faded-77 {
  background-color: #e0edf6; }

.bg-border-faded-78 {
  background-color: #e0ecf6; }

.bg-border-faded-79 {
  background-color: #dfecf6; }

.bg-border-faded-80 {
  background-color: #dfecf5; }

.bg-border-faded-81 {
  background-color: #dfecf5; }

.bg-border-faded-82 {
  background-color: #deebf5; }

.bg-border-faded-83 {
  background-color: #deebf5; }

.bg-border-faded-84 {
  background-color: #ddebf5; }

.bg-border-faded-85 {
  background-color: #ddebf5; }

.bg-border-faded-86 {
  background-color: #ddeaf5; }

.bg-border-faded-87 {
  background-color: #dceaf5; }

.bg-border-faded-88 {
  background-color: #dceaf4; }

.bg-border-faded-89 {
  background-color: #dbeaf4; }

.bg-border-faded-90 {
  background-color: #dbe9f4; }

.bg-border-faded-91 {
  background-color: #dbe9f4; }

.bg-border-faded-92 {
  background-color: #dae9f4; }

.bg-border-faded-93 {
  background-color: #dae9f4; }

.bg-border-faded-94 {
  background-color: #d9e8f4; }

.bg-border-faded-95 {
  background-color: #d9e8f4; }

.bg-border-faded-96 {
  background-color: #d9e8f3; }

.bg-border-faded-97 {
  background-color: #d8e8f3; }

.bg-border-faded-98 {
  background-color: #d8e7f3; }

.bg-border-faded-99 {
  background-color: #d7e7f3; }

.bg-border-faded-100 {
  background-color: #d7e7f3; }

.bg-black-faded-0 {
  background-color: white; }

.bg-black-faded-1 {
  background-color: #fcfcfc; }

.bg-black-faded-2 {
  background-color: #fafafa; }

.bg-black-faded-3 {
  background-color: #f7f7f7; }

.bg-black-faded-4 {
  background-color: whitesmoke; }

.bg-black-faded-5 {
  background-color: #f2f2f2; }

.bg-black-faded-6 {
  background-color: #f0f0f0; }

.bg-black-faded-7 {
  background-color: #ededed; }

.bg-black-faded-8 {
  background-color: #ebebeb; }

.bg-black-faded-9 {
  background-color: #e8e8e8; }

.bg-black-faded-10 {
  background-color: #e6e6e6; }

.bg-black-faded-11 {
  background-color: #e3e3e3; }

.bg-black-faded-12 {
  background-color: #e0e0e0; }

.bg-black-faded-13 {
  background-color: #dedede; }

.bg-black-faded-14 {
  background-color: #dbdbdb; }

.bg-black-faded-15 {
  background-color: #d9d9d9; }

.bg-black-faded-16 {
  background-color: #d6d6d6; }

.bg-black-faded-17 {
  background-color: #d4d4d4; }

.bg-black-faded-18 {
  background-color: #d1d1d1; }

.bg-black-faded-19 {
  background-color: #cfcfcf; }

.bg-black-faded-20 {
  background-color: #cccccc; }

.bg-black-faded-21 {
  background-color: #c9c9c9; }

.bg-black-faded-22 {
  background-color: #c7c7c7; }

.bg-black-faded-23 {
  background-color: #c4c4c4; }

.bg-black-faded-24 {
  background-color: #c2c2c2; }

.bg-black-faded-25 {
  background-color: #bfbfbf; }

.bg-black-faded-26 {
  background-color: #bdbdbd; }

.bg-black-faded-27 {
  background-color: #bababa; }

.bg-black-faded-28 {
  background-color: #b8b8b8; }

.bg-black-faded-29 {
  background-color: #b5b5b5; }

.bg-black-faded-30 {
  background-color: #b3b3b3; }

.bg-black-faded-31 {
  background-color: #b0b0b0; }

.bg-black-faded-32 {
  background-color: #adadad; }

.bg-black-faded-33 {
  background-color: #ababab; }

.bg-black-faded-34 {
  background-color: #a8a8a8; }

.bg-black-faded-35 {
  background-color: #a6a6a6; }

.bg-black-faded-36 {
  background-color: #a3a3a3; }

.bg-black-faded-37 {
  background-color: #a1a1a1; }

.bg-black-faded-38 {
  background-color: #9e9e9e; }

.bg-black-faded-39 {
  background-color: #9c9c9c; }

.bg-black-faded-40 {
  background-color: #999999; }

.bg-black-faded-41 {
  background-color: #969696; }

.bg-black-faded-42 {
  background-color: #949494; }

.bg-black-faded-43 {
  background-color: #919191; }

.bg-black-faded-44 {
  background-color: #8f8f8f; }

.bg-black-faded-45 {
  background-color: #8c8c8c; }

.bg-black-faded-46 {
  background-color: #8a8a8a; }

.bg-black-faded-47 {
  background-color: #878787; }

.bg-black-faded-48 {
  background-color: #858585; }

.bg-black-faded-49 {
  background-color: #828282; }

.bg-black-faded-50 {
  background-color: gray; }

.bg-black-faded-51 {
  background-color: #7d7d7d; }

.bg-black-faded-52 {
  background-color: #7a7a7a; }

.bg-black-faded-53 {
  background-color: #787878; }

.bg-black-faded-54 {
  background-color: #757575; }

.bg-black-faded-55 {
  background-color: #737373; }

.bg-black-faded-56 {
  background-color: #707070; }

.bg-black-faded-57 {
  background-color: #6e6e6e; }

.bg-black-faded-58 {
  background-color: #6b6b6b; }

.bg-black-faded-59 {
  background-color: dimgray; }

.bg-black-faded-60 {
  background-color: #666666; }

.bg-black-faded-61 {
  background-color: #636363; }

.bg-black-faded-62 {
  background-color: #616161; }

.bg-black-faded-63 {
  background-color: #5e5e5e; }

.bg-black-faded-64 {
  background-color: #5c5c5c; }

.bg-black-faded-65 {
  background-color: #595959; }

.bg-black-faded-66 {
  background-color: #575757; }

.bg-black-faded-67 {
  background-color: #545454; }

.bg-black-faded-68 {
  background-color: #525252; }

.bg-black-faded-69 {
  background-color: #4f4f4f; }

.bg-black-faded-70 {
  background-color: #4d4d4d; }

.bg-black-faded-71 {
  background-color: #4a4a4a; }

.bg-black-faded-72 {
  background-color: #474747; }

.bg-black-faded-73 {
  background-color: #454545; }

.bg-black-faded-74 {
  background-color: #424242; }

.bg-black-faded-75 {
  background-color: #404040; }

.bg-black-faded-76 {
  background-color: #3d3d3d; }

.bg-black-faded-77 {
  background-color: #3b3b3b; }

.bg-black-faded-78 {
  background-color: #383838; }

.bg-black-faded-79 {
  background-color: #363636; }

.bg-black-faded-80 {
  background-color: #333333; }

.bg-black-faded-81 {
  background-color: #303030; }

.bg-black-faded-82 {
  background-color: #2e2e2e; }

.bg-black-faded-83 {
  background-color: #2b2b2b; }

.bg-black-faded-84 {
  background-color: #292929; }

.bg-black-faded-85 {
  background-color: #262626; }

.bg-black-faded-86 {
  background-color: #242424; }

.bg-black-faded-87 {
  background-color: #212121; }

.bg-black-faded-88 {
  background-color: #1f1f1f; }

.bg-black-faded-89 {
  background-color: #1c1c1c; }

.bg-black-faded-90 {
  background-color: #1a1a1a; }

.bg-black-faded-91 {
  background-color: #171717; }

.bg-black-faded-92 {
  background-color: #141414; }

.bg-black-faded-93 {
  background-color: #121212; }

.bg-black-faded-94 {
  background-color: #0f0f0f; }

.bg-black-faded-95 {
  background-color: #0d0d0d; }

.bg-black-faded-96 {
  background-color: #0a0a0a; }

.bg-black-faded-97 {
  background-color: #080808; }

.bg-black-faded-98 {
  background-color: #050505; }

.bg-black-faded-99 {
  background-color: #030303; }

.bg-black-faded-100 {
  background-color: black; }

.bg-green-dark-faded-0 {
  background-color: white; }

.bg-green-dark-faded-1 {
  background-color: #fcfefd; }

.bg-green-dark-faded-2 {
  background-color: #fafcfa; }

.bg-green-dark-faded-3 {
  background-color: #f7fbf8; }

.bg-green-dark-faded-4 {
  background-color: #f5f9f5; }

.bg-green-dark-faded-5 {
  background-color: #f2f8f3; }

.bg-green-dark-faded-6 {
  background-color: #f0f7f0; }

.bg-green-dark-faded-7 {
  background-color: #edf5ee; }

.bg-green-dark-faded-8 {
  background-color: #ebf4eb; }

.bg-green-dark-faded-9 {
  background-color: #e8f2e9; }

.bg-green-dark-faded-10 {
  background-color: #e6f1e7; }

.bg-green-dark-faded-11 {
  background-color: #e3f0e4; }

.bg-green-dark-faded-12 {
  background-color: #e1eee2; }

.bg-green-dark-faded-13 {
  background-color: #deeddf; }

.bg-green-dark-faded-14 {
  background-color: #dbebdd; }

.bg-green-dark-faded-15 {
  background-color: #d9eada; }

.bg-green-dark-faded-16 {
  background-color: #d6e9d8; }

.bg-green-dark-faded-17 {
  background-color: #d4e7d6; }

.bg-green-dark-faded-18 {
  background-color: #d1e6d3; }

.bg-green-dark-faded-19 {
  background-color: #cfe4d1; }

.bg-green-dark-faded-20 {
  background-color: #cce3ce; }

.bg-green-dark-faded-21 {
  background-color: #cae2cc; }

.bg-green-dark-faded-22 {
  background-color: #c7e0c9; }

.bg-green-dark-faded-23 {
  background-color: #c5dfc7; }

.bg-green-dark-faded-24 {
  background-color: #c2ddc4; }

.bg-green-dark-faded-25 {
  background-color: #c0dcc2; }

.bg-green-dark-faded-26 {
  background-color: #bddbc0; }

.bg-green-dark-faded-27 {
  background-color: #bad9bd; }

.bg-green-dark-faded-28 {
  background-color: #b8d8bb; }

.bg-green-dark-faded-29 {
  background-color: #b5d6b8; }

.bg-green-dark-faded-30 {
  background-color: #b3d5b6; }

.bg-green-dark-faded-31 {
  background-color: #b0d4b3; }

.bg-green-dark-faded-32 {
  background-color: #aed2b1; }

.bg-green-dark-faded-33 {
  background-color: #abd1ae; }

.bg-green-dark-faded-34 {
  background-color: #a9cfac; }

.bg-green-dark-faded-35 {
  background-color: #a6ceaa; }

.bg-green-dark-faded-36 {
  background-color: #a4cda7; }

.bg-green-dark-faded-37 {
  background-color: #a1cba5; }

.bg-green-dark-faded-38 {
  background-color: #9ecaa2; }

.bg-green-dark-faded-39 {
  background-color: #9cc8a0; }

.bg-green-dark-faded-40 {
  background-color: #99c79d; }

.bg-green-dark-faded-41 {
  background-color: #97c69b; }

.bg-green-dark-faded-42 {
  background-color: #94c499; }

.bg-green-dark-faded-43 {
  background-color: #92c396; }

.bg-green-dark-faded-44 {
  background-color: #8fc194; }

.bg-green-dark-faded-45 {
  background-color: #8dc091; }

.bg-green-dark-faded-46 {
  background-color: #8abf8f; }

.bg-green-dark-faded-47 {
  background-color: #88bd8c; }

.bg-green-dark-faded-48 {
  background-color: #85bc8a; }

.bg-green-dark-faded-49 {
  background-color: #83ba87; }

.bg-green-dark-faded-50 {
  background-color: #80b985; }

.bg-green-dark-faded-51 {
  background-color: #7db883; }

.bg-green-dark-faded-52 {
  background-color: #7bb680; }

.bg-green-dark-faded-53 {
  background-color: #78b57e; }

.bg-green-dark-faded-54 {
  background-color: #76b37b; }

.bg-green-dark-faded-55 {
  background-color: #73b279; }

.bg-green-dark-faded-56 {
  background-color: #71b176; }

.bg-green-dark-faded-57 {
  background-color: #6eaf74; }

.bg-green-dark-faded-58 {
  background-color: #6cae71; }

.bg-green-dark-faded-59 {
  background-color: #69ac6f; }

.bg-green-dark-faded-60 {
  background-color: #67ab6d; }

.bg-green-dark-faded-61 {
  background-color: #64aa6a; }

.bg-green-dark-faded-62 {
  background-color: #62a868; }

.bg-green-dark-faded-63 {
  background-color: #5fa765; }

.bg-green-dark-faded-64 {
  background-color: #5ca563; }

.bg-green-dark-faded-65 {
  background-color: #5aa460; }

.bg-green-dark-faded-66 {
  background-color: #57a35e; }

.bg-green-dark-faded-67 {
  background-color: #55a15c; }

.bg-green-dark-faded-68 {
  background-color: #52a059; }

.bg-green-dark-faded-69 {
  background-color: #509e57; }

.bg-green-dark-faded-70 {
  background-color: #4d9d54; }

.bg-green-dark-faded-71 {
  background-color: #4b9c52; }

.bg-green-dark-faded-72 {
  background-color: #489a4f; }

.bg-green-dark-faded-73 {
  background-color: #46994d; }

.bg-green-dark-faded-74 {
  background-color: #43974a; }

.bg-green-dark-faded-75 {
  background-color: #419648; }

.bg-green-dark-faded-76 {
  background-color: #3e9546; }

.bg-green-dark-faded-77 {
  background-color: #3b9343; }

.bg-green-dark-faded-78 {
  background-color: #399241; }

.bg-green-dark-faded-79 {
  background-color: #36903e; }

.bg-green-dark-faded-80 {
  background-color: #348f3c; }

.bg-green-dark-faded-81 {
  background-color: #318e39; }

.bg-green-dark-faded-82 {
  background-color: #2f8c37; }

.bg-green-dark-faded-83 {
  background-color: #2c8b34; }

.bg-green-dark-faded-84 {
  background-color: #2a8932; }

.bg-green-dark-faded-85 {
  background-color: #278830; }

.bg-green-dark-faded-86 {
  background-color: #25872d; }

.bg-green-dark-faded-87 {
  background-color: #22852b; }

.bg-green-dark-faded-88 {
  background-color: #1f8428; }

.bg-green-dark-faded-89 {
  background-color: #1d8226; }

.bg-green-dark-faded-90 {
  background-color: #1a8123; }

.bg-green-dark-faded-91 {
  background-color: #188021; }

.bg-green-dark-faded-92 {
  background-color: #157e1f; }

.bg-green-dark-faded-93 {
  background-color: #137d1c; }

.bg-green-dark-faded-94 {
  background-color: #107b1a; }

.bg-green-dark-faded-95 {
  background-color: #0e7a17; }

.bg-green-dark-faded-96 {
  background-color: #0b7915; }

.bg-green-dark-faded-97 {
  background-color: #097712; }

.bg-green-dark-faded-98 {
  background-color: #067610; }

.bg-green-dark-faded-99 {
  background-color: #04740d; }

.bg-green-dark-faded-100 {
  background-color: #01730b; }

.bg-placeholder-faded-0 {
  background-color: white; }

.bg-placeholder-faded-1 {
  background-color: #fdfefe; }

.bg-placeholder-faded-2 {
  background-color: #fcfcfd; }

.bg-placeholder-faded-3 {
  background-color: #fafbfb; }

.bg-placeholder-faded-4 {
  background-color: #f9f9fa; }

.bg-placeholder-faded-5 {
  background-color: #f7f8f9; }

.bg-placeholder-faded-6 {
  background-color: #f5f7f8; }

.bg-placeholder-faded-7 {
  background-color: #f4f5f6; }

.bg-placeholder-faded-8 {
  background-color: #f2f4f5; }

.bg-placeholder-faded-9 {
  background-color: #f1f2f4; }

.bg-placeholder-faded-10 {
  background-color: #eff1f3; }

.bg-placeholder-faded-11 {
  background-color: #eef0f1; }

.bg-placeholder-faded-12 {
  background-color: #eceef0; }

.bg-placeholder-faded-13 {
  background-color: #eaedef; }

.bg-placeholder-faded-14 {
  background-color: #e9ecee; }

.bg-placeholder-faded-15 {
  background-color: #e7eaec; }

.bg-placeholder-faded-16 {
  background-color: #e6e9eb; }

.bg-placeholder-faded-17 {
  background-color: #e4e7ea; }

.bg-placeholder-faded-18 {
  background-color: #e2e6e9; }

.bg-placeholder-faded-19 {
  background-color: #e1e5e7; }

.bg-placeholder-faded-20 {
  background-color: #dfe3e6; }

.bg-placeholder-faded-21 {
  background-color: #dee2e5; }

.bg-placeholder-faded-22 {
  background-color: #dce0e4; }

.bg-placeholder-faded-23 {
  background-color: #dadfe2; }

.bg-placeholder-faded-24 {
  background-color: #d9dee1; }

.bg-placeholder-faded-25 {
  background-color: #d7dce0; }

.bg-placeholder-faded-26 {
  background-color: #d6dbdf; }

.bg-placeholder-faded-27 {
  background-color: #d4d9de; }

.bg-placeholder-faded-28 {
  background-color: #d2d8dc; }

.bg-placeholder-faded-29 {
  background-color: #d1d7db; }

.bg-placeholder-faded-30 {
  background-color: #cfd5da; }

.bg-placeholder-faded-31 {
  background-color: #ced4d9; }

.bg-placeholder-faded-32 {
  background-color: #ccd3d7; }

.bg-placeholder-faded-33 {
  background-color: #cbd1d6; }

.bg-placeholder-faded-34 {
  background-color: #c9d0d5; }

.bg-placeholder-faded-35 {
  background-color: #c7ced4; }

.bg-placeholder-faded-36 {
  background-color: #c6cdd2; }

.bg-placeholder-faded-37 {
  background-color: #c4ccd1; }

.bg-placeholder-faded-38 {
  background-color: #c3cad0; }

.bg-placeholder-faded-39 {
  background-color: #c1c9cf; }

.bg-placeholder-faded-40 {
  background-color: #bfc7cd; }

.bg-placeholder-faded-41 {
  background-color: #bec6cc; }

.bg-placeholder-faded-42 {
  background-color: #bcc5cb; }

.bg-placeholder-faded-43 {
  background-color: #bbc3ca; }

.bg-placeholder-faded-44 {
  background-color: #b9c2c8; }

.bg-placeholder-faded-45 {
  background-color: #b7c0c7; }

.bg-placeholder-faded-46 {
  background-color: #b6bfc6; }

.bg-placeholder-faded-47 {
  background-color: #b4bec5; }

.bg-placeholder-faded-48 {
  background-color: #b3bcc3; }

.bg-placeholder-faded-49 {
  background-color: #b1bbc2; }

.bg-placeholder-faded-50 {
  background-color: #b0bac1; }

.bg-placeholder-faded-51 {
  background-color: #aeb8c0; }

.bg-placeholder-faded-52 {
  background-color: #acb7bf; }

.bg-placeholder-faded-53 {
  background-color: #abb5bd; }

.bg-placeholder-faded-54 {
  background-color: #a9b4bc; }

.bg-placeholder-faded-55 {
  background-color: #a8b3bb; }

.bg-placeholder-faded-56 {
  background-color: #a6b1ba; }

.bg-placeholder-faded-57 {
  background-color: #a4b0b8; }

.bg-placeholder-faded-58 {
  background-color: #a3aeb7; }

.bg-placeholder-faded-59 {
  background-color: #a1adb6; }

.bg-placeholder-faded-60 {
  background-color: #a0acb5; }

.bg-placeholder-faded-61 {
  background-color: #9eaab3; }

.bg-placeholder-faded-62 {
  background-color: #9ca9b2; }

.bg-placeholder-faded-63 {
  background-color: #9ba7b1; }

.bg-placeholder-faded-64 {
  background-color: #99a6b0; }

.bg-placeholder-faded-65 {
  background-color: #98a5ae; }

.bg-placeholder-faded-66 {
  background-color: #96a3ad; }

.bg-placeholder-faded-67 {
  background-color: #94a2ac; }

.bg-placeholder-faded-68 {
  background-color: #93a0ab; }

.bg-placeholder-faded-69 {
  background-color: #919fa9; }

.bg-placeholder-faded-70 {
  background-color: #909ea8; }

.bg-placeholder-faded-71 {
  background-color: #8e9ca7; }

.bg-placeholder-faded-72 {
  background-color: #8d9ba6; }

.bg-placeholder-faded-73 {
  background-color: #8b9aa4; }

.bg-placeholder-faded-74 {
  background-color: #8998a3; }

.bg-placeholder-faded-75 {
  background-color: #8897a2; }

.bg-placeholder-faded-76 {
  background-color: #8695a1; }

.bg-placeholder-faded-77 {
  background-color: #8594a0; }

.bg-placeholder-faded-78 {
  background-color: #83939e; }

.bg-placeholder-faded-79 {
  background-color: #81919d; }

.bg-placeholder-faded-80 {
  background-color: #80909c; }

.bg-placeholder-faded-81 {
  background-color: #7e8e9b; }

.bg-placeholder-faded-82 {
  background-color: #7d8d99; }

.bg-placeholder-faded-83 {
  background-color: #7b8c98; }

.bg-placeholder-faded-84 {
  background-color: #798a97; }

.bg-placeholder-faded-85 {
  background-color: #788996; }

.bg-placeholder-faded-86 {
  background-color: #768794; }

.bg-placeholder-faded-87 {
  background-color: #758693; }

.bg-placeholder-faded-88 {
  background-color: #738592; }

.bg-placeholder-faded-89 {
  background-color: #718391; }

.bg-placeholder-faded-90 {
  background-color: #70828f; }

.bg-placeholder-faded-91 {
  background-color: #6e818e; }

.bg-placeholder-faded-92 {
  background-color: #6d7f8d; }

.bg-placeholder-faded-93 {
  background-color: #6b7e8c; }

.bg-placeholder-faded-94 {
  background-color: #6a7c8a; }

.bg-placeholder-faded-95 {
  background-color: #687b89; }

.bg-placeholder-faded-96 {
  background-color: #667a88; }

.bg-placeholder-faded-97 {
  background-color: #657887; }

.bg-placeholder-faded-98 {
  background-color: #637785; }

.bg-placeholder-faded-99 {
  background-color: #627584; }

.bg-placeholder-faded-100 {
  background-color: #607483; }

.bg-white {
  background-color: #fff; }

/**
Extra border utilities not included in Bootstrap 4 by default.
 */
.border-top-0, .input-group.input-group-inline {
  border-top: 0px solid #d7e7f3 !important; }

.border-right-0, .input-group.input-group-inline {
  border-right: 0px solid #d7e7f3 !important; }

.border-bottom-0, .input-group.input-group-inline {
  border-bottom: 0px solid #d7e7f3 !important; }

.border-left-0 {
  border-left: 0px solid #d7e7f3 !important; }

.border-0, .card.card-inactive a.card-body, .card-inactive.custom-control-card a.card-body, .card-inactive.form-check-card a.card-body {
  border-width: 0px !important; }

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

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

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

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

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

.border-top-2 {
  border-top: 2px solid #d7e7f3 !important; }

.border-right-2 {
  border-right: 2px solid #d7e7f3 !important; }

.border-bottom-2 {
  border-bottom: 2px solid #d7e7f3 !important; }

.border-left-2 {
  border-left: 2px solid #d7e7f3 !important; }

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

.border-top-3 {
  border-top: 3px solid #d7e7f3 !important; }

.border-right-3 {
  border-right: 3px solid #d7e7f3 !important; }

.border-bottom-3 {
  border-bottom: 3px solid #d7e7f3 !important; }

.border-left-3 {
  border-left: 3px solid #d7e7f3 !important; }

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

.border-top-4 {
  border-top: 4px solid #d7e7f3 !important; }

.border-right-4 {
  border-right: 4px solid #d7e7f3 !important; }

.border-bottom-4 {
  border-bottom: 4px solid #d7e7f3 !important; }

.border-left-4, .card a.card-body, .custom-control-card a.card-body, .form-check-card a.card-body {
  border-left: 4px solid #d7e7f3 !important; }

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

.border-top-5 {
  border-top: 5px solid #d7e7f3 !important; }

.border-right-5 {
  border-right: 5px solid #d7e7f3 !important; }

.border-bottom-5 {
  border-bottom: 5px solid #d7e7f3 !important; }

.border-left-5 {
  border-left: 5px solid #d7e7f3 !important; }

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

.border-primary {
  border-color: var(--#203f7b) !important; }

.border-secondary {
  border-color: var(--#346f8f) !important; }

.border-success {
  border-color: var(--#04bc00) !important; }

.border-info {
  border-color: var(--#04b6e2) !important; }

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

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

.border-light {
  border-color: var(--#f5f9fc) !important; }

.border-dark {
  border-color: var(--#07496f) !important; }

.border-primary-light {
  border-color: var(--#04b6e2) !important; }

.border-muted {
  border-color: var(--#a6b5c2) !important; }

.border-white {
  border-color: var(--#fff) !important; }

.border-hover {
  border-color: var(--#f0fbfd) !important; }

.border-private {
  border-color: var(--white) !important; }

.border-yellow {
  border-color: var(--#ffc107) !important; }

.border-border {
  border-color: var(--#d7e7f3) !important; }

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

.border-green-dark {
  border-color: var(--#01730b) !important; }

.border-placeholder {
  border-color: var(--#607483) !important; }

.border-inactive {
  border-color: #d7e7f3 !important; }

.border-active, .card a.card-body:hover, .custom-control-card a.card-body:hover, .form-check-card a.card-body:hover, .card a.card-body:focus, .custom-control-card a.card-body:focus, .form-check-card a.card-body:focus, .card a.card-body:active, .custom-control-card a.card-body:active, .form-check-card a.card-body:active {
  border-color: var(--primary-light) !important; }

.border-dashed {
  border-style: dashed !important; }

.border-size-small {
  border-width: 1.5px !important; }

.border-status-0 {
  border-color: #e7ecf0 !important; }

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

.border-status-2 {
  border-color: #fd7e14 !important; }

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

.border-status-4 {
  border-color: #04bc00 !important; }

.border-status-5 {
  border-color: #01730b !important; }

.border-status-999 {
  border-color: #00b2de !important; }

.border-primary-light-faded-0 {
  border-color: rgba(4, 182, 226, 0) !important; }

.border-secondary-faded-0 {
  border-color: rgba(52, 111, 143, 0) !important; }

.border-primary-light-faded-1 {
  border-color: rgba(4, 182, 226, 0.01) !important; }

.border-secondary-faded-1 {
  border-color: rgba(52, 111, 143, 0.01) !important; }

.border-primary-light-faded-2 {
  border-color: rgba(4, 182, 226, 0.02) !important; }

.border-secondary-faded-2 {
  border-color: rgba(52, 111, 143, 0.02) !important; }

.border-primary-light-faded-3 {
  border-color: rgba(4, 182, 226, 0.03) !important; }

.border-secondary-faded-3 {
  border-color: rgba(52, 111, 143, 0.03) !important; }

.border-primary-light-faded-4 {
  border-color: rgba(4, 182, 226, 0.04) !important; }

.border-secondary-faded-4 {
  border-color: rgba(52, 111, 143, 0.04) !important; }

.border-primary-light-faded-5 {
  border-color: rgba(4, 182, 226, 0.05) !important; }

.border-secondary-faded-5 {
  border-color: rgba(52, 111, 143, 0.05) !important; }

.border-primary-light-faded-6 {
  border-color: rgba(4, 182, 226, 0.06) !important; }

.border-secondary-faded-6 {
  border-color: rgba(52, 111, 143, 0.06) !important; }

.border-primary-light-faded-7 {
  border-color: rgba(4, 182, 226, 0.07) !important; }

.border-secondary-faded-7 {
  border-color: rgba(52, 111, 143, 0.07) !important; }

.border-primary-light-faded-8 {
  border-color: rgba(4, 182, 226, 0.08) !important; }

.border-secondary-faded-8 {
  border-color: rgba(52, 111, 143, 0.08) !important; }

.border-primary-light-faded-9 {
  border-color: rgba(4, 182, 226, 0.09) !important; }

.border-secondary-faded-9 {
  border-color: rgba(52, 111, 143, 0.09) !important; }

.border-primary-light-faded-10 {
  border-color: rgba(4, 182, 226, 0.1) !important; }

.border-secondary-faded-10 {
  border-color: rgba(52, 111, 143, 0.1) !important; }

.border-primary-light-faded-11 {
  border-color: rgba(4, 182, 226, 0.11) !important; }

.border-secondary-faded-11 {
  border-color: rgba(52, 111, 143, 0.11) !important; }

.border-primary-light-faded-12 {
  border-color: rgba(4, 182, 226, 0.12) !important; }

.border-secondary-faded-12 {
  border-color: rgba(52, 111, 143, 0.12) !important; }

.border-primary-light-faded-13 {
  border-color: rgba(4, 182, 226, 0.13) !important; }

.border-secondary-faded-13 {
  border-color: rgba(52, 111, 143, 0.13) !important; }

.border-primary-light-faded-14 {
  border-color: rgba(4, 182, 226, 0.14) !important; }

.border-secondary-faded-14 {
  border-color: rgba(52, 111, 143, 0.14) !important; }

.border-primary-light-faded-15 {
  border-color: rgba(4, 182, 226, 0.15) !important; }

.border-secondary-faded-15 {
  border-color: rgba(52, 111, 143, 0.15) !important; }

.border-primary-light-faded-16 {
  border-color: rgba(4, 182, 226, 0.16) !important; }

.border-secondary-faded-16 {
  border-color: rgba(52, 111, 143, 0.16) !important; }

.border-primary-light-faded-17 {
  border-color: rgba(4, 182, 226, 0.17) !important; }

.border-secondary-faded-17 {
  border-color: rgba(52, 111, 143, 0.17) !important; }

.border-primary-light-faded-18 {
  border-color: rgba(4, 182, 226, 0.18) !important; }

.border-secondary-faded-18 {
  border-color: rgba(52, 111, 143, 0.18) !important; }

.border-primary-light-faded-19 {
  border-color: rgba(4, 182, 226, 0.19) !important; }

.border-secondary-faded-19 {
  border-color: rgba(52, 111, 143, 0.19) !important; }

.border-primary-light-faded-20 {
  border-color: rgba(4, 182, 226, 0.2) !important; }

.border-secondary-faded-20 {
  border-color: rgba(52, 111, 143, 0.2) !important; }

.border-primary-light-faded-21 {
  border-color: rgba(4, 182, 226, 0.21) !important; }

.border-secondary-faded-21 {
  border-color: rgba(52, 111, 143, 0.21) !important; }

.border-primary-light-faded-22 {
  border-color: rgba(4, 182, 226, 0.22) !important; }

.border-secondary-faded-22 {
  border-color: rgba(52, 111, 143, 0.22) !important; }

.border-primary-light-faded-23 {
  border-color: rgba(4, 182, 226, 0.23) !important; }

.border-secondary-faded-23 {
  border-color: rgba(52, 111, 143, 0.23) !important; }

.border-primary-light-faded-24 {
  border-color: rgba(4, 182, 226, 0.24) !important; }

.border-secondary-faded-24 {
  border-color: rgba(52, 111, 143, 0.24) !important; }

.border-primary-light-faded-25 {
  border-color: rgba(4, 182, 226, 0.25) !important; }

.border-secondary-faded-25 {
  border-color: rgba(52, 111, 143, 0.25) !important; }

.border-primary-light-faded-26 {
  border-color: rgba(4, 182, 226, 0.26) !important; }

.border-secondary-faded-26 {
  border-color: rgba(52, 111, 143, 0.26) !important; }

.border-primary-light-faded-27 {
  border-color: rgba(4, 182, 226, 0.27) !important; }

.border-secondary-faded-27 {
  border-color: rgba(52, 111, 143, 0.27) !important; }

.border-primary-light-faded-28 {
  border-color: rgba(4, 182, 226, 0.28) !important; }

.border-secondary-faded-28 {
  border-color: rgba(52, 111, 143, 0.28) !important; }

.border-primary-light-faded-29 {
  border-color: rgba(4, 182, 226, 0.29) !important; }

.border-secondary-faded-29 {
  border-color: rgba(52, 111, 143, 0.29) !important; }

.border-primary-light-faded-30 {
  border-color: rgba(4, 182, 226, 0.3) !important; }

.border-secondary-faded-30 {
  border-color: rgba(52, 111, 143, 0.3) !important; }

.border-primary-light-faded-31 {
  border-color: rgba(4, 182, 226, 0.31) !important; }

.border-secondary-faded-31 {
  border-color: rgba(52, 111, 143, 0.31) !important; }

.border-primary-light-faded-32 {
  border-color: rgba(4, 182, 226, 0.32) !important; }

.border-secondary-faded-32 {
  border-color: rgba(52, 111, 143, 0.32) !important; }

.border-primary-light-faded-33 {
  border-color: rgba(4, 182, 226, 0.33) !important; }

.border-secondary-faded-33 {
  border-color: rgba(52, 111, 143, 0.33) !important; }

.border-primary-light-faded-34 {
  border-color: rgba(4, 182, 226, 0.34) !important; }

.border-secondary-faded-34 {
  border-color: rgba(52, 111, 143, 0.34) !important; }

.border-primary-light-faded-35 {
  border-color: rgba(4, 182, 226, 0.35) !important; }

.border-secondary-faded-35 {
  border-color: rgba(52, 111, 143, 0.35) !important; }

.border-primary-light-faded-36 {
  border-color: rgba(4, 182, 226, 0.36) !important; }

.border-secondary-faded-36 {
  border-color: rgba(52, 111, 143, 0.36) !important; }

.border-primary-light-faded-37 {
  border-color: rgba(4, 182, 226, 0.37) !important; }

.border-secondary-faded-37 {
  border-color: rgba(52, 111, 143, 0.37) !important; }

.border-primary-light-faded-38 {
  border-color: rgba(4, 182, 226, 0.38) !important; }

.border-secondary-faded-38 {
  border-color: rgba(52, 111, 143, 0.38) !important; }

.border-primary-light-faded-39 {
  border-color: rgba(4, 182, 226, 0.39) !important; }

.border-secondary-faded-39 {
  border-color: rgba(52, 111, 143, 0.39) !important; }

.border-primary-light-faded-40 {
  border-color: rgba(4, 182, 226, 0.4) !important; }

.border-secondary-faded-40 {
  border-color: rgba(52, 111, 143, 0.4) !important; }

.border-primary-light-faded-41 {
  border-color: rgba(4, 182, 226, 0.41) !important; }

.border-secondary-faded-41 {
  border-color: rgba(52, 111, 143, 0.41) !important; }

.border-primary-light-faded-42 {
  border-color: rgba(4, 182, 226, 0.42) !important; }

.border-secondary-faded-42 {
  border-color: rgba(52, 111, 143, 0.42) !important; }

.border-primary-light-faded-43 {
  border-color: rgba(4, 182, 226, 0.43) !important; }

.border-secondary-faded-43 {
  border-color: rgba(52, 111, 143, 0.43) !important; }

.border-primary-light-faded-44 {
  border-color: rgba(4, 182, 226, 0.44) !important; }

.border-secondary-faded-44 {
  border-color: rgba(52, 111, 143, 0.44) !important; }

.border-primary-light-faded-45 {
  border-color: rgba(4, 182, 226, 0.45) !important; }

.border-secondary-faded-45 {
  border-color: rgba(52, 111, 143, 0.45) !important; }

.border-primary-light-faded-46 {
  border-color: rgba(4, 182, 226, 0.46) !important; }

.border-secondary-faded-46 {
  border-color: rgba(52, 111, 143, 0.46) !important; }

.border-primary-light-faded-47 {
  border-color: rgba(4, 182, 226, 0.47) !important; }

.border-secondary-faded-47 {
  border-color: rgba(52, 111, 143, 0.47) !important; }

.border-primary-light-faded-48 {
  border-color: rgba(4, 182, 226, 0.48) !important; }

.border-secondary-faded-48 {
  border-color: rgba(52, 111, 143, 0.48) !important; }

.border-primary-light-faded-49 {
  border-color: rgba(4, 182, 226, 0.49) !important; }

.border-secondary-faded-49 {
  border-color: rgba(52, 111, 143, 0.49) !important; }

.border-primary-light-faded-50 {
  border-color: rgba(4, 182, 226, 0.5) !important; }

.border-secondary-faded-50 {
  border-color: rgba(52, 111, 143, 0.5) !important; }

.border-primary-light-faded-51 {
  border-color: rgba(4, 182, 226, 0.51) !important; }

.border-secondary-faded-51 {
  border-color: rgba(52, 111, 143, 0.51) !important; }

.border-primary-light-faded-52 {
  border-color: rgba(4, 182, 226, 0.52) !important; }

.border-secondary-faded-52 {
  border-color: rgba(52, 111, 143, 0.52) !important; }

.border-primary-light-faded-53 {
  border-color: rgba(4, 182, 226, 0.53) !important; }

.border-secondary-faded-53 {
  border-color: rgba(52, 111, 143, 0.53) !important; }

.border-primary-light-faded-54 {
  border-color: rgba(4, 182, 226, 0.54) !important; }

.border-secondary-faded-54 {
  border-color: rgba(52, 111, 143, 0.54) !important; }

.border-primary-light-faded-55 {
  border-color: rgba(4, 182, 226, 0.55) !important; }

.border-secondary-faded-55 {
  border-color: rgba(52, 111, 143, 0.55) !important; }

.border-primary-light-faded-56 {
  border-color: rgba(4, 182, 226, 0.56) !important; }

.border-secondary-faded-56 {
  border-color: rgba(52, 111, 143, 0.56) !important; }

.border-primary-light-faded-57 {
  border-color: rgba(4, 182, 226, 0.57) !important; }

.border-secondary-faded-57 {
  border-color: rgba(52, 111, 143, 0.57) !important; }

.border-primary-light-faded-58 {
  border-color: rgba(4, 182, 226, 0.58) !important; }

.border-secondary-faded-58 {
  border-color: rgba(52, 111, 143, 0.58) !important; }

.border-primary-light-faded-59 {
  border-color: rgba(4, 182, 226, 0.59) !important; }

.border-secondary-faded-59 {
  border-color: rgba(52, 111, 143, 0.59) !important; }

.border-primary-light-faded-60 {
  border-color: rgba(4, 182, 226, 0.6) !important; }

.border-secondary-faded-60 {
  border-color: rgba(52, 111, 143, 0.6) !important; }

.border-primary-light-faded-61 {
  border-color: rgba(4, 182, 226, 0.61) !important; }

.border-secondary-faded-61 {
  border-color: rgba(52, 111, 143, 0.61) !important; }

.border-primary-light-faded-62 {
  border-color: rgba(4, 182, 226, 0.62) !important; }

.border-secondary-faded-62 {
  border-color: rgba(52, 111, 143, 0.62) !important; }

.border-primary-light-faded-63 {
  border-color: rgba(4, 182, 226, 0.63) !important; }

.border-secondary-faded-63 {
  border-color: rgba(52, 111, 143, 0.63) !important; }

.border-primary-light-faded-64 {
  border-color: rgba(4, 182, 226, 0.64) !important; }

.border-secondary-faded-64 {
  border-color: rgba(52, 111, 143, 0.64) !important; }

.border-primary-light-faded-65 {
  border-color: rgba(4, 182, 226, 0.65) !important; }

.border-secondary-faded-65 {
  border-color: rgba(52, 111, 143, 0.65) !important; }

.border-primary-light-faded-66 {
  border-color: rgba(4, 182, 226, 0.66) !important; }

.border-secondary-faded-66 {
  border-color: rgba(52, 111, 143, 0.66) !important; }

.border-primary-light-faded-67 {
  border-color: rgba(4, 182, 226, 0.67) !important; }

.border-secondary-faded-67 {
  border-color: rgba(52, 111, 143, 0.67) !important; }

.border-primary-light-faded-68 {
  border-color: rgba(4, 182, 226, 0.68) !important; }

.border-secondary-faded-68 {
  border-color: rgba(52, 111, 143, 0.68) !important; }

.border-primary-light-faded-69 {
  border-color: rgba(4, 182, 226, 0.69) !important; }

.border-secondary-faded-69 {
  border-color: rgba(52, 111, 143, 0.69) !important; }

.border-primary-light-faded-70 {
  border-color: rgba(4, 182, 226, 0.7) !important; }

.border-secondary-faded-70 {
  border-color: rgba(52, 111, 143, 0.7) !important; }

.border-primary-light-faded-71 {
  border-color: rgba(4, 182, 226, 0.71) !important; }

.border-secondary-faded-71 {
  border-color: rgba(52, 111, 143, 0.71) !important; }

.border-primary-light-faded-72 {
  border-color: rgba(4, 182, 226, 0.72) !important; }

.border-secondary-faded-72 {
  border-color: rgba(52, 111, 143, 0.72) !important; }

.border-primary-light-faded-73 {
  border-color: rgba(4, 182, 226, 0.73) !important; }

.border-secondary-faded-73 {
  border-color: rgba(52, 111, 143, 0.73) !important; }

.border-primary-light-faded-74 {
  border-color: rgba(4, 182, 226, 0.74) !important; }

.border-secondary-faded-74 {
  border-color: rgba(52, 111, 143, 0.74) !important; }

.border-primary-light-faded-75 {
  border-color: rgba(4, 182, 226, 0.75) !important; }

.border-secondary-faded-75 {
  border-color: rgba(52, 111, 143, 0.75) !important; }

.border-primary-light-faded-76 {
  border-color: rgba(4, 182, 226, 0.76) !important; }

.border-secondary-faded-76 {
  border-color: rgba(52, 111, 143, 0.76) !important; }

.border-primary-light-faded-77 {
  border-color: rgba(4, 182, 226, 0.77) !important; }

.border-secondary-faded-77 {
  border-color: rgba(52, 111, 143, 0.77) !important; }

.border-primary-light-faded-78 {
  border-color: rgba(4, 182, 226, 0.78) !important; }

.border-secondary-faded-78 {
  border-color: rgba(52, 111, 143, 0.78) !important; }

.border-primary-light-faded-79 {
  border-color: rgba(4, 182, 226, 0.79) !important; }

.border-secondary-faded-79 {
  border-color: rgba(52, 111, 143, 0.79) !important; }

.border-primary-light-faded-80 {
  border-color: rgba(4, 182, 226, 0.8) !important; }

.border-secondary-faded-80 {
  border-color: rgba(52, 111, 143, 0.8) !important; }

.border-primary-light-faded-81 {
  border-color: rgba(4, 182, 226, 0.81) !important; }

.border-secondary-faded-81 {
  border-color: rgba(52, 111, 143, 0.81) !important; }

.border-primary-light-faded-82 {
  border-color: rgba(4, 182, 226, 0.82) !important; }

.border-secondary-faded-82 {
  border-color: rgba(52, 111, 143, 0.82) !important; }

.border-primary-light-faded-83 {
  border-color: rgba(4, 182, 226, 0.83) !important; }

.border-secondary-faded-83 {
  border-color: rgba(52, 111, 143, 0.83) !important; }

.border-primary-light-faded-84 {
  border-color: rgba(4, 182, 226, 0.84) !important; }

.border-secondary-faded-84 {
  border-color: rgba(52, 111, 143, 0.84) !important; }

.border-primary-light-faded-85 {
  border-color: rgba(4, 182, 226, 0.85) !important; }

.border-secondary-faded-85 {
  border-color: rgba(52, 111, 143, 0.85) !important; }

.border-primary-light-faded-86 {
  border-color: rgba(4, 182, 226, 0.86) !important; }

.border-secondary-faded-86 {
  border-color: rgba(52, 111, 143, 0.86) !important; }

.border-primary-light-faded-87 {
  border-color: rgba(4, 182, 226, 0.87) !important; }

.border-secondary-faded-87 {
  border-color: rgba(52, 111, 143, 0.87) !important; }

.border-primary-light-faded-88 {
  border-color: rgba(4, 182, 226, 0.88) !important; }

.border-secondary-faded-88 {
  border-color: rgba(52, 111, 143, 0.88) !important; }

.border-primary-light-faded-89 {
  border-color: rgba(4, 182, 226, 0.89) !important; }

.border-secondary-faded-89 {
  border-color: rgba(52, 111, 143, 0.89) !important; }

.border-primary-light-faded-90 {
  border-color: rgba(4, 182, 226, 0.9) !important; }

.border-secondary-faded-90 {
  border-color: rgba(52, 111, 143, 0.9) !important; }

.border-primary-light-faded-91 {
  border-color: rgba(4, 182, 226, 0.91) !important; }

.border-secondary-faded-91 {
  border-color: rgba(52, 111, 143, 0.91) !important; }

.border-primary-light-faded-92 {
  border-color: rgba(4, 182, 226, 0.92) !important; }

.border-secondary-faded-92 {
  border-color: rgba(52, 111, 143, 0.92) !important; }

.border-primary-light-faded-93 {
  border-color: rgba(4, 182, 226, 0.93) !important; }

.border-secondary-faded-93 {
  border-color: rgba(52, 111, 143, 0.93) !important; }

.border-primary-light-faded-94 {
  border-color: rgba(4, 182, 226, 0.94) !important; }

.border-secondary-faded-94 {
  border-color: rgba(52, 111, 143, 0.94) !important; }

.border-primary-light-faded-95 {
  border-color: rgba(4, 182, 226, 0.95) !important; }

.border-secondary-faded-95 {
  border-color: rgba(52, 111, 143, 0.95) !important; }

.border-primary-light-faded-96 {
  border-color: rgba(4, 182, 226, 0.96) !important; }

.border-secondary-faded-96 {
  border-color: rgba(52, 111, 143, 0.96) !important; }

.border-primary-light-faded-97 {
  border-color: rgba(4, 182, 226, 0.97) !important; }

.border-secondary-faded-97 {
  border-color: rgba(52, 111, 143, 0.97) !important; }

.border-primary-light-faded-98 {
  border-color: rgba(4, 182, 226, 0.98) !important; }

.border-secondary-faded-98 {
  border-color: rgba(52, 111, 143, 0.98) !important; }

.border-primary-light-faded-99 {
  border-color: rgba(4, 182, 226, 0.99) !important; }

.border-secondary-faded-99 {
  border-color: rgba(52, 111, 143, 0.99) !important; }

.border-primary-light-faded-100 {
  border-color: #04b6e2 !important; }

.border-secondary-faded-100 {
  border-color: #346f8f !important; }

.border-inactive {
  border-color: #dbe2e8; }

.border-transparent {
  border-color: #00000000; }

.circle {
  border-radius: 50%; }

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

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

.grow-2 {
  flex-grow: 2; }

.grow-3 {
  flex-grow: 3; }

.grow-4 {
  flex-grow: 4; }

.grow-5 {
  flex-grow: 5; }

.grow-6 {
  flex-grow: 6; }

.grow-7 {
  flex-grow: 7; }

.grow-8 {
  flex-grow: 8; }

.grow-9 {
  flex-grow: 9; }

.grow-10 {
  flex-grow: 10; }

.grow-11 {
  flex-grow: 11; }

.grow-12 {
  flex-grow: 12; }

.inner-shadow-1 {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.inner-shadow-left-1 {
  box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.3); }

.inner-shadow-right-1 {
  box-shadow: inset -10px 0px 10px -10px rgba(0, 0, 0, 0.3); }

.inner-shadow-top-1 {
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3); }

.inner-shadow-bottom-1 {
  box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.3); }

.inner-shadow-2 {
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

.inner-shadow-left-2 {
  box-shadow: inset 20px 0px 20px -20px rgba(0, 0, 0, 0.3); }

.inner-shadow-right-2 {
  box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.3); }

.inner-shadow-top-2 {
  box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.3); }

.inner-shadow-bottom-2 {
  box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, 0.3); }

.inner-shadow-3 {
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }

.inner-shadow-left-3 {
  box-shadow: inset 30px 0px 30px -30px rgba(0, 0, 0, 0.3); }

.inner-shadow-right-3 {
  box-shadow: inset -30px 0px 30px -30px rgba(0, 0, 0, 0.3); }

.inner-shadow-top-3 {
  box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.3); }

.inner-shadow-bottom-3 {
  box-shadow: inset 0px -30px 30px -30px rgba(0, 0, 0, 0.3); }

.inner-shadow-4 {
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.3); }

.inner-shadow-left-4 {
  box-shadow: inset 40px 0px 40px -40px rgba(0, 0, 0, 0.3); }

.inner-shadow-right-4 {
  box-shadow: inset -40px 0px 40px -40px rgba(0, 0, 0, 0.3); }

.inner-shadow-top-4 {
  box-shadow: inset 0px 40px 40px -40px rgba(0, 0, 0, 0.3); }

.inner-shadow-bottom-4 {
  box-shadow: inset 0px -40px 40px -40px rgba(0, 0, 0, 0.3); }

.inner-shadow-5 {
  box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.3); }

.inner-shadow-left-5 {
  box-shadow: inset 50px 0px 50px -50px rgba(0, 0, 0, 0.3); }

.inner-shadow-right-5 {
  box-shadow: inset -50px 0px 50px -50px rgba(0, 0, 0, 0.3); }

.inner-shadow-top-5 {
  box-shadow: inset 0px 50px 50px -50px rgba(0, 0, 0, 0.3); }

.inner-shadow-bottom-5 {
  box-shadow: inset 0px -50px 50px -50px rgba(0, 0, 0, 0.3); }

.logo {
  background-image: var(--dia-logo-url, "/images/logo-dialog.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 2rem; }
  .logo.logo-icon {
    background-image: var(--dia-logo-icon-url, "/images/logo-dialog-light.png"); }
  .logo.logo-white {
    background-image: var(--dia-logo-white-url, "/images/logo-dialog-small.png"); }

.fixed-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1029; }

.fixed-right {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1029; }

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

.fixed-top-xs {
  top: 0;
  bottom: initial; }

.fixed-bottom-xs {
  bottom: 0;
  top: initial; }

@media (min-width: 576px) {
  .fixed-top-sm {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030; }
  .fixed-top-sm {
    top: 0;
    bottom: initial; }
  .fixed-bottom-sm {
    bottom: 0;
    top: initial; } }

@media (min-width: 768px) {
  .fixed-top-md {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030; }
  .fixed-top-md {
    top: 0;
    bottom: initial; }
  .fixed-bottom-md {
    bottom: 0;
    top: initial; } }

@media (min-width: 992px) {
  .fixed-top-lg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030; }
  .fixed-top-lg {
    top: 0;
    bottom: initial; }
  .fixed-bottom-lg {
    bottom: 0;
    top: initial; } }

@media (min-width: 1200px) {
  .fixed-top-xl {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030; }
  .fixed-top-xl {
    top: 0;
    bottom: initial; }
  .fixed-bottom-xl {
    bottom: 0;
    top: initial; } }

@media (min-width: 1400px) {
  .fixed-top-xxl {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030; }
  .fixed-top-xxl {
    top: 0;
    bottom: initial; }
  .fixed-bottom-xxl {
    bottom: 0;
    top: initial; } }

.maxw-5 {
  min-width: 0;
  max-width: 5% !important; }

.maxw-10 {
  min-width: 0;
  max-width: 10% !important; }

.maxw-15 {
  min-width: 0;
  max-width: 15% !important; }

.maxw-20 {
  min-width: 0;
  max-width: 20% !important; }

.maxw-25 {
  min-width: 0;
  max-width: 25% !important; }

.maxw-30 {
  min-width: 0;
  max-width: 30% !important; }

.maxw-35 {
  min-width: 0;
  max-width: 35% !important; }

.maxw-40 {
  min-width: 0;
  max-width: 40% !important; }

.maxw-45 {
  min-width: 0;
  max-width: 45% !important; }

.maxw-50 {
  min-width: 0;
  max-width: 50% !important; }

.maxw-55 {
  min-width: 0;
  max-width: 55% !important; }

.maxw-60 {
  min-width: 0;
  max-width: 60% !important; }

.maxw-65 {
  min-width: 0;
  max-width: 65% !important; }

.maxw-70 {
  min-width: 0;
  max-width: 70% !important; }

.maxw-75 {
  min-width: 0;
  max-width: 75% !important; }

.maxw-80 {
  min-width: 0;
  max-width: 80% !important; }

.maxw-85 {
  min-width: 0;
  max-width: 85% !important; }

.maxw-90 {
  min-width: 0;
  max-width: 90% !important; }

.maxw-95 {
  min-width: 0;
  max-width: 95% !important; }

.max-vh {
  max-height: 20vh;
  overflow: auto; }

.indent-1 {
  padding-left: 1rem; }

.indent-2 {
  padding-left: 2rem; }

.indent-3 {
  padding-left: 3rem; }

.indent-4 {
  padding-left: 4rem; }

.indent-5 {
  padding-left: 5rem; }

.indent-6 {
  padding-left: 6rem; }

.indent-7 {
  padding-left: 7rem; }

.indent-8 {
  padding-left: 8rem; }

.indent-9 {
  padding-left: 9rem; }

.indent-10 {
  padding-left: 10rem; }

.indent-11 {
  padding-left: 11rem; }

.indent-12 {
  padding-left: 12rem; }

.indent-13 {
  padding-left: 13rem; }

.indent-14 {
  padding-left: 14rem; }

.indent-15 {
  padding-left: 15rem; }

.indent-16 {
  padding-left: 16rem; }

.indent-17 {
  padding-left: 17rem; }

.indent-18 {
  padding-left: 18rem; }

.indent-19 {
  padding-left: 19rem; }

.indent-20 {
  padding-left: 20rem; }

.indent-21 {
  padding-left: 21rem; }

.indent-22 {
  padding-left: 22rem; }

.indent-23 {
  padding-left: 23rem; }

.indent-24 {
  padding-left: 24rem; }

.indent-25 {
  padding-left: 25rem; }

.maxw-25 {
  min-width: 0;
  max-width: 25% !important; }

.minw-25 {
  min-width: 25% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-25 {
    min-width: 0;
    max-width: 25% !important; }
  .minw-sm-25 {
    min-width: 25% !important; }
  .w-sm-25 {
    width: 25% !important; } }

@media (min-width: 768px) {
  .maxw-md-25 {
    min-width: 0;
    max-width: 25% !important; }
  .minw-md-25 {
    min-width: 25% !important; }
  .w-md-25 {
    width: 25% !important; } }

@media (min-width: 992px) {
  .maxw-lg-25 {
    min-width: 0;
    max-width: 25% !important; }
  .minw-lg-25 {
    min-width: 25% !important; }
  .w-lg-25 {
    width: 25% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-25 {
    min-width: 0;
    max-width: 25% !important; }
  .minw-xl-25 {
    min-width: 25% !important; }
  .w-xl-25 {
    width: 25% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-25 {
    min-width: 0;
    max-width: 25% !important; }
  .minw-xxl-25 {
    min-width: 25% !important; }
  .w-xxl-25 {
    width: 25% !important; } }

.maxw-50 {
  min-width: 0;
  max-width: 50% !important; }

.minw-50 {
  min-width: 50% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-50 {
    min-width: 0;
    max-width: 50% !important; }
  .minw-sm-50 {
    min-width: 50% !important; }
  .w-sm-50 {
    width: 50% !important; } }

@media (min-width: 768px) {
  .maxw-md-50 {
    min-width: 0;
    max-width: 50% !important; }
  .minw-md-50 {
    min-width: 50% !important; }
  .w-md-50 {
    width: 50% !important; } }

@media (min-width: 992px) {
  .maxw-lg-50 {
    min-width: 0;
    max-width: 50% !important; }
  .minw-lg-50 {
    min-width: 50% !important; }
  .w-lg-50 {
    width: 50% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-50 {
    min-width: 0;
    max-width: 50% !important; }
  .minw-xl-50 {
    min-width: 50% !important; }
  .w-xl-50 {
    width: 50% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-50 {
    min-width: 0;
    max-width: 50% !important; }
  .minw-xxl-50 {
    min-width: 50% !important; }
  .w-xxl-50 {
    width: 50% !important; } }

.maxw-75 {
  min-width: 0;
  max-width: 75% !important; }

.minw-75 {
  min-width: 75% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-75 {
    min-width: 0;
    max-width: 75% !important; }
  .minw-sm-75 {
    min-width: 75% !important; }
  .w-sm-75 {
    width: 75% !important; } }

@media (min-width: 768px) {
  .maxw-md-75 {
    min-width: 0;
    max-width: 75% !important; }
  .minw-md-75 {
    min-width: 75% !important; }
  .w-md-75 {
    width: 75% !important; } }

@media (min-width: 992px) {
  .maxw-lg-75 {
    min-width: 0;
    max-width: 75% !important; }
  .minw-lg-75 {
    min-width: 75% !important; }
  .w-lg-75 {
    width: 75% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-75 {
    min-width: 0;
    max-width: 75% !important; }
  .minw-xl-75 {
    min-width: 75% !important; }
  .w-xl-75 {
    width: 75% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-75 {
    min-width: 0;
    max-width: 75% !important; }
  .minw-xxl-75 {
    min-width: 75% !important; }
  .w-xxl-75 {
    width: 75% !important; } }

.maxw-100 {
  min-width: 0;
  max-width: 100% !important; }

.minw-100 {
  min-width: 100% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-100 {
    min-width: 0;
    max-width: 100% !important; }
  .minw-sm-100 {
    min-width: 100% !important; }
  .w-sm-100 {
    width: 100% !important; } }

@media (min-width: 768px) {
  .maxw-md-100 {
    min-width: 0;
    max-width: 100% !important; }
  .minw-md-100 {
    min-width: 100% !important; }
  .w-md-100 {
    width: 100% !important; } }

@media (min-width: 992px) {
  .maxw-lg-100 {
    min-width: 0;
    max-width: 100% !important; }
  .minw-lg-100 {
    min-width: 100% !important; }
  .w-lg-100 {
    width: 100% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-100 {
    min-width: 0;
    max-width: 100% !important; }
  .minw-xl-100 {
    min-width: 100% !important; }
  .w-xl-100 {
    width: 100% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-100 {
    min-width: 0;
    max-width: 100% !important; }
  .minw-xxl-100 {
    min-width: 100% !important; }
  .w-xxl-100 {
    width: 100% !important; } }

.maxw-auto {
  min-width: 0;
  max-width: auto !important; }

.minw-auto {
  min-width: auto !important; }

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

@media (min-width: 576px) {
  .maxw-sm-auto {
    min-width: 0;
    max-width: auto !important; }
  .minw-sm-auto {
    min-width: auto !important; }
  .w-sm-auto {
    width: auto !important; } }

@media (min-width: 768px) {
  .maxw-md-auto {
    min-width: 0;
    max-width: auto !important; }
  .minw-md-auto {
    min-width: auto !important; }
  .w-md-auto {
    width: auto !important; } }

@media (min-width: 992px) {
  .maxw-lg-auto {
    min-width: 0;
    max-width: auto !important; }
  .minw-lg-auto {
    min-width: auto !important; }
  .w-lg-auto {
    width: auto !important; } }

@media (min-width: 1200px) {
  .maxw-xl-auto {
    min-width: 0;
    max-width: auto !important; }
  .minw-xl-auto {
    min-width: auto !important; }
  .w-xl-auto {
    width: auto !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-auto {
    min-width: 0;
    max-width: auto !important; }
  .minw-xxl-auto {
    min-width: auto !important; }
  .w-xxl-auto {
    width: auto !important; } }

.maxw-10 {
  min-width: 0;
  max-width: 10% !important; }

.minw-10 {
  min-width: 10% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-10 {
    min-width: 0;
    max-width: 10% !important; }
  .minw-sm-10 {
    min-width: 10% !important; }
  .w-sm-10 {
    width: 10% !important; } }

@media (min-width: 768px) {
  .maxw-md-10 {
    min-width: 0;
    max-width: 10% !important; }
  .minw-md-10 {
    min-width: 10% !important; }
  .w-md-10 {
    width: 10% !important; } }

@media (min-width: 992px) {
  .maxw-lg-10 {
    min-width: 0;
    max-width: 10% !important; }
  .minw-lg-10 {
    min-width: 10% !important; }
  .w-lg-10 {
    width: 10% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-10 {
    min-width: 0;
    max-width: 10% !important; }
  .minw-xl-10 {
    min-width: 10% !important; }
  .w-xl-10 {
    width: 10% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-10 {
    min-width: 0;
    max-width: 10% !important; }
  .minw-xxl-10 {
    min-width: 10% !important; }
  .w-xxl-10 {
    width: 10% !important; } }

.maxw-15 {
  min-width: 0;
  max-width: 15% !important; }

.minw-15 {
  min-width: 15% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-15 {
    min-width: 0;
    max-width: 15% !important; }
  .minw-sm-15 {
    min-width: 15% !important; }
  .w-sm-15 {
    width: 15% !important; } }

@media (min-width: 768px) {
  .maxw-md-15 {
    min-width: 0;
    max-width: 15% !important; }
  .minw-md-15 {
    min-width: 15% !important; }
  .w-md-15 {
    width: 15% !important; } }

@media (min-width: 992px) {
  .maxw-lg-15 {
    min-width: 0;
    max-width: 15% !important; }
  .minw-lg-15 {
    min-width: 15% !important; }
  .w-lg-15 {
    width: 15% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-15 {
    min-width: 0;
    max-width: 15% !important; }
  .minw-xl-15 {
    min-width: 15% !important; }
  .w-xl-15 {
    width: 15% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-15 {
    min-width: 0;
    max-width: 15% !important; }
  .minw-xxl-15 {
    min-width: 15% !important; }
  .w-xxl-15 {
    width: 15% !important; } }

.maxw-20 {
  min-width: 0;
  max-width: 20% !important; }

.minw-20 {
  min-width: 20% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-20 {
    min-width: 0;
    max-width: 20% !important; }
  .minw-sm-20 {
    min-width: 20% !important; }
  .w-sm-20 {
    width: 20% !important; } }

@media (min-width: 768px) {
  .maxw-md-20 {
    min-width: 0;
    max-width: 20% !important; }
  .minw-md-20 {
    min-width: 20% !important; }
  .w-md-20 {
    width: 20% !important; } }

@media (min-width: 992px) {
  .maxw-lg-20 {
    min-width: 0;
    max-width: 20% !important; }
  .minw-lg-20 {
    min-width: 20% !important; }
  .w-lg-20 {
    width: 20% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-20 {
    min-width: 0;
    max-width: 20% !important; }
  .minw-xl-20 {
    min-width: 20% !important; }
  .w-xl-20 {
    width: 20% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-20 {
    min-width: 0;
    max-width: 20% !important; }
  .minw-xxl-20 {
    min-width: 20% !important; }
  .w-xxl-20 {
    width: 20% !important; } }

.maxw-30 {
  min-width: 0;
  max-width: 30% !important; }

.minw-30 {
  min-width: 30% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-30 {
    min-width: 0;
    max-width: 30% !important; }
  .minw-sm-30 {
    min-width: 30% !important; }
  .w-sm-30 {
    width: 30% !important; } }

@media (min-width: 768px) {
  .maxw-md-30 {
    min-width: 0;
    max-width: 30% !important; }
  .minw-md-30 {
    min-width: 30% !important; }
  .w-md-30 {
    width: 30% !important; } }

@media (min-width: 992px) {
  .maxw-lg-30 {
    min-width: 0;
    max-width: 30% !important; }
  .minw-lg-30 {
    min-width: 30% !important; }
  .w-lg-30 {
    width: 30% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-30 {
    min-width: 0;
    max-width: 30% !important; }
  .minw-xl-30 {
    min-width: 30% !important; }
  .w-xl-30 {
    width: 30% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-30 {
    min-width: 0;
    max-width: 30% !important; }
  .minw-xxl-30 {
    min-width: 30% !important; }
  .w-xxl-30 {
    width: 30% !important; } }

.maxw-35 {
  min-width: 0;
  max-width: 35% !important; }

.minw-35 {
  min-width: 35% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-35 {
    min-width: 0;
    max-width: 35% !important; }
  .minw-sm-35 {
    min-width: 35% !important; }
  .w-sm-35 {
    width: 35% !important; } }

@media (min-width: 768px) {
  .maxw-md-35 {
    min-width: 0;
    max-width: 35% !important; }
  .minw-md-35 {
    min-width: 35% !important; }
  .w-md-35 {
    width: 35% !important; } }

@media (min-width: 992px) {
  .maxw-lg-35 {
    min-width: 0;
    max-width: 35% !important; }
  .minw-lg-35 {
    min-width: 35% !important; }
  .w-lg-35 {
    width: 35% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-35 {
    min-width: 0;
    max-width: 35% !important; }
  .minw-xl-35 {
    min-width: 35% !important; }
  .w-xl-35 {
    width: 35% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-35 {
    min-width: 0;
    max-width: 35% !important; }
  .minw-xxl-35 {
    min-width: 35% !important; }
  .w-xxl-35 {
    width: 35% !important; } }

.maxw-40 {
  min-width: 0;
  max-width: 40% !important; }

.minw-40 {
  min-width: 40% !important; }

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

@media (min-width: 576px) {
  .maxw-sm-40 {
    min-width: 0;
    max-width: 40% !important; }
  .minw-sm-40 {
    min-width: 40% !important; }
  .w-sm-40 {
    width: 40% !important; } }

@media (min-width: 768px) {
  .maxw-md-40 {
    min-width: 0;
    max-width: 40% !important; }
  .minw-md-40 {
    min-width: 40% !important; }
  .w-md-40 {
    width: 40% !important; } }

@media (min-width: 992px) {
  .maxw-lg-40 {
    min-width: 0;
    max-width: 40% !important; }
  .minw-lg-40 {
    min-width: 40% !important; }
  .w-lg-40 {
    width: 40% !important; } }

@media (min-width: 1200px) {
  .maxw-xl-40 {
    min-width: 0;
    max-width: 40% !important; }
  .minw-xl-40 {
    min-width: 40% !important; }
  .w-xl-40 {
    width: 40% !important; } }

@media (min-width: 1400px) {
  .maxw-xxl-40 {
    min-width: 0;
    max-width: 40% !important; }
  .minw-xxl-40 {
    min-width: 40% !important; }
  .w-xxl-40 {
    width: 40% !important; } }

.overflow-y {
  overflow-y: auto; }

@media (min-width: 576px) {
  .overflow-sm-y {
    overflow-y: auto; } }

@media (min-width: 768px) {
  .overflow-md-y {
    overflow-y: auto; } }

@media (min-width: 992px) {
  .overflow-lg-y {
    overflow-y: auto; } }

@media (min-width: 1200px) {
  .overflow-xl-y {
    overflow-y: auto; } }

@media (min-width: 1400px) {
  .overflow-xxl-y {
    overflow-y: auto; } }

.w-fit-content {
  width: fit-content; }

.fill_x002D_primary {
  fill: #203f7b !important; }

.fill_x002D_secondary {
  fill: #346f8f !important; }

.fill_x002D_success {
  fill: #04bc00 !important; }

.fill_x002D_info {
  fill: #04b6e2 !important; }

.fill_x002D_warning {
  fill: #ffc107 !important; }

.fill_x002D_danger {
  fill: #dc3545 !important; }

.fill_x002D_light {
  fill: #f5f9fc !important; }

.fill_x002D_dark {
  fill: #07496f !important; }

.fill_x002D_primary_x002D_light {
  fill: #04b6e2 !important; }

.fill_x002D_muted {
  fill: #a6b5c2 !important; }

.fill_x002D_white {
  fill: #fff !important; }

.fill_x002D_hover {
  fill: #f0fbfd !important; }

.fill_x002D_private {
  fill: white !important; }

.fill_x002D_yellow {
  fill: #ffc107 !important; }

.fill_x002D_border {
  fill: #d7e7f3 !important; }

.fill_x002D_black {
  fill: #000 !important; }

.fill_x002D_green_x002D_dark {
  fill: #01730b !important; }

.fill_x002D_placeholder {
  fill: #607483 !important; }

.pointer-events-none {
  pointer-events: none;
  touch-action: none; }

.pointer-events-none-xs-down {
  pointer-events: none;
  touch-action: none; }

@media (max-width: 575.98px) {
  .pointer-events-none-sm-down {
    pointer-events: none;
    touch-action: none; } }

@media (max-width: 767.98px) {
  .pointer-events-none-md-down {
    pointer-events: none;
    touch-action: none; } }

@media (max-width: 991.98px) {
  .pointer-events-none-lg-down {
    pointer-events: none;
    touch-action: none; } }

@media (max-width: 1199.98px) {
  .pointer-events-none-xl-down {
    pointer-events: none;
    touch-action: none; } }

@media (max-width: 1399.98px) {
  .pointer-events-none-xxl-down {
    pointer-events: none;
    touch-action: none; } }

@media (min-width: 768px) and (hover: hover) {
  .hidden-child,
  .hidden {
    visibility: hidden;
    display: none !important; }
  .parent:hover .hidden {
    visibility: visible;
    display: initial !important; }
  .show-children-on-hover:hover .hidden,
  .show-children-on-hover:hover .hidden-child,
  .show-on-hover:hover .hidden,
  .show-on-hover:hover .hidden-child {
    visibility: visible;
    display: initial !important; } }

.overflow-y-scroll {
  overflow-y: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .hide-scrollbar::-webkit-scrollbar {
    display: none; }

.accordion:not(.no-space-between) {
  margin-bottom: 2rem;
  color: #07496f;
  font-weight: 500; }
  .accordion:not(.no-space-between) .accordion-toggle {
    cursor: pointer; }
  .accordion:not(.no-space-between) .card, .accordion:not(.no-space-between) .custom-control-card, .accordion:not(.no-space-between) .form-check-card, .accordion:not(.no-space-between) .list-group-item {
    transition: margin 0.2s, border-radius 0.2s; }
  .accordion:not(.no-space-between) > .card:last-of-type:first-of-type, .accordion:not(.no-space-between) > .custom-control-card:last-of-type:first-of-type, .accordion:not(.no-space-between) > .form-check-card:last-of-type:first-of-type, .accordion:not(.no-space-between) > .list-group-item:last-of-type:first-of-type {
    border-radius: 10px;
    border: 1px solid var(--bs-border-color-translucent); }
  .accordion:not(.no-space-between) > :not(:first-child) .card, .accordion:not(.no-space-between) > :not(:first-child) .custom-control-card, .accordion:not(.no-space-between) > :not(:first-child) .form-check-card, .accordion:not(.no-space-between) > :not(:first-child) .list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0px; }
  .accordion:not(.no-space-between) > :not(:last-child) .card, .accordion:not(.no-space-between) > :not(:last-child) .custom-control-card, .accordion:not(.no-space-between) > :not(:last-child) .form-check-card, .accordion:not(.no-space-between) > :not(:last-child) .list-group-item {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom: 0; }
  .accordion:not(.no-space-between) .card .card, .accordion:not(.no-space-between) .custom-control-card .card, .accordion:not(.no-space-between) .card .custom-control-card, .accordion:not(.no-space-between) .custom-control-card .custom-control-card, .accordion:not(.no-space-between) .form-check-card .card, .accordion:not(.no-space-between) .form-check-card .custom-control-card, .accordion:not(.no-space-between) .card .form-check-card, .accordion:not(.no-space-between) .custom-control-card .form-check-card, .accordion:not(.no-space-between) .form-check-card .form-check-card {
    border-radius: 10px;
    border: 1px solid var(--bs-border-color-translucent);
    transition: none; }
  .accordion:not(.no-space-between) > *.open + *.card, .accordion:not(.no-space-between) > *.open + .custom-control-card, .accordion:not(.no-space-between) > *.open + .form-check-card, .accordion:not(.no-space-between) > *.open + * .card, .accordion:not(.no-space-between) > *.open + * .custom-control-card, .accordion:not(.no-space-between) > *.open + * .form-check-card, .accordion:not(.no-space-between) > *.open + *.card:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.open + *.list-group-item, .accordion:not(.no-space-between) > *.open + * .list-group-item, .accordion:not(.no-space-between) > *.open + *.list-group-item:not(:first-of-type):not(:last-of-type) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .accordion:not(.no-space-between) > *.next-open.card, .accordion:not(.no-space-between) > .next-open.custom-control-card, .accordion:not(.no-space-between) > .next-open.form-check-card, .accordion:not(.no-space-between) > *.next-open .card, .accordion:not(.no-space-between) > *.next-open .custom-control-card, .accordion:not(.no-space-between) > *.next-open .form-check-card, .accordion:not(.no-space-between) > *.next-open.card:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.next-open.list-group-item, .accordion:not(.no-space-between) > *.next-open .list-group-item, .accordion:not(.no-space-between) > *.next-open.list-group-item:not(:first-of-type):not(:last-of-type) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .accordion:not(.no-space-between) > *.open.card, .accordion:not(.no-space-between) > .open.custom-control-card, .accordion:not(.no-space-between) > .open.form-check-card, .accordion:not(.no-space-between) > *.open .card, .accordion:not(.no-space-between) > *.open .custom-control-card, .accordion:not(.no-space-between) > *.open .form-check-card, .accordion:not(.no-space-between) > *.open.card:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.open.list-group-item, .accordion:not(.no-space-between) > *.open .list-group-item, .accordion:not(.no-space-between) > *.open.list-group-item:not(:first-of-type):not(:last-of-type) {
    border-radius: 10px; }
  .accordion:not(.no-space-between) > *.open:not(:first-child).card, .accordion:not(.no-space-between) > .custom-control-card:not(:first-child), .accordion:not(.no-space-between) > .form-check-card:not(:first-child), .accordion:not(.no-space-between) > *.open:not(:first-child) .card, .accordion:not(.no-space-between) > *.open:not(:first-child) .custom-control-card, .accordion:not(.no-space-between) > *.open:not(:first-child) .form-check-card, .accordion:not(.no-space-between) > *.open:not(:first-child).list-group-item, .accordion:not(.no-space-between) > *.open:not(:first-child) .list-group-item {
    margin-top: 0.5rem; }
  .accordion:not(.no-space-between) > *.open:not(:last-child).card, .accordion:not(.no-space-between) > .custom-control-card:not(:last-child), .accordion:not(.no-space-between) > .form-check-card:not(:last-child), .accordion:not(.no-space-between) > *.open:not(:last-child) .card, .accordion:not(.no-space-between) > *.open:not(:last-child) .custom-control-card, .accordion:not(.no-space-between) > *.open:not(:last-child) .form-check-card, .accordion:not(.no-space-between) > *.open:not(:last-child).list-group-item, .accordion:not(.no-space-between) > *.open:not(:last-child) .list-group-item {
    margin-bottom: 0.5rem; }
  .accordion:not(.no-space-between) > *.open.card, .accordion:not(.no-space-between) > .open.custom-control-card, .accordion:not(.no-space-between) > .open.form-check-card, .accordion:not(.no-space-between) > *.open .card, .accordion:not(.no-space-between) > *.open .custom-control-card, .accordion:not(.no-space-between) > *.open .form-check-card, .accordion:not(.no-space-between) > *.open.card:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.open.list-group-item, .accordion:not(.no-space-between) > *.open .list-group-item, .accordion:not(.no-space-between) > *.open.list-group-item:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.next-open.card, .accordion:not(.no-space-between) > .next-open.custom-control-card, .accordion:not(.no-space-between) > .next-open.form-check-card, .accordion:not(.no-space-between) > *.next-open .card, .accordion:not(.no-space-between) > *.next-open .custom-control-card, .accordion:not(.no-space-between) > *.next-open .form-check-card, .accordion:not(.no-space-between) > *.next-open.card:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.next-open.list-group-item, .accordion:not(.no-space-between) > *.next-open .list-group-item, .accordion:not(.no-space-between) > *.next-open.list-group-item:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.open + *.card, .accordion:not(.no-space-between) > *.open + .custom-control-card, .accordion:not(.no-space-between) > *.open + .form-check-card, .accordion:not(.no-space-between) > *.open + * .card, .accordion:not(.no-space-between) > *.open + * .custom-control-card, .accordion:not(.no-space-between) > *.open + * .form-check-card, .accordion:not(.no-space-between) > *.open + *.card:not(:first-of-type):not(:last-of-type), .accordion:not(.no-space-between) > *.open + *.list-group-item, .accordion:not(.no-space-between) > *.open + * .list-group-item, .accordion:not(.no-space-between) > *.open + *.list-group-item:not(:first-of-type):not(:last-of-type) {
    border: 1px solid var(--bs-border-color-translucent); }
  .accordion:not(.no-space-between) > .custom-control-card:not(:first-child), .accordion:not(.no-space-between) > .card:not(:first-child), .accordion:not(.no-space-between) > .form-check-card:not(:first-child) {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-top: -1px; }
  .accordion:not(.no-space-between) > .custom-control-card:not(:last-child), .accordion:not(.no-space-between) > .card:not(:last-child), .accordion:not(.no-space-between) > .form-check-card:not(:last-child) {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .accordion:not(.no-space-between) > .custom-control-card .form-check-input:checked, .accordion:not(.no-space-between) > .card .form-check-input:checked, .accordion:not(.no-space-between) > .form-check-card .form-check-input:checked {
    z-index: 1; }

.list-group-item .list-group > :last-child .border-bottom {
  border-bottom: none !important; }

.alternating > :nth-child(even) {
  background-color: #f5f9fc; }

.alert-light {
  color: #07496f; }

.alert-primary .alert-link {
  color: #203f7b !important; }

.alert-secondary .alert-link {
  color: #346f8f !important; }

.alert-success .alert-link {
  color: #04bc00 !important; }

.alert-info .alert-link {
  color: #04b6e2 !important; }

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

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

.alert-light .alert-link {
  color: #f5f9fc !important; }

.alert-dark .alert-link {
  color: #07496f !important; }

.alert-primary-light .alert-link {
  color: #04b6e2 !important; }

.alert-muted .alert-link {
  color: #a6b5c2 !important; }

.alert-white .alert-link {
  color: #fff !important; }

.alert-hover .alert-link {
  color: #f0fbfd !important; }

.alert-private .alert-link {
  color: white !important; }

.alert-yellow .alert-link {
  color: #ffc107 !important; }

.alert-border .alert-link {
  color: #d7e7f3 !important; }

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

.alert-green-dark .alert-link {
  color: #01730b !important; }

.alert-placeholder .alert-link {
  color: #607483 !important; }

.alert-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.btn.btn-text {
  pointer-events: none; }

.btn.dropdown-toggle-split {
  border-left: 1px solid white;
  padding-left: 1em;
  padding-right: 1em; }

.no-hover {
  cursor: default;
  pointer-events: none; }

.btn-filter,
.btn-filter:not(:disabled):not(.disabled):focus,
.btn-filter:not(:disabled):not(.disabled):active {
  color: #07496f;
  border-color: #d7e7f3;
  font-size: 0.875rem;
  background-color: #f5f9fc; }
  .btn-filter:not(:disabled):not(.disabled).active, .btn-filter:not(:disabled):not(.disabled):hover, .btn-filter:not(:disabled):not(.disabled):focus,
  .btn-filter:not(:disabled):not(.disabled):focus:not(:disabled):not(.disabled).active,
  .btn-filter:not(:disabled):not(.disabled):focus:not(:disabled):not(.disabled):hover,
  .btn-filter:not(:disabled):not(.disabled):focus:not(:disabled):not(.disabled):focus,
  .btn-filter:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled).active,
  .btn-filter:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled):hover,
  .btn-filter:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled):focus {
    border-color: var(--bs-btn-border-color);
    background-color: #203f7b;
    color: #fff !important; }

.show > .dropdown-toggle.btn-filter {
  background-color: #203f7b; }
  .show > .dropdown-toggle.btn-filter:not(:disabled):not(.disabled), .show > .dropdown-toggle.btn-filter:not(:disabled):not(.disabled):hover, .show > .dropdown-toggle.btn-filter:not(:disabled):not(.disabled):focus, .show > .dropdown-toggle.btn-filter:not(:disabled):not(.disabled):active, .show > .dropdown-toggle.btn-filter:not(:disabled):not(.disabled).active {
    border-color: var(--bs-btn-border-color);
    background-color: #203f7b;
    color: #fff !important; }

.btn-white {
  border-color: #c9d4dd; }
  .btn-white:not(:disabled):not(.disabled):hover, .btn-white:not(:disabled):not(.disabled):active {
    background-color: #f5f9fc; }

.btn-light:not(:disabled):not(.disabled):hover, .btn-hover:not(:disabled):not(.disabled):hover, .btn-white:not(:disabled):not(.disabled):hover, .btn-light:not(:disabled):not(.disabled):active, .btn-hover:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-hover:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):focus, .btn-hover:not(:disabled):not(.disabled):focus, .btn-white:not(:disabled):not(.disabled):focus {
  background-color: #e7ecf0 !important;
  border-color: transparent !important; }

.btn-gray-transparent {
  background-color: #d7e7f3 !important; }
  .btn-gray-transparent:not(:disabled):not(.disabled):hover, .btn-gray-transparent:not(:disabled):not(.disabled):active, .btn-gray-transparent:not(:disabled):not(.disabled).active, .btn-gray-transparent:not(:disabled):not(.disabled):focus {
    background-color: rgba(215, 231, 243, 0.45) !important;
    border-color: transparent !important;
    color: #07496f; }

.btn-hover-primary-light-faded-0 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-0:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-0:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-0:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-0:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-1 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-1:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-1:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-1:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-1:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.01);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-2 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-2:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-2:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-2:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-2:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.02);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-3 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-3:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-3:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-3:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-3:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.03);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-4 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-4:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-4:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-4:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-4:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.04);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-5 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-5:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-5:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-5:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-5:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.05);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-6 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-6:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-6:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-6:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-6:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.06);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-7 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-7:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-7:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-7:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-7:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.07);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-8 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-8:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-8:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-8:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-8:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.08);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-9 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-9:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-9:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-9:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-9:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.09);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-10 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-10:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-10:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-10:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-10:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.1);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-11 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-11:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-11:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-11:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-11:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.11);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-12 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-12:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-12:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-12:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-12:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.12);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-13 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-13:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-13:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-13:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-13:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.13);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-14 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-14:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-14:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-14:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-14:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.14);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-15 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-15:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-15:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-15:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-15:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.15);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-16 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-16:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-16:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-16:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-16:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.16);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-17 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-17:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-17:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-17:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-17:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.17);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-18 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-18:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-18:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-18:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-18:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.18);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-19 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-19:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-19:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-19:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-19:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.19);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-20 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-20:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-20:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-20:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-20:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.2);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-21 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-21:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-21:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-21:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-21:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.21);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-22 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-22:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-22:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-22:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-22:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.22);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-23 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-23:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-23:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-23:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-23:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.23);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-24 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-24:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-24:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-24:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-24:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.24);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-25 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-25:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-25:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-25:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-25:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.25);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-26 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-26:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-26:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-26:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-26:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.26);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-27 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-27:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-27:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-27:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-27:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.27);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-28 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-28:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-28:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-28:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-28:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.28);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-29 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-29:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-29:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-29:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-29:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.29);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-30 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-30:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-30:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-30:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-30:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.3);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-31 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-31:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-31:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-31:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-31:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.31);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-32 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-32:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-32:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-32:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-32:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.32);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-33 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-33:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-33:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-33:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-33:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.33);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-34 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-34:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-34:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-34:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-34:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.34);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-35 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-35:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-35:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-35:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-35:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.35);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-36 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-36:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-36:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-36:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-36:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.36);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-37 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-37:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-37:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-37:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-37:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.37);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-38 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-38:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-38:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-38:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-38:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.38);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-39 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-39:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-39:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-39:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-39:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.39);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-40 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-40:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-40:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-40:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-40:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.4);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-41 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-41:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-41:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-41:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-41:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.41);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-42 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-42:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-42:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-42:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-42:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.42);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-43 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-43:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-43:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-43:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-43:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.43);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-44 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-44:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-44:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-44:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-44:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.44);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-45 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-45:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-45:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-45:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-45:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.45);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-46 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-46:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-46:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-46:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-46:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.46);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-47 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-47:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-47:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-47:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-47:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.47);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-48 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-48:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-48:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-48:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-48:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.48);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-49 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-49:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-49:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-49:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-49:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.49);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-50 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-50:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-50:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-50:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-50:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.5);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-51 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-51:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-51:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-51:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-51:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.51);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-52 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-52:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-52:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-52:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-52:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.52);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-53 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-53:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-53:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-53:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-53:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.53);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-54 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-54:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-54:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-54:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-54:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.54);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-55 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-55:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-55:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-55:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-55:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.55);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-56 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-56:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-56:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-56:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-56:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.56);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-57 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-57:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-57:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-57:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-57:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.57);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-58 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-58:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-58:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-58:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-58:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.58);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-59 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-59:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-59:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-59:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-59:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.59);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-60 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-60:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-60:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-60:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-60:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.6);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-61 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-61:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-61:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-61:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-61:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.61);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-62 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-62:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-62:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-62:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-62:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.62);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-63 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-63:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-63:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-63:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-63:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.63);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-64 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-64:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-64:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-64:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-64:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.64);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-65 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-65:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-65:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-65:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-65:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.65);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-66 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-66:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-66:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-66:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-66:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.66);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-67 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-67:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-67:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-67:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-67:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.67);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-68 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-68:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-68:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-68:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-68:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.68);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-69 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-69:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-69:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-69:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-69:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.69);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-70 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-70:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-70:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-70:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-70:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.7);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-71 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-71:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-71:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-71:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-71:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.71);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-72 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-72:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-72:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-72:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-72:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.72);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-73 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-73:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-73:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-73:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-73:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.73);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-74 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-74:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-74:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-74:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-74:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.74);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-75 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-75:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-75:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-75:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-75:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.75);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-76 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-76:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-76:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-76:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-76:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.76);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-77 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-77:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-77:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-77:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-77:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.77);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-78 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-78:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-78:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-78:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-78:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.78);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-79 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-79:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-79:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-79:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-79:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.79);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-80 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-80:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-80:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-80:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-80:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.8);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-81 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-81:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-81:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-81:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-81:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.81);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-82 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-82:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-82:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-82:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-82:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.82);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-83 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-83:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-83:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-83:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-83:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.83);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-84 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-84:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-84:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-84:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-84:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.84);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-85 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-85:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-85:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-85:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-85:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.85);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-86 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-86:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-86:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-86:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-86:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.86);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-87 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-87:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-87:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-87:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-87:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.87);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-88 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-88:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-88:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-88:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-88:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.88);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-89 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-89:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-89:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-89:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-89:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.89);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-90 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-90:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-90:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-90:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-90:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.9);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-91 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-91:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-91:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-91:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-91:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.91);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-92 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-92:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-92:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-92:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-92:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.92);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-93 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-93:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-93:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-93:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-93:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.93);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-94 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-94:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-94:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-94:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-94:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.94);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-95 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-95:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-95:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-95:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-95:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.95);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-96 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-96:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-96:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-96:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-96:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.96);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-97 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-97:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-97:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-97:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-97:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.97);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-98 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-98:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-98:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-98:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-98:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.98);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-99 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-99:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-99:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-99:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-99:not(:disabled):not(.disabled):focus {
    background-color: rgba(4, 182, 226, 0.99);
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover-primary-light-faded-100 {
  background-color: transparent;
  border-color: transparent; }
  .btn-hover-primary-light-faded-100:not(:disabled):not(.disabled):hover, .btn-hover-primary-light-faded-100:not(:disabled):not(.disabled):active, .btn-hover-primary-light-faded-100:not(:disabled):not(.disabled).active, .btn-hover-primary-light-faded-100:not(:disabled):not(.disabled):focus {
    background-color: #04b6e2;
    border-color: transparent !important;
    box-shadow: none; }

.btn-hover,
.show > .btn-hover.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #346f8f; }
  .btn-hover:not(:disabled):not(.disabled):hover, .btn-hover:not(:disabled):not(.disabled):active, .btn-hover:not(:disabled):not(.disabled).active, .btn-hover:not(:disabled):not(.disabled):focus,
  .show > .btn-hover.dropdown-toggle:not(:disabled):not(.disabled):hover,
  .show > .btn-hover.dropdown-toggle:not(:disabled):not(.disabled):active,
  .show > .btn-hover.dropdown-toggle:not(:disabled):not(.disabled).active,
  .show > .btn-hover.dropdown-toggle:not(:disabled):not(.disabled):focus {
    color: #07496f;
    background-color: rgba(215, 231, 243, 0.45) !important;
    border-color: transparent; }

.btn-plaintext-if-disabled:disabled, .btn-plaintext-if-disabled.disabled {
  opacity: 1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  justify-content: left !important; }

.btn-wide {
  min-width: 200px; }

.btn-group .btn {
  z-index: 1; }
  .btn-group .btn:disabled, .btn-group .btn.disabled {
    z-index: 0; }

.btn-inline {
  display: inline !important;
  width: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.btn-block {
  display: block;
  width: 100%; }

.btn-inline-block {
  display: inline-block;
  width: auto; }

@media (min-width: 576px) {
  .btn-sm-inline {
    display: inline !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .btn-sm-block {
    display: block;
    width: 100%; }
  .btn-sm-inline-block {
    display: inline-block;
    width: auto; } }

@media (min-width: 768px) {
  .btn-md-inline {
    display: inline !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .btn-md-block {
    display: block;
    width: 100%; }
  .btn-md-inline-block {
    display: inline-block;
    width: auto; } }

@media (min-width: 992px) {
  .btn-lg-inline {
    display: inline !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .btn-lg-block {
    display: block;
    width: 100%; }
  .btn-lg-inline-block {
    display: inline-block;
    width: auto; } }

@media (min-width: 1200px) {
  .btn-xl-inline {
    display: inline !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .btn-xl-block {
    display: block;
    width: 100%; }
  .btn-xl-inline-block {
    display: inline-block;
    width: auto; } }

@media (min-width: 1400px) {
  .btn-xxl-inline {
    display: inline !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .btn-xxl-block {
    display: block;
    width: 100%; }
  .btn-xxl-inline-block {
    display: inline-block;
    width: auto; } }

label.btn-primary.active, label.btn-primary:hover {
  background-color: #203f7b !important;
  border-color: #203f7b !important; }

label.btn-outline-primary, label.btn-filter,
label.btn-filter:not(:disabled):not(.disabled):focus,
label.btn-filter:not(:disabled):not(.disabled):active {
  color: #203f7b !important; }
  label.btn-outline-primary:hover, label.btn-filter:hover,
  label.btn-filter:hover:not(:disabled):not(.disabled):focus,
  label.btn-filter:hover:not(:disabled):not(.disabled):active {
    color: #fff !important; }

.btn-outline-primary-light-faded-0 {
  color: rgba(4, 182, 226, 0) !important;
  border-color: rgba(4, 182, 226, 0) !important; }
  .btn-outline-primary-light-faded-0.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-1 {
  color: rgba(4, 182, 226, 0.01) !important;
  border-color: rgba(4, 182, 226, 0.01) !important; }
  .btn-outline-primary-light-faded-1.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-2 {
  color: rgba(4, 182, 226, 0.02) !important;
  border-color: rgba(4, 182, 226, 0.02) !important; }
  .btn-outline-primary-light-faded-2.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-3 {
  color: rgba(4, 182, 226, 0.03) !important;
  border-color: rgba(4, 182, 226, 0.03) !important; }
  .btn-outline-primary-light-faded-3.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-4 {
  color: rgba(4, 182, 226, 0.04) !important;
  border-color: rgba(4, 182, 226, 0.04) !important; }
  .btn-outline-primary-light-faded-4.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-5 {
  color: rgba(4, 182, 226, 0.05) !important;
  border-color: rgba(4, 182, 226, 0.05) !important; }
  .btn-outline-primary-light-faded-5.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-6 {
  color: rgba(4, 182, 226, 0.06) !important;
  border-color: rgba(4, 182, 226, 0.06) !important; }
  .btn-outline-primary-light-faded-6.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-7 {
  color: rgba(4, 182, 226, 0.07) !important;
  border-color: rgba(4, 182, 226, 0.07) !important; }
  .btn-outline-primary-light-faded-7.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-8 {
  color: rgba(4, 182, 226, 0.08) !important;
  border-color: rgba(4, 182, 226, 0.08) !important; }
  .btn-outline-primary-light-faded-8.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-9 {
  color: rgba(4, 182, 226, 0.09) !important;
  border-color: rgba(4, 182, 226, 0.09) !important; }
  .btn-outline-primary-light-faded-9.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-10 {
  color: rgba(4, 182, 226, 0.1) !important;
  border-color: rgba(4, 182, 226, 0.1) !important; }
  .btn-outline-primary-light-faded-10.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-11 {
  color: rgba(4, 182, 226, 0.11) !important;
  border-color: rgba(4, 182, 226, 0.11) !important; }
  .btn-outline-primary-light-faded-11.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-12 {
  color: rgba(4, 182, 226, 0.12) !important;
  border-color: rgba(4, 182, 226, 0.12) !important; }
  .btn-outline-primary-light-faded-12.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-13 {
  color: rgba(4, 182, 226, 0.13) !important;
  border-color: rgba(4, 182, 226, 0.13) !important; }
  .btn-outline-primary-light-faded-13.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-14 {
  color: rgba(4, 182, 226, 0.14) !important;
  border-color: rgba(4, 182, 226, 0.14) !important; }
  .btn-outline-primary-light-faded-14.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-15 {
  color: rgba(4, 182, 226, 0.15) !important;
  border-color: rgba(4, 182, 226, 0.15) !important; }
  .btn-outline-primary-light-faded-15.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-16 {
  color: rgba(4, 182, 226, 0.16) !important;
  border-color: rgba(4, 182, 226, 0.16) !important; }
  .btn-outline-primary-light-faded-16.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-17 {
  color: rgba(4, 182, 226, 0.17) !important;
  border-color: rgba(4, 182, 226, 0.17) !important; }
  .btn-outline-primary-light-faded-17.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-18 {
  color: rgba(4, 182, 226, 0.18) !important;
  border-color: rgba(4, 182, 226, 0.18) !important; }
  .btn-outline-primary-light-faded-18.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-19 {
  color: rgba(4, 182, 226, 0.19) !important;
  border-color: rgba(4, 182, 226, 0.19) !important; }
  .btn-outline-primary-light-faded-19.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-20 {
  color: rgba(4, 182, 226, 0.2) !important;
  border-color: rgba(4, 182, 226, 0.2) !important; }
  .btn-outline-primary-light-faded-20.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-21 {
  color: rgba(4, 182, 226, 0.21) !important;
  border-color: rgba(4, 182, 226, 0.21) !important; }
  .btn-outline-primary-light-faded-21.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-22 {
  color: rgba(4, 182, 226, 0.22) !important;
  border-color: rgba(4, 182, 226, 0.22) !important; }
  .btn-outline-primary-light-faded-22.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-23 {
  color: rgba(4, 182, 226, 0.23) !important;
  border-color: rgba(4, 182, 226, 0.23) !important; }
  .btn-outline-primary-light-faded-23.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-24 {
  color: rgba(4, 182, 226, 0.24) !important;
  border-color: rgba(4, 182, 226, 0.24) !important; }
  .btn-outline-primary-light-faded-24.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-25 {
  color: rgba(4, 182, 226, 0.25) !important;
  border-color: rgba(4, 182, 226, 0.25) !important; }
  .btn-outline-primary-light-faded-25.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-26 {
  color: rgba(4, 182, 226, 0.26) !important;
  border-color: rgba(4, 182, 226, 0.26) !important; }
  .btn-outline-primary-light-faded-26.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-27 {
  color: rgba(4, 182, 226, 0.27) !important;
  border-color: rgba(4, 182, 226, 0.27) !important; }
  .btn-outline-primary-light-faded-27.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-28 {
  color: rgba(4, 182, 226, 0.28) !important;
  border-color: rgba(4, 182, 226, 0.28) !important; }
  .btn-outline-primary-light-faded-28.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-29 {
  color: rgba(4, 182, 226, 0.29) !important;
  border-color: rgba(4, 182, 226, 0.29) !important; }
  .btn-outline-primary-light-faded-29.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-30 {
  color: rgba(4, 182, 226, 0.3) !important;
  border-color: rgba(4, 182, 226, 0.3) !important; }
  .btn-outline-primary-light-faded-30.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-31 {
  color: rgba(4, 182, 226, 0.31) !important;
  border-color: rgba(4, 182, 226, 0.31) !important; }
  .btn-outline-primary-light-faded-31.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-32 {
  color: rgba(4, 182, 226, 0.32) !important;
  border-color: rgba(4, 182, 226, 0.32) !important; }
  .btn-outline-primary-light-faded-32.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-33 {
  color: rgba(4, 182, 226, 0.33) !important;
  border-color: rgba(4, 182, 226, 0.33) !important; }
  .btn-outline-primary-light-faded-33.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-34 {
  color: rgba(4, 182, 226, 0.34) !important;
  border-color: rgba(4, 182, 226, 0.34) !important; }
  .btn-outline-primary-light-faded-34.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-35 {
  color: rgba(4, 182, 226, 0.35) !important;
  border-color: rgba(4, 182, 226, 0.35) !important; }
  .btn-outline-primary-light-faded-35.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-36 {
  color: rgba(4, 182, 226, 0.36) !important;
  border-color: rgba(4, 182, 226, 0.36) !important; }
  .btn-outline-primary-light-faded-36.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-37 {
  color: rgba(4, 182, 226, 0.37) !important;
  border-color: rgba(4, 182, 226, 0.37) !important; }
  .btn-outline-primary-light-faded-37.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-38 {
  color: rgba(4, 182, 226, 0.38) !important;
  border-color: rgba(4, 182, 226, 0.38) !important; }
  .btn-outline-primary-light-faded-38.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-39 {
  color: rgba(4, 182, 226, 0.39) !important;
  border-color: rgba(4, 182, 226, 0.39) !important; }
  .btn-outline-primary-light-faded-39.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-40 {
  color: rgba(4, 182, 226, 0.4) !important;
  border-color: rgba(4, 182, 226, 0.4) !important; }
  .btn-outline-primary-light-faded-40.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-41 {
  color: rgba(4, 182, 226, 0.41) !important;
  border-color: rgba(4, 182, 226, 0.41) !important; }
  .btn-outline-primary-light-faded-41.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-42 {
  color: rgba(4, 182, 226, 0.42) !important;
  border-color: rgba(4, 182, 226, 0.42) !important; }
  .btn-outline-primary-light-faded-42.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-43 {
  color: rgba(4, 182, 226, 0.43) !important;
  border-color: rgba(4, 182, 226, 0.43) !important; }
  .btn-outline-primary-light-faded-43.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-44 {
  color: rgba(4, 182, 226, 0.44) !important;
  border-color: rgba(4, 182, 226, 0.44) !important; }
  .btn-outline-primary-light-faded-44.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-45 {
  color: rgba(4, 182, 226, 0.45) !important;
  border-color: rgba(4, 182, 226, 0.45) !important; }
  .btn-outline-primary-light-faded-45.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-46 {
  color: rgba(4, 182, 226, 0.46) !important;
  border-color: rgba(4, 182, 226, 0.46) !important; }
  .btn-outline-primary-light-faded-46.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-47 {
  color: rgba(4, 182, 226, 0.47) !important;
  border-color: rgba(4, 182, 226, 0.47) !important; }
  .btn-outline-primary-light-faded-47.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-48 {
  color: rgba(4, 182, 226, 0.48) !important;
  border-color: rgba(4, 182, 226, 0.48) !important; }
  .btn-outline-primary-light-faded-48.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-49 {
  color: rgba(4, 182, 226, 0.49) !important;
  border-color: rgba(4, 182, 226, 0.49) !important; }
  .btn-outline-primary-light-faded-49.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-50 {
  color: rgba(4, 182, 226, 0.5) !important;
  border-color: rgba(4, 182, 226, 0.5) !important; }
  .btn-outline-primary-light-faded-50.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-51 {
  color: rgba(4, 182, 226, 0.51) !important;
  border-color: rgba(4, 182, 226, 0.51) !important; }
  .btn-outline-primary-light-faded-51.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-52 {
  color: rgba(4, 182, 226, 0.52) !important;
  border-color: rgba(4, 182, 226, 0.52) !important; }
  .btn-outline-primary-light-faded-52.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-53 {
  color: rgba(4, 182, 226, 0.53) !important;
  border-color: rgba(4, 182, 226, 0.53) !important; }
  .btn-outline-primary-light-faded-53.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-54 {
  color: rgba(4, 182, 226, 0.54) !important;
  border-color: rgba(4, 182, 226, 0.54) !important; }
  .btn-outline-primary-light-faded-54.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-55 {
  color: rgba(4, 182, 226, 0.55) !important;
  border-color: rgba(4, 182, 226, 0.55) !important; }
  .btn-outline-primary-light-faded-55.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-56 {
  color: rgba(4, 182, 226, 0.56) !important;
  border-color: rgba(4, 182, 226, 0.56) !important; }
  .btn-outline-primary-light-faded-56.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-57 {
  color: rgba(4, 182, 226, 0.57) !important;
  border-color: rgba(4, 182, 226, 0.57) !important; }
  .btn-outline-primary-light-faded-57.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-58 {
  color: rgba(4, 182, 226, 0.58) !important;
  border-color: rgba(4, 182, 226, 0.58) !important; }
  .btn-outline-primary-light-faded-58.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-59 {
  color: rgba(4, 182, 226, 0.59) !important;
  border-color: rgba(4, 182, 226, 0.59) !important; }
  .btn-outline-primary-light-faded-59.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-60 {
  color: rgba(4, 182, 226, 0.6) !important;
  border-color: rgba(4, 182, 226, 0.6) !important; }
  .btn-outline-primary-light-faded-60.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-61 {
  color: rgba(4, 182, 226, 0.61) !important;
  border-color: rgba(4, 182, 226, 0.61) !important; }
  .btn-outline-primary-light-faded-61.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-62 {
  color: rgba(4, 182, 226, 0.62) !important;
  border-color: rgba(4, 182, 226, 0.62) !important; }
  .btn-outline-primary-light-faded-62.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-63 {
  color: rgba(4, 182, 226, 0.63) !important;
  border-color: rgba(4, 182, 226, 0.63) !important; }
  .btn-outline-primary-light-faded-63.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-64 {
  color: rgba(4, 182, 226, 0.64) !important;
  border-color: rgba(4, 182, 226, 0.64) !important; }
  .btn-outline-primary-light-faded-64.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-65 {
  color: rgba(4, 182, 226, 0.65) !important;
  border-color: rgba(4, 182, 226, 0.65) !important; }
  .btn-outline-primary-light-faded-65.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-66 {
  color: rgba(4, 182, 226, 0.66) !important;
  border-color: rgba(4, 182, 226, 0.66) !important; }
  .btn-outline-primary-light-faded-66.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-67 {
  color: rgba(4, 182, 226, 0.67) !important;
  border-color: rgba(4, 182, 226, 0.67) !important; }
  .btn-outline-primary-light-faded-67.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-68 {
  color: rgba(4, 182, 226, 0.68) !important;
  border-color: rgba(4, 182, 226, 0.68) !important; }
  .btn-outline-primary-light-faded-68.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-69 {
  color: rgba(4, 182, 226, 0.69) !important;
  border-color: rgba(4, 182, 226, 0.69) !important; }
  .btn-outline-primary-light-faded-69.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-70 {
  color: rgba(4, 182, 226, 0.7) !important;
  border-color: rgba(4, 182, 226, 0.7) !important; }
  .btn-outline-primary-light-faded-70.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-71 {
  color: rgba(4, 182, 226, 0.71) !important;
  border-color: rgba(4, 182, 226, 0.71) !important; }
  .btn-outline-primary-light-faded-71.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-72 {
  color: rgba(4, 182, 226, 0.72) !important;
  border-color: rgba(4, 182, 226, 0.72) !important; }
  .btn-outline-primary-light-faded-72.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-73 {
  color: rgba(4, 182, 226, 0.73) !important;
  border-color: rgba(4, 182, 226, 0.73) !important; }
  .btn-outline-primary-light-faded-73.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-74 {
  color: rgba(4, 182, 226, 0.74) !important;
  border-color: rgba(4, 182, 226, 0.74) !important; }
  .btn-outline-primary-light-faded-74.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-75 {
  color: rgba(4, 182, 226, 0.75) !important;
  border-color: rgba(4, 182, 226, 0.75) !important; }
  .btn-outline-primary-light-faded-75.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-76 {
  color: rgba(4, 182, 226, 0.76) !important;
  border-color: rgba(4, 182, 226, 0.76) !important; }
  .btn-outline-primary-light-faded-76.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-77 {
  color: rgba(4, 182, 226, 0.77) !important;
  border-color: rgba(4, 182, 226, 0.77) !important; }
  .btn-outline-primary-light-faded-77.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-78 {
  color: rgba(4, 182, 226, 0.78) !important;
  border-color: rgba(4, 182, 226, 0.78) !important; }
  .btn-outline-primary-light-faded-78.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-79 {
  color: rgba(4, 182, 226, 0.79) !important;
  border-color: rgba(4, 182, 226, 0.79) !important; }
  .btn-outline-primary-light-faded-79.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-80 {
  color: rgba(4, 182, 226, 0.8) !important;
  border-color: rgba(4, 182, 226, 0.8) !important; }
  .btn-outline-primary-light-faded-80.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-81 {
  color: rgba(4, 182, 226, 0.81) !important;
  border-color: rgba(4, 182, 226, 0.81) !important; }
  .btn-outline-primary-light-faded-81.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-82 {
  color: rgba(4, 182, 226, 0.82) !important;
  border-color: rgba(4, 182, 226, 0.82) !important; }
  .btn-outline-primary-light-faded-82.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-83 {
  color: rgba(4, 182, 226, 0.83) !important;
  border-color: rgba(4, 182, 226, 0.83) !important; }
  .btn-outline-primary-light-faded-83.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-84 {
  color: rgba(4, 182, 226, 0.84) !important;
  border-color: rgba(4, 182, 226, 0.84) !important; }
  .btn-outline-primary-light-faded-84.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-85 {
  color: rgba(4, 182, 226, 0.85) !important;
  border-color: rgba(4, 182, 226, 0.85) !important; }
  .btn-outline-primary-light-faded-85.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-86 {
  color: rgba(4, 182, 226, 0.86) !important;
  border-color: rgba(4, 182, 226, 0.86) !important; }
  .btn-outline-primary-light-faded-86.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-87 {
  color: rgba(4, 182, 226, 0.87) !important;
  border-color: rgba(4, 182, 226, 0.87) !important; }
  .btn-outline-primary-light-faded-87.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-88 {
  color: rgba(4, 182, 226, 0.88) !important;
  border-color: rgba(4, 182, 226, 0.88) !important; }
  .btn-outline-primary-light-faded-88.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-89 {
  color: rgba(4, 182, 226, 0.89) !important;
  border-color: rgba(4, 182, 226, 0.89) !important; }
  .btn-outline-primary-light-faded-89.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-90 {
  color: rgba(4, 182, 226, 0.9) !important;
  border-color: rgba(4, 182, 226, 0.9) !important; }
  .btn-outline-primary-light-faded-90.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-91 {
  color: rgba(4, 182, 226, 0.91) !important;
  border-color: rgba(4, 182, 226, 0.91) !important; }
  .btn-outline-primary-light-faded-91.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-92 {
  color: rgba(4, 182, 226, 0.92) !important;
  border-color: rgba(4, 182, 226, 0.92) !important; }
  .btn-outline-primary-light-faded-92.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-93 {
  color: rgba(4, 182, 226, 0.93) !important;
  border-color: rgba(4, 182, 226, 0.93) !important; }
  .btn-outline-primary-light-faded-93.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-94 {
  color: rgba(4, 182, 226, 0.94) !important;
  border-color: rgba(4, 182, 226, 0.94) !important; }
  .btn-outline-primary-light-faded-94.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-95 {
  color: rgba(4, 182, 226, 0.95) !important;
  border-color: rgba(4, 182, 226, 0.95) !important; }
  .btn-outline-primary-light-faded-95.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-96 {
  color: rgba(4, 182, 226, 0.96) !important;
  border-color: rgba(4, 182, 226, 0.96) !important; }
  .btn-outline-primary-light-faded-96.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-97 {
  color: rgba(4, 182, 226, 0.97) !important;
  border-color: rgba(4, 182, 226, 0.97) !important; }
  .btn-outline-primary-light-faded-97.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-98 {
  color: rgba(4, 182, 226, 0.98) !important;
  border-color: rgba(4, 182, 226, 0.98) !important; }
  .btn-outline-primary-light-faded-98.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-99 {
  color: rgba(4, 182, 226, 0.99) !important;
  border-color: rgba(4, 182, 226, 0.99) !important; }
  .btn-outline-primary-light-faded-99.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-outline-primary-light-faded-100 {
  color: #04b6e2 !important;
  border-color: #04b6e2 !important; }
  .btn-outline-primary-light-faded-100.disabled {
    background-color: transparent;
    opacity: 1 !important; }

.btn-link.btn-link-inline {
  font-size: inherit;
  vertical-align: baseline;
  padding: 0;
  border: 0; }

.btn.btn-primary, .btn.btn-primary:hover, .btn-check:focus + .btn.btn-primary, .btn.btn-primary:focus, .btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:disabled, .btn.btn-primary.disabled {
  color: #fff; }
  .show > .btn.btn-primary.dropdown-toggle, .show > .btn.btn-primary:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-primary.dropdown-toggle, .show > .btn.btn-primary:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-primary.dropdown-toggle, .show > .btn-check:active + .btn.btn-primary.dropdown-toggle, .show > .btn.btn-primary:active.dropdown-toggle, .show > .btn.btn-primary.active.dropdown-toggle, .show > .btn.btn-primary:disabled.dropdown-toggle, .show > .btn.btn-primary.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-primary.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary:active.dropdown-toggle:focus, .show > .btn.btn-primary.active.dropdown-toggle:focus, .show > .btn.btn-primary:disabled.dropdown-toggle:focus, .show > .btn.btn-primary.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-secondary, .btn.btn-secondary:hover, .btn-check:focus + .btn.btn-secondary, .btn.btn-secondary:focus, .btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary:disabled, .btn.btn-secondary.disabled {
  color: #fff; }
  .show > .btn.btn-secondary.dropdown-toggle, .show > .btn.btn-secondary:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-secondary.dropdown-toggle, .show > .btn.btn-secondary:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-secondary.dropdown-toggle, .show > .btn-check:active + .btn.btn-secondary.dropdown-toggle, .show > .btn.btn-secondary:active.dropdown-toggle, .show > .btn.btn-secondary.active.dropdown-toggle, .show > .btn.btn-secondary:disabled.dropdown-toggle, .show > .btn.btn-secondary.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-secondary.dropdown-toggle:focus, .show > .btn.btn-secondary:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-secondary.dropdown-toggle:focus, .show > .btn.btn-secondary:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-secondary.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-secondary.dropdown-toggle:focus, .show > .btn.btn-secondary:active.dropdown-toggle:focus, .show > .btn.btn-secondary.active.dropdown-toggle:focus, .show > .btn.btn-secondary:disabled.dropdown-toggle:focus, .show > .btn.btn-secondary.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-success, .btn.btn-success:hover, .btn-check:focus + .btn.btn-success, .btn.btn-success:focus, .btn-check:checked + .btn.btn-success, .btn-check:active + .btn.btn-success, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success:disabled, .btn.btn-success.disabled {
  color: #fff; }
  .show > .btn.btn-success.dropdown-toggle, .show > .btn.btn-success:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-success.dropdown-toggle, .show > .btn.btn-success:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-success.dropdown-toggle, .show > .btn-check:active + .btn.btn-success.dropdown-toggle, .show > .btn.btn-success:active.dropdown-toggle, .show > .btn.btn-success.active.dropdown-toggle, .show > .btn.btn-success:disabled.dropdown-toggle, .show > .btn.btn-success.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-success.dropdown-toggle:focus, .show > .btn.btn-success:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-success.dropdown-toggle:focus, .show > .btn.btn-success:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-success.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-success.dropdown-toggle:focus, .show > .btn.btn-success:active.dropdown-toggle:focus, .show > .btn.btn-success.active.dropdown-toggle:focus, .show > .btn.btn-success:disabled.dropdown-toggle:focus, .show > .btn.btn-success.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-info, .btn.btn-info:hover, .btn-check:focus + .btn.btn-info, .btn.btn-info:focus, .btn-check:checked + .btn.btn-info, .btn-check:active + .btn.btn-info, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info:disabled, .btn.btn-info.disabled {
  color: #fff; }
  .show > .btn.btn-info.dropdown-toggle, .show > .btn.btn-info:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-info.dropdown-toggle, .show > .btn.btn-info:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-info.dropdown-toggle, .show > .btn-check:active + .btn.btn-info.dropdown-toggle, .show > .btn.btn-info:active.dropdown-toggle, .show > .btn.btn-info.active.dropdown-toggle, .show > .btn.btn-info:disabled.dropdown-toggle, .show > .btn.btn-info.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-info.dropdown-toggle:focus, .show > .btn.btn-info:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-info.dropdown-toggle:focus, .show > .btn.btn-info:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-info.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-info.dropdown-toggle:focus, .show > .btn.btn-info:active.dropdown-toggle:focus, .show > .btn.btn-info.active.dropdown-toggle:focus, .show > .btn.btn-info:disabled.dropdown-toggle:focus, .show > .btn.btn-info.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-warning, .btn.btn-warning:hover, .btn-check:focus + .btn.btn-warning, .btn.btn-warning:focus, .btn-check:checked + .btn.btn-warning, .btn-check:active + .btn.btn-warning, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning:disabled, .btn.btn-warning.disabled {
  color: #fff; }
  .show > .btn.btn-warning.dropdown-toggle, .show > .btn.btn-warning:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-warning.dropdown-toggle, .show > .btn.btn-warning:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-warning.dropdown-toggle, .show > .btn-check:active + .btn.btn-warning.dropdown-toggle, .show > .btn.btn-warning:active.dropdown-toggle, .show > .btn.btn-warning.active.dropdown-toggle, .show > .btn.btn-warning:disabled.dropdown-toggle, .show > .btn.btn-warning.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-warning.dropdown-toggle:focus, .show > .btn.btn-warning:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-warning.dropdown-toggle:focus, .show > .btn.btn-warning:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-warning.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-warning.dropdown-toggle:focus, .show > .btn.btn-warning:active.dropdown-toggle:focus, .show > .btn.btn-warning.active.dropdown-toggle:focus, .show > .btn.btn-warning:disabled.dropdown-toggle:focus, .show > .btn.btn-warning.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-danger, .btn.btn-danger:hover, .btn-check:focus + .btn.btn-danger, .btn.btn-danger:focus, .btn-check:checked + .btn.btn-danger, .btn-check:active + .btn.btn-danger, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger:disabled, .btn.btn-danger.disabled {
  color: #fff; }
  .show > .btn.btn-danger.dropdown-toggle, .show > .btn.btn-danger:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-danger.dropdown-toggle, .show > .btn.btn-danger:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-danger.dropdown-toggle, .show > .btn-check:active + .btn.btn-danger.dropdown-toggle, .show > .btn.btn-danger:active.dropdown-toggle, .show > .btn.btn-danger.active.dropdown-toggle, .show > .btn.btn-danger:disabled.dropdown-toggle, .show > .btn.btn-danger.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-danger.dropdown-toggle:focus, .show > .btn.btn-danger:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-danger.dropdown-toggle:focus, .show > .btn.btn-danger:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-danger.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-danger.dropdown-toggle:focus, .show > .btn.btn-danger:active.dropdown-toggle:focus, .show > .btn.btn-danger.active.dropdown-toggle:focus, .show > .btn.btn-danger:disabled.dropdown-toggle:focus, .show > .btn.btn-danger.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-dark, .btn.btn-dark:hover, .btn-check:focus + .btn.btn-dark, .btn.btn-dark:focus, .btn-check:checked + .btn.btn-dark, .btn-check:active + .btn.btn-dark, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark:disabled, .btn.btn-dark.disabled {
  color: #fff; }
  .show > .btn.btn-dark.dropdown-toggle, .show > .btn.btn-dark:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-dark.dropdown-toggle, .show > .btn.btn-dark:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-dark.dropdown-toggle, .show > .btn-check:active + .btn.btn-dark.dropdown-toggle, .show > .btn.btn-dark:active.dropdown-toggle, .show > .btn.btn-dark.active.dropdown-toggle, .show > .btn.btn-dark:disabled.dropdown-toggle, .show > .btn.btn-dark.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-dark.dropdown-toggle:focus, .show > .btn.btn-dark:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-dark.dropdown-toggle:focus, .show > .btn.btn-dark:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-dark.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-dark.dropdown-toggle:focus, .show > .btn.btn-dark:active.dropdown-toggle:focus, .show > .btn.btn-dark.active.dropdown-toggle:focus, .show > .btn.btn-dark:disabled.dropdown-toggle:focus, .show > .btn.btn-dark.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-primary-light, .btn.btn-primary-light:hover, .btn-check:focus + .btn.btn-primary-light, .btn.btn-primary-light:focus, .btn-check:checked + .btn.btn-primary-light, .btn-check:active + .btn.btn-primary-light, .btn.btn-primary-light:active, .btn.btn-primary-light.active, .btn.btn-primary-light:disabled, .btn.btn-primary-light.disabled {
  color: #fff; }
  .show > .btn.btn-primary-light.dropdown-toggle, .show > .btn.btn-primary-light:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-primary-light.dropdown-toggle, .show > .btn.btn-primary-light:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-primary-light.dropdown-toggle, .show > .btn-check:active + .btn.btn-primary-light.dropdown-toggle, .show > .btn.btn-primary-light:active.dropdown-toggle, .show > .btn.btn-primary-light.active.dropdown-toggle, .show > .btn.btn-primary-light:disabled.dropdown-toggle, .show > .btn.btn-primary-light.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-primary-light.dropdown-toggle:focus, .show > .btn.btn-primary-light:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-primary-light.dropdown-toggle:focus, .show > .btn.btn-primary-light:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-primary-light.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-primary-light.dropdown-toggle:focus, .show > .btn.btn-primary-light:active.dropdown-toggle:focus, .show > .btn.btn-primary-light.active.dropdown-toggle:focus, .show > .btn.btn-primary-light:disabled.dropdown-toggle:focus, .show > .btn.btn-primary-light.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-muted, .btn.btn-muted:hover, .btn-check:focus + .btn.btn-muted, .btn.btn-muted:focus, .btn-check:checked + .btn.btn-muted, .btn-check:active + .btn.btn-muted, .btn.btn-muted:active, .btn.btn-muted.active, .btn.btn-muted:disabled, .btn.btn-muted.disabled {
  color: #fff; }
  .show > .btn.btn-muted.dropdown-toggle, .show > .btn.btn-muted:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-muted.dropdown-toggle, .show > .btn.btn-muted:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-muted.dropdown-toggle, .show > .btn-check:active + .btn.btn-muted.dropdown-toggle, .show > .btn.btn-muted:active.dropdown-toggle, .show > .btn.btn-muted.active.dropdown-toggle, .show > .btn.btn-muted:disabled.dropdown-toggle, .show > .btn.btn-muted.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-muted.dropdown-toggle:focus, .show > .btn.btn-muted:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-muted.dropdown-toggle:focus, .show > .btn.btn-muted:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-muted.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-muted.dropdown-toggle:focus, .show > .btn.btn-muted:active.dropdown-toggle:focus, .show > .btn.btn-muted.active.dropdown-toggle:focus, .show > .btn.btn-muted:disabled.dropdown-toggle:focus, .show > .btn.btn-muted.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-yellow, .btn.btn-yellow:hover, .btn-check:focus + .btn.btn-yellow, .btn.btn-yellow:focus, .btn-check:checked + .btn.btn-yellow, .btn-check:active + .btn.btn-yellow, .btn.btn-yellow:active, .btn.btn-yellow.active, .btn.btn-yellow:disabled, .btn.btn-yellow.disabled {
  color: #fff; }
  .show > .btn.btn-yellow.dropdown-toggle, .show > .btn.btn-yellow:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-yellow.dropdown-toggle, .show > .btn.btn-yellow:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-yellow.dropdown-toggle, .show > .btn-check:active + .btn.btn-yellow.dropdown-toggle, .show > .btn.btn-yellow:active.dropdown-toggle, .show > .btn.btn-yellow.active.dropdown-toggle, .show > .btn.btn-yellow:disabled.dropdown-toggle, .show > .btn.btn-yellow.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-yellow.dropdown-toggle:focus, .show > .btn.btn-yellow:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-yellow.dropdown-toggle:focus, .show > .btn.btn-yellow:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-yellow.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-yellow.dropdown-toggle:focus, .show > .btn.btn-yellow:active.dropdown-toggle:focus, .show > .btn.btn-yellow.active.dropdown-toggle:focus, .show > .btn.btn-yellow:disabled.dropdown-toggle:focus, .show > .btn.btn-yellow.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-border, .btn.btn-border:hover, .btn-check:focus + .btn.btn-border, .btn.btn-border:focus, .btn-check:checked + .btn.btn-border, .btn-check:active + .btn.btn-border, .btn.btn-border:active, .btn.btn-border.active, .btn.btn-border:disabled, .btn.btn-border.disabled {
  color: #fff; }
  .show > .btn.btn-border.dropdown-toggle, .show > .btn.btn-border:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-border.dropdown-toggle, .show > .btn.btn-border:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-border.dropdown-toggle, .show > .btn-check:active + .btn.btn-border.dropdown-toggle, .show > .btn.btn-border:active.dropdown-toggle, .show > .btn.btn-border.active.dropdown-toggle, .show > .btn.btn-border:disabled.dropdown-toggle, .show > .btn.btn-border.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-border.dropdown-toggle:focus, .show > .btn.btn-border:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-border.dropdown-toggle:focus, .show > .btn.btn-border:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-border.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-border.dropdown-toggle:focus, .show > .btn.btn-border:active.dropdown-toggle:focus, .show > .btn.btn-border.active.dropdown-toggle:focus, .show > .btn.btn-border:disabled.dropdown-toggle:focus, .show > .btn.btn-border.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-black, .btn.btn-black:hover, .btn-check:focus + .btn.btn-black, .btn.btn-black:focus, .btn-check:checked + .btn.btn-black, .btn-check:active + .btn.btn-black, .btn.btn-black:active, .btn.btn-black.active, .btn.btn-black:disabled, .btn.btn-black.disabled {
  color: #fff; }
  .show > .btn.btn-black.dropdown-toggle, .show > .btn.btn-black:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-black.dropdown-toggle, .show > .btn.btn-black:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-black.dropdown-toggle, .show > .btn-check:active + .btn.btn-black.dropdown-toggle, .show > .btn.btn-black:active.dropdown-toggle, .show > .btn.btn-black.active.dropdown-toggle, .show > .btn.btn-black:disabled.dropdown-toggle, .show > .btn.btn-black.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-black.dropdown-toggle:focus, .show > .btn.btn-black:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-black.dropdown-toggle:focus, .show > .btn.btn-black:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-black.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-black.dropdown-toggle:focus, .show > .btn.btn-black:active.dropdown-toggle:focus, .show > .btn.btn-black.active.dropdown-toggle:focus, .show > .btn.btn-black:disabled.dropdown-toggle:focus, .show > .btn.btn-black.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-green-dark, .btn.btn-green-dark:hover, .btn-check:focus + .btn.btn-green-dark, .btn.btn-green-dark:focus, .btn-check:checked + .btn.btn-green-dark, .btn-check:active + .btn.btn-green-dark, .btn.btn-green-dark:active, .btn.btn-green-dark.active, .btn.btn-green-dark:disabled, .btn.btn-green-dark.disabled {
  color: #fff; }
  .show > .btn.btn-green-dark.dropdown-toggle, .show > .btn.btn-green-dark:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-green-dark.dropdown-toggle, .show > .btn.btn-green-dark:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-green-dark.dropdown-toggle, .show > .btn-check:active + .btn.btn-green-dark.dropdown-toggle, .show > .btn.btn-green-dark:active.dropdown-toggle, .show > .btn.btn-green-dark.active.dropdown-toggle, .show > .btn.btn-green-dark:disabled.dropdown-toggle, .show > .btn.btn-green-dark.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-green-dark.dropdown-toggle:focus, .show > .btn.btn-green-dark:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-green-dark.dropdown-toggle:focus, .show > .btn.btn-green-dark:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-green-dark.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-green-dark.dropdown-toggle:focus, .show > .btn.btn-green-dark:active.dropdown-toggle:focus, .show > .btn.btn-green-dark.active.dropdown-toggle:focus, .show > .btn.btn-green-dark:disabled.dropdown-toggle:focus, .show > .btn.btn-green-dark.disabled.dropdown-toggle:focus {
      color: #fff; }

.btn.btn-placeholder, .btn.btn-placeholder:hover, .btn-check:focus + .btn.btn-placeholder, .btn.btn-placeholder:focus, .btn-check:checked + .btn.btn-placeholder, .btn-check:active + .btn.btn-placeholder, .btn.btn-placeholder:active, .btn.btn-placeholder.active, .btn.btn-placeholder:disabled, .btn.btn-placeholder.disabled {
  color: #fff; }
  .show > .btn.btn-placeholder.dropdown-toggle, .show > .btn.btn-placeholder:hover.dropdown-toggle, .show > .btn-check:focus + .btn.btn-placeholder.dropdown-toggle, .show > .btn.btn-placeholder:focus.dropdown-toggle, .show > .btn-check:checked + .btn.btn-placeholder.dropdown-toggle, .show > .btn-check:active + .btn.btn-placeholder.dropdown-toggle, .show > .btn.btn-placeholder:active.dropdown-toggle, .show > .btn.btn-placeholder.active.dropdown-toggle, .show > .btn.btn-placeholder:disabled.dropdown-toggle, .show > .btn.btn-placeholder.disabled.dropdown-toggle {
    color: #fff; }
    .show > .btn.btn-placeholder.dropdown-toggle:focus, .show > .btn.btn-placeholder:hover.dropdown-toggle:focus, .show > .btn-check:focus + .btn.btn-placeholder.dropdown-toggle:focus, .show > .btn.btn-placeholder:focus.dropdown-toggle:focus, .show > .btn-check:checked + .btn.btn-placeholder.dropdown-toggle:focus, .show > .btn-check:active + .btn.btn-placeholder.dropdown-toggle:focus, .show > .btn.btn-placeholder:active.dropdown-toggle:focus, .show > .btn.btn-placeholder.active.dropdown-toggle:focus, .show > .btn.btn-placeholder:disabled.dropdown-toggle:focus, .show > .btn.btn-placeholder.disabled.dropdown-toggle:focus {
      color: #fff; }

.badge-primary {
  color: #000;
  background-color: #d9dee9;
  color: #203f7b; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #000;
    background-color: #bbbfc8; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(217, 222, 233, 0.5); }

.badge-outline-primary {
  color: #203f7b; }

.badge-primary-contrast {
  color: #fff;
  background-color: #203f7b;
  color: white; }
  a.badge-primary-contrast:hover, a.badge-primary-contrast:focus {
    color: #fff;
    background-color: #1c366a; }
  a.badge-primary-contrast:focus, a.badge-primary-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(32, 63, 123, 0.5); }

.badge-secondary {
  color: #000;
  background-color: #dce7ec;
  color: #346f8f; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #000;
    background-color: #bdc7cb; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(220, 231, 236, 0.5); }

.badge-outline-secondary {
  color: #346f8f; }

.badge-secondary-contrast {
  color: #fff;
  background-color: #346f8f;
  color: white; }
  a.badge-secondary-contrast:hover, a.badge-secondary-contrast:focus {
    color: #fff;
    background-color: #2d5f7b; }
  a.badge-secondary-contrast:focus, a.badge-secondary-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 111, 143, 0.5); }

.badge-success {
  color: #000;
  background-color: #d4f4d4;
  color: #04bc00; }
  a.badge-success:hover, a.badge-success:focus {
    color: #000;
    background-color: #b6d2b6; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(212, 244, 212, 0.5); }

.badge-outline-success {
  color: #04bc00; }

.badge-success-contrast {
  color: #000;
  background-color: #04bc00;
  color: white; }
  a.badge-success-contrast:hover, a.badge-success-contrast:focus {
    color: #000;
    background-color: #03a200; }
  a.badge-success-contrast:focus, a.badge-success-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 188, 0, 0.5); }

.badge-info {
  color: #000;
  background-color: #d4f3fa;
  color: #04b6e2; }
  a.badge-info:hover, a.badge-info:focus {
    color: #000;
    background-color: #b6d1d7; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(212, 243, 250, 0.5); }

.badge-outline-info {
  color: #04b6e2; }

.badge-info-contrast {
  color: #000;
  background-color: #04b6e2;
  color: white; }
  a.badge-info-contrast:hover, a.badge-info-contrast:focus {
    color: #000;
    background-color: #039dc2; }
  a.badge-info-contrast:focus, a.badge-info-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 182, 226, 0.5); }

.badge-warning {
  color: #000;
  background-color: #fff4d5;
  color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #000;
    background-color: #dbd2b7; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 244, 213, 0.5); }

.badge-outline-warning {
  color: #ffc107; }

.badge-warning-contrast {
  color: #000;
  background-color: #ffc107;
  color: white; }
  a.badge-warning-contrast:hover, a.badge-warning-contrast:focus {
    color: #000;
    background-color: #dba606; }
  a.badge-warning-contrast:focus, a.badge-warning-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #000;
  background-color: #f9dddf;
  color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #000;
    background-color: #d6bec0; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(249, 221, 223, 0.5); }

.badge-outline-danger {
  color: #dc3545; }

.badge-danger-contrast {
  color: #fff;
  background-color: #dc3545;
  color: white; }
  a.badge-danger-contrast:hover, a.badge-danger-contrast:focus {
    color: #fff;
    background-color: #bd2e3b; }
  a.badge-danger-contrast:focus, a.badge-danger-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #000;
  background-color: #fdfefe;
  color: #f5f9fc; }
  a.badge-light:hover, a.badge-light:focus {
    color: #000;
    background-color: #dadada; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 254, 254, 0.5); }

.badge-outline-light {
  color: #f5f9fc; }

.badge-light-contrast {
  color: #000;
  background-color: #f5f9fc;
  color: white; }
  a.badge-light-contrast:hover, a.badge-light-contrast:focus {
    color: #000;
    background-color: #d3d6d9; }
  a.badge-light-contrast:focus, a.badge-light-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(245, 249, 252, 0.5); }

.badge-dark {
  color: #000;
  background-color: #d5e0e7;
  color: #07496f; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #000;
    background-color: #b7c1c7; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(213, 224, 231, 0.5); }

.badge-outline-dark {
  color: #07496f; }

.badge-dark-contrast {
  color: #fff;
  background-color: #07496f;
  color: white; }
  a.badge-dark-contrast:hover, a.badge-dark-contrast:focus {
    color: #fff;
    background-color: #063f5f; }
  a.badge-dark-contrast:focus, a.badge-dark-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(7, 73, 111, 0.5); }

.badge-primary-light {
  color: #000;
  background-color: #d4f3fa;
  color: #04b6e2; }
  a.badge-primary-light:hover, a.badge-primary-light:focus {
    color: #000;
    background-color: #b6d1d7; }
  a.badge-primary-light:focus, a.badge-primary-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(212, 243, 250, 0.5); }

.badge-outline-primary-light {
  color: #04b6e2; }

.badge-primary-light-contrast {
  color: #000;
  background-color: #04b6e2;
  color: white; }
  a.badge-primary-light-contrast:hover, a.badge-primary-light-contrast:focus {
    color: #000;
    background-color: #039dc2; }
  a.badge-primary-light-contrast:focus, a.badge-primary-light-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 182, 226, 0.5); }

.badge-muted {
  color: #000;
  background-color: #f0f2f5;
  color: #a6b5c2; }
  a.badge-muted:hover, a.badge-muted:focus {
    color: #000;
    background-color: #ced0d3; }
  a.badge-muted:focus, a.badge-muted.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(240, 242, 245, 0.5); }

.badge-outline-muted {
  color: #a6b5c2; }

.badge-muted-contrast {
  color: #000;
  background-color: #a6b5c2;
  color: white; }
  a.badge-muted-contrast:hover, a.badge-muted-contrast:focus {
    color: #000;
    background-color: #8f9ca7; }
  a.badge-muted-contrast:focus, a.badge-muted-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(166, 181, 194, 0.5); }

.badge-white {
  color: #000;
  background-color: white;
  color: #fff; }
  a.badge-white:hover, a.badge-white:focus {
    color: #000;
    background-color: #dbdbdb; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }

.badge-outline-white {
  color: #fff; }

.badge-white-contrast {
  color: #000;
  background-color: #fff;
  color: white; }
  a.badge-white-contrast:hover, a.badge-white-contrast:focus {
    color: #000;
    background-color: #dbdbdb; }
  a.badge-white-contrast:focus, a.badge-white-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }

.badge-hover {
  color: #000;
  background-color: #fcfeff;
  color: #f0fbfd; }
  a.badge-hover:hover, a.badge-hover:focus {
    color: #000;
    background-color: #d9dadb; }
  a.badge-hover:focus, a.badge-hover.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(252, 254, 255, 0.5); }

.badge-outline-hover {
  color: #f0fbfd; }

.badge-hover-contrast {
  color: #000;
  background-color: #f0fbfd;
  color: white; }
  a.badge-hover-contrast:hover, a.badge-hover-contrast:focus {
    color: #000;
    background-color: #ced8da; }
  a.badge-hover-contrast:focus, a.badge-hover-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(240, 251, 253, 0.5); }

.badge-private {
  color: #000;
  background-color: white;
  color: white; }
  a.badge-private:hover, a.badge-private:focus {
    color: #000;
    background-color: #dbdbdb; }
  a.badge-private:focus, a.badge-private.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }

.badge-outline-private {
  color: white; }

.badge-private-contrast {
  color: #000;
  background-color: white;
  color: white; }
  a.badge-private-contrast:hover, a.badge-private-contrast:focus {
    color: #000;
    background-color: #dbdbdb; }
  a.badge-private-contrast:focus, a.badge-private-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }

.badge-yellow {
  color: #000;
  background-color: #fff4d5;
  color: #ffc107; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #000;
    background-color: #dbd2b7; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 244, 213, 0.5); }

.badge-outline-yellow {
  color: #ffc107; }

.badge-yellow-contrast {
  color: #000;
  background-color: #ffc107;
  color: white; }
  a.badge-yellow-contrast:hover, a.badge-yellow-contrast:focus {
    color: #000;
    background-color: #dba606; }
  a.badge-yellow-contrast:focus, a.badge-yellow-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }

.badge-border {
  color: #000;
  background-color: #f8fbfd;
  color: #d7e7f3; }
  a.badge-border:hover, a.badge-border:focus {
    color: #000;
    background-color: #d5d8da; }
  a.badge-border:focus, a.badge-border.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(248, 251, 253, 0.5); }

.badge-outline-border {
  color: #d7e7f3; }

.badge-border-contrast {
  color: #000;
  background-color: #d7e7f3;
  color: white; }
  a.badge-border-contrast:hover, a.badge-border-contrast:focus {
    color: #000;
    background-color: #b9c7d1; }
  a.badge-border-contrast:focus, a.badge-border-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(215, 231, 243, 0.5); }

.badge-black {
  color: #000;
  background-color: #d4d4d4;
  color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #000;
    background-color: #b6b6b6; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5); }

.badge-outline-black {
  color: #000; }

.badge-black-contrast {
  color: #fff;
  background-color: #000;
  color: white; }
  a.badge-black-contrast:hover, a.badge-black-contrast:focus {
    color: #fff;
    background-color: black; }
  a.badge-black-contrast:focus, a.badge-black-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }

.badge-green-dark {
  color: #000;
  background-color: #d4e7d6;
  color: #01730b; }
  a.badge-green-dark:hover, a.badge-green-dark:focus {
    color: #000;
    background-color: #b6c7b8; }
  a.badge-green-dark:focus, a.badge-green-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(212, 231, 214, 0.5); }

.badge-outline-green-dark {
  color: #01730b; }

.badge-green-dark-contrast {
  color: #fff;
  background-color: #01730b;
  color: white; }
  a.badge-green-dark-contrast:hover, a.badge-green-dark-contrast:focus {
    color: #fff;
    background-color: #016309; }
  a.badge-green-dark-contrast:focus, a.badge-green-dark-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(1, 115, 11, 0.5); }

.badge-placeholder {
  color: #000;
  background-color: #e4e7ea;
  color: #607483; }
  a.badge-placeholder:hover, a.badge-placeholder:focus {
    color: #000;
    background-color: #c4c7c9; }
  a.badge-placeholder:focus, a.badge-placeholder.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(228, 231, 234, 0.5); }

.badge-outline-placeholder {
  color: #607483; }

.badge-placeholder-contrast {
  color: #fff;
  background-color: #607483;
  color: white; }
  a.badge-placeholder-contrast:hover, a.badge-placeholder-contrast:focus {
    color: #fff;
    background-color: #536471; }
  a.badge-placeholder-contrast:focus, a.badge-placeholder-contrast.focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(96, 116, 131, 0.5); }

button.badge {
  border: 0; }

.card .card-header, .custom-control-card .card-header, .form-check-card .card-header {
  border: none; }

.card a.card-body, .custom-control-card a.card-body, .form-check-card a.card-body {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 45px; }
  .card a.card-body:hover, .custom-control-card a.card-body:hover, .form-check-card a.card-body:hover, .card a.card-body:focus, .custom-control-card a.card-body:focus, .form-check-card a.card-body:focus, .card a.card-body:active, .custom-control-card a.card-body:active, .form-check-card a.card-body:active {
    transition: none; }

.card.active, .active.custom-control-card, .active.form-check-card {
  border-color: #203f7b !important;
  background-color: #f0fbfd !important; }

.card.card-md .card-body, .card-md.custom-control-card .card-body, .card-md.form-check-card .card-body {
  padding: 0.8rem; }
  .card.card-md .card-body .card-icon.fa, .card-md.custom-control-card .card-body .card-icon.fa, .card-md.form-check-card .card-body .card-icon.fa {
    margin-right: 0.8rem; }

.card.card-placeholder, .card-placeholder.custom-control-card, .card-placeholder.form-check-card {
  border: 1px dotted #d7e7f3 !important;
  background-color: #fafcfd;
  color: #346f8f; }
  .card.card-placeholder .card-body, .card-placeholder.custom-control-card .card-body, .card-placeholder.form-check-card .card-body {
    padding: 1rem; }

.card.card-gray, .card-gray.custom-control-card, .card-gray.form-check-card {
  border: 0;
  background-color: #f5f9fc; }
  .card.card-gray .card-body, .card-gray.custom-control-card .card-body, .card-gray.form-check-card .card-body {
    padding: 1rem; }

.card.card-inactive, .card-inactive.custom-control-card, .card-inactive.form-check-card {
  border: 1px dashed #d7e7f3;
  background-color: transparent;
  color: #346f8f; }

.card.card-focused:focus, .card-focused.custom-control-card:focus, .card-focused.form-check-card:focus {
  border: 3px solid rgba(4, 182, 226, 0.5) !important; }

.card .card-header.card-header-primary-light, .custom-control-card .card-header.card-header-primary-light, .form-check-card .card-header.card-header-primary-light {
  background-color: #f0fbfd;
  color: #04b6e2;
  font-weight: bold; }

.card .card-body, .custom-control-card .card-body, .form-check-card .card-body {
  transition: background-color 0.2s; }
  .card .card-body.card-body-overflow, .custom-control-card .card-body.card-body-overflow, .form-check-card .card-body.card-body-overflow {
    overflow-y: auto; }

.card .card-footer, .custom-control-card .card-footer, .form-check-card .card-footer {
  border: none; }

.card.selected:not(.accordion-item), .selected.custom-control-card:not(.accordion-item), .selected.form-check-card:not(.accordion-item) {
  box-shadow: 0 0 0 0.25rem rgba(4, 182, 226, 0.25);
  z-index: 1; }

.card.card-hover:not(.disabled), .card-hover.custom-control-card:not(.disabled), .card-hover.form-check-card:not(.disabled) {
  cursor: pointer;
  transition: background-color 0.15s ease-in-out; }
  .card.card-hover:not(.disabled):hover, .card-hover.custom-control-card:not(.disabled):hover, .card-hover.form-check-card:not(.disabled):hover {
    transition: none;
    background-color: rgba(215, 231, 243, 0.65) !important; }

.card.card-hover.disabled, .card-hover.disabled.custom-control-card, .card-hover.disabled.form-check-card {
  cursor: default; }

.border-radius-card {
  border-radius: 10px; }

.zebra-stripes:nth-of-type(even) {
  background-color: #f5f9fc; }

.sort-handle {
  opacity: 0;
  cursor: move;
  left: -1.5rem;
  width: 1.5rem;
  position: absolute; }
  .sort-handle:hover, .show .sort-handle {
    opacity: 1 !important; }

.card-primary {
  border-color: #203f7b;
  background-color: #f4f5f8; }

.card-secondary {
  border-color: #346f8f;
  background-color: #f5f8f9; }

.card-success {
  border-color: #04bc00;
  background-color: #f2fcf2; }

.card-info {
  border-color: #04b6e2;
  background-color: #f2fbfe; }

.card-warning {
  border-color: #ffc107;
  background-color: #fffcf3; }

.card-danger {
  border-color: #dc3545;
  background-color: #fdf5f6; }

.card-light {
  border-color: #f5f9fc;
  background-color: white; }

.card-dark {
  border-color: #07496f;
  background-color: #f3f6f8; }

.card-primary-light {
  border-color: #04b6e2;
  background-color: #f2fbfe; }

.card-muted {
  border-color: #a6b5c2;
  background-color: #fbfbfc; }

.card-white {
  border-color: #fff;
  background-color: white; }

.card-private {
  border-color: white;
  background-color: white; }

.card-yellow {
  border-color: #ffc107;
  background-color: #fffcf3; }

.card-border {
  border-color: #d7e7f3;
  background-color: #fdfefe; }

.card-black {
  border-color: #000;
  background-color: #f2f2f2; }

.card-green-dark {
  border-color: #01730b;
  background-color: #f2f8f3; }

.card-placeholder {
  border-color: #607483;
  background-color: #f7f8f9; }

.step-list .card:not(:first-child), .step-list .custom-control-card:not(:first-child), .step-list .form-check-card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0; }

.step-list .card, .step-list .custom-control-card, .step-list .form-check-card {
  height: 58px;
  padding-left: 34px; }
  .step-list .card.active-step, .step-list .active-step.custom-control-card, .step-list .active-step.form-check-card {
    color: #04b6e2 !important;
    border-bottom-color: #04b6e2;
    border-bottom-width: 2px; }
  .step-list .card.completed-step, .step-list .completed-step.custom-control-card, .step-list .completed-step.form-check-card {
    color: #203f7b !important;
    border-bottom-color: #203f7b;
    border-bottom-width: 2px; }

.step-list .card:not(:last-child), .step-list .custom-control-card:not(:last-child), .step-list .form-check-card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; }
  .step-list .card:not(:last-child):after, .step-list .custom-control-card:not(:last-child):after, .step-list .form-check-card:not(:last-child):after, .step-list .card:not(:last-child):before, .step-list .custom-control-card:not(:last-child):before, .step-list .form-check-card:not(:last-child):before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .step-list .card:not(:last-child):after, .step-list .custom-control-card:not(:last-child):after, .step-list .form-check-card:not(:last-child):after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 28px;
    margin-top: -28px;
    z-index: 5; }
  .step-list .card:not(:last-child):before, .step-list .custom-control-card:not(:last-child):before, .step-list .form-check-card:not(:last-child):before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #d7e7f3;
    border-width: 29px;
    margin-top: -29px;
    z-index: 5; }

.draggable {
  cursor: move; }
  .draggable:hover {
    box-shadow: 0 1px 5px #a6b5c2; }

/* Animate items as they're being sorted. */
.cdk-drop-list-dragging .cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1) !important; }

/* Animate an item that has been dropped. */
.cdk-drag-animating {
  transition: transform 300ms cubic-bezier(0, 0, 0.2, 1) !important; }

.cdk-drag-placeholder {
  opacity: 0; }

.cdk-drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder),
body > .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder) {
  overflow: visible !important; }
  .cdk-drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder):before,
  body > .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder):before {
    font: var(--fa-font-solid);
    content: "\f0dc";
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    color: #346f8f;
    padding: 1em; }
  .cdk-drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder).cdk-narrow:before,
  body > .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder).cdk-narrow:before {
    padding: 0.25em; }
  .cdk-drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder):not(.cdk-drag-preview):before,
  body > .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder):not(.cdk-drag-preview):before {
    opacity: 0; }
  .cdk-drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder):hover:before,
  body > .cdk-drag:not(.open):not(.cdk-drag-disabled):not(.cdk-drag-placeholder):hover:before {
    opacity: 1;
    cursor: move; }

.modal-fullscreen ~ .cdk-drag-preview {
  z-index: calc($zindex-modal + 1) !important; }

body > .dropdown {
  z-index: 1; }

.fullWidth .dropup .dropdown-toggle:not(.dropdown-toggle-split)::after,
.fullWidth .dropdown-toggle:not(.dropdown-toggle-split)::after {
  position: absolute;
  right: 5px;
  top: 10px; }

.fullWidth .inputDropdown {
  border: 1px solid #c9d4dd; }
  .fullWidth .inputDropdown.dropdown-toggle:not(.dropdown-toggle-split)::after {
    position: absolute;
    right: 5px;
    top: 14px; }
  .fullWidth .inputDropdown:disabled {
    background-color: #e7ecf0;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: auto; }

.dropup .dropdown-toggle,
.dropdown-toggle {
  min-height: 31px; }
  .dropup .dropdown-toggle:not(.dropdown-toggle-split)::after,
  .dropdown-toggle:not(.dropdown-toggle-split)::after {
    line-height: 1em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 0.8rem;
    content: "\f0dc";
    display: inline-block;
    border: none !important;
    width: auto;
    margin: 0 0.5em 0 0.8em;
    height: auto;
    vertical-align: initial; }

.hide-dropdown-toggle-caret::after {
  display: none !important; }

.dropdown-toggle-caret::after {
  content: "\f0d7" !important;
  margin-left: 0.255em !important; }

.dropdown-toggle:disabled:after,
.dropdown-toggle.no-caret:after {
  display: none !important; }

.dropdown-toggle.form-select:after {
  display: none; }

.dropdown-menu {
  position: absolute;
  padding: 0;
  max-height: 60vh;
  overflow-y: auto; }
  .dropdown-menu.dropdown-menu-short {
    max-height: 30vh; }
  .dropdown-menu.dropdown-menu-sm {
    min-width: auto; }
  .dropdown-menu .dropdown-item {
    font-size: 0.875rem; }
    .dropdown-menu .dropdown-item.active {
      font-weight: 600; }
    .dropdown-menu .dropdown-item:hover:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .dropdown-menu .dropdown-item:hover:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
  .dropdown-menu .dropdown-divider {
    margin: 0; }
  .dropdown-menu .dropdown-item,
  .dropdown-menu .dropdown-link,
  .dropdown-menu .dropdown-item-text {
    padding: 0.5rem 1rem;
    font-size: 0.875rem; }
  .dropdown-menu .dropdown-link {
    display: block; }

.dropdown-select .dropdown-menu {
  margin-top: 0; }

.dropdown-menu-scroll {
  height: auto;
  max-height: 400px;
  overflow-x: hidden; }

/**
 * Use a custom divider like so:
 * <ng-option><div class="dropdown-divider"></div></ng-option>
 */
.ng-select .dropdown-divider {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px; }

.emoticon {
  background-repeat: no-repeat;
  background-image: url("/assets/emoticons-sprite.png");
  background-size: 500% 200%;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
  display: inline-block;
  font-style: normal;
  line-height: 2em;
  text-align: center; }
  .emoticon.emoticon-1 {
    background-position: 0% 0; }
    .emoticon.emoticon-1.emoticon-transparent, .emoticon-1.emoticon.emoticon-0 {
      background-position: 0% 100%; }
  .emoticon.emoticon-2 {
    background-position: 25% 0; }
    .emoticon.emoticon-2.emoticon-transparent, .emoticon-2.emoticon.emoticon-0 {
      background-position: 25% 100%; }
  .emoticon.emoticon-3 {
    background-position: 50% 0; }
    .emoticon.emoticon-3.emoticon-transparent, .emoticon-3.emoticon.emoticon-0 {
      background-position: 50% 100%; }
  .emoticon.emoticon-4, .emoticon.emoticon-0 {
    background-position: 75% 0; }
    .emoticon.emoticon-4.emoticon-transparent, .emoticon.emoticon-0 {
      background-position: 75% 100%; }
  .emoticon.emoticon-5 {
    background-position: 100% 0; }
    .emoticon.emoticon-5.emoticon-transparent, .emoticon-5.emoticon.emoticon-0 {
      background-position: 100% 100%; }
  .emoticon.emoticon-xs {
    height: 0.5em;
    width: 0.5em; }
  .emoticon.emoticon-sm {
    height: 1em;
    width: 1em; }
  .emoticon.emoticon-md {
    height: 2em;
    width: 2em; }
  .emoticon.emoticon-lg {
    height: 2.6em;
    width: 2.6em; }
  .emoticon.emoticon-xl {
    height: 4em;
    width: 4em; }

.size-fix.fa-2x:before {
  width: 28px;
  height: 28px;
  font-size: 32px; }

.size-fix.fa-3x:before {
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 42px; }

.custom-control-label, .form-check-label {
  line-height: 1.5rem; }
  .custom-control-label::before, .form-check-label::before {
    border: 1px solid #d7e7f3; }

.form-check .form-check-input:checked ~ .custom-control-label::before, .form-check .form-check-input:checked ~ .form-check-label::before {
  border: none; }

.form-check label {
  user-select: none; }

.form-check.card.selected, .form-check.selected.custom-control-card, .form-check.selected.form-check-card, .form-check.card:hover, .form-check.custom-control-card:hover, .form-check.form-check-card:hover {
  background: #f0fbfd;
  color: var(--primary-light); }

.form-check.card.selected, .form-check.selected.custom-control-card, .form-check.selected.form-check-card {
  font-weight: bold;
  border-color: #04b6e2 !important; }

.custom-control-right {
  padding-left: 0 !important;
  padding-right: 1.5rem !important; }
  .custom-control-right label::before,
  .custom-control-right label::after {
    left: auto !important;
    right: 0 !important; }

.custom-control-card.custom-control-align-middle .custom-control-label:before, .custom-control-card.custom-control-align-middle .custom-control-label:after,
.custom-control-align-middle .custom-control-label:before,
.custom-control-align-middle .form-check-label:before,
.custom-control-align-middle .custom-control-label:after,
.custom-control-align-middle .form-check-label:after {
  top: 50%;
  transform: translateY(-50%); }

.was-validated .form-check-input:valid ~ .custom-control-label, .was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .custom-control-label, .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-valid ~ .custom-control-label, .form-check-input.is-valid ~ .form-check-label, .form-check-input.is-invalid ~ .custom-control-label, .form-check-input.is-invalid ~ .form-check-label {
  color: inherit; }
  .was-validated .form-check-input:valid ~ .custom-control-label::before, .was-validated .form-check-input:valid ~ .form-check-label::before, .was-validated .form-check-input:invalid ~ .custom-control-label::before, .was-validated .form-check-input:invalid ~ .form-check-label::before, .form-check-input.is-valid ~ .custom-control-label::before, .form-check-input.is-valid ~ .form-check-label::before, .form-check-input.is-invalid ~ .custom-control-label::before, .form-check-input.is-invalid ~ .form-check-label::before {
    background-color: #fff; }

.was-validated .form-check-input:valid:checked ~ .custom-control-label::before, .was-validated .form-check-input:valid:checked ~ .form-check-label::before, .was-validated .form-check-input:invalid:checked ~ .custom-control-label::before, .was-validated .form-check-input:invalid:checked ~ .form-check-label::before, .form-check-input.is-valid:checked ~ .custom-control-label::before, .form-check-input.is-valid:checked ~ .form-check-label::before, .form-check-input.is-invalid:checked ~ .custom-control-label::before, .form-check-input.is-invalid:checked ~ .form-check-label::before {
  background-color: var(--primary-light) !important; }

.was-validated .form-check-input:valid:focus ~ .custom-control-label::before, .was-validated .form-check-input:valid:focus ~ .form-check-label::before, .was-validated .form-check-input:invalid:focus ~ .custom-control-label::before, .was-validated .form-check-input:invalid:focus ~ .form-check-label::before, .form-check-input.is-valid:focus ~ .custom-control-label::before, .form-check-input.is-valid:focus ~ .form-check-label::before, .form-check-input.is-invalid:focus ~ .custom-control-label::before, .form-check-input.is-invalid:focus ~ .form-check-label::before {
  box-shadow: none; }

.was-validated .form-check-input:invalid,
.form-check-input .is-invalid {
  color: red !important; }
  .was-validated .form-check-input:invalid ~ .custom-control-label::before, .was-validated .form-check-input:invalid ~ .form-check-label::before,
  .form-check-input .is-invalid ~ .custom-control-label::before,
  .form-check-input .is-invalid ~ .form-check-label::before {
    border-color: #dc3545 !important; }

select.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ""; }
  select.form-select.disabled {
    background-color: #e7ecf0;
    pointer-events: none; }

.__lpform_input_idx_0_icon {
  display: none; }

.custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  display: inline-block;
  height: 2rem;
  width: 2rem; }
  .custom-day.focused {
    background-color: #04b6e2; }
  .custom-day.range, .custom-day:hover {
    background-color: #04b6e2;
    color: #fff; }
  .custom-day.faded {
    background-color: #f0fbfd;
    color: #04b6e2; }

.input-group {
  border: 1px solid #c9d4dd;
  border-radius: 45px;
  background-color: #fff;
  overflow: hidden; }
  .input-group.input-group-disabled {
    background-color: #e7ecf0;
    cursor: not-allowed; }
  .input-group.input-group-textarea {
    border-radius: 10px; }
    .input-group.input-group-textarea .btn {
      border-radius: 10px; }
  .input-group .input-group-text,
  .input-group .form-control, .input-group:not(ngb-datepicker).form-select {
    border: none;
    border-radius: inherit; }
    .input-group .input-group-text:focus,
    .input-group .form-control:focus, .input-group:not(ngb-datepicker).form-select:focus {
      box-shadow: none !important; }
  .input-group .input-group-text {
    background-color: inherit; }
  .input-group .input-group-text {
    margin: 0; }
    .input-group .input-group-text button {
      margin: -1px; }
  .input-group.input-group-focus {
    border-color: #82dbf1;
    box-shadow: 0 0 0 0.25rem rgba(130, 219, 241, 0.25); }

.was-validated .input-group.input-group-invalid,
.was-validated .ng-invalid .input-group.input-group-valid {
  border-color: #dc3545; }
  .was-validated .input-group.input-group-invalid .btn.dropdown-toggle,
  .was-validated .ng-invalid .input-group.input-group-valid .btn.dropdown-toggle {
    border-color: #dc3545; }
  .was-validated .input-group.input-group-invalid.input-group-focus,
  .was-validated .ng-invalid .input-group.input-group-valid.input-group-focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .input-group.input-group-invalid ~ .invalid-feedback,
  .was-validated .ng-invalid .input-group.input-group-valid ~ .invalid-feedback {
    display: block; }

.was-validated .input-group.input-group-valid,
.was-validated .ng-valid .input-group.input-group-invalid {
  border-color: #04bc00; }
  .was-validated .input-group.input-group-valid .btn.dropdown-toggle,
  .was-validated .ng-valid .input-group.input-group-invalid .btn.dropdown-toggle {
    border-color: #04bc00; }
  .was-validated .input-group.input-group-valid.input-group-focus,
  .was-validated .ng-valid .input-group.input-group-invalid.input-group-focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 188, 0, 0.25); }
  .was-validated .input-group.input-group-valid ~ .valid-feedback,
  .was-validated .ng-valid .input-group.input-group-invalid ~ .valid-feedback {
    display: block; }

.input-group > .input-group {
  width: auto; }
  .input-group > .input-group .form-control,
  .input-group > .input-group .input-group-text, .input-group > .input-group.input-group-inline .form-control {
    border-radius: 0; }
  .input-group > .input-group:first-child .input-group-text {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px; }
  .input-group > .input-group:last-child .form-control {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important; }

textarea.form-control,
select[multiple].form-control {
  border-radius: 10px; }

select[multiple].form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

label:not(.form-check-label):not(.custom-control-label):not(.form-check-label),
.label {
  font-size: 0.8em;
  font-weight: 700;
  color: #07496f; }

.form-check.card, .form-check.custom-control-card, .form-check.form-check-card {
  padding: 0 !important; }
  .form-check.card .form-check-label, .form-check.custom-control-card .form-check-label, .form-check.form-check-card .form-check-label {
    border-radius: 10px;
    border: 1px solid transparent;
    padding-left: 0.5rem1.4rem !important; }
    .form-check.card .form-check-label:before, .form-check.custom-control-card .form-check-label:before, .form-check.form-check-card .form-check-label:before, .form-check.card .form-check-label:after, .form-check.custom-control-card .form-check-label:after, .form-check.form-check-card .form-check-label:after {
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%); }
    .form-check.card .form-check-label.p-1, .form-check.custom-control-card .form-check-label.p-1, .form-check.form-check-card .form-check-label.p-1 {
      padding-left: 0.25rem1.5rem !important; }
      .form-check.card .form-check-label.p-1:before, .form-check.custom-control-card .form-check-label.p-1:before, .form-check.form-check-card .form-check-label.p-1:before, .form-check.card .form-check-label.p-1:after, .form-check.custom-control-card .form-check-label.p-1:after, .form-check.form-check-card .form-check-label.p-1:after {
        left: 0.25rem; }
    .form-check.card .form-check-label.p-2, .form-check.card .form-check-label, .form-check.custom-control-card .form-check-label, .form-check.form-check-card .form-check-label {
      padding-left: 0.5rem1.5rem !important; }
      .form-check.card .form-check-label.p-2:before, .form-check.card .form-check-label:before, .form-check.custom-control-card .form-check-label:before, .form-check.form-check-card .form-check-label:before, .form-check.card .form-check-label.p-2:after, .form-check.card .form-check-label:after, .form-check.custom-control-card .form-check-label:after, .form-check.form-check-card .form-check-label:after {
        left: 0.5rem; }
    .form-check.card .form-check-label.p-3, .form-check.custom-control-card .form-check-label.p-3, .form-check.form-check-card .form-check-label.p-3 {
      padding-left: 2.5rem !important; }
      .form-check.card .form-check-label.p-3:before, .form-check.custom-control-card .form-check-label.p-3:before, .form-check.form-check-card .form-check-label.p-3:before, .form-check.card .form-check-label.p-3:after, .form-check.custom-control-card .form-check-label.p-3:after, .form-check.form-check-card .form-check-label.p-3:after {
        left: 1rem; }
    .form-check.card .form-check-label.p-4, .form-check.custom-control-card .form-check-label.p-4, .form-check.form-check-card .form-check-label.p-4 {
      padding-left: 1.5rem1.5rem !important; }
      .form-check.card .form-check-label.p-4:before, .form-check.custom-control-card .form-check-label.p-4:before, .form-check.form-check-card .form-check-label.p-4:before, .form-check.card .form-check-label.p-4:after, .form-check.custom-control-card .form-check-label.p-4:after, .form-check.form-check-card .form-check-label.p-4:after {
        left: 1.5rem; }
    .form-check.card .form-check-label.p-5, .form-check.custom-control-card .form-check-label.p-5, .form-check.form-check-card .form-check-label.p-5 {
      padding-left: 2rem1.5rem !important; }
      .form-check.card .form-check-label.p-5:before, .form-check.custom-control-card .form-check-label.p-5:before, .form-check.form-check-card .form-check-label.p-5:before, .form-check.card .form-check-label.p-5:after, .form-check.custom-control-card .form-check-label.p-5:after, .form-check.form-check-card .form-check-label.p-5:after {
        left: 2rem; }
    .form-check.card .form-check-label:hover, .form-check.custom-control-card .form-check-label:hover, .form-check.form-check-card .form-check-label:hover {
      background-color: #f0fbfd; }
  .form-check.card input:checked + label, .form-check.custom-control-card input:checked + label, .form-check.form-check-card input:checked + label {
    background-color: #f0fbfd;
    border-color: #04b6e2 !important;
    color: #04b6e2; }

ng-select.ng-select-narrow .ng-value {
  max-width: 130px !important; }

.was-validated .invalid-feedback-custom {
  display: block !important; }

.was-validated .ng-invalid > ng-select .ng-select-container,
.was-validated ng-select.ng-invalid .ng-select-container {
  border-color: #dc3545; }

.was-validated .ng-valid > ng-select .ng-select-container,
.was-validated ng-select.ng-valid .ng-select-container {
  border-color: #04bc00; }

.was-validated .ng-invalid > pf-dropdown-datepicker .dropdown-toggle,
.was-validated pf-dropdown-datepicker.ng-invalid .dropdown-toggle {
  border-color: #dc3545; }

.was-validated .ng-valid > pf-dropdown-datepicker .dropdown-toggle,
.was-validated pf-dropdown-datepicker.ng-valid .dropdown-toggle {
  border-color: #04bc00; }

.was-validated .ng-invalid > dia-select .dropdown-toggle,
.was-validated dia-select.ng-invalid .dropdown-toggle {
  border-color: #dc3545; }

.was-validated .ng-valid > dia-select .dropdown-toggle,
.was-validated dia-select.ng-valid .dropdown-toggle {
  border-color: #04bc00; }

.was-validated .ng-invalid dia-select.ng-valid .dropdown-toggle {
  border-color: #dc3545; }

.was-validated .ng-invalid > pf-date-range-dropdown .btn.dropdown-toggle,
.was-validated .ng-invalid > pf-date-range-dropdown .btn.dropdown-toggle:hover,
.was-validated pf-date-range-dropdown.ng-invalid .btn.dropdown-toggle,
.was-validated pf-date-range-dropdown.ng-invalid .btn.dropdown-toggle:hover {
  border-color: #dc3545 !important; }

.was-validated .ng-valid > pf-date-range-dropdown .btn.dropdown-toggle,
.was-validated pf-date-range-dropdown.ng-valid .btn.dropdown-toggle {
  border-color: #04bc00 !important; }

.form-control.btn-sm, .btn-group-sm > .form-control.btn {
  height: inherit !important; }

.form-control:not(.form-select) {
  background-image: none !important; }

.was-validated .form-control:invalid, .was-validated .form-control:valid, .was-validated .form-control {
  padding-right: 2em; }
  .was-validated .form-control:invalid:not(.form-select), .was-validated .form-control:valid:not(.form-select), .was-validated .form-control:not(.form-select) {
    background-size: 1em 1em !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important; }
  .was-validated .form-control:invalid.ng-valid, .was-validated .form-control:valid.ng-valid, .was-validated .form-control.ng-valid {
    border-color: #04bc00; }
    .was-validated .form-control:invalid.ng-valid:not(.form-select), .was-validated .form-control:valid.ng-valid:not(.form-select), .was-validated .form-control.ng-valid:not(.form-select) {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAP1BMVEUAAAAop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0VeWBHwAAAAFHRSTlMAAgMICQsQGBkaLDRYnbnP2uDm9TKEtGkAAABASURBVAhbjcc7EoAgEAXBUVbFL6Dv/mc1oVbM6Kyh0zC3Gy/tv+kG2ELdswKHyvSNJJXFh2VJvnofWG4HdkZ6vFNzA2pvH6XYAAAAAElFTkSuQmCC) !important; }
    .was-validated .form-control:invalid.ng-valid:focus, .was-validated .form-control:valid.ng-valid:focus, .was-validated .form-control.ng-valid:focus {
      box-shadow: 0 0 0 0.25rem rgba(4, 188, 0, 0.25); }
  .was-validated .form-control:invalid.ng-invalid:not(.ng-valid), .was-validated .form-control:valid.ng-invalid:not(.ng-valid), .was-validated .form-control.ng-invalid:not(.ng-valid) {
    border-color: #dc3545; }
    .was-validated .form-control:invalid.ng-invalid:not(.ng-valid):not(.form-select), .was-validated .form-control:valid.ng-invalid:not(.ng-valid):not(.form-select), .was-validated .form-control.ng-invalid:not(.ng-valid):not(.form-select) {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAY1BMVEUAAADcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXbu61WAAAAIHRSTlMAAQIGDQ4aKyxAQVlbeHmUlZeYmrLP0dPa3Ojp7e/3/QJ2wh8AAABXSURBVAgdBcEFAQMAAMAg7u7u65/yANgfAGBeMwAGt7oNACyrFgDD14XrcwhYd+fRChh9e/PpOwLb+lFtYFJVVWOcqqg6Mq2KqqbOVVVVZ7uqqqodAOAPeWkK9TgVcrcAAAAASUVORK5CYII=) !important; }
  .was-validated .form-control:invalid.ng-invalid:focus, .was-validated .form-control:valid.ng-invalid:focus, .was-validated .form-control.ng-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.form-control.form-control-private {
  background-color: white; }

.form-control:disabled {
  cursor: not-allowed; }

form.needs-validation.was-validated .ng-invalid .form-group .input-group .form-control {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAY1BMVEUAAADcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXcNUXbu61WAAAAIHRSTlMAAQIGDQ4aKyxAQVlbeHmUlZeYmrLP0dPa3Ojp7e/3/QJ2wh8AAABXSURBVAgdBcEFAQMAAMAg7u7u65/yANgfAGBeMwAGt7oNACyrFgDD14XrcwhYd+fRChh9e/PpOwLb+lFtYFJVVWOcqqg6Mq2KqqbOVVVVZ7uqqqodAOAPeWkK9TgVcrcAAAAASUVORK5CYII=) !important; }

form.needs-validation.was-validated .ng-valid .form-group .input-group .form-control {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAP1BMVEUAAAAop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0Uop0VeWBHwAAAAFHRSTlMAAgMICQsQGBkaLDRYnbnP2uDm9TKEtGkAAABASURBVAhbjcc7EoAgEAXBUVbFL6Dv/mc1oVbM6Kyh0zC3Gy/tv+kG2ELdswKHyvSNJJXFh2VJvnofWG4HdkZ6vFNzA2pvH6XYAAAAAElFTkSuQmCC) !important; }

.was-validated .form-control:valid.ng-valid ~ .invalid-feedback, .was-validated .form-control:valid.ng-invalid ~ .valid-feedback {
  display: none; }

.was-validated .ng-invalid ~ .invalid-feedback,
.was-validated .ng-valid ~ .valid-feedback,
.was-validated .ng-invalid > .invalid-feedback,
.was-validated .ng-valid > .valid-feedback {
  display: block; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button; }

div[id^="__lpform_input_idx_"] {
  display: none; }

.custom-control-card {
  padding-left: 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10px !important;
  margin-bottom: 0 !important; }
  .custom-control-card.text-primary .custom-control-input:checked, .custom-control-card.text-primary .custom-control-input:hover,
  .custom-control-card.text-primary .form-check-input:checked,
  .custom-control-card.text-primary .form-check-input:hover {
    background-color: #203f7b;
    border-color: #203f7b; }
    .custom-control-card.text-primary .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-primary .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-primary .form-check-input:checked ~ .form-check-label, .custom-control-card.text-primary .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-primary .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-primary .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-primary .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-primary .form-check-input:hover ~ .custom-control-label {
      background: #dee2eb;
      border: 1px solid #203f7b; }
    .custom-control-card.text-primary .custom-control-input:checked ::before, .custom-control-card.text-primary .custom-control-input:hover ::before,
    .custom-control-card.text-primary .form-check-input:checked ::before,
    .custom-control-card.text-primary .form-check-input:hover ::before {
      background-color: #203f7b; }
  .custom-control-card.text-primary .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-primary .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-primary .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-primary .form-check-input:checked ~ .custom-control-label {
    border-color: #203f7b;
    color: #203f7b; }
    .custom-control-card.text-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-primary .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-primary .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-primary .form-check-input:checked ~ .custom-control-label::before {
      background-color: #203f7b; }
  .custom-control-card.text-secondary .custom-control-input:checked, .custom-control-card.text-secondary .custom-control-input:hover,
  .custom-control-card.text-secondary .form-check-input:checked,
  .custom-control-card.text-secondary .form-check-input:hover {
    background-color: #346f8f;
    border-color: #346f8f; }
    .custom-control-card.text-secondary .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-secondary .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-secondary .form-check-input:checked ~ .form-check-label, .custom-control-card.text-secondary .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-secondary .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-secondary .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-secondary .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-secondary .form-check-input:hover ~ .custom-control-label {
      background: #e1e9ee;
      border: 1px solid #346f8f; }
    .custom-control-card.text-secondary .custom-control-input:checked ::before, .custom-control-card.text-secondary .custom-control-input:hover ::before,
    .custom-control-card.text-secondary .form-check-input:checked ::before,
    .custom-control-card.text-secondary .form-check-input:hover ::before {
      background-color: #346f8f; }
  .custom-control-card.text-secondary .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-secondary .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-secondary .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-secondary .form-check-input:checked ~ .custom-control-label {
    border-color: #346f8f;
    color: #346f8f; }
    .custom-control-card.text-secondary .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-secondary .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-secondary .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-secondary .form-check-input:checked ~ .custom-control-label::before {
      background-color: #346f8f; }
  .custom-control-card.text-success .custom-control-input:checked, .custom-control-card.text-success .custom-control-input:hover,
  .custom-control-card.text-success .form-check-input:checked,
  .custom-control-card.text-success .form-check-input:hover {
    background-color: #04bc00;
    border-color: #04bc00; }
    .custom-control-card.text-success .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-success .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-success .form-check-input:checked ~ .form-check-label, .custom-control-card.text-success .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-success .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-success .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-success .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-success .form-check-input:hover ~ .custom-control-label {
      background: #d9f5d9;
      border: 1px solid #04bc00; }
    .custom-control-card.text-success .custom-control-input:checked ::before, .custom-control-card.text-success .custom-control-input:hover ::before,
    .custom-control-card.text-success .form-check-input:checked ::before,
    .custom-control-card.text-success .form-check-input:hover ::before {
      background-color: #04bc00; }
  .custom-control-card.text-success .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-success .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-success .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-success .form-check-input:checked ~ .custom-control-label {
    border-color: #04bc00;
    color: #04bc00; }
    .custom-control-card.text-success .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-success .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-success .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-success .form-check-input:checked ~ .custom-control-label::before {
      background-color: #04bc00; }
  .custom-control-card.text-info .custom-control-input:checked, .custom-control-card.text-info .custom-control-input:hover,
  .custom-control-card.text-info .form-check-input:checked,
  .custom-control-card.text-info .form-check-input:hover {
    background-color: #04b6e2;
    border-color: #04b6e2; }
    .custom-control-card.text-info .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-info .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-info .form-check-input:checked ~ .form-check-label, .custom-control-card.text-info .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-info .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-info .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-info .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-info .form-check-input:hover ~ .custom-control-label {
      background: #d9f4fb;
      border: 1px solid #04b6e2; }
    .custom-control-card.text-info .custom-control-input:checked ::before, .custom-control-card.text-info .custom-control-input:hover ::before,
    .custom-control-card.text-info .form-check-input:checked ::before,
    .custom-control-card.text-info .form-check-input:hover ::before {
      background-color: #04b6e2; }
  .custom-control-card.text-info .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-info .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-info .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-info .form-check-input:checked ~ .custom-control-label {
    border-color: #04b6e2;
    color: #04b6e2; }
    .custom-control-card.text-info .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-info .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-info .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-info .form-check-input:checked ~ .custom-control-label::before {
      background-color: #04b6e2; }
  .custom-control-card.text-warning .custom-control-input:checked, .custom-control-card.text-warning .custom-control-input:hover,
  .custom-control-card.text-warning .form-check-input:checked,
  .custom-control-card.text-warning .form-check-input:hover {
    background-color: #ffc107;
    border-color: #ffc107; }
    .custom-control-card.text-warning .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-warning .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-warning .form-check-input:checked ~ .form-check-label, .custom-control-card.text-warning .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-warning .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-warning .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-warning .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-warning .form-check-input:hover ~ .custom-control-label {
      background: #fff6da;
      border: 1px solid #ffc107; }
    .custom-control-card.text-warning .custom-control-input:checked ::before, .custom-control-card.text-warning .custom-control-input:hover ::before,
    .custom-control-card.text-warning .form-check-input:checked ::before,
    .custom-control-card.text-warning .form-check-input:hover ::before {
      background-color: #ffc107; }
  .custom-control-card.text-warning .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-warning .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-warning .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-warning .form-check-input:checked ~ .custom-control-label {
    border-color: #ffc107;
    color: #ffc107; }
    .custom-control-card.text-warning .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-warning .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-warning .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-warning .form-check-input:checked ~ .custom-control-label::before {
      background-color: #ffc107; }
  .custom-control-card.text-danger .custom-control-input:checked, .custom-control-card.text-danger .custom-control-input:hover,
  .custom-control-card.text-danger .form-check-input:checked,
  .custom-control-card.text-danger .form-check-input:hover {
    background-color: #dc3545;
    border-color: #dc3545; }
    .custom-control-card.text-danger .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-danger .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-danger .form-check-input:checked ~ .form-check-label, .custom-control-card.text-danger .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-danger .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-danger .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-danger .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-danger .form-check-input:hover ~ .custom-control-label {
      background: #fae1e3;
      border: 1px solid #dc3545; }
    .custom-control-card.text-danger .custom-control-input:checked ::before, .custom-control-card.text-danger .custom-control-input:hover ::before,
    .custom-control-card.text-danger .form-check-input:checked ::before,
    .custom-control-card.text-danger .form-check-input:hover ::before {
      background-color: #dc3545; }
  .custom-control-card.text-danger .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-danger .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-danger .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-danger .form-check-input:checked ~ .custom-control-label {
    border-color: #dc3545;
    color: #dc3545; }
    .custom-control-card.text-danger .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-danger .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-danger .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-danger .form-check-input:checked ~ .custom-control-label::before {
      background-color: #dc3545; }
  .custom-control-card.text-light .custom-control-input:checked, .custom-control-card.text-light .custom-control-input:hover,
  .custom-control-card.text-light .form-check-input:checked,
  .custom-control-card.text-light .form-check-input:hover {
    background-color: #f5f9fc;
    border-color: #f5f9fc; }
    .custom-control-card.text-light .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-light .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-light .form-check-input:checked ~ .form-check-label, .custom-control-card.text-light .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-light .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-light .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-light .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-light .form-check-input:hover ~ .custom-control-label {
      background: #fefeff;
      border: 1px solid #f5f9fc; }
    .custom-control-card.text-light .custom-control-input:checked ::before, .custom-control-card.text-light .custom-control-input:hover ::before,
    .custom-control-card.text-light .form-check-input:checked ::before,
    .custom-control-card.text-light .form-check-input:hover ::before {
      background-color: #f5f9fc; }
  .custom-control-card.text-light .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-light .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-light .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-light .form-check-input:checked ~ .custom-control-label {
    border-color: #f5f9fc;
    color: #f5f9fc; }
    .custom-control-card.text-light .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-light .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-light .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-light .form-check-input:checked ~ .custom-control-label::before {
      background-color: #f5f9fc; }
  .custom-control-card.text-dark .custom-control-input:checked, .custom-control-card.text-dark .custom-control-input:hover,
  .custom-control-card.text-dark .form-check-input:checked,
  .custom-control-card.text-dark .form-check-input:hover {
    background-color: #07496f;
    border-color: #07496f; }
    .custom-control-card.text-dark .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-dark .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-dark .form-check-input:checked ~ .form-check-label, .custom-control-card.text-dark .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-dark .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-dark .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-dark .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-dark .form-check-input:hover ~ .custom-control-label {
      background: #dae4e9;
      border: 1px solid #07496f; }
    .custom-control-card.text-dark .custom-control-input:checked ::before, .custom-control-card.text-dark .custom-control-input:hover ::before,
    .custom-control-card.text-dark .form-check-input:checked ::before,
    .custom-control-card.text-dark .form-check-input:hover ::before {
      background-color: #07496f; }
  .custom-control-card.text-dark .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-dark .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-dark .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-dark .form-check-input:checked ~ .custom-control-label {
    border-color: #07496f;
    color: #07496f; }
    .custom-control-card.text-dark .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-dark .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-dark .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-dark .form-check-input:checked ~ .custom-control-label::before {
      background-color: #07496f; }
  .custom-control-card.text-primary-light .custom-control-input:checked, .custom-control-card.text-primary-light .custom-control-input:hover,
  .custom-control-card.text-primary-light .form-check-input:checked,
  .custom-control-card.text-primary-light .form-check-input:hover {
    background-color: #04b6e2;
    border-color: #04b6e2; }
    .custom-control-card.text-primary-light .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-primary-light .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-primary-light .form-check-input:checked ~ .form-check-label, .custom-control-card.text-primary-light .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-primary-light .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-primary-light .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-primary-light .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-primary-light .form-check-input:hover ~ .custom-control-label {
      background: #d9f4fb;
      border: 1px solid #04b6e2; }
    .custom-control-card.text-primary-light .custom-control-input:checked ::before, .custom-control-card.text-primary-light .custom-control-input:hover ::before,
    .custom-control-card.text-primary-light .form-check-input:checked ::before,
    .custom-control-card.text-primary-light .form-check-input:hover ::before {
      background-color: #04b6e2; }
  .custom-control-card.text-primary-light .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-primary-light .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-primary-light .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-primary-light .form-check-input:checked ~ .custom-control-label {
    border-color: #04b6e2;
    color: #04b6e2; }
    .custom-control-card.text-primary-light .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-primary-light .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-primary-light .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-primary-light .form-check-input:checked ~ .custom-control-label::before {
      background-color: #04b6e2; }
  .custom-control-card.text-muted .custom-control-input:checked, .custom-control-card.text-muted .custom-control-input:hover,
  .custom-control-card.text-muted .form-check-input:checked,
  .custom-control-card.text-muted .form-check-input:hover {
    background-color: #a6b5c2;
    border-color: #a6b5c2; }
    .custom-control-card.text-muted .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-muted .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-muted .form-check-input:checked ~ .form-check-label, .custom-control-card.text-muted .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-muted .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-muted .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-muted .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-muted .form-check-input:hover ~ .custom-control-label {
      background: #f2f4f6;
      border: 1px solid #a6b5c2; }
    .custom-control-card.text-muted .custom-control-input:checked ::before, .custom-control-card.text-muted .custom-control-input:hover ::before,
    .custom-control-card.text-muted .form-check-input:checked ::before,
    .custom-control-card.text-muted .form-check-input:hover ::before {
      background-color: #a6b5c2; }
  .custom-control-card.text-muted .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-muted .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-muted .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-muted .form-check-input:checked ~ .custom-control-label {
    border-color: #a6b5c2;
    color: #a6b5c2; }
    .custom-control-card.text-muted .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-muted .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-muted .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-muted .form-check-input:checked ~ .custom-control-label::before {
      background-color: #a6b5c2; }
  .custom-control-card.text-white .custom-control-input:checked, .custom-control-card.text-white .custom-control-input:hover,
  .custom-control-card.text-white .form-check-input:checked,
  .custom-control-card.text-white .form-check-input:hover {
    background-color: #fff;
    border-color: #fff; }
    .custom-control-card.text-white .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-white .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-white .form-check-input:checked ~ .form-check-label, .custom-control-card.text-white .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-white .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-white .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-white .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-white .form-check-input:hover ~ .custom-control-label {
      background: white;
      border: 1px solid #fff; }
    .custom-control-card.text-white .custom-control-input:checked ::before, .custom-control-card.text-white .custom-control-input:hover ::before,
    .custom-control-card.text-white .form-check-input:checked ::before,
    .custom-control-card.text-white .form-check-input:hover ::before {
      background-color: #fff; }
  .custom-control-card.text-white .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-white .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-white .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-white .form-check-input:checked ~ .custom-control-label {
    border-color: #fff;
    color: #fff; }
    .custom-control-card.text-white .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-white .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-white .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-white .form-check-input:checked ~ .custom-control-label::before {
      background-color: #fff; }
  .custom-control-card.text-hover .custom-control-input:checked, .custom-control-card.text-hover .custom-control-input:hover,
  .custom-control-card.text-hover .form-check-input:checked,
  .custom-control-card.text-hover .form-check-input:hover {
    background-color: #f0fbfd;
    border-color: #f0fbfd; }
    .custom-control-card.text-hover .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-hover .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-hover .form-check-input:checked ~ .form-check-label, .custom-control-card.text-hover .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-hover .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-hover .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-hover .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-hover .form-check-input:hover ~ .custom-control-label {
      background: #fdfeff;
      border: 1px solid #f0fbfd; }
    .custom-control-card.text-hover .custom-control-input:checked ::before, .custom-control-card.text-hover .custom-control-input:hover ::before,
    .custom-control-card.text-hover .form-check-input:checked ::before,
    .custom-control-card.text-hover .form-check-input:hover ::before {
      background-color: #f0fbfd; }
  .custom-control-card.text-hover .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-hover .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-hover .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-hover .form-check-input:checked ~ .custom-control-label {
    border-color: #f0fbfd;
    color: #f0fbfd; }
    .custom-control-card.text-hover .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-hover .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-hover .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-hover .form-check-input:checked ~ .custom-control-label::before {
      background-color: #f0fbfd; }
  .custom-control-card.text-private .custom-control-input:checked, .custom-control-card.text-private .custom-control-input:hover,
  .custom-control-card.text-private .form-check-input:checked,
  .custom-control-card.text-private .form-check-input:hover {
    background-color: white;
    border-color: white; }
    .custom-control-card.text-private .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-private .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-private .form-check-input:checked ~ .form-check-label, .custom-control-card.text-private .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-private .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-private .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-private .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-private .form-check-input:hover ~ .custom-control-label {
      background: white;
      border: 1px solid white; }
    .custom-control-card.text-private .custom-control-input:checked ::before, .custom-control-card.text-private .custom-control-input:hover ::before,
    .custom-control-card.text-private .form-check-input:checked ::before,
    .custom-control-card.text-private .form-check-input:hover ::before {
      background-color: white; }
  .custom-control-card.text-private .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-private .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-private .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-private .form-check-input:checked ~ .custom-control-label {
    border-color: white;
    color: white; }
    .custom-control-card.text-private .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-private .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-private .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-private .form-check-input:checked ~ .custom-control-label::before {
      background-color: white; }
  .custom-control-card.text-yellow .custom-control-input:checked, .custom-control-card.text-yellow .custom-control-input:hover,
  .custom-control-card.text-yellow .form-check-input:checked,
  .custom-control-card.text-yellow .form-check-input:hover {
    background-color: #ffc107;
    border-color: #ffc107; }
    .custom-control-card.text-yellow .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-yellow .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-yellow .form-check-input:checked ~ .form-check-label, .custom-control-card.text-yellow .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-yellow .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-yellow .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-yellow .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-yellow .form-check-input:hover ~ .custom-control-label {
      background: #fff6da;
      border: 1px solid #ffc107; }
    .custom-control-card.text-yellow .custom-control-input:checked ::before, .custom-control-card.text-yellow .custom-control-input:hover ::before,
    .custom-control-card.text-yellow .form-check-input:checked ::before,
    .custom-control-card.text-yellow .form-check-input:hover ::before {
      background-color: #ffc107; }
  .custom-control-card.text-yellow .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-yellow .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-yellow .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-yellow .form-check-input:checked ~ .custom-control-label {
    border-color: #ffc107;
    color: #ffc107; }
    .custom-control-card.text-yellow .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-yellow .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-yellow .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-yellow .form-check-input:checked ~ .custom-control-label::before {
      background-color: #ffc107; }
  .custom-control-card.text-border .custom-control-input:checked, .custom-control-card.text-border .custom-control-input:hover,
  .custom-control-card.text-border .form-check-input:checked,
  .custom-control-card.text-border .form-check-input:hover {
    background-color: #d7e7f3;
    border-color: #d7e7f3; }
    .custom-control-card.text-border .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-border .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-border .form-check-input:checked ~ .form-check-label, .custom-control-card.text-border .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-border .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-border .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-border .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-border .form-check-input:hover ~ .custom-control-label {
      background: #f9fbfd;
      border: 1px solid #d7e7f3; }
    .custom-control-card.text-border .custom-control-input:checked ::before, .custom-control-card.text-border .custom-control-input:hover ::before,
    .custom-control-card.text-border .form-check-input:checked ::before,
    .custom-control-card.text-border .form-check-input:hover ::before {
      background-color: #d7e7f3; }
  .custom-control-card.text-border .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-border .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-border .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-border .form-check-input:checked ~ .custom-control-label {
    border-color: #d7e7f3;
    color: #d7e7f3; }
    .custom-control-card.text-border .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-border .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-border .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-border .form-check-input:checked ~ .custom-control-label::before {
      background-color: #d7e7f3; }
  .custom-control-card.text-black .custom-control-input:checked, .custom-control-card.text-black .custom-control-input:hover,
  .custom-control-card.text-black .form-check-input:checked,
  .custom-control-card.text-black .form-check-input:hover {
    background-color: #000;
    border-color: #000; }
    .custom-control-card.text-black .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-black .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-black .form-check-input:checked ~ .form-check-label, .custom-control-card.text-black .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-black .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-black .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-black .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-black .form-check-input:hover ~ .custom-control-label {
      background: #d9d9d9;
      border: 1px solid #000; }
    .custom-control-card.text-black .custom-control-input:checked ::before, .custom-control-card.text-black .custom-control-input:hover ::before,
    .custom-control-card.text-black .form-check-input:checked ::before,
    .custom-control-card.text-black .form-check-input:hover ::before {
      background-color: #000; }
  .custom-control-card.text-black .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-black .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-black .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-black .form-check-input:checked ~ .custom-control-label {
    border-color: #000;
    color: #000; }
    .custom-control-card.text-black .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-black .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-black .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-black .form-check-input:checked ~ .custom-control-label::before {
      background-color: #000; }
  .custom-control-card.text-green-dark .custom-control-input:checked, .custom-control-card.text-green-dark .custom-control-input:hover,
  .custom-control-card.text-green-dark .form-check-input:checked,
  .custom-control-card.text-green-dark .form-check-input:hover {
    background-color: #01730b;
    border-color: #01730b; }
    .custom-control-card.text-green-dark .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-green-dark .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-green-dark .form-check-input:checked ~ .form-check-label, .custom-control-card.text-green-dark .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-green-dark .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-green-dark .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-green-dark .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-green-dark .form-check-input:hover ~ .custom-control-label {
      background: #d9eada;
      border: 1px solid #01730b; }
    .custom-control-card.text-green-dark .custom-control-input:checked ::before, .custom-control-card.text-green-dark .custom-control-input:hover ::before,
    .custom-control-card.text-green-dark .form-check-input:checked ::before,
    .custom-control-card.text-green-dark .form-check-input:hover ::before {
      background-color: #01730b; }
  .custom-control-card.text-green-dark .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-green-dark .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-green-dark .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-green-dark .form-check-input:checked ~ .custom-control-label {
    border-color: #01730b;
    color: #01730b; }
    .custom-control-card.text-green-dark .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-green-dark .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-green-dark .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-green-dark .form-check-input:checked ~ .custom-control-label::before {
      background-color: #01730b; }
  .custom-control-card.text-placeholder .custom-control-input:checked, .custom-control-card.text-placeholder .custom-control-input:hover,
  .custom-control-card.text-placeholder .form-check-input:checked,
  .custom-control-card.text-placeholder .form-check-input:hover {
    background-color: #607483;
    border-color: #607483; }
    .custom-control-card.text-placeholder .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-placeholder .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-placeholder .form-check-input:checked ~ .form-check-label, .custom-control-card.text-placeholder .custom-control-input:hover ~ .custom-control-label, .custom-control-card.text-placeholder .custom-control-input:hover ~ .form-check-label, .custom-control-card.text-placeholder .form-check-input:hover ~ .form-check-label,
    .custom-control-card.text-placeholder .form-check-input:checked ~ .custom-control-label,
    .custom-control-card.text-placeholder .form-check-input:hover ~ .custom-control-label {
      background: #e7eaec;
      border: 1px solid #607483; }
    .custom-control-card.text-placeholder .custom-control-input:checked ::before, .custom-control-card.text-placeholder .custom-control-input:hover ::before,
    .custom-control-card.text-placeholder .form-check-input:checked ::before,
    .custom-control-card.text-placeholder .form-check-input:hover ::before {
      background-color: #607483; }
  .custom-control-card.text-placeholder .custom-control-input:checked ~ .custom-control-label, .custom-control-card.text-placeholder .custom-control-input:checked ~ .form-check-label, .custom-control-card.text-placeholder .form-check-input:checked ~ .form-check-label,
  .custom-control-card.text-placeholder .form-check-input:checked ~ .custom-control-label {
    border-color: #607483;
    color: #607483; }
    .custom-control-card.text-placeholder .custom-control-input:checked ~ .custom-control-label::before, .custom-control-card.text-placeholder .custom-control-input:checked ~ .form-check-label::before, .custom-control-card.text-placeholder .form-check-input:checked ~ .form-check-label::before,
    .custom-control-card.text-placeholder .form-check-input:checked ~ .custom-control-label::before {
      background-color: #607483; }
  .custom-control-card:before, .custom-control-card:after {
    left: 1rem;
    top: 0.75rem; }

dia-input-radio.list-group-item,
dia-input-checkbox.list-group-item {
  padding: 0; }
  dia-input-radio.list-group-item .custom-control, dia-input-radio.list-group-item .form-check,
  dia-input-checkbox.list-group-item .custom-control,
  dia-input-checkbox.list-group-item .form-check {
    padding-left: 0; }
  dia-input-radio.list-group-item .custom-control-label, dia-input-radio.list-group-item .form-check-label,
  dia-input-checkbox.list-group-item .custom-control-label,
  dia-input-checkbox.list-group-item .form-check-label {
    padding: 0.75rem 1.25rem;
    padding-left: 3rem; }
    dia-input-radio.list-group-item .custom-control-label:before, dia-input-radio.list-group-item .form-check-label:before, dia-input-radio.list-group-item .custom-control-label:after, dia-input-radio.list-group-item .form-check-label:after,
    dia-input-checkbox.list-group-item .custom-control-label:before,
    dia-input-checkbox.list-group-item .form-check-label:before,
    dia-input-checkbox.list-group-item .custom-control-label:after,
    dia-input-checkbox.list-group-item .form-check-label:after {
      left: 1.25rem;
      top: 1rem; }

.list-group-item.selected {
  border-color: #04b6e2;
  background-color: #f0fbfd;
  z-index: 1; }

.submit-review-manager-modal .selected > * {
  color: #04b6e2 !important; }

/* Overrides Mozilla's default behavior to add a red box shadow to required inputs that aren't submitted yet  */
@-moz-document url-prefix() {
  input {
    box-shadow: none; } }

.grid {
  display: grid; }

.grid-col-1 {
  grid-column: 1; }

.grid-col-span-1 {
  grid-column-end: span 1 !important; }

.grid-row-1 {
  grid-row: 1; }

.grid-row-span-1 {
  grid-row-end: span 1 !important; }

.grid-col-2 {
  grid-column: 2; }

.grid-col-span-2 {
  grid-column-end: span 2 !important; }

.grid-row-2 {
  grid-row: 2; }

.grid-row-span-2 {
  grid-row-end: span 2 !important; }

.grid-col-3 {
  grid-column: 3; }

.grid-col-span-3 {
  grid-column-end: span 3 !important; }

.grid-row-3 {
  grid-row: 3; }

.grid-row-span-3 {
  grid-row-end: span 3 !important; }

.grid-col-4 {
  grid-column: 4; }

.grid-col-span-4 {
  grid-column-end: span 4 !important; }

.grid-row-4 {
  grid-row: 4; }

.grid-row-span-4 {
  grid-row-end: span 4 !important; }

.grid-col-5 {
  grid-column: 5; }

.grid-col-span-5 {
  grid-column-end: span 5 !important; }

.grid-row-5 {
  grid-row: 5; }

.grid-row-span-5 {
  grid-row-end: span 5 !important; }

.grid-col-6 {
  grid-column: 6; }

.grid-col-span-6 {
  grid-column-end: span 6 !important; }

.grid-row-6 {
  grid-row: 6; }

.grid-row-span-6 {
  grid-row-end: span 6 !important; }

.grid-col-7 {
  grid-column: 7; }

.grid-col-span-7 {
  grid-column-end: span 7 !important; }

.grid-row-7 {
  grid-row: 7; }

.grid-row-span-7 {
  grid-row-end: span 7 !important; }

.grid-col-8 {
  grid-column: 8; }

.grid-col-span-8 {
  grid-column-end: span 8 !important; }

.grid-row-8 {
  grid-row: 8; }

.grid-row-span-8 {
  grid-row-end: span 8 !important; }

.grid-col-9 {
  grid-column: 9; }

.grid-col-span-9 {
  grid-column-end: span 9 !important; }

.grid-row-9 {
  grid-row: 9; }

.grid-row-span-9 {
  grid-row-end: span 9 !important; }

.grid-col-10 {
  grid-column: 10; }

.grid-col-span-10 {
  grid-column-end: span 10 !important; }

.grid-row-10 {
  grid-row: 10; }

.grid-row-span-10 {
  grid-row-end: span 10 !important; }

.grid-legend-gradient {
  background: linear-gradient(to right, rgba(4, 182, 226, 0.05), rgba(4, 182, 226, 0.5));
  border-radius: 50px;
  width: 100%;
  height: 20px; }

@media (min-width: 576px) {
  .container-sm {
    max-width: 750px; } }

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

@media (min-width: 576px) {
  .col-fifth {
    flex: 0 0 20%;
    max-width: 20%; } }

.list-group-item > .list-group-item-action {
  padding: 0.75rem 1.25rem; }
  .list-group-item > .list-group-item-action.border-left-1, .list-group-item > .list-group-item-action.border-top-1, .list-group-item > .list-group-item-action.border-right-1, .list-group-item > .list-group-item-action.border-bottom-1 {
    padding-left: calc(1.25rem - 1px); }
  .list-group-item > .list-group-item-action.border-left-2, .list-group-item > .list-group-item-action.border-top-2, .list-group-item > .list-group-item-action.border-right-2, .list-group-item > .list-group-item-action.border-bottom-2 {
    padding-left: calc(1.25rem - 2px); }
  .list-group-item > .list-group-item-action.border-left-3, .list-group-item > .list-group-item-action.border-top-3, .list-group-item > .list-group-item-action.border-right-3, .list-group-item > .list-group-item-action.border-bottom-3 {
    padding-left: calc(1.25rem - 3px); }
  .list-group-item > .list-group-item-action.border-left-4, .card .list-group-item > a.list-group-item-action.card-body, .form-check-card .list-group-item > a.list-group-item-action.card-body, .custom-control-card .list-group-item > a.list-group-item-action.card-body, .list-group-item > .list-group-item-action.border-top-4, .list-group-item > .list-group-item-action.border-right-4, .list-group-item > .list-group-item-action.border-bottom-4 {
    padding-left: calc(1.25rem - 4px); }
  .list-group-item > .list-group-item-action.border-left-5, .list-group-item > .list-group-item-action.border-top-5, .list-group-item > .list-group-item-action.border-right-5, .list-group-item > .list-group-item-action.border-bottom-5 {
    padding-left: calc(1.25rem - 5px); }

.list-group-item-body {
  display: block;
  padding: 0 1.25rem 0.75rem; }

.list-group-item {
  font-weight: 500;
  color: #07496f; }
  .list-group-item.list-group-item-custom-control {
    padding: 0 0 0 1.25rem; }
    .list-group-item.list-group-item-custom-control :first-child {
      width: 100%; }
    .list-group-item.list-group-item-custom-control label {
      padding: 0.75rem 1.25rem 0.75rem 0; }
      .list-group-item.list-group-item-custom-control label:before, .list-group-item.list-group-item-custom-control label:after {
        top: 50%;
        transform: translateY(-50%); }
  .list-group-item.active {
    color: #04b6e2;
    background-color: #f0fbfd; }
  .list-group-item.hoverable:hover {
    background-color: #f0fbfd; }
  .list-group-item + .list-group-item.selected {
    margin-top: -1px;
    border-top-width: 1px; }
  .list-group-item.custom-control-hover:hover, .list-group-item.custom-control-card:hover {
    background: #f0fbfd; }
    .list-group-item.custom-control-hover:hover:first-child, .list-group-item.custom-control-card:hover:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .list-group-item.custom-control-hover:hover:last-child, .list-group-item.custom-control-card:hover:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
  .list-group-item.custom-control-hover:hover .custom-control-label, .list-group-item.custom-control-card:hover .custom-control-label, .list-group-item.custom-control-hover:hover .form-check-label, .list-group-item.custom-control-card:hover .form-check-label {
    background: #f0fbfd;
    border-radius: 10px; }
  .list-group-item.custom-control-hover:hover.custom-control-hover:hover .custom-control-label, .list-group-item.custom-control-card:hover:hover .custom-control-label, .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-label, .list-group-item.custom-control-card:hover:hover .form-check-label {
    background: #f0fbfd;
    border-radius: 10px; }
  .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-input:checked ~ .custom-control-label, .list-group-item.custom-control-card:hover:hover .form-check-input:checked ~ .custom-control-label, .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-input:checked ~ .form-check-label, .list-group-item.custom-control-card:hover:hover .form-check-input:checked ~ .form-check-label {
    border-color: #04b6e2;
    color: #04b6e2; }
  .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-input:disabled ~ .custom-control-label, .list-group-item.custom-control-card:hover:hover .form-check-input:disabled ~ .custom-control-label, .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-input:disabled ~ .form-check-label, .list-group-item.custom-control-card:hover:hover .form-check-input:disabled ~ .form-check-label,
  .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-input [disabled] ~ .custom-control-label,
  .list-group-item.custom-control-card:hover:hover .form-check-input [disabled] ~ .custom-control-label,
  .list-group-item.custom-control-hover:hover.custom-control-hover:hover .form-check-input [disabled] ~ .form-check-label,
  .list-group-item.custom-control-card:hover:hover .form-check-input [disabled] ~ .form-check-label {
    background: initial; }
  .list-group-item .form-check-input:checked ~ .custom-control-label, .list-group-item .form-check-input:checked ~ .form-check-label {
    border-color: #04b6e2;
    color: #04b6e2; }

.mat-sidenav-sm .mat-drawer {
  min-width: 250px;
  max-width: 250px; }

.mat-sidenav-sm > mat-sidenav-content,
.mat-sidenav-sm > mat-sidenav-content .fixed-top,
.mat-sidenav-sm > mat-sidenav-content .fixed-bottom {
  transition: margin 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

@media (min-width: 768px) {
  .mat-sidenav-sm.sidenav-left-open > mat-sidenav-content,
  .mat-sidenav-sm.sidenav-left-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-sm.sidenav-left-open > mat-sidenav-content .fixed-bottom {
    margin-left: 250px !important;
    margin-right: auto; }
  .mat-sidenav-sm.sidenav-right-open > mat-sidenav-content,
  .mat-sidenav-sm.sidenav-right-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-sm.sidenav-right-open > mat-sidenav-content .fixed-bottom {
    margin-left: auto;
    margin-right: 250px !important; } }

.mat-sidenav-left-sm .mat-drawer.left {
  min-width: 250px;
  max-width: 250px; }

@media (min-width: 992px) {
  .mat-sidenav-left-sm.sidenav-left-open > mat-sidenav-content,
  .mat-sidenav-left-sm.sidenav-left-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-left-sm.sidenav-left-open > mat-sidenav-content .fixed-bottom {
    margin-left: 250px !important;
    margin-right: auto; } }

.mat-sidenav-right-sm .mat-drawer.right {
  min-width: 250px;
  max-width: 250px; }

@media (min-width: 992px) {
  .mat-sidenav-right-sm.sidenav-right-open > mat-sidenav-content,
  .mat-sidenav-right-sm.sidenav-right-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-right-sm.sidenav-right-open > mat-sidenav-content .fixed-bottom {
    margin-left: auto;
    margin-right: 250px !important; } }

.mat-sidenav-md .mat-drawer {
  min-width: 450px;
  max-width: 450px; }

.mat-sidenav-md > mat-sidenav-content,
.mat-sidenav-md > mat-sidenav-content .fixed-top,
.mat-sidenav-md > mat-sidenav-content .fixed-bottom {
  transition: margin 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

@media (min-width: 768px) {
  .mat-sidenav-md.sidenav-left-open > mat-sidenav-content,
  .mat-sidenav-md.sidenav-left-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-md.sidenav-left-open > mat-sidenav-content .fixed-bottom {
    margin-left: 450px !important;
    margin-right: auto; }
  .mat-sidenav-md.sidenav-right-open > mat-sidenav-content,
  .mat-sidenav-md.sidenav-right-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-md.sidenav-right-open > mat-sidenav-content .fixed-bottom {
    margin-left: auto;
    margin-right: 450px !important; } }

.mat-sidenav-left-md .mat-drawer.left {
  min-width: 450px;
  max-width: 450px; }

@media (min-width: 992px) {
  .mat-sidenav-left-md.sidenav-left-open > mat-sidenav-content,
  .mat-sidenav-left-md.sidenav-left-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-left-md.sidenav-left-open > mat-sidenav-content .fixed-bottom {
    margin-left: 450px !important;
    margin-right: auto; } }

.mat-sidenav-right-md .mat-drawer.right {
  min-width: 450px;
  max-width: 450px; }

@media (min-width: 992px) {
  .mat-sidenav-right-md.sidenav-right-open > mat-sidenav-content,
  .mat-sidenav-right-md.sidenav-right-open > mat-sidenav-content .fixed-top,
  .mat-sidenav-right-md.sidenav-right-open > mat-sidenav-content .fixed-bottom {
    margin-left: auto;
    margin-right: 450px !important; } }

.mat-drawer-container {
  background: initial;
  color: initial; }

mat-sidenav,
mat-drawer {
  visibility: visible !important;
  overflow: visible !important; }
  mat-sidenav.closedVisible,
  mat-drawer.closedVisible {
    transform: translateX(0); }
    mat-sidenav.closedVisible div.mat-drawer-inner-container,
    mat-drawer.closedVisible div.mat-drawer-inner-container {
      -ms-overflow-style: none;
      scrollbar-width: none; }
      mat-sidenav.closedVisible div.mat-drawer-inner-container::-webkit-scrollbar,
      mat-drawer.closedVisible div.mat-drawer-inner-container::-webkit-scrollbar {
        display: none; }
    mat-sidenav.closedVisible pf-sidenav-toggle.left button,
    mat-sidenav.closedVisible dia-sidenav-toggle.left button,
    mat-drawer.closedVisible pf-sidenav-toggle.left button,
    mat-drawer.closedVisible dia-sidenav-toggle.left button {
      border-radius: 10px !important;
      transform: translateX(50%); }

.mat-slider {
  display: block !important; }
  .mat-slider.mat-accent .mat-slider-track-background {
    background-color: #d7e7f3;
    opacity: 0.8; }
  .mat-slider.mat-accent.mat-slider-thumb-label-showing .mat-slider-track-background {
    opacity: 1; }
  .mat-slider.mat-accent .mat-slider-track-fill,
  .mat-slider.mat-accent .mat-slider-thumb,
  .mat-slider.mat-accent .mat-slider-thumb-label {
    background-color: #04b6e2; }
  .mat-slider.mat-accent .mat-slider-focus-ring {
    background-color: #f0fbfd; }
  .mat-slider.mat-accent.mat-slider-min-value .mat-slider-thumb {
    background-color: #04b6e2; }
  .mat-slider.mat-accent.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    background-color: #dbe2e8;
    border-color: #d7e7f3; }
  .mat-slider.mat-accent.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: #d7e7f3; }
  .mat-slider.mat-slider-horizontal {
    height: 12px;
    padding: 6px; }
    .mat-slider.mat-slider-horizontal .mat-slider-wrapper {
      left: 0;
      right: 0;
      top: 4px; }
    .mat-slider.mat-slider-horizontal .mat-slider-track-wrapper {
      border-radius: 8px; }
    .mat-slider.mat-slider-horizontal .mat-slider-track-background {
      transform: none !important; }
    .mat-slider.mat-slider-horizontal .mat-slider-track-wrapper,
    .mat-slider.mat-slider-horizontal .mat-slider-track-fill,
    .mat-slider.mat-slider-horizontal .mat-slider-track-background {
      height: 4px; }
    .mat-slider.mat-slider-horizontal .mat-slider-thumb {
      transform: scale(1);
      right: -1%;
      border: 0;
      width: 12px;
      height: 12px;
      bottom: -8px; }
    .mat-slider.mat-slider-horizontal .mat-slider-thumb-container {
      width: initial;
      left: 6px;
      right: 6px; }
  .mat-slider:not(.mat-slider-disabled).cdk-focused.mat-slider-sliding .mat-slider-thumb-label {
    display: flex; }
  .mat-slider:not(.mat-slider-disabled).cdk-focused.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider:not(.mat-slider-disabled).cdk-focused.mat-slider-sliding .mat-slider-thumb {
    transform: scale(0) !important; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@media (max-width: 575.98px) {
  .modal {
    display: flex !important; }
  .modal-dialog {
    width: 95%;
    margin: auto; }
  .modal.modal-fullscreen .modal-dialog {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
  .modal.modal-fullscreen .modal-content,
  .modal.modal-fullscreen .modal-body,
  .modal.modal-fullscreen .modal-header,
  .modal.modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal.modal-fullscreen .modal-content {
    height: 100%;
    width: 100%; }
    .modal.modal-fullscreen .modal-content > :not(.modal-header):not(.modal-body):not(.modal-footer) {
      display: flex;
      flex-direction: column;
      min-height: -webkit-fill-available;
      height: 100vh; }
    .modal.modal-fullscreen .modal-content .modal-body {
      overflow: auto; }
  .modal.modal-fullscreen .modal-footer > .btn {
    flex-grow: 1; }
  .modal.modal-fullscreen.fade .modal-content {
    animation-name: slideInUp;
    animation-duration: 0.35s; } }

.modal-body {
  display: block; }

.modal-header,
.modal-footer {
  border: none; }

.modal-content {
  border: 0;
  overflow: hidden; }

ngb-modal-backdrop {
  opacity: 0; }

@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 100%; } }

.modal:not(.modal-fullscreen) .modal-dialog.modal-xl {
  width: 1100px !important;
  max-width: 95vw; }

.modal:not(.modal-fullscreen) .modal-dialog.modal-xxl {
  max-width: 90% !important;
  min-height: 90% !important;
  max-height: 90% !important;
  display: flex; }
  .modal:not(.modal-fullscreen) .modal-dialog.modal-xxl .modal-content {
    flex-grow: 1; }

.navbar {
  min-height: var(--dia-fixedTopGap); }

.navbar-expand .navbar-nav .nav-link {
  padding: 0.3rem 0.4rem; }

.navbar-nav .nav-link {
  font-size: 15px;
  white-space: nowrap;
  padding: 0.3rem 0.4rem; }
  .navbar-nav .nav-link.active {
    background-color: initial; }
  @media (min-width: 768px) {
    .navbar-nav .nav-link.active {
      font-weight: 600; } }
.navbar-nav .nav-item .badge {
  position: relative;
  top: -1px; }

.navbar-nav.nav-pills .nav-link {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important; }

.navbar-nav.nav-pills .nav-link.active {
  background: rgba(255, 255, 255, 0.25); }

@media (max-width: 575.98px) {
  .navbar-nav.nav-pills .nav-link dia-icon-option {
    flex-direction: column; }
    .navbar-nav.nav-pills .nav-link dia-icon-option i {
      margin-right: 0 !important; } }

.navbar-brand img {
  height: 2rem; }

.navbar.subnav {
  min-height: 40px;
  background: #fff;
  border-bottom: 1px solid #d7e7f3;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  .navbar.subnav .nav-link {
    font-size: 14px; }
  @media (min-width: 576px) {
    .navbar.subnav .container, .navbar.subnav .container-sm, .navbar.subnav .container-md {
      padding-left: 1rem;
      padding-right: 1rem; } }
.navbar.fixed-bottom {
  border-top: 1px solid #d7e7f3; }

.navbar-dark .dropdown-toggle {
  color: white !important; }

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

@media (min-width: 768px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #fff; } }

.nav-tabs {
  border: none; }
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.4em; }
  .nav-tabs .nav-link,
  .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link {
    color: #07496f;
    border: none;
    border-bottom: 2px solid #d7e7f3;
    text-decoration: none; }
    .nav-tabs .nav-link:not(.disabled),
    .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link:not(.disabled) {
      background-color: inherit; }
      .nav-tabs .nav-link:not(.disabled):hover, .nav-tabs .nav-link:not(.disabled):active, .nav-tabs .nav-link:not(.disabled).active,
      .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link:not(.disabled):hover,
      .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link:not(.disabled):active,
      .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link:not(.disabled).active {
        color: #04b6e2;
        border-bottom-color: #04b6e2 !important; }
      .nav-tabs .nav-link:not(.disabled):focus,
      .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link:not(.disabled):focus {
        border-bottom-color: inherit; }
    .nav-tabs .nav-link.disabled,
    .nav-tabs a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.badge).nav-link.disabled {
      color: #a6b5c2;
      cursor: default; }
  .nav-tabs.nav-tabs-primary .nav-link:hover, .nav-tabs.nav-tabs-primary .nav-link:active, .nav-tabs.nav-tabs-primary .nav-link.active {
    color: #203f7b;
    border-bottom-color: #203f7b; }

.nav-steps {
  flex-wrap: nowrap; }
  .nav-steps .nav-item {
    min-width: 0; }
    @media (max-width: 575.98px) {
      .nav-steps .nav-item {
        font-size: 10px; } }
  .nav-steps .nav-link {
    position: relative;
    line-height: 3em;
    border: 0;
    text-transform: none;
    background-color: #d7e7f3;
    font-weight: bold;
    vertical-align: top;
    color: #346f8f;
    padding: 0 1em;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .nav-steps .nav-link:before, .nav-steps .nav-link:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      border-top: 1.5em solid transparent;
      border-bottom: 1.5em solid transparent;
      border-left: 1.5em solid transparent; }
    .nav-steps .nav-link:after {
      right: -1.499999999em;
      border-left-color: #d7e7f3; }
    .nav-steps .nav-link:before {
      left: -1.4999999999em;
      border-top-color: #d7e7f3;
      border-bottom-color: #d7e7f3; }
    .nav-steps .nav-link.completed {
      background-color: #203f7b;
      color: #fff; }
      .nav-steps .nav-link.completed:after {
        border-left-color: #203f7b; }
      .nav-steps .nav-link.completed:before {
        border-top-color: #203f7b;
        border-bottom-color: #203f7b; }
    .nav-steps .nav-link.active {
      background-color: #04b6e2;
      color: #fff; }
      .nav-steps .nav-link.active:after {
        border-left-color: #04b6e2; }
      .nav-steps .nav-link.active:before {
        border-top-color: #04b6e2;
        border-bottom-color: #04b6e2; }
    .nav-steps .nav-link.disabled {
      color: #a6b5c2;
      pointer-events: none; }
  .nav-steps .nav-item:not(:last-child) {
    margin-right: 2.5em; }
  .nav-steps .nav-item:last-child {
    margin-right: 1.5em; }
  .nav-steps a.nav-item:first-child,
  .nav-steps .nav-item:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
    .nav-steps a.nav-item:first-child:before,
    .nav-steps .nav-item:first-child > a:before {
      border-top: none;
      border-bottom: none; }

dia-subnav a.nav-item.nav-link {
  color: #07496f; }

.nav-link-spacing {
  color: #07496f !important;
  padding: 10px 0.4rem; }

dia-nav .nav-item .nav-link {
  color: #07496f !important;
  padding: 10px 0.4rem; }
  dia-nav .nav-item .nav-link:hover, dia-nav .nav-item .nav-link.active {
    color: #203f7b !important;
    background-color: #e2f4ff;
    border-radius: 8px; }
    dia-nav .nav-item .nav-link:hover i, dia-nav .nav-item .nav-link.active i {
      color: #203f7b !important; }
      dia-nav .nav-item .nav-link:hover i.text-white, dia-nav .nav-item .nav-link.active i.text-white {
        color: #fff !important; }
  dia-nav .nav-item .nav-link.active {
    font-weight: bold; }

.nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer; }

.nav a {
  color: #346f8f; }
  .nav a:hover {
    color: #203f7b; }

:not(.navbar-nav).wizard-nav.nav-pills .nav-item {
  overflow: initial; }

:not(.navbar-nav).nav-pills {
  background: #f5f9fc;
  padding: 5px;
  border-radius: 45px;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  :not(.navbar-nav).nav-pills.nav-pills-white {
    background: #fff; }
  :not(.navbar-nav).nav-pills .nav-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.nav-link,
.nav-item {
  position: relative; }
  .nav-link.unread,
  .nav-item.unread {
    text-align: center; }
  .nav-link.unread span::after,
  .nav-item.unread span::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
    font-weight: 900;
    font-size: 0.6em;
    color: #ffc107;
    text-align: center; }

.nav-divider {
  display: inline-block;
  height: 1px;
  border-top: 2px solid #d7e7f3; }
  .nav-divider:not(.bottom-divider) {
    padding-top: 0.5rem;
    margin-bottom: 0;
    margin-top: 0.5rem; }
  .nav-divider.bottom-divider {
    margin: 0 0 0.5rem 0;
    border: 0;
    border-bottom: 2px solid #d7e7f3;
    padding-bottom: 0.5rem; }

dia-nav-dots .nav-step .nav-link {
  padding: 0px;
  background-color: #d7e7f3;
  width: 10px;
  height: 10px;
  margin-right: 0.25rem; }
  dia-nav-dots .nav-step .nav-link.active {
    background-color: #203f7b; }

dia-nav-dots .nav-step:last-of-type .nav-link {
  margin-right: 0; }

/*!
   * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-green-dark: #01730b;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #7f1de0;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #04bc00;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #607483;
  --bs-gray-dark: #273945;
  --bs-gray-100: #f5f9fc;
  --bs-gray-200: #e7ecf0;
  --bs-gray-300: #dbe2e8;
  --bs-gray-400: #c9d4dd;
  --bs-gray-500: #a6b5c2;
  --bs-gray-600: #607483;
  --bs-gray-700: #3f5464;
  --bs-gray-800: #273945;
  --bs-gray-900: #16242c;
  --bs-primary: #203f7b;
  --bs-secondary: #346f8f;
  --bs-success: #04bc00;
  --bs-info: #04b6e2;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f9fc;
  --bs-dark: #07496f;
  --bs-primary-light: #04b6e2;
  --bs-muted: #a6b5c2;
  --bs-white: #fff;
  --bs-hover: #f0fbfd;
  --bs-private: white;
  --bs-yellow: #ffc107;
  --bs-border: #d7e7f3;
  --bs-black: #000;
  --bs-green-dark: #01730b;
  --bs-placeholder: #607483;
  --bs-primary-rgb: 32, 63, 123;
  --bs-secondary-rgb: 52, 111, 143;
  --bs-success-rgb: 4, 188, 0;
  --bs-info-rgb: 4, 182, 226;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 249, 252;
  --bs-dark-rgb: 7, 73, 111;
  --bs-primary-light-rgb: 4, 182, 226;
  --bs-muted-rgb: 166, 181, 194;
  --bs-white-rgb: 255, 255, 255;
  --bs-hover-rgb: 240, 251, 253;
  --bs-private-rgb: 255, 255, 255;
  --bs-yellow-rgb: 255, 193, 7;
  --bs-border-rgb: 215, 231, 243;
  --bs-black-rgb: 0, 0, 0;
  --bs-green-dark-rgb: 1, 115, 11;
  --bs-placeholder-rgb: 96, 116, 131;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 245, 249, 252;
  --bs-font-sans-serif: "Inter", "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000000;
  --bs-body-bg: #f5f9fc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d7e7f3;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 45px;
  --bs-border-radius-sm: 10px;
  --bs-border-radius-lg: 45px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #203f7b;
  --bs-link-hover-color: #1a3262;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.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: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem; }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 0.75rem; }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 0.75rem; }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 1.25rem; }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 1.25rem; }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 1.75rem; }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 1.75rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem; }
  .g-sm-62,
  .gx-sm-62 {
    --bs-gutter-x: 3.5rem; }
  .g-sm-62,
  .gy-sm-62 {
    --bs-gutter-y: 3.5rem; }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 4rem; }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 4rem; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem; }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 6rem; }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 6rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 7rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 7rem; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 15rem; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.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: 2rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem; }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 0.75rem; }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 0.75rem; }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 1.25rem; }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 1.25rem; }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 1.75rem; }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 1.75rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem; }
  .g-md-62,
  .gx-md-62 {
    --bs-gutter-x: 3.5rem; }
  .g-md-62,
  .gy-md-62 {
    --bs-gutter-y: 3.5rem; }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 4rem; }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 4rem; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem; }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 6rem; }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 6rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 7rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 7rem; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 15rem; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem; }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 0.75rem; }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 0.75rem; }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 1.25rem; }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 1.25rem; }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 1.75rem; }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 1.75rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem; }
  .g-lg-62,
  .gx-lg-62 {
    --bs-gutter-x: 3.5rem; }
  .g-lg-62,
  .gy-lg-62 {
    --bs-gutter-y: 3.5rem; }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 4rem; }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 4rem; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem; }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 6rem; }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 6rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 7rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 7rem; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 15rem; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.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: 2rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem; }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 0.75rem; }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 0.75rem; }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 1.25rem; }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 1.25rem; }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 1.75rem; }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 1.75rem; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3rem; }
  .g-xl-62,
  .gx-xl-62 {
    --bs-gutter-x: 3.5rem; }
  .g-xl-62,
  .gy-xl-62 {
    --bs-gutter-y: 3.5rem; }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 4rem; }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 4rem; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem; }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 6rem; }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 6rem; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 7rem; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 7rem; }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem; }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 15rem; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 15rem; } }

@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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem; }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 0.75rem; }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 0.75rem; }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 1.25rem; }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 1.25rem; }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 1.75rem; }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 1.75rem; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3rem; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3rem; }
  .g-xxl-62,
  .gx-xxl-62 {
    --bs-gutter-x: 3.5rem; }
  .g-xxl-62,
  .gy-xxl-62 {
    --bs-gutter-y: 3.5rem; }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 4rem; }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 4rem; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem; }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 6rem; }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 6rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 7rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 7rem; }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem; }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 15rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 15rem; } }

.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, .media {
  display: flex !important; }

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

.d-none {
  display: none !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; }

.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, .media {
  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: 2rem !important; }

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

.m-35 {
  margin: 1.25rem !important; }

.m-45 {
  margin: 1.75rem !important; }

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

.m-62 {
  margin: 3.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0, .custom-control .invalid-feedback,
.custom-control .valid-feedback, .form-check .invalid-feedback,
.form-check .valid-feedback {
  margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-2, .custom-control .invalid-feedback,
.custom-control .valid-feedback, .form-check .invalid-feedback,
.form-check .valid-feedback {
  margin-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-1, .nav-link.unread span::after,
.nav-item.unread span::after {
  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: 2rem !important; }

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

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

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

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

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

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

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

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

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

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

.ms-10 {
  margin-left: 15rem !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: -2rem !important; }

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

.m-n35 {
  margin: -1.25rem !important; }

.m-n45 {
  margin: -1.75rem !important; }

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

.m-n62 {
  margin: -3.5rem !important; }

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

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

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

.m-n8 {
  margin: -7rem !important; }

.m-n9 {
  margin: -9rem !important; }

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

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

.mx-n35 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important; }

.mx-n45 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important; }

.mx-n6 {
  margin-right: -3rem !important;
  margin-left: -3rem !important; }

.mx-n62 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important; }

.mx-n65 {
  margin-right: -4rem !important;
  margin-left: -4rem !important; }

.mx-n7 {
  margin-right: -5rem !important;
  margin-left: -5rem !important; }

.mx-n75 {
  margin-right: -6rem !important;
  margin-left: -6rem !important; }

.mx-n8 {
  margin-right: -7rem !important;
  margin-left: -7rem !important; }

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important; }

.mx-n10 {
  margin-right: -15rem !important;
  margin-left: -15rem !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: -2rem !important;
  margin-bottom: -2rem !important; }

.my-n25 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important; }

.my-n35 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important; }

.my-n45 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important; }

.my-n6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important; }

.my-n62 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important; }

.my-n65 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important; }

.my-n7 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important; }

.my-n75 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important; }

.my-n8 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important; }

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important; }

.my-n10 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !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: -2rem !important; }

.mt-n25 {
  margin-top: -0.75rem !important; }

.mt-n35 {
  margin-top: -1.25rem !important; }

.mt-n45 {
  margin-top: -1.75rem !important; }

.mt-n6 {
  margin-top: -3rem !important; }

.mt-n62 {
  margin-top: -3.5rem !important; }

.mt-n65 {
  margin-top: -4rem !important; }

.mt-n7 {
  margin-top: -5rem !important; }

.mt-n75 {
  margin-top: -6rem !important; }

.mt-n8 {
  margin-top: -7rem !important; }

.mt-n9 {
  margin-top: -9rem !important; }

.mt-n10 {
  margin-top: -15rem !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: -2rem !important; }

.me-n25 {
  margin-right: -0.75rem !important; }

.me-n35 {
  margin-right: -1.25rem !important; }

.me-n45 {
  margin-right: -1.75rem !important; }

.me-n6 {
  margin-right: -3rem !important; }

.me-n62 {
  margin-right: -3.5rem !important; }

.me-n65 {
  margin-right: -4rem !important; }

.me-n7 {
  margin-right: -5rem !important; }

.me-n75 {
  margin-right: -6rem !important; }

.me-n8 {
  margin-right: -7rem !important; }

.me-n9 {
  margin-right: -9rem !important; }

.me-n10 {
  margin-right: -15rem !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: -2rem !important; }

.mb-n25 {
  margin-bottom: -0.75rem !important; }

.mb-n35 {
  margin-bottom: -1.25rem !important; }

.mb-n45 {
  margin-bottom: -1.75rem !important; }

.mb-n6 {
  margin-bottom: -3rem !important; }

.mb-n62 {
  margin-bottom: -3.5rem !important; }

.mb-n65 {
  margin-bottom: -4rem !important; }

.mb-n7 {
  margin-bottom: -5rem !important; }

.mb-n75 {
  margin-bottom: -6rem !important; }

.mb-n8 {
  margin-bottom: -7rem !important; }

.mb-n9 {
  margin-bottom: -9rem !important; }

.mb-n10 {
  margin-bottom: -15rem !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: -2rem !important; }

.ms-n25 {
  margin-left: -0.75rem !important; }

.ms-n35 {
  margin-left: -1.25rem !important; }

.ms-n45 {
  margin-left: -1.75rem !important; }

.ms-n6 {
  margin-left: -3rem !important; }

.ms-n62 {
  margin-left: -3.5rem !important; }

.ms-n65 {
  margin-left: -4rem !important; }

.ms-n7 {
  margin-left: -5rem !important; }

.ms-n75 {
  margin-left: -6rem !important; }

.ms-n8 {
  margin-left: -7rem !important; }

.ms-n9 {
  margin-left: -9rem !important; }

.ms-n10 {
  margin-left: -15rem !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2, .form-check.card .form-check-label, .form-check.form-check-card .form-check-label, .form-check.custom-control-card .form-check-label {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 2rem !important; }

.p-25 {
  padding: 0.75rem !important; }

.p-35 {
  padding: 1.25rem !important; }

.p-45 {
  padding: 1.75rem !important; }

.p-6 {
  padding: 3rem !important; }

.p-62 {
  padding: 3.5rem !important; }

.p-65 {
  padding: 4rem !important; }

.p-7 {
  padding: 5rem !important; }

.p-75 {
  padding: 6rem !important; }

.p-8 {
  padding: 7rem !important; }

.p-9 {
  padding: 9rem !important; }

.p-10 {
  padding: 15rem !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, .form-check-card {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-25 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important; }

.px-35 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }

.px-45 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important; }

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.px-62 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important; }

.px-65 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.px-75 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

.px-8 {
  padding-right: 7rem !important;
  padding-left: 7rem !important; }

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important; }

.px-10 {
  padding-right: 15rem !important;
  padding-left: 15rem !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, .form-check-card {
  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: 2rem !important;
  padding-bottom: 2rem !important; }

.py-25 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.py-35 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.py-45 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-62 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.py-65 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-75 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.py-8 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.py-10 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !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: 2rem !important; }

.pt-25 {
  padding-top: 0.75rem !important; }

.pt-35 {
  padding-top: 1.25rem !important; }

.pt-45 {
  padding-top: 1.75rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pt-62 {
  padding-top: 3.5rem !important; }

.pt-65 {
  padding-top: 4rem !important; }

.pt-7 {
  padding-top: 5rem !important; }

.pt-75 {
  padding-top: 6rem !important; }

.pt-8 {
  padding-top: 7rem !important; }

.pt-9 {
  padding-top: 9rem !important; }

.pt-10 {
  padding-top: 15rem !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: 2rem !important; }

.pe-25 {
  padding-right: 0.75rem !important; }

.pe-35 {
  padding-right: 1.25rem !important; }

.pe-45 {
  padding-right: 1.75rem !important; }

.pe-6 {
  padding-right: 3rem !important; }

.pe-62 {
  padding-right: 3.5rem !important; }

.pe-65 {
  padding-right: 4rem !important; }

.pe-7 {
  padding-right: 5rem !important; }

.pe-75 {
  padding-right: 6rem !important; }

.pe-8 {
  padding-right: 7rem !important; }

.pe-9 {
  padding-right: 9rem !important; }

.pe-10 {
  padding-right: 15rem !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: 2rem !important; }

.pb-25 {
  padding-bottom: 0.75rem !important; }

.pb-35 {
  padding-bottom: 1.25rem !important; }

.pb-45 {
  padding-bottom: 1.75rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pb-62 {
  padding-bottom: 3.5rem !important; }

.pb-65 {
  padding-bottom: 4rem !important; }

.pb-7 {
  padding-bottom: 5rem !important; }

.pb-75 {
  padding-bottom: 6rem !important; }

.pb-8 {
  padding-bottom: 7rem !important; }

.pb-9 {
  padding-bottom: 9rem !important; }

.pb-10 {
  padding-bottom: 15rem !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: 2rem !important; }

.ps-25 {
  padding-left: 0.75rem !important; }

.ps-35 {
  padding-left: 1.25rem !important; }

.ps-45 {
  padding-left: 1.75rem !important; }

.ps-6 {
  padding-left: 3rem !important; }

.ps-62 {
  padding-left: 3.5rem !important; }

.ps-65 {
  padding-left: 4rem !important; }

.ps-7 {
  padding-left: 5rem !important; }

.ps-75 {
  padding-left: 6rem !important; }

.ps-8 {
  padding-left: 7rem !important; }

.ps-9 {
  padding-left: 9rem !important; }

.ps-10 {
  padding-left: 15rem !important; }

@media (min-width: 576px) {
  .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; }
  .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: 2rem !important; }
  .m-sm-25 {
    margin: 0.75rem !important; }
  .m-sm-35 {
    margin: 1.25rem !important; }
  .m-sm-45 {
    margin: 1.75rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .m-sm-62 {
    margin: 3.5rem !important; }
  .m-sm-65 {
    margin: 4rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .m-sm-75 {
    margin: 6rem !important; }
  .m-sm-8 {
    margin: 7rem !important; }
  .m-sm-9 {
    margin: 9rem !important; }
  .m-sm-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-sm-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-sm-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-sm-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-sm-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-sm-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-sm-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-sm-25 {
    margin-top: 0.75rem !important; }
  .mt-sm-35 {
    margin-top: 1.25rem !important; }
  .mt-sm-45 {
    margin-top: 1.75rem !important; }
  .mt-sm-6 {
    margin-top: 3rem !important; }
  .mt-sm-62 {
    margin-top: 3.5rem !important; }
  .mt-sm-65 {
    margin-top: 4rem !important; }
  .mt-sm-7 {
    margin-top: 5rem !important; }
  .mt-sm-75 {
    margin-top: 6rem !important; }
  .mt-sm-8 {
    margin-top: 7rem !important; }
  .mt-sm-9 {
    margin-top: 9rem !important; }
  .mt-sm-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-sm-25 {
    margin-right: 0.75rem !important; }
  .me-sm-35 {
    margin-right: 1.25rem !important; }
  .me-sm-45 {
    margin-right: 1.75rem !important; }
  .me-sm-6 {
    margin-right: 3rem !important; }
  .me-sm-62 {
    margin-right: 3.5rem !important; }
  .me-sm-65 {
    margin-right: 4rem !important; }
  .me-sm-7 {
    margin-right: 5rem !important; }
  .me-sm-75 {
    margin-right: 6rem !important; }
  .me-sm-8 {
    margin-right: 7rem !important; }
  .me-sm-9 {
    margin-right: 9rem !important; }
  .me-sm-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-sm-25 {
    margin-bottom: 0.75rem !important; }
  .mb-sm-35 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-45 {
    margin-bottom: 1.75rem !important; }
  .mb-sm-6 {
    margin-bottom: 3rem !important; }
  .mb-sm-62 {
    margin-bottom: 3.5rem !important; }
  .mb-sm-65 {
    margin-bottom: 4rem !important; }
  .mb-sm-7 {
    margin-bottom: 5rem !important; }
  .mb-sm-75 {
    margin-bottom: 6rem !important; }
  .mb-sm-8 {
    margin-bottom: 7rem !important; }
  .mb-sm-9 {
    margin-bottom: 9rem !important; }
  .mb-sm-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-sm-25 {
    margin-left: 0.75rem !important; }
  .ms-sm-35 {
    margin-left: 1.25rem !important; }
  .ms-sm-45 {
    margin-left: 1.75rem !important; }
  .ms-sm-6 {
    margin-left: 3rem !important; }
  .ms-sm-62 {
    margin-left: 3.5rem !important; }
  .ms-sm-65 {
    margin-left: 4rem !important; }
  .ms-sm-7 {
    margin-left: 5rem !important; }
  .ms-sm-75 {
    margin-left: 6rem !important; }
  .ms-sm-8 {
    margin-left: 7rem !important; }
  .ms-sm-9 {
    margin-left: 9rem !important; }
  .ms-sm-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-sm-n25 {
    margin: -0.75rem !important; }
  .m-sm-n35 {
    margin: -1.25rem !important; }
  .m-sm-n45 {
    margin: -1.75rem !important; }
  .m-sm-n6 {
    margin: -3rem !important; }
  .m-sm-n62 {
    margin: -3.5rem !important; }
  .m-sm-n65 {
    margin: -4rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .m-sm-n75 {
    margin: -6rem !important; }
  .m-sm-n8 {
    margin: -7rem !important; }
  .m-sm-n9 {
    margin: -9rem !important; }
  .m-sm-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-sm-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-sm-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-sm-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-sm-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-sm-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-sm-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-sm-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-sm-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-sm-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-sm-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-sm-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-sm-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-sm-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-sm-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-sm-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-sm-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-sm-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-sm-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-sm-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-sm-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-sm-n25 {
    margin-top: -0.75rem !important; }
  .mt-sm-n35 {
    margin-top: -1.25rem !important; }
  .mt-sm-n45 {
    margin-top: -1.75rem !important; }
  .mt-sm-n6 {
    margin-top: -3rem !important; }
  .mt-sm-n62 {
    margin-top: -3.5rem !important; }
  .mt-sm-n65 {
    margin-top: -4rem !important; }
  .mt-sm-n7 {
    margin-top: -5rem !important; }
  .mt-sm-n75 {
    margin-top: -6rem !important; }
  .mt-sm-n8 {
    margin-top: -7rem !important; }
  .mt-sm-n9 {
    margin-top: -9rem !important; }
  .mt-sm-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-sm-n25 {
    margin-right: -0.75rem !important; }
  .me-sm-n35 {
    margin-right: -1.25rem !important; }
  .me-sm-n45 {
    margin-right: -1.75rem !important; }
  .me-sm-n6 {
    margin-right: -3rem !important; }
  .me-sm-n62 {
    margin-right: -3.5rem !important; }
  .me-sm-n65 {
    margin-right: -4rem !important; }
  .me-sm-n7 {
    margin-right: -5rem !important; }
  .me-sm-n75 {
    margin-right: -6rem !important; }
  .me-sm-n8 {
    margin-right: -7rem !important; }
  .me-sm-n9 {
    margin-right: -9rem !important; }
  .me-sm-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-sm-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-sm-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-sm-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-sm-n6 {
    margin-bottom: -3rem !important; }
  .mb-sm-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-sm-n65 {
    margin-bottom: -4rem !important; }
  .mb-sm-n7 {
    margin-bottom: -5rem !important; }
  .mb-sm-n75 {
    margin-bottom: -6rem !important; }
  .mb-sm-n8 {
    margin-bottom: -7rem !important; }
  .mb-sm-n9 {
    margin-bottom: -9rem !important; }
  .mb-sm-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-sm-n25 {
    margin-left: -0.75rem !important; }
  .ms-sm-n35 {
    margin-left: -1.25rem !important; }
  .ms-sm-n45 {
    margin-left: -1.75rem !important; }
  .ms-sm-n6 {
    margin-left: -3rem !important; }
  .ms-sm-n62 {
    margin-left: -3.5rem !important; }
  .ms-sm-n65 {
    margin-left: -4rem !important; }
  .ms-sm-n7 {
    margin-left: -5rem !important; }
  .ms-sm-n75 {
    margin-left: -6rem !important; }
  .ms-sm-n8 {
    margin-left: -7rem !important; }
  .ms-sm-n9 {
    margin-left: -9rem !important; }
  .ms-sm-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-sm-25 {
    padding: 0.75rem !important; }
  .p-sm-35 {
    padding: 1.25rem !important; }
  .p-sm-45 {
    padding: 1.75rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .p-sm-62 {
    padding: 3.5rem !important; }
  .p-sm-65 {
    padding: 4rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .p-sm-75 {
    padding: 6rem !important; }
  .p-sm-8 {
    padding: 7rem !important; }
  .p-sm-9 {
    padding: 9rem !important; }
  .p-sm-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-sm-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-sm-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-sm-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-sm-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-sm-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-sm-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-sm-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-sm-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-sm-25 {
    padding-top: 0.75rem !important; }
  .pt-sm-35 {
    padding-top: 1.25rem !important; }
  .pt-sm-45 {
    padding-top: 1.75rem !important; }
  .pt-sm-6 {
    padding-top: 3rem !important; }
  .pt-sm-62 {
    padding-top: 3.5rem !important; }
  .pt-sm-65 {
    padding-top: 4rem !important; }
  .pt-sm-7 {
    padding-top: 5rem !important; }
  .pt-sm-75 {
    padding-top: 6rem !important; }
  .pt-sm-8 {
    padding-top: 7rem !important; }
  .pt-sm-9 {
    padding-top: 9rem !important; }
  .pt-sm-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-sm-25 {
    padding-right: 0.75rem !important; }
  .pe-sm-35 {
    padding-right: 1.25rem !important; }
  .pe-sm-45 {
    padding-right: 1.75rem !important; }
  .pe-sm-6 {
    padding-right: 3rem !important; }
  .pe-sm-62 {
    padding-right: 3.5rem !important; }
  .pe-sm-65 {
    padding-right: 4rem !important; }
  .pe-sm-7 {
    padding-right: 5rem !important; }
  .pe-sm-75 {
    padding-right: 6rem !important; }
  .pe-sm-8 {
    padding-right: 7rem !important; }
  .pe-sm-9 {
    padding-right: 9rem !important; }
  .pe-sm-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-sm-25 {
    padding-bottom: 0.75rem !important; }
  .pb-sm-35 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-45 {
    padding-bottom: 1.75rem !important; }
  .pb-sm-6 {
    padding-bottom: 3rem !important; }
  .pb-sm-62 {
    padding-bottom: 3.5rem !important; }
  .pb-sm-65 {
    padding-bottom: 4rem !important; }
  .pb-sm-7 {
    padding-bottom: 5rem !important; }
  .pb-sm-75 {
    padding-bottom: 6rem !important; }
  .pb-sm-8 {
    padding-bottom: 7rem !important; }
  .pb-sm-9 {
    padding-bottom: 9rem !important; }
  .pb-sm-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-sm-25 {
    padding-left: 0.75rem !important; }
  .ps-sm-35 {
    padding-left: 1.25rem !important; }
  .ps-sm-45 {
    padding-left: 1.75rem !important; }
  .ps-sm-6 {
    padding-left: 3rem !important; }
  .ps-sm-62 {
    padding-left: 3.5rem !important; }
  .ps-sm-65 {
    padding-left: 4rem !important; }
  .ps-sm-7 {
    padding-left: 5rem !important; }
  .ps-sm-75 {
    padding-left: 6rem !important; }
  .ps-sm-8 {
    padding-left: 7rem !important; }
  .ps-sm-9 {
    padding-left: 9rem !important; }
  .ps-sm-10 {
    padding-left: 15rem !important; } }

@media (min-width: 768px) {
  .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; }
  .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: 2rem !important; }
  .m-md-25 {
    margin: 0.75rem !important; }
  .m-md-35 {
    margin: 1.25rem !important; }
  .m-md-45 {
    margin: 1.75rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .m-md-62 {
    margin: 3.5rem !important; }
  .m-md-65 {
    margin: 4rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .m-md-75 {
    margin: 6rem !important; }
  .m-md-8 {
    margin: 7rem !important; }
  .m-md-9 {
    margin: 9rem !important; }
  .m-md-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-md-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-md-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-md-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-md-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-md-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-md-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-md-25 {
    margin-top: 0.75rem !important; }
  .mt-md-35 {
    margin-top: 1.25rem !important; }
  .mt-md-45 {
    margin-top: 1.75rem !important; }
  .mt-md-6 {
    margin-top: 3rem !important; }
  .mt-md-62 {
    margin-top: 3.5rem !important; }
  .mt-md-65 {
    margin-top: 4rem !important; }
  .mt-md-7 {
    margin-top: 5rem !important; }
  .mt-md-75 {
    margin-top: 6rem !important; }
  .mt-md-8 {
    margin-top: 7rem !important; }
  .mt-md-9 {
    margin-top: 9rem !important; }
  .mt-md-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-md-25 {
    margin-right: 0.75rem !important; }
  .me-md-35 {
    margin-right: 1.25rem !important; }
  .me-md-45 {
    margin-right: 1.75rem !important; }
  .me-md-6 {
    margin-right: 3rem !important; }
  .me-md-62 {
    margin-right: 3.5rem !important; }
  .me-md-65 {
    margin-right: 4rem !important; }
  .me-md-7 {
    margin-right: 5rem !important; }
  .me-md-75 {
    margin-right: 6rem !important; }
  .me-md-8 {
    margin-right: 7rem !important; }
  .me-md-9 {
    margin-right: 9rem !important; }
  .me-md-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-md-25 {
    margin-bottom: 0.75rem !important; }
  .mb-md-35 {
    margin-bottom: 1.25rem !important; }
  .mb-md-45 {
    margin-bottom: 1.75rem !important; }
  .mb-md-6 {
    margin-bottom: 3rem !important; }
  .mb-md-62 {
    margin-bottom: 3.5rem !important; }
  .mb-md-65 {
    margin-bottom: 4rem !important; }
  .mb-md-7 {
    margin-bottom: 5rem !important; }
  .mb-md-75 {
    margin-bottom: 6rem !important; }
  .mb-md-8 {
    margin-bottom: 7rem !important; }
  .mb-md-9 {
    margin-bottom: 9rem !important; }
  .mb-md-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-md-25 {
    margin-left: 0.75rem !important; }
  .ms-md-35 {
    margin-left: 1.25rem !important; }
  .ms-md-45 {
    margin-left: 1.75rem !important; }
  .ms-md-6 {
    margin-left: 3rem !important; }
  .ms-md-62 {
    margin-left: 3.5rem !important; }
  .ms-md-65 {
    margin-left: 4rem !important; }
  .ms-md-7 {
    margin-left: 5rem !important; }
  .ms-md-75 {
    margin-left: 6rem !important; }
  .ms-md-8 {
    margin-left: 7rem !important; }
  .ms-md-9 {
    margin-left: 9rem !important; }
  .ms-md-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-md-n25 {
    margin: -0.75rem !important; }
  .m-md-n35 {
    margin: -1.25rem !important; }
  .m-md-n45 {
    margin: -1.75rem !important; }
  .m-md-n6 {
    margin: -3rem !important; }
  .m-md-n62 {
    margin: -3.5rem !important; }
  .m-md-n65 {
    margin: -4rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .m-md-n75 {
    margin: -6rem !important; }
  .m-md-n8 {
    margin: -7rem !important; }
  .m-md-n9 {
    margin: -9rem !important; }
  .m-md-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-md-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-md-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-md-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-md-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-md-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-md-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-md-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-md-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-md-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-md-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-md-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-md-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-md-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-md-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-md-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-md-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-md-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-md-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-md-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-md-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-md-n25 {
    margin-top: -0.75rem !important; }
  .mt-md-n35 {
    margin-top: -1.25rem !important; }
  .mt-md-n45 {
    margin-top: -1.75rem !important; }
  .mt-md-n6 {
    margin-top: -3rem !important; }
  .mt-md-n62 {
    margin-top: -3.5rem !important; }
  .mt-md-n65 {
    margin-top: -4rem !important; }
  .mt-md-n7 {
    margin-top: -5rem !important; }
  .mt-md-n75 {
    margin-top: -6rem !important; }
  .mt-md-n8 {
    margin-top: -7rem !important; }
  .mt-md-n9 {
    margin-top: -9rem !important; }
  .mt-md-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-md-n25 {
    margin-right: -0.75rem !important; }
  .me-md-n35 {
    margin-right: -1.25rem !important; }
  .me-md-n45 {
    margin-right: -1.75rem !important; }
  .me-md-n6 {
    margin-right: -3rem !important; }
  .me-md-n62 {
    margin-right: -3.5rem !important; }
  .me-md-n65 {
    margin-right: -4rem !important; }
  .me-md-n7 {
    margin-right: -5rem !important; }
  .me-md-n75 {
    margin-right: -6rem !important; }
  .me-md-n8 {
    margin-right: -7rem !important; }
  .me-md-n9 {
    margin-right: -9rem !important; }
  .me-md-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-md-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-md-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-md-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-md-n6 {
    margin-bottom: -3rem !important; }
  .mb-md-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-md-n65 {
    margin-bottom: -4rem !important; }
  .mb-md-n7 {
    margin-bottom: -5rem !important; }
  .mb-md-n75 {
    margin-bottom: -6rem !important; }
  .mb-md-n8 {
    margin-bottom: -7rem !important; }
  .mb-md-n9 {
    margin-bottom: -9rem !important; }
  .mb-md-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-md-n25 {
    margin-left: -0.75rem !important; }
  .ms-md-n35 {
    margin-left: -1.25rem !important; }
  .ms-md-n45 {
    margin-left: -1.75rem !important; }
  .ms-md-n6 {
    margin-left: -3rem !important; }
  .ms-md-n62 {
    margin-left: -3.5rem !important; }
  .ms-md-n65 {
    margin-left: -4rem !important; }
  .ms-md-n7 {
    margin-left: -5rem !important; }
  .ms-md-n75 {
    margin-left: -6rem !important; }
  .ms-md-n8 {
    margin-left: -7rem !important; }
  .ms-md-n9 {
    margin-left: -9rem !important; }
  .ms-md-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-md-25 {
    padding: 0.75rem !important; }
  .p-md-35 {
    padding: 1.25rem !important; }
  .p-md-45 {
    padding: 1.75rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .p-md-62 {
    padding: 3.5rem !important; }
  .p-md-65 {
    padding: 4rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .p-md-75 {
    padding: 6rem !important; }
  .p-md-8 {
    padding: 7rem !important; }
  .p-md-9 {
    padding: 9rem !important; }
  .p-md-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-md-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-md-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-md-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-md-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-md-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-md-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-md-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-md-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-md-25 {
    padding-top: 0.75rem !important; }
  .pt-md-35 {
    padding-top: 1.25rem !important; }
  .pt-md-45 {
    padding-top: 1.75rem !important; }
  .pt-md-6 {
    padding-top: 3rem !important; }
  .pt-md-62 {
    padding-top: 3.5rem !important; }
  .pt-md-65 {
    padding-top: 4rem !important; }
  .pt-md-7 {
    padding-top: 5rem !important; }
  .pt-md-75 {
    padding-top: 6rem !important; }
  .pt-md-8 {
    padding-top: 7rem !important; }
  .pt-md-9 {
    padding-top: 9rem !important; }
  .pt-md-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-md-25 {
    padding-right: 0.75rem !important; }
  .pe-md-35 {
    padding-right: 1.25rem !important; }
  .pe-md-45 {
    padding-right: 1.75rem !important; }
  .pe-md-6 {
    padding-right: 3rem !important; }
  .pe-md-62 {
    padding-right: 3.5rem !important; }
  .pe-md-65 {
    padding-right: 4rem !important; }
  .pe-md-7 {
    padding-right: 5rem !important; }
  .pe-md-75 {
    padding-right: 6rem !important; }
  .pe-md-8 {
    padding-right: 7rem !important; }
  .pe-md-9 {
    padding-right: 9rem !important; }
  .pe-md-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-md-25 {
    padding-bottom: 0.75rem !important; }
  .pb-md-35 {
    padding-bottom: 1.25rem !important; }
  .pb-md-45 {
    padding-bottom: 1.75rem !important; }
  .pb-md-6 {
    padding-bottom: 3rem !important; }
  .pb-md-62 {
    padding-bottom: 3.5rem !important; }
  .pb-md-65 {
    padding-bottom: 4rem !important; }
  .pb-md-7 {
    padding-bottom: 5rem !important; }
  .pb-md-75 {
    padding-bottom: 6rem !important; }
  .pb-md-8 {
    padding-bottom: 7rem !important; }
  .pb-md-9 {
    padding-bottom: 9rem !important; }
  .pb-md-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-md-25 {
    padding-left: 0.75rem !important; }
  .ps-md-35 {
    padding-left: 1.25rem !important; }
  .ps-md-45 {
    padding-left: 1.75rem !important; }
  .ps-md-6 {
    padding-left: 3rem !important; }
  .ps-md-62 {
    padding-left: 3.5rem !important; }
  .ps-md-65 {
    padding-left: 4rem !important; }
  .ps-md-7 {
    padding-left: 5rem !important; }
  .ps-md-75 {
    padding-left: 6rem !important; }
  .ps-md-8 {
    padding-left: 7rem !important; }
  .ps-md-9 {
    padding-left: 9rem !important; }
  .ps-md-10 {
    padding-left: 15rem !important; } }

@media (min-width: 992px) {
  .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; }
  .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: 2rem !important; }
  .m-lg-25 {
    margin: 0.75rem !important; }
  .m-lg-35 {
    margin: 1.25rem !important; }
  .m-lg-45 {
    margin: 1.75rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .m-lg-62 {
    margin: 3.5rem !important; }
  .m-lg-65 {
    margin: 4rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .m-lg-75 {
    margin: 6rem !important; }
  .m-lg-8 {
    margin: 7rem !important; }
  .m-lg-9 {
    margin: 9rem !important; }
  .m-lg-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-lg-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-lg-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-lg-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-lg-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-lg-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-lg-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-lg-25 {
    margin-top: 0.75rem !important; }
  .mt-lg-35 {
    margin-top: 1.25rem !important; }
  .mt-lg-45 {
    margin-top: 1.75rem !important; }
  .mt-lg-6 {
    margin-top: 3rem !important; }
  .mt-lg-62 {
    margin-top: 3.5rem !important; }
  .mt-lg-65 {
    margin-top: 4rem !important; }
  .mt-lg-7 {
    margin-top: 5rem !important; }
  .mt-lg-75 {
    margin-top: 6rem !important; }
  .mt-lg-8 {
    margin-top: 7rem !important; }
  .mt-lg-9 {
    margin-top: 9rem !important; }
  .mt-lg-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-lg-25 {
    margin-right: 0.75rem !important; }
  .me-lg-35 {
    margin-right: 1.25rem !important; }
  .me-lg-45 {
    margin-right: 1.75rem !important; }
  .me-lg-6 {
    margin-right: 3rem !important; }
  .me-lg-62 {
    margin-right: 3.5rem !important; }
  .me-lg-65 {
    margin-right: 4rem !important; }
  .me-lg-7 {
    margin-right: 5rem !important; }
  .me-lg-75 {
    margin-right: 6rem !important; }
  .me-lg-8 {
    margin-right: 7rem !important; }
  .me-lg-9 {
    margin-right: 9rem !important; }
  .me-lg-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-lg-25 {
    margin-bottom: 0.75rem !important; }
  .mb-lg-35 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-45 {
    margin-bottom: 1.75rem !important; }
  .mb-lg-6 {
    margin-bottom: 3rem !important; }
  .mb-lg-62 {
    margin-bottom: 3.5rem !important; }
  .mb-lg-65 {
    margin-bottom: 4rem !important; }
  .mb-lg-7 {
    margin-bottom: 5rem !important; }
  .mb-lg-75 {
    margin-bottom: 6rem !important; }
  .mb-lg-8 {
    margin-bottom: 7rem !important; }
  .mb-lg-9 {
    margin-bottom: 9rem !important; }
  .mb-lg-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-lg-25 {
    margin-left: 0.75rem !important; }
  .ms-lg-35 {
    margin-left: 1.25rem !important; }
  .ms-lg-45 {
    margin-left: 1.75rem !important; }
  .ms-lg-6 {
    margin-left: 3rem !important; }
  .ms-lg-62 {
    margin-left: 3.5rem !important; }
  .ms-lg-65 {
    margin-left: 4rem !important; }
  .ms-lg-7 {
    margin-left: 5rem !important; }
  .ms-lg-75 {
    margin-left: 6rem !important; }
  .ms-lg-8 {
    margin-left: 7rem !important; }
  .ms-lg-9 {
    margin-left: 9rem !important; }
  .ms-lg-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-lg-n25 {
    margin: -0.75rem !important; }
  .m-lg-n35 {
    margin: -1.25rem !important; }
  .m-lg-n45 {
    margin: -1.75rem !important; }
  .m-lg-n6 {
    margin: -3rem !important; }
  .m-lg-n62 {
    margin: -3.5rem !important; }
  .m-lg-n65 {
    margin: -4rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .m-lg-n75 {
    margin: -6rem !important; }
  .m-lg-n8 {
    margin: -7rem !important; }
  .m-lg-n9 {
    margin: -9rem !important; }
  .m-lg-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-lg-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-lg-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-lg-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-lg-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-lg-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-lg-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-lg-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-lg-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-lg-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-lg-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-lg-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-lg-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-lg-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-lg-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-lg-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-lg-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-lg-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-lg-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-lg-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-lg-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-lg-n25 {
    margin-top: -0.75rem !important; }
  .mt-lg-n35 {
    margin-top: -1.25rem !important; }
  .mt-lg-n45 {
    margin-top: -1.75rem !important; }
  .mt-lg-n6 {
    margin-top: -3rem !important; }
  .mt-lg-n62 {
    margin-top: -3.5rem !important; }
  .mt-lg-n65 {
    margin-top: -4rem !important; }
  .mt-lg-n7 {
    margin-top: -5rem !important; }
  .mt-lg-n75 {
    margin-top: -6rem !important; }
  .mt-lg-n8 {
    margin-top: -7rem !important; }
  .mt-lg-n9 {
    margin-top: -9rem !important; }
  .mt-lg-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-lg-n25 {
    margin-right: -0.75rem !important; }
  .me-lg-n35 {
    margin-right: -1.25rem !important; }
  .me-lg-n45 {
    margin-right: -1.75rem !important; }
  .me-lg-n6 {
    margin-right: -3rem !important; }
  .me-lg-n62 {
    margin-right: -3.5rem !important; }
  .me-lg-n65 {
    margin-right: -4rem !important; }
  .me-lg-n7 {
    margin-right: -5rem !important; }
  .me-lg-n75 {
    margin-right: -6rem !important; }
  .me-lg-n8 {
    margin-right: -7rem !important; }
  .me-lg-n9 {
    margin-right: -9rem !important; }
  .me-lg-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-lg-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-lg-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-lg-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-lg-n6 {
    margin-bottom: -3rem !important; }
  .mb-lg-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-lg-n65 {
    margin-bottom: -4rem !important; }
  .mb-lg-n7 {
    margin-bottom: -5rem !important; }
  .mb-lg-n75 {
    margin-bottom: -6rem !important; }
  .mb-lg-n8 {
    margin-bottom: -7rem !important; }
  .mb-lg-n9 {
    margin-bottom: -9rem !important; }
  .mb-lg-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-lg-n25 {
    margin-left: -0.75rem !important; }
  .ms-lg-n35 {
    margin-left: -1.25rem !important; }
  .ms-lg-n45 {
    margin-left: -1.75rem !important; }
  .ms-lg-n6 {
    margin-left: -3rem !important; }
  .ms-lg-n62 {
    margin-left: -3.5rem !important; }
  .ms-lg-n65 {
    margin-left: -4rem !important; }
  .ms-lg-n7 {
    margin-left: -5rem !important; }
  .ms-lg-n75 {
    margin-left: -6rem !important; }
  .ms-lg-n8 {
    margin-left: -7rem !important; }
  .ms-lg-n9 {
    margin-left: -9rem !important; }
  .ms-lg-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-lg-25 {
    padding: 0.75rem !important; }
  .p-lg-35 {
    padding: 1.25rem !important; }
  .p-lg-45 {
    padding: 1.75rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .p-lg-62 {
    padding: 3.5rem !important; }
  .p-lg-65 {
    padding: 4rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .p-lg-75 {
    padding: 6rem !important; }
  .p-lg-8 {
    padding: 7rem !important; }
  .p-lg-9 {
    padding: 9rem !important; }
  .p-lg-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-lg-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-lg-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-lg-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-lg-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-lg-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-lg-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-lg-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-lg-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-lg-25 {
    padding-top: 0.75rem !important; }
  .pt-lg-35 {
    padding-top: 1.25rem !important; }
  .pt-lg-45 {
    padding-top: 1.75rem !important; }
  .pt-lg-6 {
    padding-top: 3rem !important; }
  .pt-lg-62 {
    padding-top: 3.5rem !important; }
  .pt-lg-65 {
    padding-top: 4rem !important; }
  .pt-lg-7 {
    padding-top: 5rem !important; }
  .pt-lg-75 {
    padding-top: 6rem !important; }
  .pt-lg-8 {
    padding-top: 7rem !important; }
  .pt-lg-9 {
    padding-top: 9rem !important; }
  .pt-lg-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-lg-25 {
    padding-right: 0.75rem !important; }
  .pe-lg-35 {
    padding-right: 1.25rem !important; }
  .pe-lg-45 {
    padding-right: 1.75rem !important; }
  .pe-lg-6 {
    padding-right: 3rem !important; }
  .pe-lg-62 {
    padding-right: 3.5rem !important; }
  .pe-lg-65 {
    padding-right: 4rem !important; }
  .pe-lg-7 {
    padding-right: 5rem !important; }
  .pe-lg-75 {
    padding-right: 6rem !important; }
  .pe-lg-8 {
    padding-right: 7rem !important; }
  .pe-lg-9 {
    padding-right: 9rem !important; }
  .pe-lg-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-lg-25 {
    padding-bottom: 0.75rem !important; }
  .pb-lg-35 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-45 {
    padding-bottom: 1.75rem !important; }
  .pb-lg-6 {
    padding-bottom: 3rem !important; }
  .pb-lg-62 {
    padding-bottom: 3.5rem !important; }
  .pb-lg-65 {
    padding-bottom: 4rem !important; }
  .pb-lg-7 {
    padding-bottom: 5rem !important; }
  .pb-lg-75 {
    padding-bottom: 6rem !important; }
  .pb-lg-8 {
    padding-bottom: 7rem !important; }
  .pb-lg-9 {
    padding-bottom: 9rem !important; }
  .pb-lg-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-lg-25 {
    padding-left: 0.75rem !important; }
  .ps-lg-35 {
    padding-left: 1.25rem !important; }
  .ps-lg-45 {
    padding-left: 1.75rem !important; }
  .ps-lg-6 {
    padding-left: 3rem !important; }
  .ps-lg-62 {
    padding-left: 3.5rem !important; }
  .ps-lg-65 {
    padding-left: 4rem !important; }
  .ps-lg-7 {
    padding-left: 5rem !important; }
  .ps-lg-75 {
    padding-left: 6rem !important; }
  .ps-lg-8 {
    padding-left: 7rem !important; }
  .ps-lg-9 {
    padding-left: 9rem !important; }
  .ps-lg-10 {
    padding-left: 15rem !important; } }

@media (min-width: 1200px) {
  .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; }
  .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: 2rem !important; }
  .m-xl-25 {
    margin: 0.75rem !important; }
  .m-xl-35 {
    margin: 1.25rem !important; }
  .m-xl-45 {
    margin: 1.75rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .m-xl-62 {
    margin: 3.5rem !important; }
  .m-xl-65 {
    margin: 4rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .m-xl-75 {
    margin: 6rem !important; }
  .m-xl-8 {
    margin: 7rem !important; }
  .m-xl-9 {
    margin: 9rem !important; }
  .m-xl-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xl-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-xl-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xl-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-xl-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xl-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xl-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xl-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-xl-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xl-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-xl-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xl-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xl-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-xl-25 {
    margin-top: 0.75rem !important; }
  .mt-xl-35 {
    margin-top: 1.25rem !important; }
  .mt-xl-45 {
    margin-top: 1.75rem !important; }
  .mt-xl-6 {
    margin-top: 3rem !important; }
  .mt-xl-62 {
    margin-top: 3.5rem !important; }
  .mt-xl-65 {
    margin-top: 4rem !important; }
  .mt-xl-7 {
    margin-top: 5rem !important; }
  .mt-xl-75 {
    margin-top: 6rem !important; }
  .mt-xl-8 {
    margin-top: 7rem !important; }
  .mt-xl-9 {
    margin-top: 9rem !important; }
  .mt-xl-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-xl-25 {
    margin-right: 0.75rem !important; }
  .me-xl-35 {
    margin-right: 1.25rem !important; }
  .me-xl-45 {
    margin-right: 1.75rem !important; }
  .me-xl-6 {
    margin-right: 3rem !important; }
  .me-xl-62 {
    margin-right: 3.5rem !important; }
  .me-xl-65 {
    margin-right: 4rem !important; }
  .me-xl-7 {
    margin-right: 5rem !important; }
  .me-xl-75 {
    margin-right: 6rem !important; }
  .me-xl-8 {
    margin-right: 7rem !important; }
  .me-xl-9 {
    margin-right: 9rem !important; }
  .me-xl-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-xl-25 {
    margin-bottom: 0.75rem !important; }
  .mb-xl-35 {
    margin-bottom: 1.25rem !important; }
  .mb-xl-45 {
    margin-bottom: 1.75rem !important; }
  .mb-xl-6 {
    margin-bottom: 3rem !important; }
  .mb-xl-62 {
    margin-bottom: 3.5rem !important; }
  .mb-xl-65 {
    margin-bottom: 4rem !important; }
  .mb-xl-7 {
    margin-bottom: 5rem !important; }
  .mb-xl-75 {
    margin-bottom: 6rem !important; }
  .mb-xl-8 {
    margin-bottom: 7rem !important; }
  .mb-xl-9 {
    margin-bottom: 9rem !important; }
  .mb-xl-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-xl-25 {
    margin-left: 0.75rem !important; }
  .ms-xl-35 {
    margin-left: 1.25rem !important; }
  .ms-xl-45 {
    margin-left: 1.75rem !important; }
  .ms-xl-6 {
    margin-left: 3rem !important; }
  .ms-xl-62 {
    margin-left: 3.5rem !important; }
  .ms-xl-65 {
    margin-left: 4rem !important; }
  .ms-xl-7 {
    margin-left: 5rem !important; }
  .ms-xl-75 {
    margin-left: 6rem !important; }
  .ms-xl-8 {
    margin-left: 7rem !important; }
  .ms-xl-9 {
    margin-left: 9rem !important; }
  .ms-xl-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-xl-n25 {
    margin: -0.75rem !important; }
  .m-xl-n35 {
    margin: -1.25rem !important; }
  .m-xl-n45 {
    margin: -1.75rem !important; }
  .m-xl-n6 {
    margin: -3rem !important; }
  .m-xl-n62 {
    margin: -3.5rem !important; }
  .m-xl-n65 {
    margin: -4rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .m-xl-n75 {
    margin: -6rem !important; }
  .m-xl-n8 {
    margin: -7rem !important; }
  .m-xl-n9 {
    margin: -9rem !important; }
  .m-xl-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-xl-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-xl-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xl-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-xl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xl-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-xl-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-xl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-xl-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xl-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-xl-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-xl-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-xl-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xl-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-xl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xl-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-xl-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-xl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-xl-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xl-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-xl-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-xl-n25 {
    margin-top: -0.75rem !important; }
  .mt-xl-n35 {
    margin-top: -1.25rem !important; }
  .mt-xl-n45 {
    margin-top: -1.75rem !important; }
  .mt-xl-n6 {
    margin-top: -3rem !important; }
  .mt-xl-n62 {
    margin-top: -3.5rem !important; }
  .mt-xl-n65 {
    margin-top: -4rem !important; }
  .mt-xl-n7 {
    margin-top: -5rem !important; }
  .mt-xl-n75 {
    margin-top: -6rem !important; }
  .mt-xl-n8 {
    margin-top: -7rem !important; }
  .mt-xl-n9 {
    margin-top: -9rem !important; }
  .mt-xl-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-xl-n25 {
    margin-right: -0.75rem !important; }
  .me-xl-n35 {
    margin-right: -1.25rem !important; }
  .me-xl-n45 {
    margin-right: -1.75rem !important; }
  .me-xl-n6 {
    margin-right: -3rem !important; }
  .me-xl-n62 {
    margin-right: -3.5rem !important; }
  .me-xl-n65 {
    margin-right: -4rem !important; }
  .me-xl-n7 {
    margin-right: -5rem !important; }
  .me-xl-n75 {
    margin-right: -6rem !important; }
  .me-xl-n8 {
    margin-right: -7rem !important; }
  .me-xl-n9 {
    margin-right: -9rem !important; }
  .me-xl-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-xl-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-xl-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-xl-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-xl-n6 {
    margin-bottom: -3rem !important; }
  .mb-xl-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-xl-n65 {
    margin-bottom: -4rem !important; }
  .mb-xl-n7 {
    margin-bottom: -5rem !important; }
  .mb-xl-n75 {
    margin-bottom: -6rem !important; }
  .mb-xl-n8 {
    margin-bottom: -7rem !important; }
  .mb-xl-n9 {
    margin-bottom: -9rem !important; }
  .mb-xl-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-xl-n25 {
    margin-left: -0.75rem !important; }
  .ms-xl-n35 {
    margin-left: -1.25rem !important; }
  .ms-xl-n45 {
    margin-left: -1.75rem !important; }
  .ms-xl-n6 {
    margin-left: -3rem !important; }
  .ms-xl-n62 {
    margin-left: -3.5rem !important; }
  .ms-xl-n65 {
    margin-left: -4rem !important; }
  .ms-xl-n7 {
    margin-left: -5rem !important; }
  .ms-xl-n75 {
    margin-left: -6rem !important; }
  .ms-xl-n8 {
    margin-left: -7rem !important; }
  .ms-xl-n9 {
    margin-left: -9rem !important; }
  .ms-xl-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-xl-25 {
    padding: 0.75rem !important; }
  .p-xl-35 {
    padding: 1.25rem !important; }
  .p-xl-45 {
    padding: 1.75rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .p-xl-62 {
    padding: 3.5rem !important; }
  .p-xl-65 {
    padding: 4rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .p-xl-75 {
    padding: 6rem !important; }
  .p-xl-8 {
    padding: 7rem !important; }
  .p-xl-9 {
    padding: 9rem !important; }
  .p-xl-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-xl-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-xl-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xl-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-xl-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xl-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xl-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-xl-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xl-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-xl-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xl-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-xl-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xl-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xl-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-xl-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-xl-25 {
    padding-top: 0.75rem !important; }
  .pt-xl-35 {
    padding-top: 1.25rem !important; }
  .pt-xl-45 {
    padding-top: 1.75rem !important; }
  .pt-xl-6 {
    padding-top: 3rem !important; }
  .pt-xl-62 {
    padding-top: 3.5rem !important; }
  .pt-xl-65 {
    padding-top: 4rem !important; }
  .pt-xl-7 {
    padding-top: 5rem !important; }
  .pt-xl-75 {
    padding-top: 6rem !important; }
  .pt-xl-8 {
    padding-top: 7rem !important; }
  .pt-xl-9 {
    padding-top: 9rem !important; }
  .pt-xl-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-xl-25 {
    padding-right: 0.75rem !important; }
  .pe-xl-35 {
    padding-right: 1.25rem !important; }
  .pe-xl-45 {
    padding-right: 1.75rem !important; }
  .pe-xl-6 {
    padding-right: 3rem !important; }
  .pe-xl-62 {
    padding-right: 3.5rem !important; }
  .pe-xl-65 {
    padding-right: 4rem !important; }
  .pe-xl-7 {
    padding-right: 5rem !important; }
  .pe-xl-75 {
    padding-right: 6rem !important; }
  .pe-xl-8 {
    padding-right: 7rem !important; }
  .pe-xl-9 {
    padding-right: 9rem !important; }
  .pe-xl-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-xl-25 {
    padding-bottom: 0.75rem !important; }
  .pb-xl-35 {
    padding-bottom: 1.25rem !important; }
  .pb-xl-45 {
    padding-bottom: 1.75rem !important; }
  .pb-xl-6 {
    padding-bottom: 3rem !important; }
  .pb-xl-62 {
    padding-bottom: 3.5rem !important; }
  .pb-xl-65 {
    padding-bottom: 4rem !important; }
  .pb-xl-7 {
    padding-bottom: 5rem !important; }
  .pb-xl-75 {
    padding-bottom: 6rem !important; }
  .pb-xl-8 {
    padding-bottom: 7rem !important; }
  .pb-xl-9 {
    padding-bottom: 9rem !important; }
  .pb-xl-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-xl-25 {
    padding-left: 0.75rem !important; }
  .ps-xl-35 {
    padding-left: 1.25rem !important; }
  .ps-xl-45 {
    padding-left: 1.75rem !important; }
  .ps-xl-6 {
    padding-left: 3rem !important; }
  .ps-xl-62 {
    padding-left: 3.5rem !important; }
  .ps-xl-65 {
    padding-left: 4rem !important; }
  .ps-xl-7 {
    padding-left: 5rem !important; }
  .ps-xl-75 {
    padding-left: 6rem !important; }
  .ps-xl-8 {
    padding-left: 7rem !important; }
  .ps-xl-9 {
    padding-left: 9rem !important; }
  .ps-xl-10 {
    padding-left: 15rem !important; } }

@media (min-width: 1400px) {
  .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; }
  .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: 2rem !important; }
  .m-xxl-25 {
    margin: 0.75rem !important; }
  .m-xxl-35 {
    margin: 1.25rem !important; }
  .m-xxl-45 {
    margin: 1.75rem !important; }
  .m-xxl-6 {
    margin: 3rem !important; }
  .m-xxl-62 {
    margin: 3.5rem !important; }
  .m-xxl-65 {
    margin: 4rem !important; }
  .m-xxl-7 {
    margin: 5rem !important; }
  .m-xxl-75 {
    margin: 6rem !important; }
  .m-xxl-8 {
    margin: 7rem !important; }
  .m-xxl-9 {
    margin: 9rem !important; }
  .m-xxl-10 {
    margin: 15rem !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: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxl-25 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-xxl-35 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xxl-45 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-62 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-xxl-65 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-75 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xxl-8 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xxl-10 {
    margin-right: 15rem !important;
    margin-left: 15rem !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: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxl-25 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-xxl-35 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xxl-45 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-62 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-xxl-65 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-75 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xxl-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xxl-10 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !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: 2rem !important; }
  .mt-xxl-25 {
    margin-top: 0.75rem !important; }
  .mt-xxl-35 {
    margin-top: 1.25rem !important; }
  .mt-xxl-45 {
    margin-top: 1.75rem !important; }
  .mt-xxl-6 {
    margin-top: 3rem !important; }
  .mt-xxl-62 {
    margin-top: 3.5rem !important; }
  .mt-xxl-65 {
    margin-top: 4rem !important; }
  .mt-xxl-7 {
    margin-top: 5rem !important; }
  .mt-xxl-75 {
    margin-top: 6rem !important; }
  .mt-xxl-8 {
    margin-top: 7rem !important; }
  .mt-xxl-9 {
    margin-top: 9rem !important; }
  .mt-xxl-10 {
    margin-top: 15rem !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: 2rem !important; }
  .me-xxl-25 {
    margin-right: 0.75rem !important; }
  .me-xxl-35 {
    margin-right: 1.25rem !important; }
  .me-xxl-45 {
    margin-right: 1.75rem !important; }
  .me-xxl-6 {
    margin-right: 3rem !important; }
  .me-xxl-62 {
    margin-right: 3.5rem !important; }
  .me-xxl-65 {
    margin-right: 4rem !important; }
  .me-xxl-7 {
    margin-right: 5rem !important; }
  .me-xxl-75 {
    margin-right: 6rem !important; }
  .me-xxl-8 {
    margin-right: 7rem !important; }
  .me-xxl-9 {
    margin-right: 9rem !important; }
  .me-xxl-10 {
    margin-right: 15rem !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: 2rem !important; }
  .mb-xxl-25 {
    margin-bottom: 0.75rem !important; }
  .mb-xxl-35 {
    margin-bottom: 1.25rem !important; }
  .mb-xxl-45 {
    margin-bottom: 1.75rem !important; }
  .mb-xxl-6 {
    margin-bottom: 3rem !important; }
  .mb-xxl-62 {
    margin-bottom: 3.5rem !important; }
  .mb-xxl-65 {
    margin-bottom: 4rem !important; }
  .mb-xxl-7 {
    margin-bottom: 5rem !important; }
  .mb-xxl-75 {
    margin-bottom: 6rem !important; }
  .mb-xxl-8 {
    margin-bottom: 7rem !important; }
  .mb-xxl-9 {
    margin-bottom: 9rem !important; }
  .mb-xxl-10 {
    margin-bottom: 15rem !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: 2rem !important; }
  .ms-xxl-25 {
    margin-left: 0.75rem !important; }
  .ms-xxl-35 {
    margin-left: 1.25rem !important; }
  .ms-xxl-45 {
    margin-left: 1.75rem !important; }
  .ms-xxl-6 {
    margin-left: 3rem !important; }
  .ms-xxl-62 {
    margin-left: 3.5rem !important; }
  .ms-xxl-65 {
    margin-left: 4rem !important; }
  .ms-xxl-7 {
    margin-left: 5rem !important; }
  .ms-xxl-75 {
    margin-left: 6rem !important; }
  .ms-xxl-8 {
    margin-left: 7rem !important; }
  .ms-xxl-9 {
    margin-left: 9rem !important; }
  .ms-xxl-10 {
    margin-left: 15rem !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: -2rem !important; }
  .m-xxl-n25 {
    margin: -0.75rem !important; }
  .m-xxl-n35 {
    margin: -1.25rem !important; }
  .m-xxl-n45 {
    margin: -1.75rem !important; }
  .m-xxl-n6 {
    margin: -3rem !important; }
  .m-xxl-n62 {
    margin: -3.5rem !important; }
  .m-xxl-n65 {
    margin: -4rem !important; }
  .m-xxl-n7 {
    margin: -5rem !important; }
  .m-xxl-n75 {
    margin: -6rem !important; }
  .m-xxl-n8 {
    margin: -7rem !important; }
  .m-xxl-n9 {
    margin: -9rem !important; }
  .m-xxl-n10 {
    margin: -15rem !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: -2rem !important;
    margin-left: -2rem !important; }
  .mx-xxl-n25 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-xxl-n35 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xxl-n45 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-xxl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xxl-n62 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-xxl-n65 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-xxl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-xxl-n75 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xxl-n8 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-xxl-n10 {
    margin-right: -15rem !important;
    margin-left: -15rem !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: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-xxl-n25 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-xxl-n35 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xxl-n45 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-xxl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xxl-n62 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-xxl-n65 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-xxl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-xxl-n75 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xxl-n8 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-xxl-n10 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !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: -2rem !important; }
  .mt-xxl-n25 {
    margin-top: -0.75rem !important; }
  .mt-xxl-n35 {
    margin-top: -1.25rem !important; }
  .mt-xxl-n45 {
    margin-top: -1.75rem !important; }
  .mt-xxl-n6 {
    margin-top: -3rem !important; }
  .mt-xxl-n62 {
    margin-top: -3.5rem !important; }
  .mt-xxl-n65 {
    margin-top: -4rem !important; }
  .mt-xxl-n7 {
    margin-top: -5rem !important; }
  .mt-xxl-n75 {
    margin-top: -6rem !important; }
  .mt-xxl-n8 {
    margin-top: -7rem !important; }
  .mt-xxl-n9 {
    margin-top: -9rem !important; }
  .mt-xxl-n10 {
    margin-top: -15rem !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: -2rem !important; }
  .me-xxl-n25 {
    margin-right: -0.75rem !important; }
  .me-xxl-n35 {
    margin-right: -1.25rem !important; }
  .me-xxl-n45 {
    margin-right: -1.75rem !important; }
  .me-xxl-n6 {
    margin-right: -3rem !important; }
  .me-xxl-n62 {
    margin-right: -3.5rem !important; }
  .me-xxl-n65 {
    margin-right: -4rem !important; }
  .me-xxl-n7 {
    margin-right: -5rem !important; }
  .me-xxl-n75 {
    margin-right: -6rem !important; }
  .me-xxl-n8 {
    margin-right: -7rem !important; }
  .me-xxl-n9 {
    margin-right: -9rem !important; }
  .me-xxl-n10 {
    margin-right: -15rem !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: -2rem !important; }
  .mb-xxl-n25 {
    margin-bottom: -0.75rem !important; }
  .mb-xxl-n35 {
    margin-bottom: -1.25rem !important; }
  .mb-xxl-n45 {
    margin-bottom: -1.75rem !important; }
  .mb-xxl-n6 {
    margin-bottom: -3rem !important; }
  .mb-xxl-n62 {
    margin-bottom: -3.5rem !important; }
  .mb-xxl-n65 {
    margin-bottom: -4rem !important; }
  .mb-xxl-n7 {
    margin-bottom: -5rem !important; }
  .mb-xxl-n75 {
    margin-bottom: -6rem !important; }
  .mb-xxl-n8 {
    margin-bottom: -7rem !important; }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important; }
  .mb-xxl-n10 {
    margin-bottom: -15rem !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: -2rem !important; }
  .ms-xxl-n25 {
    margin-left: -0.75rem !important; }
  .ms-xxl-n35 {
    margin-left: -1.25rem !important; }
  .ms-xxl-n45 {
    margin-left: -1.75rem !important; }
  .ms-xxl-n6 {
    margin-left: -3rem !important; }
  .ms-xxl-n62 {
    margin-left: -3.5rem !important; }
  .ms-xxl-n65 {
    margin-left: -4rem !important; }
  .ms-xxl-n7 {
    margin-left: -5rem !important; }
  .ms-xxl-n75 {
    margin-left: -6rem !important; }
  .ms-xxl-n8 {
    margin-left: -7rem !important; }
  .ms-xxl-n9 {
    margin-left: -9rem !important; }
  .ms-xxl-n10 {
    margin-left: -15rem !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: 2rem !important; }
  .p-xxl-25 {
    padding: 0.75rem !important; }
  .p-xxl-35 {
    padding: 1.25rem !important; }
  .p-xxl-45 {
    padding: 1.75rem !important; }
  .p-xxl-6 {
    padding: 3rem !important; }
  .p-xxl-62 {
    padding: 3.5rem !important; }
  .p-xxl-65 {
    padding: 4rem !important; }
  .p-xxl-7 {
    padding: 5rem !important; }
  .p-xxl-75 {
    padding: 6rem !important; }
  .p-xxl-8 {
    padding: 7rem !important; }
  .p-xxl-9 {
    padding: 9rem !important; }
  .p-xxl-10 {
    padding: 15rem !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: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxl-25 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-xxl-35 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xxl-45 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-62 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-xxl-65 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xxl-75 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xxl-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-xxl-10 {
    padding-right: 15rem !important;
    padding-left: 15rem !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: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxl-25 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-xxl-35 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xxl-45 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-62 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-xxl-65 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xxl-75 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xxl-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-xxl-10 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !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: 2rem !important; }
  .pt-xxl-25 {
    padding-top: 0.75rem !important; }
  .pt-xxl-35 {
    padding-top: 1.25rem !important; }
  .pt-xxl-45 {
    padding-top: 1.75rem !important; }
  .pt-xxl-6 {
    padding-top: 3rem !important; }
  .pt-xxl-62 {
    padding-top: 3.5rem !important; }
  .pt-xxl-65 {
    padding-top: 4rem !important; }
  .pt-xxl-7 {
    padding-top: 5rem !important; }
  .pt-xxl-75 {
    padding-top: 6rem !important; }
  .pt-xxl-8 {
    padding-top: 7rem !important; }
  .pt-xxl-9 {
    padding-top: 9rem !important; }
  .pt-xxl-10 {
    padding-top: 15rem !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: 2rem !important; }
  .pe-xxl-25 {
    padding-right: 0.75rem !important; }
  .pe-xxl-35 {
    padding-right: 1.25rem !important; }
  .pe-xxl-45 {
    padding-right: 1.75rem !important; }
  .pe-xxl-6 {
    padding-right: 3rem !important; }
  .pe-xxl-62 {
    padding-right: 3.5rem !important; }
  .pe-xxl-65 {
    padding-right: 4rem !important; }
  .pe-xxl-7 {
    padding-right: 5rem !important; }
  .pe-xxl-75 {
    padding-right: 6rem !important; }
  .pe-xxl-8 {
    padding-right: 7rem !important; }
  .pe-xxl-9 {
    padding-right: 9rem !important; }
  .pe-xxl-10 {
    padding-right: 15rem !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: 2rem !important; }
  .pb-xxl-25 {
    padding-bottom: 0.75rem !important; }
  .pb-xxl-35 {
    padding-bottom: 1.25rem !important; }
  .pb-xxl-45 {
    padding-bottom: 1.75rem !important; }
  .pb-xxl-6 {
    padding-bottom: 3rem !important; }
  .pb-xxl-62 {
    padding-bottom: 3.5rem !important; }
  .pb-xxl-65 {
    padding-bottom: 4rem !important; }
  .pb-xxl-7 {
    padding-bottom: 5rem !important; }
  .pb-xxl-75 {
    padding-bottom: 6rem !important; }
  .pb-xxl-8 {
    padding-bottom: 7rem !important; }
  .pb-xxl-9 {
    padding-bottom: 9rem !important; }
  .pb-xxl-10 {
    padding-bottom: 15rem !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: 2rem !important; }
  .ps-xxl-25 {
    padding-left: 0.75rem !important; }
  .ps-xxl-35 {
    padding-left: 1.25rem !important; }
  .ps-xxl-45 {
    padding-left: 1.75rem !important; }
  .ps-xxl-6 {
    padding-left: 3rem !important; }
  .ps-xxl-62 {
    padding-left: 3.5rem !important; }
  .ps-xxl-65 {
    padding-left: 4rem !important; }
  .ps-xxl-7 {
    padding-left: 5rem !important; }
  .ps-xxl-75 {
    padding-left: 6rem !important; }
  .ps-xxl-8 {
    padding-left: 7rem !important; }
  .ps-xxl-9 {
    padding-left: 9rem !important; }
  .ps-xxl-10 {
    padding-left: 15rem !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; } }

mat-sidenav {
  display: block !important; }

pf-sidenav-toggle,
dia-sidenav-toggle {
  position: static;
  display: flex; }
  pf-sidenav-toggle.left,
  dia-sidenav-toggle.left {
    justify-content: flex-end; }
    pf-sidenav-toggle.left button,
    dia-sidenav-toggle.left button {
      border-radius: 0 10px 10px 0 !important;
      transform: translateX(100%); }
      pf-sidenav-toggle.left button.open,
      dia-sidenav-toggle.left button.open {
        transform: translateX(50%); }
  pf-sidenav-toggle.right button,
  dia-sidenav-toggle.right button {
    border-radius: 10px 0 0 10px !important;
    transform: translateX(-100%); }
    pf-sidenav-toggle.right button.open,
    dia-sidenav-toggle.right button.open {
      transform: translateX(-50%); }
  pf-sidenav-toggle button,
  dia-sidenav-toggle button {
    text-align: left !important;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 3;
    width: max-content;
    margin-bottom: 0.5em; }
    pf-sidenav-toggle button.open,
    dia-sidenav-toggle button.open {
      border-radius: 10px !important;
      opacity: 1; }
  pf-sidenav-toggle:not(:first-child) button.open,
  dia-sidenav-toggle:not(:first-child) button.open {
    display: none !important; }

dia-sidenav-toggle-wrapper > dia-sidenav-toggle button {
  position: relative;
  top: 0;
  width: 100%; }

.mat-sidenav-content.context-content {
  transition: margin-right 0.3s ease-in-out; }

@media (max-width: calc(calc(150px + 10px) + calc(60px + 5px) + 1200px)) {
  .mat-sidenav-content.context-content {
    margin-right: calc(150px + 10px); } }

@media (max-width: 1199.98px) {
  .mat-sidenav-content.context-content {
    margin-right: 60px; } }

@media (max-width: 991.98px) {
  .mat-sidenav-content.context-content {
    margin-right: 0; } }

@media (max-width: calc(calc(150px + 10px) + calc(calc(150px + 10px) + 160px) + 1200px)) {
  .sidenav-left-open .mat-sidenav-content.context-content {
    margin-right: calc(150px + 10px); } }

@media (max-width: 1199.98px) {
  .sidenav-left-open .mat-sidenav-content.context-content {
    margin-right: 60px; } }

@media (max-width: 991.98px) {
  .sidenav-left-open .mat-sidenav-content.context-content {
    margin-right: 0; } }

.mat-drawer.right:not(.mat-drawer-opened).right--sidenav .mat-drawer-inner-container > dia-sidenav-toggle-wrapper {
  max-width: 150px; }

.mat-drawer.right:not(.mat-drawer-opened).right--sidenav .mat-drawer-inner-container > dia-sidenav-toggle {
  max-width: 150px; }

@media print {
  body {
    background-color: #fff !important; }
  .card-panel {
    box-shadow: 0 0.075rem 0.125rem rgba(0, 0, 0, 0.075) !important; }
  .card.margin-overflow, .margin-overflow.form-check-card, .margin-overflow.custom-control-card {
    margin-left: 0 !important; }
  .card-header {
    border-top: 1px solid #f5f9fc !important;
    border-left: 1px solid #f5f9fc !important;
    border-right: 1px solid #f5f9fc !important;
    border-bottom-width: 0 !important;
    border-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .card-body {
    border: 1px solid #f5f9fc !important;
    border-radius: 0.25rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: black !important; }
  .card-footer {
    border: 1px solid #f5f9fc !important; }
  iframe#launcher {
    display: none !important; } }

.table {
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d7e7f3; }
  .table thead tr th:first-of-type {
    border-radius: 10px 0 0 0; }
  .table thead tr th:last-of-type {
    border-radius: 0 10px 0 0; }

.table th {
  font-size: 0.8em;
  font-weight: 400;
  color: #a6b5c2;
  white-space: nowrap; }
  .table th.table-sort-icons.table-sort-link, .table th.sort {
    cursor: pointer;
    position: relative; }
    .table th.table-sort-icons.table-sort-link:before, .table th.sort:before {
      font: var(--fa-font-solid);
      margin-right: 0.1em; }
    .table th.table-sort-icons.table-sort-link:before, .table th.sort:before {
      content: "\f0dc"; }
    .table th.table-sort-icons.table-sort-link.sort-down:before, .table th.sort.sort-down:before {
      content: "\f0dd"; }
    .table th.table-sort-icons.table-sort-link.sort-up:before, .table th.sort.sort-up:before {
      content: "\f0de"; }
  .table th.table-sort-link, .table th.sort {
    cursor: pointer;
    position: relative; }
    .table th.table-sort-link.sort-down, .table th.table-sort-link.sort-up, .table th.table-sort-link:hover, .table th.sort.sort-down, .table th.sort.sort-up, .table th.sort:hover {
      color: #346f8f; }
    .table th.table-sort-link.sort-down, .table th.table-sort-link.sort-up, .table th.sort.sort-down, .table th.sort.sort-up {
      font-weight: 600; }
  .table th.th-fit {
    width: 1%; }
  .table th.th-check-header, .table th.th-progress-header {
    padding-left: 3px;
    padding-right: 3px;
    min-width: 110px; }
  .table th.th-status-header {
    padding-left: 3px;
    padding-right: 3px;
    width: 200px; }

.table td,
.table th {
  vertical-align: middle; }
  .table td:first-child,
  .table th:first-child {
    padding-left: 1rem; }
  .table td:last-child,
  .table th:last-child {
    padding-right: 1rem; }

.table thead tr th {
  border-top: 0px;
  border-bottom: 1px solid var(--bs-border-color); }

.table > tbody > tr.active {
  color: var(--bs-body-color);
  background-color: #f0fbfd; }

.table-hover {
  background: #fff; }
  .table-hover td,
  .table-hover th {
    border-color: #d7e7f3; }

th.th-wrap {
  white-space: normal; }

tr td:last-of-type dia-dropdown {
  visibility: hidden; }

tr:hover td:last-of-type dia-dropdown {
  visibility: visible; }

td .checkbox {
  display: flex;
  align-items: center;
  height: 2rem; }

.star-icon-container .fa-star {
  display: none; }

.hoverable-row:hover .star-icon-container .fa-star {
  display: inline; }

[tabindex]:focus {
  outline: none !important; }

.tooltip-color-primary .tooltip-inner {
  background-color: #203f7b; }

.tooltip-color-primary.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #203f7b; }

.tooltip-color-primary.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #203f7b; }

.tooltip-color-primary.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #203f7b; }

.tooltip-color-primary.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #203f7b; }

.tooltip-color-secondary .tooltip-inner {
  background-color: #346f8f; }

.tooltip-color-secondary.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-secondary.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #346f8f; }

.tooltip-color-secondary.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-secondary.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #346f8f; }

.tooltip-color-secondary.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-secondary.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #346f8f; }

.tooltip-color-secondary.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-secondary.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #346f8f; }

.tooltip-color-success .tooltip-inner {
  background-color: #04bc00; }

.tooltip-color-success.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-success.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #04bc00; }

.tooltip-color-success.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-success.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #04bc00; }

.tooltip-color-success.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-success.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #04bc00; }

.tooltip-color-success.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-success.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #04bc00; }

.tooltip-color-info .tooltip-inner {
  background-color: #04b6e2; }

.tooltip-color-info.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-info.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #04b6e2; }

.tooltip-color-info.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-info.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #04b6e2; }

.tooltip-color-info.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-info.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #04b6e2; }

.tooltip-color-info.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-info.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #04b6e2; }

.tooltip-color-warning .tooltip-inner {
  background-color: #ffc107; }

.tooltip-color-warning.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-warning.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #ffc107; }

.tooltip-color-warning.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-warning.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #ffc107; }

.tooltip-color-warning.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-warning.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #ffc107; }

.tooltip-color-warning.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-warning.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #ffc107; }

.tooltip-color-danger .tooltip-inner {
  background-color: #dc3545; }

.tooltip-color-danger.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-danger.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #dc3545; }

.tooltip-color-danger.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-danger.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #dc3545; }

.tooltip-color-danger.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-danger.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #dc3545; }

.tooltip-color-danger.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-danger.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #dc3545; }

.tooltip-color-light .tooltip-inner {
  background-color: #f5f9fc; }

.tooltip-color-light.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-light.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #f5f9fc; }

.tooltip-color-light.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-light.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #f5f9fc; }

.tooltip-color-light.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-light.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #f5f9fc; }

.tooltip-color-light.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-light.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #f5f9fc; }

.tooltip-color-dark .tooltip-inner {
  background-color: #07496f; }

.tooltip-color-dark.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-dark.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #07496f; }

.tooltip-color-dark.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-dark.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #07496f; }

.tooltip-color-dark.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-dark.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #07496f; }

.tooltip-color-dark.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-dark.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #07496f; }

.tooltip-color-primary-light .tooltip-inner {
  background-color: #04b6e2; }

.tooltip-color-primary-light.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #04b6e2; }

.tooltip-color-primary-light.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #04b6e2; }

.tooltip-color-primary-light.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #04b6e2; }

.tooltip-color-primary-light.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #04b6e2; }

.tooltip-color-muted .tooltip-inner {
  background-color: #a6b5c2; }

.tooltip-color-muted.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-muted.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #a6b5c2; }

.tooltip-color-muted.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-muted.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #a6b5c2; }

.tooltip-color-muted.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-muted.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #a6b5c2; }

.tooltip-color-muted.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-muted.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #a6b5c2; }

.tooltip-color-white .tooltip-inner {
  background-color: #fff; }

.tooltip-color-white.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-white.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #fff; }

.tooltip-color-white.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-white.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #fff; }

.tooltip-color-white.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-white.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #fff; }

.tooltip-color-white.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-white.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #fff; }

.tooltip-color-hover .tooltip-inner {
  background-color: #f0fbfd; }

.tooltip-color-hover.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-hover.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #f0fbfd; }

.tooltip-color-hover.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-hover.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #f0fbfd; }

.tooltip-color-hover.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-hover.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #f0fbfd; }

.tooltip-color-hover.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-hover.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #f0fbfd; }

.tooltip-color-private .tooltip-inner {
  background-color: white; }

.tooltip-color-private.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-private.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: white; }

.tooltip-color-private.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-private.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: white; }

.tooltip-color-private.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-private.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: white; }

.tooltip-color-private.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-private.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: white; }

.tooltip-color-yellow .tooltip-inner {
  background-color: #ffc107; }

.tooltip-color-yellow.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-yellow.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #ffc107; }

.tooltip-color-yellow.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-yellow.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #ffc107; }

.tooltip-color-yellow.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-yellow.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #ffc107; }

.tooltip-color-yellow.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-yellow.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #ffc107; }

.tooltip-color-border .tooltip-inner {
  background-color: #d7e7f3; }

.tooltip-color-border.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-border.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #d7e7f3; }

.tooltip-color-border.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-border.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #d7e7f3; }

.tooltip-color-border.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-border.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #d7e7f3; }

.tooltip-color-border.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-border.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #d7e7f3; }

.tooltip-color-black .tooltip-inner {
  background-color: #000; }

.tooltip-color-black.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-black.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #000; }

.tooltip-color-black.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-black.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #000; }

.tooltip-color-black.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-black.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #000; }

.tooltip-color-black.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-black.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #000; }

.tooltip-color-green-dark .tooltip-inner {
  background-color: #01730b; }

.tooltip-color-green-dark.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-green-dark.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #01730b; }

.tooltip-color-green-dark.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-green-dark.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #01730b; }

.tooltip-color-green-dark.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-green-dark.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #01730b; }

.tooltip-color-green-dark.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-green-dark.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #01730b; }

.tooltip-color-placeholder .tooltip-inner {
  background-color: #607483; }

.tooltip-color-placeholder.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-placeholder.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #607483; }

.tooltip-color-placeholder.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-placeholder.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #607483; }

.tooltip-color-placeholder.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-placeholder.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #607483; }

.tooltip-color-placeholder.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-placeholder.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #607483; }

.tooltip-color-primary-light-faded-0 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0); }

.tooltip-color-primary-light-faded-0.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-0.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0); }

.tooltip-color-primary-light-faded-0.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-0.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0); }

.tooltip-color-primary-light-faded-0.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-0.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0); }

.tooltip-color-primary-light-faded-0.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-0.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0); }

.tooltip-color-primary-light-faded-1 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.01); }

.tooltip-color-primary-light-faded-1.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-1.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.01); }

.tooltip-color-primary-light-faded-1.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-1.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.01); }

.tooltip-color-primary-light-faded-1.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-1.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.01); }

.tooltip-color-primary-light-faded-1.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-1.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.01); }

.tooltip-color-primary-light-faded-2 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.02); }

.tooltip-color-primary-light-faded-2.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-2.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.02); }

.tooltip-color-primary-light-faded-2.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-2.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.02); }

.tooltip-color-primary-light-faded-2.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-2.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.02); }

.tooltip-color-primary-light-faded-2.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-2.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.02); }

.tooltip-color-primary-light-faded-3 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.03); }

.tooltip-color-primary-light-faded-3.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-3.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.03); }

.tooltip-color-primary-light-faded-3.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-3.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.03); }

.tooltip-color-primary-light-faded-3.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-3.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.03); }

.tooltip-color-primary-light-faded-3.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-3.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.03); }

.tooltip-color-primary-light-faded-4 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.04); }

.tooltip-color-primary-light-faded-4.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-4.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.04); }

.tooltip-color-primary-light-faded-4.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-4.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.04); }

.tooltip-color-primary-light-faded-4.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-4.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.04); }

.tooltip-color-primary-light-faded-4.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-4.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.04); }

.tooltip-color-primary-light-faded-5 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.05); }

.tooltip-color-primary-light-faded-5.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-5.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.05); }

.tooltip-color-primary-light-faded-5.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-5.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.05); }

.tooltip-color-primary-light-faded-5.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-5.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.05); }

.tooltip-color-primary-light-faded-5.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-5.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.05); }

.tooltip-color-primary-light-faded-6 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.06); }

.tooltip-color-primary-light-faded-6.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-6.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.06); }

.tooltip-color-primary-light-faded-6.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-6.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.06); }

.tooltip-color-primary-light-faded-6.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-6.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.06); }

.tooltip-color-primary-light-faded-6.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-6.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.06); }

.tooltip-color-primary-light-faded-7 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.07); }

.tooltip-color-primary-light-faded-7.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-7.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.07); }

.tooltip-color-primary-light-faded-7.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-7.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.07); }

.tooltip-color-primary-light-faded-7.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-7.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.07); }

.tooltip-color-primary-light-faded-7.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-7.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.07); }

.tooltip-color-primary-light-faded-8 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.08); }

.tooltip-color-primary-light-faded-8.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-8.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.08); }

.tooltip-color-primary-light-faded-8.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-8.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.08); }

.tooltip-color-primary-light-faded-8.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-8.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.08); }

.tooltip-color-primary-light-faded-8.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-8.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.08); }

.tooltip-color-primary-light-faded-9 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.09); }

.tooltip-color-primary-light-faded-9.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-9.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.09); }

.tooltip-color-primary-light-faded-9.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-9.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.09); }

.tooltip-color-primary-light-faded-9.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-9.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.09); }

.tooltip-color-primary-light-faded-9.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-9.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.09); }

.tooltip-color-primary-light-faded-10 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.1); }

.tooltip-color-primary-light-faded-10.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-10.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.1); }

.tooltip-color-primary-light-faded-10.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-10.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.1); }

.tooltip-color-primary-light-faded-10.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-10.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.1); }

.tooltip-color-primary-light-faded-10.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-10.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.1); }

.tooltip-color-primary-light-faded-11 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.11); }

.tooltip-color-primary-light-faded-11.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-11.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.11); }

.tooltip-color-primary-light-faded-11.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-11.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.11); }

.tooltip-color-primary-light-faded-11.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-11.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.11); }

.tooltip-color-primary-light-faded-11.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-11.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.11); }

.tooltip-color-primary-light-faded-12 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.12); }

.tooltip-color-primary-light-faded-12.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-12.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.12); }

.tooltip-color-primary-light-faded-12.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-12.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.12); }

.tooltip-color-primary-light-faded-12.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-12.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.12); }

.tooltip-color-primary-light-faded-12.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-12.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.12); }

.tooltip-color-primary-light-faded-13 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.13); }

.tooltip-color-primary-light-faded-13.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-13.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.13); }

.tooltip-color-primary-light-faded-13.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-13.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.13); }

.tooltip-color-primary-light-faded-13.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-13.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.13); }

.tooltip-color-primary-light-faded-13.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-13.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.13); }

.tooltip-color-primary-light-faded-14 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.14); }

.tooltip-color-primary-light-faded-14.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-14.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.14); }

.tooltip-color-primary-light-faded-14.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-14.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.14); }

.tooltip-color-primary-light-faded-14.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-14.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.14); }

.tooltip-color-primary-light-faded-14.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-14.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.14); }

.tooltip-color-primary-light-faded-15 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.15); }

.tooltip-color-primary-light-faded-15.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-15.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.15); }

.tooltip-color-primary-light-faded-15.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-15.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.15); }

.tooltip-color-primary-light-faded-15.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-15.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.15); }

.tooltip-color-primary-light-faded-15.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-15.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.15); }

.tooltip-color-primary-light-faded-16 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.16); }

.tooltip-color-primary-light-faded-16.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-16.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.16); }

.tooltip-color-primary-light-faded-16.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-16.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.16); }

.tooltip-color-primary-light-faded-16.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-16.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.16); }

.tooltip-color-primary-light-faded-16.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-16.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.16); }

.tooltip-color-primary-light-faded-17 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.17); }

.tooltip-color-primary-light-faded-17.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-17.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.17); }

.tooltip-color-primary-light-faded-17.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-17.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.17); }

.tooltip-color-primary-light-faded-17.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-17.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.17); }

.tooltip-color-primary-light-faded-17.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-17.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.17); }

.tooltip-color-primary-light-faded-18 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.18); }

.tooltip-color-primary-light-faded-18.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-18.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.18); }

.tooltip-color-primary-light-faded-18.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-18.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.18); }

.tooltip-color-primary-light-faded-18.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-18.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.18); }

.tooltip-color-primary-light-faded-18.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-18.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.18); }

.tooltip-color-primary-light-faded-19 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.19); }

.tooltip-color-primary-light-faded-19.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-19.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.19); }

.tooltip-color-primary-light-faded-19.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-19.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.19); }

.tooltip-color-primary-light-faded-19.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-19.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.19); }

.tooltip-color-primary-light-faded-19.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-19.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.19); }

.tooltip-color-primary-light-faded-20 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.2); }

.tooltip-color-primary-light-faded-20.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-20.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.2); }

.tooltip-color-primary-light-faded-20.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-20.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.2); }

.tooltip-color-primary-light-faded-20.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-20.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.2); }

.tooltip-color-primary-light-faded-20.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-20.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.2); }

.tooltip-color-primary-light-faded-21 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.21); }

.tooltip-color-primary-light-faded-21.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-21.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.21); }

.tooltip-color-primary-light-faded-21.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-21.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.21); }

.tooltip-color-primary-light-faded-21.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-21.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.21); }

.tooltip-color-primary-light-faded-21.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-21.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.21); }

.tooltip-color-primary-light-faded-22 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.22); }

.tooltip-color-primary-light-faded-22.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-22.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.22); }

.tooltip-color-primary-light-faded-22.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-22.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.22); }

.tooltip-color-primary-light-faded-22.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-22.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.22); }

.tooltip-color-primary-light-faded-22.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-22.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.22); }

.tooltip-color-primary-light-faded-23 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.23); }

.tooltip-color-primary-light-faded-23.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-23.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.23); }

.tooltip-color-primary-light-faded-23.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-23.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.23); }

.tooltip-color-primary-light-faded-23.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-23.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.23); }

.tooltip-color-primary-light-faded-23.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-23.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.23); }

.tooltip-color-primary-light-faded-24 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.24); }

.tooltip-color-primary-light-faded-24.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-24.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.24); }

.tooltip-color-primary-light-faded-24.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-24.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.24); }

.tooltip-color-primary-light-faded-24.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-24.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.24); }

.tooltip-color-primary-light-faded-24.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-24.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.24); }

.tooltip-color-primary-light-faded-25 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.25); }

.tooltip-color-primary-light-faded-25.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-25.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.25); }

.tooltip-color-primary-light-faded-25.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-25.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.25); }

.tooltip-color-primary-light-faded-25.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-25.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.25); }

.tooltip-color-primary-light-faded-25.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-25.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.25); }

.tooltip-color-primary-light-faded-26 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.26); }

.tooltip-color-primary-light-faded-26.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-26.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.26); }

.tooltip-color-primary-light-faded-26.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-26.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.26); }

.tooltip-color-primary-light-faded-26.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-26.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.26); }

.tooltip-color-primary-light-faded-26.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-26.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.26); }

.tooltip-color-primary-light-faded-27 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.27); }

.tooltip-color-primary-light-faded-27.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-27.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.27); }

.tooltip-color-primary-light-faded-27.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-27.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.27); }

.tooltip-color-primary-light-faded-27.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-27.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.27); }

.tooltip-color-primary-light-faded-27.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-27.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.27); }

.tooltip-color-primary-light-faded-28 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.28); }

.tooltip-color-primary-light-faded-28.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-28.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.28); }

.tooltip-color-primary-light-faded-28.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-28.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.28); }

.tooltip-color-primary-light-faded-28.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-28.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.28); }

.tooltip-color-primary-light-faded-28.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-28.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.28); }

.tooltip-color-primary-light-faded-29 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.29); }

.tooltip-color-primary-light-faded-29.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-29.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.29); }

.tooltip-color-primary-light-faded-29.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-29.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.29); }

.tooltip-color-primary-light-faded-29.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-29.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.29); }

.tooltip-color-primary-light-faded-29.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-29.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.29); }

.tooltip-color-primary-light-faded-30 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.3); }

.tooltip-color-primary-light-faded-30.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-30.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.3); }

.tooltip-color-primary-light-faded-30.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-30.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.3); }

.tooltip-color-primary-light-faded-30.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-30.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.3); }

.tooltip-color-primary-light-faded-30.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-30.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.3); }

.tooltip-color-primary-light-faded-31 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.31); }

.tooltip-color-primary-light-faded-31.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-31.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.31); }

.tooltip-color-primary-light-faded-31.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-31.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.31); }

.tooltip-color-primary-light-faded-31.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-31.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.31); }

.tooltip-color-primary-light-faded-31.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-31.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.31); }

.tooltip-color-primary-light-faded-32 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.32); }

.tooltip-color-primary-light-faded-32.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-32.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.32); }

.tooltip-color-primary-light-faded-32.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-32.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.32); }

.tooltip-color-primary-light-faded-32.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-32.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.32); }

.tooltip-color-primary-light-faded-32.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-32.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.32); }

.tooltip-color-primary-light-faded-33 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.33); }

.tooltip-color-primary-light-faded-33.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-33.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.33); }

.tooltip-color-primary-light-faded-33.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-33.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.33); }

.tooltip-color-primary-light-faded-33.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-33.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.33); }

.tooltip-color-primary-light-faded-33.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-33.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.33); }

.tooltip-color-primary-light-faded-34 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.34); }

.tooltip-color-primary-light-faded-34.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-34.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.34); }

.tooltip-color-primary-light-faded-34.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-34.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.34); }

.tooltip-color-primary-light-faded-34.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-34.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.34); }

.tooltip-color-primary-light-faded-34.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-34.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.34); }

.tooltip-color-primary-light-faded-35 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.35); }

.tooltip-color-primary-light-faded-35.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-35.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.35); }

.tooltip-color-primary-light-faded-35.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-35.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.35); }

.tooltip-color-primary-light-faded-35.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-35.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.35); }

.tooltip-color-primary-light-faded-35.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-35.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.35); }

.tooltip-color-primary-light-faded-36 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.36); }

.tooltip-color-primary-light-faded-36.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-36.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.36); }

.tooltip-color-primary-light-faded-36.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-36.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.36); }

.tooltip-color-primary-light-faded-36.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-36.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.36); }

.tooltip-color-primary-light-faded-36.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-36.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.36); }

.tooltip-color-primary-light-faded-37 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.37); }

.tooltip-color-primary-light-faded-37.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-37.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.37); }

.tooltip-color-primary-light-faded-37.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-37.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.37); }

.tooltip-color-primary-light-faded-37.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-37.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.37); }

.tooltip-color-primary-light-faded-37.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-37.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.37); }

.tooltip-color-primary-light-faded-38 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.38); }

.tooltip-color-primary-light-faded-38.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-38.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.38); }

.tooltip-color-primary-light-faded-38.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-38.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.38); }

.tooltip-color-primary-light-faded-38.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-38.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.38); }

.tooltip-color-primary-light-faded-38.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-38.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.38); }

.tooltip-color-primary-light-faded-39 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.39); }

.tooltip-color-primary-light-faded-39.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-39.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.39); }

.tooltip-color-primary-light-faded-39.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-39.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.39); }

.tooltip-color-primary-light-faded-39.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-39.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.39); }

.tooltip-color-primary-light-faded-39.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-39.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.39); }

.tooltip-color-primary-light-faded-40 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.4); }

.tooltip-color-primary-light-faded-40.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-40.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.4); }

.tooltip-color-primary-light-faded-40.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-40.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.4); }

.tooltip-color-primary-light-faded-40.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-40.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.4); }

.tooltip-color-primary-light-faded-40.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-40.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.4); }

.tooltip-color-primary-light-faded-41 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.41); }

.tooltip-color-primary-light-faded-41.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-41.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.41); }

.tooltip-color-primary-light-faded-41.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-41.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.41); }

.tooltip-color-primary-light-faded-41.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-41.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.41); }

.tooltip-color-primary-light-faded-41.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-41.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.41); }

.tooltip-color-primary-light-faded-42 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.42); }

.tooltip-color-primary-light-faded-42.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-42.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.42); }

.tooltip-color-primary-light-faded-42.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-42.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.42); }

.tooltip-color-primary-light-faded-42.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-42.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.42); }

.tooltip-color-primary-light-faded-42.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-42.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.42); }

.tooltip-color-primary-light-faded-43 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.43); }

.tooltip-color-primary-light-faded-43.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-43.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.43); }

.tooltip-color-primary-light-faded-43.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-43.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.43); }

.tooltip-color-primary-light-faded-43.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-43.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.43); }

.tooltip-color-primary-light-faded-43.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-43.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.43); }

.tooltip-color-primary-light-faded-44 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.44); }

.tooltip-color-primary-light-faded-44.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-44.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.44); }

.tooltip-color-primary-light-faded-44.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-44.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.44); }

.tooltip-color-primary-light-faded-44.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-44.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.44); }

.tooltip-color-primary-light-faded-44.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-44.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.44); }

.tooltip-color-primary-light-faded-45 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.45); }

.tooltip-color-primary-light-faded-45.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-45.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.45); }

.tooltip-color-primary-light-faded-45.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-45.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.45); }

.tooltip-color-primary-light-faded-45.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-45.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.45); }

.tooltip-color-primary-light-faded-45.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-45.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.45); }

.tooltip-color-primary-light-faded-46 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.46); }

.tooltip-color-primary-light-faded-46.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-46.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.46); }

.tooltip-color-primary-light-faded-46.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-46.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.46); }

.tooltip-color-primary-light-faded-46.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-46.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.46); }

.tooltip-color-primary-light-faded-46.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-46.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.46); }

.tooltip-color-primary-light-faded-47 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.47); }

.tooltip-color-primary-light-faded-47.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-47.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.47); }

.tooltip-color-primary-light-faded-47.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-47.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.47); }

.tooltip-color-primary-light-faded-47.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-47.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.47); }

.tooltip-color-primary-light-faded-47.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-47.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.47); }

.tooltip-color-primary-light-faded-48 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.48); }

.tooltip-color-primary-light-faded-48.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-48.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.48); }

.tooltip-color-primary-light-faded-48.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-48.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.48); }

.tooltip-color-primary-light-faded-48.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-48.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.48); }

.tooltip-color-primary-light-faded-48.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-48.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.48); }

.tooltip-color-primary-light-faded-49 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.49); }

.tooltip-color-primary-light-faded-49.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-49.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.49); }

.tooltip-color-primary-light-faded-49.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-49.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.49); }

.tooltip-color-primary-light-faded-49.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-49.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.49); }

.tooltip-color-primary-light-faded-49.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-49.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.49); }

.tooltip-color-primary-light-faded-50 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.5); }

.tooltip-color-primary-light-faded-50.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-50.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.5); }

.tooltip-color-primary-light-faded-50.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-50.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.5); }

.tooltip-color-primary-light-faded-50.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-50.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.5); }

.tooltip-color-primary-light-faded-50.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-50.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.5); }

.tooltip-color-primary-light-faded-51 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.51); }

.tooltip-color-primary-light-faded-51.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-51.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.51); }

.tooltip-color-primary-light-faded-51.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-51.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.51); }

.tooltip-color-primary-light-faded-51.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-51.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.51); }

.tooltip-color-primary-light-faded-51.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-51.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.51); }

.tooltip-color-primary-light-faded-52 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.52); }

.tooltip-color-primary-light-faded-52.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-52.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.52); }

.tooltip-color-primary-light-faded-52.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-52.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.52); }

.tooltip-color-primary-light-faded-52.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-52.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.52); }

.tooltip-color-primary-light-faded-52.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-52.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.52); }

.tooltip-color-primary-light-faded-53 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.53); }

.tooltip-color-primary-light-faded-53.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-53.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.53); }

.tooltip-color-primary-light-faded-53.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-53.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.53); }

.tooltip-color-primary-light-faded-53.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-53.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.53); }

.tooltip-color-primary-light-faded-53.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-53.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.53); }

.tooltip-color-primary-light-faded-54 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.54); }

.tooltip-color-primary-light-faded-54.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-54.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.54); }

.tooltip-color-primary-light-faded-54.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-54.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.54); }

.tooltip-color-primary-light-faded-54.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-54.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.54); }

.tooltip-color-primary-light-faded-54.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-54.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.54); }

.tooltip-color-primary-light-faded-55 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.55); }

.tooltip-color-primary-light-faded-55.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-55.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.55); }

.tooltip-color-primary-light-faded-55.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-55.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.55); }

.tooltip-color-primary-light-faded-55.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-55.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.55); }

.tooltip-color-primary-light-faded-55.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-55.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.55); }

.tooltip-color-primary-light-faded-56 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.56); }

.tooltip-color-primary-light-faded-56.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-56.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.56); }

.tooltip-color-primary-light-faded-56.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-56.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.56); }

.tooltip-color-primary-light-faded-56.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-56.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.56); }

.tooltip-color-primary-light-faded-56.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-56.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.56); }

.tooltip-color-primary-light-faded-57 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.57); }

.tooltip-color-primary-light-faded-57.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-57.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.57); }

.tooltip-color-primary-light-faded-57.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-57.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.57); }

.tooltip-color-primary-light-faded-57.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-57.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.57); }

.tooltip-color-primary-light-faded-57.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-57.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.57); }

.tooltip-color-primary-light-faded-58 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.58); }

.tooltip-color-primary-light-faded-58.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-58.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.58); }

.tooltip-color-primary-light-faded-58.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-58.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.58); }

.tooltip-color-primary-light-faded-58.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-58.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.58); }

.tooltip-color-primary-light-faded-58.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-58.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.58); }

.tooltip-color-primary-light-faded-59 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.59); }

.tooltip-color-primary-light-faded-59.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-59.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.59); }

.tooltip-color-primary-light-faded-59.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-59.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.59); }

.tooltip-color-primary-light-faded-59.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-59.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.59); }

.tooltip-color-primary-light-faded-59.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-59.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.59); }

.tooltip-color-primary-light-faded-60 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.6); }

.tooltip-color-primary-light-faded-60.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-60.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.6); }

.tooltip-color-primary-light-faded-60.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-60.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.6); }

.tooltip-color-primary-light-faded-60.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-60.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.6); }

.tooltip-color-primary-light-faded-60.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-60.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.6); }

.tooltip-color-primary-light-faded-61 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.61); }

.tooltip-color-primary-light-faded-61.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-61.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.61); }

.tooltip-color-primary-light-faded-61.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-61.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.61); }

.tooltip-color-primary-light-faded-61.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-61.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.61); }

.tooltip-color-primary-light-faded-61.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-61.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.61); }

.tooltip-color-primary-light-faded-62 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.62); }

.tooltip-color-primary-light-faded-62.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-62.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.62); }

.tooltip-color-primary-light-faded-62.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-62.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.62); }

.tooltip-color-primary-light-faded-62.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-62.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.62); }

.tooltip-color-primary-light-faded-62.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-62.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.62); }

.tooltip-color-primary-light-faded-63 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.63); }

.tooltip-color-primary-light-faded-63.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-63.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.63); }

.tooltip-color-primary-light-faded-63.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-63.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.63); }

.tooltip-color-primary-light-faded-63.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-63.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.63); }

.tooltip-color-primary-light-faded-63.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-63.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.63); }

.tooltip-color-primary-light-faded-64 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.64); }

.tooltip-color-primary-light-faded-64.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-64.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.64); }

.tooltip-color-primary-light-faded-64.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-64.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.64); }

.tooltip-color-primary-light-faded-64.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-64.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.64); }

.tooltip-color-primary-light-faded-64.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-64.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.64); }

.tooltip-color-primary-light-faded-65 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.65); }

.tooltip-color-primary-light-faded-65.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-65.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.65); }

.tooltip-color-primary-light-faded-65.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-65.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.65); }

.tooltip-color-primary-light-faded-65.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-65.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.65); }

.tooltip-color-primary-light-faded-65.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-65.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.65); }

.tooltip-color-primary-light-faded-66 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.66); }

.tooltip-color-primary-light-faded-66.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-66.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.66); }

.tooltip-color-primary-light-faded-66.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-66.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.66); }

.tooltip-color-primary-light-faded-66.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-66.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.66); }

.tooltip-color-primary-light-faded-66.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-66.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.66); }

.tooltip-color-primary-light-faded-67 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.67); }

.tooltip-color-primary-light-faded-67.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-67.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.67); }

.tooltip-color-primary-light-faded-67.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-67.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.67); }

.tooltip-color-primary-light-faded-67.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-67.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.67); }

.tooltip-color-primary-light-faded-67.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-67.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.67); }

.tooltip-color-primary-light-faded-68 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.68); }

.tooltip-color-primary-light-faded-68.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-68.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.68); }

.tooltip-color-primary-light-faded-68.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-68.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.68); }

.tooltip-color-primary-light-faded-68.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-68.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.68); }

.tooltip-color-primary-light-faded-68.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-68.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.68); }

.tooltip-color-primary-light-faded-69 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.69); }

.tooltip-color-primary-light-faded-69.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-69.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.69); }

.tooltip-color-primary-light-faded-69.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-69.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.69); }

.tooltip-color-primary-light-faded-69.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-69.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.69); }

.tooltip-color-primary-light-faded-69.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-69.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.69); }

.tooltip-color-primary-light-faded-70 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.7); }

.tooltip-color-primary-light-faded-70.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-70.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.7); }

.tooltip-color-primary-light-faded-70.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-70.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.7); }

.tooltip-color-primary-light-faded-70.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-70.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.7); }

.tooltip-color-primary-light-faded-70.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-70.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.7); }

.tooltip-color-primary-light-faded-71 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.71); }

.tooltip-color-primary-light-faded-71.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-71.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.71); }

.tooltip-color-primary-light-faded-71.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-71.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.71); }

.tooltip-color-primary-light-faded-71.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-71.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.71); }

.tooltip-color-primary-light-faded-71.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-71.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.71); }

.tooltip-color-primary-light-faded-72 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.72); }

.tooltip-color-primary-light-faded-72.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-72.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.72); }

.tooltip-color-primary-light-faded-72.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-72.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.72); }

.tooltip-color-primary-light-faded-72.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-72.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.72); }

.tooltip-color-primary-light-faded-72.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-72.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.72); }

.tooltip-color-primary-light-faded-73 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.73); }

.tooltip-color-primary-light-faded-73.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-73.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.73); }

.tooltip-color-primary-light-faded-73.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-73.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.73); }

.tooltip-color-primary-light-faded-73.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-73.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.73); }

.tooltip-color-primary-light-faded-73.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-73.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.73); }

.tooltip-color-primary-light-faded-74 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.74); }

.tooltip-color-primary-light-faded-74.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-74.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.74); }

.tooltip-color-primary-light-faded-74.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-74.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.74); }

.tooltip-color-primary-light-faded-74.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-74.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.74); }

.tooltip-color-primary-light-faded-74.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-74.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.74); }

.tooltip-color-primary-light-faded-75 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.75); }

.tooltip-color-primary-light-faded-75.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-75.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.75); }

.tooltip-color-primary-light-faded-75.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-75.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.75); }

.tooltip-color-primary-light-faded-75.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-75.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.75); }

.tooltip-color-primary-light-faded-75.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-75.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.75); }

.tooltip-color-primary-light-faded-76 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.76); }

.tooltip-color-primary-light-faded-76.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-76.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.76); }

.tooltip-color-primary-light-faded-76.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-76.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.76); }

.tooltip-color-primary-light-faded-76.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-76.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.76); }

.tooltip-color-primary-light-faded-76.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-76.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.76); }

.tooltip-color-primary-light-faded-77 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.77); }

.tooltip-color-primary-light-faded-77.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-77.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.77); }

.tooltip-color-primary-light-faded-77.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-77.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.77); }

.tooltip-color-primary-light-faded-77.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-77.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.77); }

.tooltip-color-primary-light-faded-77.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-77.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.77); }

.tooltip-color-primary-light-faded-78 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.78); }

.tooltip-color-primary-light-faded-78.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-78.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.78); }

.tooltip-color-primary-light-faded-78.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-78.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.78); }

.tooltip-color-primary-light-faded-78.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-78.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.78); }

.tooltip-color-primary-light-faded-78.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-78.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.78); }

.tooltip-color-primary-light-faded-79 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.79); }

.tooltip-color-primary-light-faded-79.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-79.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.79); }

.tooltip-color-primary-light-faded-79.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-79.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.79); }

.tooltip-color-primary-light-faded-79.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-79.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.79); }

.tooltip-color-primary-light-faded-79.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-79.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.79); }

.tooltip-color-primary-light-faded-80 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.8); }

.tooltip-color-primary-light-faded-80.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-80.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.8); }

.tooltip-color-primary-light-faded-80.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-80.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.8); }

.tooltip-color-primary-light-faded-80.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-80.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.8); }

.tooltip-color-primary-light-faded-80.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-80.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.8); }

.tooltip-color-primary-light-faded-81 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.81); }

.tooltip-color-primary-light-faded-81.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-81.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.81); }

.tooltip-color-primary-light-faded-81.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-81.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.81); }

.tooltip-color-primary-light-faded-81.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-81.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.81); }

.tooltip-color-primary-light-faded-81.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-81.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.81); }

.tooltip-color-primary-light-faded-82 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.82); }

.tooltip-color-primary-light-faded-82.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-82.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.82); }

.tooltip-color-primary-light-faded-82.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-82.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.82); }

.tooltip-color-primary-light-faded-82.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-82.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.82); }

.tooltip-color-primary-light-faded-82.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-82.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.82); }

.tooltip-color-primary-light-faded-83 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.83); }

.tooltip-color-primary-light-faded-83.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-83.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.83); }

.tooltip-color-primary-light-faded-83.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-83.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.83); }

.tooltip-color-primary-light-faded-83.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-83.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.83); }

.tooltip-color-primary-light-faded-83.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-83.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.83); }

.tooltip-color-primary-light-faded-84 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.84); }

.tooltip-color-primary-light-faded-84.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-84.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.84); }

.tooltip-color-primary-light-faded-84.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-84.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.84); }

.tooltip-color-primary-light-faded-84.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-84.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.84); }

.tooltip-color-primary-light-faded-84.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-84.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.84); }

.tooltip-color-primary-light-faded-85 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.85); }

.tooltip-color-primary-light-faded-85.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-85.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.85); }

.tooltip-color-primary-light-faded-85.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-85.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.85); }

.tooltip-color-primary-light-faded-85.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-85.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.85); }

.tooltip-color-primary-light-faded-85.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-85.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.85); }

.tooltip-color-primary-light-faded-86 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.86); }

.tooltip-color-primary-light-faded-86.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-86.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.86); }

.tooltip-color-primary-light-faded-86.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-86.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.86); }

.tooltip-color-primary-light-faded-86.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-86.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.86); }

.tooltip-color-primary-light-faded-86.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-86.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.86); }

.tooltip-color-primary-light-faded-87 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.87); }

.tooltip-color-primary-light-faded-87.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-87.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.87); }

.tooltip-color-primary-light-faded-87.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-87.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.87); }

.tooltip-color-primary-light-faded-87.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-87.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.87); }

.tooltip-color-primary-light-faded-87.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-87.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.87); }

.tooltip-color-primary-light-faded-88 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.88); }

.tooltip-color-primary-light-faded-88.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-88.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.88); }

.tooltip-color-primary-light-faded-88.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-88.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.88); }

.tooltip-color-primary-light-faded-88.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-88.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.88); }

.tooltip-color-primary-light-faded-88.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-88.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.88); }

.tooltip-color-primary-light-faded-89 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.89); }

.tooltip-color-primary-light-faded-89.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-89.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.89); }

.tooltip-color-primary-light-faded-89.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-89.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.89); }

.tooltip-color-primary-light-faded-89.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-89.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.89); }

.tooltip-color-primary-light-faded-89.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-89.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.89); }

.tooltip-color-primary-light-faded-90 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.9); }

.tooltip-color-primary-light-faded-90.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-90.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.9); }

.tooltip-color-primary-light-faded-90.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-90.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.9); }

.tooltip-color-primary-light-faded-90.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-90.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.9); }

.tooltip-color-primary-light-faded-90.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-90.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.9); }

.tooltip-color-primary-light-faded-91 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.91); }

.tooltip-color-primary-light-faded-91.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-91.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.91); }

.tooltip-color-primary-light-faded-91.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-91.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.91); }

.tooltip-color-primary-light-faded-91.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-91.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.91); }

.tooltip-color-primary-light-faded-91.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-91.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.91); }

.tooltip-color-primary-light-faded-92 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.92); }

.tooltip-color-primary-light-faded-92.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-92.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.92); }

.tooltip-color-primary-light-faded-92.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-92.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.92); }

.tooltip-color-primary-light-faded-92.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-92.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.92); }

.tooltip-color-primary-light-faded-92.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-92.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.92); }

.tooltip-color-primary-light-faded-93 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.93); }

.tooltip-color-primary-light-faded-93.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-93.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.93); }

.tooltip-color-primary-light-faded-93.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-93.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.93); }

.tooltip-color-primary-light-faded-93.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-93.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.93); }

.tooltip-color-primary-light-faded-93.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-93.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.93); }

.tooltip-color-primary-light-faded-94 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.94); }

.tooltip-color-primary-light-faded-94.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-94.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.94); }

.tooltip-color-primary-light-faded-94.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-94.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.94); }

.tooltip-color-primary-light-faded-94.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-94.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.94); }

.tooltip-color-primary-light-faded-94.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-94.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.94); }

.tooltip-color-primary-light-faded-95 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.95); }

.tooltip-color-primary-light-faded-95.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-95.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.95); }

.tooltip-color-primary-light-faded-95.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-95.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.95); }

.tooltip-color-primary-light-faded-95.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-95.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.95); }

.tooltip-color-primary-light-faded-95.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-95.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.95); }

.tooltip-color-primary-light-faded-96 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.96); }

.tooltip-color-primary-light-faded-96.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-96.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.96); }

.tooltip-color-primary-light-faded-96.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-96.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.96); }

.tooltip-color-primary-light-faded-96.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-96.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.96); }

.tooltip-color-primary-light-faded-96.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-96.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.96); }

.tooltip-color-primary-light-faded-97 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.97); }

.tooltip-color-primary-light-faded-97.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-97.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.97); }

.tooltip-color-primary-light-faded-97.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-97.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.97); }

.tooltip-color-primary-light-faded-97.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-97.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.97); }

.tooltip-color-primary-light-faded-97.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-97.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.97); }

.tooltip-color-primary-light-faded-98 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.98); }

.tooltip-color-primary-light-faded-98.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-98.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.98); }

.tooltip-color-primary-light-faded-98.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-98.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.98); }

.tooltip-color-primary-light-faded-98.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-98.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.98); }

.tooltip-color-primary-light-faded-98.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-98.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.98); }

.tooltip-color-primary-light-faded-99 .tooltip-inner {
  background-color: rgba(4, 182, 226, 0.99); }

.tooltip-color-primary-light-faded-99.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-99.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgba(4, 182, 226, 0.99); }

.tooltip-color-primary-light-faded-99.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-99.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgba(4, 182, 226, 0.99); }

.tooltip-color-primary-light-faded-99.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-99.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(4, 182, 226, 0.99); }

.tooltip-color-primary-light-faded-99.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-99.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgba(4, 182, 226, 0.99); }

.tooltip-color-primary-light-faded-100 .tooltip-inner {
  background-color: #04b6e2; }

.tooltip-color-primary-light-faded-100.bs-tooltip-top .tooltip-arrow::before, .tooltip-color-primary-light-faded-100.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #04b6e2; }

.tooltip-color-primary-light-faded-100.bs-tooltip-start .tooltip-arrow::before, .tooltip-color-primary-light-faded-100.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #04b6e2; }

.tooltip-color-primary-light-faded-100.bs-tooltip-bottom .tooltip-arrow::before, .tooltip-color-primary-light-faded-100.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #04b6e2; }

.tooltip-color-primary-light-faded-100.bs-tooltip-end .tooltip-arrow::before, .tooltip-color-primary-light-faded-100.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #04b6e2; }

.tooltip-color-status-0 .tooltip-inner {
  background-color: #e7ecf0; }

.tooltip-color-status-0 .tooltip-arrow::before {
  border-top-color: #e7ecf0; }

.tooltip-color-status-1 .tooltip-inner {
  background-color: #dc3545; }

.tooltip-color-status-1 .tooltip-arrow::before {
  border-top-color: #dc3545; }

.tooltip-color-status-2 .tooltip-inner {
  background-color: #fd7e14; }

.tooltip-color-status-2 .tooltip-arrow::before {
  border-top-color: #fd7e14; }

.tooltip-color-status-3 .tooltip-inner {
  background-color: #ffc107; }

.tooltip-color-status-3 .tooltip-arrow::before {
  border-top-color: #ffc107; }

.tooltip-color-status-4 .tooltip-inner {
  background-color: #04bc00; }

.tooltip-color-status-4 .tooltip-arrow::before {
  border-top-color: #04bc00; }

.tooltip-color-status-5 .tooltip-inner {
  background-color: #01730b; }

.tooltip-color-status-5 .tooltip-arrow::before {
  border-top-color: #01730b; }

.tooltip-color-status-999 .tooltip-inner {
  background-color: #00b2de; }

.tooltip-color-status-999 .tooltip-arrow::before {
  border-top-color: #00b2de; }

.tooltip-color-status-0 .tooltip-inner {
  background-color: black; }

.tooltip-color-status-0 .tooltip-arrow::before {
  border-top-color: black; }

.tooltip {
  pointer-events: none;
  opacity: 1 !important; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  color: #07496f; }

.pre-wrap {
  white-space: pre-wrap; }

.nowrap {
  white-space: nowrap; }

.word-break-all {
  word-break: break-all; }

.word-keep-all {
  word-break: keep-all; }

.line-break {
  white-space: pre-line; }

.space-normal {
  white-space: normal; }

.text-shadow {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.text-status-0 {
  color: #e7ecf0 !important; }

.text-status-1 {
  color: #dc3545 !important; }

.text-status-2 {
  color: #fd7e14 !important; }

.text-status-3 {
  color: #ffc107 !important; }

.text-status-4 {
  color: #04bc00 !important; }

.text-status-5 {
  color: #01730b !important; }

.text-status-999 {
  color: #00b2de !important; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.letter-spacing-2 {
  letter-spacing: 2px; }

.letter-spacing-3 {
  letter-spacing: 3px; }

.text-gold {
  color: #fbad15 !important; }

.text-border-color {
  color: #d7e7f3 !important; }

.text-primary-faded-0 {
  color: rgba(32, 63, 123, 0); }

.text-primary-faded-1 {
  color: rgba(32, 63, 123, 0.01); }

.text-primary-faded-2 {
  color: rgba(32, 63, 123, 0.02); }

.text-primary-faded-3 {
  color: rgba(32, 63, 123, 0.03); }

.text-primary-faded-4 {
  color: rgba(32, 63, 123, 0.04); }

.text-primary-faded-5 {
  color: rgba(32, 63, 123, 0.05); }

.text-primary-faded-6 {
  color: rgba(32, 63, 123, 0.06); }

.text-primary-faded-7 {
  color: rgba(32, 63, 123, 0.07); }

.text-primary-faded-8 {
  color: rgba(32, 63, 123, 0.08); }

.text-primary-faded-9 {
  color: rgba(32, 63, 123, 0.09); }

.text-primary-faded-10 {
  color: rgba(32, 63, 123, 0.1); }

.text-primary-faded-11 {
  color: rgba(32, 63, 123, 0.11); }

.text-primary-faded-12 {
  color: rgba(32, 63, 123, 0.12); }

.text-primary-faded-13 {
  color: rgba(32, 63, 123, 0.13); }

.text-primary-faded-14 {
  color: rgba(32, 63, 123, 0.14); }

.text-primary-faded-15 {
  color: rgba(32, 63, 123, 0.15); }

.text-primary-faded-16 {
  color: rgba(32, 63, 123, 0.16); }

.text-primary-faded-17 {
  color: rgba(32, 63, 123, 0.17); }

.text-primary-faded-18 {
  color: rgba(32, 63, 123, 0.18); }

.text-primary-faded-19 {
  color: rgba(32, 63, 123, 0.19); }

.text-primary-faded-20 {
  color: rgba(32, 63, 123, 0.2); }

.text-primary-faded-21 {
  color: rgba(32, 63, 123, 0.21); }

.text-primary-faded-22 {
  color: rgba(32, 63, 123, 0.22); }

.text-primary-faded-23 {
  color: rgba(32, 63, 123, 0.23); }

.text-primary-faded-24 {
  color: rgba(32, 63, 123, 0.24); }

.text-primary-faded-25 {
  color: rgba(32, 63, 123, 0.25); }

.text-primary-faded-26 {
  color: rgba(32, 63, 123, 0.26); }

.text-primary-faded-27 {
  color: rgba(32, 63, 123, 0.27); }

.text-primary-faded-28 {
  color: rgba(32, 63, 123, 0.28); }

.text-primary-faded-29 {
  color: rgba(32, 63, 123, 0.29); }

.text-primary-faded-30 {
  color: rgba(32, 63, 123, 0.3); }

.text-primary-faded-31 {
  color: rgba(32, 63, 123, 0.31); }

.text-primary-faded-32 {
  color: rgba(32, 63, 123, 0.32); }

.text-primary-faded-33 {
  color: rgba(32, 63, 123, 0.33); }

.text-primary-faded-34 {
  color: rgba(32, 63, 123, 0.34); }

.text-primary-faded-35 {
  color: rgba(32, 63, 123, 0.35); }

.text-primary-faded-36 {
  color: rgba(32, 63, 123, 0.36); }

.text-primary-faded-37 {
  color: rgba(32, 63, 123, 0.37); }

.text-primary-faded-38 {
  color: rgba(32, 63, 123, 0.38); }

.text-primary-faded-39 {
  color: rgba(32, 63, 123, 0.39); }

.text-primary-faded-40 {
  color: rgba(32, 63, 123, 0.4); }

.text-primary-faded-41 {
  color: rgba(32, 63, 123, 0.41); }

.text-primary-faded-42 {
  color: rgba(32, 63, 123, 0.42); }

.text-primary-faded-43 {
  color: rgba(32, 63, 123, 0.43); }

.text-primary-faded-44 {
  color: rgba(32, 63, 123, 0.44); }

.text-primary-faded-45 {
  color: rgba(32, 63, 123, 0.45); }

.text-primary-faded-46 {
  color: rgba(32, 63, 123, 0.46); }

.text-primary-faded-47 {
  color: rgba(32, 63, 123, 0.47); }

.text-primary-faded-48 {
  color: rgba(32, 63, 123, 0.48); }

.text-primary-faded-49 {
  color: rgba(32, 63, 123, 0.49); }

.text-primary-faded-50 {
  color: rgba(32, 63, 123, 0.5); }

.text-primary-faded-51 {
  color: rgba(32, 63, 123, 0.51); }

.text-primary-faded-52 {
  color: rgba(32, 63, 123, 0.52); }

.text-primary-faded-53 {
  color: rgba(32, 63, 123, 0.53); }

.text-primary-faded-54 {
  color: rgba(32, 63, 123, 0.54); }

.text-primary-faded-55 {
  color: rgba(32, 63, 123, 0.55); }

.text-primary-faded-56 {
  color: rgba(32, 63, 123, 0.56); }

.text-primary-faded-57 {
  color: rgba(32, 63, 123, 0.57); }

.text-primary-faded-58 {
  color: rgba(32, 63, 123, 0.58); }

.text-primary-faded-59 {
  color: rgba(32, 63, 123, 0.59); }

.text-primary-faded-60 {
  color: rgba(32, 63, 123, 0.6); }

.text-primary-faded-61 {
  color: rgba(32, 63, 123, 0.61); }

.text-primary-faded-62 {
  color: rgba(32, 63, 123, 0.62); }

.text-primary-faded-63 {
  color: rgba(32, 63, 123, 0.63); }

.text-primary-faded-64 {
  color: rgba(32, 63, 123, 0.64); }

.text-primary-faded-65 {
  color: rgba(32, 63, 123, 0.65); }

.text-primary-faded-66 {
  color: rgba(32, 63, 123, 0.66); }

.text-primary-faded-67 {
  color: rgba(32, 63, 123, 0.67); }

.text-primary-faded-68 {
  color: rgba(32, 63, 123, 0.68); }

.text-primary-faded-69 {
  color: rgba(32, 63, 123, 0.69); }

.text-primary-faded-70 {
  color: rgba(32, 63, 123, 0.7); }

.text-primary-faded-71 {
  color: rgba(32, 63, 123, 0.71); }

.text-primary-faded-72 {
  color: rgba(32, 63, 123, 0.72); }

.text-primary-faded-73 {
  color: rgba(32, 63, 123, 0.73); }

.text-primary-faded-74 {
  color: rgba(32, 63, 123, 0.74); }

.text-primary-faded-75 {
  color: rgba(32, 63, 123, 0.75); }

.text-primary-faded-76 {
  color: rgba(32, 63, 123, 0.76); }

.text-primary-faded-77 {
  color: rgba(32, 63, 123, 0.77); }

.text-primary-faded-78 {
  color: rgba(32, 63, 123, 0.78); }

.text-primary-faded-79 {
  color: rgba(32, 63, 123, 0.79); }

.text-primary-faded-80 {
  color: rgba(32, 63, 123, 0.8); }

.text-primary-faded-81 {
  color: rgba(32, 63, 123, 0.81); }

.text-primary-faded-82 {
  color: rgba(32, 63, 123, 0.82); }

.text-primary-faded-83 {
  color: rgba(32, 63, 123, 0.83); }

.text-primary-faded-84 {
  color: rgba(32, 63, 123, 0.84); }

.text-primary-faded-85 {
  color: rgba(32, 63, 123, 0.85); }

.text-primary-faded-86 {
  color: rgba(32, 63, 123, 0.86); }

.text-primary-faded-87 {
  color: rgba(32, 63, 123, 0.87); }

.text-primary-faded-88 {
  color: rgba(32, 63, 123, 0.88); }

.text-primary-faded-89 {
  color: rgba(32, 63, 123, 0.89); }

.text-primary-faded-90 {
  color: rgba(32, 63, 123, 0.9); }

.text-primary-faded-91 {
  color: rgba(32, 63, 123, 0.91); }

.text-primary-faded-92 {
  color: rgba(32, 63, 123, 0.92); }

.text-primary-faded-93 {
  color: rgba(32, 63, 123, 0.93); }

.text-primary-faded-94 {
  color: rgba(32, 63, 123, 0.94); }

.text-primary-faded-95 {
  color: rgba(32, 63, 123, 0.95); }

.text-primary-faded-96 {
  color: rgba(32, 63, 123, 0.96); }

.text-primary-faded-97 {
  color: rgba(32, 63, 123, 0.97); }

.text-primary-faded-98 {
  color: rgba(32, 63, 123, 0.98); }

.text-primary-faded-99 {
  color: rgba(32, 63, 123, 0.99); }

.text-primary-faded-100 {
  color: #203f7b; }

.text-secondary-faded-0 {
  color: rgba(52, 111, 143, 0); }

.text-secondary-faded-1 {
  color: rgba(52, 111, 143, 0.01); }

.text-secondary-faded-2 {
  color: rgba(52, 111, 143, 0.02); }

.text-secondary-faded-3 {
  color: rgba(52, 111, 143, 0.03); }

.text-secondary-faded-4 {
  color: rgba(52, 111, 143, 0.04); }

.text-secondary-faded-5 {
  color: rgba(52, 111, 143, 0.05); }

.text-secondary-faded-6 {
  color: rgba(52, 111, 143, 0.06); }

.text-secondary-faded-7 {
  color: rgba(52, 111, 143, 0.07); }

.text-secondary-faded-8 {
  color: rgba(52, 111, 143, 0.08); }

.text-secondary-faded-9 {
  color: rgba(52, 111, 143, 0.09); }

.text-secondary-faded-10 {
  color: rgba(52, 111, 143, 0.1); }

.text-secondary-faded-11 {
  color: rgba(52, 111, 143, 0.11); }

.text-secondary-faded-12 {
  color: rgba(52, 111, 143, 0.12); }

.text-secondary-faded-13 {
  color: rgba(52, 111, 143, 0.13); }

.text-secondary-faded-14 {
  color: rgba(52, 111, 143, 0.14); }

.text-secondary-faded-15 {
  color: rgba(52, 111, 143, 0.15); }

.text-secondary-faded-16 {
  color: rgba(52, 111, 143, 0.16); }

.text-secondary-faded-17 {
  color: rgba(52, 111, 143, 0.17); }

.text-secondary-faded-18 {
  color: rgba(52, 111, 143, 0.18); }

.text-secondary-faded-19 {
  color: rgba(52, 111, 143, 0.19); }

.text-secondary-faded-20 {
  color: rgba(52, 111, 143, 0.2); }

.text-secondary-faded-21 {
  color: rgba(52, 111, 143, 0.21); }

.text-secondary-faded-22 {
  color: rgba(52, 111, 143, 0.22); }

.text-secondary-faded-23 {
  color: rgba(52, 111, 143, 0.23); }

.text-secondary-faded-24 {
  color: rgba(52, 111, 143, 0.24); }

.text-secondary-faded-25 {
  color: rgba(52, 111, 143, 0.25); }

.text-secondary-faded-26 {
  color: rgba(52, 111, 143, 0.26); }

.text-secondary-faded-27 {
  color: rgba(52, 111, 143, 0.27); }

.text-secondary-faded-28 {
  color: rgba(52, 111, 143, 0.28); }

.text-secondary-faded-29 {
  color: rgba(52, 111, 143, 0.29); }

.text-secondary-faded-30 {
  color: rgba(52, 111, 143, 0.3); }

.text-secondary-faded-31 {
  color: rgba(52, 111, 143, 0.31); }

.text-secondary-faded-32 {
  color: rgba(52, 111, 143, 0.32); }

.text-secondary-faded-33 {
  color: rgba(52, 111, 143, 0.33); }

.text-secondary-faded-34 {
  color: rgba(52, 111, 143, 0.34); }

.text-secondary-faded-35 {
  color: rgba(52, 111, 143, 0.35); }

.text-secondary-faded-36 {
  color: rgba(52, 111, 143, 0.36); }

.text-secondary-faded-37 {
  color: rgba(52, 111, 143, 0.37); }

.text-secondary-faded-38 {
  color: rgba(52, 111, 143, 0.38); }

.text-secondary-faded-39 {
  color: rgba(52, 111, 143, 0.39); }

.text-secondary-faded-40 {
  color: rgba(52, 111, 143, 0.4); }

.text-secondary-faded-41 {
  color: rgba(52, 111, 143, 0.41); }

.text-secondary-faded-42 {
  color: rgba(52, 111, 143, 0.42); }

.text-secondary-faded-43 {
  color: rgba(52, 111, 143, 0.43); }

.text-secondary-faded-44 {
  color: rgba(52, 111, 143, 0.44); }

.text-secondary-faded-45 {
  color: rgba(52, 111, 143, 0.45); }

.text-secondary-faded-46 {
  color: rgba(52, 111, 143, 0.46); }

.text-secondary-faded-47 {
  color: rgba(52, 111, 143, 0.47); }

.text-secondary-faded-48 {
  color: rgba(52, 111, 143, 0.48); }

.text-secondary-faded-49 {
  color: rgba(52, 111, 143, 0.49); }

.text-secondary-faded-50 {
  color: rgba(52, 111, 143, 0.5); }

.text-secondary-faded-51 {
  color: rgba(52, 111, 143, 0.51); }

.text-secondary-faded-52 {
  color: rgba(52, 111, 143, 0.52); }

.text-secondary-faded-53 {
  color: rgba(52, 111, 143, 0.53); }

.text-secondary-faded-54 {
  color: rgba(52, 111, 143, 0.54); }

.text-secondary-faded-55 {
  color: rgba(52, 111, 143, 0.55); }

.text-secondary-faded-56 {
  color: rgba(52, 111, 143, 0.56); }

.text-secondary-faded-57 {
  color: rgba(52, 111, 143, 0.57); }

.text-secondary-faded-58 {
  color: rgba(52, 111, 143, 0.58); }

.text-secondary-faded-59 {
  color: rgba(52, 111, 143, 0.59); }

.text-secondary-faded-60 {
  color: rgba(52, 111, 143, 0.6); }

.text-secondary-faded-61 {
  color: rgba(52, 111, 143, 0.61); }

.text-secondary-faded-62 {
  color: rgba(52, 111, 143, 0.62); }

.text-secondary-faded-63 {
  color: rgba(52, 111, 143, 0.63); }

.text-secondary-faded-64 {
  color: rgba(52, 111, 143, 0.64); }

.text-secondary-faded-65 {
  color: rgba(52, 111, 143, 0.65); }

.text-secondary-faded-66 {
  color: rgba(52, 111, 143, 0.66); }

.text-secondary-faded-67 {
  color: rgba(52, 111, 143, 0.67); }

.text-secondary-faded-68 {
  color: rgba(52, 111, 143, 0.68); }

.text-secondary-faded-69 {
  color: rgba(52, 111, 143, 0.69); }

.text-secondary-faded-70 {
  color: rgba(52, 111, 143, 0.7); }

.text-secondary-faded-71 {
  color: rgba(52, 111, 143, 0.71); }

.text-secondary-faded-72 {
  color: rgba(52, 111, 143, 0.72); }

.text-secondary-faded-73 {
  color: rgba(52, 111, 143, 0.73); }

.text-secondary-faded-74 {
  color: rgba(52, 111, 143, 0.74); }

.text-secondary-faded-75 {
  color: rgba(52, 111, 143, 0.75); }

.text-secondary-faded-76 {
  color: rgba(52, 111, 143, 0.76); }

.text-secondary-faded-77 {
  color: rgba(52, 111, 143, 0.77); }

.text-secondary-faded-78 {
  color: rgba(52, 111, 143, 0.78); }

.text-secondary-faded-79 {
  color: rgba(52, 111, 143, 0.79); }

.text-secondary-faded-80 {
  color: rgba(52, 111, 143, 0.8); }

.text-secondary-faded-81 {
  color: rgba(52, 111, 143, 0.81); }

.text-secondary-faded-82 {
  color: rgba(52, 111, 143, 0.82); }

.text-secondary-faded-83 {
  color: rgba(52, 111, 143, 0.83); }

.text-secondary-faded-84 {
  color: rgba(52, 111, 143, 0.84); }

.text-secondary-faded-85 {
  color: rgba(52, 111, 143, 0.85); }

.text-secondary-faded-86 {
  color: rgba(52, 111, 143, 0.86); }

.text-secondary-faded-87 {
  color: rgba(52, 111, 143, 0.87); }

.text-secondary-faded-88 {
  color: rgba(52, 111, 143, 0.88); }

.text-secondary-faded-89 {
  color: rgba(52, 111, 143, 0.89); }

.text-secondary-faded-90 {
  color: rgba(52, 111, 143, 0.9); }

.text-secondary-faded-91 {
  color: rgba(52, 111, 143, 0.91); }

.text-secondary-faded-92 {
  color: rgba(52, 111, 143, 0.92); }

.text-secondary-faded-93 {
  color: rgba(52, 111, 143, 0.93); }

.text-secondary-faded-94 {
  color: rgba(52, 111, 143, 0.94); }

.text-secondary-faded-95 {
  color: rgba(52, 111, 143, 0.95); }

.text-secondary-faded-96 {
  color: rgba(52, 111, 143, 0.96); }

.text-secondary-faded-97 {
  color: rgba(52, 111, 143, 0.97); }

.text-secondary-faded-98 {
  color: rgba(52, 111, 143, 0.98); }

.text-secondary-faded-99 {
  color: rgba(52, 111, 143, 0.99); }

.text-secondary-faded-100 {
  color: #346f8f; }

.text-success-faded-0 {
  color: rgba(4, 188, 0, 0); }

.text-success-faded-1 {
  color: rgba(4, 188, 0, 0.01); }

.text-success-faded-2 {
  color: rgba(4, 188, 0, 0.02); }

.text-success-faded-3 {
  color: rgba(4, 188, 0, 0.03); }

.text-success-faded-4 {
  color: rgba(4, 188, 0, 0.04); }

.text-success-faded-5 {
  color: rgba(4, 188, 0, 0.05); }

.text-success-faded-6 {
  color: rgba(4, 188, 0, 0.06); }

.text-success-faded-7 {
  color: rgba(4, 188, 0, 0.07); }

.text-success-faded-8 {
  color: rgba(4, 188, 0, 0.08); }

.text-success-faded-9 {
  color: rgba(4, 188, 0, 0.09); }

.text-success-faded-10 {
  color: rgba(4, 188, 0, 0.1); }

.text-success-faded-11 {
  color: rgba(4, 188, 0, 0.11); }

.text-success-faded-12 {
  color: rgba(4, 188, 0, 0.12); }

.text-success-faded-13 {
  color: rgba(4, 188, 0, 0.13); }

.text-success-faded-14 {
  color: rgba(4, 188, 0, 0.14); }

.text-success-faded-15 {
  color: rgba(4, 188, 0, 0.15); }

.text-success-faded-16 {
  color: rgba(4, 188, 0, 0.16); }

.text-success-faded-17 {
  color: rgba(4, 188, 0, 0.17); }

.text-success-faded-18 {
  color: rgba(4, 188, 0, 0.18); }

.text-success-faded-19 {
  color: rgba(4, 188, 0, 0.19); }

.text-success-faded-20 {
  color: rgba(4, 188, 0, 0.2); }

.text-success-faded-21 {
  color: rgba(4, 188, 0, 0.21); }

.text-success-faded-22 {
  color: rgba(4, 188, 0, 0.22); }

.text-success-faded-23 {
  color: rgba(4, 188, 0, 0.23); }

.text-success-faded-24 {
  color: rgba(4, 188, 0, 0.24); }

.text-success-faded-25 {
  color: rgba(4, 188, 0, 0.25); }

.text-success-faded-26 {
  color: rgba(4, 188, 0, 0.26); }

.text-success-faded-27 {
  color: rgba(4, 188, 0, 0.27); }

.text-success-faded-28 {
  color: rgba(4, 188, 0, 0.28); }

.text-success-faded-29 {
  color: rgba(4, 188, 0, 0.29); }

.text-success-faded-30 {
  color: rgba(4, 188, 0, 0.3); }

.text-success-faded-31 {
  color: rgba(4, 188, 0, 0.31); }

.text-success-faded-32 {
  color: rgba(4, 188, 0, 0.32); }

.text-success-faded-33 {
  color: rgba(4, 188, 0, 0.33); }

.text-success-faded-34 {
  color: rgba(4, 188, 0, 0.34); }

.text-success-faded-35 {
  color: rgba(4, 188, 0, 0.35); }

.text-success-faded-36 {
  color: rgba(4, 188, 0, 0.36); }

.text-success-faded-37 {
  color: rgba(4, 188, 0, 0.37); }

.text-success-faded-38 {
  color: rgba(4, 188, 0, 0.38); }

.text-success-faded-39 {
  color: rgba(4, 188, 0, 0.39); }

.text-success-faded-40 {
  color: rgba(4, 188, 0, 0.4); }

.text-success-faded-41 {
  color: rgba(4, 188, 0, 0.41); }

.text-success-faded-42 {
  color: rgba(4, 188, 0, 0.42); }

.text-success-faded-43 {
  color: rgba(4, 188, 0, 0.43); }

.text-success-faded-44 {
  color: rgba(4, 188, 0, 0.44); }

.text-success-faded-45 {
  color: rgba(4, 188, 0, 0.45); }

.text-success-faded-46 {
  color: rgba(4, 188, 0, 0.46); }

.text-success-faded-47 {
  color: rgba(4, 188, 0, 0.47); }

.text-success-faded-48 {
  color: rgba(4, 188, 0, 0.48); }

.text-success-faded-49 {
  color: rgba(4, 188, 0, 0.49); }

.text-success-faded-50 {
  color: rgba(4, 188, 0, 0.5); }

.text-success-faded-51 {
  color: rgba(4, 188, 0, 0.51); }

.text-success-faded-52 {
  color: rgba(4, 188, 0, 0.52); }

.text-success-faded-53 {
  color: rgba(4, 188, 0, 0.53); }

.text-success-faded-54 {
  color: rgba(4, 188, 0, 0.54); }

.text-success-faded-55 {
  color: rgba(4, 188, 0, 0.55); }

.text-success-faded-56 {
  color: rgba(4, 188, 0, 0.56); }

.text-success-faded-57 {
  color: rgba(4, 188, 0, 0.57); }

.text-success-faded-58 {
  color: rgba(4, 188, 0, 0.58); }

.text-success-faded-59 {
  color: rgba(4, 188, 0, 0.59); }

.text-success-faded-60 {
  color: rgba(4, 188, 0, 0.6); }

.text-success-faded-61 {
  color: rgba(4, 188, 0, 0.61); }

.text-success-faded-62 {
  color: rgba(4, 188, 0, 0.62); }

.text-success-faded-63 {
  color: rgba(4, 188, 0, 0.63); }

.text-success-faded-64 {
  color: rgba(4, 188, 0, 0.64); }

.text-success-faded-65 {
  color: rgba(4, 188, 0, 0.65); }

.text-success-faded-66 {
  color: rgba(4, 188, 0, 0.66); }

.text-success-faded-67 {
  color: rgba(4, 188, 0, 0.67); }

.text-success-faded-68 {
  color: rgba(4, 188, 0, 0.68); }

.text-success-faded-69 {
  color: rgba(4, 188, 0, 0.69); }

.text-success-faded-70 {
  color: rgba(4, 188, 0, 0.7); }

.text-success-faded-71 {
  color: rgba(4, 188, 0, 0.71); }

.text-success-faded-72 {
  color: rgba(4, 188, 0, 0.72); }

.text-success-faded-73 {
  color: rgba(4, 188, 0, 0.73); }

.text-success-faded-74 {
  color: rgba(4, 188, 0, 0.74); }

.text-success-faded-75 {
  color: rgba(4, 188, 0, 0.75); }

.text-success-faded-76 {
  color: rgba(4, 188, 0, 0.76); }

.text-success-faded-77 {
  color: rgba(4, 188, 0, 0.77); }

.text-success-faded-78 {
  color: rgba(4, 188, 0, 0.78); }

.text-success-faded-79 {
  color: rgba(4, 188, 0, 0.79); }

.text-success-faded-80 {
  color: rgba(4, 188, 0, 0.8); }

.text-success-faded-81 {
  color: rgba(4, 188, 0, 0.81); }

.text-success-faded-82 {
  color: rgba(4, 188, 0, 0.82); }

.text-success-faded-83 {
  color: rgba(4, 188, 0, 0.83); }

.text-success-faded-84 {
  color: rgba(4, 188, 0, 0.84); }

.text-success-faded-85 {
  color: rgba(4, 188, 0, 0.85); }

.text-success-faded-86 {
  color: rgba(4, 188, 0, 0.86); }

.text-success-faded-87 {
  color: rgba(4, 188, 0, 0.87); }

.text-success-faded-88 {
  color: rgba(4, 188, 0, 0.88); }

.text-success-faded-89 {
  color: rgba(4, 188, 0, 0.89); }

.text-success-faded-90 {
  color: rgba(4, 188, 0, 0.9); }

.text-success-faded-91 {
  color: rgba(4, 188, 0, 0.91); }

.text-success-faded-92 {
  color: rgba(4, 188, 0, 0.92); }

.text-success-faded-93 {
  color: rgba(4, 188, 0, 0.93); }

.text-success-faded-94 {
  color: rgba(4, 188, 0, 0.94); }

.text-success-faded-95 {
  color: rgba(4, 188, 0, 0.95); }

.text-success-faded-96 {
  color: rgba(4, 188, 0, 0.96); }

.text-success-faded-97 {
  color: rgba(4, 188, 0, 0.97); }

.text-success-faded-98 {
  color: rgba(4, 188, 0, 0.98); }

.text-success-faded-99 {
  color: rgba(4, 188, 0, 0.99); }

.text-success-faded-100 {
  color: #04bc00; }

.text-info-faded-0 {
  color: rgba(4, 182, 226, 0); }

.text-info-faded-1 {
  color: rgba(4, 182, 226, 0.01); }

.text-info-faded-2 {
  color: rgba(4, 182, 226, 0.02); }

.text-info-faded-3 {
  color: rgba(4, 182, 226, 0.03); }

.text-info-faded-4 {
  color: rgba(4, 182, 226, 0.04); }

.text-info-faded-5 {
  color: rgba(4, 182, 226, 0.05); }

.text-info-faded-6 {
  color: rgba(4, 182, 226, 0.06); }

.text-info-faded-7 {
  color: rgba(4, 182, 226, 0.07); }

.text-info-faded-8 {
  color: rgba(4, 182, 226, 0.08); }

.text-info-faded-9 {
  color: rgba(4, 182, 226, 0.09); }

.text-info-faded-10 {
  color: rgba(4, 182, 226, 0.1); }

.text-info-faded-11 {
  color: rgba(4, 182, 226, 0.11); }

.text-info-faded-12 {
  color: rgba(4, 182, 226, 0.12); }

.text-info-faded-13 {
  color: rgba(4, 182, 226, 0.13); }

.text-info-faded-14 {
  color: rgba(4, 182, 226, 0.14); }

.text-info-faded-15 {
  color: rgba(4, 182, 226, 0.15); }

.text-info-faded-16 {
  color: rgba(4, 182, 226, 0.16); }

.text-info-faded-17 {
  color: rgba(4, 182, 226, 0.17); }

.text-info-faded-18 {
  color: rgba(4, 182, 226, 0.18); }

.text-info-faded-19 {
  color: rgba(4, 182, 226, 0.19); }

.text-info-faded-20 {
  color: rgba(4, 182, 226, 0.2); }

.text-info-faded-21 {
  color: rgba(4, 182, 226, 0.21); }

.text-info-faded-22 {
  color: rgba(4, 182, 226, 0.22); }

.text-info-faded-23 {
  color: rgba(4, 182, 226, 0.23); }

.text-info-faded-24 {
  color: rgba(4, 182, 226, 0.24); }

.text-info-faded-25 {
  color: rgba(4, 182, 226, 0.25); }

.text-info-faded-26 {
  color: rgba(4, 182, 226, 0.26); }

.text-info-faded-27 {
  color: rgba(4, 182, 226, 0.27); }

.text-info-faded-28 {
  color: rgba(4, 182, 226, 0.28); }

.text-info-faded-29 {
  color: rgba(4, 182, 226, 0.29); }

.text-info-faded-30 {
  color: rgba(4, 182, 226, 0.3); }

.text-info-faded-31 {
  color: rgba(4, 182, 226, 0.31); }

.text-info-faded-32 {
  color: rgba(4, 182, 226, 0.32); }

.text-info-faded-33 {
  color: rgba(4, 182, 226, 0.33); }

.text-info-faded-34 {
  color: rgba(4, 182, 226, 0.34); }

.text-info-faded-35 {
  color: rgba(4, 182, 226, 0.35); }

.text-info-faded-36 {
  color: rgba(4, 182, 226, 0.36); }

.text-info-faded-37 {
  color: rgba(4, 182, 226, 0.37); }

.text-info-faded-38 {
  color: rgba(4, 182, 226, 0.38); }

.text-info-faded-39 {
  color: rgba(4, 182, 226, 0.39); }

.text-info-faded-40 {
  color: rgba(4, 182, 226, 0.4); }

.text-info-faded-41 {
  color: rgba(4, 182, 226, 0.41); }

.text-info-faded-42 {
  color: rgba(4, 182, 226, 0.42); }

.text-info-faded-43 {
  color: rgba(4, 182, 226, 0.43); }

.text-info-faded-44 {
  color: rgba(4, 182, 226, 0.44); }

.text-info-faded-45 {
  color: rgba(4, 182, 226, 0.45); }

.text-info-faded-46 {
  color: rgba(4, 182, 226, 0.46); }

.text-info-faded-47 {
  color: rgba(4, 182, 226, 0.47); }

.text-info-faded-48 {
  color: rgba(4, 182, 226, 0.48); }

.text-info-faded-49 {
  color: rgba(4, 182, 226, 0.49); }

.text-info-faded-50 {
  color: rgba(4, 182, 226, 0.5); }

.text-info-faded-51 {
  color: rgba(4, 182, 226, 0.51); }

.text-info-faded-52 {
  color: rgba(4, 182, 226, 0.52); }

.text-info-faded-53 {
  color: rgba(4, 182, 226, 0.53); }

.text-info-faded-54 {
  color: rgba(4, 182, 226, 0.54); }

.text-info-faded-55 {
  color: rgba(4, 182, 226, 0.55); }

.text-info-faded-56 {
  color: rgba(4, 182, 226, 0.56); }

.text-info-faded-57 {
  color: rgba(4, 182, 226, 0.57); }

.text-info-faded-58 {
  color: rgba(4, 182, 226, 0.58); }

.text-info-faded-59 {
  color: rgba(4, 182, 226, 0.59); }

.text-info-faded-60 {
  color: rgba(4, 182, 226, 0.6); }

.text-info-faded-61 {
  color: rgba(4, 182, 226, 0.61); }

.text-info-faded-62 {
  color: rgba(4, 182, 226, 0.62); }

.text-info-faded-63 {
  color: rgba(4, 182, 226, 0.63); }

.text-info-faded-64 {
  color: rgba(4, 182, 226, 0.64); }

.text-info-faded-65 {
  color: rgba(4, 182, 226, 0.65); }

.text-info-faded-66 {
  color: rgba(4, 182, 226, 0.66); }

.text-info-faded-67 {
  color: rgba(4, 182, 226, 0.67); }

.text-info-faded-68 {
  color: rgba(4, 182, 226, 0.68); }

.text-info-faded-69 {
  color: rgba(4, 182, 226, 0.69); }

.text-info-faded-70 {
  color: rgba(4, 182, 226, 0.7); }

.text-info-faded-71 {
  color: rgba(4, 182, 226, 0.71); }

.text-info-faded-72 {
  color: rgba(4, 182, 226, 0.72); }

.text-info-faded-73 {
  color: rgba(4, 182, 226, 0.73); }

.text-info-faded-74 {
  color: rgba(4, 182, 226, 0.74); }

.text-info-faded-75 {
  color: rgba(4, 182, 226, 0.75); }

.text-info-faded-76 {
  color: rgba(4, 182, 226, 0.76); }

.text-info-faded-77 {
  color: rgba(4, 182, 226, 0.77); }

.text-info-faded-78 {
  color: rgba(4, 182, 226, 0.78); }

.text-info-faded-79 {
  color: rgba(4, 182, 226, 0.79); }

.text-info-faded-80 {
  color: rgba(4, 182, 226, 0.8); }

.text-info-faded-81 {
  color: rgba(4, 182, 226, 0.81); }

.text-info-faded-82 {
  color: rgba(4, 182, 226, 0.82); }

.text-info-faded-83 {
  color: rgba(4, 182, 226, 0.83); }

.text-info-faded-84 {
  color: rgba(4, 182, 226, 0.84); }

.text-info-faded-85 {
  color: rgba(4, 182, 226, 0.85); }

.text-info-faded-86 {
  color: rgba(4, 182, 226, 0.86); }

.text-info-faded-87 {
  color: rgba(4, 182, 226, 0.87); }

.text-info-faded-88 {
  color: rgba(4, 182, 226, 0.88); }

.text-info-faded-89 {
  color: rgba(4, 182, 226, 0.89); }

.text-info-faded-90 {
  color: rgba(4, 182, 226, 0.9); }

.text-info-faded-91 {
  color: rgba(4, 182, 226, 0.91); }

.text-info-faded-92 {
  color: rgba(4, 182, 226, 0.92); }

.text-info-faded-93 {
  color: rgba(4, 182, 226, 0.93); }

.text-info-faded-94 {
  color: rgba(4, 182, 226, 0.94); }

.text-info-faded-95 {
  color: rgba(4, 182, 226, 0.95); }

.text-info-faded-96 {
  color: rgba(4, 182, 226, 0.96); }

.text-info-faded-97 {
  color: rgba(4, 182, 226, 0.97); }

.text-info-faded-98 {
  color: rgba(4, 182, 226, 0.98); }

.text-info-faded-99 {
  color: rgba(4, 182, 226, 0.99); }

.text-info-faded-100 {
  color: #04b6e2; }

.text-warning-faded-0 {
  color: rgba(255, 193, 7, 0); }

.text-warning-faded-1 {
  color: rgba(255, 193, 7, 0.01); }

.text-warning-faded-2 {
  color: rgba(255, 193, 7, 0.02); }

.text-warning-faded-3 {
  color: rgba(255, 193, 7, 0.03); }

.text-warning-faded-4 {
  color: rgba(255, 193, 7, 0.04); }

.text-warning-faded-5 {
  color: rgba(255, 193, 7, 0.05); }

.text-warning-faded-6 {
  color: rgba(255, 193, 7, 0.06); }

.text-warning-faded-7 {
  color: rgba(255, 193, 7, 0.07); }

.text-warning-faded-8 {
  color: rgba(255, 193, 7, 0.08); }

.text-warning-faded-9 {
  color: rgba(255, 193, 7, 0.09); }

.text-warning-faded-10 {
  color: rgba(255, 193, 7, 0.1); }

.text-warning-faded-11 {
  color: rgba(255, 193, 7, 0.11); }

.text-warning-faded-12 {
  color: rgba(255, 193, 7, 0.12); }

.text-warning-faded-13 {
  color: rgba(255, 193, 7, 0.13); }

.text-warning-faded-14 {
  color: rgba(255, 193, 7, 0.14); }

.text-warning-faded-15 {
  color: rgba(255, 193, 7, 0.15); }

.text-warning-faded-16 {
  color: rgba(255, 193, 7, 0.16); }

.text-warning-faded-17 {
  color: rgba(255, 193, 7, 0.17); }

.text-warning-faded-18 {
  color: rgba(255, 193, 7, 0.18); }

.text-warning-faded-19 {
  color: rgba(255, 193, 7, 0.19); }

.text-warning-faded-20 {
  color: rgba(255, 193, 7, 0.2); }

.text-warning-faded-21 {
  color: rgba(255, 193, 7, 0.21); }

.text-warning-faded-22 {
  color: rgba(255, 193, 7, 0.22); }

.text-warning-faded-23 {
  color: rgba(255, 193, 7, 0.23); }

.text-warning-faded-24 {
  color: rgba(255, 193, 7, 0.24); }

.text-warning-faded-25 {
  color: rgba(255, 193, 7, 0.25); }

.text-warning-faded-26 {
  color: rgba(255, 193, 7, 0.26); }

.text-warning-faded-27 {
  color: rgba(255, 193, 7, 0.27); }

.text-warning-faded-28 {
  color: rgba(255, 193, 7, 0.28); }

.text-warning-faded-29 {
  color: rgba(255, 193, 7, 0.29); }

.text-warning-faded-30 {
  color: rgba(255, 193, 7, 0.3); }

.text-warning-faded-31 {
  color: rgba(255, 193, 7, 0.31); }

.text-warning-faded-32 {
  color: rgba(255, 193, 7, 0.32); }

.text-warning-faded-33 {
  color: rgba(255, 193, 7, 0.33); }

.text-warning-faded-34 {
  color: rgba(255, 193, 7, 0.34); }

.text-warning-faded-35 {
  color: rgba(255, 193, 7, 0.35); }

.text-warning-faded-36 {
  color: rgba(255, 193, 7, 0.36); }

.text-warning-faded-37 {
  color: rgba(255, 193, 7, 0.37); }

.text-warning-faded-38 {
  color: rgba(255, 193, 7, 0.38); }

.text-warning-faded-39 {
  color: rgba(255, 193, 7, 0.39); }

.text-warning-faded-40 {
  color: rgba(255, 193, 7, 0.4); }

.text-warning-faded-41 {
  color: rgba(255, 193, 7, 0.41); }

.text-warning-faded-42 {
  color: rgba(255, 193, 7, 0.42); }

.text-warning-faded-43 {
  color: rgba(255, 193, 7, 0.43); }

.text-warning-faded-44 {
  color: rgba(255, 193, 7, 0.44); }

.text-warning-faded-45 {
  color: rgba(255, 193, 7, 0.45); }

.text-warning-faded-46 {
  color: rgba(255, 193, 7, 0.46); }

.text-warning-faded-47 {
  color: rgba(255, 193, 7, 0.47); }

.text-warning-faded-48 {
  color: rgba(255, 193, 7, 0.48); }

.text-warning-faded-49 {
  color: rgba(255, 193, 7, 0.49); }

.text-warning-faded-50 {
  color: rgba(255, 193, 7, 0.5); }

.text-warning-faded-51 {
  color: rgba(255, 193, 7, 0.51); }

.text-warning-faded-52 {
  color: rgba(255, 193, 7, 0.52); }

.text-warning-faded-53 {
  color: rgba(255, 193, 7, 0.53); }

.text-warning-faded-54 {
  color: rgba(255, 193, 7, 0.54); }

.text-warning-faded-55 {
  color: rgba(255, 193, 7, 0.55); }

.text-warning-faded-56 {
  color: rgba(255, 193, 7, 0.56); }

.text-warning-faded-57 {
  color: rgba(255, 193, 7, 0.57); }

.text-warning-faded-58 {
  color: rgba(255, 193, 7, 0.58); }

.text-warning-faded-59 {
  color: rgba(255, 193, 7, 0.59); }

.text-warning-faded-60 {
  color: rgba(255, 193, 7, 0.6); }

.text-warning-faded-61 {
  color: rgba(255, 193, 7, 0.61); }

.text-warning-faded-62 {
  color: rgba(255, 193, 7, 0.62); }

.text-warning-faded-63 {
  color: rgba(255, 193, 7, 0.63); }

.text-warning-faded-64 {
  color: rgba(255, 193, 7, 0.64); }

.text-warning-faded-65 {
  color: rgba(255, 193, 7, 0.65); }

.text-warning-faded-66 {
  color: rgba(255, 193, 7, 0.66); }

.text-warning-faded-67 {
  color: rgba(255, 193, 7, 0.67); }

.text-warning-faded-68 {
  color: rgba(255, 193, 7, 0.68); }

.text-warning-faded-69 {
  color: rgba(255, 193, 7, 0.69); }

.text-warning-faded-70 {
  color: rgba(255, 193, 7, 0.7); }

.text-warning-faded-71 {
  color: rgba(255, 193, 7, 0.71); }

.text-warning-faded-72 {
  color: rgba(255, 193, 7, 0.72); }

.text-warning-faded-73 {
  color: rgba(255, 193, 7, 0.73); }

.text-warning-faded-74 {
  color: rgba(255, 193, 7, 0.74); }

.text-warning-faded-75 {
  color: rgba(255, 193, 7, 0.75); }

.text-warning-faded-76 {
  color: rgba(255, 193, 7, 0.76); }

.text-warning-faded-77 {
  color: rgba(255, 193, 7, 0.77); }

.text-warning-faded-78 {
  color: rgba(255, 193, 7, 0.78); }

.text-warning-faded-79 {
  color: rgba(255, 193, 7, 0.79); }

.text-warning-faded-80 {
  color: rgba(255, 193, 7, 0.8); }

.text-warning-faded-81 {
  color: rgba(255, 193, 7, 0.81); }

.text-warning-faded-82 {
  color: rgba(255, 193, 7, 0.82); }

.text-warning-faded-83 {
  color: rgba(255, 193, 7, 0.83); }

.text-warning-faded-84 {
  color: rgba(255, 193, 7, 0.84); }

.text-warning-faded-85 {
  color: rgba(255, 193, 7, 0.85); }

.text-warning-faded-86 {
  color: rgba(255, 193, 7, 0.86); }

.text-warning-faded-87 {
  color: rgba(255, 193, 7, 0.87); }

.text-warning-faded-88 {
  color: rgba(255, 193, 7, 0.88); }

.text-warning-faded-89 {
  color: rgba(255, 193, 7, 0.89); }

.text-warning-faded-90 {
  color: rgba(255, 193, 7, 0.9); }

.text-warning-faded-91 {
  color: rgba(255, 193, 7, 0.91); }

.text-warning-faded-92 {
  color: rgba(255, 193, 7, 0.92); }

.text-warning-faded-93 {
  color: rgba(255, 193, 7, 0.93); }

.text-warning-faded-94 {
  color: rgba(255, 193, 7, 0.94); }

.text-warning-faded-95 {
  color: rgba(255, 193, 7, 0.95); }

.text-warning-faded-96 {
  color: rgba(255, 193, 7, 0.96); }

.text-warning-faded-97 {
  color: rgba(255, 193, 7, 0.97); }

.text-warning-faded-98 {
  color: rgba(255, 193, 7, 0.98); }

.text-warning-faded-99 {
  color: rgba(255, 193, 7, 0.99); }

.text-warning-faded-100 {
  color: #ffc107; }

.text-danger-faded-0 {
  color: rgba(220, 53, 69, 0); }

.text-danger-faded-1 {
  color: rgba(220, 53, 69, 0.01); }

.text-danger-faded-2 {
  color: rgba(220, 53, 69, 0.02); }

.text-danger-faded-3 {
  color: rgba(220, 53, 69, 0.03); }

.text-danger-faded-4 {
  color: rgba(220, 53, 69, 0.04); }

.text-danger-faded-5 {
  color: rgba(220, 53, 69, 0.05); }

.text-danger-faded-6 {
  color: rgba(220, 53, 69, 0.06); }

.text-danger-faded-7 {
  color: rgba(220, 53, 69, 0.07); }

.text-danger-faded-8 {
  color: rgba(220, 53, 69, 0.08); }

.text-danger-faded-9 {
  color: rgba(220, 53, 69, 0.09); }

.text-danger-faded-10 {
  color: rgba(220, 53, 69, 0.1); }

.text-danger-faded-11 {
  color: rgba(220, 53, 69, 0.11); }

.text-danger-faded-12 {
  color: rgba(220, 53, 69, 0.12); }

.text-danger-faded-13 {
  color: rgba(220, 53, 69, 0.13); }

.text-danger-faded-14 {
  color: rgba(220, 53, 69, 0.14); }

.text-danger-faded-15 {
  color: rgba(220, 53, 69, 0.15); }

.text-danger-faded-16 {
  color: rgba(220, 53, 69, 0.16); }

.text-danger-faded-17 {
  color: rgba(220, 53, 69, 0.17); }

.text-danger-faded-18 {
  color: rgba(220, 53, 69, 0.18); }

.text-danger-faded-19 {
  color: rgba(220, 53, 69, 0.19); }

.text-danger-faded-20 {
  color: rgba(220, 53, 69, 0.2); }

.text-danger-faded-21 {
  color: rgba(220, 53, 69, 0.21); }

.text-danger-faded-22 {
  color: rgba(220, 53, 69, 0.22); }

.text-danger-faded-23 {
  color: rgba(220, 53, 69, 0.23); }

.text-danger-faded-24 {
  color: rgba(220, 53, 69, 0.24); }

.text-danger-faded-25 {
  color: rgba(220, 53, 69, 0.25); }

.text-danger-faded-26 {
  color: rgba(220, 53, 69, 0.26); }

.text-danger-faded-27 {
  color: rgba(220, 53, 69, 0.27); }

.text-danger-faded-28 {
  color: rgba(220, 53, 69, 0.28); }

.text-danger-faded-29 {
  color: rgba(220, 53, 69, 0.29); }

.text-danger-faded-30 {
  color: rgba(220, 53, 69, 0.3); }

.text-danger-faded-31 {
  color: rgba(220, 53, 69, 0.31); }

.text-danger-faded-32 {
  color: rgba(220, 53, 69, 0.32); }

.text-danger-faded-33 {
  color: rgba(220, 53, 69, 0.33); }

.text-danger-faded-34 {
  color: rgba(220, 53, 69, 0.34); }

.text-danger-faded-35 {
  color: rgba(220, 53, 69, 0.35); }

.text-danger-faded-36 {
  color: rgba(220, 53, 69, 0.36); }

.text-danger-faded-37 {
  color: rgba(220, 53, 69, 0.37); }

.text-danger-faded-38 {
  color: rgba(220, 53, 69, 0.38); }

.text-danger-faded-39 {
  color: rgba(220, 53, 69, 0.39); }

.text-danger-faded-40 {
  color: rgba(220, 53, 69, 0.4); }

.text-danger-faded-41 {
  color: rgba(220, 53, 69, 0.41); }

.text-danger-faded-42 {
  color: rgba(220, 53, 69, 0.42); }

.text-danger-faded-43 {
  color: rgba(220, 53, 69, 0.43); }

.text-danger-faded-44 {
  color: rgba(220, 53, 69, 0.44); }

.text-danger-faded-45 {
  color: rgba(220, 53, 69, 0.45); }

.text-danger-faded-46 {
  color: rgba(220, 53, 69, 0.46); }

.text-danger-faded-47 {
  color: rgba(220, 53, 69, 0.47); }

.text-danger-faded-48 {
  color: rgba(220, 53, 69, 0.48); }

.text-danger-faded-49 {
  color: rgba(220, 53, 69, 0.49); }

.text-danger-faded-50 {
  color: rgba(220, 53, 69, 0.5); }

.text-danger-faded-51 {
  color: rgba(220, 53, 69, 0.51); }

.text-danger-faded-52 {
  color: rgba(220, 53, 69, 0.52); }

.text-danger-faded-53 {
  color: rgba(220, 53, 69, 0.53); }

.text-danger-faded-54 {
  color: rgba(220, 53, 69, 0.54); }

.text-danger-faded-55 {
  color: rgba(220, 53, 69, 0.55); }

.text-danger-faded-56 {
  color: rgba(220, 53, 69, 0.56); }

.text-danger-faded-57 {
  color: rgba(220, 53, 69, 0.57); }

.text-danger-faded-58 {
  color: rgba(220, 53, 69, 0.58); }

.text-danger-faded-59 {
  color: rgba(220, 53, 69, 0.59); }

.text-danger-faded-60 {
  color: rgba(220, 53, 69, 0.6); }

.text-danger-faded-61 {
  color: rgba(220, 53, 69, 0.61); }

.text-danger-faded-62 {
  color: rgba(220, 53, 69, 0.62); }

.text-danger-faded-63 {
  color: rgba(220, 53, 69, 0.63); }

.text-danger-faded-64 {
  color: rgba(220, 53, 69, 0.64); }

.text-danger-faded-65 {
  color: rgba(220, 53, 69, 0.65); }

.text-danger-faded-66 {
  color: rgba(220, 53, 69, 0.66); }

.text-danger-faded-67 {
  color: rgba(220, 53, 69, 0.67); }

.text-danger-faded-68 {
  color: rgba(220, 53, 69, 0.68); }

.text-danger-faded-69 {
  color: rgba(220, 53, 69, 0.69); }

.text-danger-faded-70 {
  color: rgba(220, 53, 69, 0.7); }

.text-danger-faded-71 {
  color: rgba(220, 53, 69, 0.71); }

.text-danger-faded-72 {
  color: rgba(220, 53, 69, 0.72); }

.text-danger-faded-73 {
  color: rgba(220, 53, 69, 0.73); }

.text-danger-faded-74 {
  color: rgba(220, 53, 69, 0.74); }

.text-danger-faded-75 {
  color: rgba(220, 53, 69, 0.75); }

.text-danger-faded-76 {
  color: rgba(220, 53, 69, 0.76); }

.text-danger-faded-77 {
  color: rgba(220, 53, 69, 0.77); }

.text-danger-faded-78 {
  color: rgba(220, 53, 69, 0.78); }

.text-danger-faded-79 {
  color: rgba(220, 53, 69, 0.79); }

.text-danger-faded-80 {
  color: rgba(220, 53, 69, 0.8); }

.text-danger-faded-81 {
  color: rgba(220, 53, 69, 0.81); }

.text-danger-faded-82 {
  color: rgba(220, 53, 69, 0.82); }

.text-danger-faded-83 {
  color: rgba(220, 53, 69, 0.83); }

.text-danger-faded-84 {
  color: rgba(220, 53, 69, 0.84); }

.text-danger-faded-85 {
  color: rgba(220, 53, 69, 0.85); }

.text-danger-faded-86 {
  color: rgba(220, 53, 69, 0.86); }

.text-danger-faded-87 {
  color: rgba(220, 53, 69, 0.87); }

.text-danger-faded-88 {
  color: rgba(220, 53, 69, 0.88); }

.text-danger-faded-89 {
  color: rgba(220, 53, 69, 0.89); }

.text-danger-faded-90 {
  color: rgba(220, 53, 69, 0.9); }

.text-danger-faded-91 {
  color: rgba(220, 53, 69, 0.91); }

.text-danger-faded-92 {
  color: rgba(220, 53, 69, 0.92); }

.text-danger-faded-93 {
  color: rgba(220, 53, 69, 0.93); }

.text-danger-faded-94 {
  color: rgba(220, 53, 69, 0.94); }

.text-danger-faded-95 {
  color: rgba(220, 53, 69, 0.95); }

.text-danger-faded-96 {
  color: rgba(220, 53, 69, 0.96); }

.text-danger-faded-97 {
  color: rgba(220, 53, 69, 0.97); }

.text-danger-faded-98 {
  color: rgba(220, 53, 69, 0.98); }

.text-danger-faded-99 {
  color: rgba(220, 53, 69, 0.99); }

.text-danger-faded-100 {
  color: #dc3545; }

.text-light-faded-0 {
  color: rgba(245, 249, 252, 0); }

.text-light-faded-1 {
  color: rgba(245, 249, 252, 0.01); }

.text-light-faded-2 {
  color: rgba(245, 249, 252, 0.02); }

.text-light-faded-3 {
  color: rgba(245, 249, 252, 0.03); }

.text-light-faded-4 {
  color: rgba(245, 249, 252, 0.04); }

.text-light-faded-5 {
  color: rgba(245, 249, 252, 0.05); }

.text-light-faded-6 {
  color: rgba(245, 249, 252, 0.06); }

.text-light-faded-7 {
  color: rgba(245, 249, 252, 0.07); }

.text-light-faded-8 {
  color: rgba(245, 249, 252, 0.08); }

.text-light-faded-9 {
  color: rgba(245, 249, 252, 0.09); }

.text-light-faded-10 {
  color: rgba(245, 249, 252, 0.1); }

.text-light-faded-11 {
  color: rgba(245, 249, 252, 0.11); }

.text-light-faded-12 {
  color: rgba(245, 249, 252, 0.12); }

.text-light-faded-13 {
  color: rgba(245, 249, 252, 0.13); }

.text-light-faded-14 {
  color: rgba(245, 249, 252, 0.14); }

.text-light-faded-15 {
  color: rgba(245, 249, 252, 0.15); }

.text-light-faded-16 {
  color: rgba(245, 249, 252, 0.16); }

.text-light-faded-17 {
  color: rgba(245, 249, 252, 0.17); }

.text-light-faded-18 {
  color: rgba(245, 249, 252, 0.18); }

.text-light-faded-19 {
  color: rgba(245, 249, 252, 0.19); }

.text-light-faded-20 {
  color: rgba(245, 249, 252, 0.2); }

.text-light-faded-21 {
  color: rgba(245, 249, 252, 0.21); }

.text-light-faded-22 {
  color: rgba(245, 249, 252, 0.22); }

.text-light-faded-23 {
  color: rgba(245, 249, 252, 0.23); }

.text-light-faded-24 {
  color: rgba(245, 249, 252, 0.24); }

.text-light-faded-25 {
  color: rgba(245, 249, 252, 0.25); }

.text-light-faded-26 {
  color: rgba(245, 249, 252, 0.26); }

.text-light-faded-27 {
  color: rgba(245, 249, 252, 0.27); }

.text-light-faded-28 {
  color: rgba(245, 249, 252, 0.28); }

.text-light-faded-29 {
  color: rgba(245, 249, 252, 0.29); }

.text-light-faded-30 {
  color: rgba(245, 249, 252, 0.3); }

.text-light-faded-31 {
  color: rgba(245, 249, 252, 0.31); }

.text-light-faded-32 {
  color: rgba(245, 249, 252, 0.32); }

.text-light-faded-33 {
  color: rgba(245, 249, 252, 0.33); }

.text-light-faded-34 {
  color: rgba(245, 249, 252, 0.34); }

.text-light-faded-35 {
  color: rgba(245, 249, 252, 0.35); }

.text-light-faded-36 {
  color: rgba(245, 249, 252, 0.36); }

.text-light-faded-37 {
  color: rgba(245, 249, 252, 0.37); }

.text-light-faded-38 {
  color: rgba(245, 249, 252, 0.38); }

.text-light-faded-39 {
  color: rgba(245, 249, 252, 0.39); }

.text-light-faded-40 {
  color: rgba(245, 249, 252, 0.4); }

.text-light-faded-41 {
  color: rgba(245, 249, 252, 0.41); }

.text-light-faded-42 {
  color: rgba(245, 249, 252, 0.42); }

.text-light-faded-43 {
  color: rgba(245, 249, 252, 0.43); }

.text-light-faded-44 {
  color: rgba(245, 249, 252, 0.44); }

.text-light-faded-45 {
  color: rgba(245, 249, 252, 0.45); }

.text-light-faded-46 {
  color: rgba(245, 249, 252, 0.46); }

.text-light-faded-47 {
  color: rgba(245, 249, 252, 0.47); }

.text-light-faded-48 {
  color: rgba(245, 249, 252, 0.48); }

.text-light-faded-49 {
  color: rgba(245, 249, 252, 0.49); }

.text-light-faded-50 {
  color: rgba(245, 249, 252, 0.5); }

.text-light-faded-51 {
  color: rgba(245, 249, 252, 0.51); }

.text-light-faded-52 {
  color: rgba(245, 249, 252, 0.52); }

.text-light-faded-53 {
  color: rgba(245, 249, 252, 0.53); }

.text-light-faded-54 {
  color: rgba(245, 249, 252, 0.54); }

.text-light-faded-55 {
  color: rgba(245, 249, 252, 0.55); }

.text-light-faded-56 {
  color: rgba(245, 249, 252, 0.56); }

.text-light-faded-57 {
  color: rgba(245, 249, 252, 0.57); }

.text-light-faded-58 {
  color: rgba(245, 249, 252, 0.58); }

.text-light-faded-59 {
  color: rgba(245, 249, 252, 0.59); }

.text-light-faded-60 {
  color: rgba(245, 249, 252, 0.6); }

.text-light-faded-61 {
  color: rgba(245, 249, 252, 0.61); }

.text-light-faded-62 {
  color: rgba(245, 249, 252, 0.62); }

.text-light-faded-63 {
  color: rgba(245, 249, 252, 0.63); }

.text-light-faded-64 {
  color: rgba(245, 249, 252, 0.64); }

.text-light-faded-65 {
  color: rgba(245, 249, 252, 0.65); }

.text-light-faded-66 {
  color: rgba(245, 249, 252, 0.66); }

.text-light-faded-67 {
  color: rgba(245, 249, 252, 0.67); }

.text-light-faded-68 {
  color: rgba(245, 249, 252, 0.68); }

.text-light-faded-69 {
  color: rgba(245, 249, 252, 0.69); }

.text-light-faded-70 {
  color: rgba(245, 249, 252, 0.7); }

.text-light-faded-71 {
  color: rgba(245, 249, 252, 0.71); }

.text-light-faded-72 {
  color: rgba(245, 249, 252, 0.72); }

.text-light-faded-73 {
  color: rgba(245, 249, 252, 0.73); }

.text-light-faded-74 {
  color: rgba(245, 249, 252, 0.74); }

.text-light-faded-75 {
  color: rgba(245, 249, 252, 0.75); }

.text-light-faded-76 {
  color: rgba(245, 249, 252, 0.76); }

.text-light-faded-77 {
  color: rgba(245, 249, 252, 0.77); }

.text-light-faded-78 {
  color: rgba(245, 249, 252, 0.78); }

.text-light-faded-79 {
  color: rgba(245, 249, 252, 0.79); }

.text-light-faded-80 {
  color: rgba(245, 249, 252, 0.8); }

.text-light-faded-81 {
  color: rgba(245, 249, 252, 0.81); }

.text-light-faded-82 {
  color: rgba(245, 249, 252, 0.82); }

.text-light-faded-83 {
  color: rgba(245, 249, 252, 0.83); }

.text-light-faded-84 {
  color: rgba(245, 249, 252, 0.84); }

.text-light-faded-85 {
  color: rgba(245, 249, 252, 0.85); }

.text-light-faded-86 {
  color: rgba(245, 249, 252, 0.86); }

.text-light-faded-87 {
  color: rgba(245, 249, 252, 0.87); }

.text-light-faded-88 {
  color: rgba(245, 249, 252, 0.88); }

.text-light-faded-89 {
  color: rgba(245, 249, 252, 0.89); }

.text-light-faded-90 {
  color: rgba(245, 249, 252, 0.9); }

.text-light-faded-91 {
  color: rgba(245, 249, 252, 0.91); }

.text-light-faded-92 {
  color: rgba(245, 249, 252, 0.92); }

.text-light-faded-93 {
  color: rgba(245, 249, 252, 0.93); }

.text-light-faded-94 {
  color: rgba(245, 249, 252, 0.94); }

.text-light-faded-95 {
  color: rgba(245, 249, 252, 0.95); }

.text-light-faded-96 {
  color: rgba(245, 249, 252, 0.96); }

.text-light-faded-97 {
  color: rgba(245, 249, 252, 0.97); }

.text-light-faded-98 {
  color: rgba(245, 249, 252, 0.98); }

.text-light-faded-99 {
  color: rgba(245, 249, 252, 0.99); }

.text-light-faded-100 {
  color: #f5f9fc; }

.text-dark-faded-0 {
  color: rgba(7, 73, 111, 0); }

.text-dark-faded-1 {
  color: rgba(7, 73, 111, 0.01); }

.text-dark-faded-2 {
  color: rgba(7, 73, 111, 0.02); }

.text-dark-faded-3 {
  color: rgba(7, 73, 111, 0.03); }

.text-dark-faded-4 {
  color: rgba(7, 73, 111, 0.04); }

.text-dark-faded-5 {
  color: rgba(7, 73, 111, 0.05); }

.text-dark-faded-6 {
  color: rgba(7, 73, 111, 0.06); }

.text-dark-faded-7 {
  color: rgba(7, 73, 111, 0.07); }

.text-dark-faded-8 {
  color: rgba(7, 73, 111, 0.08); }

.text-dark-faded-9 {
  color: rgba(7, 73, 111, 0.09); }

.text-dark-faded-10 {
  color: rgba(7, 73, 111, 0.1); }

.text-dark-faded-11 {
  color: rgba(7, 73, 111, 0.11); }

.text-dark-faded-12 {
  color: rgba(7, 73, 111, 0.12); }

.text-dark-faded-13 {
  color: rgba(7, 73, 111, 0.13); }

.text-dark-faded-14 {
  color: rgba(7, 73, 111, 0.14); }

.text-dark-faded-15 {
  color: rgba(7, 73, 111, 0.15); }

.text-dark-faded-16 {
  color: rgba(7, 73, 111, 0.16); }

.text-dark-faded-17 {
  color: rgba(7, 73, 111, 0.17); }

.text-dark-faded-18 {
  color: rgba(7, 73, 111, 0.18); }

.text-dark-faded-19 {
  color: rgba(7, 73, 111, 0.19); }

.text-dark-faded-20 {
  color: rgba(7, 73, 111, 0.2); }

.text-dark-faded-21 {
  color: rgba(7, 73, 111, 0.21); }

.text-dark-faded-22 {
  color: rgba(7, 73, 111, 0.22); }

.text-dark-faded-23 {
  color: rgba(7, 73, 111, 0.23); }

.text-dark-faded-24 {
  color: rgba(7, 73, 111, 0.24); }

.text-dark-faded-25 {
  color: rgba(7, 73, 111, 0.25); }

.text-dark-faded-26 {
  color: rgba(7, 73, 111, 0.26); }

.text-dark-faded-27 {
  color: rgba(7, 73, 111, 0.27); }

.text-dark-faded-28 {
  color: rgba(7, 73, 111, 0.28); }

.text-dark-faded-29 {
  color: rgba(7, 73, 111, 0.29); }

.text-dark-faded-30 {
  color: rgba(7, 73, 111, 0.3); }

.text-dark-faded-31 {
  color: rgba(7, 73, 111, 0.31); }

.text-dark-faded-32 {
  color: rgba(7, 73, 111, 0.32); }

.text-dark-faded-33 {
  color: rgba(7, 73, 111, 0.33); }

.text-dark-faded-34 {
  color: rgba(7, 73, 111, 0.34); }

.text-dark-faded-35 {
  color: rgba(7, 73, 111, 0.35); }

.text-dark-faded-36 {
  color: rgba(7, 73, 111, 0.36); }

.text-dark-faded-37 {
  color: rgba(7, 73, 111, 0.37); }

.text-dark-faded-38 {
  color: rgba(7, 73, 111, 0.38); }

.text-dark-faded-39 {
  color: rgba(7, 73, 111, 0.39); }

.text-dark-faded-40 {
  color: rgba(7, 73, 111, 0.4); }

.text-dark-faded-41 {
  color: rgba(7, 73, 111, 0.41); }

.text-dark-faded-42 {
  color: rgba(7, 73, 111, 0.42); }

.text-dark-faded-43 {
  color: rgba(7, 73, 111, 0.43); }

.text-dark-faded-44 {
  color: rgba(7, 73, 111, 0.44); }

.text-dark-faded-45 {
  color: rgba(7, 73, 111, 0.45); }

.text-dark-faded-46 {
  color: rgba(7, 73, 111, 0.46); }

.text-dark-faded-47 {
  color: rgba(7, 73, 111, 0.47); }

.text-dark-faded-48 {
  color: rgba(7, 73, 111, 0.48); }

.text-dark-faded-49 {
  color: rgba(7, 73, 111, 0.49); }

.text-dark-faded-50 {
  color: rgba(7, 73, 111, 0.5); }

.text-dark-faded-51 {
  color: rgba(7, 73, 111, 0.51); }

.text-dark-faded-52 {
  color: rgba(7, 73, 111, 0.52); }

.text-dark-faded-53 {
  color: rgba(7, 73, 111, 0.53); }

.text-dark-faded-54 {
  color: rgba(7, 73, 111, 0.54); }

.text-dark-faded-55 {
  color: rgba(7, 73, 111, 0.55); }

.text-dark-faded-56 {
  color: rgba(7, 73, 111, 0.56); }

.text-dark-faded-57 {
  color: rgba(7, 73, 111, 0.57); }

.text-dark-faded-58 {
  color: rgba(7, 73, 111, 0.58); }

.text-dark-faded-59 {
  color: rgba(7, 73, 111, 0.59); }

.text-dark-faded-60 {
  color: rgba(7, 73, 111, 0.6); }

.text-dark-faded-61 {
  color: rgba(7, 73, 111, 0.61); }

.text-dark-faded-62 {
  color: rgba(7, 73, 111, 0.62); }

.text-dark-faded-63 {
  color: rgba(7, 73, 111, 0.63); }

.text-dark-faded-64 {
  color: rgba(7, 73, 111, 0.64); }

.text-dark-faded-65 {
  color: rgba(7, 73, 111, 0.65); }

.text-dark-faded-66 {
  color: rgba(7, 73, 111, 0.66); }

.text-dark-faded-67 {
  color: rgba(7, 73, 111, 0.67); }

.text-dark-faded-68 {
  color: rgba(7, 73, 111, 0.68); }

.text-dark-faded-69 {
  color: rgba(7, 73, 111, 0.69); }

.text-dark-faded-70 {
  color: rgba(7, 73, 111, 0.7); }

.text-dark-faded-71 {
  color: rgba(7, 73, 111, 0.71); }

.text-dark-faded-72 {
  color: rgba(7, 73, 111, 0.72); }

.text-dark-faded-73 {
  color: rgba(7, 73, 111, 0.73); }

.text-dark-faded-74 {
  color: rgba(7, 73, 111, 0.74); }

.text-dark-faded-75 {
  color: rgba(7, 73, 111, 0.75); }

.text-dark-faded-76 {
  color: rgba(7, 73, 111, 0.76); }

.text-dark-faded-77 {
  color: rgba(7, 73, 111, 0.77); }

.text-dark-faded-78 {
  color: rgba(7, 73, 111, 0.78); }

.text-dark-faded-79 {
  color: rgba(7, 73, 111, 0.79); }

.text-dark-faded-80 {
  color: rgba(7, 73, 111, 0.8); }

.text-dark-faded-81 {
  color: rgba(7, 73, 111, 0.81); }

.text-dark-faded-82 {
  color: rgba(7, 73, 111, 0.82); }

.text-dark-faded-83 {
  color: rgba(7, 73, 111, 0.83); }

.text-dark-faded-84 {
  color: rgba(7, 73, 111, 0.84); }

.text-dark-faded-85 {
  color: rgba(7, 73, 111, 0.85); }

.text-dark-faded-86 {
  color: rgba(7, 73, 111, 0.86); }

.text-dark-faded-87 {
  color: rgba(7, 73, 111, 0.87); }

.text-dark-faded-88 {
  color: rgba(7, 73, 111, 0.88); }

.text-dark-faded-89 {
  color: rgba(7, 73, 111, 0.89); }

.text-dark-faded-90 {
  color: rgba(7, 73, 111, 0.9); }

.text-dark-faded-91 {
  color: rgba(7, 73, 111, 0.91); }

.text-dark-faded-92 {
  color: rgba(7, 73, 111, 0.92); }

.text-dark-faded-93 {
  color: rgba(7, 73, 111, 0.93); }

.text-dark-faded-94 {
  color: rgba(7, 73, 111, 0.94); }

.text-dark-faded-95 {
  color: rgba(7, 73, 111, 0.95); }

.text-dark-faded-96 {
  color: rgba(7, 73, 111, 0.96); }

.text-dark-faded-97 {
  color: rgba(7, 73, 111, 0.97); }

.text-dark-faded-98 {
  color: rgba(7, 73, 111, 0.98); }

.text-dark-faded-99 {
  color: rgba(7, 73, 111, 0.99); }

.text-dark-faded-100 {
  color: #07496f; }

.text-primary-light-faded-0 {
  color: rgba(4, 182, 226, 0); }

.text-primary-light-faded-1 {
  color: rgba(4, 182, 226, 0.01); }

.text-primary-light-faded-2 {
  color: rgba(4, 182, 226, 0.02); }

.text-primary-light-faded-3 {
  color: rgba(4, 182, 226, 0.03); }

.text-primary-light-faded-4 {
  color: rgba(4, 182, 226, 0.04); }

.text-primary-light-faded-5 {
  color: rgba(4, 182, 226, 0.05); }

.text-primary-light-faded-6 {
  color: rgba(4, 182, 226, 0.06); }

.text-primary-light-faded-7 {
  color: rgba(4, 182, 226, 0.07); }

.text-primary-light-faded-8 {
  color: rgba(4, 182, 226, 0.08); }

.text-primary-light-faded-9 {
  color: rgba(4, 182, 226, 0.09); }

.text-primary-light-faded-10 {
  color: rgba(4, 182, 226, 0.1); }

.text-primary-light-faded-11 {
  color: rgba(4, 182, 226, 0.11); }

.text-primary-light-faded-12 {
  color: rgba(4, 182, 226, 0.12); }

.text-primary-light-faded-13 {
  color: rgba(4, 182, 226, 0.13); }

.text-primary-light-faded-14 {
  color: rgba(4, 182, 226, 0.14); }

.text-primary-light-faded-15 {
  color: rgba(4, 182, 226, 0.15); }

.text-primary-light-faded-16 {
  color: rgba(4, 182, 226, 0.16); }

.text-primary-light-faded-17 {
  color: rgba(4, 182, 226, 0.17); }

.text-primary-light-faded-18 {
  color: rgba(4, 182, 226, 0.18); }

.text-primary-light-faded-19 {
  color: rgba(4, 182, 226, 0.19); }

.text-primary-light-faded-20 {
  color: rgba(4, 182, 226, 0.2); }

.text-primary-light-faded-21 {
  color: rgba(4, 182, 226, 0.21); }

.text-primary-light-faded-22 {
  color: rgba(4, 182, 226, 0.22); }

.text-primary-light-faded-23 {
  color: rgba(4, 182, 226, 0.23); }

.text-primary-light-faded-24 {
  color: rgba(4, 182, 226, 0.24); }

.text-primary-light-faded-25 {
  color: rgba(4, 182, 226, 0.25); }

.text-primary-light-faded-26 {
  color: rgba(4, 182, 226, 0.26); }

.text-primary-light-faded-27 {
  color: rgba(4, 182, 226, 0.27); }

.text-primary-light-faded-28 {
  color: rgba(4, 182, 226, 0.28); }

.text-primary-light-faded-29 {
  color: rgba(4, 182, 226, 0.29); }

.text-primary-light-faded-30 {
  color: rgba(4, 182, 226, 0.3); }

.text-primary-light-faded-31 {
  color: rgba(4, 182, 226, 0.31); }

.text-primary-light-faded-32 {
  color: rgba(4, 182, 226, 0.32); }

.text-primary-light-faded-33 {
  color: rgba(4, 182, 226, 0.33); }

.text-primary-light-faded-34 {
  color: rgba(4, 182, 226, 0.34); }

.text-primary-light-faded-35 {
  color: rgba(4, 182, 226, 0.35); }

.text-primary-light-faded-36 {
  color: rgba(4, 182, 226, 0.36); }

.text-primary-light-faded-37 {
  color: rgba(4, 182, 226, 0.37); }

.text-primary-light-faded-38 {
  color: rgba(4, 182, 226, 0.38); }

.text-primary-light-faded-39 {
  color: rgba(4, 182, 226, 0.39); }

.text-primary-light-faded-40 {
  color: rgba(4, 182, 226, 0.4); }

.text-primary-light-faded-41 {
  color: rgba(4, 182, 226, 0.41); }

.text-primary-light-faded-42 {
  color: rgba(4, 182, 226, 0.42); }

.text-primary-light-faded-43 {
  color: rgba(4, 182, 226, 0.43); }

.text-primary-light-faded-44 {
  color: rgba(4, 182, 226, 0.44); }

.text-primary-light-faded-45 {
  color: rgba(4, 182, 226, 0.45); }

.text-primary-light-faded-46 {
  color: rgba(4, 182, 226, 0.46); }

.text-primary-light-faded-47 {
  color: rgba(4, 182, 226, 0.47); }

.text-primary-light-faded-48 {
  color: rgba(4, 182, 226, 0.48); }

.text-primary-light-faded-49 {
  color: rgba(4, 182, 226, 0.49); }

.text-primary-light-faded-50 {
  color: rgba(4, 182, 226, 0.5); }

.text-primary-light-faded-51 {
  color: rgba(4, 182, 226, 0.51); }

.text-primary-light-faded-52 {
  color: rgba(4, 182, 226, 0.52); }

.text-primary-light-faded-53 {
  color: rgba(4, 182, 226, 0.53); }

.text-primary-light-faded-54 {
  color: rgba(4, 182, 226, 0.54); }

.text-primary-light-faded-55 {
  color: rgba(4, 182, 226, 0.55); }

.text-primary-light-faded-56 {
  color: rgba(4, 182, 226, 0.56); }

.text-primary-light-faded-57 {
  color: rgba(4, 182, 226, 0.57); }

.text-primary-light-faded-58 {
  color: rgba(4, 182, 226, 0.58); }

.text-primary-light-faded-59 {
  color: rgba(4, 182, 226, 0.59); }

.text-primary-light-faded-60 {
  color: rgba(4, 182, 226, 0.6); }

.text-primary-light-faded-61 {
  color: rgba(4, 182, 226, 0.61); }

.text-primary-light-faded-62 {
  color: rgba(4, 182, 226, 0.62); }

.text-primary-light-faded-63 {
  color: rgba(4, 182, 226, 0.63); }

.text-primary-light-faded-64 {
  color: rgba(4, 182, 226, 0.64); }

.text-primary-light-faded-65 {
  color: rgba(4, 182, 226, 0.65); }

.text-primary-light-faded-66 {
  color: rgba(4, 182, 226, 0.66); }

.text-primary-light-faded-67 {
  color: rgba(4, 182, 226, 0.67); }

.text-primary-light-faded-68 {
  color: rgba(4, 182, 226, 0.68); }

.text-primary-light-faded-69 {
  color: rgba(4, 182, 226, 0.69); }

.text-primary-light-faded-70 {
  color: rgba(4, 182, 226, 0.7); }

.text-primary-light-faded-71 {
  color: rgba(4, 182, 226, 0.71); }

.text-primary-light-faded-72 {
  color: rgba(4, 182, 226, 0.72); }

.text-primary-light-faded-73 {
  color: rgba(4, 182, 226, 0.73); }

.text-primary-light-faded-74 {
  color: rgba(4, 182, 226, 0.74); }

.text-primary-light-faded-75 {
  color: rgba(4, 182, 226, 0.75); }

.text-primary-light-faded-76 {
  color: rgba(4, 182, 226, 0.76); }

.text-primary-light-faded-77 {
  color: rgba(4, 182, 226, 0.77); }

.text-primary-light-faded-78 {
  color: rgba(4, 182, 226, 0.78); }

.text-primary-light-faded-79 {
  color: rgba(4, 182, 226, 0.79); }

.text-primary-light-faded-80 {
  color: rgba(4, 182, 226, 0.8); }

.text-primary-light-faded-81 {
  color: rgba(4, 182, 226, 0.81); }

.text-primary-light-faded-82 {
  color: rgba(4, 182, 226, 0.82); }

.text-primary-light-faded-83 {
  color: rgba(4, 182, 226, 0.83); }

.text-primary-light-faded-84 {
  color: rgba(4, 182, 226, 0.84); }

.text-primary-light-faded-85 {
  color: rgba(4, 182, 226, 0.85); }

.text-primary-light-faded-86 {
  color: rgba(4, 182, 226, 0.86); }

.text-primary-light-faded-87 {
  color: rgba(4, 182, 226, 0.87); }

.text-primary-light-faded-88 {
  color: rgba(4, 182, 226, 0.88); }

.text-primary-light-faded-89 {
  color: rgba(4, 182, 226, 0.89); }

.text-primary-light-faded-90 {
  color: rgba(4, 182, 226, 0.9); }

.text-primary-light-faded-91 {
  color: rgba(4, 182, 226, 0.91); }

.text-primary-light-faded-92 {
  color: rgba(4, 182, 226, 0.92); }

.text-primary-light-faded-93 {
  color: rgba(4, 182, 226, 0.93); }

.text-primary-light-faded-94 {
  color: rgba(4, 182, 226, 0.94); }

.text-primary-light-faded-95 {
  color: rgba(4, 182, 226, 0.95); }

.text-primary-light-faded-96 {
  color: rgba(4, 182, 226, 0.96); }

.text-primary-light-faded-97 {
  color: rgba(4, 182, 226, 0.97); }

.text-primary-light-faded-98 {
  color: rgba(4, 182, 226, 0.98); }

.text-primary-light-faded-99 {
  color: rgba(4, 182, 226, 0.99); }

.text-primary-light-faded-100 {
  color: #04b6e2; }

.text-muted-faded-0 {
  color: rgba(166, 181, 194, 0); }

.text-muted-faded-1 {
  color: rgba(166, 181, 194, 0.01); }

.text-muted-faded-2 {
  color: rgba(166, 181, 194, 0.02); }

.text-muted-faded-3 {
  color: rgba(166, 181, 194, 0.03); }

.text-muted-faded-4 {
  color: rgba(166, 181, 194, 0.04); }

.text-muted-faded-5 {
  color: rgba(166, 181, 194, 0.05); }

.text-muted-faded-6 {
  color: rgba(166, 181, 194, 0.06); }

.text-muted-faded-7 {
  color: rgba(166, 181, 194, 0.07); }

.text-muted-faded-8 {
  color: rgba(166, 181, 194, 0.08); }

.text-muted-faded-9 {
  color: rgba(166, 181, 194, 0.09); }

.text-muted-faded-10 {
  color: rgba(166, 181, 194, 0.1); }

.text-muted-faded-11 {
  color: rgba(166, 181, 194, 0.11); }

.text-muted-faded-12 {
  color: rgba(166, 181, 194, 0.12); }

.text-muted-faded-13 {
  color: rgba(166, 181, 194, 0.13); }

.text-muted-faded-14 {
  color: rgba(166, 181, 194, 0.14); }

.text-muted-faded-15 {
  color: rgba(166, 181, 194, 0.15); }

.text-muted-faded-16 {
  color: rgba(166, 181, 194, 0.16); }

.text-muted-faded-17 {
  color: rgba(166, 181, 194, 0.17); }

.text-muted-faded-18 {
  color: rgba(166, 181, 194, 0.18); }

.text-muted-faded-19 {
  color: rgba(166, 181, 194, 0.19); }

.text-muted-faded-20 {
  color: rgba(166, 181, 194, 0.2); }

.text-muted-faded-21 {
  color: rgba(166, 181, 194, 0.21); }

.text-muted-faded-22 {
  color: rgba(166, 181, 194, 0.22); }

.text-muted-faded-23 {
  color: rgba(166, 181, 194, 0.23); }

.text-muted-faded-24 {
  color: rgba(166, 181, 194, 0.24); }

.text-muted-faded-25 {
  color: rgba(166, 181, 194, 0.25); }

.text-muted-faded-26 {
  color: rgba(166, 181, 194, 0.26); }

.text-muted-faded-27 {
  color: rgba(166, 181, 194, 0.27); }

.text-muted-faded-28 {
  color: rgba(166, 181, 194, 0.28); }

.text-muted-faded-29 {
  color: rgba(166, 181, 194, 0.29); }

.text-muted-faded-30 {
  color: rgba(166, 181, 194, 0.3); }

.text-muted-faded-31 {
  color: rgba(166, 181, 194, 0.31); }

.text-muted-faded-32 {
  color: rgba(166, 181, 194, 0.32); }

.text-muted-faded-33 {
  color: rgba(166, 181, 194, 0.33); }

.text-muted-faded-34 {
  color: rgba(166, 181, 194, 0.34); }

.text-muted-faded-35 {
  color: rgba(166, 181, 194, 0.35); }

.text-muted-faded-36 {
  color: rgba(166, 181, 194, 0.36); }

.text-muted-faded-37 {
  color: rgba(166, 181, 194, 0.37); }

.text-muted-faded-38 {
  color: rgba(166, 181, 194, 0.38); }

.text-muted-faded-39 {
  color: rgba(166, 181, 194, 0.39); }

.text-muted-faded-40 {
  color: rgba(166, 181, 194, 0.4); }

.text-muted-faded-41 {
  color: rgba(166, 181, 194, 0.41); }

.text-muted-faded-42 {
  color: rgba(166, 181, 194, 0.42); }

.text-muted-faded-43 {
  color: rgba(166, 181, 194, 0.43); }

.text-muted-faded-44 {
  color: rgba(166, 181, 194, 0.44); }

.text-muted-faded-45 {
  color: rgba(166, 181, 194, 0.45); }

.text-muted-faded-46 {
  color: rgba(166, 181, 194, 0.46); }

.text-muted-faded-47 {
  color: rgba(166, 181, 194, 0.47); }

.text-muted-faded-48 {
  color: rgba(166, 181, 194, 0.48); }

.text-muted-faded-49 {
  color: rgba(166, 181, 194, 0.49); }

.text-muted-faded-50 {
  color: rgba(166, 181, 194, 0.5); }

.text-muted-faded-51 {
  color: rgba(166, 181, 194, 0.51); }

.text-muted-faded-52 {
  color: rgba(166, 181, 194, 0.52); }

.text-muted-faded-53 {
  color: rgba(166, 181, 194, 0.53); }

.text-muted-faded-54 {
  color: rgba(166, 181, 194, 0.54); }

.text-muted-faded-55 {
  color: rgba(166, 181, 194, 0.55); }

.text-muted-faded-56 {
  color: rgba(166, 181, 194, 0.56); }

.text-muted-faded-57 {
  color: rgba(166, 181, 194, 0.57); }

.text-muted-faded-58 {
  color: rgba(166, 181, 194, 0.58); }

.text-muted-faded-59 {
  color: rgba(166, 181, 194, 0.59); }

.text-muted-faded-60 {
  color: rgba(166, 181, 194, 0.6); }

.text-muted-faded-61 {
  color: rgba(166, 181, 194, 0.61); }

.text-muted-faded-62 {
  color: rgba(166, 181, 194, 0.62); }

.text-muted-faded-63 {
  color: rgba(166, 181, 194, 0.63); }

.text-muted-faded-64 {
  color: rgba(166, 181, 194, 0.64); }

.text-muted-faded-65 {
  color: rgba(166, 181, 194, 0.65); }

.text-muted-faded-66 {
  color: rgba(166, 181, 194, 0.66); }

.text-muted-faded-67 {
  color: rgba(166, 181, 194, 0.67); }

.text-muted-faded-68 {
  color: rgba(166, 181, 194, 0.68); }

.text-muted-faded-69 {
  color: rgba(166, 181, 194, 0.69); }

.text-muted-faded-70 {
  color: rgba(166, 181, 194, 0.7); }

.text-muted-faded-71 {
  color: rgba(166, 181, 194, 0.71); }

.text-muted-faded-72 {
  color: rgba(166, 181, 194, 0.72); }

.text-muted-faded-73 {
  color: rgba(166, 181, 194, 0.73); }

.text-muted-faded-74 {
  color: rgba(166, 181, 194, 0.74); }

.text-muted-faded-75 {
  color: rgba(166, 181, 194, 0.75); }

.text-muted-faded-76 {
  color: rgba(166, 181, 194, 0.76); }

.text-muted-faded-77 {
  color: rgba(166, 181, 194, 0.77); }

.text-muted-faded-78 {
  color: rgba(166, 181, 194, 0.78); }

.text-muted-faded-79 {
  color: rgba(166, 181, 194, 0.79); }

.text-muted-faded-80 {
  color: rgba(166, 181, 194, 0.8); }

.text-muted-faded-81 {
  color: rgba(166, 181, 194, 0.81); }

.text-muted-faded-82 {
  color: rgba(166, 181, 194, 0.82); }

.text-muted-faded-83 {
  color: rgba(166, 181, 194, 0.83); }

.text-muted-faded-84 {
  color: rgba(166, 181, 194, 0.84); }

.text-muted-faded-85 {
  color: rgba(166, 181, 194, 0.85); }

.text-muted-faded-86 {
  color: rgba(166, 181, 194, 0.86); }

.text-muted-faded-87 {
  color: rgba(166, 181, 194, 0.87); }

.text-muted-faded-88 {
  color: rgba(166, 181, 194, 0.88); }

.text-muted-faded-89 {
  color: rgba(166, 181, 194, 0.89); }

.text-muted-faded-90 {
  color: rgba(166, 181, 194, 0.9); }

.text-muted-faded-91 {
  color: rgba(166, 181, 194, 0.91); }

.text-muted-faded-92 {
  color: rgba(166, 181, 194, 0.92); }

.text-muted-faded-93 {
  color: rgba(166, 181, 194, 0.93); }

.text-muted-faded-94 {
  color: rgba(166, 181, 194, 0.94); }

.text-muted-faded-95 {
  color: rgba(166, 181, 194, 0.95); }

.text-muted-faded-96 {
  color: rgba(166, 181, 194, 0.96); }

.text-muted-faded-97 {
  color: rgba(166, 181, 194, 0.97); }

.text-muted-faded-98 {
  color: rgba(166, 181, 194, 0.98); }

.text-muted-faded-99 {
  color: rgba(166, 181, 194, 0.99); }

.text-muted-faded-100 {
  color: #a6b5c2; }

.text-white-faded-0 {
  color: rgba(255, 255, 255, 0); }

.text-white-faded-1 {
  color: rgba(255, 255, 255, 0.01); }

.text-white-faded-2 {
  color: rgba(255, 255, 255, 0.02); }

.text-white-faded-3 {
  color: rgba(255, 255, 255, 0.03); }

.text-white-faded-4 {
  color: rgba(255, 255, 255, 0.04); }

.text-white-faded-5 {
  color: rgba(255, 255, 255, 0.05); }

.text-white-faded-6 {
  color: rgba(255, 255, 255, 0.06); }

.text-white-faded-7 {
  color: rgba(255, 255, 255, 0.07); }

.text-white-faded-8 {
  color: rgba(255, 255, 255, 0.08); }

.text-white-faded-9 {
  color: rgba(255, 255, 255, 0.09); }

.text-white-faded-10 {
  color: rgba(255, 255, 255, 0.1); }

.text-white-faded-11 {
  color: rgba(255, 255, 255, 0.11); }

.text-white-faded-12 {
  color: rgba(255, 255, 255, 0.12); }

.text-white-faded-13 {
  color: rgba(255, 255, 255, 0.13); }

.text-white-faded-14 {
  color: rgba(255, 255, 255, 0.14); }

.text-white-faded-15 {
  color: rgba(255, 255, 255, 0.15); }

.text-white-faded-16 {
  color: rgba(255, 255, 255, 0.16); }

.text-white-faded-17 {
  color: rgba(255, 255, 255, 0.17); }

.text-white-faded-18 {
  color: rgba(255, 255, 255, 0.18); }

.text-white-faded-19 {
  color: rgba(255, 255, 255, 0.19); }

.text-white-faded-20 {
  color: rgba(255, 255, 255, 0.2); }

.text-white-faded-21 {
  color: rgba(255, 255, 255, 0.21); }

.text-white-faded-22 {
  color: rgba(255, 255, 255, 0.22); }

.text-white-faded-23 {
  color: rgba(255, 255, 255, 0.23); }

.text-white-faded-24 {
  color: rgba(255, 255, 255, 0.24); }

.text-white-faded-25 {
  color: rgba(255, 255, 255, 0.25); }

.text-white-faded-26 {
  color: rgba(255, 255, 255, 0.26); }

.text-white-faded-27 {
  color: rgba(255, 255, 255, 0.27); }

.text-white-faded-28 {
  color: rgba(255, 255, 255, 0.28); }

.text-white-faded-29 {
  color: rgba(255, 255, 255, 0.29); }

.text-white-faded-30 {
  color: rgba(255, 255, 255, 0.3); }

.text-white-faded-31 {
  color: rgba(255, 255, 255, 0.31); }

.text-white-faded-32 {
  color: rgba(255, 255, 255, 0.32); }

.text-white-faded-33 {
  color: rgba(255, 255, 255, 0.33); }

.text-white-faded-34 {
  color: rgba(255, 255, 255, 0.34); }

.text-white-faded-35 {
  color: rgba(255, 255, 255, 0.35); }

.text-white-faded-36 {
  color: rgba(255, 255, 255, 0.36); }

.text-white-faded-37 {
  color: rgba(255, 255, 255, 0.37); }

.text-white-faded-38 {
  color: rgba(255, 255, 255, 0.38); }

.text-white-faded-39 {
  color: rgba(255, 255, 255, 0.39); }

.text-white-faded-40 {
  color: rgba(255, 255, 255, 0.4); }

.text-white-faded-41 {
  color: rgba(255, 255, 255, 0.41); }

.text-white-faded-42 {
  color: rgba(255, 255, 255, 0.42); }

.text-white-faded-43 {
  color: rgba(255, 255, 255, 0.43); }

.text-white-faded-44 {
  color: rgba(255, 255, 255, 0.44); }

.text-white-faded-45 {
  color: rgba(255, 255, 255, 0.45); }

.text-white-faded-46 {
  color: rgba(255, 255, 255, 0.46); }

.text-white-faded-47 {
  color: rgba(255, 255, 255, 0.47); }

.text-white-faded-48 {
  color: rgba(255, 255, 255, 0.48); }

.text-white-faded-49 {
  color: rgba(255, 255, 255, 0.49); }

.text-white-faded-50 {
  color: rgba(255, 255, 255, 0.5); }

.text-white-faded-51 {
  color: rgba(255, 255, 255, 0.51); }

.text-white-faded-52 {
  color: rgba(255, 255, 255, 0.52); }

.text-white-faded-53 {
  color: rgba(255, 255, 255, 0.53); }

.text-white-faded-54 {
  color: rgba(255, 255, 255, 0.54); }

.text-white-faded-55 {
  color: rgba(255, 255, 255, 0.55); }

.text-white-faded-56 {
  color: rgba(255, 255, 255, 0.56); }

.text-white-faded-57 {
  color: rgba(255, 255, 255, 0.57); }

.text-white-faded-58 {
  color: rgba(255, 255, 255, 0.58); }

.text-white-faded-59 {
  color: rgba(255, 255, 255, 0.59); }

.text-white-faded-60 {
  color: rgba(255, 255, 255, 0.6); }

.text-white-faded-61 {
  color: rgba(255, 255, 255, 0.61); }

.text-white-faded-62 {
  color: rgba(255, 255, 255, 0.62); }

.text-white-faded-63 {
  color: rgba(255, 255, 255, 0.63); }

.text-white-faded-64 {
  color: rgba(255, 255, 255, 0.64); }

.text-white-faded-65 {
  color: rgba(255, 255, 255, 0.65); }

.text-white-faded-66 {
  color: rgba(255, 255, 255, 0.66); }

.text-white-faded-67 {
  color: rgba(255, 255, 255, 0.67); }

.text-white-faded-68 {
  color: rgba(255, 255, 255, 0.68); }

.text-white-faded-69 {
  color: rgba(255, 255, 255, 0.69); }

.text-white-faded-70 {
  color: rgba(255, 255, 255, 0.7); }

.text-white-faded-71 {
  color: rgba(255, 255, 255, 0.71); }

.text-white-faded-72 {
  color: rgba(255, 255, 255, 0.72); }

.text-white-faded-73 {
  color: rgba(255, 255, 255, 0.73); }

.text-white-faded-74 {
  color: rgba(255, 255, 255, 0.74); }

.text-white-faded-75 {
  color: rgba(255, 255, 255, 0.75); }

.text-white-faded-76 {
  color: rgba(255, 255, 255, 0.76); }

.text-white-faded-77 {
  color: rgba(255, 255, 255, 0.77); }

.text-white-faded-78 {
  color: rgba(255, 255, 255, 0.78); }

.text-white-faded-79 {
  color: rgba(255, 255, 255, 0.79); }

.text-white-faded-80 {
  color: rgba(255, 255, 255, 0.8); }

.text-white-faded-81 {
  color: rgba(255, 255, 255, 0.81); }

.text-white-faded-82 {
  color: rgba(255, 255, 255, 0.82); }

.text-white-faded-83 {
  color: rgba(255, 255, 255, 0.83); }

.text-white-faded-84 {
  color: rgba(255, 255, 255, 0.84); }

.text-white-faded-85 {
  color: rgba(255, 255, 255, 0.85); }

.text-white-faded-86 {
  color: rgba(255, 255, 255, 0.86); }

.text-white-faded-87 {
  color: rgba(255, 255, 255, 0.87); }

.text-white-faded-88 {
  color: rgba(255, 255, 255, 0.88); }

.text-white-faded-89 {
  color: rgba(255, 255, 255, 0.89); }

.text-white-faded-90 {
  color: rgba(255, 255, 255, 0.9); }

.text-white-faded-91 {
  color: rgba(255, 255, 255, 0.91); }

.text-white-faded-92 {
  color: rgba(255, 255, 255, 0.92); }

.text-white-faded-93 {
  color: rgba(255, 255, 255, 0.93); }

.text-white-faded-94 {
  color: rgba(255, 255, 255, 0.94); }

.text-white-faded-95 {
  color: rgba(255, 255, 255, 0.95); }

.text-white-faded-96 {
  color: rgba(255, 255, 255, 0.96); }

.text-white-faded-97 {
  color: rgba(255, 255, 255, 0.97); }

.text-white-faded-98 {
  color: rgba(255, 255, 255, 0.98); }

.text-white-faded-99 {
  color: rgba(255, 255, 255, 0.99); }

.text-white-faded-100 {
  color: white; }

.text-hover-faded-0 {
  color: rgba(240, 251, 253, 0); }

.text-hover-faded-1 {
  color: rgba(240, 251, 253, 0.01); }

.text-hover-faded-2 {
  color: rgba(240, 251, 253, 0.02); }

.text-hover-faded-3 {
  color: rgba(240, 251, 253, 0.03); }

.text-hover-faded-4 {
  color: rgba(240, 251, 253, 0.04); }

.text-hover-faded-5 {
  color: rgba(240, 251, 253, 0.05); }

.text-hover-faded-6 {
  color: rgba(240, 251, 253, 0.06); }

.text-hover-faded-7 {
  color: rgba(240, 251, 253, 0.07); }

.text-hover-faded-8 {
  color: rgba(240, 251, 253, 0.08); }

.text-hover-faded-9 {
  color: rgba(240, 251, 253, 0.09); }

.text-hover-faded-10 {
  color: rgba(240, 251, 253, 0.1); }

.text-hover-faded-11 {
  color: rgba(240, 251, 253, 0.11); }

.text-hover-faded-12 {
  color: rgba(240, 251, 253, 0.12); }

.text-hover-faded-13 {
  color: rgba(240, 251, 253, 0.13); }

.text-hover-faded-14 {
  color: rgba(240, 251, 253, 0.14); }

.text-hover-faded-15 {
  color: rgba(240, 251, 253, 0.15); }

.text-hover-faded-16 {
  color: rgba(240, 251, 253, 0.16); }

.text-hover-faded-17 {
  color: rgba(240, 251, 253, 0.17); }

.text-hover-faded-18 {
  color: rgba(240, 251, 253, 0.18); }

.text-hover-faded-19 {
  color: rgba(240, 251, 253, 0.19); }

.text-hover-faded-20 {
  color: rgba(240, 251, 253, 0.2); }

.text-hover-faded-21 {
  color: rgba(240, 251, 253, 0.21); }

.text-hover-faded-22 {
  color: rgba(240, 251, 253, 0.22); }

.text-hover-faded-23 {
  color: rgba(240, 251, 253, 0.23); }

.text-hover-faded-24 {
  color: rgba(240, 251, 253, 0.24); }

.text-hover-faded-25 {
  color: rgba(240, 251, 253, 0.25); }

.text-hover-faded-26 {
  color: rgba(240, 251, 253, 0.26); }

.text-hover-faded-27 {
  color: rgba(240, 251, 253, 0.27); }

.text-hover-faded-28 {
  color: rgba(240, 251, 253, 0.28); }

.text-hover-faded-29 {
  color: rgba(240, 251, 253, 0.29); }

.text-hover-faded-30 {
  color: rgba(240, 251, 253, 0.3); }

.text-hover-faded-31 {
  color: rgba(240, 251, 253, 0.31); }

.text-hover-faded-32 {
  color: rgba(240, 251, 253, 0.32); }

.text-hover-faded-33 {
  color: rgba(240, 251, 253, 0.33); }

.text-hover-faded-34 {
  color: rgba(240, 251, 253, 0.34); }

.text-hover-faded-35 {
  color: rgba(240, 251, 253, 0.35); }

.text-hover-faded-36 {
  color: rgba(240, 251, 253, 0.36); }

.text-hover-faded-37 {
  color: rgba(240, 251, 253, 0.37); }

.text-hover-faded-38 {
  color: rgba(240, 251, 253, 0.38); }

.text-hover-faded-39 {
  color: rgba(240, 251, 253, 0.39); }

.text-hover-faded-40 {
  color: rgba(240, 251, 253, 0.4); }

.text-hover-faded-41 {
  color: rgba(240, 251, 253, 0.41); }

.text-hover-faded-42 {
  color: rgba(240, 251, 253, 0.42); }

.text-hover-faded-43 {
  color: rgba(240, 251, 253, 0.43); }

.text-hover-faded-44 {
  color: rgba(240, 251, 253, 0.44); }

.text-hover-faded-45 {
  color: rgba(240, 251, 253, 0.45); }

.text-hover-faded-46 {
  color: rgba(240, 251, 253, 0.46); }

.text-hover-faded-47 {
  color: rgba(240, 251, 253, 0.47); }

.text-hover-faded-48 {
  color: rgba(240, 251, 253, 0.48); }

.text-hover-faded-49 {
  color: rgba(240, 251, 253, 0.49); }

.text-hover-faded-50 {
  color: rgba(240, 251, 253, 0.5); }

.text-hover-faded-51 {
  color: rgba(240, 251, 253, 0.51); }

.text-hover-faded-52 {
  color: rgba(240, 251, 253, 0.52); }

.text-hover-faded-53 {
  color: rgba(240, 251, 253, 0.53); }

.text-hover-faded-54 {
  color: rgba(240, 251, 253, 0.54); }

.text-hover-faded-55 {
  color: rgba(240, 251, 253, 0.55); }

.text-hover-faded-56 {
  color: rgba(240, 251, 253, 0.56); }

.text-hover-faded-57 {
  color: rgba(240, 251, 253, 0.57); }

.text-hover-faded-58 {
  color: rgba(240, 251, 253, 0.58); }

.text-hover-faded-59 {
  color: rgba(240, 251, 253, 0.59); }

.text-hover-faded-60 {
  color: rgba(240, 251, 253, 0.6); }

.text-hover-faded-61 {
  color: rgba(240, 251, 253, 0.61); }

.text-hover-faded-62 {
  color: rgba(240, 251, 253, 0.62); }

.text-hover-faded-63 {
  color: rgba(240, 251, 253, 0.63); }

.text-hover-faded-64 {
  color: rgba(240, 251, 253, 0.64); }

.text-hover-faded-65 {
  color: rgba(240, 251, 253, 0.65); }

.text-hover-faded-66 {
  color: rgba(240, 251, 253, 0.66); }

.text-hover-faded-67 {
  color: rgba(240, 251, 253, 0.67); }

.text-hover-faded-68 {
  color: rgba(240, 251, 253, 0.68); }

.text-hover-faded-69 {
  color: rgba(240, 251, 253, 0.69); }

.text-hover-faded-70 {
  color: rgba(240, 251, 253, 0.7); }

.text-hover-faded-71 {
  color: rgba(240, 251, 253, 0.71); }

.text-hover-faded-72 {
  color: rgba(240, 251, 253, 0.72); }

.text-hover-faded-73 {
  color: rgba(240, 251, 253, 0.73); }

.text-hover-faded-74 {
  color: rgba(240, 251, 253, 0.74); }

.text-hover-faded-75 {
  color: rgba(240, 251, 253, 0.75); }

.text-hover-faded-76 {
  color: rgba(240, 251, 253, 0.76); }

.text-hover-faded-77 {
  color: rgba(240, 251, 253, 0.77); }

.text-hover-faded-78 {
  color: rgba(240, 251, 253, 0.78); }

.text-hover-faded-79 {
  color: rgba(240, 251, 253, 0.79); }

.text-hover-faded-80 {
  color: rgba(240, 251, 253, 0.8); }

.text-hover-faded-81 {
  color: rgba(240, 251, 253, 0.81); }

.text-hover-faded-82 {
  color: rgba(240, 251, 253, 0.82); }

.text-hover-faded-83 {
  color: rgba(240, 251, 253, 0.83); }

.text-hover-faded-84 {
  color: rgba(240, 251, 253, 0.84); }

.text-hover-faded-85 {
  color: rgba(240, 251, 253, 0.85); }

.text-hover-faded-86 {
  color: rgba(240, 251, 253, 0.86); }

.text-hover-faded-87 {
  color: rgba(240, 251, 253, 0.87); }

.text-hover-faded-88 {
  color: rgba(240, 251, 253, 0.88); }

.text-hover-faded-89 {
  color: rgba(240, 251, 253, 0.89); }

.text-hover-faded-90 {
  color: rgba(240, 251, 253, 0.9); }

.text-hover-faded-91 {
  color: rgba(240, 251, 253, 0.91); }

.text-hover-faded-92 {
  color: rgba(240, 251, 253, 0.92); }

.text-hover-faded-93 {
  color: rgba(240, 251, 253, 0.93); }

.text-hover-faded-94 {
  color: rgba(240, 251, 253, 0.94); }

.text-hover-faded-95 {
  color: rgba(240, 251, 253, 0.95); }

.text-hover-faded-96 {
  color: rgba(240, 251, 253, 0.96); }

.text-hover-faded-97 {
  color: rgba(240, 251, 253, 0.97); }

.text-hover-faded-98 {
  color: rgba(240, 251, 253, 0.98); }

.text-hover-faded-99 {
  color: rgba(240, 251, 253, 0.99); }

.text-hover-faded-100 {
  color: #f0fbfd; }

.text-private-faded-0 {
  color: rgba(255, 255, 255, 0); }

.text-private-faded-1 {
  color: rgba(255, 255, 255, 0.01); }

.text-private-faded-2 {
  color: rgba(255, 255, 255, 0.02); }

.text-private-faded-3 {
  color: rgba(255, 255, 255, 0.03); }

.text-private-faded-4 {
  color: rgba(255, 255, 255, 0.04); }

.text-private-faded-5 {
  color: rgba(255, 255, 255, 0.05); }

.text-private-faded-6 {
  color: rgba(255, 255, 255, 0.06); }

.text-private-faded-7 {
  color: rgba(255, 255, 255, 0.07); }

.text-private-faded-8 {
  color: rgba(255, 255, 255, 0.08); }

.text-private-faded-9 {
  color: rgba(255, 255, 255, 0.09); }

.text-private-faded-10 {
  color: rgba(255, 255, 255, 0.1); }

.text-private-faded-11 {
  color: rgba(255, 255, 255, 0.11); }

.text-private-faded-12 {
  color: rgba(255, 255, 255, 0.12); }

.text-private-faded-13 {
  color: rgba(255, 255, 255, 0.13); }

.text-private-faded-14 {
  color: rgba(255, 255, 255, 0.14); }

.text-private-faded-15 {
  color: rgba(255, 255, 255, 0.15); }

.text-private-faded-16 {
  color: rgba(255, 255, 255, 0.16); }

.text-private-faded-17 {
  color: rgba(255, 255, 255, 0.17); }

.text-private-faded-18 {
  color: rgba(255, 255, 255, 0.18); }

.text-private-faded-19 {
  color: rgba(255, 255, 255, 0.19); }

.text-private-faded-20 {
  color: rgba(255, 255, 255, 0.2); }

.text-private-faded-21 {
  color: rgba(255, 255, 255, 0.21); }

.text-private-faded-22 {
  color: rgba(255, 255, 255, 0.22); }

.text-private-faded-23 {
  color: rgba(255, 255, 255, 0.23); }

.text-private-faded-24 {
  color: rgba(255, 255, 255, 0.24); }

.text-private-faded-25 {
  color: rgba(255, 255, 255, 0.25); }

.text-private-faded-26 {
  color: rgba(255, 255, 255, 0.26); }

.text-private-faded-27 {
  color: rgba(255, 255, 255, 0.27); }

.text-private-faded-28 {
  color: rgba(255, 255, 255, 0.28); }

.text-private-faded-29 {
  color: rgba(255, 255, 255, 0.29); }

.text-private-faded-30 {
  color: rgba(255, 255, 255, 0.3); }

.text-private-faded-31 {
  color: rgba(255, 255, 255, 0.31); }

.text-private-faded-32 {
  color: rgba(255, 255, 255, 0.32); }

.text-private-faded-33 {
  color: rgba(255, 255, 255, 0.33); }

.text-private-faded-34 {
  color: rgba(255, 255, 255, 0.34); }

.text-private-faded-35 {
  color: rgba(255, 255, 255, 0.35); }

.text-private-faded-36 {
  color: rgba(255, 255, 255, 0.36); }

.text-private-faded-37 {
  color: rgba(255, 255, 255, 0.37); }

.text-private-faded-38 {
  color: rgba(255, 255, 255, 0.38); }

.text-private-faded-39 {
  color: rgba(255, 255, 255, 0.39); }

.text-private-faded-40 {
  color: rgba(255, 255, 255, 0.4); }

.text-private-faded-41 {
  color: rgba(255, 255, 255, 0.41); }

.text-private-faded-42 {
  color: rgba(255, 255, 255, 0.42); }

.text-private-faded-43 {
  color: rgba(255, 255, 255, 0.43); }

.text-private-faded-44 {
  color: rgba(255, 255, 255, 0.44); }

.text-private-faded-45 {
  color: rgba(255, 255, 255, 0.45); }

.text-private-faded-46 {
  color: rgba(255, 255, 255, 0.46); }

.text-private-faded-47 {
  color: rgba(255, 255, 255, 0.47); }

.text-private-faded-48 {
  color: rgba(255, 255, 255, 0.48); }

.text-private-faded-49 {
  color: rgba(255, 255, 255, 0.49); }

.text-private-faded-50 {
  color: rgba(255, 255, 255, 0.5); }

.text-private-faded-51 {
  color: rgba(255, 255, 255, 0.51); }

.text-private-faded-52 {
  color: rgba(255, 255, 255, 0.52); }

.text-private-faded-53 {
  color: rgba(255, 255, 255, 0.53); }

.text-private-faded-54 {
  color: rgba(255, 255, 255, 0.54); }

.text-private-faded-55 {
  color: rgba(255, 255, 255, 0.55); }

.text-private-faded-56 {
  color: rgba(255, 255, 255, 0.56); }

.text-private-faded-57 {
  color: rgba(255, 255, 255, 0.57); }

.text-private-faded-58 {
  color: rgba(255, 255, 255, 0.58); }

.text-private-faded-59 {
  color: rgba(255, 255, 255, 0.59); }

.text-private-faded-60 {
  color: rgba(255, 255, 255, 0.6); }

.text-private-faded-61 {
  color: rgba(255, 255, 255, 0.61); }

.text-private-faded-62 {
  color: rgba(255, 255, 255, 0.62); }

.text-private-faded-63 {
  color: rgba(255, 255, 255, 0.63); }

.text-private-faded-64 {
  color: rgba(255, 255, 255, 0.64); }

.text-private-faded-65 {
  color: rgba(255, 255, 255, 0.65); }

.text-private-faded-66 {
  color: rgba(255, 255, 255, 0.66); }

.text-private-faded-67 {
  color: rgba(255, 255, 255, 0.67); }

.text-private-faded-68 {
  color: rgba(255, 255, 255, 0.68); }

.text-private-faded-69 {
  color: rgba(255, 255, 255, 0.69); }

.text-private-faded-70 {
  color: rgba(255, 255, 255, 0.7); }

.text-private-faded-71 {
  color: rgba(255, 255, 255, 0.71); }

.text-private-faded-72 {
  color: rgba(255, 255, 255, 0.72); }

.text-private-faded-73 {
  color: rgba(255, 255, 255, 0.73); }

.text-private-faded-74 {
  color: rgba(255, 255, 255, 0.74); }

.text-private-faded-75 {
  color: rgba(255, 255, 255, 0.75); }

.text-private-faded-76 {
  color: rgba(255, 255, 255, 0.76); }

.text-private-faded-77 {
  color: rgba(255, 255, 255, 0.77); }

.text-private-faded-78 {
  color: rgba(255, 255, 255, 0.78); }

.text-private-faded-79 {
  color: rgba(255, 255, 255, 0.79); }

.text-private-faded-80 {
  color: rgba(255, 255, 255, 0.8); }

.text-private-faded-81 {
  color: rgba(255, 255, 255, 0.81); }

.text-private-faded-82 {
  color: rgba(255, 255, 255, 0.82); }

.text-private-faded-83 {
  color: rgba(255, 255, 255, 0.83); }

.text-private-faded-84 {
  color: rgba(255, 255, 255, 0.84); }

.text-private-faded-85 {
  color: rgba(255, 255, 255, 0.85); }

.text-private-faded-86 {
  color: rgba(255, 255, 255, 0.86); }

.text-private-faded-87 {
  color: rgba(255, 255, 255, 0.87); }

.text-private-faded-88 {
  color: rgba(255, 255, 255, 0.88); }

.text-private-faded-89 {
  color: rgba(255, 255, 255, 0.89); }

.text-private-faded-90 {
  color: rgba(255, 255, 255, 0.9); }

.text-private-faded-91 {
  color: rgba(255, 255, 255, 0.91); }

.text-private-faded-92 {
  color: rgba(255, 255, 255, 0.92); }

.text-private-faded-93 {
  color: rgba(255, 255, 255, 0.93); }

.text-private-faded-94 {
  color: rgba(255, 255, 255, 0.94); }

.text-private-faded-95 {
  color: rgba(255, 255, 255, 0.95); }

.text-private-faded-96 {
  color: rgba(255, 255, 255, 0.96); }

.text-private-faded-97 {
  color: rgba(255, 255, 255, 0.97); }

.text-private-faded-98 {
  color: rgba(255, 255, 255, 0.98); }

.text-private-faded-99 {
  color: rgba(255, 255, 255, 0.99); }

.text-private-faded-100 {
  color: white; }

.text-yellow-faded-0 {
  color: rgba(255, 193, 7, 0); }

.text-yellow-faded-1 {
  color: rgba(255, 193, 7, 0.01); }

.text-yellow-faded-2 {
  color: rgba(255, 193, 7, 0.02); }

.text-yellow-faded-3 {
  color: rgba(255, 193, 7, 0.03); }

.text-yellow-faded-4 {
  color: rgba(255, 193, 7, 0.04); }

.text-yellow-faded-5 {
  color: rgba(255, 193, 7, 0.05); }

.text-yellow-faded-6 {
  color: rgba(255, 193, 7, 0.06); }

.text-yellow-faded-7 {
  color: rgba(255, 193, 7, 0.07); }

.text-yellow-faded-8 {
  color: rgba(255, 193, 7, 0.08); }

.text-yellow-faded-9 {
  color: rgba(255, 193, 7, 0.09); }

.text-yellow-faded-10 {
  color: rgba(255, 193, 7, 0.1); }

.text-yellow-faded-11 {
  color: rgba(255, 193, 7, 0.11); }

.text-yellow-faded-12 {
  color: rgba(255, 193, 7, 0.12); }

.text-yellow-faded-13 {
  color: rgba(255, 193, 7, 0.13); }

.text-yellow-faded-14 {
  color: rgba(255, 193, 7, 0.14); }

.text-yellow-faded-15 {
  color: rgba(255, 193, 7, 0.15); }

.text-yellow-faded-16 {
  color: rgba(255, 193, 7, 0.16); }

.text-yellow-faded-17 {
  color: rgba(255, 193, 7, 0.17); }

.text-yellow-faded-18 {
  color: rgba(255, 193, 7, 0.18); }

.text-yellow-faded-19 {
  color: rgba(255, 193, 7, 0.19); }

.text-yellow-faded-20 {
  color: rgba(255, 193, 7, 0.2); }

.text-yellow-faded-21 {
  color: rgba(255, 193, 7, 0.21); }

.text-yellow-faded-22 {
  color: rgba(255, 193, 7, 0.22); }

.text-yellow-faded-23 {
  color: rgba(255, 193, 7, 0.23); }

.text-yellow-faded-24 {
  color: rgba(255, 193, 7, 0.24); }

.text-yellow-faded-25 {
  color: rgba(255, 193, 7, 0.25); }

.text-yellow-faded-26 {
  color: rgba(255, 193, 7, 0.26); }

.text-yellow-faded-27 {
  color: rgba(255, 193, 7, 0.27); }

.text-yellow-faded-28 {
  color: rgba(255, 193, 7, 0.28); }

.text-yellow-faded-29 {
  color: rgba(255, 193, 7, 0.29); }

.text-yellow-faded-30 {
  color: rgba(255, 193, 7, 0.3); }

.text-yellow-faded-31 {
  color: rgba(255, 193, 7, 0.31); }

.text-yellow-faded-32 {
  color: rgba(255, 193, 7, 0.32); }

.text-yellow-faded-33 {
  color: rgba(255, 193, 7, 0.33); }

.text-yellow-faded-34 {
  color: rgba(255, 193, 7, 0.34); }

.text-yellow-faded-35 {
  color: rgba(255, 193, 7, 0.35); }

.text-yellow-faded-36 {
  color: rgba(255, 193, 7, 0.36); }

.text-yellow-faded-37 {
  color: rgba(255, 193, 7, 0.37); }

.text-yellow-faded-38 {
  color: rgba(255, 193, 7, 0.38); }

.text-yellow-faded-39 {
  color: rgba(255, 193, 7, 0.39); }

.text-yellow-faded-40 {
  color: rgba(255, 193, 7, 0.4); }

.text-yellow-faded-41 {
  color: rgba(255, 193, 7, 0.41); }

.text-yellow-faded-42 {
  color: rgba(255, 193, 7, 0.42); }

.text-yellow-faded-43 {
  color: rgba(255, 193, 7, 0.43); }

.text-yellow-faded-44 {
  color: rgba(255, 193, 7, 0.44); }

.text-yellow-faded-45 {
  color: rgba(255, 193, 7, 0.45); }

.text-yellow-faded-46 {
  color: rgba(255, 193, 7, 0.46); }

.text-yellow-faded-47 {
  color: rgba(255, 193, 7, 0.47); }

.text-yellow-faded-48 {
  color: rgba(255, 193, 7, 0.48); }

.text-yellow-faded-49 {
  color: rgba(255, 193, 7, 0.49); }

.text-yellow-faded-50 {
  color: rgba(255, 193, 7, 0.5); }

.text-yellow-faded-51 {
  color: rgba(255, 193, 7, 0.51); }

.text-yellow-faded-52 {
  color: rgba(255, 193, 7, 0.52); }

.text-yellow-faded-53 {
  color: rgba(255, 193, 7, 0.53); }

.text-yellow-faded-54 {
  color: rgba(255, 193, 7, 0.54); }

.text-yellow-faded-55 {
  color: rgba(255, 193, 7, 0.55); }

.text-yellow-faded-56 {
  color: rgba(255, 193, 7, 0.56); }

.text-yellow-faded-57 {
  color: rgba(255, 193, 7, 0.57); }

.text-yellow-faded-58 {
  color: rgba(255, 193, 7, 0.58); }

.text-yellow-faded-59 {
  color: rgba(255, 193, 7, 0.59); }

.text-yellow-faded-60 {
  color: rgba(255, 193, 7, 0.6); }

.text-yellow-faded-61 {
  color: rgba(255, 193, 7, 0.61); }

.text-yellow-faded-62 {
  color: rgba(255, 193, 7, 0.62); }

.text-yellow-faded-63 {
  color: rgba(255, 193, 7, 0.63); }

.text-yellow-faded-64 {
  color: rgba(255, 193, 7, 0.64); }

.text-yellow-faded-65 {
  color: rgba(255, 193, 7, 0.65); }

.text-yellow-faded-66 {
  color: rgba(255, 193, 7, 0.66); }

.text-yellow-faded-67 {
  color: rgba(255, 193, 7, 0.67); }

.text-yellow-faded-68 {
  color: rgba(255, 193, 7, 0.68); }

.text-yellow-faded-69 {
  color: rgba(255, 193, 7, 0.69); }

.text-yellow-faded-70 {
  color: rgba(255, 193, 7, 0.7); }

.text-yellow-faded-71 {
  color: rgba(255, 193, 7, 0.71); }

.text-yellow-faded-72 {
  color: rgba(255, 193, 7, 0.72); }

.text-yellow-faded-73 {
  color: rgba(255, 193, 7, 0.73); }

.text-yellow-faded-74 {
  color: rgba(255, 193, 7, 0.74); }

.text-yellow-faded-75 {
  color: rgba(255, 193, 7, 0.75); }

.text-yellow-faded-76 {
  color: rgba(255, 193, 7, 0.76); }

.text-yellow-faded-77 {
  color: rgba(255, 193, 7, 0.77); }

.text-yellow-faded-78 {
  color: rgba(255, 193, 7, 0.78); }

.text-yellow-faded-79 {
  color: rgba(255, 193, 7, 0.79); }

.text-yellow-faded-80 {
  color: rgba(255, 193, 7, 0.8); }

.text-yellow-faded-81 {
  color: rgba(255, 193, 7, 0.81); }

.text-yellow-faded-82 {
  color: rgba(255, 193, 7, 0.82); }

.text-yellow-faded-83 {
  color: rgba(255, 193, 7, 0.83); }

.text-yellow-faded-84 {
  color: rgba(255, 193, 7, 0.84); }

.text-yellow-faded-85 {
  color: rgba(255, 193, 7, 0.85); }

.text-yellow-faded-86 {
  color: rgba(255, 193, 7, 0.86); }

.text-yellow-faded-87 {
  color: rgba(255, 193, 7, 0.87); }

.text-yellow-faded-88 {
  color: rgba(255, 193, 7, 0.88); }

.text-yellow-faded-89 {
  color: rgba(255, 193, 7, 0.89); }

.text-yellow-faded-90 {
  color: rgba(255, 193, 7, 0.9); }

.text-yellow-faded-91 {
  color: rgba(255, 193, 7, 0.91); }

.text-yellow-faded-92 {
  color: rgba(255, 193, 7, 0.92); }

.text-yellow-faded-93 {
  color: rgba(255, 193, 7, 0.93); }

.text-yellow-faded-94 {
  color: rgba(255, 193, 7, 0.94); }

.text-yellow-faded-95 {
  color: rgba(255, 193, 7, 0.95); }

.text-yellow-faded-96 {
  color: rgba(255, 193, 7, 0.96); }

.text-yellow-faded-97 {
  color: rgba(255, 193, 7, 0.97); }

.text-yellow-faded-98 {
  color: rgba(255, 193, 7, 0.98); }

.text-yellow-faded-99 {
  color: rgba(255, 193, 7, 0.99); }

.text-yellow-faded-100 {
  color: #ffc107; }

.text-border-faded-0 {
  color: rgba(215, 231, 243, 0); }

.text-border-faded-1 {
  color: rgba(215, 231, 243, 0.01); }

.text-border-faded-2 {
  color: rgba(215, 231, 243, 0.02); }

.text-border-faded-3 {
  color: rgba(215, 231, 243, 0.03); }

.text-border-faded-4 {
  color: rgba(215, 231, 243, 0.04); }

.text-border-faded-5 {
  color: rgba(215, 231, 243, 0.05); }

.text-border-faded-6 {
  color: rgba(215, 231, 243, 0.06); }

.text-border-faded-7 {
  color: rgba(215, 231, 243, 0.07); }

.text-border-faded-8 {
  color: rgba(215, 231, 243, 0.08); }

.text-border-faded-9 {
  color: rgba(215, 231, 243, 0.09); }

.text-border-faded-10 {
  color: rgba(215, 231, 243, 0.1); }

.text-border-faded-11 {
  color: rgba(215, 231, 243, 0.11); }

.text-border-faded-12 {
  color: rgba(215, 231, 243, 0.12); }

.text-border-faded-13 {
  color: rgba(215, 231, 243, 0.13); }

.text-border-faded-14 {
  color: rgba(215, 231, 243, 0.14); }

.text-border-faded-15 {
  color: rgba(215, 231, 243, 0.15); }

.text-border-faded-16 {
  color: rgba(215, 231, 243, 0.16); }

.text-border-faded-17 {
  color: rgba(215, 231, 243, 0.17); }

.text-border-faded-18 {
  color: rgba(215, 231, 243, 0.18); }

.text-border-faded-19 {
  color: rgba(215, 231, 243, 0.19); }

.text-border-faded-20 {
  color: rgba(215, 231, 243, 0.2); }

.text-border-faded-21 {
  color: rgba(215, 231, 243, 0.21); }

.text-border-faded-22 {
  color: rgba(215, 231, 243, 0.22); }

.text-border-faded-23 {
  color: rgba(215, 231, 243, 0.23); }

.text-border-faded-24 {
  color: rgba(215, 231, 243, 0.24); }

.text-border-faded-25 {
  color: rgba(215, 231, 243, 0.25); }

.text-border-faded-26 {
  color: rgba(215, 231, 243, 0.26); }

.text-border-faded-27 {
  color: rgba(215, 231, 243, 0.27); }

.text-border-faded-28 {
  color: rgba(215, 231, 243, 0.28); }

.text-border-faded-29 {
  color: rgba(215, 231, 243, 0.29); }

.text-border-faded-30 {
  color: rgba(215, 231, 243, 0.3); }

.text-border-faded-31 {
  color: rgba(215, 231, 243, 0.31); }

.text-border-faded-32 {
  color: rgba(215, 231, 243, 0.32); }

.text-border-faded-33 {
  color: rgba(215, 231, 243, 0.33); }

.text-border-faded-34 {
  color: rgba(215, 231, 243, 0.34); }

.text-border-faded-35 {
  color: rgba(215, 231, 243, 0.35); }

.text-border-faded-36 {
  color: rgba(215, 231, 243, 0.36); }

.text-border-faded-37 {
  color: rgba(215, 231, 243, 0.37); }

.text-border-faded-38 {
  color: rgba(215, 231, 243, 0.38); }

.text-border-faded-39 {
  color: rgba(215, 231, 243, 0.39); }

.text-border-faded-40 {
  color: rgba(215, 231, 243, 0.4); }

.text-border-faded-41 {
  color: rgba(215, 231, 243, 0.41); }

.text-border-faded-42 {
  color: rgba(215, 231, 243, 0.42); }

.text-border-faded-43 {
  color: rgba(215, 231, 243, 0.43); }

.text-border-faded-44 {
  color: rgba(215, 231, 243, 0.44); }

.text-border-faded-45 {
  color: rgba(215, 231, 243, 0.45); }

.text-border-faded-46 {
  color: rgba(215, 231, 243, 0.46); }

.text-border-faded-47 {
  color: rgba(215, 231, 243, 0.47); }

.text-border-faded-48 {
  color: rgba(215, 231, 243, 0.48); }

.text-border-faded-49 {
  color: rgba(215, 231, 243, 0.49); }

.text-border-faded-50 {
  color: rgba(215, 231, 243, 0.5); }

.text-border-faded-51 {
  color: rgba(215, 231, 243, 0.51); }

.text-border-faded-52 {
  color: rgba(215, 231, 243, 0.52); }

.text-border-faded-53 {
  color: rgba(215, 231, 243, 0.53); }

.text-border-faded-54 {
  color: rgba(215, 231, 243, 0.54); }

.text-border-faded-55 {
  color: rgba(215, 231, 243, 0.55); }

.text-border-faded-56 {
  color: rgba(215, 231, 243, 0.56); }

.text-border-faded-57 {
  color: rgba(215, 231, 243, 0.57); }

.text-border-faded-58 {
  color: rgba(215, 231, 243, 0.58); }

.text-border-faded-59 {
  color: rgba(215, 231, 243, 0.59); }

.text-border-faded-60 {
  color: rgba(215, 231, 243, 0.6); }

.text-border-faded-61 {
  color: rgba(215, 231, 243, 0.61); }

.text-border-faded-62 {
  color: rgba(215, 231, 243, 0.62); }

.text-border-faded-63 {
  color: rgba(215, 231, 243, 0.63); }

.text-border-faded-64 {
  color: rgba(215, 231, 243, 0.64); }

.text-border-faded-65 {
  color: rgba(215, 231, 243, 0.65); }

.text-border-faded-66 {
  color: rgba(215, 231, 243, 0.66); }

.text-border-faded-67 {
  color: rgba(215, 231, 243, 0.67); }

.text-border-faded-68 {
  color: rgba(215, 231, 243, 0.68); }

.text-border-faded-69 {
  color: rgba(215, 231, 243, 0.69); }

.text-border-faded-70 {
  color: rgba(215, 231, 243, 0.7); }

.text-border-faded-71 {
  color: rgba(215, 231, 243, 0.71); }

.text-border-faded-72 {
  color: rgba(215, 231, 243, 0.72); }

.text-border-faded-73 {
  color: rgba(215, 231, 243, 0.73); }

.text-border-faded-74 {
  color: rgba(215, 231, 243, 0.74); }

.text-border-faded-75 {
  color: rgba(215, 231, 243, 0.75); }

.text-border-faded-76 {
  color: rgba(215, 231, 243, 0.76); }

.text-border-faded-77 {
  color: rgba(215, 231, 243, 0.77); }

.text-border-faded-78 {
  color: rgba(215, 231, 243, 0.78); }

.text-border-faded-79 {
  color: rgba(215, 231, 243, 0.79); }

.text-border-faded-80 {
  color: rgba(215, 231, 243, 0.8); }

.text-border-faded-81 {
  color: rgba(215, 231, 243, 0.81); }

.text-border-faded-82 {
  color: rgba(215, 231, 243, 0.82); }

.text-border-faded-83 {
  color: rgba(215, 231, 243, 0.83); }

.text-border-faded-84 {
  color: rgba(215, 231, 243, 0.84); }

.text-border-faded-85 {
  color: rgba(215, 231, 243, 0.85); }

.text-border-faded-86 {
  color: rgba(215, 231, 243, 0.86); }

.text-border-faded-87 {
  color: rgba(215, 231, 243, 0.87); }

.text-border-faded-88 {
  color: rgba(215, 231, 243, 0.88); }

.text-border-faded-89 {
  color: rgba(215, 231, 243, 0.89); }

.text-border-faded-90 {
  color: rgba(215, 231, 243, 0.9); }

.text-border-faded-91 {
  color: rgba(215, 231, 243, 0.91); }

.text-border-faded-92 {
  color: rgba(215, 231, 243, 0.92); }

.text-border-faded-93 {
  color: rgba(215, 231, 243, 0.93); }

.text-border-faded-94 {
  color: rgba(215, 231, 243, 0.94); }

.text-border-faded-95 {
  color: rgba(215, 231, 243, 0.95); }

.text-border-faded-96 {
  color: rgba(215, 231, 243, 0.96); }

.text-border-faded-97 {
  color: rgba(215, 231, 243, 0.97); }

.text-border-faded-98 {
  color: rgba(215, 231, 243, 0.98); }

.text-border-faded-99 {
  color: rgba(215, 231, 243, 0.99); }

.text-border-faded-100 {
  color: #d7e7f3; }

.text-black-faded-0 {
  color: rgba(0, 0, 0, 0); }

.text-black-faded-1 {
  color: rgba(0, 0, 0, 0.01); }

.text-black-faded-2 {
  color: rgba(0, 0, 0, 0.02); }

.text-black-faded-3 {
  color: rgba(0, 0, 0, 0.03); }

.text-black-faded-4 {
  color: rgba(0, 0, 0, 0.04); }

.text-black-faded-5 {
  color: rgba(0, 0, 0, 0.05); }

.text-black-faded-6 {
  color: rgba(0, 0, 0, 0.06); }

.text-black-faded-7 {
  color: rgba(0, 0, 0, 0.07); }

.text-black-faded-8 {
  color: rgba(0, 0, 0, 0.08); }

.text-black-faded-9 {
  color: rgba(0, 0, 0, 0.09); }

.text-black-faded-10 {
  color: rgba(0, 0, 0, 0.1); }

.text-black-faded-11 {
  color: rgba(0, 0, 0, 0.11); }

.text-black-faded-12 {
  color: rgba(0, 0, 0, 0.12); }

.text-black-faded-13 {
  color: rgba(0, 0, 0, 0.13); }

.text-black-faded-14 {
  color: rgba(0, 0, 0, 0.14); }

.text-black-faded-15 {
  color: rgba(0, 0, 0, 0.15); }

.text-black-faded-16 {
  color: rgba(0, 0, 0, 0.16); }

.text-black-faded-17 {
  color: rgba(0, 0, 0, 0.17); }

.text-black-faded-18 {
  color: rgba(0, 0, 0, 0.18); }

.text-black-faded-19 {
  color: rgba(0, 0, 0, 0.19); }

.text-black-faded-20 {
  color: rgba(0, 0, 0, 0.2); }

.text-black-faded-21 {
  color: rgba(0, 0, 0, 0.21); }

.text-black-faded-22 {
  color: rgba(0, 0, 0, 0.22); }

.text-black-faded-23 {
  color: rgba(0, 0, 0, 0.23); }

.text-black-faded-24 {
  color: rgba(0, 0, 0, 0.24); }

.text-black-faded-25 {
  color: rgba(0, 0, 0, 0.25); }

.text-black-faded-26 {
  color: rgba(0, 0, 0, 0.26); }

.text-black-faded-27 {
  color: rgba(0, 0, 0, 0.27); }

.text-black-faded-28 {
  color: rgba(0, 0, 0, 0.28); }

.text-black-faded-29 {
  color: rgba(0, 0, 0, 0.29); }

.text-black-faded-30 {
  color: rgba(0, 0, 0, 0.3); }

.text-black-faded-31 {
  color: rgba(0, 0, 0, 0.31); }

.text-black-faded-32 {
  color: rgba(0, 0, 0, 0.32); }

.text-black-faded-33 {
  color: rgba(0, 0, 0, 0.33); }

.text-black-faded-34 {
  color: rgba(0, 0, 0, 0.34); }

.text-black-faded-35 {
  color: rgba(0, 0, 0, 0.35); }

.text-black-faded-36 {
  color: rgba(0, 0, 0, 0.36); }

.text-black-faded-37 {
  color: rgba(0, 0, 0, 0.37); }

.text-black-faded-38 {
  color: rgba(0, 0, 0, 0.38); }

.text-black-faded-39 {
  color: rgba(0, 0, 0, 0.39); }

.text-black-faded-40 {
  color: rgba(0, 0, 0, 0.4); }

.text-black-faded-41 {
  color: rgba(0, 0, 0, 0.41); }

.text-black-faded-42 {
  color: rgba(0, 0, 0, 0.42); }

.text-black-faded-43 {
  color: rgba(0, 0, 0, 0.43); }

.text-black-faded-44 {
  color: rgba(0, 0, 0, 0.44); }

.text-black-faded-45 {
  color: rgba(0, 0, 0, 0.45); }

.text-black-faded-46 {
  color: rgba(0, 0, 0, 0.46); }

.text-black-faded-47 {
  color: rgba(0, 0, 0, 0.47); }

.text-black-faded-48 {
  color: rgba(0, 0, 0, 0.48); }

.text-black-faded-49 {
  color: rgba(0, 0, 0, 0.49); }

.text-black-faded-50 {
  color: rgba(0, 0, 0, 0.5); }

.text-black-faded-51 {
  color: rgba(0, 0, 0, 0.51); }

.text-black-faded-52 {
  color: rgba(0, 0, 0, 0.52); }

.text-black-faded-53 {
  color: rgba(0, 0, 0, 0.53); }

.text-black-faded-54 {
  color: rgba(0, 0, 0, 0.54); }

.text-black-faded-55 {
  color: rgba(0, 0, 0, 0.55); }

.text-black-faded-56 {
  color: rgba(0, 0, 0, 0.56); }

.text-black-faded-57 {
  color: rgba(0, 0, 0, 0.57); }

.text-black-faded-58 {
  color: rgba(0, 0, 0, 0.58); }

.text-black-faded-59 {
  color: rgba(0, 0, 0, 0.59); }

.text-black-faded-60 {
  color: rgba(0, 0, 0, 0.6); }

.text-black-faded-61 {
  color: rgba(0, 0, 0, 0.61); }

.text-black-faded-62 {
  color: rgba(0, 0, 0, 0.62); }

.text-black-faded-63 {
  color: rgba(0, 0, 0, 0.63); }

.text-black-faded-64 {
  color: rgba(0, 0, 0, 0.64); }

.text-black-faded-65 {
  color: rgba(0, 0, 0, 0.65); }

.text-black-faded-66 {
  color: rgba(0, 0, 0, 0.66); }

.text-black-faded-67 {
  color: rgba(0, 0, 0, 0.67); }

.text-black-faded-68 {
  color: rgba(0, 0, 0, 0.68); }

.text-black-faded-69 {
  color: rgba(0, 0, 0, 0.69); }

.text-black-faded-70 {
  color: rgba(0, 0, 0, 0.7); }

.text-black-faded-71 {
  color: rgba(0, 0, 0, 0.71); }

.text-black-faded-72 {
  color: rgba(0, 0, 0, 0.72); }

.text-black-faded-73 {
  color: rgba(0, 0, 0, 0.73); }

.text-black-faded-74 {
  color: rgba(0, 0, 0, 0.74); }

.text-black-faded-75 {
  color: rgba(0, 0, 0, 0.75); }

.text-black-faded-76 {
  color: rgba(0, 0, 0, 0.76); }

.text-black-faded-77 {
  color: rgba(0, 0, 0, 0.77); }

.text-black-faded-78 {
  color: rgba(0, 0, 0, 0.78); }

.text-black-faded-79 {
  color: rgba(0, 0, 0, 0.79); }

.text-black-faded-80 {
  color: rgba(0, 0, 0, 0.8); }

.text-black-faded-81 {
  color: rgba(0, 0, 0, 0.81); }

.text-black-faded-82 {
  color: rgba(0, 0, 0, 0.82); }

.text-black-faded-83 {
  color: rgba(0, 0, 0, 0.83); }

.text-black-faded-84 {
  color: rgba(0, 0, 0, 0.84); }

.text-black-faded-85 {
  color: rgba(0, 0, 0, 0.85); }

.text-black-faded-86 {
  color: rgba(0, 0, 0, 0.86); }

.text-black-faded-87 {
  color: rgba(0, 0, 0, 0.87); }

.text-black-faded-88 {
  color: rgba(0, 0, 0, 0.88); }

.text-black-faded-89 {
  color: rgba(0, 0, 0, 0.89); }

.text-black-faded-90 {
  color: rgba(0, 0, 0, 0.9); }

.text-black-faded-91 {
  color: rgba(0, 0, 0, 0.91); }

.text-black-faded-92 {
  color: rgba(0, 0, 0, 0.92); }

.text-black-faded-93 {
  color: rgba(0, 0, 0, 0.93); }

.text-black-faded-94 {
  color: rgba(0, 0, 0, 0.94); }

.text-black-faded-95 {
  color: rgba(0, 0, 0, 0.95); }

.text-black-faded-96 {
  color: rgba(0, 0, 0, 0.96); }

.text-black-faded-97 {
  color: rgba(0, 0, 0, 0.97); }

.text-black-faded-98 {
  color: rgba(0, 0, 0, 0.98); }

.text-black-faded-99 {
  color: rgba(0, 0, 0, 0.99); }

.text-black-faded-100 {
  color: black; }

.text-green-dark-faded-0 {
  color: rgba(1, 115, 11, 0); }

.text-green-dark-faded-1 {
  color: rgba(1, 115, 11, 0.01); }

.text-green-dark-faded-2 {
  color: rgba(1, 115, 11, 0.02); }

.text-green-dark-faded-3 {
  color: rgba(1, 115, 11, 0.03); }

.text-green-dark-faded-4 {
  color: rgba(1, 115, 11, 0.04); }

.text-green-dark-faded-5 {
  color: rgba(1, 115, 11, 0.05); }

.text-green-dark-faded-6 {
  color: rgba(1, 115, 11, 0.06); }

.text-green-dark-faded-7 {
  color: rgba(1, 115, 11, 0.07); }

.text-green-dark-faded-8 {
  color: rgba(1, 115, 11, 0.08); }

.text-green-dark-faded-9 {
  color: rgba(1, 115, 11, 0.09); }

.text-green-dark-faded-10 {
  color: rgba(1, 115, 11, 0.1); }

.text-green-dark-faded-11 {
  color: rgba(1, 115, 11, 0.11); }

.text-green-dark-faded-12 {
  color: rgba(1, 115, 11, 0.12); }

.text-green-dark-faded-13 {
  color: rgba(1, 115, 11, 0.13); }

.text-green-dark-faded-14 {
  color: rgba(1, 115, 11, 0.14); }

.text-green-dark-faded-15 {
  color: rgba(1, 115, 11, 0.15); }

.text-green-dark-faded-16 {
  color: rgba(1, 115, 11, 0.16); }

.text-green-dark-faded-17 {
  color: rgba(1, 115, 11, 0.17); }

.text-green-dark-faded-18 {
  color: rgba(1, 115, 11, 0.18); }

.text-green-dark-faded-19 {
  color: rgba(1, 115, 11, 0.19); }

.text-green-dark-faded-20 {
  color: rgba(1, 115, 11, 0.2); }

.text-green-dark-faded-21 {
  color: rgba(1, 115, 11, 0.21); }

.text-green-dark-faded-22 {
  color: rgba(1, 115, 11, 0.22); }

.text-green-dark-faded-23 {
  color: rgba(1, 115, 11, 0.23); }

.text-green-dark-faded-24 {
  color: rgba(1, 115, 11, 0.24); }

.text-green-dark-faded-25 {
  color: rgba(1, 115, 11, 0.25); }

.text-green-dark-faded-26 {
  color: rgba(1, 115, 11, 0.26); }

.text-green-dark-faded-27 {
  color: rgba(1, 115, 11, 0.27); }

.text-green-dark-faded-28 {
  color: rgba(1, 115, 11, 0.28); }

.text-green-dark-faded-29 {
  color: rgba(1, 115, 11, 0.29); }

.text-green-dark-faded-30 {
  color: rgba(1, 115, 11, 0.3); }

.text-green-dark-faded-31 {
  color: rgba(1, 115, 11, 0.31); }

.text-green-dark-faded-32 {
  color: rgba(1, 115, 11, 0.32); }

.text-green-dark-faded-33 {
  color: rgba(1, 115, 11, 0.33); }

.text-green-dark-faded-34 {
  color: rgba(1, 115, 11, 0.34); }

.text-green-dark-faded-35 {
  color: rgba(1, 115, 11, 0.35); }

.text-green-dark-faded-36 {
  color: rgba(1, 115, 11, 0.36); }

.text-green-dark-faded-37 {
  color: rgba(1, 115, 11, 0.37); }

.text-green-dark-faded-38 {
  color: rgba(1, 115, 11, 0.38); }

.text-green-dark-faded-39 {
  color: rgba(1, 115, 11, 0.39); }

.text-green-dark-faded-40 {
  color: rgba(1, 115, 11, 0.4); }

.text-green-dark-faded-41 {
  color: rgba(1, 115, 11, 0.41); }

.text-green-dark-faded-42 {
  color: rgba(1, 115, 11, 0.42); }

.text-green-dark-faded-43 {
  color: rgba(1, 115, 11, 0.43); }

.text-green-dark-faded-44 {
  color: rgba(1, 115, 11, 0.44); }

.text-green-dark-faded-45 {
  color: rgba(1, 115, 11, 0.45); }

.text-green-dark-faded-46 {
  color: rgba(1, 115, 11, 0.46); }

.text-green-dark-faded-47 {
  color: rgba(1, 115, 11, 0.47); }

.text-green-dark-faded-48 {
  color: rgba(1, 115, 11, 0.48); }

.text-green-dark-faded-49 {
  color: rgba(1, 115, 11, 0.49); }

.text-green-dark-faded-50 {
  color: rgba(1, 115, 11, 0.5); }

.text-green-dark-faded-51 {
  color: rgba(1, 115, 11, 0.51); }

.text-green-dark-faded-52 {
  color: rgba(1, 115, 11, 0.52); }

.text-green-dark-faded-53 {
  color: rgba(1, 115, 11, 0.53); }

.text-green-dark-faded-54 {
  color: rgba(1, 115, 11, 0.54); }

.text-green-dark-faded-55 {
  color: rgba(1, 115, 11, 0.55); }

.text-green-dark-faded-56 {
  color: rgba(1, 115, 11, 0.56); }

.text-green-dark-faded-57 {
  color: rgba(1, 115, 11, 0.57); }

.text-green-dark-faded-58 {
  color: rgba(1, 115, 11, 0.58); }

.text-green-dark-faded-59 {
  color: rgba(1, 115, 11, 0.59); }

.text-green-dark-faded-60 {
  color: rgba(1, 115, 11, 0.6); }

.text-green-dark-faded-61 {
  color: rgba(1, 115, 11, 0.61); }

.text-green-dark-faded-62 {
  color: rgba(1, 115, 11, 0.62); }

.text-green-dark-faded-63 {
  color: rgba(1, 115, 11, 0.63); }

.text-green-dark-faded-64 {
  color: rgba(1, 115, 11, 0.64); }

.text-green-dark-faded-65 {
  color: rgba(1, 115, 11, 0.65); }

.text-green-dark-faded-66 {
  color: rgba(1, 115, 11, 0.66); }

.text-green-dark-faded-67 {
  color: rgba(1, 115, 11, 0.67); }

.text-green-dark-faded-68 {
  color: rgba(1, 115, 11, 0.68); }

.text-green-dark-faded-69 {
  color: rgba(1, 115, 11, 0.69); }

.text-green-dark-faded-70 {
  color: rgba(1, 115, 11, 0.7); }

.text-green-dark-faded-71 {
  color: rgba(1, 115, 11, 0.71); }

.text-green-dark-faded-72 {
  color: rgba(1, 115, 11, 0.72); }

.text-green-dark-faded-73 {
  color: rgba(1, 115, 11, 0.73); }

.text-green-dark-faded-74 {
  color: rgba(1, 115, 11, 0.74); }

.text-green-dark-faded-75 {
  color: rgba(1, 115, 11, 0.75); }

.text-green-dark-faded-76 {
  color: rgba(1, 115, 11, 0.76); }

.text-green-dark-faded-77 {
  color: rgba(1, 115, 11, 0.77); }

.text-green-dark-faded-78 {
  color: rgba(1, 115, 11, 0.78); }

.text-green-dark-faded-79 {
  color: rgba(1, 115, 11, 0.79); }

.text-green-dark-faded-80 {
  color: rgba(1, 115, 11, 0.8); }

.text-green-dark-faded-81 {
  color: rgba(1, 115, 11, 0.81); }

.text-green-dark-faded-82 {
  color: rgba(1, 115, 11, 0.82); }

.text-green-dark-faded-83 {
  color: rgba(1, 115, 11, 0.83); }

.text-green-dark-faded-84 {
  color: rgba(1, 115, 11, 0.84); }

.text-green-dark-faded-85 {
  color: rgba(1, 115, 11, 0.85); }

.text-green-dark-faded-86 {
  color: rgba(1, 115, 11, 0.86); }

.text-green-dark-faded-87 {
  color: rgba(1, 115, 11, 0.87); }

.text-green-dark-faded-88 {
  color: rgba(1, 115, 11, 0.88); }

.text-green-dark-faded-89 {
  color: rgba(1, 115, 11, 0.89); }

.text-green-dark-faded-90 {
  color: rgba(1, 115, 11, 0.9); }

.text-green-dark-faded-91 {
  color: rgba(1, 115, 11, 0.91); }

.text-green-dark-faded-92 {
  color: rgba(1, 115, 11, 0.92); }

.text-green-dark-faded-93 {
  color: rgba(1, 115, 11, 0.93); }

.text-green-dark-faded-94 {
  color: rgba(1, 115, 11, 0.94); }

.text-green-dark-faded-95 {
  color: rgba(1, 115, 11, 0.95); }

.text-green-dark-faded-96 {
  color: rgba(1, 115, 11, 0.96); }

.text-green-dark-faded-97 {
  color: rgba(1, 115, 11, 0.97); }

.text-green-dark-faded-98 {
  color: rgba(1, 115, 11, 0.98); }

.text-green-dark-faded-99 {
  color: rgba(1, 115, 11, 0.99); }

.text-green-dark-faded-100 {
  color: #01730b; }

.text-placeholder-faded-0 {
  color: rgba(96, 116, 131, 0); }

.text-placeholder-faded-1 {
  color: rgba(96, 116, 131, 0.01); }

.text-placeholder-faded-2 {
  color: rgba(96, 116, 131, 0.02); }

.text-placeholder-faded-3 {
  color: rgba(96, 116, 131, 0.03); }

.text-placeholder-faded-4 {
  color: rgba(96, 116, 131, 0.04); }

.text-placeholder-faded-5 {
  color: rgba(96, 116, 131, 0.05); }

.text-placeholder-faded-6 {
  color: rgba(96, 116, 131, 0.06); }

.text-placeholder-faded-7 {
  color: rgba(96, 116, 131, 0.07); }

.text-placeholder-faded-8 {
  color: rgba(96, 116, 131, 0.08); }

.text-placeholder-faded-9 {
  color: rgba(96, 116, 131, 0.09); }

.text-placeholder-faded-10 {
  color: rgba(96, 116, 131, 0.1); }

.text-placeholder-faded-11 {
  color: rgba(96, 116, 131, 0.11); }

.text-placeholder-faded-12 {
  color: rgba(96, 116, 131, 0.12); }

.text-placeholder-faded-13 {
  color: rgba(96, 116, 131, 0.13); }

.text-placeholder-faded-14 {
  color: rgba(96, 116, 131, 0.14); }

.text-placeholder-faded-15 {
  color: rgba(96, 116, 131, 0.15); }

.text-placeholder-faded-16 {
  color: rgba(96, 116, 131, 0.16); }

.text-placeholder-faded-17 {
  color: rgba(96, 116, 131, 0.17); }

.text-placeholder-faded-18 {
  color: rgba(96, 116, 131, 0.18); }

.text-placeholder-faded-19 {
  color: rgba(96, 116, 131, 0.19); }

.text-placeholder-faded-20 {
  color: rgba(96, 116, 131, 0.2); }

.text-placeholder-faded-21 {
  color: rgba(96, 116, 131, 0.21); }

.text-placeholder-faded-22 {
  color: rgba(96, 116, 131, 0.22); }

.text-placeholder-faded-23 {
  color: rgba(96, 116, 131, 0.23); }

.text-placeholder-faded-24 {
  color: rgba(96, 116, 131, 0.24); }

.text-placeholder-faded-25 {
  color: rgba(96, 116, 131, 0.25); }

.text-placeholder-faded-26 {
  color: rgba(96, 116, 131, 0.26); }

.text-placeholder-faded-27 {
  color: rgba(96, 116, 131, 0.27); }

.text-placeholder-faded-28 {
  color: rgba(96, 116, 131, 0.28); }

.text-placeholder-faded-29 {
  color: rgba(96, 116, 131, 0.29); }

.text-placeholder-faded-30 {
  color: rgba(96, 116, 131, 0.3); }

.text-placeholder-faded-31 {
  color: rgba(96, 116, 131, 0.31); }

.text-placeholder-faded-32 {
  color: rgba(96, 116, 131, 0.32); }

.text-placeholder-faded-33 {
  color: rgba(96, 116, 131, 0.33); }

.text-placeholder-faded-34 {
  color: rgba(96, 116, 131, 0.34); }

.text-placeholder-faded-35 {
  color: rgba(96, 116, 131, 0.35); }

.text-placeholder-faded-36 {
  color: rgba(96, 116, 131, 0.36); }

.text-placeholder-faded-37 {
  color: rgba(96, 116, 131, 0.37); }

.text-placeholder-faded-38 {
  color: rgba(96, 116, 131, 0.38); }

.text-placeholder-faded-39 {
  color: rgba(96, 116, 131, 0.39); }

.text-placeholder-faded-40 {
  color: rgba(96, 116, 131, 0.4); }

.text-placeholder-faded-41 {
  color: rgba(96, 116, 131, 0.41); }

.text-placeholder-faded-42 {
  color: rgba(96, 116, 131, 0.42); }

.text-placeholder-faded-43 {
  color: rgba(96, 116, 131, 0.43); }

.text-placeholder-faded-44 {
  color: rgba(96, 116, 131, 0.44); }

.text-placeholder-faded-45 {
  color: rgba(96, 116, 131, 0.45); }

.text-placeholder-faded-46 {
  color: rgba(96, 116, 131, 0.46); }

.text-placeholder-faded-47 {
  color: rgba(96, 116, 131, 0.47); }

.text-placeholder-faded-48 {
  color: rgba(96, 116, 131, 0.48); }

.text-placeholder-faded-49 {
  color: rgba(96, 116, 131, 0.49); }

.text-placeholder-faded-50 {
  color: rgba(96, 116, 131, 0.5); }

.text-placeholder-faded-51 {
  color: rgba(96, 116, 131, 0.51); }

.text-placeholder-faded-52 {
  color: rgba(96, 116, 131, 0.52); }

.text-placeholder-faded-53 {
  color: rgba(96, 116, 131, 0.53); }

.text-placeholder-faded-54 {
  color: rgba(96, 116, 131, 0.54); }

.text-placeholder-faded-55 {
  color: rgba(96, 116, 131, 0.55); }

.text-placeholder-faded-56 {
  color: rgba(96, 116, 131, 0.56); }

.text-placeholder-faded-57 {
  color: rgba(96, 116, 131, 0.57); }

.text-placeholder-faded-58 {
  color: rgba(96, 116, 131, 0.58); }

.text-placeholder-faded-59 {
  color: rgba(96, 116, 131, 0.59); }

.text-placeholder-faded-60 {
  color: rgba(96, 116, 131, 0.6); }

.text-placeholder-faded-61 {
  color: rgba(96, 116, 131, 0.61); }

.text-placeholder-faded-62 {
  color: rgba(96, 116, 131, 0.62); }

.text-placeholder-faded-63 {
  color: rgba(96, 116, 131, 0.63); }

.text-placeholder-faded-64 {
  color: rgba(96, 116, 131, 0.64); }

.text-placeholder-faded-65 {
  color: rgba(96, 116, 131, 0.65); }

.text-placeholder-faded-66 {
  color: rgba(96, 116, 131, 0.66); }

.text-placeholder-faded-67 {
  color: rgba(96, 116, 131, 0.67); }

.text-placeholder-faded-68 {
  color: rgba(96, 116, 131, 0.68); }

.text-placeholder-faded-69 {
  color: rgba(96, 116, 131, 0.69); }

.text-placeholder-faded-70 {
  color: rgba(96, 116, 131, 0.7); }

.text-placeholder-faded-71 {
  color: rgba(96, 116, 131, 0.71); }

.text-placeholder-faded-72 {
  color: rgba(96, 116, 131, 0.72); }

.text-placeholder-faded-73 {
  color: rgba(96, 116, 131, 0.73); }

.text-placeholder-faded-74 {
  color: rgba(96, 116, 131, 0.74); }

.text-placeholder-faded-75 {
  color: rgba(96, 116, 131, 0.75); }

.text-placeholder-faded-76 {
  color: rgba(96, 116, 131, 0.76); }

.text-placeholder-faded-77 {
  color: rgba(96, 116, 131, 0.77); }

.text-placeholder-faded-78 {
  color: rgba(96, 116, 131, 0.78); }

.text-placeholder-faded-79 {
  color: rgba(96, 116, 131, 0.79); }

.text-placeholder-faded-80 {
  color: rgba(96, 116, 131, 0.8); }

.text-placeholder-faded-81 {
  color: rgba(96, 116, 131, 0.81); }

.text-placeholder-faded-82 {
  color: rgba(96, 116, 131, 0.82); }

.text-placeholder-faded-83 {
  color: rgba(96, 116, 131, 0.83); }

.text-placeholder-faded-84 {
  color: rgba(96, 116, 131, 0.84); }

.text-placeholder-faded-85 {
  color: rgba(96, 116, 131, 0.85); }

.text-placeholder-faded-86 {
  color: rgba(96, 116, 131, 0.86); }

.text-placeholder-faded-87 {
  color: rgba(96, 116, 131, 0.87); }

.text-placeholder-faded-88 {
  color: rgba(96, 116, 131, 0.88); }

.text-placeholder-faded-89 {
  color: rgba(96, 116, 131, 0.89); }

.text-placeholder-faded-90 {
  color: rgba(96, 116, 131, 0.9); }

.text-placeholder-faded-91 {
  color: rgba(96, 116, 131, 0.91); }

.text-placeholder-faded-92 {
  color: rgba(96, 116, 131, 0.92); }

.text-placeholder-faded-93 {
  color: rgba(96, 116, 131, 0.93); }

.text-placeholder-faded-94 {
  color: rgba(96, 116, 131, 0.94); }

.text-placeholder-faded-95 {
  color: rgba(96, 116, 131, 0.95); }

.text-placeholder-faded-96 {
  color: rgba(96, 116, 131, 0.96); }

.text-placeholder-faded-97 {
  color: rgba(96, 116, 131, 0.97); }

.text-placeholder-faded-98 {
  color: rgba(96, 116, 131, 0.98); }

.text-placeholder-faded-99 {
  color: rgba(96, 116, 131, 0.99); }

.text-placeholder-faded-100 {
  color: #607483; }

.text-xs {
  font-size: 0.563rem; }

.text-lg {
  font-size: 1.25rem; }

.text-xl {
  font-size: 1.5rem; }

.text-inherit {
  color: inherit !important; }

.text-underline {
  text-decoration: underline !important; }

.text-underline-dashed {
  text-decoration: underline dashed !important; }

.text-strike-through {
  text-decoration: line-through !important; }

.text-bold {
  font-weight: 600; }

.text-hr {
  display: flex;
  align-items: center; }
  .text-hr:after {
    height: 0.2em;
    content: "";
    margin-left: 0.5rem;
    flex: 1 1;
    border-bottom: 1px solid #d7e7f3; }

.text-circle {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  vertical-align: baseline;
  background-color: #a6b5c2;
  color: #fff;
  border-radius: 100%;
  margin-bottom: 0; }

a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):not(.badge) {
  color: #203f7b;
  text-decoration: underline; }
  a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):not(.badge):hover {
    color: #1a3262; }
  a:not([href]):not([tabindex]):not(.fa):not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):not(.badge) i::before {
    display: inline-block;
    text-decoration: none !important; }

.no-underline {
  text-decoration: none !important; }
  .no-underline:hover {
    text-decoration: none !important; }

.link-action {
  color: #a6b5c2 !important;
  text-decoration: none !important;
  transition: color 0.15s; }
  .link-action:hover {
    color: #346f8f !important;
    transition: none;
    text-decoration: none !important; }

.text-capitalize-first-letter::first-letter {
  text-transform: uppercase; }

.text-highlight {
  background: #f0fbfd; }

.text-inactive {
  color: #dbe2e8 !important; }

.line-height-normalize {
  line-height: 1; }

.line-height-lg {
  line-height: 2; }

.text-rotate {
  writing-mode: vertical-rl;
  transform: scale(-1);
  text-align: center; }

.text-flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.bullet-list {
  padding-left: 0;
  list-style: none; }
  .bullet-list > li {
    display: inline-block; }
    .bullet-list > li:not(:first-child):before {
      content: "•";
      margin-left: 0.3em;
      margin-right: 0.3em; }

.invisible-md {
  visibility: initial; }
  @media (min-width: 992px) {
    .invisible-md {
      visibility: hidden; } }
.ngb-dp-day:not(:hover):not(:focus) .btn-light, .ngb-dp-day:not(:hover):not(:focus) .btn-white, .ngb-dp-day:not(:hover):not(:focus) .btn-hover {
  background: transparent; }

body > ngb-datepicker {
  z-index: 1056 !important; }

.ngb-dp-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; }

.was-validated ngb-timepicker.ng-invalid input {
  border-color: #dc3545 !important; }

ngb-tabset.bg-white .nav {
  background: #fff; }

ngb-tabset .nav-hidden {
  display: none; }

ngb-progressbar.squared .progress {
  border-radius: 0; }

.ng-option-marked {
  background-color: #f0fbfd !important; }

ng-select.ng-select-disabled .ng-arrow {
  display: none !important; }

.was-validated dia-datepicker .ng-invalid + span {
  color: var(--danger); }

input[type="date"]:not(.has-value):before {
  color: #346f8f;
  content: attr(placeholder); }

dia-input-radio .card.selected label, dia-input-radio .selected.form-check-card label, dia-input-radio .selected.custom-control-card label {
  color: #04b6e2 !important; }

textarea ~ .input-group-text.ps-1 .btn,
textarea ~ .input-group-text.ps-1 button {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important; }

textarea ~ .input-group-text.pe-1 .btn,
textarea ~ .input-group-text.pe-1 button {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.fa-animate {
  transition: transform 0.4s ease-in-out; }

.fa-05x {
  font-size: 0.5em !important; }

.big {
  font-size: 2.5em; }

.icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  vertical-align: sub; }
  .icon.icon-sm {
    width: 0.5em;
    min-width: 0.5em;
    height: 0.5em; }
  .icon.icon-md {
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em; }
  .icon.icon-fa-2x {
    width: 2em;
    min-width: 2em;
    height: 2em; }
  .icon.icon-lg {
    width: 3em;
    min-width: 3em;
    height: 3em; }
  .icon.icon-xl {
    width: 4em;
    min-width: 4em;
    height: 4em; }
  .icon.icon-xxl {
    width: 6em;
    min-width: 6em;
    height: 6em; }
  .icon.icon-flat.icon-sm {
    width: 1em;
    min-width: 1em; }
  .icon.icon-flat.icon-md {
    width: 3em;
    min-width: 3em; }
  .icon.icon-flat.icon-lg {
    width: 6em;
    min-width: 6em; }
  .icon.icon-flat.icon-xl {
    width: 12em;
    min-width: 12em; }
  .icon.icon-mail {
    background-image: url("/assets/images/email-blue2x.png"); }
  .icon.icon-security {
    background-image: url("/assets/images/security.png"); }
  .icon.icon-document-send {
    background-image: url("/assets/images/icon-document-send.png"); }
  .icon.icon-document-zoom {
    background-image: url("/assets/images/icon-document-zoom.png"); }
  .icon.icon-step {
    background-color: #04b6e2;
    background-size: 70%;
    background-image: url("/assets/images/icon-step-nocircle.png");
    border-radius: 50%; }
  .icon.icon-drop {
    background-image: url("/assets/images/Drop-Icon@2x.png");
    vertical-align: bottom; }
  .icon.icon-cup {
    background-image: url("/assets/images/cup-sprite-gold.png"); }
  .icon.icon-cup-grayscale {
    background-image: url("/assets/images/cup-sprite-gray.png"); }
  .icon.icon-teamgoal {
    background-image: url("/assets/images/Teamgoal.png"); }
    .icon.icon-teamgoal.grayscale {
      background-image: url("/assets/images/Teamgoal-grayscale.png"); }
  .icon.icon-organisationgoal {
    background-image: url("/assets/images/Organisationgoal.png"); }
    .icon.icon-organisationgoal.grayscale {
      background-image: url("/assets/images/Organisationgoal-grayscale.png"); }
  .icon.icon-afas {
    background-image: url("/assets/images/integrations/afas-logo.jpg"); }
  .icon.icon-nmbrs, .icon.icon-nmbrsRest {
    background-image: url("/assets/images/integrations/nmbrs-logo.png"); }
  .icon.icon-hr2Day {
    background-image: url("/assets/images/integrations/hr2day-logo.png"); }
  .icon.icon-loket {
    background-image: url("/assets/images/integrations/loket-logo.png"); }
  .icon.icon-azureActiveDirectory {
    background-image: url("/assets/images/integrations/azure-logo.png"); }
  .icon.icon-raetLearning {
    background-image: url("/assets/images/integrations/raet-logo.png"); }
  .icon.icon-vismaNet {
    background-image: url("/assets/images/integrations/visma-net.png"); }
  .icon.icon-cobra {
    background-image: url("/assets/images/integrations/cobra-logo.jpg"); }
  .icon.icon-adp {
    background-image: url("/assets/images/integrations/adp.png"); }
  .icon.icon-ubw {
    background-image: url("/assets/images/integrations/ubw-logo.png"); }
  .icon.icon-vom {
    background-image: url("/assets/images/integrations/vom-logo.svg"); }
  .icon.icon-sap {
    background-image: url("/assets/images/integrations/sap-logo.png"); }
  .icon.icon-azureLogicApps {
    background-image: url("/assets/images/integrations/azure-logic-apps-logo.png"); }
  .icon.icon-hrPlus {
    background-image: url("/assets/images/integrations/hr-plus-logo.png"); }
  .icon.icon-talent-review {
    background-image: url("/assets/images/icon-talent-review.png"); }
  .icon.icon-agdaPS {
    background-image: url("/assets/images/integrations/agda-ps-logo.png"); }

i.icon-min-width {
  min-width: 1.25em;
  text-align: center; }

a.fa {
  transition: color 0.2s ease-in-out; }
  a.fa:hover {
    transition: none;
    color: #346f8f !important; }

.fa-status-0:before {
  content: "\f118"; }

.fa-status-1:before {
  content: "\f119"; }

.fa-status-2:before {
  content: "\f119"; }

.fa-status-3:before {
  content: "\f11a"; }

.fa-status-4:before {
  content: "\f118"; }

.fa-status-5:before {
  content: "\f118"; }

.fa-status-999.active, .fa-status-999.selected, .fa-status-999:hover {
  font-weight: 900; }

.fa-status-999:before {
  content: "\f058"; }

.fa-status-1 {
  font-weight: 100; }
  .fa-status-1.active, .fa-status-1:hover:not(.disabled) {
    color: #dc3545 !important;
    background-color: #fdf5f6;
    border-radius: 100%; }
  .fa-status-1.selected {
    animation: pulse 0.25s ease-out; }

.fa-status-2 {
  font-weight: 100; }
  .fa-status-2.active, .fa-status-2:hover:not(.disabled) {
    color: #fd7e14 !important;
    background-color: #fff9f3;
    border-radius: 100%; }
  .fa-status-2.selected {
    animation: pulse 0.25s ease-out; }

.fa-status-3 {
  font-weight: 100; }
  .fa-status-3.active, .fa-status-3:hover:not(.disabled) {
    color: #ffc107 !important;
    background-color: #fffcf3;
    border-radius: 100%; }
  .fa-status-3.selected {
    animation: pulse 0.25s ease-out; }

.fa-status-4 {
  font-weight: 100; }
  .fa-status-4.active, .fa-status-4:hover:not(.disabled) {
    color: #04bc00 !important;
    background-color: #f2fcf2;
    border-radius: 100%; }
  .fa-status-4.selected {
    animation: pulse 0.25s ease-out; }

.fa-status-5 {
  font-weight: 100; }
  .fa-status-5.active, .fa-status-5:hover:not(.disabled) {
    color: #01730b !important;
    background-color: #f2f8f3;
    border-radius: 100%; }
  .fa-status-5.selected {
    animation: pulse 0.25s ease-out; }

.fa-status-999 {
  font-weight: 100; }
  .fa-status-999.active, .fa-status-999:hover:not(.disabled) {
    color: #00b2de !important;
    background-color: #f2fbfd;
    border-radius: 100%; }
  .fa-status-999.selected {
    animation: pulse 0.25s ease-out; }

a.fa,
a.fas {
  color: inherit; }
  a.fa:hover,
  a.fas:hover {
    text-decoration: none !important;
    color: #203f7b !important; }

.fa-color-danger {
  color: #dc3545 !important; }

.fa-color-success {
  color: #04bc00 !important; }

.fr-view a.fr-file {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.2em 2em 0.2em 1.7em;
  position: relative;
  max-width: 100%;
  border: 1px solid #d7e7f3;
  border-radius: 10px;
  background: white; }

.fr-view a.fr-file:before,
.fr-view a.fr-file:after {
  position: absolute;
  width: 3em; }

.fr-view a.fr-file:before {
  font: var(--fa-font-solid);
  content: "\f0c6";
  left: 0;
  padding: 0 0.4em;
  color: #203f7b;
  width: 1.5em; }

.fr-view a.fr-file-film:before {
  content: "\f008"; }

.fr-view a.fr-file:after {
  font: var(--fa-font-solid);
  content: "\f019";
  right: 0;
  margin: -0.2em -0.4em;
  margin-left: auto;
  border-left: 1px solid #d7e7f3;
  color: #a6b5c2;
  width: 2.2em;
  padding: 0.3em; }

.fr-toolbar .fr-btn-grp {
  margin: 0 8px 0 6px !important; }

dia-rich-text-editor .fr-box.fr-basic .fr-element {
  font-family: var(--bs-body-font-family); }

.modal-primary .modal-content {
  border-top: 5px solid #203f7b; }

.modal-primary-light .modal-content {
  border-top: 5px solid #04b6e2; }

.scroll-padding {
  padding-bottom: 150px; }

.modal-important {
  z-index: 1051 !important; }

.modal-backdrop-important {
  z-index: 1041 !important; }

.divider-top {
  border-top: 1px solid #d7e7f3; }

.modal.selected {
  background-color: #f0fbfd; }

.modal-video .modal-content {
  background: none;
  border-radius: 0; }

.modal-overflow-visible .modal-content {
  overflow: visible; }

.animate .animate-hover {
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.animate:hover .animate-hover {
  opacity: 1; }

.animate:active .animate-pulse {
  animation: pulse 0.25s ease-out; }

.bg-clouds {
  background: #203f7b;
  background: var(--dia-account-background-url, #203f7b);
  background-size: cover;
  background-position: center; }

.bg-dropZone {
  background-color: #f0fbfd;
  border: 1px dashed #04b6e2; }

.bg-light-gray {
  background-color: #f8f9fa; }

.bg-gradient-primary {
  background: linear-gradient(to right, rgba(var(--bs-primary-rgb), 0.3), rgba(var(--bs-primary-light-rgb), 0.3)); }

.bg-light-opacity-50 {
  --bs-bg-opacity: 0.5;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #f5f9fc;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  .avatar .avatar-name {
    font-size: 0.5em;
    font-weight: normal !important; }
  .avatar.placeholder {
    background-position: center;
    background-image: url("/assets/images/emptyavatar.png"); }
  .avatar.avatar-xs {
    font-size: 1em;
    line-height: 1em;
    width: 1em;
    height: 1em; }
  .avatar.avatar-sm {
    font-size: 1.8em;
    line-height: 1em;
    width: 1em;
    height: 1em; }
  .avatar.avatar-md, .avatar {
    font-size: 2em;
    line-height: 1em;
    width: 1em;
    height: 1em; }
  .avatar.avatar-lg {
    font-size: 2.6em;
    line-height: 1em;
    width: 1em;
    height: 1em; }
  .avatar.avatar-xl {
    font-size: 3.2em;
    line-height: 1em;
    width: 1em;
    height: 1em; }
  .avatar.avatar-xxl {
    font-size: 6em;
    line-height: 1em;
    width: 1em;
    height: 1em; }
  .avatar .far {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: inherit;
    font-size: 0.5em;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
  .avatar .fa-image {
    display: none;
    pointer-events: none; }
  .avatar:hover .fa-image {
    display: inline-block; }

dia-avatar-group .avatar-group-xs,
pf-avatar-group-review-status .avatar-group-xs {
  font-size: 0.5em; }
  dia-avatar-group .avatar-group-xs > *:not(:last-child),
  pf-avatar-group-review-status .avatar-group-xs > *:not(:last-child) {
    margin-left: -0.3em; }
  dia-avatar-group .avatar-group-xs .extra-items,
  pf-avatar-group-review-status .avatar-group-xs .extra-items {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #346f8f;
    border-radius: 50%;
    text-align: center; }
    dia-avatar-group .avatar-group-xs .extra-items span,
    pf-avatar-group-review-status .avatar-group-xs .extra-items span {
      font-size: 0.7em;
      vertical-align: super; }

dia-avatar-group .avatar-group-sm,
pf-avatar-group-review-status .avatar-group-sm {
  font-size: 0.9em; }
  dia-avatar-group .avatar-group-sm > *:not(:last-child),
  pf-avatar-group-review-status .avatar-group-sm > *:not(:last-child) {
    margin-left: -0.3em; }
  dia-avatar-group .avatar-group-sm .extra-items,
  pf-avatar-group-review-status .avatar-group-sm .extra-items {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #346f8f;
    border-radius: 50%;
    text-align: center; }
    dia-avatar-group .avatar-group-sm .extra-items span,
    pf-avatar-group-review-status .avatar-group-sm .extra-items span {
      font-size: 0.7em;
      vertical-align: super; }

dia-avatar-group .avatar-group-md,
pf-avatar-group-review-status .avatar-group-md {
  font-size: 1em; }
  dia-avatar-group .avatar-group-md > *:not(:last-child),
  pf-avatar-group-review-status .avatar-group-md > *:not(:last-child) {
    margin-left: -0.3em; }
  dia-avatar-group .avatar-group-md .extra-items,
  pf-avatar-group-review-status .avatar-group-md .extra-items {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #346f8f;
    border-radius: 50%;
    text-align: center; }
    dia-avatar-group .avatar-group-md .extra-items span,
    pf-avatar-group-review-status .avatar-group-md .extra-items span {
      font-size: 0.7em;
      vertical-align: super; }

dia-avatar-group .avatar-group-lg,
pf-avatar-group-review-status .avatar-group-lg {
  font-size: 1.3em; }
  dia-avatar-group .avatar-group-lg > *:not(:last-child),
  pf-avatar-group-review-status .avatar-group-lg > *:not(:last-child) {
    margin-left: -0.3em; }
  dia-avatar-group .avatar-group-lg .extra-items,
  pf-avatar-group-review-status .avatar-group-lg .extra-items {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #346f8f;
    border-radius: 50%;
    text-align: center; }
    dia-avatar-group .avatar-group-lg .extra-items span,
    pf-avatar-group-review-status .avatar-group-lg .extra-items span {
      font-size: 0.7em;
      vertical-align: super; }

dia-avatar-group .avatar-group-xl,
pf-avatar-group-review-status .avatar-group-xl {
  font-size: 1.6em; }
  dia-avatar-group .avatar-group-xl > *:not(:last-child),
  pf-avatar-group-review-status .avatar-group-xl > *:not(:last-child) {
    margin-left: -0.3em; }
  dia-avatar-group .avatar-group-xl .extra-items,
  pf-avatar-group-review-status .avatar-group-xl .extra-items {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #346f8f;
    border-radius: 50%;
    text-align: center; }
    dia-avatar-group .avatar-group-xl .extra-items span,
    pf-avatar-group-review-status .avatar-group-xl .extra-items span {
      font-size: 0.7em;
      vertical-align: super; }

dia-avatar-group .avatar-group-xxl,
pf-avatar-group-review-status .avatar-group-xxl {
  font-size: 3em; }
  dia-avatar-group .avatar-group-xxl > *:not(:last-child),
  pf-avatar-group-review-status .avatar-group-xxl > *:not(:last-child) {
    margin-left: -0.3em; }
  dia-avatar-group .avatar-group-xxl .extra-items,
  pf-avatar-group-review-status .avatar-group-xxl .extra-items {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #346f8f;
    border-radius: 50%;
    text-align: center; }
    dia-avatar-group .avatar-group-xxl .extra-items span,
    pf-avatar-group-review-status .avatar-group-xxl .extra-items span {
      font-size: 0.7em;
      vertical-align: super; }

.ai-avatar-primary-color {
  fill: var(--bs-primary); }

.ai-avatar-start-color {
  stop-color: var(--bs-primary);
  stop-opacity: 0.3; }

.ai-avatar-end-color {
  stop-color: var(--bs-primary-light);
  stop-opacity: 0.3; }

.table-tree .tree-level-0 td:first-of-type {
  padding-left: 2.35rem;
  position: relative; }

.table-tree .tree-level-1 td:first-of-type {
  padding-left: 3.95rem;
  position: relative; }

.table-tree .tree-level-2 td:first-of-type {
  padding-left: 5.55rem;
  position: relative; }

.table-tree .tree-level-3 td:first-of-type {
  padding-left: 7.15rem;
  position: relative; }

.table-tree .tree-level-4 td:first-of-type {
  padding-left: 8.75rem;
  position: relative; }

.table-tree .tree-level-5 td:first-of-type {
  padding-left: 10.35rem;
  position: relative; }

.table-tree .tree-level-6 td:first-of-type {
  padding-left: 11.95rem;
  position: relative; }

.table-tree .tree-level-7 td:first-of-type {
  padding-left: 13.55rem;
  position: relative; }

.table-tree .tree-level-8 td:first-of-type {
  padding-left: 15.15rem;
  position: relative; }

.table-tree .tree-level-9 td:first-of-type {
  padding-left: 16.75rem;
  position: relative; }

.table-tree .tree-level-10 td:first-of-type {
  padding-left: 18.35rem;
  position: relative; }

.table-tree .tree-level-11 td:first-of-type {
  padding-left: 19.95rem;
  position: relative; }

.table-tree .tree-level-12 td:first-of-type {
  padding-left: 21.55rem;
  position: relative; }

.table-tree .tree-level-13 td:first-of-type {
  padding-left: 23.15rem;
  position: relative; }

.table-tree .tree-level-14 td:first-of-type {
  padding-left: 24.75rem;
  position: relative; }

.table-tree .tree-level-15 td:first-of-type {
  padding-left: 26.35rem;
  position: relative; }

.table-tree .tree-level-16 td:first-of-type {
  padding-left: 27.95rem;
  position: relative; }

.table-tree .tree-level-17 td:first-of-type {
  padding-left: 29.55rem;
  position: relative; }

.table-tree .tree-level-18 td:first-of-type {
  padding-left: 31.15rem;
  position: relative; }

.table-tree .tree-level-19 td:first-of-type {
  padding-left: 32.75rem;
  position: relative; }

.table-tree .tree-level-20 td:first-of-type {
  padding-left: 34.35rem;
  position: relative; }

.table-tree .tree-level-21 td:first-of-type {
  padding-left: 35.95rem;
  position: relative; }

.table-tree .tree-level-22 td:first-of-type {
  padding-left: 37.55rem;
  position: relative; }

.table-tree .tree-level-23 td:first-of-type {
  padding-left: 39.15rem;
  position: relative; }

.table-tree .tree-level-24 td:first-of-type {
  padding-left: 40.75rem;
  position: relative; }

.table-tree .tree-level-25 td:first-of-type {
  padding-left: 42.35rem;
  position: relative; }

.table-tree .tree-level-26 td:first-of-type {
  padding-left: 43.95rem;
  position: relative; }

.table-tree .tree-level-27 td:first-of-type {
  padding-left: 45.55rem;
  position: relative; }

.table-tree .tree-level-28 td:first-of-type {
  padding-left: 47.15rem;
  position: relative; }

.table-tree .tree-level-29 td:first-of-type {
  padding-left: 48.75rem;
  position: relative; }

.table-tree .tree-level-30 td:first-of-type {
  padding-left: 50.35rem;
  position: relative; }

.table-tree .tree-level-31 td:first-of-type {
  padding-left: 51.95rem;
  position: relative; }

.table-tree .tree-level-32 td:first-of-type {
  padding-left: 53.55rem;
  position: relative; }

.table-tree .tree-level-33 td:first-of-type {
  padding-left: 55.15rem;
  position: relative; }

.table-tree .tree-level-34 td:first-of-type {
  padding-left: 56.75rem;
  position: relative; }

.table-tree .tree-level-35 td:first-of-type {
  padding-left: 58.35rem;
  position: relative; }

.table-tree .tree-level-36 td:first-of-type {
  padding-left: 59.95rem;
  position: relative; }

.table-tree .tree-level-37 td:first-of-type {
  padding-left: 61.55rem;
  position: relative; }

.table-tree .tree-level-38 td:first-of-type {
  padding-left: 63.15rem;
  position: relative; }

.table-tree .tree-level-39 td:first-of-type {
  padding-left: 64.75rem;
  position: relative; }

.table-tree .tree-level-40 td:first-of-type {
  padding-left: 66.35rem;
  position: relative; }

.table-tree .tree-level-41 td:first-of-type {
  padding-left: 67.95rem;
  position: relative; }

.table-tree .tree-level-42 td:first-of-type {
  padding-left: 69.55rem;
  position: relative; }

.table-tree .tree-level-43 td:first-of-type {
  padding-left: 71.15rem;
  position: relative; }

.table-tree .tree-level-44 td:first-of-type {
  padding-left: 72.75rem;
  position: relative; }

.table-tree .tree-level-45 td:first-of-type {
  padding-left: 74.35rem;
  position: relative; }

.table-tree .tree-level-46 td:first-of-type {
  padding-left: 75.95rem;
  position: relative; }

.table-tree .tree-level-47 td:first-of-type {
  padding-left: 77.55rem;
  position: relative; }

.table-tree .tree-level-48 td:first-of-type {
  padding-left: 79.15rem;
  position: relative; }

.table-tree .tree-level-49 td:first-of-type {
  padding-left: 80.75rem;
  position: relative; }

.table-tree .tree-level-50 td:first-of-type {
  padding-left: 82.35rem;
  position: relative; }

.table-tree .tree-level-51 td:first-of-type {
  padding-left: 83.95rem;
  position: relative; }

.table-tree .tree-level-52 td:first-of-type {
  padding-left: 85.55rem;
  position: relative; }

.table-tree .tree-level-53 td:first-of-type {
  padding-left: 87.15rem;
  position: relative; }

.table-tree .tree-level-54 td:first-of-type {
  padding-left: 88.75rem;
  position: relative; }

.table-tree .tree-level-55 td:first-of-type {
  padding-left: 90.35rem;
  position: relative; }

.table-tree .tree-level-56 td:first-of-type {
  padding-left: 91.95rem;
  position: relative; }

.table-tree .tree-level-57 td:first-of-type {
  padding-left: 93.55rem;
  position: relative; }

.table-tree .tree-level-58 td:first-of-type {
  padding-left: 95.15rem;
  position: relative; }

.table-tree .tree-level-59 td:first-of-type {
  padding-left: 96.75rem;
  position: relative; }

.table-tree .tree-level-60 td:first-of-type {
  padding-left: 98.35rem;
  position: relative; }

.table-tree .tree-level-61 td:first-of-type {
  padding-left: 99.95rem;
  position: relative; }

.table-tree .tree-level-62 td:first-of-type {
  padding-left: 101.55rem;
  position: relative; }

.table-tree .tree-level-63 td:first-of-type {
  padding-left: 103.15rem;
  position: relative; }

.table-tree .tree-level-64 td:first-of-type {
  padding-left: 104.75rem;
  position: relative; }

.table-tree .tree-level-65 td:first-of-type {
  padding-left: 106.35rem;
  position: relative; }

.table-tree .tree-level-66 td:first-of-type {
  padding-left: 107.95rem;
  position: relative; }

.table-tree .tree-level-67 td:first-of-type {
  padding-left: 109.55rem;
  position: relative; }

.table-tree .tree-level-68 td:first-of-type {
  padding-left: 111.15rem;
  position: relative; }

.table-tree .tree-level-69 td:first-of-type {
  padding-left: 112.75rem;
  position: relative; }

.table-tree .tree-level-70 td:first-of-type {
  padding-left: 114.35rem;
  position: relative; }

.table-tree .tree-level-71 td:first-of-type {
  padding-left: 115.95rem;
  position: relative; }

.table-tree .tree-level-72 td:first-of-type {
  padding-left: 117.55rem;
  position: relative; }

.table-tree .tree-level-73 td:first-of-type {
  padding-left: 119.15rem;
  position: relative; }

.table-tree .tree-level-74 td:first-of-type {
  padding-left: 120.75rem;
  position: relative; }

.table-tree .tree-level-75 td:first-of-type {
  padding-left: 122.35rem;
  position: relative; }

.table-tree .tree-level-76 td:first-of-type {
  padding-left: 123.95rem;
  position: relative; }

.table-tree .tree-level-77 td:first-of-type {
  padding-left: 125.55rem;
  position: relative; }

.table-tree .tree-level-78 td:first-of-type {
  padding-left: 127.15rem;
  position: relative; }

.table-tree .tree-level-79 td:first-of-type {
  padding-left: 128.75rem;
  position: relative; }

.table-tree .tree-level-80 td:first-of-type {
  padding-left: 130.35rem;
  position: relative; }

.table-tree .tree-level-81 td:first-of-type {
  padding-left: 131.95rem;
  position: relative; }

.table-tree .tree-level-82 td:first-of-type {
  padding-left: 133.55rem;
  position: relative; }

.table-tree .tree-level-83 td:first-of-type {
  padding-left: 135.15rem;
  position: relative; }

.table-tree .tree-level-84 td:first-of-type {
  padding-left: 136.75rem;
  position: relative; }

.table-tree .tree-level-85 td:first-of-type {
  padding-left: 138.35rem;
  position: relative; }

.table-tree .tree-level-86 td:first-of-type {
  padding-left: 139.95rem;
  position: relative; }

.table-tree .tree-level-87 td:first-of-type {
  padding-left: 141.55rem;
  position: relative; }

.table-tree .tree-level-88 td:first-of-type {
  padding-left: 143.15rem;
  position: relative; }

.table-tree .tree-level-89 td:first-of-type {
  padding-left: 144.75rem;
  position: relative; }

.table-tree .tree-level-90 td:first-of-type {
  padding-left: 146.35rem;
  position: relative; }

.table-tree .tree-level-91 td:first-of-type {
  padding-left: 147.95rem;
  position: relative; }

.table-tree .tree-level-92 td:first-of-type {
  padding-left: 149.55rem;
  position: relative; }

.table-tree .tree-level-93 td:first-of-type {
  padding-left: 151.15rem;
  position: relative; }

.table-tree .tree-level-94 td:first-of-type {
  padding-left: 152.75rem;
  position: relative; }

.table-tree .tree-level-95 td:first-of-type {
  padding-left: 154.35rem;
  position: relative; }

.table-tree .tree-level-96 td:first-of-type {
  padding-left: 155.95rem;
  position: relative; }

.table-tree .tree-level-97 td:first-of-type {
  padding-left: 157.55rem;
  position: relative; }

.table-tree .tree-level-98 td:first-of-type {
  padding-left: 159.15rem;
  position: relative; }

.table-tree .tree-level-99 td:first-of-type {
  padding-left: 160.75rem;
  position: relative; }

.table-tree .tree-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 1.6rem;
  min-width: 1.6rem;
  vertical-align: middle;
  top: 50%;
  transform: translate(-1.6rem, -50%); }
  .table-tree .tree-toggle:before {
    display: inline-block;
    position: relative;
    font: var(--fa-font-regular);
    content: "\f105";
    transition: transform 0.3s;
    opacity: 0; }

.table-tree .collapsable > td > .tree-toggle {
  cursor: pointer; }
  .table-tree .collapsable > td > .tree-toggle:before {
    opacity: 1; }

.table-tree .open > td > .tree-toggle:before {
  transform: rotate(90deg); }

.table-tree .click-stop-propagation {
  cursor: default !important; }

.table-tree.table-tree-colored .tree-level-0 {
  background-color: white;
  background-color: #fff; }
  .table-tree.table-tree-colored .tree-level-0:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-1 {
  background-color: #fafbfc; }
  .table-tree.table-tree-colored .tree-level-1:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-2 {
  background-color: #f4f6f8; }
  .table-tree.table-tree-colored .tree-level-2:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-3 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-3:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-4 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-4:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-5 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-5:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-6 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-6:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-7 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-7:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-8 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-8:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-9 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-9:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-10 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-10:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-11 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-11:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-12 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-12:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-13 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-13:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-14 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-14:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-15 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-15:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-16 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-16:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-17 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-17:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-18 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-18:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-19 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-19:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-20 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-20:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-21 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-21:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-22 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-22:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-23 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-23:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-24 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-24:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-25 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-25:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-26 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-26:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-27 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-27:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-28 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-28:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-29 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-29:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-30 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-30:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-31 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-31:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-32 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-32:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-33 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-33:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-34 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-34:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-35 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-35:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-36 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-36:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-37 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-37:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-38 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-38:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-39 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-39:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-40 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-40:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-41 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-41:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-42 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-42:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-43 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-43:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-44 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-44:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-45 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-45:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-46 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-46:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-47 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-47:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-48 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-48:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-49 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-49:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-50 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-50:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-51 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-51:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-52 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-52:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-53 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-53:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-54 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-54:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-55 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-55:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-56 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-56:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-57 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-57:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-58 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-58:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-59 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-59:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-60 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-60:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-61 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-61:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-62 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-62:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-63 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-63:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-64 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-64:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-65 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-65:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-66 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-66:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-67 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-67:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-68 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-68:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-69 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-69:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-70 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-70:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-71 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-71:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-72 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-72:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-73 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-73:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-74 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-74:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-75 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-75:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-76 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-76:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-77 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-77:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-78 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-78:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-79 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-79:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-80 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-80:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-81 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-81:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-82 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-82:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-83 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-83:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-84 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-84:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-85 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-85:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-86 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-86:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-87 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-87:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-88 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-88:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-89 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-89:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-90 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-90:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-91 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-91:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-92 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-92:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-93 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-93:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-94 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-94:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-95 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-95:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-96 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-96:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-97 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-97:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-98 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-98:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

.table-tree.table-tree-colored .tree-level-99 {
  background-color: #eff2f5; }
  .table-tree.table-tree-colored .tree-level-99:hover {
    color: var(--bs-body-color);
    background-color: #f0fbfd; }

pf-comment .bubble .media-body {
  background-color: #fff;
  border: 1px solid #d7e7f3;
  border-radius: 10px; }
  pf-comment .bubble .media-body.left {
    position: relative;
    margin-left: 12px; }
    pf-comment .bubble .media-body.left:after, pf-comment .bubble .media-body.left:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      top: calc(8px + (15px / 2));
      right: 100%;
      margin-right: 0; }
    pf-comment .bubble .media-body.left:after {
      border-width: 7.5px 7px 7.5px 0;
      border-color: transparent #fff transparent transparent;
      margin-top: -7.5px; }
    pf-comment .bubble .media-body.left:before {
      border-width: 9.5px 9px 9.5px 0;
      border-color: transparent #d7e7f3 transparent transparent;
      margin-top: -9.5px; }
  pf-comment .bubble .media-body.right {
    position: relative;
    margin-right: 12px; }
    pf-comment .bubble .media-body.right:after, pf-comment .bubble .media-body.right:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      top: calc(8px + (15px / 2));
      left: 100%;
      margin-left: 0; }
    pf-comment .bubble .media-body.right:after {
      border-width: 7.5px 0 7.5px 7px;
      border-color: transparent transparent transparent #fff;
      margin-top: -7.5px; }
    pf-comment .bubble .media-body.right:before {
      border-width: 9.5px 0 9.5px 9px;
      border-color: transparent transparent transparent #d7e7f3;
      margin-top: -9.5px; }

pf-comment .bubble.unread .media-body {
  background-color: #f0fbfd;
  border-color: #04b6e2; }
  pf-comment .bubble.unread .media-body.left {
    position: relative; }
    pf-comment .bubble.unread .media-body.left:after, pf-comment .bubble.unread .media-body.left:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      top: calc(4px + (15px / 2));
      right: 100%;
      margin-right: 0; }
    pf-comment .bubble.unread .media-body.left:after {
      border-width: 7.5px 7px 7.5px 0;
      border-color: transparent #f0fbfd transparent transparent;
      margin-top: -7.5px; }
    pf-comment .bubble.unread .media-body.left:before {
      border-width: 9.5px 9px 9.5px 0;
      border-color: transparent #04b6e2 transparent transparent;
      margin-top: -9.5px; }
  pf-comment .bubble.unread .media-body.right {
    position: relative; }
    pf-comment .bubble.unread .media-body.right:after, pf-comment .bubble.unread .media-body.right:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      top: calc(4px + (15px / 2));
      left: 100%;
      margin-left: 0; }
    pf-comment .bubble.unread .media-body.right:after {
      border-width: 7.5px 0 7.5px 7px;
      border-color: transparent transparent transparent #f0fbfd;
      margin-top: -7.5px; }
    pf-comment .bubble.unread .media-body.right:before {
      border-width: 9.5px 0 9.5px 9px;
      border-color: transparent transparent transparent #04b6e2;
      margin-top: -9.5px; }

.rating-bar, pf-dynamic-score .dynamic-score-bar i.bar {
  display: inline-block;
  width: 1.6rem;
  height: 0.8rem;
  background-color: #d7e7f3;
  background-clip: content-box; }
  .rating-bar:not(:first-child), pf-dynamic-score .dynamic-score-bar i.bar:not(:first-child) {
    margin-left: 2px; }
    .rating-bar:not(:first-child)::before, pf-dynamic-score .dynamic-score-bar i.bar:not(:first-child)::before {
      content: " ";
      width: 2px;
      height: 0.8rem;
      margin-left: -4px;
      display: block; }
  .rating-bar.active, pf-dynamic-score .dynamic-score-bar i.active.bar {
    background-color: #04b6e2;
    border-color: #04b6e2; }
  .rating-bar:only-child, pf-dynamic-score .dynamic-score-bar i.bar:only-child {
    border-radius: 15px 15px 15px 15px; }
  .rating-bar:not(:only-child):first-child, pf-dynamic-score .dynamic-score-bar i.bar:not(:only-child):first-child {
    border-radius: 15px 0px 0px 15px; }
  .rating-bar:not(:only-child):last-child, pf-dynamic-score .dynamic-score-bar i.bar:not(:only-child):last-child {
    border-radius: 0px 15px 15px 0px; }
  .rating-bar.text-primary, pf-dynamic-score .dynamic-score-bar i.text-primary.bar {
    background-color: #203f7b !important;
    border-color: #203f7b !important; }
  .rating-bar.text-secondary, pf-dynamic-score .dynamic-score-bar i.text-secondary.bar {
    background-color: #346f8f !important;
    border-color: #346f8f !important; }
  .rating-bar.text-success, pf-dynamic-score .dynamic-score-bar i.text-success.bar {
    background-color: #04bc00 !important;
    border-color: #04bc00 !important; }
  .rating-bar.text-info, pf-dynamic-score .dynamic-score-bar i.text-info.bar {
    background-color: #04b6e2 !important;
    border-color: #04b6e2 !important; }
  .rating-bar.text-warning, pf-dynamic-score .dynamic-score-bar i.text-warning.bar {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important; }
  .rating-bar.text-danger, pf-dynamic-score .dynamic-score-bar i.text-danger.bar {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important; }
  .rating-bar.text-light, pf-dynamic-score .dynamic-score-bar i.text-light.bar {
    background-color: #f5f9fc !important;
    border-color: #f5f9fc !important; }
  .rating-bar.text-dark, pf-dynamic-score .dynamic-score-bar i.text-dark.bar {
    background-color: #07496f !important;
    border-color: #07496f !important; }
  .rating-bar.text-primary-light, pf-dynamic-score .dynamic-score-bar i.text-primary-light.bar {
    background-color: #04b6e2 !important;
    border-color: #04b6e2 !important; }
  .rating-bar.text-muted, pf-dynamic-score .dynamic-score-bar i.text-muted.bar {
    background-color: #a6b5c2 !important;
    border-color: #a6b5c2 !important; }
  .rating-bar.text-white, pf-dynamic-score .dynamic-score-bar i.text-white.bar {
    background-color: #fff !important;
    border-color: #fff !important; }
  .rating-bar.text-hover, pf-dynamic-score .dynamic-score-bar i.text-hover.bar {
    background-color: #f0fbfd !important;
    border-color: #f0fbfd !important; }
  .rating-bar.text-private, pf-dynamic-score .dynamic-score-bar i.text-private.bar {
    background-color: white !important;
    border-color: white !important; }
  .rating-bar.text-yellow, pf-dynamic-score .dynamic-score-bar i.text-yellow.bar {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important; }
  .rating-bar.text-border, pf-dynamic-score .dynamic-score-bar i.text-border.bar {
    background-color: #d7e7f3 !important;
    border-color: #d7e7f3 !important; }
  .rating-bar.text-black, pf-dynamic-score .dynamic-score-bar i.text-black.bar {
    background-color: #000 !important;
    border-color: #000 !important; }
  .rating-bar.text-green-dark, pf-dynamic-score .dynamic-score-bar i.text-green-dark.bar {
    background-color: #01730b !important;
    border-color: #01730b !important; }
  .rating-bar.text-placeholder, pf-dynamic-score .dynamic-score-bar i.text-placeholder.bar {
    background-color: #607483 !important;
    border-color: #607483 !important; }
  .rating-bar.text-primary-light-faded-0, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-0.bar {
    background-color: white !important;
    border-color: white !important; }
  .rating-bar.text-primary-light-faded-1, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-1.bar {
    background-color: #fcfeff !important;
    border-color: #fcfeff !important; }
  .rating-bar.text-primary-light-faded-2, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-2.bar {
    background-color: #fafefe !important;
    border-color: #fafefe !important; }
  .rating-bar.text-primary-light-faded-3, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-3.bar {
    background-color: #f7fdfe !important;
    border-color: #f7fdfe !important; }
  .rating-bar.text-primary-light-faded-4, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-4.bar {
    background-color: #f5fcfe !important;
    border-color: #f5fcfe !important; }
  .rating-bar.text-primary-light-faded-5, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-5.bar {
    background-color: #f2fbfe !important;
    border-color: #f2fbfe !important; }
  .rating-bar.text-primary-light-faded-6, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-6.bar {
    background-color: #f0fbfd !important;
    border-color: #f0fbfd !important; }
  .rating-bar.text-primary-light-faded-7, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-7.bar {
    background-color: #edfafd !important;
    border-color: #edfafd !important; }
  .rating-bar.text-primary-light-faded-8, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-8.bar {
    background-color: #ebf9fd !important;
    border-color: #ebf9fd !important; }
  .rating-bar.text-primary-light-faded-9, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-9.bar {
    background-color: #e8f8fc !important;
    border-color: #e8f8fc !important; }
  .rating-bar.text-primary-light-faded-10, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-10.bar {
    background-color: #e6f8fc !important;
    border-color: #e6f8fc !important; }
  .rating-bar.text-primary-light-faded-11, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-11.bar {
    background-color: #e3f7fc !important;
    border-color: #e3f7fc !important; }
  .rating-bar.text-primary-light-faded-12, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-12.bar {
    background-color: #e1f6fc !important;
    border-color: #e1f6fc !important; }
  .rating-bar.text-primary-light-faded-13, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-13.bar {
    background-color: #def6fb !important;
    border-color: #def6fb !important; }
  .rating-bar.text-primary-light-faded-14, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-14.bar {
    background-color: #dcf5fb !important;
    border-color: #dcf5fb !important; }
  .rating-bar.text-primary-light-faded-15, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-15.bar {
    background-color: #d9f4fb !important;
    border-color: #d9f4fb !important; }
  .rating-bar.text-primary-light-faded-16, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-16.bar {
    background-color: #d7f3fa !important;
    border-color: #d7f3fa !important; }
  .rating-bar.text-primary-light-faded-17, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-17.bar {
    background-color: #d4f3fa !important;
    border-color: #d4f3fa !important; }
  .rating-bar.text-primary-light-faded-18, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-18.bar {
    background-color: #d2f2fa !important;
    border-color: #d2f2fa !important; }
  .rating-bar.text-primary-light-faded-19, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-19.bar {
    background-color: #cff1f9 !important;
    border-color: #cff1f9 !important; }
  .rating-bar.text-primary-light-faded-20, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-20.bar {
    background-color: #cdf0f9 !important;
    border-color: #cdf0f9 !important; }
  .rating-bar.text-primary-light-faded-21, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-21.bar {
    background-color: #caf0f9 !important;
    border-color: #caf0f9 !important; }
  .rating-bar.text-primary-light-faded-22, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-22.bar {
    background-color: #c8eff9 !important;
    border-color: #c8eff9 !important; }
  .rating-bar.text-primary-light-faded-23, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-23.bar {
    background-color: #c5eef8 !important;
    border-color: #c5eef8 !important; }
  .rating-bar.text-primary-light-faded-24, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-24.bar {
    background-color: #c3edf8 !important;
    border-color: #c3edf8 !important; }
  .rating-bar.text-primary-light-faded-25, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-25.bar {
    background-color: #c0edf8 !important;
    border-color: #c0edf8 !important; }
  .rating-bar.text-primary-light-faded-26, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-26.bar {
    background-color: #beecf7 !important;
    border-color: #beecf7 !important; }
  .rating-bar.text-primary-light-faded-27, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-27.bar {
    background-color: #bbebf7 !important;
    border-color: #bbebf7 !important; }
  .rating-bar.text-primary-light-faded-28, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-28.bar {
    background-color: #b9ebf7 !important;
    border-color: #b9ebf7 !important; }
  .rating-bar.text-primary-light-faded-29, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-29.bar {
    background-color: #b6eaf7 !important;
    border-color: #b6eaf7 !important; }
  .rating-bar.text-primary-light-faded-30, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-30.bar {
    background-color: #b4e9f6 !important;
    border-color: #b4e9f6 !important; }
  .rating-bar.text-primary-light-faded-31, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-31.bar {
    background-color: #b1e8f6 !important;
    border-color: #b1e8f6 !important; }
  .rating-bar.text-primary-light-faded-32, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-32.bar {
    background-color: #afe8f6 !important;
    border-color: #afe8f6 !important; }
  .rating-bar.text-primary-light-faded-33, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-33.bar {
    background-color: #ace7f5 !important;
    border-color: #ace7f5 !important; }
  .rating-bar.text-primary-light-faded-34, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-34.bar {
    background-color: #aae6f5 !important;
    border-color: #aae6f5 !important; }
  .rating-bar.text-primary-light-faded-35, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-35.bar {
    background-color: #a7e5f5 !important;
    border-color: #a7e5f5 !important; }
  .rating-bar.text-primary-light-faded-36, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-36.bar {
    background-color: #a5e5f5 !important;
    border-color: #a5e5f5 !important; }
  .rating-bar.text-primary-light-faded-37, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-37.bar {
    background-color: #a2e4f4 !important;
    border-color: #a2e4f4 !important; }
  .rating-bar.text-primary-light-faded-38, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-38.bar {
    background-color: #a0e3f4 !important;
    border-color: #a0e3f4 !important; }
  .rating-bar.text-primary-light-faded-39, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-39.bar {
    background-color: #9de3f4 !important;
    border-color: #9de3f4 !important; }
  .rating-bar.text-primary-light-faded-40, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-40.bar {
    background-color: #9be2f3 !important;
    border-color: #9be2f3 !important; }
  .rating-bar.text-primary-light-faded-41, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-41.bar {
    background-color: #98e1f3 !important;
    border-color: #98e1f3 !important; }
  .rating-bar.text-primary-light-faded-42, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-42.bar {
    background-color: #96e0f3 !important;
    border-color: #96e0f3 !important; }
  .rating-bar.text-primary-light-faded-43, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-43.bar {
    background-color: #93e0f3 !important;
    border-color: #93e0f3 !important; }
  .rating-bar.text-primary-light-faded-44, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-44.bar {
    background-color: #91dff2 !important;
    border-color: #91dff2 !important; }
  .rating-bar.text-primary-light-faded-45, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-45.bar {
    background-color: #8edef2 !important;
    border-color: #8edef2 !important; }
  .rating-bar.text-primary-light-faded-46, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-46.bar {
    background-color: #8cddf2 !important;
    border-color: #8cddf2 !important; }
  .rating-bar.text-primary-light-faded-47, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-47.bar {
    background-color: #89ddf1 !important;
    border-color: #89ddf1 !important; }
  .rating-bar.text-primary-light-faded-48, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-48.bar {
    background-color: #87dcf1 !important;
    border-color: #87dcf1 !important; }
  .rating-bar.text-primary-light-faded-49, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-49.bar {
    background-color: #84dbf1 !important;
    border-color: #84dbf1 !important; }
  .rating-bar.text-primary-light-faded-50, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-50.bar {
    background-color: #82dbf1 !important;
    border-color: #82dbf1 !important; }
  .rating-bar.text-primary-light-faded-51, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-51.bar {
    background-color: #7fdaf0 !important;
    border-color: #7fdaf0 !important; }
  .rating-bar.text-primary-light-faded-52, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-52.bar {
    background-color: #7cd9f0 !important;
    border-color: #7cd9f0 !important; }
  .rating-bar.text-primary-light-faded-53, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-53.bar {
    background-color: #7ad8f0 !important;
    border-color: #7ad8f0 !important; }
  .rating-bar.text-primary-light-faded-54, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-54.bar {
    background-color: #77d8ef !important;
    border-color: #77d8ef !important; }
  .rating-bar.text-primary-light-faded-55, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-55.bar {
    background-color: #75d7ef !important;
    border-color: #75d7ef !important; }
  .rating-bar.text-primary-light-faded-56, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-56.bar {
    background-color: #72d6ef !important;
    border-color: #72d6ef !important; }
  .rating-bar.text-primary-light-faded-57, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-57.bar {
    background-color: #70d5ee !important;
    border-color: #70d5ee !important; }
  .rating-bar.text-primary-light-faded-58, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-58.bar {
    background-color: #6dd5ee !important;
    border-color: #6dd5ee !important; }
  .rating-bar.text-primary-light-faded-59, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-59.bar {
    background-color: #6bd4ee !important;
    border-color: #6bd4ee !important; }
  .rating-bar.text-primary-light-faded-60, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-60.bar {
    background-color: #68d3ee !important;
    border-color: #68d3ee !important; }
  .rating-bar.text-primary-light-faded-61, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-61.bar {
    background-color: #66d2ed !important;
    border-color: #66d2ed !important; }
  .rating-bar.text-primary-light-faded-62, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-62.bar {
    background-color: #63d2ed !important;
    border-color: #63d2ed !important; }
  .rating-bar.text-primary-light-faded-63, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-63.bar {
    background-color: #61d1ed !important;
    border-color: #61d1ed !important; }
  .rating-bar.text-primary-light-faded-64, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-64.bar {
    background-color: #5ed0ec !important;
    border-color: #5ed0ec !important; }
  .rating-bar.text-primary-light-faded-65, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-65.bar {
    background-color: #5cd0ec !important;
    border-color: #5cd0ec !important; }
  .rating-bar.text-primary-light-faded-66, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-66.bar {
    background-color: #59cfec !important;
    border-color: #59cfec !important; }
  .rating-bar.text-primary-light-faded-67, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-67.bar {
    background-color: #57ceec !important;
    border-color: #57ceec !important; }
  .rating-bar.text-primary-light-faded-68, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-68.bar {
    background-color: #54cdeb !important;
    border-color: #54cdeb !important; }
  .rating-bar.text-primary-light-faded-69, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-69.bar {
    background-color: #52cdeb !important;
    border-color: #52cdeb !important; }
  .rating-bar.text-primary-light-faded-70, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-70.bar {
    background-color: #4fcceb !important;
    border-color: #4fcceb !important; }
  .rating-bar.text-primary-light-faded-71, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-71.bar {
    background-color: #4dcbea !important;
    border-color: #4dcbea !important; }
  .rating-bar.text-primary-light-faded-72, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-72.bar {
    background-color: #4acaea !important;
    border-color: #4acaea !important; }
  .rating-bar.text-primary-light-faded-73, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-73.bar {
    background-color: #48caea !important;
    border-color: #48caea !important; }
  .rating-bar.text-primary-light-faded-74, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-74.bar {
    background-color: #45c9ea !important;
    border-color: #45c9ea !important; }
  .rating-bar.text-primary-light-faded-75, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-75.bar {
    background-color: #43c8e9 !important;
    border-color: #43c8e9 !important; }
  .rating-bar.text-primary-light-faded-76, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-76.bar {
    background-color: #40c8e9 !important;
    border-color: #40c8e9 !important; }
  .rating-bar.text-primary-light-faded-77, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-77.bar {
    background-color: #3ec7e9 !important;
    border-color: #3ec7e9 !important; }
  .rating-bar.text-primary-light-faded-78, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-78.bar {
    background-color: #3bc6e8 !important;
    border-color: #3bc6e8 !important; }
  .rating-bar.text-primary-light-faded-79, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-79.bar {
    background-color: #39c5e8 !important;
    border-color: #39c5e8 !important; }
  .rating-bar.text-primary-light-faded-80, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-80.bar {
    background-color: #36c5e8 !important;
    border-color: #36c5e8 !important; }
  .rating-bar.text-primary-light-faded-81, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-81.bar {
    background-color: #34c4e8 !important;
    border-color: #34c4e8 !important; }
  .rating-bar.text-primary-light-faded-82, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-82.bar {
    background-color: #31c3e7 !important;
    border-color: #31c3e7 !important; }
  .rating-bar.text-primary-light-faded-83, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-83.bar {
    background-color: #2fc2e7 !important;
    border-color: #2fc2e7 !important; }
  .rating-bar.text-primary-light-faded-84, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-84.bar {
    background-color: #2cc2e7 !important;
    border-color: #2cc2e7 !important; }
  .rating-bar.text-primary-light-faded-85, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-85.bar {
    background-color: #2ac1e6 !important;
    border-color: #2ac1e6 !important; }
  .rating-bar.text-primary-light-faded-86, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-86.bar {
    background-color: #27c0e6 !important;
    border-color: #27c0e6 !important; }
  .rating-bar.text-primary-light-faded-87, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-87.bar {
    background-color: #25bfe6 !important;
    border-color: #25bfe6 !important; }
  .rating-bar.text-primary-light-faded-88, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-88.bar {
    background-color: #22bfe5 !important;
    border-color: #22bfe5 !important; }
  .rating-bar.text-primary-light-faded-89, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-89.bar {
    background-color: #20bee5 !important;
    border-color: #20bee5 !important; }
  .rating-bar.text-primary-light-faded-90, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-90.bar {
    background-color: #1dbde5 !important;
    border-color: #1dbde5 !important; }
  .rating-bar.text-primary-light-faded-91, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-91.bar {
    background-color: #1bbde5 !important;
    border-color: #1bbde5 !important; }
  .rating-bar.text-primary-light-faded-92, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-92.bar {
    background-color: #18bce4 !important;
    border-color: #18bce4 !important; }
  .rating-bar.text-primary-light-faded-93, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-93.bar {
    background-color: #16bbe4 !important;
    border-color: #16bbe4 !important; }
  .rating-bar.text-primary-light-faded-94, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-94.bar {
    background-color: #13bae4 !important;
    border-color: #13bae4 !important; }
  .rating-bar.text-primary-light-faded-95, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-95.bar {
    background-color: #11bae3 !important;
    border-color: #11bae3 !important; }
  .rating-bar.text-primary-light-faded-96, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-96.bar {
    background-color: #0eb9e3 !important;
    border-color: #0eb9e3 !important; }
  .rating-bar.text-primary-light-faded-97, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-97.bar {
    background-color: #0cb8e3 !important;
    border-color: #0cb8e3 !important; }
  .rating-bar.text-primary-light-faded-98, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-98.bar {
    background-color: #09b7e3 !important;
    border-color: #09b7e3 !important; }
  .rating-bar.text-primary-light-faded-99, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-99.bar {
    background-color: #07b7e2 !important;
    border-color: #07b7e2 !important; }
  .rating-bar.text-primary-light-faded-100, pf-dynamic-score .dynamic-score-bar i.text-primary-light-faded-100.bar {
    background-color: #04b6e2 !important;
    border-color: #04b6e2 !important; }

pf-dynamic-score .dynamic-score-bar i {
  font-size: 1.4rem;
  transition: color 0.2s;
  vertical-align: middle; }
  pf-dynamic-score .dynamic-score-bar i.fa:not(.active), pf-dynamic-score .dynamic-score-bar i.fal:not(.active), pf-dynamic-score .dynamic-score-bar i.fas:not(.active), pf-dynamic-score .dynamic-score-bar i.far:not(.active), pf-dynamic-score .dynamic-score-bar i.fad:not(.active) {
    color: #c9d4dd; }
  pf-dynamic-score .dynamic-score-bar i.fa:not(:first-child), pf-dynamic-score .dynamic-score-bar i.fal:not(:first-child), pf-dynamic-score .dynamic-score-bar i.fas:not(:first-child), pf-dynamic-score .dynamic-score-bar i.far:not(:first-child), pf-dynamic-score .dynamic-score-bar i.fad:not(:first-child) {
    padding-left: 0.2em; }
  pf-dynamic-score .dynamic-score-bar i.bar {
    border: 1px solid #d7e7f3;
    max-width: 1.6rem;
    flex-grow: 1; }
  pf-dynamic-score .dynamic-score-bar i.fa {
    background-color: transparent !important; }

pf-dynamic-score .dynamic-score-bar > i.selected {
  animation: pulse 0.25s ease-out; }

pf-dynamic-radio-buttons .card, pf-dynamic-radio-buttons .form-check-card, pf-dynamic-radio-buttons .custom-control-card {
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid #d7e7f3;
  border-radius: 999px; }
  pf-dynamic-radio-buttons .card.text-primary:not(.disabled):hover, pf-dynamic-radio-buttons .text-primary.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-primary.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-primary.selected, pf-dynamic-radio-buttons .text-primary.selected.form-check-card, pf-dynamic-radio-buttons .text-primary.selected.custom-control-card {
    background-color: #dee2eb;
    transition: none;
    border: 1px solid #203f7b; }
  pf-dynamic-radio-buttons .card.text-primary.selected, pf-dynamic-radio-buttons .text-primary.selected.form-check-card, pf-dynamic-radio-buttons .text-primary.selected.custom-control-card {
    background-color: #dee2eb;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-primary.selected label, pf-dynamic-radio-buttons .text-primary.selected.form-check-card label, pf-dynamic-radio-buttons .text-primary.selected.custom-control-card label {
      color: #203f7b;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-secondary:not(.disabled):hover, pf-dynamic-radio-buttons .text-secondary.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-secondary.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-secondary.selected, pf-dynamic-radio-buttons .text-secondary.selected.form-check-card, pf-dynamic-radio-buttons .text-secondary.selected.custom-control-card {
    background-color: #e1e9ee;
    transition: none;
    border: 1px solid #346f8f; }
  pf-dynamic-radio-buttons .card.text-secondary.selected, pf-dynamic-radio-buttons .text-secondary.selected.form-check-card, pf-dynamic-radio-buttons .text-secondary.selected.custom-control-card {
    background-color: #e1e9ee;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-secondary.selected label, pf-dynamic-radio-buttons .text-secondary.selected.form-check-card label, pf-dynamic-radio-buttons .text-secondary.selected.custom-control-card label {
      color: #346f8f;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-success:not(.disabled):hover, pf-dynamic-radio-buttons .text-success.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-success.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-success.selected, pf-dynamic-radio-buttons .text-success.selected.form-check-card, pf-dynamic-radio-buttons .text-success.selected.custom-control-card {
    background-color: #d9f5d9;
    transition: none;
    border: 1px solid #04bc00; }
  pf-dynamic-radio-buttons .card.text-success.selected, pf-dynamic-radio-buttons .text-success.selected.form-check-card, pf-dynamic-radio-buttons .text-success.selected.custom-control-card {
    background-color: #d9f5d9;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-success.selected label, pf-dynamic-radio-buttons .text-success.selected.form-check-card label, pf-dynamic-radio-buttons .text-success.selected.custom-control-card label {
      color: #04bc00;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-info:not(.disabled):hover, pf-dynamic-radio-buttons .text-info.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-info.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-info.selected, pf-dynamic-radio-buttons .text-info.selected.form-check-card, pf-dynamic-radio-buttons .text-info.selected.custom-control-card {
    background-color: #d9f4fb;
    transition: none;
    border: 1px solid #04b6e2; }
  pf-dynamic-radio-buttons .card.text-info.selected, pf-dynamic-radio-buttons .text-info.selected.form-check-card, pf-dynamic-radio-buttons .text-info.selected.custom-control-card {
    background-color: #d9f4fb;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-info.selected label, pf-dynamic-radio-buttons .text-info.selected.form-check-card label, pf-dynamic-radio-buttons .text-info.selected.custom-control-card label {
      color: #04b6e2;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-warning:not(.disabled):hover, pf-dynamic-radio-buttons .text-warning.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-warning.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-warning.selected, pf-dynamic-radio-buttons .text-warning.selected.form-check-card, pf-dynamic-radio-buttons .text-warning.selected.custom-control-card {
    background-color: #fff6da;
    transition: none;
    border: 1px solid #ffc107; }
  pf-dynamic-radio-buttons .card.text-warning.selected, pf-dynamic-radio-buttons .text-warning.selected.form-check-card, pf-dynamic-radio-buttons .text-warning.selected.custom-control-card {
    background-color: #fff6da;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-warning.selected label, pf-dynamic-radio-buttons .text-warning.selected.form-check-card label, pf-dynamic-radio-buttons .text-warning.selected.custom-control-card label {
      color: #ffc107;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-danger:not(.disabled):hover, pf-dynamic-radio-buttons .text-danger.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-danger.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-danger.selected, pf-dynamic-radio-buttons .text-danger.selected.form-check-card, pf-dynamic-radio-buttons .text-danger.selected.custom-control-card {
    background-color: #fae1e3;
    transition: none;
    border: 1px solid #dc3545; }
  pf-dynamic-radio-buttons .card.text-danger.selected, pf-dynamic-radio-buttons .text-danger.selected.form-check-card, pf-dynamic-radio-buttons .text-danger.selected.custom-control-card {
    background-color: #fae1e3;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-danger.selected label, pf-dynamic-radio-buttons .text-danger.selected.form-check-card label, pf-dynamic-radio-buttons .text-danger.selected.custom-control-card label {
      color: #dc3545;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-light:not(.disabled):hover, pf-dynamic-radio-buttons .text-light.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-light.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-light.selected, pf-dynamic-radio-buttons .text-light.selected.form-check-card, pf-dynamic-radio-buttons .text-light.selected.custom-control-card {
    background-color: #fefeff;
    transition: none;
    border: 1px solid #f5f9fc; }
  pf-dynamic-radio-buttons .card.text-light.selected, pf-dynamic-radio-buttons .text-light.selected.form-check-card, pf-dynamic-radio-buttons .text-light.selected.custom-control-card {
    background-color: #fefeff;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-light.selected label, pf-dynamic-radio-buttons .text-light.selected.form-check-card label, pf-dynamic-radio-buttons .text-light.selected.custom-control-card label {
      color: #f5f9fc;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-dark:not(.disabled):hover, pf-dynamic-radio-buttons .text-dark.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-dark.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-dark.selected, pf-dynamic-radio-buttons .text-dark.selected.form-check-card, pf-dynamic-radio-buttons .text-dark.selected.custom-control-card {
    background-color: #dae4e9;
    transition: none;
    border: 1px solid #07496f; }
  pf-dynamic-radio-buttons .card.text-dark.selected, pf-dynamic-radio-buttons .text-dark.selected.form-check-card, pf-dynamic-radio-buttons .text-dark.selected.custom-control-card {
    background-color: #dae4e9;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-dark.selected label, pf-dynamic-radio-buttons .text-dark.selected.form-check-card label, pf-dynamic-radio-buttons .text-dark.selected.custom-control-card label {
      color: #07496f;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-primary-light:not(.disabled):hover, pf-dynamic-radio-buttons .text-primary-light.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-primary-light.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-primary-light.selected, pf-dynamic-radio-buttons .text-primary-light.selected.form-check-card, pf-dynamic-radio-buttons .text-primary-light.selected.custom-control-card {
    background-color: #d9f4fb;
    transition: none;
    border: 1px solid #04b6e2; }
  pf-dynamic-radio-buttons .card.text-primary-light.selected, pf-dynamic-radio-buttons .text-primary-light.selected.form-check-card, pf-dynamic-radio-buttons .text-primary-light.selected.custom-control-card {
    background-color: #d9f4fb;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-primary-light.selected label, pf-dynamic-radio-buttons .text-primary-light.selected.form-check-card label, pf-dynamic-radio-buttons .text-primary-light.selected.custom-control-card label {
      color: #04b6e2;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-muted:not(.disabled):hover, pf-dynamic-radio-buttons .text-muted.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-muted.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-muted.selected, pf-dynamic-radio-buttons .text-muted.selected.form-check-card, pf-dynamic-radio-buttons .text-muted.selected.custom-control-card {
    background-color: #f2f4f6;
    transition: none;
    border: 1px solid #a6b5c2; }
  pf-dynamic-radio-buttons .card.text-muted.selected, pf-dynamic-radio-buttons .text-muted.selected.form-check-card, pf-dynamic-radio-buttons .text-muted.selected.custom-control-card {
    background-color: #f2f4f6;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-muted.selected label, pf-dynamic-radio-buttons .text-muted.selected.form-check-card label, pf-dynamic-radio-buttons .text-muted.selected.custom-control-card label {
      color: #a6b5c2;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-white:not(.disabled):hover, pf-dynamic-radio-buttons .text-white.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-white.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-white.selected, pf-dynamic-radio-buttons .text-white.selected.form-check-card, pf-dynamic-radio-buttons .text-white.selected.custom-control-card {
    background-color: white;
    transition: none;
    border: 1px solid #fff; }
  pf-dynamic-radio-buttons .card.text-white.selected, pf-dynamic-radio-buttons .text-white.selected.form-check-card, pf-dynamic-radio-buttons .text-white.selected.custom-control-card {
    background-color: white;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-white.selected label, pf-dynamic-radio-buttons .text-white.selected.form-check-card label, pf-dynamic-radio-buttons .text-white.selected.custom-control-card label {
      color: #fff;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-hover:not(.disabled):hover, pf-dynamic-radio-buttons .text-hover.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-hover.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-hover.selected, pf-dynamic-radio-buttons .text-hover.selected.form-check-card, pf-dynamic-radio-buttons .text-hover.selected.custom-control-card {
    background-color: #fdfeff;
    transition: none;
    border: 1px solid #f0fbfd; }
  pf-dynamic-radio-buttons .card.text-hover.selected, pf-dynamic-radio-buttons .text-hover.selected.form-check-card, pf-dynamic-radio-buttons .text-hover.selected.custom-control-card {
    background-color: #fdfeff;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-hover.selected label, pf-dynamic-radio-buttons .text-hover.selected.form-check-card label, pf-dynamic-radio-buttons .text-hover.selected.custom-control-card label {
      color: #f0fbfd;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-private:not(.disabled):hover, pf-dynamic-radio-buttons .text-private.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-private.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-private.selected, pf-dynamic-radio-buttons .text-private.selected.form-check-card, pf-dynamic-radio-buttons .text-private.selected.custom-control-card {
    background-color: white;
    transition: none;
    border: 1px solid white; }
  pf-dynamic-radio-buttons .card.text-private.selected, pf-dynamic-radio-buttons .text-private.selected.form-check-card, pf-dynamic-radio-buttons .text-private.selected.custom-control-card {
    background-color: white;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-private.selected label, pf-dynamic-radio-buttons .text-private.selected.form-check-card label, pf-dynamic-radio-buttons .text-private.selected.custom-control-card label {
      color: white;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-yellow:not(.disabled):hover, pf-dynamic-radio-buttons .text-yellow.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-yellow.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-yellow.selected, pf-dynamic-radio-buttons .text-yellow.selected.form-check-card, pf-dynamic-radio-buttons .text-yellow.selected.custom-control-card {
    background-color: #fff6da;
    transition: none;
    border: 1px solid #ffc107; }
  pf-dynamic-radio-buttons .card.text-yellow.selected, pf-dynamic-radio-buttons .text-yellow.selected.form-check-card, pf-dynamic-radio-buttons .text-yellow.selected.custom-control-card {
    background-color: #fff6da;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-yellow.selected label, pf-dynamic-radio-buttons .text-yellow.selected.form-check-card label, pf-dynamic-radio-buttons .text-yellow.selected.custom-control-card label {
      color: #ffc107;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-border:not(.disabled):hover, pf-dynamic-radio-buttons .text-border.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-border.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-border.selected, pf-dynamic-radio-buttons .text-border.selected.form-check-card, pf-dynamic-radio-buttons .text-border.selected.custom-control-card {
    background-color: #f9fbfd;
    transition: none;
    border: 1px solid #d7e7f3; }
  pf-dynamic-radio-buttons .card.text-border.selected, pf-dynamic-radio-buttons .text-border.selected.form-check-card, pf-dynamic-radio-buttons .text-border.selected.custom-control-card {
    background-color: #f9fbfd;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-border.selected label, pf-dynamic-radio-buttons .text-border.selected.form-check-card label, pf-dynamic-radio-buttons .text-border.selected.custom-control-card label {
      color: #d7e7f3;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-black:not(.disabled):hover, pf-dynamic-radio-buttons .text-black.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-black.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-black.selected, pf-dynamic-radio-buttons .text-black.selected.form-check-card, pf-dynamic-radio-buttons .text-black.selected.custom-control-card {
    background-color: #d9d9d9;
    transition: none;
    border: 1px solid #000; }
  pf-dynamic-radio-buttons .card.text-black.selected, pf-dynamic-radio-buttons .text-black.selected.form-check-card, pf-dynamic-radio-buttons .text-black.selected.custom-control-card {
    background-color: #d9d9d9;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-black.selected label, pf-dynamic-radio-buttons .text-black.selected.form-check-card label, pf-dynamic-radio-buttons .text-black.selected.custom-control-card label {
      color: #000;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-green-dark:not(.disabled):hover, pf-dynamic-radio-buttons .text-green-dark.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-green-dark.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-green-dark.selected, pf-dynamic-radio-buttons .text-green-dark.selected.form-check-card, pf-dynamic-radio-buttons .text-green-dark.selected.custom-control-card {
    background-color: #d9eada;
    transition: none;
    border: 1px solid #01730b; }
  pf-dynamic-radio-buttons .card.text-green-dark.selected, pf-dynamic-radio-buttons .text-green-dark.selected.form-check-card, pf-dynamic-radio-buttons .text-green-dark.selected.custom-control-card {
    background-color: #d9eada;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-green-dark.selected label, pf-dynamic-radio-buttons .text-green-dark.selected.form-check-card label, pf-dynamic-radio-buttons .text-green-dark.selected.custom-control-card label {
      color: #01730b;
      border: 0 !important; }
  pf-dynamic-radio-buttons .card.text-placeholder:not(.disabled):hover, pf-dynamic-radio-buttons .text-placeholder.form-check-card:not(.disabled):hover, pf-dynamic-radio-buttons .text-placeholder.custom-control-card:not(.disabled):hover, pf-dynamic-radio-buttons .card.text-placeholder.selected, pf-dynamic-radio-buttons .text-placeholder.selected.form-check-card, pf-dynamic-radio-buttons .text-placeholder.selected.custom-control-card {
    background-color: #e7eaec;
    transition: none;
    border: 1px solid #607483; }
  pf-dynamic-radio-buttons .card.text-placeholder.selected, pf-dynamic-radio-buttons .text-placeholder.selected.form-check-card, pf-dynamic-radio-buttons .text-placeholder.selected.custom-control-card {
    background-color: #e7eaec;
    box-shadow: none; }
    pf-dynamic-radio-buttons .card.text-placeholder.selected label, pf-dynamic-radio-buttons .text-placeholder.selected.form-check-card label, pf-dynamic-radio-buttons .text-placeholder.selected.custom-control-card label {
      color: #607483;
      border: 0 !important; }

pf-dynamic-radio-buttons .background-transparant {
  background-color: transparent !important; }

pf-dynamic-radio-buttons .badge.text-primary:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-primary.selected {
  background-color: #dee2eb;
  transition: none;
  border: 1px solid #203f7b; }

pf-dynamic-radio-buttons .badge.text-primary.selected {
  background-color: #dee2eb; }
  pf-dynamic-radio-buttons .badge.text-primary.selected label {
    color: #203f7b; }

pf-dynamic-radio-buttons .badge.text-secondary:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-secondary.selected {
  background-color: #e1e9ee;
  transition: none;
  border: 1px solid #346f8f; }

pf-dynamic-radio-buttons .badge.text-secondary.selected {
  background-color: #e1e9ee; }
  pf-dynamic-radio-buttons .badge.text-secondary.selected label {
    color: #346f8f; }

pf-dynamic-radio-buttons .badge.text-success:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-success.selected {
  background-color: #d9f5d9;
  transition: none;
  border: 1px solid #04bc00; }

pf-dynamic-radio-buttons .badge.text-success.selected {
  background-color: #d9f5d9; }
  pf-dynamic-radio-buttons .badge.text-success.selected label {
    color: #04bc00; }

pf-dynamic-radio-buttons .badge.text-info:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-info.selected {
  background-color: #d9f4fb;
  transition: none;
  border: 1px solid #04b6e2; }

pf-dynamic-radio-buttons .badge.text-info.selected {
  background-color: #d9f4fb; }
  pf-dynamic-radio-buttons .badge.text-info.selected label {
    color: #04b6e2; }

pf-dynamic-radio-buttons .badge.text-warning:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-warning.selected {
  background-color: #fff6da;
  transition: none;
  border: 1px solid #ffc107; }

pf-dynamic-radio-buttons .badge.text-warning.selected {
  background-color: #fff6da; }
  pf-dynamic-radio-buttons .badge.text-warning.selected label {
    color: #ffc107; }

pf-dynamic-radio-buttons .badge.text-danger:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-danger.selected {
  background-color: #fae1e3;
  transition: none;
  border: 1px solid #dc3545; }

pf-dynamic-radio-buttons .badge.text-danger.selected {
  background-color: #fae1e3; }
  pf-dynamic-radio-buttons .badge.text-danger.selected label {
    color: #dc3545; }

pf-dynamic-radio-buttons .badge.text-light:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-light.selected {
  background-color: #fefeff;
  transition: none;
  border: 1px solid #f5f9fc; }

pf-dynamic-radio-buttons .badge.text-light.selected {
  background-color: #fefeff; }
  pf-dynamic-radio-buttons .badge.text-light.selected label {
    color: #f5f9fc; }

pf-dynamic-radio-buttons .badge.text-dark:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-dark.selected {
  background-color: #dae4e9;
  transition: none;
  border: 1px solid #07496f; }

pf-dynamic-radio-buttons .badge.text-dark.selected {
  background-color: #dae4e9; }
  pf-dynamic-radio-buttons .badge.text-dark.selected label {
    color: #07496f; }

pf-dynamic-radio-buttons .badge.text-primary-light:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-primary-light.selected {
  background-color: #d9f4fb;
  transition: none;
  border: 1px solid #04b6e2; }

pf-dynamic-radio-buttons .badge.text-primary-light.selected {
  background-color: #d9f4fb; }
  pf-dynamic-radio-buttons .badge.text-primary-light.selected label {
    color: #04b6e2; }

pf-dynamic-radio-buttons .badge.text-muted:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-muted.selected {
  background-color: #f2f4f6;
  transition: none;
  border: 1px solid #a6b5c2; }

pf-dynamic-radio-buttons .badge.text-muted.selected {
  background-color: #f2f4f6; }
  pf-dynamic-radio-buttons .badge.text-muted.selected label {
    color: #a6b5c2; }

pf-dynamic-radio-buttons .badge.text-white:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-white.selected {
  background-color: white;
  transition: none;
  border: 1px solid #fff; }

pf-dynamic-radio-buttons .badge.text-white.selected {
  background-color: white; }
  pf-dynamic-radio-buttons .badge.text-white.selected label {
    color: #fff; }

pf-dynamic-radio-buttons .badge.text-hover:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-hover.selected {
  background-color: #fdfeff;
  transition: none;
  border: 1px solid #f0fbfd; }

pf-dynamic-radio-buttons .badge.text-hover.selected {
  background-color: #fdfeff; }
  pf-dynamic-radio-buttons .badge.text-hover.selected label {
    color: #f0fbfd; }

pf-dynamic-radio-buttons .badge.text-private:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-private.selected {
  background-color: white;
  transition: none;
  border: 1px solid white; }

pf-dynamic-radio-buttons .badge.text-private.selected {
  background-color: white; }
  pf-dynamic-radio-buttons .badge.text-private.selected label {
    color: white; }

pf-dynamic-radio-buttons .badge.text-yellow:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-yellow.selected {
  background-color: #fff6da;
  transition: none;
  border: 1px solid #ffc107; }

pf-dynamic-radio-buttons .badge.text-yellow.selected {
  background-color: #fff6da; }
  pf-dynamic-radio-buttons .badge.text-yellow.selected label {
    color: #ffc107; }

pf-dynamic-radio-buttons .badge.text-border:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-border.selected {
  background-color: #f9fbfd;
  transition: none;
  border: 1px solid #d7e7f3; }

pf-dynamic-radio-buttons .badge.text-border.selected {
  background-color: #f9fbfd; }
  pf-dynamic-radio-buttons .badge.text-border.selected label {
    color: #d7e7f3; }

pf-dynamic-radio-buttons .badge.text-black:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-black.selected {
  background-color: #d9d9d9;
  transition: none;
  border: 1px solid #000; }

pf-dynamic-radio-buttons .badge.text-black.selected {
  background-color: #d9d9d9; }
  pf-dynamic-radio-buttons .badge.text-black.selected label {
    color: #000; }

pf-dynamic-radio-buttons .badge.text-green-dark:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-green-dark.selected {
  background-color: #d9eada;
  transition: none;
  border: 1px solid #01730b; }

pf-dynamic-radio-buttons .badge.text-green-dark.selected {
  background-color: #d9eada; }
  pf-dynamic-radio-buttons .badge.text-green-dark.selected label {
    color: #01730b; }

pf-dynamic-radio-buttons .badge.text-placeholder:not(.disabled):hover, pf-dynamic-radio-buttons .badge.text-placeholder.selected {
  background-color: #e7eaec;
  transition: none;
  border: 1px solid #607483; }

pf-dynamic-radio-buttons .badge.text-placeholder.selected {
  background-color: #e7eaec; }
  pf-dynamic-radio-buttons .badge.text-placeholder.selected label {
    color: #607483; }

pf-rating-radio-buttons .card, pf-rating-radio-buttons .form-check-card, pf-rating-radio-buttons .custom-control-card {
  display: inline-block;
  transition: background-color 0.3s ease-in-out; }
  pf-rating-radio-buttons .card:not(.disabled):hover, pf-rating-radio-buttons .form-check-card:not(.disabled):hover, pf-rating-radio-buttons .custom-control-card:not(.disabled):hover, pf-rating-radio-buttons .card.selected, pf-rating-radio-buttons .selected.form-check-card, pf-rating-radio-buttons .selected.custom-control-card {
    background-color: #f0fbfd;
    transition: none;
    border-color: #04b6e2 !important; }
  pf-rating-radio-buttons .card.selected label, pf-rating-radio-buttons .selected.form-check-card label, pf-rating-radio-buttons .selected.custom-control-card label {
    font-weight: bold;
    color: #04b6e2 !important; }

pf-rating-radio-buttons label:before, pf-rating-radio-buttons label:after {
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%); }

.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .ng-select.ng-select-opened > .ng-select-container:hover {
    box-shadow: none; }
  .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #999999;
    border-width: 0 5px 5px; }
    .ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
      border-color: transparent transparent #333333; }

.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9; }

.ng-select .ng-has-value .ng-placeholder {
  display: none; }

.ng-select .ng-select-container {
  color: #333;
  background-color: #ffffff;
  border-radius: 18px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center; }
  .ng-select .ng-select-container:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .ng-select .ng-select-container .ng-value-container {
    align-items: center;
    padding-left: 10px; }
    [dir="rtl"] .ng-select .ng-select-container .ng-value-container {
      padding-right: 10px;
      padding-left: 0; }
    .ng-select .ng-select-container .ng-value-container .ng-placeholder {
      color: #607483; }

.ng-select.ng-select-single .ng-select-container {
  height: 36px; }
  .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 5px;
    left: 0;
    padding-left: 10px;
    padding-right: 50px; }
    [dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
      padding-right: 10px;
      padding-left: 50px; }

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6; }
  .ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
    padding: 0 5px; }

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px; }
  [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-right: 7px;
    padding-left: 0; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: 0.9em;
    margin-bottom: 5px;
    color: #333;
    background-color: #f0fbfd;
    border-radius: 2px;
    margin-right: 5px; }
    [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
      margin-right: 0;
      margin-left: 5px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
      background-color: #f9f9f9; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
        padding-left: 5px; }
        [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
          padding-left: 0;
          padding-right: 5px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
      display: inline-block;
      padding: 1px 5px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
      display: inline-block;
      padding: 1px 5px; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
        background-color: #daf5fa; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
        border-right: 1px solid #c3eff7; }
        [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
          border-left: 1px solid #c3eff7;
          border-right: none; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
        border-left: 1px solid #c3eff7; }
        [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
          border-left: 0;
          border-right: 1px solid #c3eff7; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 0 3px 3px; }
    [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
      padding: 0 3px 3px 0; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
      color: #000000; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px; }
    [dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
      padding-right: 3px;
      padding-left: 0; }

.ng-select .ng-clear-wrapper {
  color: #999999; }
  .ng-select .ng-clear-wrapper:hover .ng-clear {
    color: #D0021B; }
  .ng-select .ng-clear-wrapper:focus .ng-clear {
    color: #D0021B; }
  .ng-select .ng-clear-wrapper:focus {
    outline: none; }

.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0; }
  [dir="rtl"] .ng-select .ng-spinner-zone {
    padding: 5px 0 0 5px; }

.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px; }
  [dir="rtl"] .ng-select .ng-arrow-wrapper {
    padding-left: 5px;
    padding-right: 0; }
  .ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #666666; }
  .ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px; }

.ng-dropdown-panel {
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0; }
  .ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    border-bottom-color: #e6e6e6;
    margin-bottom: -1px; }
    .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
      border-top-right-radius: 18px;
      border-top-left-radius: 18px; }
  .ng-dropdown-panel.ng-select-right {
    left: 100%;
    top: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-color: #e6e6e6;
    margin-bottom: -1px; }
    .ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
      border-top-right-radius: 18px; }
  .ng-dropdown-panel.ng-select-bottom {
    top: 100%;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-color: #e6e6e6;
    margin-top: -1px; }
    .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
      border-bottom-right-radius: 18px;
      border-bottom-left-radius: 18px; }
  .ng-dropdown-panel.ng-select-left {
    left: -100%;
    top: 0;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-color: #e6e6e6;
    margin-bottom: -1px; }
    .ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
      border-top-left-radius: 18px; }
  .ng-dropdown-panel .ng-dropdown-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px; }
  .ng-dropdown-panel .ng-dropdown-footer {
    border-top: 1px solid #ccc;
    padding: 5px 7px; }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    user-select: none;
    padding: 8px 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
      cursor: default; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
      background-color: #f5faff; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
      color: rgba(0, 0, 0, 0.54);
      background-color: #f0fbfd;
      font-weight: 600; }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    padding: 8px 10px; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
      color: #333;
      background-color: #f0fbfd; }
      .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
        font-weight: 600; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
      background-color: #f5faff;
      color: #333; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
      color: #cccccc; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
      padding-left: 22px; }
      [dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
        padding-right: 22px;
        padding-left: 0; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
      font-size: 80%;
      font-weight: 400;
      padding-right: 5px; }
      [dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
        padding-left: 5px;
        padding-right: 0; }
  [dir="rtl"] .ng-dropdown-panel {
    direction: rtl;
    text-align: right; }

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  width: 90%; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    border-radius: 45px;
    color: #04b6e2;
    display: flex;
    overflow: hidden; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
      overflow: hidden;
      text-overflow: ellipsis; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
      border-top-right-radius: 45px;
      border-bottom-right-radius: 45px; }

.ng-select .ng-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  left: 7px;
  right: 25px; }

.ng-select .ng-arrow-wrapper .ng-arrow {
  display: none !important; }

.ng-select span.ng-arrow-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 0.8rem;
  content: "\f0dc";
  display: inline-block;
  border: none !important;
  width: auto;
  height: auto; }

@supports (-webkit-touch-callout: none) {
  @media (max-width: 575.98px) {
    .is-capacitor.ios .safearea-pt {
      padding-top: env(safe-area-inset-top); }
    .is-capacitor.ios .safearea-pb {
      padding-bottom: env(safe-area-inset-bottom); }
    .is-capacitor.ios .safearea-pl {
      padding-left: env(safe-area-inset-left); }
    .is-capacitor.ios .safearea-pr {
      padding-right: env(safe-area-inset-right); }
    .is-capacitor.ios .safearea-mt {
      margin-top: env(safe-area-inset-top); }
    .is-capacitor.ios .safearea-mb {
      margin-bottom: env(safe-area-inset-bottom); }
    .is-capacitor.ios .safearea-ml {
      margin-left: env(safe-area-inset-left); }
    .is-capacitor.ios .safearea-mr {
      margin-right: env(safe-area-inset-right); } } }

.table.table-responsive tr {
  background-color: #fff; }
  .table.table-responsive tr th.sticky-column,
  .table.table-responsive tr td.sticky-column {
    position: sticky;
    z-index: 1;
    left: 0;
    background-color: inherit; }

.tooltip-wide .tooltip-inner {
  max-width: 1000px; }

.tooltip-box-shadow > .tooltip-inner {
  box-shadow: 1px 1px 1px 1px #a1a1a1; }

body {
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
  display: block !important; }

img {
  -ms-interpolation-mode: bicubic; }

a:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.pointer:not(:disabled):not(.disabled),
.clickable:not(:disabled):not(.disabled),
[diaRouterLink]:not(:disabled):not(.disabled),
[routerLink]:not(:disabled):not(.disabled) {
  cursor: pointer; }

.pointer:not(:disabled):not(.disabled) {
  cursor: pointer; }

.cursor-text {
  cursor: text; }

.inline-edit {
  cursor: pointer; }

body.modal-open {
  overflow-y: hidden !important; }

.ng-dropdown-panel {
  width: auto !important;
  max-width: 450px;
  min-width: 100%;
  overflow: hidden; }

@media (max-width: 767.98px) {
  .ng-dropdown-panel-items {
    max-height: 40vh !important; } }

.overflow-visible {
  overflow: visible !important; }

.divider-vertical {
  border-left: 1px solid #a6b5c2;
  width: 1px; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro" !important; }

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important; }

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone" !important; }

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp" !important; }

#user-activity-sidebar .tab-pane {
  height: calc(100% - 50px - var(--dia-fixedTopGap)); }
