@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");
:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #003c7d;
  --bs-secondary: #8f9397;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f7f8f9;
  --bs-dark: #000f38;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

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

body {
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.07rem;
  font-weight: 300;
  line-height: 2;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

h1, .h1, h2, .h2, h3, .h3, .feature-box-1 .feature-box-icon, .feature-box-1 .feature-box-number, .feature-box-1 .feature-box-title, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.4; }

h1, .h1 {
  font-size: calc(1.37752rem + 1.53024vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5252rem; } }

h2, .h2 {
  font-size: calc(1.339rem + 1.068vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.14rem; } }

h3, .h3, .feature-box-1 .feature-box-icon, .feature-box-1 .feature-box-number, .feature-box-1 .feature-box-title {
  font-size: calc(1.31011rem + 0.72132vw); }
  @media (min-width: 1200px) {
    h3, .h3, .feature-box-1 .feature-box-icon, .feature-box-1 .feature-box-number, .feature-box-1 .feature-box-title {
      font-size: 1.8511rem; } }

h4, .h4 {
  font-size: calc(1.2962rem + 0.5544vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.712rem; } }

h5, .h5 {
  font-size: calc(1.28336rem + 0.40032vw); }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.5836rem; } }

h6, .h6 {
  font-size: calc(1.2641rem + 0.1692vw); }
  @media (min-width: 1200px) {
    h6, .h6 {
      font-size: 1.391rem; } }

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #003c7d;
  text-decoration: underline; }
  a:hover {
    color: #003064; }

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

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

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

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

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

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

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

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: calc(1.25875rem + 0.105vw);
  font-weight: 300; }
  @media (min-width: 1200px) {
    .lead {
      font-size: 1.3375rem; } }

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
  line-height: 1.4; }
  @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: calc(1.25875rem + 0.105vw); }
  @media (min-width: 1200px) {
    .blockquote {
      font-size: 1.3375rem; } }
  .blockquote > :last-child {
    margin-bottom: 0; }

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee1e4;
  border-radius: 3px;
  box-shadow: 0 0.125rem 0.25rem rgba(108, 117, 125, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    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: 3rem; }

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

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

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

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

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

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

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

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

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

@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: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 7.5rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 7.5rem; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem; } }

@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: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 7.5rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 7.5rem; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem; } }

@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: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 7.5rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 7.5rem; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem; } }

@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: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 7.5rem; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 7.5rem; }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem; }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem; } }

@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: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 7.5rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 7.5rem; }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem; }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: rgba(0, 0, 0, 0.1); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #ccd8e5;
  --bs-table-striped-bg: #c2cdda;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c2ce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdc8d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8c2ce; }

.table-secondary {
  --bs-table-bg: #e9e9ea;
  --bs-table-striped-bg: #ddddde;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d2d2d3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d8d8d8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d2d2d3; }

.table-success {
  --bs-table-bg: #d4edda;
  --bs-table-striped-bg: #c9e1cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd5c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd5c4; }

.table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd4d9; }

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

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

.table-light {
  --bs-table-bg: #f7f8f9;
  --bs-table-striped-bg: #ebeced;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dedfe0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4e5e6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dedfe0; }

.table-dark {
  --bs-table-bg: #000f38;
  --bs-table-striped-bg: #0d1b42;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1a274c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #132147;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #1a274c; }

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 0.93625rem;
  font-weight: 300;
  line-height: 2;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #c5cbd0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075);
  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(:-moz-read-only) {
      cursor: pointer; }
    .form-control[type="file"]:not(:disabled):not(:read-only) {
      cursor: pointer; }
  .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #809ebe;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075), 0 0 0 0.25rem rgba(0, 60, 125, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 2em; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-moz-read-only {
    background-color: #eaecef;
    opacity: 1; }
  .form-control:disabled, .form-control:read-only {
    background-color: #eaecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 1.5rem;
    margin: -0.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
            margin-inline-end: 1.5rem;
    color: #000;
    background-color: #eaecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    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(:-moz-read-only)::file-selector-button {
    background-color: #dee0e3; }
  .form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dee0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 1.5rem;
    margin: -0.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
            margin-inline-end: 1.5rem;
    color: #000;
    background-color: #eaecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dee0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 2;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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(2em + 0.5rem + 4px);
  padding: 0.25rem 1rem;
  font-size: 0.8025rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 1rem;
    margin: -0.25rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 1rem;
    margin: -0.25rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

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

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

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not(:-moz-read-only) {
    cursor: pointer; }
  .form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 2em;
    border-radius: 3px; }
  .form-control-color::-webkit-color-swatch {
    height: 2em;
    border-radius: 3px; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 4.5rem 0.375rem 1.5rem;
  font-size: 0.93625rem;
  font-weight: 300;
  line-height: 2;
  color: #000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: 2px solid #c5cbd0;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-select:focus {
    border-color: #809ebe;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075), 0 0 0 0.25rem rgba(0, 60, 125, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1.5rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #eaecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  font-size: 1.07rem; }

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 60, 125, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 60, 125, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #003c7d;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3c5d8; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee1e4;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075); }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #003c7d;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3c5d8; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee1e4;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075); }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #aeb4bb; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #aeb4bb; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 4px);
    padding: 1rem 1.5rem; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.5rem;
    pointer-events: none;
    border: 2px 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::-moz-placeholder {
    color: transparent; }
  .form-floating > .form-control:-ms-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::placeholder {
    color: transparent; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.5rem;
  font-size: 0.93625rem;
  font-weight: 300;
  line-height: 2;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecef;
  border: 2px solid #c5cbd0;
  border-radius: 3px; }

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
  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: #28a745; }

.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.93625rem;
  color: #000;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 3px; }

.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: #28a745;
  padding-right: calc(2em + 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745; }
  .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: 8.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1.5rem center, center right 4.5rem;
    background-size: 16px 12px, calc(1em + 0.375rem) calc(1em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #28a745; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }

.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: 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.93625rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 3px; }

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

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .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: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 0.93625rem;
  border-radius: 3px;
  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: #000; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 60, 125, 0.25); }
  .btn-check:checked + .btn,
  .btn-check:active + .btn, .btn:active, .btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-check:checked + .btn:focus,
    .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 60, 125, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none; }

.btn-primary {
  color: #fff;
  background-color: #003c7d;
  border-color: #003c7d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #00336a;
    border-color: #003064; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #00336a;
    border-color: #003064;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003064;
    border-color: #002d5e; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }

.btn-secondary {
  color: #000;
  background-color: #8f9397;
  border-color: #8f9397;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #000;
    background-color: #a0a3a7;
    border-color: #9a9ea1; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #a0a3a7;
    border-color: #9a9ea1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(122, 125, 128, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #a5a9ac;
    border-color: #9a9ea1; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(122, 125, 128, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }

.btn-success {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-info {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(210, 211, 212, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(210, 211, 212, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }

.btn-dark {
  color: #fff;
  background-color: #000f38;
  border-color: #000f38;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background-color: #000d30;
    border-color: #000c2d; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #000d30;
    border-color: #000c2d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 51, 86, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000c2d;
    border-color: #000b2a; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 51, 86, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #000f38;
    border-color: #000f38; }

.btn-outline-primary {
  color: #003c7d;
  border-color: #003c7d; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 60, 125, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 60, 125, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #003c7d;
    background-color: transparent; }

.btn-outline-secondary {
  color: #8f9397;
  border-color: #8f9397; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(143, 147, 151, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(143, 147, 151, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #8f9397;
    background-color: transparent; }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f7f8f9;
  border-color: #f7f8f9; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 248, 249, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(247, 248, 249, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f7f8f9;
    background-color: transparent; }

.btn-outline-dark {
  color: #000f38;
  border-color: #000f38; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000f38;
    border-color: #000f38; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 15, 56, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #000f38;
    border-color: #000f38; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 15, 56, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #000f38;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #003c7d;
  text-decoration: underline; }
  .btn-link:hover {
    color: #003064; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .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.75rem;
  padding-left: 0.75rem; }

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.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: -2px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #003c7d;
  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: #003064; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee1e4; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #eaecef #eaecef #dee1e4;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee1e4 #dee1e4 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 3px; }

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.2325rem;
  padding-bottom: 0.2325rem;
  margin-right: 1rem;
  font-size: calc(1.25875rem + 0.105vw);
  text-decoration: none;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .navbar-brand {
      font-size: 1.3375rem; } }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #003c7d; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #003c7d; }

.navbar-light .navbar-nav .nav-link {
  color: #000f38; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #003c7d; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #003c7d; }

.navbar-light .navbar-toggler {
  color: #000f38;
  border-color: #000f38; }

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

.navbar-light .navbar-text {
  color: #000f38; }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: #003c7d; }

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

.navbar-dark .navbar-nav .nav-link {
  color: #f7f8f9; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5); }

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

.navbar-dark .navbar-toggler {
  color: #f7f8f9;
  border-color: #f7f8f9; }

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

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

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

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

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

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

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

.card-link:hover {
  text-decoration: none; }

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

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-group > .card {
  margin-bottom: 0.75rem; }

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

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

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

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

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

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

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

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

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

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  color: #003c7d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee1e4;
  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: #003064;
    background-color: #eaecef;
    border-color: #dee1e4; }
  .page-link:focus {
    z-index: 3;
    color: #003064;
    background-color: #eaecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 60, 125, 0.25); }

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003c7d;
  border-color: #003c7d; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee1e4; }

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.25875rem + 0.105vw); }
  @media (min-width: 1200px) {
    .pagination-lg .page-link {
      font-size: 1.3375rem; } }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.93625rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #00244b;
  background-color: #ccd8e5;
  border-color: #b3c5d8; }
  .alert-primary .alert-link {
    color: #001d3c; }

.alert-secondary {
  color: #56585b;
  background-color: #e9e9ea;
  border-color: #dddfe0; }
  .alert-secondary .alert-link {
    color: #454649; }

.alert-success {
  color: #186429;
  background-color: #d4edda;
  border-color: #bfe5c7; }
  .alert-success .alert-link {
    color: #135021; }

.alert-info {
  color: #0e616e;
  background-color: #d1ecf1;
  border-color: #b9e3ea; }
  .alert-info .alert-link {
    color: #0b4e58; }

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

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

.alert-light {
  color: #636364;
  background-color: #fdfefe;
  border-color: #fdfdfd; }
  .alert-light .alert-link {
    color: #4f4f50; }

.alert-dark {
  color: #000922;
  background-color: #cccfd7;
  border-color: #b3b7c3; }
  .alert-dark .alert-link {
    color: #00071b; }

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.8025rem;
  background-color: #eaecef;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(108, 117, 125, 0.075); }

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

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

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

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

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

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

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

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #00244b;
  background-color: #ccd8e5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00244b;
    background-color: #b8c2ce; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00244b;
    border-color: #00244b; }

.list-group-item-secondary {
  color: #56585b;
  background-color: #e9e9ea; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #56585b;
    background-color: #d2d2d3; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #56585b;
    border-color: #56585b; }

.list-group-item-success {
  color: #186429;
  background-color: #d4edda; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #186429;
    background-color: #bfd5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0e616e;
    background-color: #bcd4d9; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }

.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: #636364;
  background-color: #fdfefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636364;
    background-color: #e4e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636364;
    border-color: #636364; }

.list-group-item-dark {
  color: #000922;
  background-color: #cccfd7; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #000922;
    background-color: #b8bac2; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000922;
    border-color: #000922; }

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

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

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

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

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

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

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(108, 117, 125, 0.15); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

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

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

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

@media (max-width: 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 {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

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

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.93625rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.93625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(108, 117, 125, 0.15); }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }

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

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

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

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

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

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(108, 117, 125, 0.075);
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none; }

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

.link-primary {
  color: #003c7d; }
  .link-primary:hover, .link-primary:focus {
    color: #003064; }

.link-secondary {
  color: #8f9397; }
  .link-secondary:hover, .link-secondary:focus {
    color: #a5a9ac; }

.link-success {
  color: #28a745; }
  .link-success:hover, .link-success:focus {
    color: #53b96a; }

.link-info {
  color: #17a2b8; }
  .link-info:hover, .link-info:focus {
    color: #45b5c6; }

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

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

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

.link-dark {
  color: #000f38; }
  .link-dark:hover, .link-dark:focus {
    color: #000c2d; }

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

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

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

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

.ratio-21by9 {
  --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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(108, 117, 125, 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: 1px solid rgba(0, 0, 0, 0.1) !important; }

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

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

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

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

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

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

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

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

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

.border-blue {
  border-color: #007bff !important; }

.border-indigo {
  border-color: #6610f2 !important; }

.border-purple {
  border-color: #6f42c1 !important; }

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

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

.border-orange {
  border-color: #fd7e14 !important; }

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

.border-green {
  border-color: #28a745 !important; }

.border-teal {
  border-color: #20c997 !important; }

.border-cyan {
  border-color: #17a2b8 !important; }

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

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

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

.border-gray-dark {
  border-color: #343a40 !important; }

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

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

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

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

.border-facebook {
  border-color: #3b5998 !important; }

.border-twitter {
  border-color: #1da1f2 !important; }

.border-google {
  border-color: #dc4e41 !important; }

.border-youtube {
  border-color: #ff0000 !important; }

.border-vimeo {
  border-color: #1ab7ea !important; }

.border-dribbble {
  border-color: #ea4c89 !important; }

.border-github {
  border-color: #181717 !important; }

.border-instagram {
  border-color: #e4405f !important; }

.border-pinterest {
  border-color: #bd081c !important; }

.border-vk {
  border-color: #6383a8 !important; }

.border-rss {
  border-color: #ffa500 !important; }

.border-flickr {
  border-color: #0063dc !important; }

.border-bitbucket {
  border-color: #0052cc !important; }

.border-gray-100 {
  border-color: #f7f8f9 !important; }

.border-gray-200 {
  border-color: #eaecef !important; }

.border-gray-300 {
  border-color: #dee1e4 !important; }

.border-gray-400 {
  border-color: #c5cbd0 !important; }

.border-gray-500 {
  border-color: #aeb4bb !important; }

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

.border-gray-700 {
  border-color: #495057 !important; }

.border-gray-800 {
  border-color: #343a40 !important; }

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

.border-blue-100 {
  border-color: #cce5ff !important; }

.border-blue-200 {
  border-color: #99caff !important; }

.border-blue-300 {
  border-color: #66b0ff !important; }

.border-blue-400 {
  border-color: #3395ff !important; }

.border-blue-500 {
  border-color: #007bff !important; }

.border-blue-600 {
  border-color: #0062cc !important; }

.border-blue-700 {
  border-color: #004a99 !important; }

.border-blue-800 {
  border-color: #003166 !important; }

.border-blue-900 {
  border-color: #001933 !important; }

.border-indigo-100 {
  border-color: #e0cffc !important; }

.border-indigo-200 {
  border-color: #c29ffa !important; }

.border-indigo-300 {
  border-color: #a370f7 !important; }

.border-indigo-400 {
  border-color: #8540f5 !important; }

.border-indigo-500 {
  border-color: #6610f2 !important; }

.border-indigo-600 {
  border-color: #520dc2 !important; }

.border-indigo-700 {
  border-color: #3d0a91 !important; }

.border-indigo-800 {
  border-color: #290661 !important; }

.border-indigo-900 {
  border-color: #140330 !important; }

.border-purple-100 {
  border-color: #e2d9f3 !important; }

.border-purple-200 {
  border-color: #c5b3e6 !important; }

.border-purple-300 {
  border-color: #a98eda !important; }

.border-purple-400 {
  border-color: #8c68cd !important; }

.border-purple-500 {
  border-color: #6f42c1 !important; }

.border-purple-600 {
  border-color: #59359a !important; }

.border-purple-700 {
  border-color: #432874 !important; }

.border-purple-800 {
  border-color: #2c1a4d !important; }

.border-purple-900 {
  border-color: #160d27 !important; }

.border-pink-100 {
  border-color: #fad8e8 !important; }

.border-pink-200 {
  border-color: #f6b2d1 !important; }

.border-pink-300 {
  border-color: #f18bba !important; }

.border-pink-400 {
  border-color: #ed65a3 !important; }

.border-pink-500 {
  border-color: #e83e8c !important; }

.border-pink-600 {
  border-color: #ba3270 !important; }

.border-pink-700 {
  border-color: #8b2554 !important; }

.border-pink-800 {
  border-color: #5d1938 !important; }

.border-pink-900 {
  border-color: #2e0c1c !important; }

.border-red-100 {
  border-color: #f8d7da !important; }

.border-red-200 {
  border-color: #f1aeb5 !important; }

.border-red-300 {
  border-color: #ea868f !important; }

.border-red-400 {
  border-color: #e35d6a !important; }

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

.border-red-600 {
  border-color: #b02a37 !important; }

.border-red-700 {
  border-color: #842029 !important; }

.border-red-800 {
  border-color: #58151c !important; }

.border-red-900 {
  border-color: #2c0b0e !important; }

.border-orange-100 {
  border-color: #ffe5d0 !important; }

.border-orange-200 {
  border-color: #fecba1 !important; }

.border-orange-300 {
  border-color: #feb272 !important; }

.border-orange-400 {
  border-color: #fd9843 !important; }

.border-orange-500 {
  border-color: #fd7e14 !important; }

.border-orange-600 {
  border-color: #ca6510 !important; }

.border-orange-700 {
  border-color: #984c0c !important; }

.border-orange-800 {
  border-color: #653208 !important; }

.border-orange-900 {
  border-color: #331904 !important; }

.border-yellow-100 {
  border-color: #fff3cd !important; }

.border-yellow-200 {
  border-color: #ffe69c !important; }

.border-yellow-300 {
  border-color: #ffda6a !important; }

.border-yellow-400 {
  border-color: #ffcd39 !important; }

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

.border-yellow-600 {
  border-color: #cc9a06 !important; }

.border-yellow-700 {
  border-color: #997404 !important; }

.border-yellow-800 {
  border-color: #664d03 !important; }

.border-yellow-900 {
  border-color: #332701 !important; }

.border-green-100 {
  border-color: #d4edda !important; }

.border-green-200 {
  border-color: #a9dcb5 !important; }

.border-green-300 {
  border-color: #7eca8f !important; }

.border-green-400 {
  border-color: #53b96a !important; }

.border-green-500 {
  border-color: #28a745 !important; }

.border-green-600 {
  border-color: #208637 !important; }

.border-green-700 {
  border-color: #186429 !important; }

.border-green-800 {
  border-color: #10431c !important; }

.border-green-900 {
  border-color: #08210e !important; }

.border-teal-100 {
  border-color: #d2f4ea !important; }

.border-teal-200 {
  border-color: #a6e9d5 !important; }

.border-teal-300 {
  border-color: #79dfc1 !important; }

.border-teal-400 {
  border-color: #4dd4ac !important; }

.border-teal-500 {
  border-color: #20c997 !important; }

.border-teal-600 {
  border-color: #1aa179 !important; }

.border-teal-700 {
  border-color: #13795b !important; }

.border-teal-800 {
  border-color: #0d503c !important; }

.border-teal-900 {
  border-color: #06281e !important; }

.border-cyan-100 {
  border-color: #d1ecf1 !important; }

.border-cyan-200 {
  border-color: #a2dae3 !important; }

.border-cyan-300 {
  border-color: #74c7d4 !important; }

.border-cyan-400 {
  border-color: #45b5c6 !important; }

.border-cyan-500 {
  border-color: #17a2b8 !important; }

.border-cyan-600 {
  border-color: #128293 !important; }

.border-cyan-700 {
  border-color: #0e616e !important; }

.border-cyan-800 {
  border-color: #09414a !important; }

.border-cyan-900 {
  border-color: #052025 !important; }

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

.border-primary-200 {
  border-color: #99b1cb !important; }

.border-primary-300 {
  border-color: #668ab1 !important; }

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

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

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

.border-primary-700 {
  border-color: #00244b !important; }

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

.border-primary-900 {
  border-color: #000c19 !important; }

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

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

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

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

.border-secondary-500 {
  border-color: #8f9397 !important; }

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

.border-secondary-700 {
  border-color: #56585b !important; }

.border-secondary-800 {
  border-color: #393b3c !important; }

.border-secondary-900 {
  border-color: #1d1d1e !important; }

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

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

.border-success-300 {
  border-color: #7eca8f !important; }

.border-success-400 {
  border-color: #53b96a !important; }

.border-success-500 {
  border-color: #28a745 !important; }

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

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

.border-success-800 {
  border-color: #10431c !important; }

.border-success-900 {
  border-color: #08210e !important; }

.border-info-100 {
  border-color: #d1ecf1 !important; }

.border-info-200 {
  border-color: #a2dae3 !important; }

.border-info-300 {
  border-color: #74c7d4 !important; }

.border-info-400 {
  border-color: #45b5c6 !important; }

.border-info-500 {
  border-color: #17a2b8 !important; }

.border-info-600 {
  border-color: #128293 !important; }

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

.border-info-800 {
  border-color: #09414a !important; }

.border-info-900 {
  border-color: #052025 !important; }

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

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

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

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

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

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

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

.border-warning-800 {
  border-color: #664d03 !important; }

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

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

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

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

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

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

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

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

.border-danger-800 {
  border-color: #58151c !important; }

.border-danger-900 {
  border-color: #2c0b0e !important; }

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

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

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

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

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

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

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

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

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

.w-1 {
  width: 0.25rem !important; }

.w-2 {
  width: 0.5rem !important; }

.w-3 {
  width: 1rem !important; }

.w-4 {
  width: 1.5rem !important; }

.w-5 {
  width: 3rem !important; }

.w-6 {
  width: 4.5rem !important; }

.w-7 {
  width: 6rem !important; }

.w-8 {
  width: 7.5rem !important; }

.w-9 {
  width: 9rem !important; }

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

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

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

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

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

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

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

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

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

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

.h-1 {
  height: 0.25rem !important; }

.h-2 {
  height: 0.5rem !important; }

.h-3 {
  height: 1rem !important; }

.h-4 {
  height: 1.5rem !important; }

.h-5 {
  height: 3rem !important; }

.h-6 {
  height: 4.5rem !important; }

.h-7 {
  height: 6rem !important; }

.h-8 {
  height: 7.5rem !important; }

.h-9 {
  height: 9rem !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: calc(1.28336rem + 0.40032vw) !important; }

.fs-6 {
  font-size: calc(1.2641rem + 0.1692vw) !important; }

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

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

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

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

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

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

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

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

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

.lh-xs {
  line-height: 1.2 !important; }

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

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

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

.lh-xl {
  line-height: 3 !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-normal-case {
  text-transform: none !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-blue {
  color: #007bff !important; }

.text-indigo {
  color: #6610f2 !important; }

.text-purple {
  color: #6f42c1 !important; }

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

.text-red {
  color: #dc3545 !important; }

.text-orange {
  color: #fd7e14 !important; }

.text-yellow {
  color: #ffc107 !important; }

.text-green {
  color: #28a745 !important; }

.text-teal {
  color: #20c997 !important; }

.text-cyan {
  color: #17a2b8 !important; }

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

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

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

.text-gray-dark {
  color: #343a40 !important; }

.text-primary {
  color: #003c7d !important; }

.text-secondary {
  color: #8f9397 !important; }

.text-success {
  color: #28a745 !important; }

.text-info {
  color: #17a2b8 !important; }

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

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

.text-light {
  color: #f7f8f9 !important; }

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

.text-facebook {
  color: #3b5998 !important; }

.text-twitter {
  color: #1da1f2 !important; }

.text-google {
  color: #dc4e41 !important; }

.text-youtube {
  color: #ff0000 !important; }

.text-vimeo {
  color: #1ab7ea !important; }

.text-dribbble {
  color: #ea4c89 !important; }

.text-github {
  color: #181717 !important; }

.text-instagram {
  color: #e4405f !important; }

.text-pinterest {
  color: #bd081c !important; }

.text-vk {
  color: #6383a8 !important; }

.text-rss {
  color: #ffa500 !important; }

.text-flickr {
  color: #0063dc !important; }

.text-bitbucket {
  color: #0052cc !important; }

.text-gray-100 {
  color: #f7f8f9 !important; }

.text-gray-200 {
  color: #eaecef !important; }

.text-gray-300 {
  color: #dee1e4 !important; }

.text-gray-400 {
  color: #c5cbd0 !important; }

.text-gray-500 {
  color: #aeb4bb !important; }

.text-gray-600 {
  color: #6c757d !important; }

.text-gray-700 {
  color: #495057 !important; }

.text-gray-800 {
  color: #343a40 !important; }

.text-gray-900 {
  color: #212529 !important; }

.text-blue-100 {
  color: #cce5ff !important; }

.text-blue-200 {
  color: #99caff !important; }

.text-blue-300 {
  color: #66b0ff !important; }

.text-blue-400 {
  color: #3395ff !important; }

.text-blue-500 {
  color: #007bff !important; }

.text-blue-600 {
  color: #0062cc !important; }

.text-blue-700 {
  color: #004a99 !important; }

.text-blue-800 {
  color: #003166 !important; }

.text-blue-900 {
  color: #001933 !important; }

.text-indigo-100 {
  color: #e0cffc !important; }

.text-indigo-200 {
  color: #c29ffa !important; }

.text-indigo-300 {
  color: #a370f7 !important; }

.text-indigo-400 {
  color: #8540f5 !important; }

.text-indigo-500 {
  color: #6610f2 !important; }

.text-indigo-600 {
  color: #520dc2 !important; }

.text-indigo-700 {
  color: #3d0a91 !important; }

.text-indigo-800 {
  color: #290661 !important; }

.text-indigo-900 {
  color: #140330 !important; }

.text-purple-100 {
  color: #e2d9f3 !important; }

.text-purple-200 {
  color: #c5b3e6 !important; }

.text-purple-300 {
  color: #a98eda !important; }

.text-purple-400 {
  color: #8c68cd !important; }

.text-purple-500 {
  color: #6f42c1 !important; }

.text-purple-600 {
  color: #59359a !important; }

.text-purple-700 {
  color: #432874 !important; }

.text-purple-800 {
  color: #2c1a4d !important; }

.text-purple-900 {
  color: #160d27 !important; }

.text-pink-100 {
  color: #fad8e8 !important; }

.text-pink-200 {
  color: #f6b2d1 !important; }

.text-pink-300 {
  color: #f18bba !important; }

.text-pink-400 {
  color: #ed65a3 !important; }

.text-pink-500 {
  color: #e83e8c !important; }

.text-pink-600 {
  color: #ba3270 !important; }

.text-pink-700 {
  color: #8b2554 !important; }

.text-pink-800 {
  color: #5d1938 !important; }

.text-pink-900 {
  color: #2e0c1c !important; }

.text-red-100 {
  color: #f8d7da !important; }

.text-red-200 {
  color: #f1aeb5 !important; }

.text-red-300 {
  color: #ea868f !important; }

.text-red-400 {
  color: #e35d6a !important; }

.text-red-500 {
  color: #dc3545 !important; }

.text-red-600 {
  color: #b02a37 !important; }

.text-red-700 {
  color: #842029 !important; }

.text-red-800 {
  color: #58151c !important; }

.text-red-900 {
  color: #2c0b0e !important; }

.text-orange-100 {
  color: #ffe5d0 !important; }

.text-orange-200 {
  color: #fecba1 !important; }

.text-orange-300 {
  color: #feb272 !important; }

.text-orange-400 {
  color: #fd9843 !important; }

.text-orange-500 {
  color: #fd7e14 !important; }

.text-orange-600 {
  color: #ca6510 !important; }

.text-orange-700 {
  color: #984c0c !important; }

.text-orange-800 {
  color: #653208 !important; }

.text-orange-900 {
  color: #331904 !important; }

.text-yellow-100 {
  color: #fff3cd !important; }

.text-yellow-200 {
  color: #ffe69c !important; }

.text-yellow-300 {
  color: #ffda6a !important; }

.text-yellow-400 {
  color: #ffcd39 !important; }

.text-yellow-500 {
  color: #ffc107 !important; }

.text-yellow-600 {
  color: #cc9a06 !important; }

.text-yellow-700 {
  color: #997404 !important; }

.text-yellow-800 {
  color: #664d03 !important; }

.text-yellow-900 {
  color: #332701 !important; }

.text-green-100 {
  color: #d4edda !important; }

.text-green-200 {
  color: #a9dcb5 !important; }

.text-green-300 {
  color: #7eca8f !important; }

.text-green-400 {
  color: #53b96a !important; }

.text-green-500 {
  color: #28a745 !important; }

.text-green-600 {
  color: #208637 !important; }

.text-green-700 {
  color: #186429 !important; }

.text-green-800 {
  color: #10431c !important; }

.text-green-900 {
  color: #08210e !important; }

.text-teal-100 {
  color: #d2f4ea !important; }

.text-teal-200 {
  color: #a6e9d5 !important; }

.text-teal-300 {
  color: #79dfc1 !important; }

.text-teal-400 {
  color: #4dd4ac !important; }

.text-teal-500 {
  color: #20c997 !important; }

.text-teal-600 {
  color: #1aa179 !important; }

.text-teal-700 {
  color: #13795b !important; }

.text-teal-800 {
  color: #0d503c !important; }

.text-teal-900 {
  color: #06281e !important; }

.text-cyan-100 {
  color: #d1ecf1 !important; }

.text-cyan-200 {
  color: #a2dae3 !important; }

.text-cyan-300 {
  color: #74c7d4 !important; }

.text-cyan-400 {
  color: #45b5c6 !important; }

.text-cyan-500 {
  color: #17a2b8 !important; }

.text-cyan-600 {
  color: #128293 !important; }

.text-cyan-700 {
  color: #0e616e !important; }

.text-cyan-800 {
  color: #09414a !important; }

.text-cyan-900 {
  color: #052025 !important; }

.text-primary-100 {
  color: #ccd8e5 !important; }

.text-primary-200 {
  color: #99b1cb !important; }

.text-primary-300 {
  color: #668ab1 !important; }

.text-primary-400 {
  color: #336397 !important; }

.text-primary-500 {
  color: #003c7d !important; }

.text-primary-600 {
  color: #003064 !important; }

.text-primary-700 {
  color: #00244b !important; }

.text-primary-800 {
  color: #001832 !important; }

.text-primary-900 {
  color: #000c19 !important; }

.text-secondary-100 {
  color: #e9e9ea !important; }

.text-secondary-200 {
  color: #d2d4d5 !important; }

.text-secondary-300 {
  color: #bcbec1 !important; }

.text-secondary-400 {
  color: #a5a9ac !important; }

.text-secondary-500 {
  color: #8f9397 !important; }

.text-secondary-600 {
  color: #727679 !important; }

.text-secondary-700 {
  color: #56585b !important; }

.text-secondary-800 {
  color: #393b3c !important; }

.text-secondary-900 {
  color: #1d1d1e !important; }

.text-success-100 {
  color: #d4edda !important; }

.text-success-200 {
  color: #a9dcb5 !important; }

.text-success-300 {
  color: #7eca8f !important; }

.text-success-400 {
  color: #53b96a !important; }

.text-success-500 {
  color: #28a745 !important; }

.text-success-600 {
  color: #208637 !important; }

.text-success-700 {
  color: #186429 !important; }

.text-success-800 {
  color: #10431c !important; }

.text-success-900 {
  color: #08210e !important; }

.text-info-100 {
  color: #d1ecf1 !important; }

.text-info-200 {
  color: #a2dae3 !important; }

.text-info-300 {
  color: #74c7d4 !important; }

.text-info-400 {
  color: #45b5c6 !important; }

.text-info-500 {
  color: #17a2b8 !important; }

.text-info-600 {
  color: #128293 !important; }

.text-info-700 {
  color: #0e616e !important; }

.text-info-800 {
  color: #09414a !important; }

.text-info-900 {
  color: #052025 !important; }

.text-warning-100 {
  color: #fff3cd !important; }

.text-warning-200 {
  color: #ffe69c !important; }

.text-warning-300 {
  color: #ffda6a !important; }

.text-warning-400 {
  color: #ffcd39 !important; }

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

.text-warning-600 {
  color: #cc9a06 !important; }

.text-warning-700 {
  color: #997404 !important; }

.text-warning-800 {
  color: #664d03 !important; }

.text-warning-900 {
  color: #332701 !important; }

.text-danger-100 {
  color: #f8d7da !important; }

.text-danger-200 {
  color: #f1aeb5 !important; }

.text-danger-300 {
  color: #ea868f !important; }

.text-danger-400 {
  color: #e35d6a !important; }

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

.text-danger-600 {
  color: #b02a37 !important; }

.text-danger-700 {
  color: #842029 !important; }

.text-danger-800 {
  color: #58151c !important; }

.text-danger-900 {
  color: #2c0b0e !important; }

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

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

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

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

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

.bg-blue {
  background-color: #007bff !important; }

.bg-indigo {
  background-color: #6610f2 !important; }

.bg-purple {
  background-color: #6f42c1 !important; }

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

.bg-red {
  background-color: #dc3545 !important; }

.bg-orange {
  background-color: #fd7e14 !important; }

.bg-yellow {
  background-color: #ffc107 !important; }

.bg-green {
  background-color: #28a745 !important; }

.bg-teal {
  background-color: #20c997 !important; }

.bg-cyan {
  background-color: #17a2b8 !important; }

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

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

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

.bg-gray-dark {
  background-color: #343a40 !important; }

.bg-primary {
  background-color: #003c7d !important; }

.bg-secondary {
  background-color: #8f9397 !important; }

.bg-success {
  background-color: #28a745 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

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

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

.bg-light {
  background-color: #f7f8f9 !important; }

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

.bg-facebook {
  background-color: #3b5998 !important; }

.bg-twitter {
  background-color: #1da1f2 !important; }

.bg-google {
  background-color: #dc4e41 !important; }

.bg-youtube {
  background-color: #ff0000 !important; }

.bg-vimeo {
  background-color: #1ab7ea !important; }

.bg-dribbble {
  background-color: #ea4c89 !important; }

.bg-github {
  background-color: #181717 !important; }

.bg-instagram {
  background-color: #e4405f !important; }

.bg-pinterest {
  background-color: #bd081c !important; }

.bg-vk {
  background-color: #6383a8 !important; }

.bg-rss {
  background-color: #ffa500 !important; }

.bg-flickr {
  background-color: #0063dc !important; }

.bg-bitbucket {
  background-color: #0052cc !important; }

.bg-gray-100 {
  background-color: #f7f8f9 !important; }

.bg-gray-200 {
  background-color: #eaecef !important; }

.bg-gray-300 {
  background-color: #dee1e4 !important; }

.bg-gray-400 {
  background-color: #c5cbd0 !important; }

.bg-gray-500 {
  background-color: #aeb4bb !important; }

.bg-gray-600 {
  background-color: #6c757d !important; }

.bg-gray-700 {
  background-color: #495057 !important; }

.bg-gray-800 {
  background-color: #343a40 !important; }

.bg-gray-900 {
  background-color: #212529 !important; }

.bg-blue-100 {
  background-color: #cce5ff !important; }

.bg-blue-200 {
  background-color: #99caff !important; }

.bg-blue-300 {
  background-color: #66b0ff !important; }

.bg-blue-400 {
  background-color: #3395ff !important; }

.bg-blue-500 {
  background-color: #007bff !important; }

.bg-blue-600 {
  background-color: #0062cc !important; }

.bg-blue-700 {
  background-color: #004a99 !important; }

.bg-blue-800 {
  background-color: #003166 !important; }

.bg-blue-900 {
  background-color: #001933 !important; }

.bg-indigo-100 {
  background-color: #e0cffc !important; }

.bg-indigo-200 {
  background-color: #c29ffa !important; }

.bg-indigo-300 {
  background-color: #a370f7 !important; }

.bg-indigo-400 {
  background-color: #8540f5 !important; }

.bg-indigo-500 {
  background-color: #6610f2 !important; }

.bg-indigo-600 {
  background-color: #520dc2 !important; }

.bg-indigo-700 {
  background-color: #3d0a91 !important; }

.bg-indigo-800 {
  background-color: #290661 !important; }

.bg-indigo-900 {
  background-color: #140330 !important; }

.bg-purple-100 {
  background-color: #e2d9f3 !important; }

.bg-purple-200 {
  background-color: #c5b3e6 !important; }

.bg-purple-300 {
  background-color: #a98eda !important; }

.bg-purple-400 {
  background-color: #8c68cd !important; }

.bg-purple-500 {
  background-color: #6f42c1 !important; }

.bg-purple-600 {
  background-color: #59359a !important; }

.bg-purple-700 {
  background-color: #432874 !important; }

.bg-purple-800 {
  background-color: #2c1a4d !important; }

.bg-purple-900 {
  background-color: #160d27 !important; }

.bg-pink-100 {
  background-color: #fad8e8 !important; }

.bg-pink-200 {
  background-color: #f6b2d1 !important; }

.bg-pink-300 {
  background-color: #f18bba !important; }

.bg-pink-400 {
  background-color: #ed65a3 !important; }

.bg-pink-500 {
  background-color: #e83e8c !important; }

.bg-pink-600 {
  background-color: #ba3270 !important; }

.bg-pink-700 {
  background-color: #8b2554 !important; }

.bg-pink-800 {
  background-color: #5d1938 !important; }

.bg-pink-900 {
  background-color: #2e0c1c !important; }

.bg-red-100 {
  background-color: #f8d7da !important; }

.bg-red-200 {
  background-color: #f1aeb5 !important; }

.bg-red-300 {
  background-color: #ea868f !important; }

.bg-red-400 {
  background-color: #e35d6a !important; }

.bg-red-500 {
  background-color: #dc3545 !important; }

.bg-red-600 {
  background-color: #b02a37 !important; }

.bg-red-700 {
  background-color: #842029 !important; }

.bg-red-800 {
  background-color: #58151c !important; }

.bg-red-900 {
  background-color: #2c0b0e !important; }

.bg-orange-100 {
  background-color: #ffe5d0 !important; }

.bg-orange-200 {
  background-color: #fecba1 !important; }

.bg-orange-300 {
  background-color: #feb272 !important; }

.bg-orange-400 {
  background-color: #fd9843 !important; }

.bg-orange-500 {
  background-color: #fd7e14 !important; }

.bg-orange-600 {
  background-color: #ca6510 !important; }

.bg-orange-700 {
  background-color: #984c0c !important; }

.bg-orange-800 {
  background-color: #653208 !important; }

.bg-orange-900 {
  background-color: #331904 !important; }

.bg-yellow-100 {
  background-color: #fff3cd !important; }

.bg-yellow-200 {
  background-color: #ffe69c !important; }

.bg-yellow-300 {
  background-color: #ffda6a !important; }

.bg-yellow-400 {
  background-color: #ffcd39 !important; }

.bg-yellow-500 {
  background-color: #ffc107 !important; }

.bg-yellow-600 {
  background-color: #cc9a06 !important; }

.bg-yellow-700 {
  background-color: #997404 !important; }

.bg-yellow-800 {
  background-color: #664d03 !important; }

.bg-yellow-900 {
  background-color: #332701 !important; }

.bg-green-100 {
  background-color: #d4edda !important; }

.bg-green-200 {
  background-color: #a9dcb5 !important; }

.bg-green-300 {
  background-color: #7eca8f !important; }

.bg-green-400 {
  background-color: #53b96a !important; }

.bg-green-500 {
  background-color: #28a745 !important; }

.bg-green-600 {
  background-color: #208637 !important; }

.bg-green-700 {
  background-color: #186429 !important; }

.bg-green-800 {
  background-color: #10431c !important; }

.bg-green-900 {
  background-color: #08210e !important; }

.bg-teal-100 {
  background-color: #d2f4ea !important; }

.bg-teal-200 {
  background-color: #a6e9d5 !important; }

.bg-teal-300 {
  background-color: #79dfc1 !important; }

.bg-teal-400 {
  background-color: #4dd4ac !important; }

.bg-teal-500 {
  background-color: #20c997 !important; }

.bg-teal-600 {
  background-color: #1aa179 !important; }

.bg-teal-700 {
  background-color: #13795b !important; }

.bg-teal-800 {
  background-color: #0d503c !important; }

.bg-teal-900 {
  background-color: #06281e !important; }

.bg-cyan-100 {
  background-color: #d1ecf1 !important; }

.bg-cyan-200 {
  background-color: #a2dae3 !important; }

.bg-cyan-300 {
  background-color: #74c7d4 !important; }

.bg-cyan-400 {
  background-color: #45b5c6 !important; }

.bg-cyan-500 {
  background-color: #17a2b8 !important; }

.bg-cyan-600 {
  background-color: #128293 !important; }

.bg-cyan-700 {
  background-color: #0e616e !important; }

.bg-cyan-800 {
  background-color: #09414a !important; }

.bg-cyan-900 {
  background-color: #052025 !important; }

.bg-primary-100 {
  background-color: #ccd8e5 !important; }

.bg-primary-200 {
  background-color: #99b1cb !important; }

.bg-primary-300 {
  background-color: #668ab1 !important; }

.bg-primary-400 {
  background-color: #336397 !important; }

.bg-primary-500 {
  background-color: #003c7d !important; }

.bg-primary-600 {
  background-color: #003064 !important; }

.bg-primary-700 {
  background-color: #00244b !important; }

.bg-primary-800 {
  background-color: #001832 !important; }

.bg-primary-900 {
  background-color: #000c19 !important; }

.bg-secondary-100 {
  background-color: #e9e9ea !important; }

.bg-secondary-200 {
  background-color: #d2d4d5 !important; }

.bg-secondary-300 {
  background-color: #bcbec1 !important; }

.bg-secondary-400 {
  background-color: #a5a9ac !important; }

.bg-secondary-500 {
  background-color: #8f9397 !important; }

.bg-secondary-600 {
  background-color: #727679 !important; }

.bg-secondary-700 {
  background-color: #56585b !important; }

.bg-secondary-800 {
  background-color: #393b3c !important; }

.bg-secondary-900 {
  background-color: #1d1d1e !important; }

.bg-success-100 {
  background-color: #d4edda !important; }

.bg-success-200 {
  background-color: #a9dcb5 !important; }

.bg-success-300 {
  background-color: #7eca8f !important; }

.bg-success-400 {
  background-color: #53b96a !important; }

.bg-success-500 {
  background-color: #28a745 !important; }

.bg-success-600 {
  background-color: #208637 !important; }

.bg-success-700 {
  background-color: #186429 !important; }

.bg-success-800 {
  background-color: #10431c !important; }

.bg-success-900 {
  background-color: #08210e !important; }

.bg-info-100 {
  background-color: #d1ecf1 !important; }

.bg-info-200 {
  background-color: #a2dae3 !important; }

.bg-info-300 {
  background-color: #74c7d4 !important; }

.bg-info-400 {
  background-color: #45b5c6 !important; }

.bg-info-500 {
  background-color: #17a2b8 !important; }

.bg-info-600 {
  background-color: #128293 !important; }

.bg-info-700 {
  background-color: #0e616e !important; }

.bg-info-800 {
  background-color: #09414a !important; }

.bg-info-900 {
  background-color: #052025 !important; }

.bg-warning-100 {
  background-color: #fff3cd !important; }

.bg-warning-200 {
  background-color: #ffe69c !important; }

.bg-warning-300 {
  background-color: #ffda6a !important; }

.bg-warning-400 {
  background-color: #ffcd39 !important; }

.bg-warning-500 {
  background-color: #ffc107 !important; }

.bg-warning-600 {
  background-color: #cc9a06 !important; }

.bg-warning-700 {
  background-color: #997404 !important; }

.bg-warning-800 {
  background-color: #664d03 !important; }

.bg-warning-900 {
  background-color: #332701 !important; }

.bg-danger-100 {
  background-color: #f8d7da !important; }

.bg-danger-200 {
  background-color: #f1aeb5 !important; }

.bg-danger-300 {
  background-color: #ea868f !important; }

.bg-danger-400 {
  background-color: #e35d6a !important; }

.bg-danger-500 {
  background-color: #dc3545 !important; }

.bg-danger-600 {
  background-color: #b02a37 !important; }

.bg-danger-700 {
  background-color: #842029 !important; }

.bg-danger-800 {
  background-color: #58151c !important; }

.bg-danger-900 {
  background-color: #2c0b0e !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.border-solid {
  border-style: solid !important; }

.border-dashed {
  border-style: dashed !important; }

.border-dotted {
  border-style: dotted !important; }

.border-double {
  border-style: double !important; }

.hr-1 {
  height: 1px !important; }

.hr-2 {
  height: 2px !important; }

.hr-3 {
  height: 3px !important; }

.hr-4 {
  height: 4px !important; }

.hr-5 {
  height: 5px !important; }

.hr-6 {
  height: 6px !important; }

.hr-7 {
  height: 7px !important; }

.hr-8 {
  height: 8px !important; }

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

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

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

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

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

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

.shadow-bottom-sm {
  box-shadow: 0 0.125rem 0.25rem -0.125rem rgba(108, 117, 125, 0.15) !important; }

.shadow-bottom-lg {
  box-shadow: 0 1rem 3rem -1rem rgba(108, 117, 125, 0.15) !important; }

.overlay-light-5 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.05) !important; }

.overlay-light-10 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.1) !important; }

.overlay-light-15 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.15) !important; }

.overlay-light-20 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.2) !important; }

.overlay-light-25 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.25) !important; }

.overlay-light-30 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.3) !important; }

.overlay-light-35 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.35) !important; }

.overlay-light-40 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.4) !important; }

.overlay-light-45 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.45) !important; }

.overlay-light-50 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.5) !important; }

.overlay-light-55 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.55) !important; }

.overlay-light-60 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.6) !important; }

.overlay-light-65 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.65) !important; }

.overlay-light-70 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.7) !important; }

.overlay-light-75 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.75) !important; }

.overlay-light-80 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.8) !important; }

.overlay-light-85 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.85) !important; }

.overlay-light-90 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.9) !important; }

.overlay-light-95 {
  box-shadow: inset 3000px 0 0 0 rgba(255, 255, 255, 0.95) !important; }

.overlay-dark-5 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.05) !important; }

.overlay-dark-10 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.1) !important; }

.overlay-dark-15 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.15) !important; }

.overlay-dark-20 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.2) !important; }

.overlay-dark-25 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.25) !important; }

.overlay-dark-30 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.3) !important; }

.overlay-dark-35 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.35) !important; }

.overlay-dark-40 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.4) !important; }

.overlay-dark-45 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.45) !important; }

.overlay-dark-50 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.5) !important; }

.overlay-dark-55 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.55) !important; }

.overlay-dark-60 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.6) !important; }

.overlay-dark-65 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.65) !important; }

.overlay-dark-70 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.7) !important; }

.overlay-dark-75 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.75) !important; }

.overlay-dark-80 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.8) !important; }

.overlay-dark-85 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.85) !important; }

.overlay-dark-90 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.9) !important; }

.overlay-dark-95 {
  box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.95) !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .gap-sm-6 {
    gap: 4.5rem !important; }
  .gap-sm-7 {
    gap: 6rem !important; }
  .gap-sm-8 {
    gap: 7.5rem !important; }
  .gap-sm-9 {
    gap: 9rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-6 {
    margin: 4.5rem !important; }
  .m-sm-7 {
    margin: 6rem !important; }
  .m-sm-8 {
    margin: 7.5rem !important; }
  .m-sm-9 {
    margin: 9rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-6 {
    margin-top: 4.5rem !important; }
  .mt-sm-7 {
    margin-top: 6rem !important; }
  .mt-sm-8 {
    margin-top: 7.5rem !important; }
  .mt-sm-9 {
    margin-top: 9rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-6 {
    margin-right: 4.5rem !important; }
  .me-sm-7 {
    margin-right: 6rem !important; }
  .me-sm-8 {
    margin-right: 7.5rem !important; }
  .me-sm-9 {
    margin-right: 9rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important; }
  .mb-sm-7 {
    margin-bottom: 6rem !important; }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 9rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-6 {
    margin-left: 4.5rem !important; }
  .ms-sm-7 {
    margin-left: 6rem !important; }
  .ms-sm-8 {
    margin-left: 7.5rem !important; }
  .ms-sm-9 {
    margin-left: 9rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .m-sm-n6 {
    margin: -4.5rem !important; }
  .m-sm-n7 {
    margin: -6rem !important; }
  .m-sm-n8 {
    margin: -7.5rem !important; }
  .m-sm-n9 {
    margin: -9rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-sm-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .mt-sm-n6 {
    margin-top: -4.5rem !important; }
  .mt-sm-n7 {
    margin-top: -6rem !important; }
  .mt-sm-n8 {
    margin-top: -7.5rem !important; }
  .mt-sm-n9 {
    margin-top: -9rem !important; }
  .me-sm-n1 {
    margin-right: -0.25rem !important; }
  .me-sm-n2 {
    margin-right: -0.5rem !important; }
  .me-sm-n3 {
    margin-right: -1rem !important; }
  .me-sm-n4 {
    margin-right: -1.5rem !important; }
  .me-sm-n5 {
    margin-right: -3rem !important; }
  .me-sm-n6 {
    margin-right: -4.5rem !important; }
  .me-sm-n7 {
    margin-right: -6rem !important; }
  .me-sm-n8 {
    margin-right: -7.5rem !important; }
  .me-sm-n9 {
    margin-right: -9rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important; }
  .mb-sm-n7 {
    margin-bottom: -6rem !important; }
  .mb-sm-n8 {
    margin-bottom: -7.5rem !important; }
  .mb-sm-n9 {
    margin-bottom: -9rem !important; }
  .ms-sm-n1 {
    margin-left: -0.25rem !important; }
  .ms-sm-n2 {
    margin-left: -0.5rem !important; }
  .ms-sm-n3 {
    margin-left: -1rem !important; }
  .ms-sm-n4 {
    margin-left: -1.5rem !important; }
  .ms-sm-n5 {
    margin-left: -3rem !important; }
  .ms-sm-n6 {
    margin-left: -4.5rem !important; }
  .ms-sm-n7 {
    margin-left: -6rem !important; }
  .ms-sm-n8 {
    margin-left: -7.5rem !important; }
  .ms-sm-n9 {
    margin-left: -9rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-6 {
    padding: 4.5rem !important; }
  .p-sm-7 {
    padding: 6rem !important; }
  .p-sm-8 {
    padding: 7.5rem !important; }
  .p-sm-9 {
    padding: 9rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-6 {
    padding-top: 4.5rem !important; }
  .pt-sm-7 {
    padding-top: 6rem !important; }
  .pt-sm-8 {
    padding-top: 7.5rem !important; }
  .pt-sm-9 {
    padding-top: 9rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pe-sm-6 {
    padding-right: 4.5rem !important; }
  .pe-sm-7 {
    padding-right: 6rem !important; }
  .pe-sm-8 {
    padding-right: 7.5rem !important; }
  .pe-sm-9 {
    padding-right: 9rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important; }
  .pb-sm-7 {
    padding-bottom: 6rem !important; }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important; }
  .pb-sm-9 {
    padding-bottom: 9rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .ps-sm-6 {
    padding-left: 4.5rem !important; }
  .ps-sm-7 {
    padding-left: 6rem !important; }
  .ps-sm-8 {
    padding-left: 7.5rem !important; }
  .ps-sm-9 {
    padding-left: 9rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .gap-md-6 {
    gap: 4.5rem !important; }
  .gap-md-7 {
    gap: 6rem !important; }
  .gap-md-8 {
    gap: 7.5rem !important; }
  .gap-md-9 {
    gap: 9rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-6 {
    margin: 4.5rem !important; }
  .m-md-7 {
    margin: 6rem !important; }
  .m-md-8 {
    margin: 7.5rem !important; }
  .m-md-9 {
    margin: 9rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-6 {
    margin-top: 4.5rem !important; }
  .mt-md-7 {
    margin-top: 6rem !important; }
  .mt-md-8 {
    margin-top: 7.5rem !important; }
  .mt-md-9 {
    margin-top: 9rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-6 {
    margin-right: 4.5rem !important; }
  .me-md-7 {
    margin-right: 6rem !important; }
  .me-md-8 {
    margin-right: 7.5rem !important; }
  .me-md-9 {
    margin-right: 9rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-6 {
    margin-bottom: 4.5rem !important; }
  .mb-md-7 {
    margin-bottom: 6rem !important; }
  .mb-md-8 {
    margin-bottom: 7.5rem !important; }
  .mb-md-9 {
    margin-bottom: 9rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-6 {
    margin-left: 4.5rem !important; }
  .ms-md-7 {
    margin-left: 6rem !important; }
  .ms-md-8 {
    margin-left: 7.5rem !important; }
  .ms-md-9 {
    margin-left: 9rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .m-md-n6 {
    margin: -4.5rem !important; }
  .m-md-n7 {
    margin: -6rem !important; }
  .m-md-n8 {
    margin: -7.5rem !important; }
  .m-md-n9 {
    margin: -9rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-md-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-md-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .mt-md-n6 {
    margin-top: -4.5rem !important; }
  .mt-md-n7 {
    margin-top: -6rem !important; }
  .mt-md-n8 {
    margin-top: -7.5rem !important; }
  .mt-md-n9 {
    margin-top: -9rem !important; }
  .me-md-n1 {
    margin-right: -0.25rem !important; }
  .me-md-n2 {
    margin-right: -0.5rem !important; }
  .me-md-n3 {
    margin-right: -1rem !important; }
  .me-md-n4 {
    margin-right: -1.5rem !important; }
  .me-md-n5 {
    margin-right: -3rem !important; }
  .me-md-n6 {
    margin-right: -4.5rem !important; }
  .me-md-n7 {
    margin-right: -6rem !important; }
  .me-md-n8 {
    margin-right: -7.5rem !important; }
  .me-md-n9 {
    margin-right: -9rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important; }
  .mb-md-n7 {
    margin-bottom: -6rem !important; }
  .mb-md-n8 {
    margin-bottom: -7.5rem !important; }
  .mb-md-n9 {
    margin-bottom: -9rem !important; }
  .ms-md-n1 {
    margin-left: -0.25rem !important; }
  .ms-md-n2 {
    margin-left: -0.5rem !important; }
  .ms-md-n3 {
    margin-left: -1rem !important; }
  .ms-md-n4 {
    margin-left: -1.5rem !important; }
  .ms-md-n5 {
    margin-left: -3rem !important; }
  .ms-md-n6 {
    margin-left: -4.5rem !important; }
  .ms-md-n7 {
    margin-left: -6rem !important; }
  .ms-md-n8 {
    margin-left: -7.5rem !important; }
  .ms-md-n9 {
    margin-left: -9rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-6 {
    padding: 4.5rem !important; }
  .p-md-7 {
    padding: 6rem !important; }
  .p-md-8 {
    padding: 7.5rem !important; }
  .p-md-9 {
    padding: 9rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-6 {
    padding-top: 4.5rem !important; }
  .pt-md-7 {
    padding-top: 6rem !important; }
  .pt-md-8 {
    padding-top: 7.5rem !important; }
  .pt-md-9 {
    padding-top: 9rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pe-md-6 {
    padding-right: 4.5rem !important; }
  .pe-md-7 {
    padding-right: 6rem !important; }
  .pe-md-8 {
    padding-right: 7.5rem !important; }
  .pe-md-9 {
    padding-right: 9rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-6 {
    padding-bottom: 4.5rem !important; }
  .pb-md-7 {
    padding-bottom: 6rem !important; }
  .pb-md-8 {
    padding-bottom: 7.5rem !important; }
  .pb-md-9 {
    padding-bottom: 9rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .ps-md-6 {
    padding-left: 4.5rem !important; }
  .ps-md-7 {
    padding-left: 6rem !important; }
  .ps-md-8 {
    padding-left: 7.5rem !important; }
  .ps-md-9 {
    padding-left: 9rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .gap-lg-6 {
    gap: 4.5rem !important; }
  .gap-lg-7 {
    gap: 6rem !important; }
  .gap-lg-8 {
    gap: 7.5rem !important; }
  .gap-lg-9 {
    gap: 9rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-6 {
    margin: 4.5rem !important; }
  .m-lg-7 {
    margin: 6rem !important; }
  .m-lg-8 {
    margin: 7.5rem !important; }
  .m-lg-9 {
    margin: 9rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-6 {
    margin-top: 4.5rem !important; }
  .mt-lg-7 {
    margin-top: 6rem !important; }
  .mt-lg-8 {
    margin-top: 7.5rem !important; }
  .mt-lg-9 {
    margin-top: 9rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-6 {
    margin-right: 4.5rem !important; }
  .me-lg-7 {
    margin-right: 6rem !important; }
  .me-lg-8 {
    margin-right: 7.5rem !important; }
  .me-lg-9 {
    margin-right: 9rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important; }
  .mb-lg-7 {
    margin-bottom: 6rem !important; }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 9rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-6 {
    margin-left: 4.5rem !important; }
  .ms-lg-7 {
    margin-left: 6rem !important; }
  .ms-lg-8 {
    margin-left: 7.5rem !important; }
  .ms-lg-9 {
    margin-left: 9rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .m-lg-n6 {
    margin: -4.5rem !important; }
  .m-lg-n7 {
    margin: -6rem !important; }
  .m-lg-n8 {
    margin: -7.5rem !important; }
  .m-lg-n9 {
    margin: -9rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-lg-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .mt-lg-n6 {
    margin-top: -4.5rem !important; }
  .mt-lg-n7 {
    margin-top: -6rem !important; }
  .mt-lg-n8 {
    margin-top: -7.5rem !important; }
  .mt-lg-n9 {
    margin-top: -9rem !important; }
  .me-lg-n1 {
    margin-right: -0.25rem !important; }
  .me-lg-n2 {
    margin-right: -0.5rem !important; }
  .me-lg-n3 {
    margin-right: -1rem !important; }
  .me-lg-n4 {
    margin-right: -1.5rem !important; }
  .me-lg-n5 {
    margin-right: -3rem !important; }
  .me-lg-n6 {
    margin-right: -4.5rem !important; }
  .me-lg-n7 {
    margin-right: -6rem !important; }
  .me-lg-n8 {
    margin-right: -7.5rem !important; }
  .me-lg-n9 {
    margin-right: -9rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important; }
  .mb-lg-n7 {
    margin-bottom: -6rem !important; }
  .mb-lg-n8 {
    margin-bottom: -7.5rem !important; }
  .mb-lg-n9 {
    margin-bottom: -9rem !important; }
  .ms-lg-n1 {
    margin-left: -0.25rem !important; }
  .ms-lg-n2 {
    margin-left: -0.5rem !important; }
  .ms-lg-n3 {
    margin-left: -1rem !important; }
  .ms-lg-n4 {
    margin-left: -1.5rem !important; }
  .ms-lg-n5 {
    margin-left: -3rem !important; }
  .ms-lg-n6 {
    margin-left: -4.5rem !important; }
  .ms-lg-n7 {
    margin-left: -6rem !important; }
  .ms-lg-n8 {
    margin-left: -7.5rem !important; }
  .ms-lg-n9 {
    margin-left: -9rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-6 {
    padding: 4.5rem !important; }
  .p-lg-7 {
    padding: 6rem !important; }
  .p-lg-8 {
    padding: 7.5rem !important; }
  .p-lg-9 {
    padding: 9rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-6 {
    padding-top: 4.5rem !important; }
  .pt-lg-7 {
    padding-top: 6rem !important; }
  .pt-lg-8 {
    padding-top: 7.5rem !important; }
  .pt-lg-9 {
    padding-top: 9rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pe-lg-6 {
    padding-right: 4.5rem !important; }
  .pe-lg-7 {
    padding-right: 6rem !important; }
  .pe-lg-8 {
    padding-right: 7.5rem !important; }
  .pe-lg-9 {
    padding-right: 9rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important; }
  .pb-lg-7 {
    padding-bottom: 6rem !important; }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important; }
  .pb-lg-9 {
    padding-bottom: 9rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .ps-lg-6 {
    padding-left: 4.5rem !important; }
  .ps-lg-7 {
    padding-left: 6rem !important; }
  .ps-lg-8 {
    padding-left: 7.5rem !important; }
  .ps-lg-9 {
    padding-left: 9rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .gap-xl-6 {
    gap: 4.5rem !important; }
  .gap-xl-7 {
    gap: 6rem !important; }
  .gap-xl-8 {
    gap: 7.5rem !important; }
  .gap-xl-9 {
    gap: 9rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-6 {
    margin: 4.5rem !important; }
  .m-xl-7 {
    margin: 6rem !important; }
  .m-xl-8 {
    margin: 7.5rem !important; }
  .m-xl-9 {
    margin: 9rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-6 {
    margin-top: 4.5rem !important; }
  .mt-xl-7 {
    margin-top: 6rem !important; }
  .mt-xl-8 {
    margin-top: 7.5rem !important; }
  .mt-xl-9 {
    margin-top: 9rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-6 {
    margin-right: 4.5rem !important; }
  .me-xl-7 {
    margin-right: 6rem !important; }
  .me-xl-8 {
    margin-right: 7.5rem !important; }
  .me-xl-9 {
    margin-right: 9rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important; }
  .mb-xl-7 {
    margin-bottom: 6rem !important; }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important; }
  .mb-xl-9 {
    margin-bottom: 9rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-6 {
    margin-left: 4.5rem !important; }
  .ms-xl-7 {
    margin-left: 6rem !important; }
  .ms-xl-8 {
    margin-left: 7.5rem !important; }
  .ms-xl-9 {
    margin-left: 9rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .m-xl-n6 {
    margin: -4.5rem !important; }
  .m-xl-n7 {
    margin: -6rem !important; }
  .m-xl-n8 {
    margin: -7.5rem !important; }
  .m-xl-n9 {
    margin: -9rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .mt-xl-n6 {
    margin-top: -4.5rem !important; }
  .mt-xl-n7 {
    margin-top: -6rem !important; }
  .mt-xl-n8 {
    margin-top: -7.5rem !important; }
  .mt-xl-n9 {
    margin-top: -9rem !important; }
  .me-xl-n1 {
    margin-right: -0.25rem !important; }
  .me-xl-n2 {
    margin-right: -0.5rem !important; }
  .me-xl-n3 {
    margin-right: -1rem !important; }
  .me-xl-n4 {
    margin-right: -1.5rem !important; }
  .me-xl-n5 {
    margin-right: -3rem !important; }
  .me-xl-n6 {
    margin-right: -4.5rem !important; }
  .me-xl-n7 {
    margin-right: -6rem !important; }
  .me-xl-n8 {
    margin-right: -7.5rem !important; }
  .me-xl-n9 {
    margin-right: -9rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important; }
  .mb-xl-n7 {
    margin-bottom: -6rem !important; }
  .mb-xl-n8 {
    margin-bottom: -7.5rem !important; }
  .mb-xl-n9 {
    margin-bottom: -9rem !important; }
  .ms-xl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xl-n3 {
    margin-left: -1rem !important; }
  .ms-xl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xl-n5 {
    margin-left: -3rem !important; }
  .ms-xl-n6 {
    margin-left: -4.5rem !important; }
  .ms-xl-n7 {
    margin-left: -6rem !important; }
  .ms-xl-n8 {
    margin-left: -7.5rem !important; }
  .ms-xl-n9 {
    margin-left: -9rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-6 {
    padding: 4.5rem !important; }
  .p-xl-7 {
    padding: 6rem !important; }
  .p-xl-8 {
    padding: 7.5rem !important; }
  .p-xl-9 {
    padding: 9rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-6 {
    padding-top: 4.5rem !important; }
  .pt-xl-7 {
    padding-top: 6rem !important; }
  .pt-xl-8 {
    padding-top: 7.5rem !important; }
  .pt-xl-9 {
    padding-top: 9rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pe-xl-6 {
    padding-right: 4.5rem !important; }
  .pe-xl-7 {
    padding-right: 6rem !important; }
  .pe-xl-8 {
    padding-right: 7.5rem !important; }
  .pe-xl-9 {
    padding-right: 9rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important; }
  .pb-xl-7 {
    padding-bottom: 6rem !important; }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important; }
  .pb-xl-9 {
    padding-bottom: 9rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .ps-xl-6 {
    padding-left: 4.5rem !important; }
  .ps-xl-7 {
    padding-left: 6rem !important; }
  .ps-xl-8 {
    padding-left: 7.5rem !important; }
  .ps-xl-9 {
    padding-left: 9rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .gap-xxl-6 {
    gap: 4.5rem !important; }
  .gap-xxl-7 {
    gap: 6rem !important; }
  .gap-xxl-8 {
    gap: 7.5rem !important; }
  .gap-xxl-9 {
    gap: 9rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-6 {
    margin: 4.5rem !important; }
  .m-xxl-7 {
    margin: 6rem !important; }
  .m-xxl-8 {
    margin: 7.5rem !important; }
  .m-xxl-9 {
    margin: 9rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-6 {
    margin-top: 4.5rem !important; }
  .mt-xxl-7 {
    margin-top: 6rem !important; }
  .mt-xxl-8 {
    margin-top: 7.5rem !important; }
  .mt-xxl-9 {
    margin-top: 9rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-6 {
    margin-right: 4.5rem !important; }
  .me-xxl-7 {
    margin-right: 6rem !important; }
  .me-xxl-8 {
    margin-right: 7.5rem !important; }
  .me-xxl-9 {
    margin-right: 9rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important; }
  .mb-xxl-7 {
    margin-bottom: 6rem !important; }
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important; }
  .mb-xxl-9 {
    margin-bottom: 9rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-6 {
    margin-left: 4.5rem !important; }
  .ms-xxl-7 {
    margin-left: 6rem !important; }
  .ms-xxl-8 {
    margin-left: 7.5rem !important; }
  .ms-xxl-9 {
    margin-left: 9rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .m-xxl-n6 {
    margin: -4.5rem !important; }
  .m-xxl-n7 {
    margin: -6rem !important; }
  .m-xxl-n8 {
    margin: -7.5rem !important; }
  .m-xxl-n9 {
    margin: -9rem !important; }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xxl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xxl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xxl-n3 {
    margin-top: -1rem !important; }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xxl-n5 {
    margin-top: -3rem !important; }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important; }
  .mt-xxl-n7 {
    margin-top: -6rem !important; }
  .mt-xxl-n8 {
    margin-top: -7.5rem !important; }
  .mt-xxl-n9 {
    margin-top: -9rem !important; }
  .me-xxl-n1 {
    margin-right: -0.25rem !important; }
  .me-xxl-n2 {
    margin-right: -0.5rem !important; }
  .me-xxl-n3 {
    margin-right: -1rem !important; }
  .me-xxl-n4 {
    margin-right: -1.5rem !important; }
  .me-xxl-n5 {
    margin-right: -3rem !important; }
  .me-xxl-n6 {
    margin-right: -4.5rem !important; }
  .me-xxl-n7 {
    margin-right: -6rem !important; }
  .me-xxl-n8 {
    margin-right: -7.5rem !important; }
  .me-xxl-n9 {
    margin-right: -9rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important; }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important; }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important; }
  .mb-xxl-n8 {
    margin-bottom: -7.5rem !important; }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important; }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xxl-n3 {
    margin-left: -1rem !important; }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xxl-n5 {
    margin-left: -3rem !important; }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important; }
  .ms-xxl-n7 {
    margin-left: -6rem !important; }
  .ms-xxl-n8 {
    margin-left: -7.5rem !important; }
  .ms-xxl-n9 {
    margin-left: -9rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .p-xxl-6 {
    padding: 4.5rem !important; }
  .p-xxl-7 {
    padding: 6rem !important; }
  .p-xxl-8 {
    padding: 7.5rem !important; }
  .p-xxl-9 {
    padding: 9rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pt-xxl-6 {
    padding-top: 4.5rem !important; }
  .pt-xxl-7 {
    padding-top: 6rem !important; }
  .pt-xxl-8 {
    padding-top: 7.5rem !important; }
  .pt-xxl-9 {
    padding-top: 9rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pe-xxl-6 {
    padding-right: 4.5rem !important; }
  .pe-xxl-7 {
    padding-right: 6rem !important; }
  .pe-xxl-8 {
    padding-right: 7.5rem !important; }
  .pe-xxl-9 {
    padding-right: 9rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important; }
  .pb-xxl-7 {
    padding-bottom: 6rem !important; }
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important; }
  .pb-xxl-9 {
    padding-bottom: 9rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .ps-xxl-6 {
    padding-left: 4.5rem !important; }
  .ps-xxl-7 {
    padding-left: 6rem !important; }
  .ps-xxl-8 {
    padding-left: 7.5rem !important; }
  .ps-xxl-9 {
    padding-left: 9rem !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: 2.5252rem !important; }
  .fs-2 {
    font-size: 2.14rem !important; }
  .fs-3 {
    font-size: 1.8511rem !important; }
  .fs-4 {
    font-size: 1.712rem !important; }
  .fs-5 {
    font-size: 1.5836rem !important; }
  .fs-6 {
    font-size: 1.391rem !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; } }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("./fonts/ionicons.eot?v=2.0.0");
  src: url("./fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("./fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("./fonts/ionicons.woff?v=2.0.0") format("woff"), url("./fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

img {
  max-width: 100%;
  margin: 0 0 1rem;
  border-radius: 3px; }

.container-fw {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 4.5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.hr {
  display: block;
  height: 1px;
  margin: 1rem 0;
  background-color: rgba(0, 0, 0, 0.1); }

.quote {
  position: relative;
  margin: 1.5em 0; }

.quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em; }

.quote > small, .quote > .small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em; }

.quote > p {
  margin-left: 50px;
  font-size: 1.5em; }

@media all and (max-width: 540px) {
  .quote > i {
    left: -15px;
    font-size: 1.5em; }
  .quote > small, .quote > .small {
    margin-left: 20px;
    font-size: 1em; }
  .quote > p {
    margin-left: 20px;
    font-size: 1.2em; } }

.display-font-primary {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.display-font-secondary {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.default-font-primary {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.default-font-secondary {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.navbar {
  padding: 1rem 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar img {
    width: auto;
    margin-bottom: 0; }
  .navbar a {
    text-decoration: none; }
  .navbar .navbar-brand {
    padding: 0; }
    .navbar .navbar-brand img {
      max-width: 200px; }
      @media (min-width: 768px) {
        .navbar .navbar-brand img {
          max-width: none; } }
  .navbar .navbar-nav .nav-link {
    padding: 0 1rem;
    font-size: 0.93625rem; }
  .navbar .dropdown-menu {
    left: auto;
    right: 0;
    top: 2.5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid #003c7d;
    box-shadow: none; }
    @media (min-width: 992px) {
      .navbar .dropdown-menu {
        margin-left: 0;
        box-shadow: 0 0.5rem 1rem rgba(108, 117, 125, 0.15); } }
  .navbar .dropdown-item {
    padding: 0.5rem 1.5rem;
    font-size: 0.93625rem; }
  .navbar .navbar-nav .nav-item:last-child .nav-link:not(.nav-form-link) {
    padding-right: 0; }
  .navbar .navbar-toggler {
    padding: 0.75rem 1rem; }
    .navbar .navbar-toggler .navbar-toggler-bar {
      display: block;
      width: 1.25rem;
      height: 1px;
      margin-top: 0.375rem; }
      .navbar .navbar-toggler .navbar-toggler-bar:first-child {
        margin-top: 0; }
  .navbar .navbar-collapse {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    @media (min-width: 992px) {
      .navbar .navbar-collapse {
        margin-top: 0;
        padding-top: 0;
        border-top: none; } }
  .navbar .dropdown-v1 .dropdown-menu {
    margin-top: 1rem;
    border-top: 3px solid #003c7d; }
    @media (min-width: 992px) {
      .navbar .dropdown-v1 .dropdown-menu {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; } }

.navbar-light a {
  color: #000f38; }
  .navbar-light a:hover, .navbar-light a:focus, .navbar-light a.active {
    color: #003c7d; }

.navbar-light .navbar-toggler-bar {
  background-color: #000f38; }

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

.navbar-dark .social-links-minimal .social-link {
  color: #f7f8f9; }

.navbar-dark .navbar-toggler-bar {
  background-color: #f7f8f9; }

.navbar-nav .nav-link.nav-form-link {
  color: #fff;
  background-color: #003c7d;
  border-color: #003c7d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .navbar-nav .nav-link.nav-form-link:hover {
    color: #fff;
    background-color: #00336a;
    border-color: #003064; }
  .btn-check:focus + .navbar-nav .nav-link.nav-form-link, .navbar-nav .nav-link.nav-form-link:focus {
    color: #fff;
    background-color: #00336a;
    border-color: #003064;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-check:checked + .navbar-nav .nav-link.nav-form-link,
  .btn-check:active + .navbar-nav .nav-link.nav-form-link, .navbar-nav .nav-link.nav-form-link:active, .navbar-nav .nav-link.nav-form-link.active,
  .show > .navbar-nav .nav-link.nav-form-link.dropdown-toggle {
    color: #fff;
    background-color: #003064;
    border-color: #002d5e; }
    .btn-check:checked + .navbar-nav .nav-link.nav-form-link:focus,
    .btn-check:active + .navbar-nav .nav-link.nav-form-link:focus, .navbar-nav .nav-link.nav-form-link:active:focus, .navbar-nav .nav-link.nav-form-link.active:focus,
    .show > .navbar-nav .nav-link.nav-form-link.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .navbar-nav .nav-link.nav-form-link:disabled, .navbar-nav .nav-link.nav-form-link.disabled {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }

.footer {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 0.8025rem;
  color: #6c757d; }
  .footer a {
    color: #000; }
    .footer a:hover, .footer a:focus {
      color: #003c7d; }
  @media (min-width: 992px) {
    .footer .container {
      display: flex;
      align-items: center;
      justify-content: space-between; } }

.jumbotron {
  margin-bottom: 0.5rem; }
  .jumbotron h1, .jumbotron .h1 {
    margin-top: 0;
    font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 800;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .jumbotron h1, .jumbotron .h1 {
        font-size: 3rem; } }
  .jumbotron p {
    font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    font-style: italic;
    line-height: 2;
    text-transform: none;
    font-size: calc(1.255rem + 0.06vw); }
    @media (min-width: 1200px) {
      .jumbotron p {
        font-size: 1.3rem; } }

.feature-box-1 {
  display: flex; }
  .feature-box-1 .feature-box-icon, .feature-box-1 .feature-box-number {
    margin-right: 1rem; }

.avatar {
  position: relative;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  font-size: 1.5836rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #eaecef no-repeat center/cover;
  border-radius: 50%; }
  .avatar .icon {
    font-size: 1.25em; }
  .avatar .badge {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff; }
  a.avatar {
    cursor: pointer; }

.avatar-xs {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  max-width: 1rem;
  max-height: 1rem;
  font-size: 0.5rem;
  line-height: 1rem; }
  .avatar-xs .icon {
    font-size: 0.44843rem; }

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem; }
  .avatar-sm .icon {
    font-size: 0.67265rem; }

.avatar-md {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  font-size: 1.5rem;
  line-height: 3rem; }
  .avatar-md .icon {
    font-size: 1.34529rem; }

.avatar-lg {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
  font-size: 2rem;
  line-height: 4rem; }
  .avatar-lg .icon {
    font-size: 1.79372rem; }

.avatar-xl {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  max-width: 5rem;
  max-height: 5rem;
  font-size: 2.5rem;
  line-height: 5rem; }
  .avatar-xl .icon {
    font-size: 2.24215rem; }

.avatar-2xl {
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  min-height: 6rem;
  max-width: 6rem;
  max-height: 6rem;
  font-size: 3rem;
  line-height: 6rem; }
  .avatar-2xl .icon {
    font-size: 2.69058rem; }

.avatar-3xl {
  width: 7rem;
  height: 7rem;
  min-width: 7rem;
  min-height: 7rem;
  max-width: 7rem;
  max-height: 7rem;
  font-size: 3.5rem;
  line-height: 7rem; }
  .avatar-3xl .icon {
    font-size: 3.13901rem; }

.avatar-4xl {
  width: 8rem;
  height: 8rem;
  min-width: 8rem;
  min-height: 8rem;
  max-width: 8rem;
  max-height: 8rem;
  font-size: 4rem;
  line-height: 8rem; }
  .avatar-4xl .icon {
    font-size: 3.58744rem; }

.avatar-5xl {
  width: 9rem;
  height: 9rem;
  min-width: 9rem;
  min-height: 9rem;
  max-width: 9rem;
  max-height: 9rem;
  font-size: 4.5rem;
  line-height: 9rem; }
  .avatar-5xl .icon {
    font-size: 4.03587rem; }

.avatar-6xl {
  width: 10rem;
  height: 10rem;
  min-width: 10rem;
  min-height: 10rem;
  max-width: 10rem;
  max-height: 10rem;
  font-size: 5rem;
  line-height: 10rem; }
  .avatar-6xl .icon {
    font-size: 4.4843rem; }

.avatar-list {
  display: inline-flex;
  padding: 0;
  margin: 0 0 -.5rem; }
  .avatar-list .avatar {
    margin-bottom: .5rem; }
    .avatar-list .avatar:not(:last-child) {
      margin-right: .5rem; }
  .avatar-list a.avatar:hover {
    z-index: 1; }

.avatar-list-stacked .avatar {
  margin-right: -.5rem !important;
  box-shadow: 0 0 0 2px #fff; }
  .card-footer .avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03); }

.btn {
  text-transform: uppercase;
  letter-spacing: 3 !important;
  word-spacing: 5.01 !important; }
  @media (min-width: 992px) {
    .btn {
      letter-spacing: 3 !important;
      word-spacing: 5.01 !important; } }

.btn-sm, .btn-group-sm > .btn {
  letter-spacing: 2 !important;
  word-spacing: 3.34 !important; }
  @media (min-width: 992px) {
    .btn-sm, .btn-group-sm > .btn {
      letter-spacing: 2 !important;
      word-spacing: 3.34 !important; } }

.btn-lg, .btn-group-lg > .btn {
  letter-spacing: 5 !important;
  word-spacing: 8.35 !important; }
  @media (min-width: 992px) {
    .btn-lg, .btn-group-lg > .btn {
      letter-spacing: 5 !important;
      word-spacing: 8.35 !important; } }

.btn-blue {
  color: #000;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue:hover {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff; }
  .btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-check:checked + .btn-blue,
  .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    color: #000;
    background-color: #3395ff;
    border-color: #1a88ff; }
    .btn-check:checked + .btn-blue:focus,
    .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #000;
    background-color: #007bff;
    border-color: #007bff; }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo:hover {
    color: #fff;
    background-color: #570ece;
    border-color: #520dc2; }
  .btn-check:focus + .btn-indigo, .btn-indigo:focus {
    color: #fff;
    background-color: #570ece;
    border-color: #520dc2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-check:checked + .btn-indigo,
  .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #520dc2;
    border-color: #4d0cb6; }
    .btn-check:checked + .btn-indigo:focus,
    .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-indigo:disabled, .btn-indigo.disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple:hover {
    color: #fff;
    background-color: #5e38a4;
    border-color: #59359a; }
  .btn-check:focus + .btn-purple, .btn-purple:focus {
    color: #fff;
    background-color: #5e38a4;
    border-color: #59359a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-check:checked + .btn-purple,
  .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #59359a;
    border-color: #533291; }
    .btn-check:checked + .btn-purple:focus,
    .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-purple:disabled, .btn-purple.disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }

.btn-pink {
  color: #000;
  background-color: #e83e8c;
  border-color: #e83e8c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink:hover {
    color: #000;
    background-color: #eb5b9d;
    border-color: #ea5198; }
  .btn-check:focus + .btn-pink, .btn-pink:focus {
    color: #000;
    background-color: #eb5b9d;
    border-color: #ea5198;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(197, 53, 119, 0.5); }
  .btn-check:checked + .btn-pink,
  .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
  .show > .btn-pink.dropdown-toggle {
    color: #000;
    background-color: #ed65a3;
    border-color: #ea5198; }
    .btn-check:checked + .btn-pink:focus,
    .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 53, 119, 0.5); }
  .btn-pink:disabled, .btn-pink.disabled {
    color: #000;
    background-color: #e83e8c;
    border-color: #e83e8c; }

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-red, .btn-red:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-red,
  .btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-red:focus,
    .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-red:disabled, .btn-red.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-orange {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange:hover {
    color: #000;
    background-color: #fd9137;
    border-color: #fd8b2c; }
  .btn-check:focus + .btn-orange, .btn-orange:focus {
    color: #000;
    background-color: #fd9137;
    border-color: #fd8b2c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(215, 107, 17, 0.5); }
  .btn-check:checked + .btn-orange,
  .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
  .show > .btn-orange.dropdown-toggle {
    color: #000;
    background-color: #fd9843;
    border-color: #fd8b2c; }
    .btn-check:checked + .btn-orange:focus,
    .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(215, 107, 17, 0.5); }
  .btn-orange:disabled, .btn-orange.disabled {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }

.btn-yellow {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-yellow,
  .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
  .show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-yellow:focus,
    .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-green {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-green, .btn-green:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-green,
  .btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
  .show > .btn-green.dropdown-toggle {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-green:focus,
    .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-green:disabled, .btn-green.disabled {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-teal {
  color: #000;
  background-color: #20c997;
  border-color: #20c997;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal:hover {
    color: #000;
    background-color: #41d1a7;
    border-color: #36cea1; }
  .btn-check:focus + .btn-teal, .btn-teal:focus {
    color: #000;
    background-color: #41d1a7;
    border-color: #36cea1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(27, 171, 128, 0.5); }
  .btn-check:checked + .btn-teal,
  .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active,
  .show > .btn-teal.dropdown-toggle {
    color: #000;
    background-color: #4dd4ac;
    border-color: #36cea1; }
    .btn-check:checked + .btn-teal:focus,
    .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(27, 171, 128, 0.5); }
  .btn-teal:disabled, .btn-teal.disabled {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }

.btn-cyan {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan:hover {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-cyan, .btn-cyan:focus {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-cyan,
  .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active,
  .show > .btn-cyan.dropdown-toggle {
    color: #000;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-cyan:focus,
    .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-cyan:disabled, .btn-cyan.disabled {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-white,
  .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .btn-white:focus,
    .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-white:disabled, .btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff; }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-check:focus + .btn-black, .btn-black:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-check:checked + .btn-black,
  .btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-check:checked + .btn-black:focus,
    .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-black:disabled, .btn-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-gray, .btn-gray:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-gray,
  .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-gray:focus,
    .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-gray:disabled, .btn-gray.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-dark:hover {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33; }
  .btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-gray-dark,
  .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #2a2e33;
    border-color: #272c30; }
    .btn-check:checked + .btn-gray-dark:focus,
    .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-gray-dark:disabled, .btn-gray-dark.disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-primary {
  color: #fff;
  background-color: #003c7d;
  border-color: #003c7d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #00336a;
    border-color: #003064; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #00336a;
    border-color: #003064;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003064;
    border-color: #002d5e; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }

.btn-secondary {
  color: #000;
  background-color: #8f9397;
  border-color: #8f9397;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #000;
    background-color: #a0a3a7;
    border-color: #9a9ea1; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #a0a3a7;
    border-color: #9a9ea1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(122, 125, 128, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #a5a9ac;
    border-color: #9a9ea1; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(122, 125, 128, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }

.btn-success {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-info {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(210, 211, 212, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(210, 211, 212, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }

.btn-dark {
  color: #fff;
  background-color: #000f38;
  border-color: #000f38;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background-color: #000d30;
    border-color: #000c2d; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #000d30;
    border-color: #000c2d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 51, 86, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000c2d;
    border-color: #000b2a; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 51, 86, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #000f38;
    border-color: #000f38; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-facebook:hover {
    color: #fff;
    background-color: #324c81;
    border-color: #2f477a; }
  .btn-check:focus + .btn-facebook, .btn-facebook:focus {
    color: #fff;
    background-color: #324c81;
    border-color: #2f477a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(88, 114, 167, 0.5); }
  .btn-check:checked + .btn-facebook,
  .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2f477a;
    border-color: #2c4372; }
    .btn-check:checked + .btn-facebook:focus,
    .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(88, 114, 167, 0.5); }
  .btn-facebook:disabled, .btn-facebook.disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }

.btn-twitter {
  color: #000;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-twitter:hover {
    color: #000;
    background-color: #3faff4;
    border-color: #34aaf3; }
  .btn-check:focus + .btn-twitter, .btn-twitter:focus {
    color: #000;
    background-color: #3faff4;
    border-color: #34aaf3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(25, 137, 206, 0.5); }
  .btn-check:checked + .btn-twitter,
  .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active,
  .show > .btn-twitter.dropdown-toggle {
    color: #000;
    background-color: #4ab4f5;
    border-color: #34aaf3; }
    .btn-check:checked + .btn-twitter:focus,
    .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(25, 137, 206, 0.5); }
  .btn-twitter:disabled, .btn-twitter.disabled {
    color: #000;
    background-color: #1da1f2;
    border-color: #1da1f2; }

.btn-google {
  color: #000;
  background-color: #dc4e41;
  border-color: #dc4e41;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-google:hover {
    color: #000;
    background-color: #e1695e;
    border-color: #e06054; }
  .btn-check:focus + .btn-google, .btn-google:focus {
    color: #000;
    background-color: #e1695e;
    border-color: #e06054;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(187, 66, 55, 0.5); }
  .btn-check:checked + .btn-google,
  .btn-check:active + .btn-google, .btn-google:active, .btn-google.active,
  .show > .btn-google.dropdown-toggle {
    color: #000;
    background-color: #e37167;
    border-color: #e06054; }
    .btn-check:checked + .btn-google:focus,
    .btn-check:active + .btn-google:focus, .btn-google:active:focus, .btn-google.active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(187, 66, 55, 0.5); }
  .btn-google:disabled, .btn-google.disabled {
    color: #000;
    background-color: #dc4e41;
    border-color: #dc4e41; }

.btn-youtube {
  color: #000;
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-youtube:hover {
    color: #000;
    background-color: #ff2626;
    border-color: #ff1a1a; }
  .btn-check:focus + .btn-youtube, .btn-youtube:focus {
    color: #000;
    background-color: #ff2626;
    border-color: #ff1a1a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 0, 0, 0.5); }
  .btn-check:checked + .btn-youtube,
  .btn-check:active + .btn-youtube, .btn-youtube:active, .btn-youtube.active,
  .show > .btn-youtube.dropdown-toggle {
    color: #000;
    background-color: #ff3333;
    border-color: #ff1a1a; }
    .btn-check:checked + .btn-youtube:focus,
    .btn-check:active + .btn-youtube:focus, .btn-youtube:active:focus, .btn-youtube.active:focus,
    .show > .btn-youtube.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 0, 0, 0.5); }
  .btn-youtube:disabled, .btn-youtube.disabled {
    color: #000;
    background-color: #ff0000;
    border-color: #ff0000; }

.btn-vimeo {
  color: #000;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-vimeo:hover {
    color: #000;
    background-color: #3cc2ed;
    border-color: #31beec; }
  .btn-check:focus + .btn-vimeo, .btn-vimeo:focus {
    color: #000;
    background-color: #3cc2ed;
    border-color: #31beec;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(22, 156, 199, 0.5); }
  .btn-check:checked + .btn-vimeo,
  .btn-check:active + .btn-vimeo, .btn-vimeo:active, .btn-vimeo.active,
  .show > .btn-vimeo.dropdown-toggle {
    color: #000;
    background-color: #48c5ee;
    border-color: #31beec; }
    .btn-check:checked + .btn-vimeo:focus,
    .btn-check:active + .btn-vimeo:focus, .btn-vimeo:active:focus, .btn-vimeo.active:focus,
    .show > .btn-vimeo.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(22, 156, 199, 0.5); }
  .btn-vimeo:disabled, .btn-vimeo.disabled {
    color: #000;
    background-color: #1ab7ea;
    border-color: #1ab7ea; }

.btn-dribbble {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dribbble:hover {
    color: #000;
    background-color: #ed679b;
    border-color: #ec5e95; }
  .btn-check:focus + .btn-dribbble, .btn-dribbble:focus {
    color: #000;
    background-color: #ed679b;
    border-color: #ec5e95;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(199, 65, 116, 0.5); }
  .btn-check:checked + .btn-dribbble,
  .btn-check:active + .btn-dribbble, .btn-dribbble:active, .btn-dribbble.active,
  .show > .btn-dribbble.dropdown-toggle {
    color: #000;
    background-color: #ee70a1;
    border-color: #ec5e95; }
    .btn-check:checked + .btn-dribbble:focus,
    .btn-check:active + .btn-dribbble:focus, .btn-dribbble:active:focus, .btn-dribbble.active:focus,
    .show > .btn-dribbble.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(199, 65, 116, 0.5); }
  .btn-dribbble:disabled, .btn-dribbble.disabled {
    color: #000;
    background-color: #ea4c89;
    border-color: #ea4c89; }

.btn-github {
  color: #fff;
  background-color: #181717;
  border-color: #181717;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-github:hover {
    color: #fff;
    background-color: #141414;
    border-color: #131212; }
  .btn-check:focus + .btn-github, .btn-github:focus {
    color: #fff;
    background-color: #141414;
    border-color: #131212;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 58, 58, 0.5); }
  .btn-check:checked + .btn-github,
  .btn-check:active + .btn-github, .btn-github:active, .btn-github.active,
  .show > .btn-github.dropdown-toggle {
    color: #fff;
    background-color: #131212;
    border-color: #121111; }
    .btn-check:checked + .btn-github:focus,
    .btn-check:active + .btn-github:focus, .btn-github:active:focus, .btn-github.active:focus,
    .show > .btn-github.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 58, 58, 0.5); }
  .btn-github:disabled, .btn-github.disabled {
    color: #fff;
    background-color: #181717;
    border-color: #181717; }

.btn-instagram {
  color: #000;
  background-color: #e4405f;
  border-color: #e4405f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-instagram:hover {
    color: #000;
    background-color: #e85d77;
    border-color: #e7536f; }
  .btn-check:focus + .btn-instagram, .btn-instagram:focus {
    color: #000;
    background-color: #e85d77;
    border-color: #e7536f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(194, 54, 81, 0.5); }
  .btn-check:checked + .btn-instagram,
  .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active,
  .show > .btn-instagram.dropdown-toggle {
    color: #000;
    background-color: #e9667f;
    border-color: #e7536f; }
    .btn-check:checked + .btn-instagram:focus,
    .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus,
    .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(194, 54, 81, 0.5); }
  .btn-instagram:disabled, .btn-instagram.disabled {
    color: #000;
    background-color: #e4405f;
    border-color: #e4405f; }

.btn-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pinterest:hover {
    color: #fff;
    background-color: #a10718;
    border-color: #970616; }
  .btn-check:focus + .btn-pinterest, .btn-pinterest:focus {
    color: #fff;
    background-color: #a10718;
    border-color: #970616;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(199, 45, 62, 0.5); }
  .btn-check:checked + .btn-pinterest,
  .btn-check:active + .btn-pinterest, .btn-pinterest:active, .btn-pinterest.active,
  .show > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #970616;
    border-color: #8e0615; }
    .btn-check:checked + .btn-pinterest:focus,
    .btn-check:active + .btn-pinterest:focus, .btn-pinterest:active:focus, .btn-pinterest.active:focus,
    .show > .btn-pinterest.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(199, 45, 62, 0.5); }
  .btn-pinterest:disabled, .btn-pinterest.disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c; }

.btn-vk {
  color: #000;
  background-color: #6383a8;
  border-color: #6383a8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-vk:hover {
    color: #000;
    background-color: #7a96b5;
    border-color: #738fb1; }
  .btn-check:focus + .btn-vk, .btn-vk:focus {
    color: #000;
    background-color: #7a96b5;
    border-color: #738fb1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(84, 111, 143, 0.5); }
  .btn-check:checked + .btn-vk,
  .btn-check:active + .btn-vk, .btn-vk:active, .btn-vk.active,
  .show > .btn-vk.dropdown-toggle {
    color: #000;
    background-color: #829cb9;
    border-color: #738fb1; }
    .btn-check:checked + .btn-vk:focus,
    .btn-check:active + .btn-vk:focus, .btn-vk:active:focus, .btn-vk.active:focus,
    .show > .btn-vk.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(84, 111, 143, 0.5); }
  .btn-vk:disabled, .btn-vk.disabled {
    color: #000;
    background-color: #6383a8;
    border-color: #6383a8; }

.btn-rss {
  color: #000;
  background-color: #ffa500;
  border-color: #ffa500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-rss:hover {
    color: #000;
    background-color: #ffb326;
    border-color: #ffae1a; }
  .btn-check:focus + .btn-rss, .btn-rss:focus {
    color: #000;
    background-color: #ffb326;
    border-color: #ffae1a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 140, 0, 0.5); }
  .btn-check:checked + .btn-rss,
  .btn-check:active + .btn-rss, .btn-rss:active, .btn-rss.active,
  .show > .btn-rss.dropdown-toggle {
    color: #000;
    background-color: #ffb733;
    border-color: #ffae1a; }
    .btn-check:checked + .btn-rss:focus,
    .btn-check:active + .btn-rss:focus, .btn-rss:active:focus, .btn-rss.active:focus,
    .show > .btn-rss.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 140, 0, 0.5); }
  .btn-rss:disabled, .btn-rss.disabled {
    color: #000;
    background-color: #ffa500;
    border-color: #ffa500; }

.btn-flickr {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-flickr:hover {
    color: #fff;
    background-color: #0054bb;
    border-color: #004fb0; }
  .btn-check:focus + .btn-flickr, .btn-flickr:focus {
    color: #fff;
    background-color: #0054bb;
    border-color: #004fb0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 122, 225, 0.5); }
  .btn-check:checked + .btn-flickr,
  .btn-check:active + .btn-flickr, .btn-flickr:active, .btn-flickr.active,
  .show > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #004fb0;
    border-color: #004aa5; }
    .btn-check:checked + .btn-flickr:focus,
    .btn-check:active + .btn-flickr:focus, .btn-flickr:active:focus, .btn-flickr.active:focus,
    .show > .btn-flickr.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 122, 225, 0.5); }
  .btn-flickr:disabled, .btn-flickr.disabled {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc; }

.btn-bitbucket {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-bitbucket:hover {
    color: #fff;
    background-color: #0046ad;
    border-color: #0042a3; }
  .btn-check:focus + .btn-bitbucket, .btn-bitbucket:focus {
    color: #fff;
    background-color: #0046ad;
    border-color: #0042a3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 108, 212, 0.5); }
  .btn-check:checked + .btn-bitbucket,
  .btn-check:active + .btn-bitbucket, .btn-bitbucket:active, .btn-bitbucket.active,
  .show > .btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #0042a3;
    border-color: #003e99; }
    .btn-check:checked + .btn-bitbucket:focus,
    .btn-check:active + .btn-bitbucket:focus, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus,
    .show > .btn-bitbucket.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 108, 212, 0.5); }
  .btn-bitbucket:disabled, .btn-bitbucket.disabled {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc; }

.btn-gray-100 {
  color: #000;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-100:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(210, 211, 212, 0.5); }
  .btn-check:checked + .btn-gray-100,
  .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active,
  .show > .btn-gray-100.dropdown-toggle {
    color: #000;
    background-color: #f9f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-gray-100:focus,
    .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus,
    .show > .btn-gray-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(210, 211, 212, 0.5); }
  .btn-gray-100:disabled, .btn-gray-100.disabled {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }

.btn-gray-200 {
  color: #000;
  background-color: #eaecef;
  border-color: #eaecef;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-200:hover {
    color: #000;
    background-color: #edeff1;
    border-color: #eceef1; }
  .btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
    color: #000;
    background-color: #edeff1;
    border-color: #eceef1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(199, 201, 203, 0.5); }
  .btn-check:checked + .btn-gray-200,
  .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active,
  .show > .btn-gray-200.dropdown-toggle {
    color: #000;
    background-color: #eef0f2;
    border-color: #eceef1; }
    .btn-check:checked + .btn-gray-200:focus,
    .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus,
    .show > .btn-gray-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(199, 201, 203, 0.5); }
  .btn-gray-200:disabled, .btn-gray-200.disabled {
    color: #000;
    background-color: #eaecef;
    border-color: #eaecef; }

.btn-gray-300 {
  color: #000;
  background-color: #dee1e4;
  border-color: #dee1e4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-300:hover {
    color: #000;
    background-color: #e3e6e8;
    border-color: #e1e4e7; }
  .btn-check:focus + .btn-gray-300, .btn-gray-300:focus {
    color: #000;
    background-color: #e3e6e8;
    border-color: #e1e4e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(189, 191, 194, 0.5); }
  .btn-check:checked + .btn-gray-300,
  .btn-check:active + .btn-gray-300, .btn-gray-300:active, .btn-gray-300.active,
  .show > .btn-gray-300.dropdown-toggle {
    color: #000;
    background-color: #e5e7e9;
    border-color: #e1e4e7; }
    .btn-check:checked + .btn-gray-300:focus,
    .btn-check:active + .btn-gray-300:focus, .btn-gray-300:active:focus, .btn-gray-300.active:focus,
    .show > .btn-gray-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 191, 194, 0.5); }
  .btn-gray-300:disabled, .btn-gray-300.disabled {
    color: #000;
    background-color: #dee1e4;
    border-color: #dee1e4; }

.btn-gray-400 {
  color: #000;
  background-color: #c5cbd0;
  border-color: #c5cbd0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-400:hover {
    color: #000;
    background-color: #ced3d7;
    border-color: #cbd0d5; }
  .btn-check:focus + .btn-gray-400, .btn-gray-400:focus {
    color: #000;
    background-color: #ced3d7;
    border-color: #cbd0d5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(167, 173, 177, 0.5); }
  .btn-check:checked + .btn-gray-400,
  .btn-check:active + .btn-gray-400, .btn-gray-400:active, .btn-gray-400.active,
  .show > .btn-gray-400.dropdown-toggle {
    color: #000;
    background-color: #d1d5d9;
    border-color: #cbd0d5; }
    .btn-check:checked + .btn-gray-400:focus,
    .btn-check:active + .btn-gray-400:focus, .btn-gray-400:active:focus, .btn-gray-400.active:focus,
    .show > .btn-gray-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(167, 173, 177, 0.5); }
  .btn-gray-400:disabled, .btn-gray-400.disabled {
    color: #000;
    background-color: #c5cbd0;
    border-color: #c5cbd0; }

.btn-gray-500 {
  color: #000;
  background-color: #aeb4bb;
  border-color: #aeb4bb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-500:hover {
    color: #000;
    background-color: #babfc5;
    border-color: #b6bcc2; }
  .btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
    color: #000;
    background-color: #babfc5;
    border-color: #b6bcc2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(148, 153, 159, 0.5); }
  .btn-check:checked + .btn-gray-500,
  .btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active,
  .show > .btn-gray-500.dropdown-toggle {
    color: #000;
    background-color: #bec3c9;
    border-color: #b6bcc2; }
    .btn-check:checked + .btn-gray-500:focus,
    .btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus,
    .show > .btn-gray-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(148, 153, 159, 0.5); }
  .btn-gray-500:disabled, .btn-gray-500.disabled {
    color: #000;
    background-color: #aeb4bb;
    border-color: #aeb4bb; }

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-600:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-gray-600,
  .btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active,
  .show > .btn-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-gray-600:focus,
    .btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus,
    .show > .btn-gray-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-gray-600:disabled, .btn-gray-600.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-700:hover {
    color: #fff;
    background-color: #3e444a;
    border-color: #3a4046; }
  .btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
    color: #fff;
    background-color: #3e444a;
    border-color: #3a4046;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(100, 106, 112, 0.5); }
  .btn-check:checked + .btn-gray-700,
  .btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active,
  .show > .btn-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #3a4046;
    border-color: #373c41; }
    .btn-check:checked + .btn-gray-700:focus,
    .btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus,
    .show > .btn-gray-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(100, 106, 112, 0.5); }
  .btn-gray-700:disabled, .btn-gray-700.disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-800:hover {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33; }
  .btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-gray-800,
  .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active,
  .show > .btn-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #2a2e33;
    border-color: #272c30; }
    .btn-check:checked + .btn-gray-800:focus,
    .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus,
    .show > .btn-gray-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-gray-800:disabled, .btn-gray-800.disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray-900:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-gray-900, .btn-gray-900:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-gray-900,
  .btn-check:active + .btn-gray-900, .btn-gray-900:active, .btn-gray-900.active,
  .show > .btn-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-gray-900:focus,
    .btn-check:active + .btn-gray-900:focus, .btn-gray-900:active:focus, .btn-gray-900.active:focus,
    .show > .btn-gray-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-gray-900:disabled, .btn-gray-900.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-blue-100 {
  color: #000;
  background-color: #cce5ff;
  border-color: #cce5ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-100:hover {
    color: #000;
    background-color: #d4e9ff;
    border-color: #d1e8ff; }
  .btn-check:focus + .btn-blue-100, .btn-blue-100:focus {
    color: #000;
    background-color: #d4e9ff;
    border-color: #d1e8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(173, 195, 217, 0.5); }
  .btn-check:checked + .btn-blue-100,
  .btn-check:active + .btn-blue-100, .btn-blue-100:active, .btn-blue-100.active,
  .show > .btn-blue-100.dropdown-toggle {
    color: #000;
    background-color: #d6eaff;
    border-color: #d1e8ff; }
    .btn-check:checked + .btn-blue-100:focus,
    .btn-check:active + .btn-blue-100:focus, .btn-blue-100:active:focus, .btn-blue-100.active:focus,
    .show > .btn-blue-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(173, 195, 217, 0.5); }
  .btn-blue-100:disabled, .btn-blue-100.disabled {
    color: #000;
    background-color: #cce5ff;
    border-color: #cce5ff; }

.btn-blue-200 {
  color: #000;
  background-color: #99caff;
  border-color: #99caff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-200:hover {
    color: #000;
    background-color: #a8d2ff;
    border-color: #a3cfff; }
  .btn-check:focus + .btn-blue-200, .btn-blue-200:focus {
    color: #000;
    background-color: #a8d2ff;
    border-color: #a3cfff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 172, 217, 0.5); }
  .btn-check:checked + .btn-blue-200,
  .btn-check:active + .btn-blue-200, .btn-blue-200:active, .btn-blue-200.active,
  .show > .btn-blue-200.dropdown-toggle {
    color: #000;
    background-color: #add5ff;
    border-color: #a3cfff; }
    .btn-check:checked + .btn-blue-200:focus,
    .btn-check:active + .btn-blue-200:focus, .btn-blue-200:active:focus, .btn-blue-200.active:focus,
    .show > .btn-blue-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 172, 217, 0.5); }
  .btn-blue-200:disabled, .btn-blue-200.disabled {
    color: #000;
    background-color: #99caff;
    border-color: #99caff; }

.btn-blue-300 {
  color: #000;
  background-color: #66b0ff;
  border-color: #66b0ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-300:hover {
    color: #000;
    background-color: #7dbcff;
    border-color: #75b8ff; }
  .btn-check:focus + .btn-blue-300, .btn-blue-300:focus {
    color: #000;
    background-color: #7dbcff;
    border-color: #75b8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(87, 150, 217, 0.5); }
  .btn-check:checked + .btn-blue-300,
  .btn-check:active + .btn-blue-300, .btn-blue-300:active, .btn-blue-300.active,
  .show > .btn-blue-300.dropdown-toggle {
    color: #000;
    background-color: #85c0ff;
    border-color: #75b8ff; }
    .btn-check:checked + .btn-blue-300:focus,
    .btn-check:active + .btn-blue-300:focus, .btn-blue-300:active:focus, .btn-blue-300.active:focus,
    .show > .btn-blue-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(87, 150, 217, 0.5); }
  .btn-blue-300:disabled, .btn-blue-300.disabled {
    color: #000;
    background-color: #66b0ff;
    border-color: #66b0ff; }

.btn-blue-400 {
  color: #000;
  background-color: #3395ff;
  border-color: #3395ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-400:hover {
    color: #000;
    background-color: #52a5ff;
    border-color: #47a0ff; }
  .btn-check:focus + .btn-blue-400, .btn-blue-400:focus {
    color: #000;
    background-color: #52a5ff;
    border-color: #47a0ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(43, 127, 217, 0.5); }
  .btn-check:checked + .btn-blue-400,
  .btn-check:active + .btn-blue-400, .btn-blue-400:active, .btn-blue-400.active,
  .show > .btn-blue-400.dropdown-toggle {
    color: #000;
    background-color: #5caaff;
    border-color: #47a0ff; }
    .btn-check:checked + .btn-blue-400:focus,
    .btn-check:active + .btn-blue-400:focus, .btn-blue-400:active:focus, .btn-blue-400.active:focus,
    .show > .btn-blue-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(43, 127, 217, 0.5); }
  .btn-blue-400:disabled, .btn-blue-400.disabled {
    color: #000;
    background-color: #3395ff;
    border-color: #3395ff; }

.btn-blue-500 {
  color: #000;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-500:hover {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff; }
  .btn-check:focus + .btn-blue-500, .btn-blue-500:focus {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-check:checked + .btn-blue-500,
  .btn-check:active + .btn-blue-500, .btn-blue-500:active, .btn-blue-500.active,
  .show > .btn-blue-500.dropdown-toggle {
    color: #000;
    background-color: #3395ff;
    border-color: #1a88ff; }
    .btn-check:checked + .btn-blue-500:focus,
    .btn-check:active + .btn-blue-500:focus, .btn-blue-500:active:focus, .btn-blue-500.active:focus,
    .show > .btn-blue-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-blue-500:disabled, .btn-blue-500.disabled {
    color: #000;
    background-color: #007bff;
    border-color: #007bff; }

.btn-blue-600 {
  color: #fff;
  background-color: #0062cc;
  border-color: #0062cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-600:hover {
    color: #fff;
    background-color: #0053ad;
    border-color: #004ea3; }
  .btn-check:focus + .btn-blue-600, .btn-blue-600:focus {
    color: #fff;
    background-color: #0053ad;
    border-color: #004ea3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 122, 212, 0.5); }
  .btn-check:checked + .btn-blue-600,
  .btn-check:active + .btn-blue-600, .btn-blue-600:active, .btn-blue-600.active,
  .show > .btn-blue-600.dropdown-toggle {
    color: #fff;
    background-color: #004ea3;
    border-color: #004a99; }
    .btn-check:checked + .btn-blue-600:focus,
    .btn-check:active + .btn-blue-600:focus, .btn-blue-600:active:focus, .btn-blue-600.active:focus,
    .show > .btn-blue-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 122, 212, 0.5); }
  .btn-blue-600:disabled, .btn-blue-600.disabled {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc; }

.btn-blue-700 {
  color: #fff;
  background-color: #004a99;
  border-color: #004a99;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-700:hover {
    color: #fff;
    background-color: #003f82;
    border-color: #003b7a; }
  .btn-check:focus + .btn-blue-700, .btn-blue-700:focus {
    color: #fff;
    background-color: #003f82;
    border-color: #003b7a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 101, 168, 0.5); }
  .btn-check:checked + .btn-blue-700,
  .btn-check:active + .btn-blue-700, .btn-blue-700:active, .btn-blue-700.active,
  .show > .btn-blue-700.dropdown-toggle {
    color: #fff;
    background-color: #003b7a;
    border-color: #003873; }
    .btn-check:checked + .btn-blue-700:focus,
    .btn-check:active + .btn-blue-700:focus, .btn-blue-700:active:focus, .btn-blue-700.active:focus,
    .show > .btn-blue-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 101, 168, 0.5); }
  .btn-blue-700:disabled, .btn-blue-700.disabled {
    color: #fff;
    background-color: #004a99;
    border-color: #004a99; }

.btn-blue-800 {
  color: #fff;
  background-color: #003166;
  border-color: #003166;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-800:hover {
    color: #fff;
    background-color: #002a57;
    border-color: #002752; }
  .btn-check:focus + .btn-blue-800, .btn-blue-800:focus {
    color: #fff;
    background-color: #002a57;
    border-color: #002752;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 80, 125, 0.5); }
  .btn-check:checked + .btn-blue-800,
  .btn-check:active + .btn-blue-800, .btn-blue-800:active, .btn-blue-800.active,
  .show > .btn-blue-800.dropdown-toggle {
    color: #fff;
    background-color: #002752;
    border-color: #00254d; }
    .btn-check:checked + .btn-blue-800:focus,
    .btn-check:active + .btn-blue-800:focus, .btn-blue-800:active:focus, .btn-blue-800.active:focus,
    .show > .btn-blue-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 80, 125, 0.5); }
  .btn-blue-800:disabled, .btn-blue-800.disabled {
    color: #fff;
    background-color: #003166;
    border-color: #003166; }

.btn-blue-900 {
  color: #fff;
  background-color: #001933;
  border-color: #001933;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue-900:hover {
    color: #fff;
    background-color: #00152b;
    border-color: #001429; }
  .btn-check:focus + .btn-blue-900, .btn-blue-900:focus {
    color: #fff;
    background-color: #00152b;
    border-color: #001429;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 60, 82, 0.5); }
  .btn-check:checked + .btn-blue-900,
  .btn-check:active + .btn-blue-900, .btn-blue-900:active, .btn-blue-900.active,
  .show > .btn-blue-900.dropdown-toggle {
    color: #fff;
    background-color: #001429;
    border-color: #001326; }
    .btn-check:checked + .btn-blue-900:focus,
    .btn-check:active + .btn-blue-900:focus, .btn-blue-900:active:focus, .btn-blue-900.active:focus,
    .show > .btn-blue-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 60, 82, 0.5); }
  .btn-blue-900:disabled, .btn-blue-900.disabled {
    color: #fff;
    background-color: #001933;
    border-color: #001933; }

.btn-indigo-100 {
  color: #000;
  background-color: #e0cffc;
  border-color: #e0cffc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-100:hover {
    color: #000;
    background-color: #e5d6fc;
    border-color: #e3d4fc; }
  .btn-check:focus + .btn-indigo-100, .btn-indigo-100:focus {
    color: #000;
    background-color: #e5d6fc;
    border-color: #e3d4fc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(190, 176, 214, 0.5); }
  .btn-check:checked + .btn-indigo-100,
  .btn-check:active + .btn-indigo-100, .btn-indigo-100:active, .btn-indigo-100.active,
  .show > .btn-indigo-100.dropdown-toggle {
    color: #000;
    background-color: #e6d9fd;
    border-color: #e3d4fc; }
    .btn-check:checked + .btn-indigo-100:focus,
    .btn-check:active + .btn-indigo-100:focus, .btn-indigo-100:active:focus, .btn-indigo-100.active:focus,
    .show > .btn-indigo-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(190, 176, 214, 0.5); }
  .btn-indigo-100:disabled, .btn-indigo-100.disabled {
    color: #000;
    background-color: #e0cffc;
    border-color: #e0cffc; }

.btn-indigo-200 {
  color: #000;
  background-color: #c29ffa;
  border-color: #c29ffa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-200:hover {
    color: #000;
    background-color: #cbadfb;
    border-color: #c8a9fb; }
  .btn-check:focus + .btn-indigo-200, .btn-indigo-200:focus {
    color: #000;
    background-color: #cbadfb;
    border-color: #c8a9fb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(165, 135, 213, 0.5); }
  .btn-check:checked + .btn-indigo-200,
  .btn-check:active + .btn-indigo-200, .btn-indigo-200:active, .btn-indigo-200.active,
  .show > .btn-indigo-200.dropdown-toggle {
    color: #000;
    background-color: #ceb2fb;
    border-color: #c8a9fb; }
    .btn-check:checked + .btn-indigo-200:focus,
    .btn-check:active + .btn-indigo-200:focus, .btn-indigo-200:active:focus, .btn-indigo-200.active:focus,
    .show > .btn-indigo-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(165, 135, 213, 0.5); }
  .btn-indigo-200:disabled, .btn-indigo-200.disabled {
    color: #000;
    background-color: #c29ffa;
    border-color: #c29ffa; }

.btn-indigo-300 {
  color: #000;
  background-color: #a370f7;
  border-color: #a370f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-300:hover {
    color: #000;
    background-color: #b185f8;
    border-color: #ac7ef8; }
  .btn-check:focus + .btn-indigo-300, .btn-indigo-300:focus {
    color: #000;
    background-color: #b185f8;
    border-color: #ac7ef8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(139, 95, 210, 0.5); }
  .btn-check:checked + .btn-indigo-300,
  .btn-check:active + .btn-indigo-300, .btn-indigo-300:active, .btn-indigo-300.active,
  .show > .btn-indigo-300.dropdown-toggle {
    color: #000;
    background-color: #b58df9;
    border-color: #ac7ef8; }
    .btn-check:checked + .btn-indigo-300:focus,
    .btn-check:active + .btn-indigo-300:focus, .btn-indigo-300:active:focus, .btn-indigo-300.active:focus,
    .show > .btn-indigo-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(139, 95, 210, 0.5); }
  .btn-indigo-300:disabled, .btn-indigo-300.disabled {
    color: #000;
    background-color: #a370f7;
    border-color: #a370f7; }

.btn-indigo-400 {
  color: #fff;
  background-color: #8540f5;
  border-color: #8540f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-400:hover {
    color: #fff;
    background-color: #7136d0;
    border-color: #6a33c4; }
  .btn-check:focus + .btn-indigo-400, .btn-indigo-400:focus {
    color: #fff;
    background-color: #7136d0;
    border-color: #6a33c4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(151, 93, 247, 0.5); }
  .btn-check:checked + .btn-indigo-400,
  .btn-check:active + .btn-indigo-400, .btn-indigo-400:active, .btn-indigo-400.active,
  .show > .btn-indigo-400.dropdown-toggle {
    color: #fff;
    background-color: #6a33c4;
    border-color: #6430b8; }
    .btn-check:checked + .btn-indigo-400:focus,
    .btn-check:active + .btn-indigo-400:focus, .btn-indigo-400:active:focus, .btn-indigo-400.active:focus,
    .show > .btn-indigo-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(151, 93, 247, 0.5); }
  .btn-indigo-400:disabled, .btn-indigo-400.disabled {
    color: #fff;
    background-color: #8540f5;
    border-color: #8540f5; }

.btn-indigo-500 {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-500:hover {
    color: #fff;
    background-color: #570ece;
    border-color: #520dc2; }
  .btn-check:focus + .btn-indigo-500, .btn-indigo-500:focus {
    color: #fff;
    background-color: #570ece;
    border-color: #520dc2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-check:checked + .btn-indigo-500,
  .btn-check:active + .btn-indigo-500, .btn-indigo-500:active, .btn-indigo-500.active,
  .show > .btn-indigo-500.dropdown-toggle {
    color: #fff;
    background-color: #520dc2;
    border-color: #4d0cb6; }
    .btn-check:checked + .btn-indigo-500:focus,
    .btn-check:active + .btn-indigo-500:focus, .btn-indigo-500:active:focus, .btn-indigo-500.active:focus,
    .show > .btn-indigo-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-indigo-500:disabled, .btn-indigo-500.disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }

.btn-indigo-600 {
  color: #fff;
  background-color: #520dc2;
  border-color: #520dc2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-600:hover {
    color: #fff;
    background-color: #460ba5;
    border-color: #420a9b; }
  .btn-check:focus + .btn-indigo-600, .btn-indigo-600:focus {
    color: #fff;
    background-color: #460ba5;
    border-color: #420a9b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(108, 49, 203, 0.5); }
  .btn-check:checked + .btn-indigo-600,
  .btn-check:active + .btn-indigo-600, .btn-indigo-600:active, .btn-indigo-600.active,
  .show > .btn-indigo-600.dropdown-toggle {
    color: #fff;
    background-color: #420a9b;
    border-color: #3e0a92; }
    .btn-check:checked + .btn-indigo-600:focus,
    .btn-check:active + .btn-indigo-600:focus, .btn-indigo-600:active:focus, .btn-indigo-600.active:focus,
    .show > .btn-indigo-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(108, 49, 203, 0.5); }
  .btn-indigo-600:disabled, .btn-indigo-600.disabled {
    color: #fff;
    background-color: #520dc2;
    border-color: #520dc2; }

.btn-indigo-700 {
  color: #fff;
  background-color: #3d0a91;
  border-color: #3d0a91;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-700:hover {
    color: #fff;
    background-color: #34097b;
    border-color: #310874; }
  .btn-check:focus + .btn-indigo-700, .btn-indigo-700:focus {
    color: #fff;
    background-color: #34097b;
    border-color: #310874;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(90, 47, 162, 0.5); }
  .btn-check:checked + .btn-indigo-700,
  .btn-check:active + .btn-indigo-700, .btn-indigo-700:active, .btn-indigo-700.active,
  .show > .btn-indigo-700.dropdown-toggle {
    color: #fff;
    background-color: #310874;
    border-color: #2e086d; }
    .btn-check:checked + .btn-indigo-700:focus,
    .btn-check:active + .btn-indigo-700:focus, .btn-indigo-700:active:focus, .btn-indigo-700.active:focus,
    .show > .btn-indigo-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(90, 47, 162, 0.5); }
  .btn-indigo-700:disabled, .btn-indigo-700.disabled {
    color: #fff;
    background-color: #3d0a91;
    border-color: #3d0a91; }

.btn-indigo-800 {
  color: #fff;
  background-color: #290661;
  border-color: #290661;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-800:hover {
    color: #fff;
    background-color: #230552;
    border-color: #21054e; }
  .btn-check:focus + .btn-indigo-800, .btn-indigo-800:focus {
    color: #fff;
    background-color: #230552;
    border-color: #21054e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(73, 43, 121, 0.5); }
  .btn-check:checked + .btn-indigo-800,
  .btn-check:active + .btn-indigo-800, .btn-indigo-800:active, .btn-indigo-800.active,
  .show > .btn-indigo-800.dropdown-toggle {
    color: #fff;
    background-color: #21054e;
    border-color: #1f0549; }
    .btn-check:checked + .btn-indigo-800:focus,
    .btn-check:active + .btn-indigo-800:focus, .btn-indigo-800:active:focus, .btn-indigo-800.active:focus,
    .show > .btn-indigo-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(73, 43, 121, 0.5); }
  .btn-indigo-800:disabled, .btn-indigo-800.disabled {
    color: #fff;
    background-color: #290661;
    border-color: #290661; }

.btn-indigo-900 {
  color: #fff;
  background-color: #140330;
  border-color: #140330;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-indigo-900:hover {
    color: #fff;
    background-color: #110329;
    border-color: #100226; }
  .btn-check:focus + .btn-indigo-900, .btn-indigo-900:focus {
    color: #fff;
    background-color: #110329;
    border-color: #100226;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(55, 41, 79, 0.5); }
  .btn-check:checked + .btn-indigo-900,
  .btn-check:active + .btn-indigo-900, .btn-indigo-900:active, .btn-indigo-900.active,
  .show > .btn-indigo-900.dropdown-toggle {
    color: #fff;
    background-color: #100226;
    border-color: #0f0224; }
    .btn-check:checked + .btn-indigo-900:focus,
    .btn-check:active + .btn-indigo-900:focus, .btn-indigo-900:active:focus, .btn-indigo-900.active:focus,
    .show > .btn-indigo-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(55, 41, 79, 0.5); }
  .btn-indigo-900:disabled, .btn-indigo-900.disabled {
    color: #fff;
    background-color: #140330;
    border-color: #140330; }

.btn-purple-100 {
  color: #000;
  background-color: #e2d9f3;
  border-color: #e2d9f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-100:hover {
    color: #000;
    background-color: #e6dff5;
    border-color: #e5ddf4; }
  .btn-check:focus + .btn-purple-100, .btn-purple-100:focus {
    color: #000;
    background-color: #e6dff5;
    border-color: #e5ddf4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(192, 184, 207, 0.5); }
  .btn-check:checked + .btn-purple-100,
  .btn-check:active + .btn-purple-100, .btn-purple-100:active, .btn-purple-100.active,
  .show > .btn-purple-100.dropdown-toggle {
    color: #000;
    background-color: #e8e1f5;
    border-color: #e5ddf4; }
    .btn-check:checked + .btn-purple-100:focus,
    .btn-check:active + .btn-purple-100:focus, .btn-purple-100:active:focus, .btn-purple-100.active:focus,
    .show > .btn-purple-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(192, 184, 207, 0.5); }
  .btn-purple-100:disabled, .btn-purple-100.disabled {
    color: #000;
    background-color: #e2d9f3;
    border-color: #e2d9f3; }

.btn-purple-200 {
  color: #000;
  background-color: #c5b3e6;
  border-color: #c5b3e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-200:hover {
    color: #000;
    background-color: #cebeea;
    border-color: #cbbbe9; }
  .btn-check:focus + .btn-purple-200, .btn-purple-200:focus {
    color: #000;
    background-color: #cebeea;
    border-color: #cbbbe9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(167, 152, 196, 0.5); }
  .btn-check:checked + .btn-purple-200,
  .btn-check:active + .btn-purple-200, .btn-purple-200:active, .btn-purple-200.active,
  .show > .btn-purple-200.dropdown-toggle {
    color: #000;
    background-color: #d1c2eb;
    border-color: #cbbbe9; }
    .btn-check:checked + .btn-purple-200:focus,
    .btn-check:active + .btn-purple-200:focus, .btn-purple-200:active:focus, .btn-purple-200.active:focus,
    .show > .btn-purple-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(167, 152, 196, 0.5); }
  .btn-purple-200:disabled, .btn-purple-200.disabled {
    color: #000;
    background-color: #c5b3e6;
    border-color: #c5b3e6; }

.btn-purple-300 {
  color: #000;
  background-color: #a98eda;
  border-color: #a98eda;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-300:hover {
    color: #000;
    background-color: #b69fe0;
    border-color: #b299de; }
  .btn-check:focus + .btn-purple-300, .btn-purple-300:focus {
    color: #000;
    background-color: #b69fe0;
    border-color: #b299de;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(144, 121, 185, 0.5); }
  .btn-check:checked + .btn-purple-300,
  .btn-check:active + .btn-purple-300, .btn-purple-300:active, .btn-purple-300.active,
  .show > .btn-purple-300.dropdown-toggle {
    color: #000;
    background-color: #baa5e1;
    border-color: #b299de; }
    .btn-check:checked + .btn-purple-300:focus,
    .btn-check:active + .btn-purple-300:focus, .btn-purple-300:active:focus, .btn-purple-300.active:focus,
    .show > .btn-purple-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(144, 121, 185, 0.5); }
  .btn-purple-300:disabled, .btn-purple-300.disabled {
    color: #000;
    background-color: #a98eda;
    border-color: #a98eda; }

.btn-purple-400 {
  color: #000;
  background-color: #8c68cd;
  border-color: #8c68cd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-400:hover {
    color: #000;
    background-color: #9d7fd5;
    border-color: #9877d2; }
  .btn-check:focus + .btn-purple-400, .btn-purple-400:focus {
    color: #000;
    background-color: #9d7fd5;
    border-color: #9877d2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(119, 88, 174, 0.5); }
  .btn-check:checked + .btn-purple-400,
  .btn-check:active + .btn-purple-400, .btn-purple-400:active, .btn-purple-400.active,
  .show > .btn-purple-400.dropdown-toggle {
    color: #000;
    background-color: #a386d7;
    border-color: #9877d2; }
    .btn-check:checked + .btn-purple-400:focus,
    .btn-check:active + .btn-purple-400:focus, .btn-purple-400:active:focus, .btn-purple-400.active:focus,
    .show > .btn-purple-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(119, 88, 174, 0.5); }
  .btn-purple-400:disabled, .btn-purple-400.disabled {
    color: #000;
    background-color: #8c68cd;
    border-color: #8c68cd; }

.btn-purple-500 {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-500:hover {
    color: #fff;
    background-color: #5e38a4;
    border-color: #59359a; }
  .btn-check:focus + .btn-purple-500, .btn-purple-500:focus {
    color: #fff;
    background-color: #5e38a4;
    border-color: #59359a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-check:checked + .btn-purple-500,
  .btn-check:active + .btn-purple-500, .btn-purple-500:active, .btn-purple-500.active,
  .show > .btn-purple-500.dropdown-toggle {
    color: #fff;
    background-color: #59359a;
    border-color: #533291; }
    .btn-check:checked + .btn-purple-500:focus,
    .btn-check:active + .btn-purple-500:focus, .btn-purple-500:active:focus, .btn-purple-500.active:focus,
    .show > .btn-purple-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-purple-500:disabled, .btn-purple-500.disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }

.btn-purple-600 {
  color: #fff;
  background-color: #59359a;
  border-color: #59359a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-600:hover {
    color: #fff;
    background-color: #4c2d83;
    border-color: #472a7b; }
  .btn-check:focus + .btn-purple-600, .btn-purple-600:focus {
    color: #fff;
    background-color: #4c2d83;
    border-color: #472a7b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(114, 83, 169, 0.5); }
  .btn-check:checked + .btn-purple-600,
  .btn-check:active + .btn-purple-600, .btn-purple-600:active, .btn-purple-600.active,
  .show > .btn-purple-600.dropdown-toggle {
    color: #fff;
    background-color: #472a7b;
    border-color: #432874; }
    .btn-check:checked + .btn-purple-600:focus,
    .btn-check:active + .btn-purple-600:focus, .btn-purple-600:active:focus, .btn-purple-600.active:focus,
    .show > .btn-purple-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(114, 83, 169, 0.5); }
  .btn-purple-600:disabled, .btn-purple-600.disabled {
    color: #fff;
    background-color: #59359a;
    border-color: #59359a; }

.btn-purple-700 {
  color: #fff;
  background-color: #432874;
  border-color: #432874;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-700:hover {
    color: #fff;
    background-color: #392263;
    border-color: #36205d; }
  .btn-check:focus + .btn-purple-700, .btn-purple-700:focus {
    color: #fff;
    background-color: #392263;
    border-color: #36205d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(95, 72, 137, 0.5); }
  .btn-check:checked + .btn-purple-700,
  .btn-check:active + .btn-purple-700, .btn-purple-700:active, .btn-purple-700.active,
  .show > .btn-purple-700.dropdown-toggle {
    color: #fff;
    background-color: #36205d;
    border-color: #321e57; }
    .btn-check:checked + .btn-purple-700:focus,
    .btn-check:active + .btn-purple-700:focus, .btn-purple-700:active:focus, .btn-purple-700.active:focus,
    .show > .btn-purple-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(95, 72, 137, 0.5); }
  .btn-purple-700:disabled, .btn-purple-700.disabled {
    color: #fff;
    background-color: #432874;
    border-color: #432874; }

.btn-purple-800 {
  color: #fff;
  background-color: #2c1a4d;
  border-color: #2c1a4d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-800:hover {
    color: #fff;
    background-color: #251641;
    border-color: #23153e; }
  .btn-check:focus + .btn-purple-800, .btn-purple-800:focus {
    color: #fff;
    background-color: #251641;
    border-color: #23153e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(76, 60, 104, 0.5); }
  .btn-check:checked + .btn-purple-800,
  .btn-check:active + .btn-purple-800, .btn-purple-800:active, .btn-purple-800.active,
  .show > .btn-purple-800.dropdown-toggle {
    color: #fff;
    background-color: #23153e;
    border-color: #21143a; }
    .btn-check:checked + .btn-purple-800:focus,
    .btn-check:active + .btn-purple-800:focus, .btn-purple-800:active:focus, .btn-purple-800.active:focus,
    .show > .btn-purple-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(76, 60, 104, 0.5); }
  .btn-purple-800:disabled, .btn-purple-800.disabled {
    color: #fff;
    background-color: #2c1a4d;
    border-color: #2c1a4d; }

.btn-purple-900 {
  color: #fff;
  background-color: #160d27;
  border-color: #160d27;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple-900:hover {
    color: #fff;
    background-color: #130b21;
    border-color: #120a1f; }
  .btn-check:focus + .btn-purple-900, .btn-purple-900:focus {
    color: #fff;
    background-color: #130b21;
    border-color: #120a1f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(57, 49, 71, 0.5); }
  .btn-check:checked + .btn-purple-900,
  .btn-check:active + .btn-purple-900, .btn-purple-900:active, .btn-purple-900.active,
  .show > .btn-purple-900.dropdown-toggle {
    color: #fff;
    background-color: #120a1f;
    border-color: #110a1d; }
    .btn-check:checked + .btn-purple-900:focus,
    .btn-check:active + .btn-purple-900:focus, .btn-purple-900:active:focus, .btn-purple-900.active:focus,
    .show > .btn-purple-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(57, 49, 71, 0.5); }
  .btn-purple-900:disabled, .btn-purple-900.disabled {
    color: #fff;
    background-color: #160d27;
    border-color: #160d27; }

.btn-pink-100 {
  color: #000;
  background-color: #fad8e8;
  border-color: #fad8e8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-100:hover {
    color: #000;
    background-color: #fbdeeb;
    border-color: #fbdcea; }
  .btn-check:focus + .btn-pink-100, .btn-pink-100:focus {
    color: #000;
    background-color: #fbdeeb;
    border-color: #fbdcea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(213, 184, 197, 0.5); }
  .btn-check:checked + .btn-pink-100,
  .btn-check:active + .btn-pink-100, .btn-pink-100:active, .btn-pink-100.active,
  .show > .btn-pink-100.dropdown-toggle {
    color: #000;
    background-color: #fbe0ed;
    border-color: #fbdcea; }
    .btn-check:checked + .btn-pink-100:focus,
    .btn-check:active + .btn-pink-100:focus, .btn-pink-100:active:focus, .btn-pink-100.active:focus,
    .show > .btn-pink-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(213, 184, 197, 0.5); }
  .btn-pink-100:disabled, .btn-pink-100.disabled {
    color: #000;
    background-color: #fad8e8;
    border-color: #fad8e8; }

.btn-pink-200 {
  color: #000;
  background-color: #f6b2d1;
  border-color: #f6b2d1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-200:hover {
    color: #000;
    background-color: #f7bed8;
    border-color: #f7bad6; }
  .btn-check:focus + .btn-pink-200, .btn-pink-200:focus {
    color: #000;
    background-color: #f7bed8;
    border-color: #f7bad6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(209, 151, 178, 0.5); }
  .btn-check:checked + .btn-pink-200,
  .btn-check:active + .btn-pink-200, .btn-pink-200:active, .btn-pink-200.active,
  .show > .btn-pink-200.dropdown-toggle {
    color: #000;
    background-color: #f8c1da;
    border-color: #f7bad6; }
    .btn-check:checked + .btn-pink-200:focus,
    .btn-check:active + .btn-pink-200:focus, .btn-pink-200:active:focus, .btn-pink-200.active:focus,
    .show > .btn-pink-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(209, 151, 178, 0.5); }
  .btn-pink-200:disabled, .btn-pink-200.disabled {
    color: #000;
    background-color: #f6b2d1;
    border-color: #f6b2d1; }

.btn-pink-300 {
  color: #000;
  background-color: #f18bba;
  border-color: #f18bba;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-300:hover {
    color: #000;
    background-color: #f39cc4;
    border-color: #f297c1; }
  .btn-check:focus + .btn-pink-300, .btn-pink-300:focus {
    color: #000;
    background-color: #f39cc4;
    border-color: #f297c1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(205, 118, 158, 0.5); }
  .btn-check:checked + .btn-pink-300,
  .btn-check:active + .btn-pink-300, .btn-pink-300:active, .btn-pink-300.active,
  .show > .btn-pink-300.dropdown-toggle {
    color: #000;
    background-color: #f4a2c8;
    border-color: #f297c1; }
    .btn-check:checked + .btn-pink-300:focus,
    .btn-check:active + .btn-pink-300:focus, .btn-pink-300:active:focus, .btn-pink-300.active:focus,
    .show > .btn-pink-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(205, 118, 158, 0.5); }
  .btn-pink-300:disabled, .btn-pink-300.disabled {
    color: #000;
    background-color: #f18bba;
    border-color: #f18bba; }

.btn-pink-400 {
  color: #000;
  background-color: #ed65a3;
  border-color: #ed65a3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-400:hover {
    color: #000;
    background-color: #f07cb1;
    border-color: #ef74ac; }
  .btn-check:focus + .btn-pink-400, .btn-pink-400:focus {
    color: #000;
    background-color: #f07cb1;
    border-color: #ef74ac;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(201, 86, 139, 0.5); }
  .btn-check:checked + .btn-pink-400,
  .btn-check:active + .btn-pink-400, .btn-pink-400:active, .btn-pink-400.active,
  .show > .btn-pink-400.dropdown-toggle {
    color: #000;
    background-color: #f184b5;
    border-color: #ef74ac; }
    .btn-check:checked + .btn-pink-400:focus,
    .btn-check:active + .btn-pink-400:focus, .btn-pink-400:active:focus, .btn-pink-400.active:focus,
    .show > .btn-pink-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(201, 86, 139, 0.5); }
  .btn-pink-400:disabled, .btn-pink-400.disabled {
    color: #000;
    background-color: #ed65a3;
    border-color: #ed65a3; }

.btn-pink-500 {
  color: #000;
  background-color: #e83e8c;
  border-color: #e83e8c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-500:hover {
    color: #000;
    background-color: #eb5b9d;
    border-color: #ea5198; }
  .btn-check:focus + .btn-pink-500, .btn-pink-500:focus {
    color: #000;
    background-color: #eb5b9d;
    border-color: #ea5198;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(197, 53, 119, 0.5); }
  .btn-check:checked + .btn-pink-500,
  .btn-check:active + .btn-pink-500, .btn-pink-500:active, .btn-pink-500.active,
  .show > .btn-pink-500.dropdown-toggle {
    color: #000;
    background-color: #ed65a3;
    border-color: #ea5198; }
    .btn-check:checked + .btn-pink-500:focus,
    .btn-check:active + .btn-pink-500:focus, .btn-pink-500:active:focus, .btn-pink-500.active:focus,
    .show > .btn-pink-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 53, 119, 0.5); }
  .btn-pink-500:disabled, .btn-pink-500.disabled {
    color: #000;
    background-color: #e83e8c;
    border-color: #e83e8c; }

.btn-pink-600 {
  color: #fff;
  background-color: #ba3270;
  border-color: #ba3270;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-600:hover {
    color: #fff;
    background-color: #9e2b5f;
    border-color: #95285a; }
  .btn-check:focus + .btn-pink-600, .btn-pink-600:focus {
    color: #fff;
    background-color: #9e2b5f;
    border-color: #95285a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(196, 81, 133, 0.5); }
  .btn-check:checked + .btn-pink-600,
  .btn-check:active + .btn-pink-600, .btn-pink-600:active, .btn-pink-600.active,
  .show > .btn-pink-600.dropdown-toggle {
    color: #fff;
    background-color: #95285a;
    border-color: #8c2654; }
    .btn-check:checked + .btn-pink-600:focus,
    .btn-check:active + .btn-pink-600:focus, .btn-pink-600:active:focus, .btn-pink-600.active:focus,
    .show > .btn-pink-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(196, 81, 133, 0.5); }
  .btn-pink-600:disabled, .btn-pink-600.disabled {
    color: #fff;
    background-color: #ba3270;
    border-color: #ba3270; }

.btn-pink-700 {
  color: #fff;
  background-color: #8b2554;
  border-color: #8b2554;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-700:hover {
    color: #fff;
    background-color: #761f47;
    border-color: #6f1e43; }
  .btn-check:focus + .btn-pink-700, .btn-pink-700:focus {
    color: #fff;
    background-color: #761f47;
    border-color: #6f1e43;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(156, 70, 110, 0.5); }
  .btn-check:checked + .btn-pink-700,
  .btn-check:active + .btn-pink-700, .btn-pink-700:active, .btn-pink-700.active,
  .show > .btn-pink-700.dropdown-toggle {
    color: #fff;
    background-color: #6f1e43;
    border-color: #681c3f; }
    .btn-check:checked + .btn-pink-700:focus,
    .btn-check:active + .btn-pink-700:focus, .btn-pink-700:active:focus, .btn-pink-700.active:focus,
    .show > .btn-pink-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(156, 70, 110, 0.5); }
  .btn-pink-700:disabled, .btn-pink-700.disabled {
    color: #fff;
    background-color: #8b2554;
    border-color: #8b2554; }

.btn-pink-800 {
  color: #fff;
  background-color: #5d1938;
  border-color: #5d1938;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-800:hover {
    color: #fff;
    background-color: #4f1530;
    border-color: #4a142d; }
  .btn-check:focus + .btn-pink-800, .btn-pink-800:focus {
    color: #fff;
    background-color: #4f1530;
    border-color: #4a142d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(117, 60, 86, 0.5); }
  .btn-check:checked + .btn-pink-800,
  .btn-check:active + .btn-pink-800, .btn-pink-800:active, .btn-pink-800.active,
  .show > .btn-pink-800.dropdown-toggle {
    color: #fff;
    background-color: #4a142d;
    border-color: #46132a; }
    .btn-check:checked + .btn-pink-800:focus,
    .btn-check:active + .btn-pink-800:focus, .btn-pink-800:active:focus, .btn-pink-800.active:focus,
    .show > .btn-pink-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(117, 60, 86, 0.5); }
  .btn-pink-800:disabled, .btn-pink-800.disabled {
    color: #fff;
    background-color: #5d1938;
    border-color: #5d1938; }

.btn-pink-900 {
  color: #fff;
  background-color: #2e0c1c;
  border-color: #2e0c1c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink-900:hover {
    color: #fff;
    background-color: #270a18;
    border-color: #250a16; }
  .btn-check:focus + .btn-pink-900, .btn-pink-900:focus {
    color: #fff;
    background-color: #270a18;
    border-color: #250a16;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(77, 48, 62, 0.5); }
  .btn-check:checked + .btn-pink-900,
  .btn-check:active + .btn-pink-900, .btn-pink-900:active, .btn-pink-900.active,
  .show > .btn-pink-900.dropdown-toggle {
    color: #fff;
    background-color: #250a16;
    border-color: #230915; }
    .btn-check:checked + .btn-pink-900:focus,
    .btn-check:active + .btn-pink-900:focus, .btn-pink-900:active:focus, .btn-pink-900.active:focus,
    .show > .btn-pink-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(77, 48, 62, 0.5); }
  .btn-pink-900:disabled, .btn-pink-900.disabled {
    color: #fff;
    background-color: #2e0c1c;
    border-color: #2e0c1c; }

.btn-red-100 {
  color: #000;
  background-color: #f8d7da;
  border-color: #f8d7da;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-100:hover {
    color: #000;
    background-color: #f9dde0;
    border-color: #f9dbde; }
  .btn-check:focus + .btn-red-100, .btn-red-100:focus {
    color: #000;
    background-color: #f9dde0;
    border-color: #f9dbde;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(211, 183, 185, 0.5); }
  .btn-check:checked + .btn-red-100,
  .btn-check:active + .btn-red-100, .btn-red-100:active, .btn-red-100.active,
  .show > .btn-red-100.dropdown-toggle {
    color: #000;
    background-color: #f9dfe1;
    border-color: #f9dbde; }
    .btn-check:checked + .btn-red-100:focus,
    .btn-check:active + .btn-red-100:focus, .btn-red-100:active:focus, .btn-red-100.active:focus,
    .show > .btn-red-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(211, 183, 185, 0.5); }
  .btn-red-100:disabled, .btn-red-100.disabled {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da; }

.btn-red-200 {
  color: #000;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-200:hover {
    color: #000;
    background-color: #f3bac0;
    border-color: #f2b6bc; }
  .btn-check:focus + .btn-red-200, .btn-red-200:focus {
    color: #000;
    background-color: #f3bac0;
    border-color: #f2b6bc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(205, 148, 154, 0.5); }
  .btn-check:checked + .btn-red-200,
  .btn-check:active + .btn-red-200, .btn-red-200:active, .btn-red-200.active,
  .show > .btn-red-200.dropdown-toggle {
    color: #000;
    background-color: #f4bec4;
    border-color: #f2b6bc; }
    .btn-check:checked + .btn-red-200:focus,
    .btn-check:active + .btn-red-200:focus, .btn-red-200:active:focus, .btn-red-200.active:focus,
    .show > .btn-red-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(205, 148, 154, 0.5); }
  .btn-red-200:disabled, .btn-red-200.disabled {
    color: #000;
    background-color: #f1aeb5;
    border-color: #f1aeb5; }

.btn-red-300 {
  color: #000;
  background-color: #ea868f;
  border-color: #ea868f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-300:hover {
    color: #000;
    background-color: #ed98a0;
    border-color: #ec929a; }
  .btn-check:focus + .btn-red-300, .btn-red-300:focus {
    color: #000;
    background-color: #ed98a0;
    border-color: #ec929a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(199, 114, 122, 0.5); }
  .btn-check:checked + .btn-red-300,
  .btn-check:active + .btn-red-300, .btn-red-300:active, .btn-red-300.active,
  .show > .btn-red-300.dropdown-toggle {
    color: #000;
    background-color: #ee9ea5;
    border-color: #ec929a; }
    .btn-check:checked + .btn-red-300:focus,
    .btn-check:active + .btn-red-300:focus, .btn-red-300:active:focus, .btn-red-300.active:focus,
    .show > .btn-red-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(199, 114, 122, 0.5); }
  .btn-red-300:disabled, .btn-red-300.disabled {
    color: #000;
    background-color: #ea868f;
    border-color: #ea868f; }

.btn-red-400 {
  color: #000;
  background-color: #e35d6a;
  border-color: #e35d6a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-400:hover {
    color: #000;
    background-color: #e77580;
    border-color: #e66d79; }
  .btn-check:focus + .btn-red-400, .btn-red-400:focus {
    color: #000;
    background-color: #e77580;
    border-color: #e66d79;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(193, 79, 90, 0.5); }
  .btn-check:checked + .btn-red-400,
  .btn-check:active + .btn-red-400, .btn-red-400:active, .btn-red-400.active,
  .show > .btn-red-400.dropdown-toggle {
    color: #000;
    background-color: #e97d88;
    border-color: #e66d79; }
    .btn-check:checked + .btn-red-400:focus,
    .btn-check:active + .btn-red-400:focus, .btn-red-400:active:focus, .btn-red-400.active:focus,
    .show > .btn-red-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(193, 79, 90, 0.5); }
  .btn-red-400:disabled, .btn-red-400.disabled {
    color: #000;
    background-color: #e35d6a;
    border-color: #e35d6a; }

.btn-red-500 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-500:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-red-500, .btn-red-500:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-red-500,
  .btn-check:active + .btn-red-500, .btn-red-500:active, .btn-red-500.active,
  .show > .btn-red-500.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-red-500:focus,
    .btn-check:active + .btn-red-500:focus, .btn-red-500:active:focus, .btn-red-500.active:focus,
    .show > .btn-red-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-red-500:disabled, .btn-red-500.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-red-600 {
  color: #fff;
  background-color: #b02a37;
  border-color: #b02a37;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-600:hover {
    color: #fff;
    background-color: #96242f;
    border-color: #8d222c; }
  .btn-check:focus + .btn-red-600, .btn-red-600:focus {
    color: #fff;
    background-color: #96242f;
    border-color: #8d222c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(188, 74, 85, 0.5); }
  .btn-check:checked + .btn-red-600,
  .btn-check:active + .btn-red-600, .btn-red-600:active, .btn-red-600.active,
  .show > .btn-red-600.dropdown-toggle {
    color: #fff;
    background-color: #8d222c;
    border-color: #842029; }
    .btn-check:checked + .btn-red-600:focus,
    .btn-check:active + .btn-red-600:focus, .btn-red-600:active:focus, .btn-red-600.active:focus,
    .show > .btn-red-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(188, 74, 85, 0.5); }
  .btn-red-600:disabled, .btn-red-600.disabled {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37; }

.btn-red-700 {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-700:hover {
    color: #fff;
    background-color: #701b23;
    border-color: #6a1a21; }
  .btn-check:focus + .btn-red-700, .btn-red-700:focus {
    color: #fff;
    background-color: #701b23;
    border-color: #6a1a21;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(150, 65, 73, 0.5); }
  .btn-check:checked + .btn-red-700,
  .btn-check:active + .btn-red-700, .btn-red-700:active, .btn-red-700.active,
  .show > .btn-red-700.dropdown-toggle {
    color: #fff;
    background-color: #6a1a21;
    border-color: #63181f; }
    .btn-check:checked + .btn-red-700:focus,
    .btn-check:active + .btn-red-700:focus, .btn-red-700:active:focus, .btn-red-700.active:focus,
    .show > .btn-red-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(150, 65, 73, 0.5); }
  .btn-red-700:disabled, .btn-red-700.disabled {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.btn-red-800 {
  color: #fff;
  background-color: #58151c;
  border-color: #58151c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-800:hover {
    color: #fff;
    background-color: #4b1218;
    border-color: #461116; }
  .btn-check:focus + .btn-red-800, .btn-red-800:focus {
    color: #fff;
    background-color: #4b1218;
    border-color: #461116;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(113, 56, 62, 0.5); }
  .btn-check:checked + .btn-red-800,
  .btn-check:active + .btn-red-800, .btn-red-800:active, .btn-red-800.active,
  .show > .btn-red-800.dropdown-toggle {
    color: #fff;
    background-color: #461116;
    border-color: #421015; }
    .btn-check:checked + .btn-red-800:focus,
    .btn-check:active + .btn-red-800:focus, .btn-red-800:active:focus, .btn-red-800.active:focus,
    .show > .btn-red-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(113, 56, 62, 0.5); }
  .btn-red-800:disabled, .btn-red-800.disabled {
    color: #fff;
    background-color: #58151c;
    border-color: #58151c; }

.btn-red-900 {
  color: #fff;
  background-color: #2c0b0e;
  border-color: #2c0b0e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red-900:hover {
    color: #fff;
    background-color: #25090c;
    border-color: #23090b; }
  .btn-check:focus + .btn-red-900, .btn-red-900:focus {
    color: #fff;
    background-color: #25090c;
    border-color: #23090b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(76, 48, 50, 0.5); }
  .btn-check:checked + .btn-red-900,
  .btn-check:active + .btn-red-900, .btn-red-900:active, .btn-red-900.active,
  .show > .btn-red-900.dropdown-toggle {
    color: #fff;
    background-color: #23090b;
    border-color: #21080b; }
    .btn-check:checked + .btn-red-900:focus,
    .btn-check:active + .btn-red-900:focus, .btn-red-900:active:focus, .btn-red-900.active:focus,
    .show > .btn-red-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(76, 48, 50, 0.5); }
  .btn-red-900:disabled, .btn-red-900.disabled {
    color: #fff;
    background-color: #2c0b0e;
    border-color: #2c0b0e; }

.btn-orange-100 {
  color: #000;
  background-color: #ffe5d0;
  border-color: #ffe5d0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-100:hover {
    color: #000;
    background-color: #ffe9d7;
    border-color: #ffe8d5; }
  .btn-check:focus + .btn-orange-100, .btn-orange-100:focus {
    color: #000;
    background-color: #ffe9d7;
    border-color: #ffe8d5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 195, 177, 0.5); }
  .btn-check:checked + .btn-orange-100,
  .btn-check:active + .btn-orange-100, .btn-orange-100:active, .btn-orange-100.active,
  .show > .btn-orange-100.dropdown-toggle {
    color: #000;
    background-color: #ffead9;
    border-color: #ffe8d5; }
    .btn-check:checked + .btn-orange-100:focus,
    .btn-check:active + .btn-orange-100:focus, .btn-orange-100:active:focus, .btn-orange-100.active:focus,
    .show > .btn-orange-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 195, 177, 0.5); }
  .btn-orange-100:disabled, .btn-orange-100.disabled {
    color: #000;
    background-color: #ffe5d0;
    border-color: #ffe5d0; }

.btn-orange-200 {
  color: #000;
  background-color: #fecba1;
  border-color: #fecba1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-200:hover {
    color: #000;
    background-color: #fed3af;
    border-color: #fed0aa; }
  .btn-check:focus + .btn-orange-200, .btn-orange-200:focus {
    color: #000;
    background-color: #fed3af;
    border-color: #fed0aa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(216, 173, 137, 0.5); }
  .btn-check:checked + .btn-orange-200,
  .btn-check:active + .btn-orange-200, .btn-orange-200:active, .btn-orange-200.active,
  .show > .btn-orange-200.dropdown-toggle {
    color: #000;
    background-color: #fed5b4;
    border-color: #fed0aa; }
    .btn-check:checked + .btn-orange-200:focus,
    .btn-check:active + .btn-orange-200:focus, .btn-orange-200:active:focus, .btn-orange-200.active:focus,
    .show > .btn-orange-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(216, 173, 137, 0.5); }
  .btn-orange-200:disabled, .btn-orange-200.disabled {
    color: #000;
    background-color: #fecba1;
    border-color: #fecba1; }

.btn-orange-300 {
  color: #000;
  background-color: #feb272;
  border-color: #feb272;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-300:hover {
    color: #000;
    background-color: #febe87;
    border-color: #feba80; }
  .btn-check:focus + .btn-orange-300, .btn-orange-300:focus {
    color: #000;
    background-color: #febe87;
    border-color: #feba80;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(216, 151, 97, 0.5); }
  .btn-check:checked + .btn-orange-300,
  .btn-check:active + .btn-orange-300, .btn-orange-300:active, .btn-orange-300.active,
  .show > .btn-orange-300.dropdown-toggle {
    color: #000;
    background-color: #fec18e;
    border-color: #feba80; }
    .btn-check:checked + .btn-orange-300:focus,
    .btn-check:active + .btn-orange-300:focus, .btn-orange-300:active:focus, .btn-orange-300.active:focus,
    .show > .btn-orange-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(216, 151, 97, 0.5); }
  .btn-orange-300:disabled, .btn-orange-300.disabled {
    color: #000;
    background-color: #feb272;
    border-color: #feb272; }

.btn-orange-400 {
  color: #000;
  background-color: #fd9843;
  border-color: #fd9843;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-400:hover {
    color: #000;
    background-color: #fda75f;
    border-color: #fda256; }
  .btn-check:focus + .btn-orange-400, .btn-orange-400:focus {
    color: #000;
    background-color: #fda75f;
    border-color: #fda256;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(215, 129, 57, 0.5); }
  .btn-check:checked + .btn-orange-400,
  .btn-check:active + .btn-orange-400, .btn-orange-400:active, .btn-orange-400.active,
  .show > .btn-orange-400.dropdown-toggle {
    color: #000;
    background-color: #fdad69;
    border-color: #fda256; }
    .btn-check:checked + .btn-orange-400:focus,
    .btn-check:active + .btn-orange-400:focus, .btn-orange-400:active:focus, .btn-orange-400.active:focus,
    .show > .btn-orange-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(215, 129, 57, 0.5); }
  .btn-orange-400:disabled, .btn-orange-400.disabled {
    color: #000;
    background-color: #fd9843;
    border-color: #fd9843; }

.btn-orange-500 {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-500:hover {
    color: #000;
    background-color: #fd9137;
    border-color: #fd8b2c; }
  .btn-check:focus + .btn-orange-500, .btn-orange-500:focus {
    color: #000;
    background-color: #fd9137;
    border-color: #fd8b2c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(215, 107, 17, 0.5); }
  .btn-check:checked + .btn-orange-500,
  .btn-check:active + .btn-orange-500, .btn-orange-500:active, .btn-orange-500.active,
  .show > .btn-orange-500.dropdown-toggle {
    color: #000;
    background-color: #fd9843;
    border-color: #fd8b2c; }
    .btn-check:checked + .btn-orange-500:focus,
    .btn-check:active + .btn-orange-500:focus, .btn-orange-500:active:focus, .btn-orange-500.active:focus,
    .show > .btn-orange-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(215, 107, 17, 0.5); }
  .btn-orange-500:disabled, .btn-orange-500.disabled {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }

.btn-orange-600 {
  color: #000;
  background-color: #ca6510;
  border-color: #ca6510;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-600:hover {
    color: #000;
    background-color: #d27c34;
    border-color: #cf7428; }
  .btn-check:focus + .btn-orange-600, .btn-orange-600:focus {
    color: #000;
    background-color: #d27c34;
    border-color: #cf7428;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(172, 86, 14, 0.5); }
  .btn-check:checked + .btn-orange-600,
  .btn-check:active + .btn-orange-600, .btn-orange-600:active, .btn-orange-600.active,
  .show > .btn-orange-600.dropdown-toggle {
    color: #000;
    background-color: #d58440;
    border-color: #cf7428; }
    .btn-check:checked + .btn-orange-600:focus,
    .btn-check:active + .btn-orange-600:focus, .btn-orange-600:active:focus, .btn-orange-600.active:focus,
    .show > .btn-orange-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(172, 86, 14, 0.5); }
  .btn-orange-600:disabled, .btn-orange-600.disabled {
    color: #000;
    background-color: #ca6510;
    border-color: #ca6510; }

.btn-orange-700 {
  color: #fff;
  background-color: #984c0c;
  border-color: #984c0c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-700:hover {
    color: #fff;
    background-color: #81410a;
    border-color: #7a3d0a; }
  .btn-check:focus + .btn-orange-700, .btn-orange-700:focus {
    color: #fff;
    background-color: #81410a;
    border-color: #7a3d0a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(167, 103, 48, 0.5); }
  .btn-check:checked + .btn-orange-700,
  .btn-check:active + .btn-orange-700, .btn-orange-700:active, .btn-orange-700.active,
  .show > .btn-orange-700.dropdown-toggle {
    color: #fff;
    background-color: #7a3d0a;
    border-color: #723909; }
    .btn-check:checked + .btn-orange-700:focus,
    .btn-check:active + .btn-orange-700:focus, .btn-orange-700:active:focus, .btn-orange-700.active:focus,
    .show > .btn-orange-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(167, 103, 48, 0.5); }
  .btn-orange-700:disabled, .btn-orange-700.disabled {
    color: #fff;
    background-color: #984c0c;
    border-color: #984c0c; }

.btn-orange-800 {
  color: #fff;
  background-color: #653208;
  border-color: #653208;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-800:hover {
    color: #fff;
    background-color: #562b07;
    border-color: #512806; }
  .btn-check:focus + .btn-orange-800, .btn-orange-800:focus {
    color: #fff;
    background-color: #562b07;
    border-color: #512806;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(124, 81, 45, 0.5); }
  .btn-check:checked + .btn-orange-800,
  .btn-check:active + .btn-orange-800, .btn-orange-800:active, .btn-orange-800.active,
  .show > .btn-orange-800.dropdown-toggle {
    color: #fff;
    background-color: #512806;
    border-color: #4c2606; }
    .btn-check:checked + .btn-orange-800:focus,
    .btn-check:active + .btn-orange-800:focus, .btn-orange-800:active:focus, .btn-orange-800.active:focus,
    .show > .btn-orange-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(124, 81, 45, 0.5); }
  .btn-orange-800:disabled, .btn-orange-800.disabled {
    color: #fff;
    background-color: #653208;
    border-color: #653208; }

.btn-orange-900 {
  color: #fff;
  background-color: #331904;
  border-color: #331904;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange-900:hover {
    color: #fff;
    background-color: #2b1503;
    border-color: #291403; }
  .btn-check:focus + .btn-orange-900, .btn-orange-900:focus {
    color: #fff;
    background-color: #2b1503;
    border-color: #291403;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 60, 42, 0.5); }
  .btn-check:checked + .btn-orange-900,
  .btn-check:active + .btn-orange-900, .btn-orange-900:active, .btn-orange-900.active,
  .show > .btn-orange-900.dropdown-toggle {
    color: #fff;
    background-color: #291403;
    border-color: #261303; }
    .btn-check:checked + .btn-orange-900:focus,
    .btn-check:active + .btn-orange-900:focus, .btn-orange-900:active:focus, .btn-orange-900.active:focus,
    .show > .btn-orange-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 60, 42, 0.5); }
  .btn-orange-900:disabled, .btn-orange-900.disabled {
    color: #fff;
    background-color: #331904;
    border-color: #331904; }

.btn-yellow-100 {
  color: #000;
  background-color: #fff3cd;
  border-color: #fff3cd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-100:hover {
    color: #000;
    background-color: #fff5d5;
    border-color: #fff4d2; }
  .btn-check:focus + .btn-yellow-100, .btn-yellow-100:focus {
    color: #000;
    background-color: #fff5d5;
    border-color: #fff4d2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 207, 174, 0.5); }
  .btn-check:checked + .btn-yellow-100,
  .btn-check:active + .btn-yellow-100, .btn-yellow-100:active, .btn-yellow-100.active,
  .show > .btn-yellow-100.dropdown-toggle {
    color: #000;
    background-color: #fff5d7;
    border-color: #fff4d2; }
    .btn-check:checked + .btn-yellow-100:focus,
    .btn-check:active + .btn-yellow-100:focus, .btn-yellow-100:active:focus, .btn-yellow-100.active:focus,
    .show > .btn-yellow-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 207, 174, 0.5); }
  .btn-yellow-100:disabled, .btn-yellow-100.disabled {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd; }

.btn-yellow-200 {
  color: #000;
  background-color: #ffe69c;
  border-color: #ffe69c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-200:hover {
    color: #000;
    background-color: #ffeaab;
    border-color: #ffe9a6; }
  .btn-check:focus + .btn-yellow-200, .btn-yellow-200:focus {
    color: #000;
    background-color: #ffeaab;
    border-color: #ffe9a6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 196, 133, 0.5); }
  .btn-check:checked + .btn-yellow-200,
  .btn-check:active + .btn-yellow-200, .btn-yellow-200:active, .btn-yellow-200.active,
  .show > .btn-yellow-200.dropdown-toggle {
    color: #000;
    background-color: #ffebb0;
    border-color: #ffe9a6; }
    .btn-check:checked + .btn-yellow-200:focus,
    .btn-check:active + .btn-yellow-200:focus, .btn-yellow-200:active:focus, .btn-yellow-200.active:focus,
    .show > .btn-yellow-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 196, 133, 0.5); }
  .btn-yellow-200:disabled, .btn-yellow-200.disabled {
    color: #000;
    background-color: #ffe69c;
    border-color: #ffe69c; }

.btn-yellow-300 {
  color: #000;
  background-color: #ffda6a;
  border-color: #ffda6a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-300:hover {
    color: #000;
    background-color: #ffe080;
    border-color: #ffde79; }
  .btn-check:focus + .btn-yellow-300, .btn-yellow-300:focus {
    color: #000;
    background-color: #ffe080;
    border-color: #ffde79;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 185, 90, 0.5); }
  .btn-check:checked + .btn-yellow-300,
  .btn-check:active + .btn-yellow-300, .btn-yellow-300:active, .btn-yellow-300.active,
  .show > .btn-yellow-300.dropdown-toggle {
    color: #000;
    background-color: #ffe188;
    border-color: #ffde79; }
    .btn-check:checked + .btn-yellow-300:focus,
    .btn-check:active + .btn-yellow-300:focus, .btn-yellow-300:active:focus, .btn-yellow-300.active:focus,
    .show > .btn-yellow-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 185, 90, 0.5); }
  .btn-yellow-300:disabled, .btn-yellow-300.disabled {
    color: #000;
    background-color: #ffda6a;
    border-color: #ffda6a; }

.btn-yellow-400 {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffcd39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-400:hover {
    color: #000;
    background-color: #ffd557;
    border-color: #ffd24d; }
  .btn-check:focus + .btn-yellow-400, .btn-yellow-400:focus {
    color: #000;
    background-color: #ffd557;
    border-color: #ffd24d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 174, 48, 0.5); }
  .btn-check:checked + .btn-yellow-400,
  .btn-check:active + .btn-yellow-400, .btn-yellow-400:active, .btn-yellow-400.active,
  .show > .btn-yellow-400.dropdown-toggle {
    color: #000;
    background-color: #ffd761;
    border-color: #ffd24d; }
    .btn-check:checked + .btn-yellow-400:focus,
    .btn-check:active + .btn-yellow-400:focus, .btn-yellow-400:active:focus, .btn-yellow-400.active:focus,
    .show > .btn-yellow-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 174, 48, 0.5); }
  .btn-yellow-400:disabled, .btn-yellow-400.disabled {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffcd39; }

.btn-yellow-500 {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-500:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-yellow-500, .btn-yellow-500:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-yellow-500,
  .btn-check:active + .btn-yellow-500, .btn-yellow-500:active, .btn-yellow-500.active,
  .show > .btn-yellow-500.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-yellow-500:focus,
    .btn-check:active + .btn-yellow-500:focus, .btn-yellow-500:active:focus, .btn-yellow-500.active:focus,
    .show > .btn-yellow-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-yellow-500:disabled, .btn-yellow-500.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-yellow-600 {
  color: #000;
  background-color: #cc9a06;
  border-color: #cc9a06;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-600:hover {
    color: #000;
    background-color: #d4a92b;
    border-color: #d1a41f; }
  .btn-check:focus + .btn-yellow-600, .btn-yellow-600:focus {
    color: #000;
    background-color: #d4a92b;
    border-color: #d1a41f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(173, 131, 5, 0.5); }
  .btn-check:checked + .btn-yellow-600,
  .btn-check:active + .btn-yellow-600, .btn-yellow-600:active, .btn-yellow-600.active,
  .show > .btn-yellow-600.dropdown-toggle {
    color: #000;
    background-color: #d6ae38;
    border-color: #d1a41f; }
    .btn-check:checked + .btn-yellow-600:focus,
    .btn-check:active + .btn-yellow-600:focus, .btn-yellow-600:active:focus, .btn-yellow-600.active:focus,
    .show > .btn-yellow-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(173, 131, 5, 0.5); }
  .btn-yellow-600:disabled, .btn-yellow-600.disabled {
    color: #000;
    background-color: #cc9a06;
    border-color: #cc9a06; }

.btn-yellow-700 {
  color: #000;
  background-color: #997404;
  border-color: #997404;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-700:hover {
    color: #000;
    background-color: #a8892a;
    border-color: #a3821d; }
  .btn-check:focus + .btn-yellow-700, .btn-yellow-700:focus {
    color: #000;
    background-color: #a8892a;
    border-color: #a3821d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 99, 3, 0.5); }
  .btn-check:checked + .btn-yellow-700,
  .btn-check:active + .btn-yellow-700, .btn-yellow-700:active, .btn-yellow-700.active,
  .show > .btn-yellow-700.dropdown-toggle {
    color: #000;
    background-color: #ad9036;
    border-color: #a3821d; }
    .btn-check:checked + .btn-yellow-700:focus,
    .btn-check:active + .btn-yellow-700:focus, .btn-yellow-700:active:focus, .btn-yellow-700.active:focus,
    .show > .btn-yellow-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 99, 3, 0.5); }
  .btn-yellow-700:disabled, .btn-yellow-700.disabled {
    color: #000;
    background-color: #997404;
    border-color: #997404; }

.btn-yellow-800 {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-800:hover {
    color: #fff;
    background-color: #574103;
    border-color: #523e02; }
  .btn-check:focus + .btn-yellow-800, .btn-yellow-800:focus {
    color: #fff;
    background-color: #574103;
    border-color: #523e02;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(125, 104, 41, 0.5); }
  .btn-check:checked + .btn-yellow-800,
  .btn-check:active + .btn-yellow-800, .btn-yellow-800:active, .btn-yellow-800.active,
  .show > .btn-yellow-800.dropdown-toggle {
    color: #fff;
    background-color: #523e02;
    border-color: #4d3a02; }
    .btn-check:checked + .btn-yellow-800:focus,
    .btn-check:active + .btn-yellow-800:focus, .btn-yellow-800:active:focus, .btn-yellow-800.active:focus,
    .show > .btn-yellow-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(125, 104, 41, 0.5); }
  .btn-yellow-800:disabled, .btn-yellow-800.disabled {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.btn-yellow-900 {
  color: #fff;
  background-color: #332701;
  border-color: #332701;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow-900:hover {
    color: #fff;
    background-color: #2b2101;
    border-color: #291f01; }
  .btn-check:focus + .btn-yellow-900, .btn-yellow-900:focus {
    color: #fff;
    background-color: #2b2101;
    border-color: #291f01;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 71, 39, 0.5); }
  .btn-check:checked + .btn-yellow-900,
  .btn-check:active + .btn-yellow-900, .btn-yellow-900:active, .btn-yellow-900.active,
  .show > .btn-yellow-900.dropdown-toggle {
    color: #fff;
    background-color: #291f01;
    border-color: #261d01; }
    .btn-check:checked + .btn-yellow-900:focus,
    .btn-check:active + .btn-yellow-900:focus, .btn-yellow-900:active:focus, .btn-yellow-900.active:focus,
    .show > .btn-yellow-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 71, 39, 0.5); }
  .btn-yellow-900:disabled, .btn-yellow-900.disabled {
    color: #fff;
    background-color: #332701;
    border-color: #332701; }

.btn-green-100 {
  color: #000;
  background-color: #d4edda;
  border-color: #d4edda;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-100:hover {
    color: #000;
    background-color: #daf0e0;
    border-color: #d8efde; }
  .btn-check:focus + .btn-green-100, .btn-green-100:focus {
    color: #000;
    background-color: #daf0e0;
    border-color: #d8efde;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(180, 201, 185, 0.5); }
  .btn-check:checked + .btn-green-100,
  .btn-check:active + .btn-green-100, .btn-green-100:active, .btn-green-100.active,
  .show > .btn-green-100.dropdown-toggle {
    color: #000;
    background-color: #ddf1e1;
    border-color: #d8efde; }
    .btn-check:checked + .btn-green-100:focus,
    .btn-check:active + .btn-green-100:focus, .btn-green-100:active:focus, .btn-green-100.active:focus,
    .show > .btn-green-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(180, 201, 185, 0.5); }
  .btn-green-100:disabled, .btn-green-100.disabled {
    color: #000;
    background-color: #d4edda;
    border-color: #d4edda; }

.btn-green-200 {
  color: #000;
  background-color: #a9dcb5;
  border-color: #a9dcb5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-200:hover {
    color: #000;
    background-color: #b6e1c0;
    border-color: #b2e0bc; }
  .btn-check:focus + .btn-green-200, .btn-green-200:focus {
    color: #000;
    background-color: #b6e1c0;
    border-color: #b2e0bc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(144, 187, 154, 0.5); }
  .btn-check:checked + .btn-green-200,
  .btn-check:active + .btn-green-200, .btn-green-200:active, .btn-green-200.active,
  .show > .btn-green-200.dropdown-toggle {
    color: #000;
    background-color: #bae3c4;
    border-color: #b2e0bc; }
    .btn-check:checked + .btn-green-200:focus,
    .btn-check:active + .btn-green-200:focus, .btn-green-200:active:focus, .btn-green-200.active:focus,
    .show > .btn-green-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(144, 187, 154, 0.5); }
  .btn-green-200:disabled, .btn-green-200.disabled {
    color: #000;
    background-color: #a9dcb5;
    border-color: #a9dcb5; }

.btn-green-300 {
  color: #000;
  background-color: #7eca8f;
  border-color: #7eca8f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-300:hover {
    color: #000;
    background-color: #91d2a0;
    border-color: #8bcf9a; }
  .btn-check:focus + .btn-green-300, .btn-green-300:focus {
    color: #000;
    background-color: #91d2a0;
    border-color: #8bcf9a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(107, 172, 122, 0.5); }
  .btn-check:checked + .btn-green-300,
  .btn-check:active + .btn-green-300, .btn-green-300:active, .btn-green-300.active,
  .show > .btn-green-300.dropdown-toggle {
    color: #000;
    background-color: #98d5a5;
    border-color: #8bcf9a; }
    .btn-check:checked + .btn-green-300:focus,
    .btn-check:active + .btn-green-300:focus, .btn-green-300:active:focus, .btn-green-300.active:focus,
    .show > .btn-green-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(107, 172, 122, 0.5); }
  .btn-green-300:disabled, .btn-green-300.disabled {
    color: #000;
    background-color: #7eca8f;
    border-color: #7eca8f; }

.btn-green-400 {
  color: #000;
  background-color: #53b96a;
  border-color: #53b96a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-400:hover {
    color: #000;
    background-color: #6dc480;
    border-color: #64c079; }
  .btn-check:focus + .btn-green-400, .btn-green-400:focus {
    color: #000;
    background-color: #6dc480;
    border-color: #64c079;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(71, 157, 90, 0.5); }
  .btn-check:checked + .btn-green-400,
  .btn-check:active + .btn-green-400, .btn-green-400:active, .btn-green-400.active,
  .show > .btn-green-400.dropdown-toggle {
    color: #000;
    background-color: #75c788;
    border-color: #64c079; }
    .btn-check:checked + .btn-green-400:focus,
    .btn-check:active + .btn-green-400:focus, .btn-green-400:active:focus, .btn-green-400.active:focus,
    .show > .btn-green-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(71, 157, 90, 0.5); }
  .btn-green-400:disabled, .btn-green-400.disabled {
    color: #000;
    background-color: #53b96a;
    border-color: #53b96a; }

.btn-green-500 {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-500:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-green-500, .btn-green-500:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-green-500,
  .btn-check:active + .btn-green-500, .btn-green-500:active, .btn-green-500.active,
  .show > .btn-green-500.dropdown-toggle {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-green-500:focus,
    .btn-check:active + .btn-green-500:focus, .btn-green-500:active:focus, .btn-green-500.active:focus,
    .show > .btn-green-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-green-500:disabled, .btn-green-500.disabled {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-green-600 {
  color: #fff;
  background-color: #208637;
  border-color: #208637;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-600:hover {
    color: #fff;
    background-color: #1b722f;
    border-color: #1a6b2c; }
  .btn-check:focus + .btn-green-600, .btn-green-600:focus {
    color: #fff;
    background-color: #1b722f;
    border-color: #1a6b2c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(65, 152, 85, 0.5); }
  .btn-check:checked + .btn-green-600,
  .btn-check:active + .btn-green-600, .btn-green-600:active, .btn-green-600.active,
  .show > .btn-green-600.dropdown-toggle {
    color: #fff;
    background-color: #1a6b2c;
    border-color: #186529; }
    .btn-check:checked + .btn-green-600:focus,
    .btn-check:active + .btn-green-600:focus, .btn-green-600:active:focus, .btn-green-600.active:focus,
    .show > .btn-green-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(65, 152, 85, 0.5); }
  .btn-green-600:disabled, .btn-green-600.disabled {
    color: #fff;
    background-color: #208637;
    border-color: #208637; }

.btn-green-700 {
  color: #fff;
  background-color: #186429;
  border-color: #186429;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-700:hover {
    color: #fff;
    background-color: #145523;
    border-color: #135021; }
  .btn-check:focus + .btn-green-700, .btn-green-700:focus {
    color: #fff;
    background-color: #145523;
    border-color: #135021;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 123, 73, 0.5); }
  .btn-check:checked + .btn-green-700,
  .btn-check:active + .btn-green-700, .btn-green-700:active, .btn-green-700.active,
  .show > .btn-green-700.dropdown-toggle {
    color: #fff;
    background-color: #135021;
    border-color: #124b1f; }
    .btn-check:checked + .btn-green-700:focus,
    .btn-check:active + .btn-green-700:focus, .btn-green-700:active:focus, .btn-green-700.active:focus,
    .show > .btn-green-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 123, 73, 0.5); }
  .btn-green-700:disabled, .btn-green-700.disabled {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }

.btn-green-800 {
  color: #fff;
  background-color: #10431c;
  border-color: #10431c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-800:hover {
    color: #fff;
    background-color: #0e3918;
    border-color: #0d3616; }
  .btn-check:focus + .btn-green-800, .btn-green-800:focus {
    color: #fff;
    background-color: #0e3918;
    border-color: #0d3616;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(52, 95, 62, 0.5); }
  .btn-check:checked + .btn-green-800,
  .btn-check:active + .btn-green-800, .btn-green-800:active, .btn-green-800.active,
  .show > .btn-green-800.dropdown-toggle {
    color: #fff;
    background-color: #0d3616;
    border-color: #0c3215; }
    .btn-check:checked + .btn-green-800:focus,
    .btn-check:active + .btn-green-800:focus, .btn-green-800:active:focus, .btn-green-800.active:focus,
    .show > .btn-green-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(52, 95, 62, 0.5); }
  .btn-green-800:disabled, .btn-green-800.disabled {
    color: #fff;
    background-color: #10431c;
    border-color: #10431c; }

.btn-green-900 {
  color: #fff;
  background-color: #08210e;
  border-color: #08210e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green-900:hover {
    color: #fff;
    background-color: #071c0c;
    border-color: #061a0b; }
  .btn-check:focus + .btn-green-900, .btn-green-900:focus {
    color: #fff;
    background-color: #071c0c;
    border-color: #061a0b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(45, 66, 50, 0.5); }
  .btn-check:checked + .btn-green-900,
  .btn-check:active + .btn-green-900, .btn-green-900:active, .btn-green-900.active,
  .show > .btn-green-900.dropdown-toggle {
    color: #fff;
    background-color: #061a0b;
    border-color: #06190b; }
    .btn-check:checked + .btn-green-900:focus,
    .btn-check:active + .btn-green-900:focus, .btn-green-900:active:focus, .btn-green-900.active:focus,
    .show > .btn-green-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(45, 66, 50, 0.5); }
  .btn-green-900:disabled, .btn-green-900.disabled {
    color: #fff;
    background-color: #08210e;
    border-color: #08210e; }

.btn-teal-100 {
  color: #000;
  background-color: #d2f4ea;
  border-color: #d2f4ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-100:hover {
    color: #000;
    background-color: #d9f6ed;
    border-color: #d7f5ec; }
  .btn-check:focus + .btn-teal-100, .btn-teal-100:focus {
    color: #000;
    background-color: #d9f6ed;
    border-color: #d7f5ec;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(179, 207, 199, 0.5); }
  .btn-check:checked + .btn-teal-100,
  .btn-check:active + .btn-teal-100, .btn-teal-100:active, .btn-teal-100.active,
  .show > .btn-teal-100.dropdown-toggle {
    color: #000;
    background-color: #dbf6ee;
    border-color: #d7f5ec; }
    .btn-check:checked + .btn-teal-100:focus,
    .btn-check:active + .btn-teal-100:focus, .btn-teal-100:active:focus, .btn-teal-100.active:focus,
    .show > .btn-teal-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(179, 207, 199, 0.5); }
  .btn-teal-100:disabled, .btn-teal-100.disabled {
    color: #000;
    background-color: #d2f4ea;
    border-color: #d2f4ea; }

.btn-teal-200 {
  color: #000;
  background-color: #a6e9d5;
  border-color: #a6e9d5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-200:hover {
    color: #000;
    background-color: #b3ecdb;
    border-color: #afebd9; }
  .btn-check:focus + .btn-teal-200, .btn-teal-200:focus {
    color: #000;
    background-color: #b3ecdb;
    border-color: #afebd9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(141, 198, 181, 0.5); }
  .btn-check:checked + .btn-teal-200,
  .btn-check:active + .btn-teal-200, .btn-teal-200:active, .btn-teal-200.active,
  .show > .btn-teal-200.dropdown-toggle {
    color: #000;
    background-color: #b8eddd;
    border-color: #afebd9; }
    .btn-check:checked + .btn-teal-200:focus,
    .btn-check:active + .btn-teal-200:focus, .btn-teal-200:active:focus, .btn-teal-200.active:focus,
    .show > .btn-teal-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(141, 198, 181, 0.5); }
  .btn-teal-200:disabled, .btn-teal-200.disabled {
    color: #000;
    background-color: #a6e9d5;
    border-color: #a6e9d5; }

.btn-teal-300 {
  color: #000;
  background-color: #79dfc1;
  border-color: #79dfc1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-300:hover {
    color: #000;
    background-color: #8de4ca;
    border-color: #86e2c7; }
  .btn-check:focus + .btn-teal-300, .btn-teal-300:focus {
    color: #000;
    background-color: #8de4ca;
    border-color: #86e2c7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(103, 190, 164, 0.5); }
  .btn-check:checked + .btn-teal-300,
  .btn-check:active + .btn-teal-300, .btn-teal-300:active, .btn-teal-300.active,
  .show > .btn-teal-300.dropdown-toggle {
    color: #000;
    background-color: #94e5cd;
    border-color: #86e2c7; }
    .btn-check:checked + .btn-teal-300:focus,
    .btn-check:active + .btn-teal-300:focus, .btn-teal-300:active:focus, .btn-teal-300.active:focus,
    .show > .btn-teal-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(103, 190, 164, 0.5); }
  .btn-teal-300:disabled, .btn-teal-300.disabled {
    color: #000;
    background-color: #79dfc1;
    border-color: #79dfc1; }

.btn-teal-400 {
  color: #000;
  background-color: #4dd4ac;
  border-color: #4dd4ac;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-400:hover {
    color: #000;
    background-color: #68dab8;
    border-color: #5fd8b4; }
  .btn-check:focus + .btn-teal-400, .btn-teal-400:focus {
    color: #000;
    background-color: #68dab8;
    border-color: #5fd8b4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(65, 180, 146, 0.5); }
  .btn-check:checked + .btn-teal-400,
  .btn-check:active + .btn-teal-400, .btn-teal-400:active, .btn-teal-400.active,
  .show > .btn-teal-400.dropdown-toggle {
    color: #000;
    background-color: #71ddbd;
    border-color: #5fd8b4; }
    .btn-check:checked + .btn-teal-400:focus,
    .btn-check:active + .btn-teal-400:focus, .btn-teal-400:active:focus, .btn-teal-400.active:focus,
    .show > .btn-teal-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(65, 180, 146, 0.5); }
  .btn-teal-400:disabled, .btn-teal-400.disabled {
    color: #000;
    background-color: #4dd4ac;
    border-color: #4dd4ac; }

.btn-teal-500 {
  color: #000;
  background-color: #20c997;
  border-color: #20c997;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-500:hover {
    color: #000;
    background-color: #41d1a7;
    border-color: #36cea1; }
  .btn-check:focus + .btn-teal-500, .btn-teal-500:focus {
    color: #000;
    background-color: #41d1a7;
    border-color: #36cea1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(27, 171, 128, 0.5); }
  .btn-check:checked + .btn-teal-500,
  .btn-check:active + .btn-teal-500, .btn-teal-500:active, .btn-teal-500.active,
  .show > .btn-teal-500.dropdown-toggle {
    color: #000;
    background-color: #4dd4ac;
    border-color: #36cea1; }
    .btn-check:checked + .btn-teal-500:focus,
    .btn-check:active + .btn-teal-500:focus, .btn-teal-500:active:focus, .btn-teal-500.active:focus,
    .show > .btn-teal-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(27, 171, 128, 0.5); }
  .btn-teal-500:disabled, .btn-teal-500.disabled {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }

.btn-teal-600 {
  color: #000;
  background-color: #1aa179;
  border-color: #1aa179;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-600:hover {
    color: #000;
    background-color: #3caf8d;
    border-color: #31aa86; }
  .btn-check:focus + .btn-teal-600, .btn-teal-600:focus {
    color: #000;
    background-color: #3caf8d;
    border-color: #31aa86;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(22, 137, 103, 0.5); }
  .btn-check:checked + .btn-teal-600,
  .btn-check:active + .btn-teal-600, .btn-teal-600:active, .btn-teal-600.active,
  .show > .btn-teal-600.dropdown-toggle {
    color: #000;
    background-color: #48b494;
    border-color: #31aa86; }
    .btn-check:checked + .btn-teal-600:focus,
    .btn-check:active + .btn-teal-600:focus, .btn-teal-600:active:focus, .btn-teal-600.active:focus,
    .show > .btn-teal-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(22, 137, 103, 0.5); }
  .btn-teal-600:disabled, .btn-teal-600.disabled {
    color: #000;
    background-color: #1aa179;
    border-color: #1aa179; }

.btn-teal-700 {
  color: #fff;
  background-color: #13795b;
  border-color: #13795b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-700:hover {
    color: #fff;
    background-color: #10674d;
    border-color: #0f6149; }
  .btn-check:focus + .btn-teal-700, .btn-teal-700:focus {
    color: #fff;
    background-color: #10674d;
    border-color: #0f6149;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(54, 141, 116, 0.5); }
  .btn-check:checked + .btn-teal-700,
  .btn-check:active + .btn-teal-700, .btn-teal-700:active, .btn-teal-700.active,
  .show > .btn-teal-700.dropdown-toggle {
    color: #fff;
    background-color: #0f6149;
    border-color: #0e5b44; }
    .btn-check:checked + .btn-teal-700:focus,
    .btn-check:active + .btn-teal-700:focus, .btn-teal-700:active:focus, .btn-teal-700.active:focus,
    .show > .btn-teal-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(54, 141, 116, 0.5); }
  .btn-teal-700:disabled, .btn-teal-700.disabled {
    color: #fff;
    background-color: #13795b;
    border-color: #13795b; }

.btn-teal-800 {
  color: #fff;
  background-color: #0d503c;
  border-color: #0d503c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-800:hover {
    color: #fff;
    background-color: #0b4433;
    border-color: #0a4030; }
  .btn-check:focus + .btn-teal-800, .btn-teal-800:focus {
    color: #fff;
    background-color: #0b4433;
    border-color: #0a4030;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(49, 106, 89, 0.5); }
  .btn-check:checked + .btn-teal-800,
  .btn-check:active + .btn-teal-800, .btn-teal-800:active, .btn-teal-800.active,
  .show > .btn-teal-800.dropdown-toggle {
    color: #fff;
    background-color: #0a4030;
    border-color: #0a3c2d; }
    .btn-check:checked + .btn-teal-800:focus,
    .btn-check:active + .btn-teal-800:focus, .btn-teal-800:active:focus, .btn-teal-800.active:focus,
    .show > .btn-teal-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(49, 106, 89, 0.5); }
  .btn-teal-800:disabled, .btn-teal-800.disabled {
    color: #fff;
    background-color: #0d503c;
    border-color: #0d503c; }

.btn-teal-900 {
  color: #fff;
  background-color: #06281e;
  border-color: #06281e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal-900:hover {
    color: #fff;
    background-color: #05221a;
    border-color: #052018; }
  .btn-check:focus + .btn-teal-900, .btn-teal-900:focus {
    color: #fff;
    background-color: #05221a;
    border-color: #052018;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(43, 72, 64, 0.5); }
  .btn-check:checked + .btn-teal-900,
  .btn-check:active + .btn-teal-900, .btn-teal-900:active, .btn-teal-900.active,
  .show > .btn-teal-900.dropdown-toggle {
    color: #fff;
    background-color: #052018;
    border-color: #051e17; }
    .btn-check:checked + .btn-teal-900:focus,
    .btn-check:active + .btn-teal-900:focus, .btn-teal-900:active:focus, .btn-teal-900.active:focus,
    .show > .btn-teal-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(43, 72, 64, 0.5); }
  .btn-teal-900:disabled, .btn-teal-900.disabled {
    color: #fff;
    background-color: #06281e;
    border-color: #06281e; }

.btn-cyan-100 {
  color: #000;
  background-color: #d1ecf1;
  border-color: #d1ecf1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-100:hover {
    color: #000;
    background-color: #d8eff3;
    border-color: #d6eef2; }
  .btn-check:focus + .btn-cyan-100, .btn-cyan-100:focus {
    color: #000;
    background-color: #d8eff3;
    border-color: #d6eef2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(178, 201, 205, 0.5); }
  .btn-check:checked + .btn-cyan-100,
  .btn-check:active + .btn-cyan-100, .btn-cyan-100:active, .btn-cyan-100.active,
  .show > .btn-cyan-100.dropdown-toggle {
    color: #000;
    background-color: #daf0f4;
    border-color: #d6eef2; }
    .btn-check:checked + .btn-cyan-100:focus,
    .btn-check:active + .btn-cyan-100:focus, .btn-cyan-100:active:focus, .btn-cyan-100.active:focus,
    .show > .btn-cyan-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(178, 201, 205, 0.5); }
  .btn-cyan-100:disabled, .btn-cyan-100.disabled {
    color: #000;
    background-color: #d1ecf1;
    border-color: #d1ecf1; }

.btn-cyan-200 {
  color: #000;
  background-color: #a2dae3;
  border-color: #a2dae3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-200:hover {
    color: #000;
    background-color: #b0e0e7;
    border-color: #abdee6; }
  .btn-check:focus + .btn-cyan-200, .btn-cyan-200:focus {
    color: #000;
    background-color: #b0e0e7;
    border-color: #abdee6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(138, 185, 193, 0.5); }
  .btn-check:checked + .btn-cyan-200,
  .btn-check:active + .btn-cyan-200, .btn-cyan-200:active, .btn-cyan-200.active,
  .show > .btn-cyan-200.dropdown-toggle {
    color: #000;
    background-color: #b5e1e9;
    border-color: #abdee6; }
    .btn-check:checked + .btn-cyan-200:focus,
    .btn-check:active + .btn-cyan-200:focus, .btn-cyan-200:active:focus, .btn-cyan-200.active:focus,
    .show > .btn-cyan-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(138, 185, 193, 0.5); }
  .btn-cyan-200:disabled, .btn-cyan-200.disabled {
    color: #000;
    background-color: #a2dae3;
    border-color: #a2dae3; }

.btn-cyan-300 {
  color: #000;
  background-color: #74c7d4;
  border-color: #74c7d4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-300:hover {
    color: #000;
    background-color: #89cfda;
    border-color: #82cdd8; }
  .btn-check:focus + .btn-cyan-300, .btn-cyan-300:focus {
    color: #000;
    background-color: #89cfda;
    border-color: #82cdd8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(99, 169, 180, 0.5); }
  .btn-check:checked + .btn-cyan-300,
  .btn-check:active + .btn-cyan-300, .btn-cyan-300:active, .btn-cyan-300.active,
  .show > .btn-cyan-300.dropdown-toggle {
    color: #000;
    background-color: #90d2dd;
    border-color: #82cdd8; }
    .btn-check:checked + .btn-cyan-300:focus,
    .btn-check:active + .btn-cyan-300:focus, .btn-cyan-300:active:focus, .btn-cyan-300.active:focus,
    .show > .btn-cyan-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(99, 169, 180, 0.5); }
  .btn-cyan-300:disabled, .btn-cyan-300.disabled {
    color: #000;
    background-color: #74c7d4;
    border-color: #74c7d4; }

.btn-cyan-400 {
  color: #000;
  background-color: #45b5c6;
  border-color: #45b5c6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-400:hover {
    color: #000;
    background-color: #61c0cf;
    border-color: #58bccc; }
  .btn-check:focus + .btn-cyan-400, .btn-cyan-400:focus {
    color: #000;
    background-color: #61c0cf;
    border-color: #58bccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 154, 168, 0.5); }
  .btn-check:checked + .btn-cyan-400,
  .btn-check:active + .btn-cyan-400, .btn-cyan-400:active, .btn-cyan-400.active,
  .show > .btn-cyan-400.dropdown-toggle {
    color: #000;
    background-color: #6ac4d1;
    border-color: #58bccc; }
    .btn-check:checked + .btn-cyan-400:focus,
    .btn-check:active + .btn-cyan-400:focus, .btn-cyan-400:active:focus, .btn-cyan-400.active:focus,
    .show > .btn-cyan-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 154, 168, 0.5); }
  .btn-cyan-400:disabled, .btn-cyan-400.disabled {
    color: #000;
    background-color: #45b5c6;
    border-color: #45b5c6; }

.btn-cyan-500 {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-500:hover {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-cyan-500, .btn-cyan-500:focus {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-cyan-500,
  .btn-check:active + .btn-cyan-500, .btn-cyan-500:active, .btn-cyan-500.active,
  .show > .btn-cyan-500.dropdown-toggle {
    color: #000;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-cyan-500:focus,
    .btn-check:active + .btn-cyan-500:focus, .btn-cyan-500:active:focus, .btn-cyan-500.active:focus,
    .show > .btn-cyan-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-cyan-500:disabled, .btn-cyan-500.disabled {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-cyan-600 {
  color: #fff;
  background-color: #128293;
  border-color: #128293;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-600:hover {
    color: #fff;
    background-color: #0f6f7d;
    border-color: #0e6876; }
  .btn-check:focus + .btn-cyan-600, .btn-cyan-600:focus {
    color: #fff;
    background-color: #0f6f7d;
    border-color: #0e6876;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(54, 149, 163, 0.5); }
  .btn-check:checked + .btn-cyan-600,
  .btn-check:active + .btn-cyan-600, .btn-cyan-600:active, .btn-cyan-600.active,
  .show > .btn-cyan-600.dropdown-toggle {
    color: #fff;
    background-color: #0e6876;
    border-color: #0e626e; }
    .btn-check:checked + .btn-cyan-600:focus,
    .btn-check:active + .btn-cyan-600:focus, .btn-cyan-600:active:focus, .btn-cyan-600.active:focus,
    .show > .btn-cyan-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(54, 149, 163, 0.5); }
  .btn-cyan-600:disabled, .btn-cyan-600.disabled {
    color: #fff;
    background-color: #128293;
    border-color: #128293; }

.btn-cyan-700 {
  color: #fff;
  background-color: #0e616e;
  border-color: #0e616e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-700:hover {
    color: #fff;
    background-color: #0c525e;
    border-color: #0b4e58; }
  .btn-check:focus + .btn-cyan-700, .btn-cyan-700:focus {
    color: #fff;
    background-color: #0c525e;
    border-color: #0b4e58;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(50, 121, 132, 0.5); }
  .btn-check:checked + .btn-cyan-700,
  .btn-check:active + .btn-cyan-700, .btn-cyan-700:active, .btn-cyan-700.active,
  .show > .btn-cyan-700.dropdown-toggle {
    color: #fff;
    background-color: #0b4e58;
    border-color: #0b4953; }
    .btn-check:checked + .btn-cyan-700:focus,
    .btn-check:active + .btn-cyan-700:focus, .btn-cyan-700:active:focus, .btn-cyan-700.active:focus,
    .show > .btn-cyan-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(50, 121, 132, 0.5); }
  .btn-cyan-700:disabled, .btn-cyan-700.disabled {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }

.btn-cyan-800 {
  color: #fff;
  background-color: #09414a;
  border-color: #09414a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-800:hover {
    color: #fff;
    background-color: #08373f;
    border-color: #07343b; }
  .btn-check:focus + .btn-cyan-800, .btn-cyan-800:focus {
    color: #fff;
    background-color: #08373f;
    border-color: #07343b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(46, 94, 101, 0.5); }
  .btn-check:checked + .btn-cyan-800,
  .btn-check:active + .btn-cyan-800, .btn-cyan-800:active, .btn-cyan-800.active,
  .show > .btn-cyan-800.dropdown-toggle {
    color: #fff;
    background-color: #07343b;
    border-color: #073138; }
    .btn-check:checked + .btn-cyan-800:focus,
    .btn-check:active + .btn-cyan-800:focus, .btn-cyan-800:active:focus, .btn-cyan-800.active:focus,
    .show > .btn-cyan-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(46, 94, 101, 0.5); }
  .btn-cyan-800:disabled, .btn-cyan-800.disabled {
    color: #fff;
    background-color: #09414a;
    border-color: #09414a; }

.btn-cyan-900 {
  color: #fff;
  background-color: #052025;
  border-color: #052025;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cyan-900:hover {
    color: #fff;
    background-color: #041b1f;
    border-color: #041a1e; }
  .btn-check:focus + .btn-cyan-900, .btn-cyan-900:focus {
    color: #fff;
    background-color: #041b1f;
    border-color: #041a1e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(43, 65, 70, 0.5); }
  .btn-check:checked + .btn-cyan-900,
  .btn-check:active + .btn-cyan-900, .btn-cyan-900:active, .btn-cyan-900.active,
  .show > .btn-cyan-900.dropdown-toggle {
    color: #fff;
    background-color: #041a1e;
    border-color: #04181c; }
    .btn-check:checked + .btn-cyan-900:focus,
    .btn-check:active + .btn-cyan-900:focus, .btn-cyan-900:active:focus, .btn-cyan-900.active:focus,
    .show > .btn-cyan-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(43, 65, 70, 0.5); }
  .btn-cyan-900:disabled, .btn-cyan-900.disabled {
    color: #fff;
    background-color: #052025;
    border-color: #052025; }

.btn-primary-100 {
  color: #000;
  background-color: #ccd8e5;
  border-color: #ccd8e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-100:hover {
    color: #000;
    background-color: #d4dee9;
    border-color: #d1dce8; }
  .btn-check:focus + .btn-primary-100, .btn-primary-100:focus {
    color: #000;
    background-color: #d4dee9;
    border-color: #d1dce8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(173, 184, 195, 0.5); }
  .btn-check:checked + .btn-primary-100,
  .btn-check:active + .btn-primary-100, .btn-primary-100:active, .btn-primary-100.active,
  .show > .btn-primary-100.dropdown-toggle {
    color: #000;
    background-color: #d6e0ea;
    border-color: #d1dce8; }
    .btn-check:checked + .btn-primary-100:focus,
    .btn-check:active + .btn-primary-100:focus, .btn-primary-100:active:focus, .btn-primary-100.active:focus,
    .show > .btn-primary-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(173, 184, 195, 0.5); }
  .btn-primary-100:disabled, .btn-primary-100.disabled {
    color: #000;
    background-color: #ccd8e5;
    border-color: #ccd8e5; }

.btn-primary-200 {
  color: #000;
  background-color: #99b1cb;
  border-color: #99b1cb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-200:hover {
    color: #000;
    background-color: #a8bdd3;
    border-color: #a3b9d0; }
  .btn-check:focus + .btn-primary-200, .btn-primary-200:focus {
    color: #000;
    background-color: #a8bdd3;
    border-color: #a3b9d0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 150, 173, 0.5); }
  .btn-check:checked + .btn-primary-200,
  .btn-check:active + .btn-primary-200, .btn-primary-200:active, .btn-primary-200.active,
  .show > .btn-primary-200.dropdown-toggle {
    color: #000;
    background-color: #adc1d5;
    border-color: #a3b9d0; }
    .btn-check:checked + .btn-primary-200:focus,
    .btn-check:active + .btn-primary-200:focus, .btn-primary-200:active:focus, .btn-primary-200.active:focus,
    .show > .btn-primary-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 150, 173, 0.5); }
  .btn-primary-200:disabled, .btn-primary-200.disabled {
    color: #000;
    background-color: #99b1cb;
    border-color: #99b1cb; }

.btn-primary-300 {
  color: #000;
  background-color: #668ab1;
  border-color: #668ab1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-300:hover {
    color: #000;
    background-color: #7d9cbd;
    border-color: #7596b9; }
  .btn-check:focus + .btn-primary-300, .btn-primary-300:focus {
    color: #000;
    background-color: #7d9cbd;
    border-color: #7596b9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(87, 117, 150, 0.5); }
  .btn-check:checked + .btn-primary-300,
  .btn-check:active + .btn-primary-300, .btn-primary-300:active, .btn-primary-300.active,
  .show > .btn-primary-300.dropdown-toggle {
    color: #000;
    background-color: #85a1c1;
    border-color: #7596b9; }
    .btn-check:checked + .btn-primary-300:focus,
    .btn-check:active + .btn-primary-300:focus, .btn-primary-300:active:focus, .btn-primary-300.active:focus,
    .show > .btn-primary-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(87, 117, 150, 0.5); }
  .btn-primary-300:disabled, .btn-primary-300.disabled {
    color: #000;
    background-color: #668ab1;
    border-color: #668ab1; }

.btn-primary-400 {
  color: #fff;
  background-color: #336397;
  border-color: #336397;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-400:hover {
    color: #fff;
    background-color: #2b5480;
    border-color: #294f79; }
  .btn-check:focus + .btn-primary-400, .btn-primary-400:focus {
    color: #fff;
    background-color: #2b5480;
    border-color: #294f79;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 122, 167, 0.5); }
  .btn-check:checked + .btn-primary-400,
  .btn-check:active + .btn-primary-400, .btn-primary-400:active, .btn-primary-400.active,
  .show > .btn-primary-400.dropdown-toggle {
    color: #fff;
    background-color: #294f79;
    border-color: #264a71; }
    .btn-check:checked + .btn-primary-400:focus,
    .btn-check:active + .btn-primary-400:focus, .btn-primary-400:active:focus, .btn-primary-400.active:focus,
    .show > .btn-primary-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 122, 167, 0.5); }
  .btn-primary-400:disabled, .btn-primary-400.disabled {
    color: #fff;
    background-color: #336397;
    border-color: #336397; }

.btn-primary-500 {
  color: #fff;
  background-color: #003c7d;
  border-color: #003c7d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-500:hover {
    color: #fff;
    background-color: #00336a;
    border-color: #003064; }
  .btn-check:focus + .btn-primary-500, .btn-primary-500:focus {
    color: #fff;
    background-color: #00336a;
    border-color: #003064;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-check:checked + .btn-primary-500,
  .btn-check:active + .btn-primary-500, .btn-primary-500:active, .btn-primary-500.active,
  .show > .btn-primary-500.dropdown-toggle {
    color: #fff;
    background-color: #003064;
    border-color: #002d5e; }
    .btn-check:checked + .btn-primary-500:focus,
    .btn-check:active + .btn-primary-500:focus, .btn-primary-500:active:focus, .btn-primary-500.active:focus,
    .show > .btn-primary-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 89, 145, 0.5); }
  .btn-primary-500:disabled, .btn-primary-500.disabled {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }

.btn-primary-600 {
  color: #fff;
  background-color: #003064;
  border-color: #003064;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-600:hover {
    color: #fff;
    background-color: #002955;
    border-color: #002650; }
  .btn-check:focus + .btn-primary-600, .btn-primary-600:focus {
    color: #fff;
    background-color: #002955;
    border-color: #002650;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 79, 123, 0.5); }
  .btn-check:checked + .btn-primary-600,
  .btn-check:active + .btn-primary-600, .btn-primary-600:active, .btn-primary-600.active,
  .show > .btn-primary-600.dropdown-toggle {
    color: #fff;
    background-color: #002650;
    border-color: #00244b; }
    .btn-check:checked + .btn-primary-600:focus,
    .btn-check:active + .btn-primary-600:focus, .btn-primary-600:active:focus, .btn-primary-600.active:focus,
    .show > .btn-primary-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 79, 123, 0.5); }
  .btn-primary-600:disabled, .btn-primary-600.disabled {
    color: #fff;
    background-color: #003064;
    border-color: #003064; }

.btn-primary-700 {
  color: #fff;
  background-color: #00244b;
  border-color: #00244b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-700:hover {
    color: #fff;
    background-color: #001f40;
    border-color: #001d3c; }
  .btn-check:focus + .btn-primary-700, .btn-primary-700:focus {
    color: #fff;
    background-color: #001f40;
    border-color: #001d3c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 69, 102, 0.5); }
  .btn-check:checked + .btn-primary-700,
  .btn-check:active + .btn-primary-700, .btn-primary-700:active, .btn-primary-700.active,
  .show > .btn-primary-700.dropdown-toggle {
    color: #fff;
    background-color: #001d3c;
    border-color: #001b38; }
    .btn-check:checked + .btn-primary-700:focus,
    .btn-check:active + .btn-primary-700:focus, .btn-primary-700:active:focus, .btn-primary-700.active:focus,
    .show > .btn-primary-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 69, 102, 0.5); }
  .btn-primary-700:disabled, .btn-primary-700.disabled {
    color: #fff;
    background-color: #00244b;
    border-color: #00244b; }

.btn-primary-800 {
  color: #fff;
  background-color: #001832;
  border-color: #001832;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-800:hover {
    color: #fff;
    background-color: #00142b;
    border-color: #001328; }
  .btn-check:focus + .btn-primary-800, .btn-primary-800:focus {
    color: #fff;
    background-color: #00142b;
    border-color: #001328;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 59, 81, 0.5); }
  .btn-check:checked + .btn-primary-800,
  .btn-check:active + .btn-primary-800, .btn-primary-800:active, .btn-primary-800.active,
  .show > .btn-primary-800.dropdown-toggle {
    color: #fff;
    background-color: #001328;
    border-color: #001226; }
    .btn-check:checked + .btn-primary-800:focus,
    .btn-check:active + .btn-primary-800:focus, .btn-primary-800:active:focus, .btn-primary-800.active:focus,
    .show > .btn-primary-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 59, 81, 0.5); }
  .btn-primary-800:disabled, .btn-primary-800.disabled {
    color: #fff;
    background-color: #001832;
    border-color: #001832; }

.btn-primary-900 {
  color: #fff;
  background-color: #000c19;
  border-color: #000c19;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary-900:hover {
    color: #fff;
    background-color: #000a15;
    border-color: #000a14; }
  .btn-check:focus + .btn-primary-900, .btn-primary-900:focus {
    color: #fff;
    background-color: #000a15;
    border-color: #000a14;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 48, 60, 0.5); }
  .btn-check:checked + .btn-primary-900,
  .btn-check:active + .btn-primary-900, .btn-primary-900:active, .btn-primary-900.active,
  .show > .btn-primary-900.dropdown-toggle {
    color: #fff;
    background-color: #000a14;
    border-color: #000913; }
    .btn-check:checked + .btn-primary-900:focus,
    .btn-check:active + .btn-primary-900:focus, .btn-primary-900:active:focus, .btn-primary-900.active:focus,
    .show > .btn-primary-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 48, 60, 0.5); }
  .btn-primary-900:disabled, .btn-primary-900.disabled {
    color: #fff;
    background-color: #000c19;
    border-color: #000c19; }

.btn-secondary-100 {
  color: #000;
  background-color: #e9e9ea;
  border-color: #e9e9ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-100:hover {
    color: #000;
    background-color: #ececed;
    border-color: #ebebec; }
  .btn-check:focus + .btn-secondary-100, .btn-secondary-100:focus {
    color: #000;
    background-color: #ececed;
    border-color: #ebebec;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(198, 198, 199, 0.5); }
  .btn-check:checked + .btn-secondary-100,
  .btn-check:active + .btn-secondary-100, .btn-secondary-100:active, .btn-secondary-100.active,
  .show > .btn-secondary-100.dropdown-toggle {
    color: #000;
    background-color: #ededee;
    border-color: #ebebec; }
    .btn-check:checked + .btn-secondary-100:focus,
    .btn-check:active + .btn-secondary-100:focus, .btn-secondary-100:active:focus, .btn-secondary-100.active:focus,
    .show > .btn-secondary-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(198, 198, 199, 0.5); }
  .btn-secondary-100:disabled, .btn-secondary-100.disabled {
    color: #000;
    background-color: #e9e9ea;
    border-color: #e9e9ea; }

.btn-secondary-200 {
  color: #000;
  background-color: #d2d4d5;
  border-color: #d2d4d5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-200:hover {
    color: #000;
    background-color: #d9dadb;
    border-color: #d7d8d9; }
  .btn-check:focus + .btn-secondary-200, .btn-secondary-200:focus {
    color: #000;
    background-color: #d9dadb;
    border-color: #d7d8d9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(179, 180, 181, 0.5); }
  .btn-check:checked + .btn-secondary-200,
  .btn-check:active + .btn-secondary-200, .btn-secondary-200:active, .btn-secondary-200.active,
  .show > .btn-secondary-200.dropdown-toggle {
    color: #000;
    background-color: #dbdddd;
    border-color: #d7d8d9; }
    .btn-check:checked + .btn-secondary-200:focus,
    .btn-check:active + .btn-secondary-200:focus, .btn-secondary-200:active:focus, .btn-secondary-200.active:focus,
    .show > .btn-secondary-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(179, 180, 181, 0.5); }
  .btn-secondary-200:disabled, .btn-secondary-200.disabled {
    color: #000;
    background-color: #d2d4d5;
    border-color: #d2d4d5; }

.btn-secondary-300 {
  color: #000;
  background-color: #bcbec1;
  border-color: #bcbec1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-300:hover {
    color: #000;
    background-color: #c6c8ca;
    border-color: #c3c5c7; }
  .btn-check:focus + .btn-secondary-300, .btn-secondary-300:focus {
    color: #000;
    background-color: #c6c8ca;
    border-color: #c3c5c7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(160, 162, 164, 0.5); }
  .btn-check:checked + .btn-secondary-300,
  .btn-check:active + .btn-secondary-300, .btn-secondary-300:active, .btn-secondary-300.active,
  .show > .btn-secondary-300.dropdown-toggle {
    color: #000;
    background-color: #c9cbcd;
    border-color: #c3c5c7; }
    .btn-check:checked + .btn-secondary-300:focus,
    .btn-check:active + .btn-secondary-300:focus, .btn-secondary-300:active:focus, .btn-secondary-300.active:focus,
    .show > .btn-secondary-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(160, 162, 164, 0.5); }
  .btn-secondary-300:disabled, .btn-secondary-300.disabled {
    color: #000;
    background-color: #bcbec1;
    border-color: #bcbec1; }

.btn-secondary-400 {
  color: #000;
  background-color: #a5a9ac;
  border-color: #a5a9ac;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-400:hover {
    color: #000;
    background-color: #b3b6b8;
    border-color: #aeb2b4; }
  .btn-check:focus + .btn-secondary-400, .btn-secondary-400:focus {
    color: #000;
    background-color: #b3b6b8;
    border-color: #aeb2b4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(140, 144, 146, 0.5); }
  .btn-check:checked + .btn-secondary-400,
  .btn-check:active + .btn-secondary-400, .btn-secondary-400:active, .btn-secondary-400.active,
  .show > .btn-secondary-400.dropdown-toggle {
    color: #000;
    background-color: #b7babd;
    border-color: #aeb2b4; }
    .btn-check:checked + .btn-secondary-400:focus,
    .btn-check:active + .btn-secondary-400:focus, .btn-secondary-400:active:focus, .btn-secondary-400.active:focus,
    .show > .btn-secondary-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(140, 144, 146, 0.5); }
  .btn-secondary-400:disabled, .btn-secondary-400.disabled {
    color: #000;
    background-color: #a5a9ac;
    border-color: #a5a9ac; }

.btn-secondary-500 {
  color: #000;
  background-color: #8f9397;
  border-color: #8f9397;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-500:hover {
    color: #000;
    background-color: #a0a3a7;
    border-color: #9a9ea1; }
  .btn-check:focus + .btn-secondary-500, .btn-secondary-500:focus {
    color: #000;
    background-color: #a0a3a7;
    border-color: #9a9ea1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(122, 125, 128, 0.5); }
  .btn-check:checked + .btn-secondary-500,
  .btn-check:active + .btn-secondary-500, .btn-secondary-500:active, .btn-secondary-500.active,
  .show > .btn-secondary-500.dropdown-toggle {
    color: #000;
    background-color: #a5a9ac;
    border-color: #9a9ea1; }
    .btn-check:checked + .btn-secondary-500:focus,
    .btn-check:active + .btn-secondary-500:focus, .btn-secondary-500:active:focus, .btn-secondary-500.active:focus,
    .show > .btn-secondary-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(122, 125, 128, 0.5); }
  .btn-secondary-500:disabled, .btn-secondary-500.disabled {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }

.btn-secondary-600 {
  color: #fff;
  background-color: #727679;
  border-color: #727679;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-600:hover {
    color: #fff;
    background-color: #616467;
    border-color: #5b5e61; }
  .btn-check:focus + .btn-secondary-600, .btn-secondary-600:focus {
    color: #fff;
    background-color: #616467;
    border-color: #5b5e61;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(135, 139, 141, 0.5); }
  .btn-check:checked + .btn-secondary-600,
  .btn-check:active + .btn-secondary-600, .btn-secondary-600:active, .btn-secondary-600.active,
  .show > .btn-secondary-600.dropdown-toggle {
    color: #fff;
    background-color: #5b5e61;
    border-color: #56595b; }
    .btn-check:checked + .btn-secondary-600:focus,
    .btn-check:active + .btn-secondary-600:focus, .btn-secondary-600:active:focus, .btn-secondary-600.active:focus,
    .show > .btn-secondary-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(135, 139, 141, 0.5); }
  .btn-secondary-600:disabled, .btn-secondary-600.disabled {
    color: #fff;
    background-color: #727679;
    border-color: #727679; }

.btn-secondary-700 {
  color: #fff;
  background-color: #56585b;
  border-color: #56585b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-700:hover {
    color: #fff;
    background-color: #494b4d;
    border-color: #454649; }
  .btn-check:focus + .btn-secondary-700, .btn-secondary-700:focus {
    color: #fff;
    background-color: #494b4d;
    border-color: #454649;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(111, 113, 116, 0.5); }
  .btn-check:checked + .btn-secondary-700,
  .btn-check:active + .btn-secondary-700, .btn-secondary-700:active, .btn-secondary-700.active,
  .show > .btn-secondary-700.dropdown-toggle {
    color: #fff;
    background-color: #454649;
    border-color: #414244; }
    .btn-check:checked + .btn-secondary-700:focus,
    .btn-check:active + .btn-secondary-700:focus, .btn-secondary-700:active:focus, .btn-secondary-700.active:focus,
    .show > .btn-secondary-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(111, 113, 116, 0.5); }
  .btn-secondary-700:disabled, .btn-secondary-700.disabled {
    color: #fff;
    background-color: #56585b;
    border-color: #56585b; }

.btn-secondary-800 {
  color: #fff;
  background-color: #393b3c;
  border-color: #393b3c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-800:hover {
    color: #fff;
    background-color: #303233;
    border-color: #2e2f30; }
  .btn-check:focus + .btn-secondary-800, .btn-secondary-800:focus {
    color: #fff;
    background-color: #303233;
    border-color: #2e2f30;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(87, 88, 89, 0.5); }
  .btn-check:checked + .btn-secondary-800,
  .btn-check:active + .btn-secondary-800, .btn-secondary-800:active, .btn-secondary-800.active,
  .show > .btn-secondary-800.dropdown-toggle {
    color: #fff;
    background-color: #2e2f30;
    border-color: #2b2c2d; }
    .btn-check:checked + .btn-secondary-800:focus,
    .btn-check:active + .btn-secondary-800:focus, .btn-secondary-800:active:focus, .btn-secondary-800.active:focus,
    .show > .btn-secondary-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(87, 88, 89, 0.5); }
  .btn-secondary-800:disabled, .btn-secondary-800.disabled {
    color: #fff;
    background-color: #393b3c;
    border-color: #393b3c; }

.btn-secondary-900 {
  color: #fff;
  background-color: #1d1d1e;
  border-color: #1d1d1e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary-900:hover {
    color: #fff;
    background-color: #19191a;
    border-color: #171718; }
  .btn-check:focus + .btn-secondary-900, .btn-secondary-900:focus {
    color: #fff;
    background-color: #19191a;
    border-color: #171718;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(63, 63, 64, 0.5); }
  .btn-check:checked + .btn-secondary-900,
  .btn-check:active + .btn-secondary-900, .btn-secondary-900:active, .btn-secondary-900.active,
  .show > .btn-secondary-900.dropdown-toggle {
    color: #fff;
    background-color: #171718;
    border-color: #161617; }
    .btn-check:checked + .btn-secondary-900:focus,
    .btn-check:active + .btn-secondary-900:focus, .btn-secondary-900:active:focus, .btn-secondary-900.active:focus,
    .show > .btn-secondary-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(63, 63, 64, 0.5); }
  .btn-secondary-900:disabled, .btn-secondary-900.disabled {
    color: #fff;
    background-color: #1d1d1e;
    border-color: #1d1d1e; }

.btn-success-100 {
  color: #000;
  background-color: #d4edda;
  border-color: #d4edda;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-100:hover {
    color: #000;
    background-color: #daf0e0;
    border-color: #d8efde; }
  .btn-check:focus + .btn-success-100, .btn-success-100:focus {
    color: #000;
    background-color: #daf0e0;
    border-color: #d8efde;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(180, 201, 185, 0.5); }
  .btn-check:checked + .btn-success-100,
  .btn-check:active + .btn-success-100, .btn-success-100:active, .btn-success-100.active,
  .show > .btn-success-100.dropdown-toggle {
    color: #000;
    background-color: #ddf1e1;
    border-color: #d8efde; }
    .btn-check:checked + .btn-success-100:focus,
    .btn-check:active + .btn-success-100:focus, .btn-success-100:active:focus, .btn-success-100.active:focus,
    .show > .btn-success-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(180, 201, 185, 0.5); }
  .btn-success-100:disabled, .btn-success-100.disabled {
    color: #000;
    background-color: #d4edda;
    border-color: #d4edda; }

.btn-success-200 {
  color: #000;
  background-color: #a9dcb5;
  border-color: #a9dcb5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-200:hover {
    color: #000;
    background-color: #b6e1c0;
    border-color: #b2e0bc; }
  .btn-check:focus + .btn-success-200, .btn-success-200:focus {
    color: #000;
    background-color: #b6e1c0;
    border-color: #b2e0bc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(144, 187, 154, 0.5); }
  .btn-check:checked + .btn-success-200,
  .btn-check:active + .btn-success-200, .btn-success-200:active, .btn-success-200.active,
  .show > .btn-success-200.dropdown-toggle {
    color: #000;
    background-color: #bae3c4;
    border-color: #b2e0bc; }
    .btn-check:checked + .btn-success-200:focus,
    .btn-check:active + .btn-success-200:focus, .btn-success-200:active:focus, .btn-success-200.active:focus,
    .show > .btn-success-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(144, 187, 154, 0.5); }
  .btn-success-200:disabled, .btn-success-200.disabled {
    color: #000;
    background-color: #a9dcb5;
    border-color: #a9dcb5; }

.btn-success-300 {
  color: #000;
  background-color: #7eca8f;
  border-color: #7eca8f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-300:hover {
    color: #000;
    background-color: #91d2a0;
    border-color: #8bcf9a; }
  .btn-check:focus + .btn-success-300, .btn-success-300:focus {
    color: #000;
    background-color: #91d2a0;
    border-color: #8bcf9a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(107, 172, 122, 0.5); }
  .btn-check:checked + .btn-success-300,
  .btn-check:active + .btn-success-300, .btn-success-300:active, .btn-success-300.active,
  .show > .btn-success-300.dropdown-toggle {
    color: #000;
    background-color: #98d5a5;
    border-color: #8bcf9a; }
    .btn-check:checked + .btn-success-300:focus,
    .btn-check:active + .btn-success-300:focus, .btn-success-300:active:focus, .btn-success-300.active:focus,
    .show > .btn-success-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(107, 172, 122, 0.5); }
  .btn-success-300:disabled, .btn-success-300.disabled {
    color: #000;
    background-color: #7eca8f;
    border-color: #7eca8f; }

.btn-success-400 {
  color: #000;
  background-color: #53b96a;
  border-color: #53b96a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-400:hover {
    color: #000;
    background-color: #6dc480;
    border-color: #64c079; }
  .btn-check:focus + .btn-success-400, .btn-success-400:focus {
    color: #000;
    background-color: #6dc480;
    border-color: #64c079;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(71, 157, 90, 0.5); }
  .btn-check:checked + .btn-success-400,
  .btn-check:active + .btn-success-400, .btn-success-400:active, .btn-success-400.active,
  .show > .btn-success-400.dropdown-toggle {
    color: #000;
    background-color: #75c788;
    border-color: #64c079; }
    .btn-check:checked + .btn-success-400:focus,
    .btn-check:active + .btn-success-400:focus, .btn-success-400:active:focus, .btn-success-400.active:focus,
    .show > .btn-success-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(71, 157, 90, 0.5); }
  .btn-success-400:disabled, .btn-success-400.disabled {
    color: #000;
    background-color: #53b96a;
    border-color: #53b96a; }

.btn-success-500 {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-500:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success-500, .btn-success-500:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success-500,
  .btn-check:active + .btn-success-500, .btn-success-500:active, .btn-success-500.active,
  .show > .btn-success-500.dropdown-toggle {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-success-500:focus,
    .btn-check:active + .btn-success-500:focus, .btn-success-500:active:focus, .btn-success-500.active:focus,
    .show > .btn-success-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success-500:disabled, .btn-success-500.disabled {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-success-600 {
  color: #fff;
  background-color: #208637;
  border-color: #208637;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-600:hover {
    color: #fff;
    background-color: #1b722f;
    border-color: #1a6b2c; }
  .btn-check:focus + .btn-success-600, .btn-success-600:focus {
    color: #fff;
    background-color: #1b722f;
    border-color: #1a6b2c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(65, 152, 85, 0.5); }
  .btn-check:checked + .btn-success-600,
  .btn-check:active + .btn-success-600, .btn-success-600:active, .btn-success-600.active,
  .show > .btn-success-600.dropdown-toggle {
    color: #fff;
    background-color: #1a6b2c;
    border-color: #186529; }
    .btn-check:checked + .btn-success-600:focus,
    .btn-check:active + .btn-success-600:focus, .btn-success-600:active:focus, .btn-success-600.active:focus,
    .show > .btn-success-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(65, 152, 85, 0.5); }
  .btn-success-600:disabled, .btn-success-600.disabled {
    color: #fff;
    background-color: #208637;
    border-color: #208637; }

.btn-success-700 {
  color: #fff;
  background-color: #186429;
  border-color: #186429;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-700:hover {
    color: #fff;
    background-color: #145523;
    border-color: #135021; }
  .btn-check:focus + .btn-success-700, .btn-success-700:focus {
    color: #fff;
    background-color: #145523;
    border-color: #135021;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 123, 73, 0.5); }
  .btn-check:checked + .btn-success-700,
  .btn-check:active + .btn-success-700, .btn-success-700:active, .btn-success-700.active,
  .show > .btn-success-700.dropdown-toggle {
    color: #fff;
    background-color: #135021;
    border-color: #124b1f; }
    .btn-check:checked + .btn-success-700:focus,
    .btn-check:active + .btn-success-700:focus, .btn-success-700:active:focus, .btn-success-700.active:focus,
    .show > .btn-success-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 123, 73, 0.5); }
  .btn-success-700:disabled, .btn-success-700.disabled {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }

.btn-success-800 {
  color: #fff;
  background-color: #10431c;
  border-color: #10431c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-800:hover {
    color: #fff;
    background-color: #0e3918;
    border-color: #0d3616; }
  .btn-check:focus + .btn-success-800, .btn-success-800:focus {
    color: #fff;
    background-color: #0e3918;
    border-color: #0d3616;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(52, 95, 62, 0.5); }
  .btn-check:checked + .btn-success-800,
  .btn-check:active + .btn-success-800, .btn-success-800:active, .btn-success-800.active,
  .show > .btn-success-800.dropdown-toggle {
    color: #fff;
    background-color: #0d3616;
    border-color: #0c3215; }
    .btn-check:checked + .btn-success-800:focus,
    .btn-check:active + .btn-success-800:focus, .btn-success-800:active:focus, .btn-success-800.active:focus,
    .show > .btn-success-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(52, 95, 62, 0.5); }
  .btn-success-800:disabled, .btn-success-800.disabled {
    color: #fff;
    background-color: #10431c;
    border-color: #10431c; }

.btn-success-900 {
  color: #fff;
  background-color: #08210e;
  border-color: #08210e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success-900:hover {
    color: #fff;
    background-color: #071c0c;
    border-color: #061a0b; }
  .btn-check:focus + .btn-success-900, .btn-success-900:focus {
    color: #fff;
    background-color: #071c0c;
    border-color: #061a0b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(45, 66, 50, 0.5); }
  .btn-check:checked + .btn-success-900,
  .btn-check:active + .btn-success-900, .btn-success-900:active, .btn-success-900.active,
  .show > .btn-success-900.dropdown-toggle {
    color: #fff;
    background-color: #061a0b;
    border-color: #06190b; }
    .btn-check:checked + .btn-success-900:focus,
    .btn-check:active + .btn-success-900:focus, .btn-success-900:active:focus, .btn-success-900.active:focus,
    .show > .btn-success-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(45, 66, 50, 0.5); }
  .btn-success-900:disabled, .btn-success-900.disabled {
    color: #fff;
    background-color: #08210e;
    border-color: #08210e; }

.btn-info-100 {
  color: #000;
  background-color: #d1ecf1;
  border-color: #d1ecf1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-100:hover {
    color: #000;
    background-color: #d8eff3;
    border-color: #d6eef2; }
  .btn-check:focus + .btn-info-100, .btn-info-100:focus {
    color: #000;
    background-color: #d8eff3;
    border-color: #d6eef2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(178, 201, 205, 0.5); }
  .btn-check:checked + .btn-info-100,
  .btn-check:active + .btn-info-100, .btn-info-100:active, .btn-info-100.active,
  .show > .btn-info-100.dropdown-toggle {
    color: #000;
    background-color: #daf0f4;
    border-color: #d6eef2; }
    .btn-check:checked + .btn-info-100:focus,
    .btn-check:active + .btn-info-100:focus, .btn-info-100:active:focus, .btn-info-100.active:focus,
    .show > .btn-info-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(178, 201, 205, 0.5); }
  .btn-info-100:disabled, .btn-info-100.disabled {
    color: #000;
    background-color: #d1ecf1;
    border-color: #d1ecf1; }

.btn-info-200 {
  color: #000;
  background-color: #a2dae3;
  border-color: #a2dae3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-200:hover {
    color: #000;
    background-color: #b0e0e7;
    border-color: #abdee6; }
  .btn-check:focus + .btn-info-200, .btn-info-200:focus {
    color: #000;
    background-color: #b0e0e7;
    border-color: #abdee6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(138, 185, 193, 0.5); }
  .btn-check:checked + .btn-info-200,
  .btn-check:active + .btn-info-200, .btn-info-200:active, .btn-info-200.active,
  .show > .btn-info-200.dropdown-toggle {
    color: #000;
    background-color: #b5e1e9;
    border-color: #abdee6; }
    .btn-check:checked + .btn-info-200:focus,
    .btn-check:active + .btn-info-200:focus, .btn-info-200:active:focus, .btn-info-200.active:focus,
    .show > .btn-info-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(138, 185, 193, 0.5); }
  .btn-info-200:disabled, .btn-info-200.disabled {
    color: #000;
    background-color: #a2dae3;
    border-color: #a2dae3; }

.btn-info-300 {
  color: #000;
  background-color: #74c7d4;
  border-color: #74c7d4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-300:hover {
    color: #000;
    background-color: #89cfda;
    border-color: #82cdd8; }
  .btn-check:focus + .btn-info-300, .btn-info-300:focus {
    color: #000;
    background-color: #89cfda;
    border-color: #82cdd8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(99, 169, 180, 0.5); }
  .btn-check:checked + .btn-info-300,
  .btn-check:active + .btn-info-300, .btn-info-300:active, .btn-info-300.active,
  .show > .btn-info-300.dropdown-toggle {
    color: #000;
    background-color: #90d2dd;
    border-color: #82cdd8; }
    .btn-check:checked + .btn-info-300:focus,
    .btn-check:active + .btn-info-300:focus, .btn-info-300:active:focus, .btn-info-300.active:focus,
    .show > .btn-info-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(99, 169, 180, 0.5); }
  .btn-info-300:disabled, .btn-info-300.disabled {
    color: #000;
    background-color: #74c7d4;
    border-color: #74c7d4; }

.btn-info-400 {
  color: #000;
  background-color: #45b5c6;
  border-color: #45b5c6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-400:hover {
    color: #000;
    background-color: #61c0cf;
    border-color: #58bccc; }
  .btn-check:focus + .btn-info-400, .btn-info-400:focus {
    color: #000;
    background-color: #61c0cf;
    border-color: #58bccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 154, 168, 0.5); }
  .btn-check:checked + .btn-info-400,
  .btn-check:active + .btn-info-400, .btn-info-400:active, .btn-info-400.active,
  .show > .btn-info-400.dropdown-toggle {
    color: #000;
    background-color: #6ac4d1;
    border-color: #58bccc; }
    .btn-check:checked + .btn-info-400:focus,
    .btn-check:active + .btn-info-400:focus, .btn-info-400:active:focus, .btn-info-400.active:focus,
    .show > .btn-info-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 154, 168, 0.5); }
  .btn-info-400:disabled, .btn-info-400.disabled {
    color: #000;
    background-color: #45b5c6;
    border-color: #45b5c6; }

.btn-info-500 {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-500:hover {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-info-500, .btn-info-500:focus {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-info-500,
  .btn-check:active + .btn-info-500, .btn-info-500:active, .btn-info-500.active,
  .show > .btn-info-500.dropdown-toggle {
    color: #000;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-info-500:focus,
    .btn-check:active + .btn-info-500:focus, .btn-info-500:active:focus, .btn-info-500.active:focus,
    .show > .btn-info-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-info-500:disabled, .btn-info-500.disabled {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-info-600 {
  color: #fff;
  background-color: #128293;
  border-color: #128293;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-600:hover {
    color: #fff;
    background-color: #0f6f7d;
    border-color: #0e6876; }
  .btn-check:focus + .btn-info-600, .btn-info-600:focus {
    color: #fff;
    background-color: #0f6f7d;
    border-color: #0e6876;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(54, 149, 163, 0.5); }
  .btn-check:checked + .btn-info-600,
  .btn-check:active + .btn-info-600, .btn-info-600:active, .btn-info-600.active,
  .show > .btn-info-600.dropdown-toggle {
    color: #fff;
    background-color: #0e6876;
    border-color: #0e626e; }
    .btn-check:checked + .btn-info-600:focus,
    .btn-check:active + .btn-info-600:focus, .btn-info-600:active:focus, .btn-info-600.active:focus,
    .show > .btn-info-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(54, 149, 163, 0.5); }
  .btn-info-600:disabled, .btn-info-600.disabled {
    color: #fff;
    background-color: #128293;
    border-color: #128293; }

.btn-info-700 {
  color: #fff;
  background-color: #0e616e;
  border-color: #0e616e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-700:hover {
    color: #fff;
    background-color: #0c525e;
    border-color: #0b4e58; }
  .btn-check:focus + .btn-info-700, .btn-info-700:focus {
    color: #fff;
    background-color: #0c525e;
    border-color: #0b4e58;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(50, 121, 132, 0.5); }
  .btn-check:checked + .btn-info-700,
  .btn-check:active + .btn-info-700, .btn-info-700:active, .btn-info-700.active,
  .show > .btn-info-700.dropdown-toggle {
    color: #fff;
    background-color: #0b4e58;
    border-color: #0b4953; }
    .btn-check:checked + .btn-info-700:focus,
    .btn-check:active + .btn-info-700:focus, .btn-info-700:active:focus, .btn-info-700.active:focus,
    .show > .btn-info-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(50, 121, 132, 0.5); }
  .btn-info-700:disabled, .btn-info-700.disabled {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }

.btn-info-800 {
  color: #fff;
  background-color: #09414a;
  border-color: #09414a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-800:hover {
    color: #fff;
    background-color: #08373f;
    border-color: #07343b; }
  .btn-check:focus + .btn-info-800, .btn-info-800:focus {
    color: #fff;
    background-color: #08373f;
    border-color: #07343b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(46, 94, 101, 0.5); }
  .btn-check:checked + .btn-info-800,
  .btn-check:active + .btn-info-800, .btn-info-800:active, .btn-info-800.active,
  .show > .btn-info-800.dropdown-toggle {
    color: #fff;
    background-color: #07343b;
    border-color: #073138; }
    .btn-check:checked + .btn-info-800:focus,
    .btn-check:active + .btn-info-800:focus, .btn-info-800:active:focus, .btn-info-800.active:focus,
    .show > .btn-info-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(46, 94, 101, 0.5); }
  .btn-info-800:disabled, .btn-info-800.disabled {
    color: #fff;
    background-color: #09414a;
    border-color: #09414a; }

.btn-info-900 {
  color: #fff;
  background-color: #052025;
  border-color: #052025;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info-900:hover {
    color: #fff;
    background-color: #041b1f;
    border-color: #041a1e; }
  .btn-check:focus + .btn-info-900, .btn-info-900:focus {
    color: #fff;
    background-color: #041b1f;
    border-color: #041a1e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(43, 65, 70, 0.5); }
  .btn-check:checked + .btn-info-900,
  .btn-check:active + .btn-info-900, .btn-info-900:active, .btn-info-900.active,
  .show > .btn-info-900.dropdown-toggle {
    color: #fff;
    background-color: #041a1e;
    border-color: #04181c; }
    .btn-check:checked + .btn-info-900:focus,
    .btn-check:active + .btn-info-900:focus, .btn-info-900:active:focus, .btn-info-900.active:focus,
    .show > .btn-info-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(43, 65, 70, 0.5); }
  .btn-info-900:disabled, .btn-info-900.disabled {
    color: #fff;
    background-color: #052025;
    border-color: #052025; }

.btn-warning-100 {
  color: #000;
  background-color: #fff3cd;
  border-color: #fff3cd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-100:hover {
    color: #000;
    background-color: #fff5d5;
    border-color: #fff4d2; }
  .btn-check:focus + .btn-warning-100, .btn-warning-100:focus {
    color: #000;
    background-color: #fff5d5;
    border-color: #fff4d2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 207, 174, 0.5); }
  .btn-check:checked + .btn-warning-100,
  .btn-check:active + .btn-warning-100, .btn-warning-100:active, .btn-warning-100.active,
  .show > .btn-warning-100.dropdown-toggle {
    color: #000;
    background-color: #fff5d7;
    border-color: #fff4d2; }
    .btn-check:checked + .btn-warning-100:focus,
    .btn-check:active + .btn-warning-100:focus, .btn-warning-100:active:focus, .btn-warning-100.active:focus,
    .show > .btn-warning-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 207, 174, 0.5); }
  .btn-warning-100:disabled, .btn-warning-100.disabled {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd; }

.btn-warning-200 {
  color: #000;
  background-color: #ffe69c;
  border-color: #ffe69c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-200:hover {
    color: #000;
    background-color: #ffeaab;
    border-color: #ffe9a6; }
  .btn-check:focus + .btn-warning-200, .btn-warning-200:focus {
    color: #000;
    background-color: #ffeaab;
    border-color: #ffe9a6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 196, 133, 0.5); }
  .btn-check:checked + .btn-warning-200,
  .btn-check:active + .btn-warning-200, .btn-warning-200:active, .btn-warning-200.active,
  .show > .btn-warning-200.dropdown-toggle {
    color: #000;
    background-color: #ffebb0;
    border-color: #ffe9a6; }
    .btn-check:checked + .btn-warning-200:focus,
    .btn-check:active + .btn-warning-200:focus, .btn-warning-200:active:focus, .btn-warning-200.active:focus,
    .show > .btn-warning-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 196, 133, 0.5); }
  .btn-warning-200:disabled, .btn-warning-200.disabled {
    color: #000;
    background-color: #ffe69c;
    border-color: #ffe69c; }

.btn-warning-300 {
  color: #000;
  background-color: #ffda6a;
  border-color: #ffda6a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-300:hover {
    color: #000;
    background-color: #ffe080;
    border-color: #ffde79; }
  .btn-check:focus + .btn-warning-300, .btn-warning-300:focus {
    color: #000;
    background-color: #ffe080;
    border-color: #ffde79;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 185, 90, 0.5); }
  .btn-check:checked + .btn-warning-300,
  .btn-check:active + .btn-warning-300, .btn-warning-300:active, .btn-warning-300.active,
  .show > .btn-warning-300.dropdown-toggle {
    color: #000;
    background-color: #ffe188;
    border-color: #ffde79; }
    .btn-check:checked + .btn-warning-300:focus,
    .btn-check:active + .btn-warning-300:focus, .btn-warning-300:active:focus, .btn-warning-300.active:focus,
    .show > .btn-warning-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 185, 90, 0.5); }
  .btn-warning-300:disabled, .btn-warning-300.disabled {
    color: #000;
    background-color: #ffda6a;
    border-color: #ffda6a; }

.btn-warning-400 {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffcd39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-400:hover {
    color: #000;
    background-color: #ffd557;
    border-color: #ffd24d; }
  .btn-check:focus + .btn-warning-400, .btn-warning-400:focus {
    color: #000;
    background-color: #ffd557;
    border-color: #ffd24d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 174, 48, 0.5); }
  .btn-check:checked + .btn-warning-400,
  .btn-check:active + .btn-warning-400, .btn-warning-400:active, .btn-warning-400.active,
  .show > .btn-warning-400.dropdown-toggle {
    color: #000;
    background-color: #ffd761;
    border-color: #ffd24d; }
    .btn-check:checked + .btn-warning-400:focus,
    .btn-check:active + .btn-warning-400:focus, .btn-warning-400:active:focus, .btn-warning-400.active:focus,
    .show > .btn-warning-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 174, 48, 0.5); }
  .btn-warning-400:disabled, .btn-warning-400.disabled {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffcd39; }

.btn-warning-500 {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-500:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning-500, .btn-warning-500:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning-500,
  .btn-check:active + .btn-warning-500, .btn-warning-500:active, .btn-warning-500.active,
  .show > .btn-warning-500.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning-500:focus,
    .btn-check:active + .btn-warning-500:focus, .btn-warning-500:active:focus, .btn-warning-500.active:focus,
    .show > .btn-warning-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning-500:disabled, .btn-warning-500.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-warning-600 {
  color: #000;
  background-color: #cc9a06;
  border-color: #cc9a06;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-600:hover {
    color: #000;
    background-color: #d4a92b;
    border-color: #d1a41f; }
  .btn-check:focus + .btn-warning-600, .btn-warning-600:focus {
    color: #000;
    background-color: #d4a92b;
    border-color: #d1a41f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(173, 131, 5, 0.5); }
  .btn-check:checked + .btn-warning-600,
  .btn-check:active + .btn-warning-600, .btn-warning-600:active, .btn-warning-600.active,
  .show > .btn-warning-600.dropdown-toggle {
    color: #000;
    background-color: #d6ae38;
    border-color: #d1a41f; }
    .btn-check:checked + .btn-warning-600:focus,
    .btn-check:active + .btn-warning-600:focus, .btn-warning-600:active:focus, .btn-warning-600.active:focus,
    .show > .btn-warning-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(173, 131, 5, 0.5); }
  .btn-warning-600:disabled, .btn-warning-600.disabled {
    color: #000;
    background-color: #cc9a06;
    border-color: #cc9a06; }

.btn-warning-700 {
  color: #000;
  background-color: #997404;
  border-color: #997404;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-700:hover {
    color: #000;
    background-color: #a8892a;
    border-color: #a3821d; }
  .btn-check:focus + .btn-warning-700, .btn-warning-700:focus {
    color: #000;
    background-color: #a8892a;
    border-color: #a3821d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 99, 3, 0.5); }
  .btn-check:checked + .btn-warning-700,
  .btn-check:active + .btn-warning-700, .btn-warning-700:active, .btn-warning-700.active,
  .show > .btn-warning-700.dropdown-toggle {
    color: #000;
    background-color: #ad9036;
    border-color: #a3821d; }
    .btn-check:checked + .btn-warning-700:focus,
    .btn-check:active + .btn-warning-700:focus, .btn-warning-700:active:focus, .btn-warning-700.active:focus,
    .show > .btn-warning-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 99, 3, 0.5); }
  .btn-warning-700:disabled, .btn-warning-700.disabled {
    color: #000;
    background-color: #997404;
    border-color: #997404; }

.btn-warning-800 {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-800:hover {
    color: #fff;
    background-color: #574103;
    border-color: #523e02; }
  .btn-check:focus + .btn-warning-800, .btn-warning-800:focus {
    color: #fff;
    background-color: #574103;
    border-color: #523e02;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(125, 104, 41, 0.5); }
  .btn-check:checked + .btn-warning-800,
  .btn-check:active + .btn-warning-800, .btn-warning-800:active, .btn-warning-800.active,
  .show > .btn-warning-800.dropdown-toggle {
    color: #fff;
    background-color: #523e02;
    border-color: #4d3a02; }
    .btn-check:checked + .btn-warning-800:focus,
    .btn-check:active + .btn-warning-800:focus, .btn-warning-800:active:focus, .btn-warning-800.active:focus,
    .show > .btn-warning-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(125, 104, 41, 0.5); }
  .btn-warning-800:disabled, .btn-warning-800.disabled {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.btn-warning-900 {
  color: #fff;
  background-color: #332701;
  border-color: #332701;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning-900:hover {
    color: #fff;
    background-color: #2b2101;
    border-color: #291f01; }
  .btn-check:focus + .btn-warning-900, .btn-warning-900:focus {
    color: #fff;
    background-color: #2b2101;
    border-color: #291f01;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 71, 39, 0.5); }
  .btn-check:checked + .btn-warning-900,
  .btn-check:active + .btn-warning-900, .btn-warning-900:active, .btn-warning-900.active,
  .show > .btn-warning-900.dropdown-toggle {
    color: #fff;
    background-color: #291f01;
    border-color: #261d01; }
    .btn-check:checked + .btn-warning-900:focus,
    .btn-check:active + .btn-warning-900:focus, .btn-warning-900:active:focus, .btn-warning-900.active:focus,
    .show > .btn-warning-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 71, 39, 0.5); }
  .btn-warning-900:disabled, .btn-warning-900.disabled {
    color: #fff;
    background-color: #332701;
    border-color: #332701; }

.btn-danger-100 {
  color: #000;
  background-color: #f8d7da;
  border-color: #f8d7da;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-100:hover {
    color: #000;
    background-color: #f9dde0;
    border-color: #f9dbde; }
  .btn-check:focus + .btn-danger-100, .btn-danger-100:focus {
    color: #000;
    background-color: #f9dde0;
    border-color: #f9dbde;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(211, 183, 185, 0.5); }
  .btn-check:checked + .btn-danger-100,
  .btn-check:active + .btn-danger-100, .btn-danger-100:active, .btn-danger-100.active,
  .show > .btn-danger-100.dropdown-toggle {
    color: #000;
    background-color: #f9dfe1;
    border-color: #f9dbde; }
    .btn-check:checked + .btn-danger-100:focus,
    .btn-check:active + .btn-danger-100:focus, .btn-danger-100:active:focus, .btn-danger-100.active:focus,
    .show > .btn-danger-100.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(211, 183, 185, 0.5); }
  .btn-danger-100:disabled, .btn-danger-100.disabled {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da; }

.btn-danger-200 {
  color: #000;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-200:hover {
    color: #000;
    background-color: #f3bac0;
    border-color: #f2b6bc; }
  .btn-check:focus + .btn-danger-200, .btn-danger-200:focus {
    color: #000;
    background-color: #f3bac0;
    border-color: #f2b6bc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(205, 148, 154, 0.5); }
  .btn-check:checked + .btn-danger-200,
  .btn-check:active + .btn-danger-200, .btn-danger-200:active, .btn-danger-200.active,
  .show > .btn-danger-200.dropdown-toggle {
    color: #000;
    background-color: #f4bec4;
    border-color: #f2b6bc; }
    .btn-check:checked + .btn-danger-200:focus,
    .btn-check:active + .btn-danger-200:focus, .btn-danger-200:active:focus, .btn-danger-200.active:focus,
    .show > .btn-danger-200.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(205, 148, 154, 0.5); }
  .btn-danger-200:disabled, .btn-danger-200.disabled {
    color: #000;
    background-color: #f1aeb5;
    border-color: #f1aeb5; }

.btn-danger-300 {
  color: #000;
  background-color: #ea868f;
  border-color: #ea868f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-300:hover {
    color: #000;
    background-color: #ed98a0;
    border-color: #ec929a; }
  .btn-check:focus + .btn-danger-300, .btn-danger-300:focus {
    color: #000;
    background-color: #ed98a0;
    border-color: #ec929a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(199, 114, 122, 0.5); }
  .btn-check:checked + .btn-danger-300,
  .btn-check:active + .btn-danger-300, .btn-danger-300:active, .btn-danger-300.active,
  .show > .btn-danger-300.dropdown-toggle {
    color: #000;
    background-color: #ee9ea5;
    border-color: #ec929a; }
    .btn-check:checked + .btn-danger-300:focus,
    .btn-check:active + .btn-danger-300:focus, .btn-danger-300:active:focus, .btn-danger-300.active:focus,
    .show > .btn-danger-300.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(199, 114, 122, 0.5); }
  .btn-danger-300:disabled, .btn-danger-300.disabled {
    color: #000;
    background-color: #ea868f;
    border-color: #ea868f; }

.btn-danger-400 {
  color: #000;
  background-color: #e35d6a;
  border-color: #e35d6a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-400:hover {
    color: #000;
    background-color: #e77580;
    border-color: #e66d79; }
  .btn-check:focus + .btn-danger-400, .btn-danger-400:focus {
    color: #000;
    background-color: #e77580;
    border-color: #e66d79;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(193, 79, 90, 0.5); }
  .btn-check:checked + .btn-danger-400,
  .btn-check:active + .btn-danger-400, .btn-danger-400:active, .btn-danger-400.active,
  .show > .btn-danger-400.dropdown-toggle {
    color: #000;
    background-color: #e97d88;
    border-color: #e66d79; }
    .btn-check:checked + .btn-danger-400:focus,
    .btn-check:active + .btn-danger-400:focus, .btn-danger-400:active:focus, .btn-danger-400.active:focus,
    .show > .btn-danger-400.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(193, 79, 90, 0.5); }
  .btn-danger-400:disabled, .btn-danger-400.disabled {
    color: #000;
    background-color: #e35d6a;
    border-color: #e35d6a; }

.btn-danger-500 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-500:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger-500, .btn-danger-500:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger-500,
  .btn-check:active + .btn-danger-500, .btn-danger-500:active, .btn-danger-500.active,
  .show > .btn-danger-500.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger-500:focus,
    .btn-check:active + .btn-danger-500:focus, .btn-danger-500:active:focus, .btn-danger-500.active:focus,
    .show > .btn-danger-500.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger-500:disabled, .btn-danger-500.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-danger-600 {
  color: #fff;
  background-color: #b02a37;
  border-color: #b02a37;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-600:hover {
    color: #fff;
    background-color: #96242f;
    border-color: #8d222c; }
  .btn-check:focus + .btn-danger-600, .btn-danger-600:focus {
    color: #fff;
    background-color: #96242f;
    border-color: #8d222c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(188, 74, 85, 0.5); }
  .btn-check:checked + .btn-danger-600,
  .btn-check:active + .btn-danger-600, .btn-danger-600:active, .btn-danger-600.active,
  .show > .btn-danger-600.dropdown-toggle {
    color: #fff;
    background-color: #8d222c;
    border-color: #842029; }
    .btn-check:checked + .btn-danger-600:focus,
    .btn-check:active + .btn-danger-600:focus, .btn-danger-600:active:focus, .btn-danger-600.active:focus,
    .show > .btn-danger-600.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(188, 74, 85, 0.5); }
  .btn-danger-600:disabled, .btn-danger-600.disabled {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37; }

.btn-danger-700 {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-700:hover {
    color: #fff;
    background-color: #701b23;
    border-color: #6a1a21; }
  .btn-check:focus + .btn-danger-700, .btn-danger-700:focus {
    color: #fff;
    background-color: #701b23;
    border-color: #6a1a21;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(150, 65, 73, 0.5); }
  .btn-check:checked + .btn-danger-700,
  .btn-check:active + .btn-danger-700, .btn-danger-700:active, .btn-danger-700.active,
  .show > .btn-danger-700.dropdown-toggle {
    color: #fff;
    background-color: #6a1a21;
    border-color: #63181f; }
    .btn-check:checked + .btn-danger-700:focus,
    .btn-check:active + .btn-danger-700:focus, .btn-danger-700:active:focus, .btn-danger-700.active:focus,
    .show > .btn-danger-700.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(150, 65, 73, 0.5); }
  .btn-danger-700:disabled, .btn-danger-700.disabled {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.btn-danger-800 {
  color: #fff;
  background-color: #58151c;
  border-color: #58151c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-800:hover {
    color: #fff;
    background-color: #4b1218;
    border-color: #461116; }
  .btn-check:focus + .btn-danger-800, .btn-danger-800:focus {
    color: #fff;
    background-color: #4b1218;
    border-color: #461116;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(113, 56, 62, 0.5); }
  .btn-check:checked + .btn-danger-800,
  .btn-check:active + .btn-danger-800, .btn-danger-800:active, .btn-danger-800.active,
  .show > .btn-danger-800.dropdown-toggle {
    color: #fff;
    background-color: #461116;
    border-color: #421015; }
    .btn-check:checked + .btn-danger-800:focus,
    .btn-check:active + .btn-danger-800:focus, .btn-danger-800:active:focus, .btn-danger-800.active:focus,
    .show > .btn-danger-800.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(113, 56, 62, 0.5); }
  .btn-danger-800:disabled, .btn-danger-800.disabled {
    color: #fff;
    background-color: #58151c;
    border-color: #58151c; }

.btn-danger-900 {
  color: #fff;
  background-color: #2c0b0e;
  border-color: #2c0b0e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger-900:hover {
    color: #fff;
    background-color: #25090c;
    border-color: #23090b; }
  .btn-check:focus + .btn-danger-900, .btn-danger-900:focus {
    color: #fff;
    background-color: #25090c;
    border-color: #23090b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(76, 48, 50, 0.5); }
  .btn-check:checked + .btn-danger-900,
  .btn-check:active + .btn-danger-900, .btn-danger-900:active, .btn-danger-900.active,
  .show > .btn-danger-900.dropdown-toggle {
    color: #fff;
    background-color: #23090b;
    border-color: #21080b; }
    .btn-check:checked + .btn-danger-900:focus,
    .btn-check:active + .btn-danger-900:focus, .btn-danger-900:active:focus, .btn-danger-900.active:focus,
    .show > .btn-danger-900.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(76, 48, 50, 0.5); }
  .btn-danger-900:disabled, .btn-danger-900.disabled {
    color: #fff;
    background-color: #2c0b0e;
    border-color: #2c0b0e; }

.btn-outline-blue {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-blue:hover {
    color: #000;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue,
  .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
    color: #000;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-check:checked + .btn-outline-blue:focus,
    .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #007bff;
    background-color: transparent; }

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2; }
  .btn-outline-indigo:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-check:checked + .btn-outline-indigo,
  .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-check:checked + .btn-outline-indigo:focus,
    .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
    color: #6610f2;
    background-color: transparent; }

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-check:checked + .btn-outline-purple,
  .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
    .btn-check:checked + .btn-outline-purple:focus,
    .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-outline-purple:disabled, .btn-outline-purple.disabled {
    color: #6f42c1;
    background-color: transparent; }

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c; }
  .btn-outline-pink:hover {
    color: #000;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
    box-shadow: 0 0 0 0.25rem rgba(232, 62, 140, 0.5); }
  .btn-check:checked + .btn-outline-pink,
  .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
    color: #000;
    background-color: #e83e8c;
    border-color: #e83e8c; }
    .btn-check:checked + .btn-outline-pink:focus,
    .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(232, 62, 140, 0.5); }
  .btn-outline-pink:disabled, .btn-outline-pink.disabled {
    color: #e83e8c;
    background-color: transparent; }

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-red,
  .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-red:focus,
    .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14; }
  .btn-outline-orange:hover {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.5); }
  .btn-check:checked + .btn-outline-orange,
  .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }
    .btn-check:checked + .btn-outline-orange:focus,
    .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(253, 126, 20, 0.5); }
  .btn-outline-orange:disabled, .btn-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent; }

.btn-outline-yellow {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-yellow:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-yellow,
  .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-yellow:focus,
    .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-green {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-green:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-green,
  .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-green:focus,
    .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-green:disabled, .btn-outline-green.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997; }
  .btn-outline-teal:hover {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5); }
  .btn-check:checked + .btn-outline-teal,
  .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }
    .btn-check:checked + .btn-outline-teal:focus,
    .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(32, 201, 151, 0.5); }
  .btn-outline-teal:disabled, .btn-outline-teal.disabled {
    color: #20c997;
    background-color: transparent; }

.btn-outline-cyan {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-cyan:hover {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-cyan,
  .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-cyan:focus,
    .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-check:checked + .btn-outline-white,
  .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
    .btn-check:checked + .btn-outline-white:focus,
    .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white:disabled, .btn-outline-white.disabled {
    color: #fff;
    background-color: transparent; }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-check:checked + .btn-outline-black,
  .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-check:checked + .btn-outline-black:focus,
    .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black:disabled, .btn-outline-black.disabled {
    color: #000;
    background-color: transparent; }

.btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-gray,
  .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-gray:focus,
    .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-gray:disabled, .btn-outline-gray.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-gray-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-check:checked + .btn-outline-gray-dark,
  .btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-check:checked + .btn-outline-gray-dark:focus,
    .btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
    color: #343a40;
    background-color: transparent; }

.btn-outline-primary {
  color: #003c7d;
  border-color: #003c7d; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 60, 125, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 60, 125, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #003c7d;
    background-color: transparent; }

.btn-outline-secondary {
  color: #8f9397;
  border-color: #8f9397; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(143, 147, 151, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(143, 147, 151, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #8f9397;
    background-color: transparent; }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f7f8f9;
  border-color: #f7f8f9; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 248, 249, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(247, 248, 249, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f7f8f9;
    background-color: transparent; }

.btn-outline-dark {
  color: #000f38;
  border-color: #000f38; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000f38;
    border-color: #000f38; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 15, 56, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #000f38;
    border-color: #000f38; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 15, 56, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #000f38;
    background-color: transparent; }

.btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998; }
  .btn-outline-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-check:focus + .btn-outline-facebook, .btn-outline-facebook:focus {
    box-shadow: 0 0 0 0.25rem rgba(59, 89, 152, 0.5); }
  .btn-check:checked + .btn-outline-facebook,
  .btn-check:active + .btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook.active, .btn-outline-facebook.dropdown-toggle.show {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
    .btn-check:checked + .btn-outline-facebook:focus,
    .btn-check:active + .btn-outline-facebook:focus, .btn-outline-facebook:active:focus, .btn-outline-facebook.active:focus, .btn-outline-facebook.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 89, 152, 0.5); }
  .btn-outline-facebook:disabled, .btn-outline-facebook.disabled {
    color: #3b5998;
    background-color: transparent; }

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2; }
  .btn-outline-twitter:hover {
    color: #000;
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .btn-check:focus + .btn-outline-twitter, .btn-outline-twitter:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5); }
  .btn-check:checked + .btn-outline-twitter,
  .btn-check:active + .btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter.active, .btn-outline-twitter.dropdown-toggle.show {
    color: #000;
    background-color: #1da1f2;
    border-color: #1da1f2; }
    .btn-check:checked + .btn-outline-twitter:focus,
    .btn-check:active + .btn-outline-twitter:focus, .btn-outline-twitter:active:focus, .btn-outline-twitter.active:focus, .btn-outline-twitter.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(29, 161, 242, 0.5); }
  .btn-outline-twitter:disabled, .btn-outline-twitter.disabled {
    color: #1da1f2;
    background-color: transparent; }

.btn-outline-google {
  color: #dc4e41;
  border-color: #dc4e41; }
  .btn-outline-google:hover {
    color: #000;
    background-color: #dc4e41;
    border-color: #dc4e41; }
  .btn-check:focus + .btn-outline-google, .btn-outline-google:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 78, 65, 0.5); }
  .btn-check:checked + .btn-outline-google,
  .btn-check:active + .btn-outline-google, .btn-outline-google:active, .btn-outline-google.active, .btn-outline-google.dropdown-toggle.show {
    color: #000;
    background-color: #dc4e41;
    border-color: #dc4e41; }
    .btn-check:checked + .btn-outline-google:focus,
    .btn-check:active + .btn-outline-google:focus, .btn-outline-google:active:focus, .btn-outline-google.active:focus, .btn-outline-google.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 78, 65, 0.5); }
  .btn-outline-google:disabled, .btn-outline-google.disabled {
    color: #dc4e41;
    background-color: transparent; }

.btn-outline-youtube {
  color: #ff0000;
  border-color: #ff0000; }
  .btn-outline-youtube:hover {
    color: #000;
    background-color: #ff0000;
    border-color: #ff0000; }
  .btn-check:focus + .btn-outline-youtube, .btn-outline-youtube:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5); }
  .btn-check:checked + .btn-outline-youtube,
  .btn-check:active + .btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube.active, .btn-outline-youtube.dropdown-toggle.show {
    color: #000;
    background-color: #ff0000;
    border-color: #ff0000; }
    .btn-check:checked + .btn-outline-youtube:focus,
    .btn-check:active + .btn-outline-youtube:focus, .btn-outline-youtube:active:focus, .btn-outline-youtube.active:focus, .btn-outline-youtube.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 0, 0, 0.5); }
  .btn-outline-youtube:disabled, .btn-outline-youtube.disabled {
    color: #ff0000;
    background-color: transparent; }

.btn-outline-vimeo {
  color: #1ab7ea;
  border-color: #1ab7ea; }
  .btn-outline-vimeo:hover {
    color: #000;
    background-color: #1ab7ea;
    border-color: #1ab7ea; }
  .btn-check:focus + .btn-outline-vimeo, .btn-outline-vimeo:focus {
    box-shadow: 0 0 0 0.25rem rgba(26, 183, 234, 0.5); }
  .btn-check:checked + .btn-outline-vimeo,
  .btn-check:active + .btn-outline-vimeo, .btn-outline-vimeo:active, .btn-outline-vimeo.active, .btn-outline-vimeo.dropdown-toggle.show {
    color: #000;
    background-color: #1ab7ea;
    border-color: #1ab7ea; }
    .btn-check:checked + .btn-outline-vimeo:focus,
    .btn-check:active + .btn-outline-vimeo:focus, .btn-outline-vimeo:active:focus, .btn-outline-vimeo.active:focus, .btn-outline-vimeo.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(26, 183, 234, 0.5); }
  .btn-outline-vimeo:disabled, .btn-outline-vimeo.disabled {
    color: #1ab7ea;
    background-color: transparent; }

.btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89; }
  .btn-outline-dribbble:hover {
    color: #000;
    background-color: #ea4c89;
    border-color: #ea4c89; }
  .btn-check:focus + .btn-outline-dribbble, .btn-outline-dribbble:focus {
    box-shadow: 0 0 0 0.25rem rgba(234, 76, 137, 0.5); }
  .btn-check:checked + .btn-outline-dribbble,
  .btn-check:active + .btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble.active, .btn-outline-dribbble.dropdown-toggle.show {
    color: #000;
    background-color: #ea4c89;
    border-color: #ea4c89; }
    .btn-check:checked + .btn-outline-dribbble:focus,
    .btn-check:active + .btn-outline-dribbble:focus, .btn-outline-dribbble:active:focus, .btn-outline-dribbble.active:focus, .btn-outline-dribbble.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(234, 76, 137, 0.5); }
  .btn-outline-dribbble:disabled, .btn-outline-dribbble.disabled {
    color: #ea4c89;
    background-color: transparent; }

.btn-outline-github {
  color: #181717;
  border-color: #181717; }
  .btn-outline-github:hover {
    color: #fff;
    background-color: #181717;
    border-color: #181717; }
  .btn-check:focus + .btn-outline-github, .btn-outline-github:focus {
    box-shadow: 0 0 0 0.25rem rgba(24, 23, 23, 0.5); }
  .btn-check:checked + .btn-outline-github,
  .btn-check:active + .btn-outline-github, .btn-outline-github:active, .btn-outline-github.active, .btn-outline-github.dropdown-toggle.show {
    color: #fff;
    background-color: #181717;
    border-color: #181717; }
    .btn-check:checked + .btn-outline-github:focus,
    .btn-check:active + .btn-outline-github:focus, .btn-outline-github:active:focus, .btn-outline-github.active:focus, .btn-outline-github.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(24, 23, 23, 0.5); }
  .btn-outline-github:disabled, .btn-outline-github.disabled {
    color: #181717;
    background-color: transparent; }

.btn-outline-instagram {
  color: #e4405f;
  border-color: #e4405f; }
  .btn-outline-instagram:hover {
    color: #000;
    background-color: #e4405f;
    border-color: #e4405f; }
  .btn-check:focus + .btn-outline-instagram, .btn-outline-instagram:focus {
    box-shadow: 0 0 0 0.25rem rgba(228, 64, 95, 0.5); }
  .btn-check:checked + .btn-outline-instagram,
  .btn-check:active + .btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram.active, .btn-outline-instagram.dropdown-toggle.show {
    color: #000;
    background-color: #e4405f;
    border-color: #e4405f; }
    .btn-check:checked + .btn-outline-instagram:focus,
    .btn-check:active + .btn-outline-instagram:focus, .btn-outline-instagram:active:focus, .btn-outline-instagram.active:focus, .btn-outline-instagram.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(228, 64, 95, 0.5); }
  .btn-outline-instagram:disabled, .btn-outline-instagram.disabled {
    color: #e4405f;
    background-color: transparent; }

.btn-outline-pinterest {
  color: #bd081c;
  border-color: #bd081c; }
  .btn-outline-pinterest:hover {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c; }
  .btn-check:focus + .btn-outline-pinterest, .btn-outline-pinterest:focus {
    box-shadow: 0 0 0 0.25rem rgba(189, 8, 28, 0.5); }
  .btn-check:checked + .btn-outline-pinterest,
  .btn-check:active + .btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest.active, .btn-outline-pinterest.dropdown-toggle.show {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c; }
    .btn-check:checked + .btn-outline-pinterest:focus,
    .btn-check:active + .btn-outline-pinterest:focus, .btn-outline-pinterest:active:focus, .btn-outline-pinterest.active:focus, .btn-outline-pinterest.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 8, 28, 0.5); }
  .btn-outline-pinterest:disabled, .btn-outline-pinterest.disabled {
    color: #bd081c;
    background-color: transparent; }

.btn-outline-vk {
  color: #6383a8;
  border-color: #6383a8; }
  .btn-outline-vk:hover {
    color: #000;
    background-color: #6383a8;
    border-color: #6383a8; }
  .btn-check:focus + .btn-outline-vk, .btn-outline-vk:focus {
    box-shadow: 0 0 0 0.25rem rgba(99, 131, 168, 0.5); }
  .btn-check:checked + .btn-outline-vk,
  .btn-check:active + .btn-outline-vk, .btn-outline-vk:active, .btn-outline-vk.active, .btn-outline-vk.dropdown-toggle.show {
    color: #000;
    background-color: #6383a8;
    border-color: #6383a8; }
    .btn-check:checked + .btn-outline-vk:focus,
    .btn-check:active + .btn-outline-vk:focus, .btn-outline-vk:active:focus, .btn-outline-vk.active:focus, .btn-outline-vk.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(99, 131, 168, 0.5); }
  .btn-outline-vk:disabled, .btn-outline-vk.disabled {
    color: #6383a8;
    background-color: transparent; }

.btn-outline-rss {
  color: #ffa500;
  border-color: #ffa500; }
  .btn-outline-rss:hover {
    color: #000;
    background-color: #ffa500;
    border-color: #ffa500; }
  .btn-check:focus + .btn-outline-rss, .btn-outline-rss:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.5); }
  .btn-check:checked + .btn-outline-rss,
  .btn-check:active + .btn-outline-rss, .btn-outline-rss:active, .btn-outline-rss.active, .btn-outline-rss.dropdown-toggle.show {
    color: #000;
    background-color: #ffa500;
    border-color: #ffa500; }
    .btn-check:checked + .btn-outline-rss:focus,
    .btn-check:active + .btn-outline-rss:focus, .btn-outline-rss:active:focus, .btn-outline-rss.active:focus, .btn-outline-rss.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 165, 0, 0.5); }
  .btn-outline-rss:disabled, .btn-outline-rss.disabled {
    color: #ffa500;
    background-color: transparent; }

.btn-outline-flickr {
  color: #0063dc;
  border-color: #0063dc; }
  .btn-outline-flickr:hover {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc; }
  .btn-check:focus + .btn-outline-flickr, .btn-outline-flickr:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 99, 220, 0.5); }
  .btn-check:checked + .btn-outline-flickr,
  .btn-check:active + .btn-outline-flickr, .btn-outline-flickr:active, .btn-outline-flickr.active, .btn-outline-flickr.dropdown-toggle.show {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc; }
    .btn-check:checked + .btn-outline-flickr:focus,
    .btn-check:active + .btn-outline-flickr:focus, .btn-outline-flickr:active:focus, .btn-outline-flickr.active:focus, .btn-outline-flickr.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 99, 220, 0.5); }
  .btn-outline-flickr:disabled, .btn-outline-flickr.disabled {
    color: #0063dc;
    background-color: transparent; }

.btn-outline-bitbucket {
  color: #0052cc;
  border-color: #0052cc; }
  .btn-outline-bitbucket:hover {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc; }
  .btn-check:focus + .btn-outline-bitbucket, .btn-outline-bitbucket:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5); }
  .btn-check:checked + .btn-outline-bitbucket,
  .btn-check:active + .btn-outline-bitbucket, .btn-outline-bitbucket:active, .btn-outline-bitbucket.active, .btn-outline-bitbucket.dropdown-toggle.show {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc; }
    .btn-check:checked + .btn-outline-bitbucket:focus,
    .btn-check:active + .btn-outline-bitbucket:focus, .btn-outline-bitbucket:active:focus, .btn-outline-bitbucket.active:focus, .btn-outline-bitbucket.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 82, 204, 0.5); }
  .btn-outline-bitbucket:disabled, .btn-outline-bitbucket.disabled {
    color: #0052cc;
    background-color: transparent; }

.btn-outline-gray-100 {
  color: #f7f8f9;
  border-color: #f7f8f9; }
  .btn-outline-gray-100:hover {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }
  .btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 248, 249, 0.5); }
  .btn-check:checked + .btn-outline-gray-100,
  .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
    color: #000;
    background-color: #f7f8f9;
    border-color: #f7f8f9; }
    .btn-check:checked + .btn-outline-gray-100:focus,
    .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(247, 248, 249, 0.5); }
  .btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
    color: #f7f8f9;
    background-color: transparent; }

.btn-outline-gray-200 {
  color: #eaecef;
  border-color: #eaecef; }
  .btn-outline-gray-200:hover {
    color: #000;
    background-color: #eaecef;
    border-color: #eaecef; }
  .btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(234, 236, 239, 0.5); }
  .btn-check:checked + .btn-outline-gray-200,
  .btn-check:active + .btn-outline-gray-200, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
    color: #000;
    background-color: #eaecef;
    border-color: #eaecef; }
    .btn-check:checked + .btn-outline-gray-200:focus,
    .btn-check:active + .btn-outline-gray-200:focus, .btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(234, 236, 239, 0.5); }
  .btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
    color: #eaecef;
    background-color: transparent; }

.btn-outline-gray-300 {
  color: #dee1e4;
  border-color: #dee1e4; }
  .btn-outline-gray-300:hover {
    color: #000;
    background-color: #dee1e4;
    border-color: #dee1e4; }
  .btn-check:focus + .btn-outline-gray-300, .btn-outline-gray-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(222, 225, 228, 0.5); }
  .btn-check:checked + .btn-outline-gray-300,
  .btn-check:active + .btn-outline-gray-300, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
    color: #000;
    background-color: #dee1e4;
    border-color: #dee1e4; }
    .btn-check:checked + .btn-outline-gray-300:focus,
    .btn-check:active + .btn-outline-gray-300:focus, .btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(222, 225, 228, 0.5); }
  .btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
    color: #dee1e4;
    background-color: transparent; }

.btn-outline-gray-400 {
  color: #c5cbd0;
  border-color: #c5cbd0; }
  .btn-outline-gray-400:hover {
    color: #000;
    background-color: #c5cbd0;
    border-color: #c5cbd0; }
  .btn-check:focus + .btn-outline-gray-400, .btn-outline-gray-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(197, 203, 208, 0.5); }
  .btn-check:checked + .btn-outline-gray-400,
  .btn-check:active + .btn-outline-gray-400, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
    color: #000;
    background-color: #c5cbd0;
    border-color: #c5cbd0; }
    .btn-check:checked + .btn-outline-gray-400:focus,
    .btn-check:active + .btn-outline-gray-400:focus, .btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 203, 208, 0.5); }
  .btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
    color: #c5cbd0;
    background-color: transparent; }

.btn-outline-gray-500 {
  color: #aeb4bb;
  border-color: #aeb4bb; }
  .btn-outline-gray-500:hover {
    color: #000;
    background-color: #aeb4bb;
    border-color: #aeb4bb; }
  .btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(174, 180, 187, 0.5); }
  .btn-check:checked + .btn-outline-gray-500,
  .btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
    color: #000;
    background-color: #aeb4bb;
    border-color: #aeb4bb; }
    .btn-check:checked + .btn-outline-gray-500:focus,
    .btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(174, 180, 187, 0.5); }
  .btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
    color: #aeb4bb;
    background-color: transparent; }

.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-gray-600:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-gray-600,
  .btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-gray-600:focus,
    .btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057; }
  .btn-outline-gray-700:hover {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(73, 80, 87, 0.5); }
  .btn-check:checked + .btn-outline-gray-700,
  .btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
    .btn-check:checked + .btn-outline-gray-700:focus,
    .btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(73, 80, 87, 0.5); }
  .btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
    color: #495057;
    background-color: transparent; }

.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-gray-800:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-check:checked + .btn-outline-gray-800,
  .btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-check:checked + .btn-outline-gray-800:focus,
    .btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
    color: #343a40;
    background-color: transparent; }

.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529; }
  .btn-outline-gray-900:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-gray-900, .btn-outline-gray-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-gray-900,
  .btn-check:active + .btn-outline-gray-900, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-gray-900:focus,
    .btn-check:active + .btn-outline-gray-900:focus, .btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
    color: #212529;
    background-color: transparent; }

.btn-outline-blue-100 {
  color: #cce5ff;
  border-color: #cce5ff; }
  .btn-outline-blue-100:hover {
    color: #000;
    background-color: #cce5ff;
    border-color: #cce5ff; }
  .btn-check:focus + .btn-outline-blue-100, .btn-outline-blue-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 229, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue-100,
  .btn-check:active + .btn-outline-blue-100, .btn-outline-blue-100:active, .btn-outline-blue-100.active, .btn-outline-blue-100.dropdown-toggle.show {
    color: #000;
    background-color: #cce5ff;
    border-color: #cce5ff; }
    .btn-check:checked + .btn-outline-blue-100:focus,
    .btn-check:active + .btn-outline-blue-100:focus, .btn-outline-blue-100:active:focus, .btn-outline-blue-100.active:focus, .btn-outline-blue-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 229, 255, 0.5); }
  .btn-outline-blue-100:disabled, .btn-outline-blue-100.disabled {
    color: #cce5ff;
    background-color: transparent; }

.btn-outline-blue-200 {
  color: #99caff;
  border-color: #99caff; }
  .btn-outline-blue-200:hover {
    color: #000;
    background-color: #99caff;
    border-color: #99caff; }
  .btn-check:focus + .btn-outline-blue-200, .btn-outline-blue-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 202, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue-200,
  .btn-check:active + .btn-outline-blue-200, .btn-outline-blue-200:active, .btn-outline-blue-200.active, .btn-outline-blue-200.dropdown-toggle.show {
    color: #000;
    background-color: #99caff;
    border-color: #99caff; }
    .btn-check:checked + .btn-outline-blue-200:focus,
    .btn-check:active + .btn-outline-blue-200:focus, .btn-outline-blue-200:active:focus, .btn-outline-blue-200.active:focus, .btn-outline-blue-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(153, 202, 255, 0.5); }
  .btn-outline-blue-200:disabled, .btn-outline-blue-200.disabled {
    color: #99caff;
    background-color: transparent; }

.btn-outline-blue-300 {
  color: #66b0ff;
  border-color: #66b0ff; }
  .btn-outline-blue-300:hover {
    color: #000;
    background-color: #66b0ff;
    border-color: #66b0ff; }
  .btn-check:focus + .btn-outline-blue-300, .btn-outline-blue-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 176, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue-300,
  .btn-check:active + .btn-outline-blue-300, .btn-outline-blue-300:active, .btn-outline-blue-300.active, .btn-outline-blue-300.dropdown-toggle.show {
    color: #000;
    background-color: #66b0ff;
    border-color: #66b0ff; }
    .btn-check:checked + .btn-outline-blue-300:focus,
    .btn-check:active + .btn-outline-blue-300:focus, .btn-outline-blue-300:active:focus, .btn-outline-blue-300.active:focus, .btn-outline-blue-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(102, 176, 255, 0.5); }
  .btn-outline-blue-300:disabled, .btn-outline-blue-300.disabled {
    color: #66b0ff;
    background-color: transparent; }

.btn-outline-blue-400 {
  color: #3395ff;
  border-color: #3395ff; }
  .btn-outline-blue-400:hover {
    color: #000;
    background-color: #3395ff;
    border-color: #3395ff; }
  .btn-check:focus + .btn-outline-blue-400, .btn-outline-blue-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 149, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue-400,
  .btn-check:active + .btn-outline-blue-400, .btn-outline-blue-400:active, .btn-outline-blue-400.active, .btn-outline-blue-400.dropdown-toggle.show {
    color: #000;
    background-color: #3395ff;
    border-color: #3395ff; }
    .btn-check:checked + .btn-outline-blue-400:focus,
    .btn-check:active + .btn-outline-blue-400:focus, .btn-outline-blue-400:active:focus, .btn-outline-blue-400.active:focus, .btn-outline-blue-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 149, 255, 0.5); }
  .btn-outline-blue-400:disabled, .btn-outline-blue-400.disabled {
    color: #3395ff;
    background-color: transparent; }

.btn-outline-blue-500 {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-blue-500:hover {
    color: #000;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-check:focus + .btn-outline-blue-500, .btn-outline-blue-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-check:checked + .btn-outline-blue-500,
  .btn-check:active + .btn-outline-blue-500, .btn-outline-blue-500:active, .btn-outline-blue-500.active, .btn-outline-blue-500.dropdown-toggle.show {
    color: #000;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-check:checked + .btn-outline-blue-500:focus,
    .btn-check:active + .btn-outline-blue-500:focus, .btn-outline-blue-500:active:focus, .btn-outline-blue-500.active:focus, .btn-outline-blue-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 123, 255, 0.5); }
  .btn-outline-blue-500:disabled, .btn-outline-blue-500.disabled {
    color: #007bff;
    background-color: transparent; }

.btn-outline-blue-600 {
  color: #0062cc;
  border-color: #0062cc; }
  .btn-outline-blue-600:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc; }
  .btn-check:focus + .btn-outline-blue-600, .btn-outline-blue-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 98, 204, 0.5); }
  .btn-check:checked + .btn-outline-blue-600,
  .btn-check:active + .btn-outline-blue-600, .btn-outline-blue-600:active, .btn-outline-blue-600.active, .btn-outline-blue-600.dropdown-toggle.show {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc; }
    .btn-check:checked + .btn-outline-blue-600:focus,
    .btn-check:active + .btn-outline-blue-600:focus, .btn-outline-blue-600:active:focus, .btn-outline-blue-600.active:focus, .btn-outline-blue-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 98, 204, 0.5); }
  .btn-outline-blue-600:disabled, .btn-outline-blue-600.disabled {
    color: #0062cc;
    background-color: transparent; }

.btn-outline-blue-700 {
  color: #004a99;
  border-color: #004a99; }
  .btn-outline-blue-700:hover {
    color: #fff;
    background-color: #004a99;
    border-color: #004a99; }
  .btn-check:focus + .btn-outline-blue-700, .btn-outline-blue-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 74, 153, 0.5); }
  .btn-check:checked + .btn-outline-blue-700,
  .btn-check:active + .btn-outline-blue-700, .btn-outline-blue-700:active, .btn-outline-blue-700.active, .btn-outline-blue-700.dropdown-toggle.show {
    color: #fff;
    background-color: #004a99;
    border-color: #004a99; }
    .btn-check:checked + .btn-outline-blue-700:focus,
    .btn-check:active + .btn-outline-blue-700:focus, .btn-outline-blue-700:active:focus, .btn-outline-blue-700.active:focus, .btn-outline-blue-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 74, 153, 0.5); }
  .btn-outline-blue-700:disabled, .btn-outline-blue-700.disabled {
    color: #004a99;
    background-color: transparent; }

.btn-outline-blue-800 {
  color: #003166;
  border-color: #003166; }
  .btn-outline-blue-800:hover {
    color: #fff;
    background-color: #003166;
    border-color: #003166; }
  .btn-check:focus + .btn-outline-blue-800, .btn-outline-blue-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 49, 102, 0.5); }
  .btn-check:checked + .btn-outline-blue-800,
  .btn-check:active + .btn-outline-blue-800, .btn-outline-blue-800:active, .btn-outline-blue-800.active, .btn-outline-blue-800.dropdown-toggle.show {
    color: #fff;
    background-color: #003166;
    border-color: #003166; }
    .btn-check:checked + .btn-outline-blue-800:focus,
    .btn-check:active + .btn-outline-blue-800:focus, .btn-outline-blue-800:active:focus, .btn-outline-blue-800.active:focus, .btn-outline-blue-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 49, 102, 0.5); }
  .btn-outline-blue-800:disabled, .btn-outline-blue-800.disabled {
    color: #003166;
    background-color: transparent; }

.btn-outline-blue-900 {
  color: #001933;
  border-color: #001933; }
  .btn-outline-blue-900:hover {
    color: #fff;
    background-color: #001933;
    border-color: #001933; }
  .btn-check:focus + .btn-outline-blue-900, .btn-outline-blue-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 25, 51, 0.5); }
  .btn-check:checked + .btn-outline-blue-900,
  .btn-check:active + .btn-outline-blue-900, .btn-outline-blue-900:active, .btn-outline-blue-900.active, .btn-outline-blue-900.dropdown-toggle.show {
    color: #fff;
    background-color: #001933;
    border-color: #001933; }
    .btn-check:checked + .btn-outline-blue-900:focus,
    .btn-check:active + .btn-outline-blue-900:focus, .btn-outline-blue-900:active:focus, .btn-outline-blue-900.active:focus, .btn-outline-blue-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 25, 51, 0.5); }
  .btn-outline-blue-900:disabled, .btn-outline-blue-900.disabled {
    color: #001933;
    background-color: transparent; }

.btn-outline-indigo-100 {
  color: #e0cffc;
  border-color: #e0cffc; }
  .btn-outline-indigo-100:hover {
    color: #000;
    background-color: #e0cffc;
    border-color: #e0cffc; }
  .btn-check:focus + .btn-outline-indigo-100, .btn-outline-indigo-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(224, 207, 252, 0.5); }
  .btn-check:checked + .btn-outline-indigo-100,
  .btn-check:active + .btn-outline-indigo-100, .btn-outline-indigo-100:active, .btn-outline-indigo-100.active, .btn-outline-indigo-100.dropdown-toggle.show {
    color: #000;
    background-color: #e0cffc;
    border-color: #e0cffc; }
    .btn-check:checked + .btn-outline-indigo-100:focus,
    .btn-check:active + .btn-outline-indigo-100:focus, .btn-outline-indigo-100:active:focus, .btn-outline-indigo-100.active:focus, .btn-outline-indigo-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(224, 207, 252, 0.5); }
  .btn-outline-indigo-100:disabled, .btn-outline-indigo-100.disabled {
    color: #e0cffc;
    background-color: transparent; }

.btn-outline-indigo-200 {
  color: #c29ffa;
  border-color: #c29ffa; }
  .btn-outline-indigo-200:hover {
    color: #000;
    background-color: #c29ffa;
    border-color: #c29ffa; }
  .btn-check:focus + .btn-outline-indigo-200, .btn-outline-indigo-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(194, 159, 250, 0.5); }
  .btn-check:checked + .btn-outline-indigo-200,
  .btn-check:active + .btn-outline-indigo-200, .btn-outline-indigo-200:active, .btn-outline-indigo-200.active, .btn-outline-indigo-200.dropdown-toggle.show {
    color: #000;
    background-color: #c29ffa;
    border-color: #c29ffa; }
    .btn-check:checked + .btn-outline-indigo-200:focus,
    .btn-check:active + .btn-outline-indigo-200:focus, .btn-outline-indigo-200:active:focus, .btn-outline-indigo-200.active:focus, .btn-outline-indigo-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(194, 159, 250, 0.5); }
  .btn-outline-indigo-200:disabled, .btn-outline-indigo-200.disabled {
    color: #c29ffa;
    background-color: transparent; }

.btn-outline-indigo-300 {
  color: #a370f7;
  border-color: #a370f7; }
  .btn-outline-indigo-300:hover {
    color: #000;
    background-color: #a370f7;
    border-color: #a370f7; }
  .btn-check:focus + .btn-outline-indigo-300, .btn-outline-indigo-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(163, 112, 247, 0.5); }
  .btn-check:checked + .btn-outline-indigo-300,
  .btn-check:active + .btn-outline-indigo-300, .btn-outline-indigo-300:active, .btn-outline-indigo-300.active, .btn-outline-indigo-300.dropdown-toggle.show {
    color: #000;
    background-color: #a370f7;
    border-color: #a370f7; }
    .btn-check:checked + .btn-outline-indigo-300:focus,
    .btn-check:active + .btn-outline-indigo-300:focus, .btn-outline-indigo-300:active:focus, .btn-outline-indigo-300.active:focus, .btn-outline-indigo-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(163, 112, 247, 0.5); }
  .btn-outline-indigo-300:disabled, .btn-outline-indigo-300.disabled {
    color: #a370f7;
    background-color: transparent; }

.btn-outline-indigo-400 {
  color: #8540f5;
  border-color: #8540f5; }
  .btn-outline-indigo-400:hover {
    color: #fff;
    background-color: #8540f5;
    border-color: #8540f5; }
  .btn-check:focus + .btn-outline-indigo-400, .btn-outline-indigo-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(133, 64, 245, 0.5); }
  .btn-check:checked + .btn-outline-indigo-400,
  .btn-check:active + .btn-outline-indigo-400, .btn-outline-indigo-400:active, .btn-outline-indigo-400.active, .btn-outline-indigo-400.dropdown-toggle.show {
    color: #fff;
    background-color: #8540f5;
    border-color: #8540f5; }
    .btn-check:checked + .btn-outline-indigo-400:focus,
    .btn-check:active + .btn-outline-indigo-400:focus, .btn-outline-indigo-400:active:focus, .btn-outline-indigo-400.active:focus, .btn-outline-indigo-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(133, 64, 245, 0.5); }
  .btn-outline-indigo-400:disabled, .btn-outline-indigo-400.disabled {
    color: #8540f5;
    background-color: transparent; }

.btn-outline-indigo-500 {
  color: #6610f2;
  border-color: #6610f2; }
  .btn-outline-indigo-500:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-check:focus + .btn-outline-indigo-500, .btn-outline-indigo-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-check:checked + .btn-outline-indigo-500,
  .btn-check:active + .btn-outline-indigo-500, .btn-outline-indigo-500:active, .btn-outline-indigo-500.active, .btn-outline-indigo-500.dropdown-toggle.show {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-check:checked + .btn-outline-indigo-500:focus,
    .btn-check:active + .btn-outline-indigo-500:focus, .btn-outline-indigo-500:active:focus, .btn-outline-indigo-500.active:focus, .btn-outline-indigo-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-outline-indigo-500:disabled, .btn-outline-indigo-500.disabled {
    color: #6610f2;
    background-color: transparent; }

.btn-outline-indigo-600 {
  color: #520dc2;
  border-color: #520dc2; }
  .btn-outline-indigo-600:hover {
    color: #fff;
    background-color: #520dc2;
    border-color: #520dc2; }
  .btn-check:focus + .btn-outline-indigo-600, .btn-outline-indigo-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(82, 13, 194, 0.5); }
  .btn-check:checked + .btn-outline-indigo-600,
  .btn-check:active + .btn-outline-indigo-600, .btn-outline-indigo-600:active, .btn-outline-indigo-600.active, .btn-outline-indigo-600.dropdown-toggle.show {
    color: #fff;
    background-color: #520dc2;
    border-color: #520dc2; }
    .btn-check:checked + .btn-outline-indigo-600:focus,
    .btn-check:active + .btn-outline-indigo-600:focus, .btn-outline-indigo-600:active:focus, .btn-outline-indigo-600.active:focus, .btn-outline-indigo-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 13, 194, 0.5); }
  .btn-outline-indigo-600:disabled, .btn-outline-indigo-600.disabled {
    color: #520dc2;
    background-color: transparent; }

.btn-outline-indigo-700 {
  color: #3d0a91;
  border-color: #3d0a91; }
  .btn-outline-indigo-700:hover {
    color: #fff;
    background-color: #3d0a91;
    border-color: #3d0a91; }
  .btn-check:focus + .btn-outline-indigo-700, .btn-outline-indigo-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(61, 10, 145, 0.5); }
  .btn-check:checked + .btn-outline-indigo-700,
  .btn-check:active + .btn-outline-indigo-700, .btn-outline-indigo-700:active, .btn-outline-indigo-700.active, .btn-outline-indigo-700.dropdown-toggle.show {
    color: #fff;
    background-color: #3d0a91;
    border-color: #3d0a91; }
    .btn-check:checked + .btn-outline-indigo-700:focus,
    .btn-check:active + .btn-outline-indigo-700:focus, .btn-outline-indigo-700:active:focus, .btn-outline-indigo-700.active:focus, .btn-outline-indigo-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(61, 10, 145, 0.5); }
  .btn-outline-indigo-700:disabled, .btn-outline-indigo-700.disabled {
    color: #3d0a91;
    background-color: transparent; }

.btn-outline-indigo-800 {
  color: #290661;
  border-color: #290661; }
  .btn-outline-indigo-800:hover {
    color: #fff;
    background-color: #290661;
    border-color: #290661; }
  .btn-check:focus + .btn-outline-indigo-800, .btn-outline-indigo-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(41, 6, 97, 0.5); }
  .btn-check:checked + .btn-outline-indigo-800,
  .btn-check:active + .btn-outline-indigo-800, .btn-outline-indigo-800:active, .btn-outline-indigo-800.active, .btn-outline-indigo-800.dropdown-toggle.show {
    color: #fff;
    background-color: #290661;
    border-color: #290661; }
    .btn-check:checked + .btn-outline-indigo-800:focus,
    .btn-check:active + .btn-outline-indigo-800:focus, .btn-outline-indigo-800:active:focus, .btn-outline-indigo-800.active:focus, .btn-outline-indigo-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(41, 6, 97, 0.5); }
  .btn-outline-indigo-800:disabled, .btn-outline-indigo-800.disabled {
    color: #290661;
    background-color: transparent; }

.btn-outline-indigo-900 {
  color: #140330;
  border-color: #140330; }
  .btn-outline-indigo-900:hover {
    color: #fff;
    background-color: #140330;
    border-color: #140330; }
  .btn-check:focus + .btn-outline-indigo-900, .btn-outline-indigo-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(20, 3, 48, 0.5); }
  .btn-check:checked + .btn-outline-indigo-900,
  .btn-check:active + .btn-outline-indigo-900, .btn-outline-indigo-900:active, .btn-outline-indigo-900.active, .btn-outline-indigo-900.dropdown-toggle.show {
    color: #fff;
    background-color: #140330;
    border-color: #140330; }
    .btn-check:checked + .btn-outline-indigo-900:focus,
    .btn-check:active + .btn-outline-indigo-900:focus, .btn-outline-indigo-900:active:focus, .btn-outline-indigo-900.active:focus, .btn-outline-indigo-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 3, 48, 0.5); }
  .btn-outline-indigo-900:disabled, .btn-outline-indigo-900.disabled {
    color: #140330;
    background-color: transparent; }

.btn-outline-purple-100 {
  color: #e2d9f3;
  border-color: #e2d9f3; }
  .btn-outline-purple-100:hover {
    color: #000;
    background-color: #e2d9f3;
    border-color: #e2d9f3; }
  .btn-check:focus + .btn-outline-purple-100, .btn-outline-purple-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(226, 217, 243, 0.5); }
  .btn-check:checked + .btn-outline-purple-100,
  .btn-check:active + .btn-outline-purple-100, .btn-outline-purple-100:active, .btn-outline-purple-100.active, .btn-outline-purple-100.dropdown-toggle.show {
    color: #000;
    background-color: #e2d9f3;
    border-color: #e2d9f3; }
    .btn-check:checked + .btn-outline-purple-100:focus,
    .btn-check:active + .btn-outline-purple-100:focus, .btn-outline-purple-100:active:focus, .btn-outline-purple-100.active:focus, .btn-outline-purple-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(226, 217, 243, 0.5); }
  .btn-outline-purple-100:disabled, .btn-outline-purple-100.disabled {
    color: #e2d9f3;
    background-color: transparent; }

.btn-outline-purple-200 {
  color: #c5b3e6;
  border-color: #c5b3e6; }
  .btn-outline-purple-200:hover {
    color: #000;
    background-color: #c5b3e6;
    border-color: #c5b3e6; }
  .btn-check:focus + .btn-outline-purple-200, .btn-outline-purple-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(197, 179, 230, 0.5); }
  .btn-check:checked + .btn-outline-purple-200,
  .btn-check:active + .btn-outline-purple-200, .btn-outline-purple-200:active, .btn-outline-purple-200.active, .btn-outline-purple-200.dropdown-toggle.show {
    color: #000;
    background-color: #c5b3e6;
    border-color: #c5b3e6; }
    .btn-check:checked + .btn-outline-purple-200:focus,
    .btn-check:active + .btn-outline-purple-200:focus, .btn-outline-purple-200:active:focus, .btn-outline-purple-200.active:focus, .btn-outline-purple-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 179, 230, 0.5); }
  .btn-outline-purple-200:disabled, .btn-outline-purple-200.disabled {
    color: #c5b3e6;
    background-color: transparent; }

.btn-outline-purple-300 {
  color: #a98eda;
  border-color: #a98eda; }
  .btn-outline-purple-300:hover {
    color: #000;
    background-color: #a98eda;
    border-color: #a98eda; }
  .btn-check:focus + .btn-outline-purple-300, .btn-outline-purple-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(169, 142, 218, 0.5); }
  .btn-check:checked + .btn-outline-purple-300,
  .btn-check:active + .btn-outline-purple-300, .btn-outline-purple-300:active, .btn-outline-purple-300.active, .btn-outline-purple-300.dropdown-toggle.show {
    color: #000;
    background-color: #a98eda;
    border-color: #a98eda; }
    .btn-check:checked + .btn-outline-purple-300:focus,
    .btn-check:active + .btn-outline-purple-300:focus, .btn-outline-purple-300:active:focus, .btn-outline-purple-300.active:focus, .btn-outline-purple-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(169, 142, 218, 0.5); }
  .btn-outline-purple-300:disabled, .btn-outline-purple-300.disabled {
    color: #a98eda;
    background-color: transparent; }

.btn-outline-purple-400 {
  color: #8c68cd;
  border-color: #8c68cd; }
  .btn-outline-purple-400:hover {
    color: #000;
    background-color: #8c68cd;
    border-color: #8c68cd; }
  .btn-check:focus + .btn-outline-purple-400, .btn-outline-purple-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(140, 104, 205, 0.5); }
  .btn-check:checked + .btn-outline-purple-400,
  .btn-check:active + .btn-outline-purple-400, .btn-outline-purple-400:active, .btn-outline-purple-400.active, .btn-outline-purple-400.dropdown-toggle.show {
    color: #000;
    background-color: #8c68cd;
    border-color: #8c68cd; }
    .btn-check:checked + .btn-outline-purple-400:focus,
    .btn-check:active + .btn-outline-purple-400:focus, .btn-outline-purple-400:active:focus, .btn-outline-purple-400.active:focus, .btn-outline-purple-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(140, 104, 205, 0.5); }
  .btn-outline-purple-400:disabled, .btn-outline-purple-400.disabled {
    color: #8c68cd;
    background-color: transparent; }

.btn-outline-purple-500 {
  color: #6f42c1;
  border-color: #6f42c1; }
  .btn-outline-purple-500:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-check:focus + .btn-outline-purple-500, .btn-outline-purple-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-check:checked + .btn-outline-purple-500,
  .btn-check:active + .btn-outline-purple-500, .btn-outline-purple-500:active, .btn-outline-purple-500.active, .btn-outline-purple-500.dropdown-toggle.show {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
    .btn-check:checked + .btn-outline-purple-500:focus,
    .btn-check:active + .btn-outline-purple-500:focus, .btn-outline-purple-500:active:focus, .btn-outline-purple-500.active:focus, .btn-outline-purple-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-outline-purple-500:disabled, .btn-outline-purple-500.disabled {
    color: #6f42c1;
    background-color: transparent; }

.btn-outline-purple-600 {
  color: #59359a;
  border-color: #59359a; }
  .btn-outline-purple-600:hover {
    color: #fff;
    background-color: #59359a;
    border-color: #59359a; }
  .btn-check:focus + .btn-outline-purple-600, .btn-outline-purple-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(89, 53, 154, 0.5); }
  .btn-check:checked + .btn-outline-purple-600,
  .btn-check:active + .btn-outline-purple-600, .btn-outline-purple-600:active, .btn-outline-purple-600.active, .btn-outline-purple-600.dropdown-toggle.show {
    color: #fff;
    background-color: #59359a;
    border-color: #59359a; }
    .btn-check:checked + .btn-outline-purple-600:focus,
    .btn-check:active + .btn-outline-purple-600:focus, .btn-outline-purple-600:active:focus, .btn-outline-purple-600.active:focus, .btn-outline-purple-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(89, 53, 154, 0.5); }
  .btn-outline-purple-600:disabled, .btn-outline-purple-600.disabled {
    color: #59359a;
    background-color: transparent; }

.btn-outline-purple-700 {
  color: #432874;
  border-color: #432874; }
  .btn-outline-purple-700:hover {
    color: #fff;
    background-color: #432874;
    border-color: #432874; }
  .btn-check:focus + .btn-outline-purple-700, .btn-outline-purple-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(67, 40, 116, 0.5); }
  .btn-check:checked + .btn-outline-purple-700,
  .btn-check:active + .btn-outline-purple-700, .btn-outline-purple-700:active, .btn-outline-purple-700.active, .btn-outline-purple-700.dropdown-toggle.show {
    color: #fff;
    background-color: #432874;
    border-color: #432874; }
    .btn-check:checked + .btn-outline-purple-700:focus,
    .btn-check:active + .btn-outline-purple-700:focus, .btn-outline-purple-700:active:focus, .btn-outline-purple-700.active:focus, .btn-outline-purple-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(67, 40, 116, 0.5); }
  .btn-outline-purple-700:disabled, .btn-outline-purple-700.disabled {
    color: #432874;
    background-color: transparent; }

.btn-outline-purple-800 {
  color: #2c1a4d;
  border-color: #2c1a4d; }
  .btn-outline-purple-800:hover {
    color: #fff;
    background-color: #2c1a4d;
    border-color: #2c1a4d; }
  .btn-check:focus + .btn-outline-purple-800, .btn-outline-purple-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(44, 26, 77, 0.5); }
  .btn-check:checked + .btn-outline-purple-800,
  .btn-check:active + .btn-outline-purple-800, .btn-outline-purple-800:active, .btn-outline-purple-800.active, .btn-outline-purple-800.dropdown-toggle.show {
    color: #fff;
    background-color: #2c1a4d;
    border-color: #2c1a4d; }
    .btn-check:checked + .btn-outline-purple-800:focus,
    .btn-check:active + .btn-outline-purple-800:focus, .btn-outline-purple-800:active:focus, .btn-outline-purple-800.active:focus, .btn-outline-purple-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(44, 26, 77, 0.5); }
  .btn-outline-purple-800:disabled, .btn-outline-purple-800.disabled {
    color: #2c1a4d;
    background-color: transparent; }

.btn-outline-purple-900 {
  color: #160d27;
  border-color: #160d27; }
  .btn-outline-purple-900:hover {
    color: #fff;
    background-color: #160d27;
    border-color: #160d27; }
  .btn-check:focus + .btn-outline-purple-900, .btn-outline-purple-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(22, 13, 39, 0.5); }
  .btn-check:checked + .btn-outline-purple-900,
  .btn-check:active + .btn-outline-purple-900, .btn-outline-purple-900:active, .btn-outline-purple-900.active, .btn-outline-purple-900.dropdown-toggle.show {
    color: #fff;
    background-color: #160d27;
    border-color: #160d27; }
    .btn-check:checked + .btn-outline-purple-900:focus,
    .btn-check:active + .btn-outline-purple-900:focus, .btn-outline-purple-900:active:focus, .btn-outline-purple-900.active:focus, .btn-outline-purple-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(22, 13, 39, 0.5); }
  .btn-outline-purple-900:disabled, .btn-outline-purple-900.disabled {
    color: #160d27;
    background-color: transparent; }

.btn-outline-pink-100 {
  color: #fad8e8;
  border-color: #fad8e8; }
  .btn-outline-pink-100:hover {
    color: #000;
    background-color: #fad8e8;
    border-color: #fad8e8; }
  .btn-check:focus + .btn-outline-pink-100, .btn-outline-pink-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(250, 216, 232, 0.5); }
  .btn-check:checked + .btn-outline-pink-100,
  .btn-check:active + .btn-outline-pink-100, .btn-outline-pink-100:active, .btn-outline-pink-100.active, .btn-outline-pink-100.dropdown-toggle.show {
    color: #000;
    background-color: #fad8e8;
    border-color: #fad8e8; }
    .btn-check:checked + .btn-outline-pink-100:focus,
    .btn-check:active + .btn-outline-pink-100:focus, .btn-outline-pink-100:active:focus, .btn-outline-pink-100.active:focus, .btn-outline-pink-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(250, 216, 232, 0.5); }
  .btn-outline-pink-100:disabled, .btn-outline-pink-100.disabled {
    color: #fad8e8;
    background-color: transparent; }

.btn-outline-pink-200 {
  color: #f6b2d1;
  border-color: #f6b2d1; }
  .btn-outline-pink-200:hover {
    color: #000;
    background-color: #f6b2d1;
    border-color: #f6b2d1; }
  .btn-check:focus + .btn-outline-pink-200, .btn-outline-pink-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(246, 178, 209, 0.5); }
  .btn-check:checked + .btn-outline-pink-200,
  .btn-check:active + .btn-outline-pink-200, .btn-outline-pink-200:active, .btn-outline-pink-200.active, .btn-outline-pink-200.dropdown-toggle.show {
    color: #000;
    background-color: #f6b2d1;
    border-color: #f6b2d1; }
    .btn-check:checked + .btn-outline-pink-200:focus,
    .btn-check:active + .btn-outline-pink-200:focus, .btn-outline-pink-200:active:focus, .btn-outline-pink-200.active:focus, .btn-outline-pink-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(246, 178, 209, 0.5); }
  .btn-outline-pink-200:disabled, .btn-outline-pink-200.disabled {
    color: #f6b2d1;
    background-color: transparent; }

.btn-outline-pink-300 {
  color: #f18bba;
  border-color: #f18bba; }
  .btn-outline-pink-300:hover {
    color: #000;
    background-color: #f18bba;
    border-color: #f18bba; }
  .btn-check:focus + .btn-outline-pink-300, .btn-outline-pink-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 139, 186, 0.5); }
  .btn-check:checked + .btn-outline-pink-300,
  .btn-check:active + .btn-outline-pink-300, .btn-outline-pink-300:active, .btn-outline-pink-300.active, .btn-outline-pink-300.dropdown-toggle.show {
    color: #000;
    background-color: #f18bba;
    border-color: #f18bba; }
    .btn-check:checked + .btn-outline-pink-300:focus,
    .btn-check:active + .btn-outline-pink-300:focus, .btn-outline-pink-300:active:focus, .btn-outline-pink-300.active:focus, .btn-outline-pink-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(241, 139, 186, 0.5); }
  .btn-outline-pink-300:disabled, .btn-outline-pink-300.disabled {
    color: #f18bba;
    background-color: transparent; }

.btn-outline-pink-400 {
  color: #ed65a3;
  border-color: #ed65a3; }
  .btn-outline-pink-400:hover {
    color: #000;
    background-color: #ed65a3;
    border-color: #ed65a3; }
  .btn-check:focus + .btn-outline-pink-400, .btn-outline-pink-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(237, 101, 163, 0.5); }
  .btn-check:checked + .btn-outline-pink-400,
  .btn-check:active + .btn-outline-pink-400, .btn-outline-pink-400:active, .btn-outline-pink-400.active, .btn-outline-pink-400.dropdown-toggle.show {
    color: #000;
    background-color: #ed65a3;
    border-color: #ed65a3; }
    .btn-check:checked + .btn-outline-pink-400:focus,
    .btn-check:active + .btn-outline-pink-400:focus, .btn-outline-pink-400:active:focus, .btn-outline-pink-400.active:focus, .btn-outline-pink-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(237, 101, 163, 0.5); }
  .btn-outline-pink-400:disabled, .btn-outline-pink-400.disabled {
    color: #ed65a3;
    background-color: transparent; }

.btn-outline-pink-500 {
  color: #e83e8c;
  border-color: #e83e8c; }
  .btn-outline-pink-500:hover {
    color: #000;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-check:focus + .btn-outline-pink-500, .btn-outline-pink-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(232, 62, 140, 0.5); }
  .btn-check:checked + .btn-outline-pink-500,
  .btn-check:active + .btn-outline-pink-500, .btn-outline-pink-500:active, .btn-outline-pink-500.active, .btn-outline-pink-500.dropdown-toggle.show {
    color: #000;
    background-color: #e83e8c;
    border-color: #e83e8c; }
    .btn-check:checked + .btn-outline-pink-500:focus,
    .btn-check:active + .btn-outline-pink-500:focus, .btn-outline-pink-500:active:focus, .btn-outline-pink-500.active:focus, .btn-outline-pink-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(232, 62, 140, 0.5); }
  .btn-outline-pink-500:disabled, .btn-outline-pink-500.disabled {
    color: #e83e8c;
    background-color: transparent; }

.btn-outline-pink-600 {
  color: #ba3270;
  border-color: #ba3270; }
  .btn-outline-pink-600:hover {
    color: #fff;
    background-color: #ba3270;
    border-color: #ba3270; }
  .btn-check:focus + .btn-outline-pink-600, .btn-outline-pink-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(186, 50, 112, 0.5); }
  .btn-check:checked + .btn-outline-pink-600,
  .btn-check:active + .btn-outline-pink-600, .btn-outline-pink-600:active, .btn-outline-pink-600.active, .btn-outline-pink-600.dropdown-toggle.show {
    color: #fff;
    background-color: #ba3270;
    border-color: #ba3270; }
    .btn-check:checked + .btn-outline-pink-600:focus,
    .btn-check:active + .btn-outline-pink-600:focus, .btn-outline-pink-600:active:focus, .btn-outline-pink-600.active:focus, .btn-outline-pink-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(186, 50, 112, 0.5); }
  .btn-outline-pink-600:disabled, .btn-outline-pink-600.disabled {
    color: #ba3270;
    background-color: transparent; }

.btn-outline-pink-700 {
  color: #8b2554;
  border-color: #8b2554; }
  .btn-outline-pink-700:hover {
    color: #fff;
    background-color: #8b2554;
    border-color: #8b2554; }
  .btn-check:focus + .btn-outline-pink-700, .btn-outline-pink-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(139, 37, 84, 0.5); }
  .btn-check:checked + .btn-outline-pink-700,
  .btn-check:active + .btn-outline-pink-700, .btn-outline-pink-700:active, .btn-outline-pink-700.active, .btn-outline-pink-700.dropdown-toggle.show {
    color: #fff;
    background-color: #8b2554;
    border-color: #8b2554; }
    .btn-check:checked + .btn-outline-pink-700:focus,
    .btn-check:active + .btn-outline-pink-700:focus, .btn-outline-pink-700:active:focus, .btn-outline-pink-700.active:focus, .btn-outline-pink-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(139, 37, 84, 0.5); }
  .btn-outline-pink-700:disabled, .btn-outline-pink-700.disabled {
    color: #8b2554;
    background-color: transparent; }

.btn-outline-pink-800 {
  color: #5d1938;
  border-color: #5d1938; }
  .btn-outline-pink-800:hover {
    color: #fff;
    background-color: #5d1938;
    border-color: #5d1938; }
  .btn-check:focus + .btn-outline-pink-800, .btn-outline-pink-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(93, 25, 56, 0.5); }
  .btn-check:checked + .btn-outline-pink-800,
  .btn-check:active + .btn-outline-pink-800, .btn-outline-pink-800:active, .btn-outline-pink-800.active, .btn-outline-pink-800.dropdown-toggle.show {
    color: #fff;
    background-color: #5d1938;
    border-color: #5d1938; }
    .btn-check:checked + .btn-outline-pink-800:focus,
    .btn-check:active + .btn-outline-pink-800:focus, .btn-outline-pink-800:active:focus, .btn-outline-pink-800.active:focus, .btn-outline-pink-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(93, 25, 56, 0.5); }
  .btn-outline-pink-800:disabled, .btn-outline-pink-800.disabled {
    color: #5d1938;
    background-color: transparent; }

.btn-outline-pink-900 {
  color: #2e0c1c;
  border-color: #2e0c1c; }
  .btn-outline-pink-900:hover {
    color: #fff;
    background-color: #2e0c1c;
    border-color: #2e0c1c; }
  .btn-check:focus + .btn-outline-pink-900, .btn-outline-pink-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 12, 28, 0.5); }
  .btn-check:checked + .btn-outline-pink-900,
  .btn-check:active + .btn-outline-pink-900, .btn-outline-pink-900:active, .btn-outline-pink-900.active, .btn-outline-pink-900.dropdown-toggle.show {
    color: #fff;
    background-color: #2e0c1c;
    border-color: #2e0c1c; }
    .btn-check:checked + .btn-outline-pink-900:focus,
    .btn-check:active + .btn-outline-pink-900:focus, .btn-outline-pink-900:active:focus, .btn-outline-pink-900.active:focus, .btn-outline-pink-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(46, 12, 28, 0.5); }
  .btn-outline-pink-900:disabled, .btn-outline-pink-900.disabled {
    color: #2e0c1c;
    background-color: transparent; }

.btn-outline-red-100 {
  color: #f8d7da;
  border-color: #f8d7da; }
  .btn-outline-red-100:hover {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da; }
  .btn-check:focus + .btn-outline-red-100, .btn-outline-red-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 215, 218, 0.5); }
  .btn-check:checked + .btn-outline-red-100,
  .btn-check:active + .btn-outline-red-100, .btn-outline-red-100:active, .btn-outline-red-100.active, .btn-outline-red-100.dropdown-toggle.show {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da; }
    .btn-check:checked + .btn-outline-red-100:focus,
    .btn-check:active + .btn-outline-red-100:focus, .btn-outline-red-100:active:focus, .btn-outline-red-100.active:focus, .btn-outline-red-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(248, 215, 218, 0.5); }
  .btn-outline-red-100:disabled, .btn-outline-red-100.disabled {
    color: #f8d7da;
    background-color: transparent; }

.btn-outline-red-200 {
  color: #f1aeb5;
  border-color: #f1aeb5; }
  .btn-outline-red-200:hover {
    color: #000;
    background-color: #f1aeb5;
    border-color: #f1aeb5; }
  .btn-check:focus + .btn-outline-red-200, .btn-outline-red-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 174, 181, 0.5); }
  .btn-check:checked + .btn-outline-red-200,
  .btn-check:active + .btn-outline-red-200, .btn-outline-red-200:active, .btn-outline-red-200.active, .btn-outline-red-200.dropdown-toggle.show {
    color: #000;
    background-color: #f1aeb5;
    border-color: #f1aeb5; }
    .btn-check:checked + .btn-outline-red-200:focus,
    .btn-check:active + .btn-outline-red-200:focus, .btn-outline-red-200:active:focus, .btn-outline-red-200.active:focus, .btn-outline-red-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(241, 174, 181, 0.5); }
  .btn-outline-red-200:disabled, .btn-outline-red-200.disabled {
    color: #f1aeb5;
    background-color: transparent; }

.btn-outline-red-300 {
  color: #ea868f;
  border-color: #ea868f; }
  .btn-outline-red-300:hover {
    color: #000;
    background-color: #ea868f;
    border-color: #ea868f; }
  .btn-check:focus + .btn-outline-red-300, .btn-outline-red-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(234, 134, 143, 0.5); }
  .btn-check:checked + .btn-outline-red-300,
  .btn-check:active + .btn-outline-red-300, .btn-outline-red-300:active, .btn-outline-red-300.active, .btn-outline-red-300.dropdown-toggle.show {
    color: #000;
    background-color: #ea868f;
    border-color: #ea868f; }
    .btn-check:checked + .btn-outline-red-300:focus,
    .btn-check:active + .btn-outline-red-300:focus, .btn-outline-red-300:active:focus, .btn-outline-red-300.active:focus, .btn-outline-red-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(234, 134, 143, 0.5); }
  .btn-outline-red-300:disabled, .btn-outline-red-300.disabled {
    color: #ea868f;
    background-color: transparent; }

.btn-outline-red-400 {
  color: #e35d6a;
  border-color: #e35d6a; }
  .btn-outline-red-400:hover {
    color: #000;
    background-color: #e35d6a;
    border-color: #e35d6a; }
  .btn-check:focus + .btn-outline-red-400, .btn-outline-red-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(227, 93, 106, 0.5); }
  .btn-check:checked + .btn-outline-red-400,
  .btn-check:active + .btn-outline-red-400, .btn-outline-red-400:active, .btn-outline-red-400.active, .btn-outline-red-400.dropdown-toggle.show {
    color: #000;
    background-color: #e35d6a;
    border-color: #e35d6a; }
    .btn-check:checked + .btn-outline-red-400:focus,
    .btn-check:active + .btn-outline-red-400:focus, .btn-outline-red-400:active:focus, .btn-outline-red-400.active:focus, .btn-outline-red-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(227, 93, 106, 0.5); }
  .btn-outline-red-400:disabled, .btn-outline-red-400.disabled {
    color: #e35d6a;
    background-color: transparent; }

.btn-outline-red-500 {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-red-500:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-red-500, .btn-outline-red-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-red-500,
  .btn-check:active + .btn-outline-red-500, .btn-outline-red-500:active, .btn-outline-red-500.active, .btn-outline-red-500.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-red-500:focus,
    .btn-check:active + .btn-outline-red-500:focus, .btn-outline-red-500:active:focus, .btn-outline-red-500.active:focus, .btn-outline-red-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-red-500:disabled, .btn-outline-red-500.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-red-600 {
  color: #b02a37;
  border-color: #b02a37; }
  .btn-outline-red-600:hover {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37; }
  .btn-check:focus + .btn-outline-red-600, .btn-outline-red-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(176, 42, 55, 0.5); }
  .btn-check:checked + .btn-outline-red-600,
  .btn-check:active + .btn-outline-red-600, .btn-outline-red-600:active, .btn-outline-red-600.active, .btn-outline-red-600.dropdown-toggle.show {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37; }
    .btn-check:checked + .btn-outline-red-600:focus,
    .btn-check:active + .btn-outline-red-600:focus, .btn-outline-red-600:active:focus, .btn-outline-red-600.active:focus, .btn-outline-red-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(176, 42, 55, 0.5); }
  .btn-outline-red-600:disabled, .btn-outline-red-600.disabled {
    color: #b02a37;
    background-color: transparent; }

.btn-outline-red-700 {
  color: #842029;
  border-color: #842029; }
  .btn-outline-red-700:hover {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }
  .btn-check:focus + .btn-outline-red-700, .btn-outline-red-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(132, 32, 41, 0.5); }
  .btn-check:checked + .btn-outline-red-700,
  .btn-check:active + .btn-outline-red-700, .btn-outline-red-700:active, .btn-outline-red-700.active, .btn-outline-red-700.dropdown-toggle.show {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }
    .btn-check:checked + .btn-outline-red-700:focus,
    .btn-check:active + .btn-outline-red-700:focus, .btn-outline-red-700:active:focus, .btn-outline-red-700.active:focus, .btn-outline-red-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(132, 32, 41, 0.5); }
  .btn-outline-red-700:disabled, .btn-outline-red-700.disabled {
    color: #842029;
    background-color: transparent; }

.btn-outline-red-800 {
  color: #58151c;
  border-color: #58151c; }
  .btn-outline-red-800:hover {
    color: #fff;
    background-color: #58151c;
    border-color: #58151c; }
  .btn-check:focus + .btn-outline-red-800, .btn-outline-red-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(88, 21, 28, 0.5); }
  .btn-check:checked + .btn-outline-red-800,
  .btn-check:active + .btn-outline-red-800, .btn-outline-red-800:active, .btn-outline-red-800.active, .btn-outline-red-800.dropdown-toggle.show {
    color: #fff;
    background-color: #58151c;
    border-color: #58151c; }
    .btn-check:checked + .btn-outline-red-800:focus,
    .btn-check:active + .btn-outline-red-800:focus, .btn-outline-red-800:active:focus, .btn-outline-red-800.active:focus, .btn-outline-red-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(88, 21, 28, 0.5); }
  .btn-outline-red-800:disabled, .btn-outline-red-800.disabled {
    color: #58151c;
    background-color: transparent; }

.btn-outline-red-900 {
  color: #2c0b0e;
  border-color: #2c0b0e; }
  .btn-outline-red-900:hover {
    color: #fff;
    background-color: #2c0b0e;
    border-color: #2c0b0e; }
  .btn-check:focus + .btn-outline-red-900, .btn-outline-red-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(44, 11, 14, 0.5); }
  .btn-check:checked + .btn-outline-red-900,
  .btn-check:active + .btn-outline-red-900, .btn-outline-red-900:active, .btn-outline-red-900.active, .btn-outline-red-900.dropdown-toggle.show {
    color: #fff;
    background-color: #2c0b0e;
    border-color: #2c0b0e; }
    .btn-check:checked + .btn-outline-red-900:focus,
    .btn-check:active + .btn-outline-red-900:focus, .btn-outline-red-900:active:focus, .btn-outline-red-900.active:focus, .btn-outline-red-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(44, 11, 14, 0.5); }
  .btn-outline-red-900:disabled, .btn-outline-red-900.disabled {
    color: #2c0b0e;
    background-color: transparent; }

.btn-outline-orange-100 {
  color: #ffe5d0;
  border-color: #ffe5d0; }
  .btn-outline-orange-100:hover {
    color: #000;
    background-color: #ffe5d0;
    border-color: #ffe5d0; }
  .btn-check:focus + .btn-outline-orange-100, .btn-outline-orange-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 229, 208, 0.5); }
  .btn-check:checked + .btn-outline-orange-100,
  .btn-check:active + .btn-outline-orange-100, .btn-outline-orange-100:active, .btn-outline-orange-100.active, .btn-outline-orange-100.dropdown-toggle.show {
    color: #000;
    background-color: #ffe5d0;
    border-color: #ffe5d0; }
    .btn-check:checked + .btn-outline-orange-100:focus,
    .btn-check:active + .btn-outline-orange-100:focus, .btn-outline-orange-100:active:focus, .btn-outline-orange-100.active:focus, .btn-outline-orange-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 229, 208, 0.5); }
  .btn-outline-orange-100:disabled, .btn-outline-orange-100.disabled {
    color: #ffe5d0;
    background-color: transparent; }

.btn-outline-orange-200 {
  color: #fecba1;
  border-color: #fecba1; }
  .btn-outline-orange-200:hover {
    color: #000;
    background-color: #fecba1;
    border-color: #fecba1; }
  .btn-check:focus + .btn-outline-orange-200, .btn-outline-orange-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 203, 161, 0.5); }
  .btn-check:checked + .btn-outline-orange-200,
  .btn-check:active + .btn-outline-orange-200, .btn-outline-orange-200:active, .btn-outline-orange-200.active, .btn-outline-orange-200.dropdown-toggle.show {
    color: #000;
    background-color: #fecba1;
    border-color: #fecba1; }
    .btn-check:checked + .btn-outline-orange-200:focus,
    .btn-check:active + .btn-outline-orange-200:focus, .btn-outline-orange-200:active:focus, .btn-outline-orange-200.active:focus, .btn-outline-orange-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(254, 203, 161, 0.5); }
  .btn-outline-orange-200:disabled, .btn-outline-orange-200.disabled {
    color: #fecba1;
    background-color: transparent; }

.btn-outline-orange-300 {
  color: #feb272;
  border-color: #feb272; }
  .btn-outline-orange-300:hover {
    color: #000;
    background-color: #feb272;
    border-color: #feb272; }
  .btn-check:focus + .btn-outline-orange-300, .btn-outline-orange-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 178, 114, 0.5); }
  .btn-check:checked + .btn-outline-orange-300,
  .btn-check:active + .btn-outline-orange-300, .btn-outline-orange-300:active, .btn-outline-orange-300.active, .btn-outline-orange-300.dropdown-toggle.show {
    color: #000;
    background-color: #feb272;
    border-color: #feb272; }
    .btn-check:checked + .btn-outline-orange-300:focus,
    .btn-check:active + .btn-outline-orange-300:focus, .btn-outline-orange-300:active:focus, .btn-outline-orange-300.active:focus, .btn-outline-orange-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(254, 178, 114, 0.5); }
  .btn-outline-orange-300:disabled, .btn-outline-orange-300.disabled {
    color: #feb272;
    background-color: transparent; }

.btn-outline-orange-400 {
  color: #fd9843;
  border-color: #fd9843; }
  .btn-outline-orange-400:hover {
    color: #000;
    background-color: #fd9843;
    border-color: #fd9843; }
  .btn-check:focus + .btn-outline-orange-400, .btn-outline-orange-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 152, 67, 0.5); }
  .btn-check:checked + .btn-outline-orange-400,
  .btn-check:active + .btn-outline-orange-400, .btn-outline-orange-400:active, .btn-outline-orange-400.active, .btn-outline-orange-400.dropdown-toggle.show {
    color: #000;
    background-color: #fd9843;
    border-color: #fd9843; }
    .btn-check:checked + .btn-outline-orange-400:focus,
    .btn-check:active + .btn-outline-orange-400:focus, .btn-outline-orange-400:active:focus, .btn-outline-orange-400.active:focus, .btn-outline-orange-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(253, 152, 67, 0.5); }
  .btn-outline-orange-400:disabled, .btn-outline-orange-400.disabled {
    color: #fd9843;
    background-color: transparent; }

.btn-outline-orange-500 {
  color: #fd7e14;
  border-color: #fd7e14; }
  .btn-outline-orange-500:hover {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-check:focus + .btn-outline-orange-500, .btn-outline-orange-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.5); }
  .btn-check:checked + .btn-outline-orange-500,
  .btn-check:active + .btn-outline-orange-500, .btn-outline-orange-500:active, .btn-outline-orange-500.active, .btn-outline-orange-500.dropdown-toggle.show {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }
    .btn-check:checked + .btn-outline-orange-500:focus,
    .btn-check:active + .btn-outline-orange-500:focus, .btn-outline-orange-500:active:focus, .btn-outline-orange-500.active:focus, .btn-outline-orange-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(253, 126, 20, 0.5); }
  .btn-outline-orange-500:disabled, .btn-outline-orange-500.disabled {
    color: #fd7e14;
    background-color: transparent; }

.btn-outline-orange-600 {
  color: #ca6510;
  border-color: #ca6510; }
  .btn-outline-orange-600:hover {
    color: #000;
    background-color: #ca6510;
    border-color: #ca6510; }
  .btn-check:focus + .btn-outline-orange-600, .btn-outline-orange-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(202, 101, 16, 0.5); }
  .btn-check:checked + .btn-outline-orange-600,
  .btn-check:active + .btn-outline-orange-600, .btn-outline-orange-600:active, .btn-outline-orange-600.active, .btn-outline-orange-600.dropdown-toggle.show {
    color: #000;
    background-color: #ca6510;
    border-color: #ca6510; }
    .btn-check:checked + .btn-outline-orange-600:focus,
    .btn-check:active + .btn-outline-orange-600:focus, .btn-outline-orange-600:active:focus, .btn-outline-orange-600.active:focus, .btn-outline-orange-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(202, 101, 16, 0.5); }
  .btn-outline-orange-600:disabled, .btn-outline-orange-600.disabled {
    color: #ca6510;
    background-color: transparent; }

.btn-outline-orange-700 {
  color: #984c0c;
  border-color: #984c0c; }
  .btn-outline-orange-700:hover {
    color: #fff;
    background-color: #984c0c;
    border-color: #984c0c; }
  .btn-check:focus + .btn-outline-orange-700, .btn-outline-orange-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(152, 76, 12, 0.5); }
  .btn-check:checked + .btn-outline-orange-700,
  .btn-check:active + .btn-outline-orange-700, .btn-outline-orange-700:active, .btn-outline-orange-700.active, .btn-outline-orange-700.dropdown-toggle.show {
    color: #fff;
    background-color: #984c0c;
    border-color: #984c0c; }
    .btn-check:checked + .btn-outline-orange-700:focus,
    .btn-check:active + .btn-outline-orange-700:focus, .btn-outline-orange-700:active:focus, .btn-outline-orange-700.active:focus, .btn-outline-orange-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(152, 76, 12, 0.5); }
  .btn-outline-orange-700:disabled, .btn-outline-orange-700.disabled {
    color: #984c0c;
    background-color: transparent; }

.btn-outline-orange-800 {
  color: #653208;
  border-color: #653208; }
  .btn-outline-orange-800:hover {
    color: #fff;
    background-color: #653208;
    border-color: #653208; }
  .btn-check:focus + .btn-outline-orange-800, .btn-outline-orange-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(101, 50, 8, 0.5); }
  .btn-check:checked + .btn-outline-orange-800,
  .btn-check:active + .btn-outline-orange-800, .btn-outline-orange-800:active, .btn-outline-orange-800.active, .btn-outline-orange-800.dropdown-toggle.show {
    color: #fff;
    background-color: #653208;
    border-color: #653208; }
    .btn-check:checked + .btn-outline-orange-800:focus,
    .btn-check:active + .btn-outline-orange-800:focus, .btn-outline-orange-800:active:focus, .btn-outline-orange-800.active:focus, .btn-outline-orange-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(101, 50, 8, 0.5); }
  .btn-outline-orange-800:disabled, .btn-outline-orange-800.disabled {
    color: #653208;
    background-color: transparent; }

.btn-outline-orange-900 {
  color: #331904;
  border-color: #331904; }
  .btn-outline-orange-900:hover {
    color: #fff;
    background-color: #331904;
    border-color: #331904; }
  .btn-check:focus + .btn-outline-orange-900, .btn-outline-orange-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 25, 4, 0.5); }
  .btn-check:checked + .btn-outline-orange-900,
  .btn-check:active + .btn-outline-orange-900, .btn-outline-orange-900:active, .btn-outline-orange-900.active, .btn-outline-orange-900.dropdown-toggle.show {
    color: #fff;
    background-color: #331904;
    border-color: #331904; }
    .btn-check:checked + .btn-outline-orange-900:focus,
    .btn-check:active + .btn-outline-orange-900:focus, .btn-outline-orange-900:active:focus, .btn-outline-orange-900.active:focus, .btn-outline-orange-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 25, 4, 0.5); }
  .btn-outline-orange-900:disabled, .btn-outline-orange-900.disabled {
    color: #331904;
    background-color: transparent; }

.btn-outline-yellow-100 {
  color: #fff3cd;
  border-color: #fff3cd; }
  .btn-outline-yellow-100:hover {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd; }
  .btn-check:focus + .btn-outline-yellow-100, .btn-outline-yellow-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 243, 205, 0.5); }
  .btn-check:checked + .btn-outline-yellow-100,
  .btn-check:active + .btn-outline-yellow-100, .btn-outline-yellow-100:active, .btn-outline-yellow-100.active, .btn-outline-yellow-100.dropdown-toggle.show {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd; }
    .btn-check:checked + .btn-outline-yellow-100:focus,
    .btn-check:active + .btn-outline-yellow-100:focus, .btn-outline-yellow-100:active:focus, .btn-outline-yellow-100.active:focus, .btn-outline-yellow-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 243, 205, 0.5); }
  .btn-outline-yellow-100:disabled, .btn-outline-yellow-100.disabled {
    color: #fff3cd;
    background-color: transparent; }

.btn-outline-yellow-200 {
  color: #ffe69c;
  border-color: #ffe69c; }
  .btn-outline-yellow-200:hover {
    color: #000;
    background-color: #ffe69c;
    border-color: #ffe69c; }
  .btn-check:focus + .btn-outline-yellow-200, .btn-outline-yellow-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 230, 156, 0.5); }
  .btn-check:checked + .btn-outline-yellow-200,
  .btn-check:active + .btn-outline-yellow-200, .btn-outline-yellow-200:active, .btn-outline-yellow-200.active, .btn-outline-yellow-200.dropdown-toggle.show {
    color: #000;
    background-color: #ffe69c;
    border-color: #ffe69c; }
    .btn-check:checked + .btn-outline-yellow-200:focus,
    .btn-check:active + .btn-outline-yellow-200:focus, .btn-outline-yellow-200:active:focus, .btn-outline-yellow-200.active:focus, .btn-outline-yellow-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 230, 156, 0.5); }
  .btn-outline-yellow-200:disabled, .btn-outline-yellow-200.disabled {
    color: #ffe69c;
    background-color: transparent; }

.btn-outline-yellow-300 {
  color: #ffda6a;
  border-color: #ffda6a; }
  .btn-outline-yellow-300:hover {
    color: #000;
    background-color: #ffda6a;
    border-color: #ffda6a; }
  .btn-check:focus + .btn-outline-yellow-300, .btn-outline-yellow-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 218, 106, 0.5); }
  .btn-check:checked + .btn-outline-yellow-300,
  .btn-check:active + .btn-outline-yellow-300, .btn-outline-yellow-300:active, .btn-outline-yellow-300.active, .btn-outline-yellow-300.dropdown-toggle.show {
    color: #000;
    background-color: #ffda6a;
    border-color: #ffda6a; }
    .btn-check:checked + .btn-outline-yellow-300:focus,
    .btn-check:active + .btn-outline-yellow-300:focus, .btn-outline-yellow-300:active:focus, .btn-outline-yellow-300.active:focus, .btn-outline-yellow-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 218, 106, 0.5); }
  .btn-outline-yellow-300:disabled, .btn-outline-yellow-300.disabled {
    color: #ffda6a;
    background-color: transparent; }

.btn-outline-yellow-400 {
  color: #ffcd39;
  border-color: #ffcd39; }
  .btn-outline-yellow-400:hover {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffcd39; }
  .btn-check:focus + .btn-outline-yellow-400, .btn-outline-yellow-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 205, 57, 0.5); }
  .btn-check:checked + .btn-outline-yellow-400,
  .btn-check:active + .btn-outline-yellow-400, .btn-outline-yellow-400:active, .btn-outline-yellow-400.active, .btn-outline-yellow-400.dropdown-toggle.show {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffcd39; }
    .btn-check:checked + .btn-outline-yellow-400:focus,
    .btn-check:active + .btn-outline-yellow-400:focus, .btn-outline-yellow-400:active:focus, .btn-outline-yellow-400.active:focus, .btn-outline-yellow-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 205, 57, 0.5); }
  .btn-outline-yellow-400:disabled, .btn-outline-yellow-400.disabled {
    color: #ffcd39;
    background-color: transparent; }

.btn-outline-yellow-500 {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-yellow-500:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-yellow-500, .btn-outline-yellow-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-yellow-500,
  .btn-check:active + .btn-outline-yellow-500, .btn-outline-yellow-500:active, .btn-outline-yellow-500.active, .btn-outline-yellow-500.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-yellow-500:focus,
    .btn-check:active + .btn-outline-yellow-500:focus, .btn-outline-yellow-500:active:focus, .btn-outline-yellow-500.active:focus, .btn-outline-yellow-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-yellow-500:disabled, .btn-outline-yellow-500.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-yellow-600 {
  color: #cc9a06;
  border-color: #cc9a06; }
  .btn-outline-yellow-600:hover {
    color: #000;
    background-color: #cc9a06;
    border-color: #cc9a06; }
  .btn-check:focus + .btn-outline-yellow-600, .btn-outline-yellow-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 154, 6, 0.5); }
  .btn-check:checked + .btn-outline-yellow-600,
  .btn-check:active + .btn-outline-yellow-600, .btn-outline-yellow-600:active, .btn-outline-yellow-600.active, .btn-outline-yellow-600.dropdown-toggle.show {
    color: #000;
    background-color: #cc9a06;
    border-color: #cc9a06; }
    .btn-check:checked + .btn-outline-yellow-600:focus,
    .btn-check:active + .btn-outline-yellow-600:focus, .btn-outline-yellow-600:active:focus, .btn-outline-yellow-600.active:focus, .btn-outline-yellow-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 154, 6, 0.5); }
  .btn-outline-yellow-600:disabled, .btn-outline-yellow-600.disabled {
    color: #cc9a06;
    background-color: transparent; }

.btn-outline-yellow-700 {
  color: #997404;
  border-color: #997404; }
  .btn-outline-yellow-700:hover {
    color: #000;
    background-color: #997404;
    border-color: #997404; }
  .btn-check:focus + .btn-outline-yellow-700, .btn-outline-yellow-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 116, 4, 0.5); }
  .btn-check:checked + .btn-outline-yellow-700,
  .btn-check:active + .btn-outline-yellow-700, .btn-outline-yellow-700:active, .btn-outline-yellow-700.active, .btn-outline-yellow-700.dropdown-toggle.show {
    color: #000;
    background-color: #997404;
    border-color: #997404; }
    .btn-check:checked + .btn-outline-yellow-700:focus,
    .btn-check:active + .btn-outline-yellow-700:focus, .btn-outline-yellow-700:active:focus, .btn-outline-yellow-700.active:focus, .btn-outline-yellow-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(153, 116, 4, 0.5); }
  .btn-outline-yellow-700:disabled, .btn-outline-yellow-700.disabled {
    color: #997404;
    background-color: transparent; }

.btn-outline-yellow-800 {
  color: #664d03;
  border-color: #664d03; }
  .btn-outline-yellow-800:hover {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }
  .btn-check:focus + .btn-outline-yellow-800, .btn-outline-yellow-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 77, 3, 0.5); }
  .btn-check:checked + .btn-outline-yellow-800,
  .btn-check:active + .btn-outline-yellow-800, .btn-outline-yellow-800:active, .btn-outline-yellow-800.active, .btn-outline-yellow-800.dropdown-toggle.show {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }
    .btn-check:checked + .btn-outline-yellow-800:focus,
    .btn-check:active + .btn-outline-yellow-800:focus, .btn-outline-yellow-800:active:focus, .btn-outline-yellow-800.active:focus, .btn-outline-yellow-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(102, 77, 3, 0.5); }
  .btn-outline-yellow-800:disabled, .btn-outline-yellow-800.disabled {
    color: #664d03;
    background-color: transparent; }

.btn-outline-yellow-900 {
  color: #332701;
  border-color: #332701; }
  .btn-outline-yellow-900:hover {
    color: #fff;
    background-color: #332701;
    border-color: #332701; }
  .btn-check:focus + .btn-outline-yellow-900, .btn-outline-yellow-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 39, 1, 0.5); }
  .btn-check:checked + .btn-outline-yellow-900,
  .btn-check:active + .btn-outline-yellow-900, .btn-outline-yellow-900:active, .btn-outline-yellow-900.active, .btn-outline-yellow-900.dropdown-toggle.show {
    color: #fff;
    background-color: #332701;
    border-color: #332701; }
    .btn-check:checked + .btn-outline-yellow-900:focus,
    .btn-check:active + .btn-outline-yellow-900:focus, .btn-outline-yellow-900:active:focus, .btn-outline-yellow-900.active:focus, .btn-outline-yellow-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 39, 1, 0.5); }
  .btn-outline-yellow-900:disabled, .btn-outline-yellow-900.disabled {
    color: #332701;
    background-color: transparent; }

.btn-outline-green-100 {
  color: #d4edda;
  border-color: #d4edda; }
  .btn-outline-green-100:hover {
    color: #000;
    background-color: #d4edda;
    border-color: #d4edda; }
  .btn-check:focus + .btn-outline-green-100, .btn-outline-green-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 237, 218, 0.5); }
  .btn-check:checked + .btn-outline-green-100,
  .btn-check:active + .btn-outline-green-100, .btn-outline-green-100:active, .btn-outline-green-100.active, .btn-outline-green-100.dropdown-toggle.show {
    color: #000;
    background-color: #d4edda;
    border-color: #d4edda; }
    .btn-check:checked + .btn-outline-green-100:focus,
    .btn-check:active + .btn-outline-green-100:focus, .btn-outline-green-100:active:focus, .btn-outline-green-100.active:focus, .btn-outline-green-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(212, 237, 218, 0.5); }
  .btn-outline-green-100:disabled, .btn-outline-green-100.disabled {
    color: #d4edda;
    background-color: transparent; }

.btn-outline-green-200 {
  color: #a9dcb5;
  border-color: #a9dcb5; }
  .btn-outline-green-200:hover {
    color: #000;
    background-color: #a9dcb5;
    border-color: #a9dcb5; }
  .btn-check:focus + .btn-outline-green-200, .btn-outline-green-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(169, 220, 181, 0.5); }
  .btn-check:checked + .btn-outline-green-200,
  .btn-check:active + .btn-outline-green-200, .btn-outline-green-200:active, .btn-outline-green-200.active, .btn-outline-green-200.dropdown-toggle.show {
    color: #000;
    background-color: #a9dcb5;
    border-color: #a9dcb5; }
    .btn-check:checked + .btn-outline-green-200:focus,
    .btn-check:active + .btn-outline-green-200:focus, .btn-outline-green-200:active:focus, .btn-outline-green-200.active:focus, .btn-outline-green-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(169, 220, 181, 0.5); }
  .btn-outline-green-200:disabled, .btn-outline-green-200.disabled {
    color: #a9dcb5;
    background-color: transparent; }

.btn-outline-green-300 {
  color: #7eca8f;
  border-color: #7eca8f; }
  .btn-outline-green-300:hover {
    color: #000;
    background-color: #7eca8f;
    border-color: #7eca8f; }
  .btn-check:focus + .btn-outline-green-300, .btn-outline-green-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(126, 202, 143, 0.5); }
  .btn-check:checked + .btn-outline-green-300,
  .btn-check:active + .btn-outline-green-300, .btn-outline-green-300:active, .btn-outline-green-300.active, .btn-outline-green-300.dropdown-toggle.show {
    color: #000;
    background-color: #7eca8f;
    border-color: #7eca8f; }
    .btn-check:checked + .btn-outline-green-300:focus,
    .btn-check:active + .btn-outline-green-300:focus, .btn-outline-green-300:active:focus, .btn-outline-green-300.active:focus, .btn-outline-green-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(126, 202, 143, 0.5); }
  .btn-outline-green-300:disabled, .btn-outline-green-300.disabled {
    color: #7eca8f;
    background-color: transparent; }

.btn-outline-green-400 {
  color: #53b96a;
  border-color: #53b96a; }
  .btn-outline-green-400:hover {
    color: #000;
    background-color: #53b96a;
    border-color: #53b96a; }
  .btn-check:focus + .btn-outline-green-400, .btn-outline-green-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(83, 185, 106, 0.5); }
  .btn-check:checked + .btn-outline-green-400,
  .btn-check:active + .btn-outline-green-400, .btn-outline-green-400:active, .btn-outline-green-400.active, .btn-outline-green-400.dropdown-toggle.show {
    color: #000;
    background-color: #53b96a;
    border-color: #53b96a; }
    .btn-check:checked + .btn-outline-green-400:focus,
    .btn-check:active + .btn-outline-green-400:focus, .btn-outline-green-400:active:focus, .btn-outline-green-400.active:focus, .btn-outline-green-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(83, 185, 106, 0.5); }
  .btn-outline-green-400:disabled, .btn-outline-green-400.disabled {
    color: #53b96a;
    background-color: transparent; }

.btn-outline-green-500 {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-green-500:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-green-500, .btn-outline-green-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-green-500,
  .btn-check:active + .btn-outline-green-500, .btn-outline-green-500:active, .btn-outline-green-500.active, .btn-outline-green-500.dropdown-toggle.show {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-green-500:focus,
    .btn-check:active + .btn-outline-green-500:focus, .btn-outline-green-500:active:focus, .btn-outline-green-500.active:focus, .btn-outline-green-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-green-500:disabled, .btn-outline-green-500.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-green-600 {
  color: #208637;
  border-color: #208637; }
  .btn-outline-green-600:hover {
    color: #fff;
    background-color: #208637;
    border-color: #208637; }
  .btn-check:focus + .btn-outline-green-600, .btn-outline-green-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 134, 55, 0.5); }
  .btn-check:checked + .btn-outline-green-600,
  .btn-check:active + .btn-outline-green-600, .btn-outline-green-600:active, .btn-outline-green-600.active, .btn-outline-green-600.dropdown-toggle.show {
    color: #fff;
    background-color: #208637;
    border-color: #208637; }
    .btn-check:checked + .btn-outline-green-600:focus,
    .btn-check:active + .btn-outline-green-600:focus, .btn-outline-green-600:active:focus, .btn-outline-green-600.active:focus, .btn-outline-green-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(32, 134, 55, 0.5); }
  .btn-outline-green-600:disabled, .btn-outline-green-600.disabled {
    color: #208637;
    background-color: transparent; }

.btn-outline-green-700 {
  color: #186429;
  border-color: #186429; }
  .btn-outline-green-700:hover {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }
  .btn-check:focus + .btn-outline-green-700, .btn-outline-green-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(24, 100, 41, 0.5); }
  .btn-check:checked + .btn-outline-green-700,
  .btn-check:active + .btn-outline-green-700, .btn-outline-green-700:active, .btn-outline-green-700.active, .btn-outline-green-700.dropdown-toggle.show {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }
    .btn-check:checked + .btn-outline-green-700:focus,
    .btn-check:active + .btn-outline-green-700:focus, .btn-outline-green-700:active:focus, .btn-outline-green-700.active:focus, .btn-outline-green-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(24, 100, 41, 0.5); }
  .btn-outline-green-700:disabled, .btn-outline-green-700.disabled {
    color: #186429;
    background-color: transparent; }

.btn-outline-green-800 {
  color: #10431c;
  border-color: #10431c; }
  .btn-outline-green-800:hover {
    color: #fff;
    background-color: #10431c;
    border-color: #10431c; }
  .btn-check:focus + .btn-outline-green-800, .btn-outline-green-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(16, 67, 28, 0.5); }
  .btn-check:checked + .btn-outline-green-800,
  .btn-check:active + .btn-outline-green-800, .btn-outline-green-800:active, .btn-outline-green-800.active, .btn-outline-green-800.dropdown-toggle.show {
    color: #fff;
    background-color: #10431c;
    border-color: #10431c; }
    .btn-check:checked + .btn-outline-green-800:focus,
    .btn-check:active + .btn-outline-green-800:focus, .btn-outline-green-800:active:focus, .btn-outline-green-800.active:focus, .btn-outline-green-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(16, 67, 28, 0.5); }
  .btn-outline-green-800:disabled, .btn-outline-green-800.disabled {
    color: #10431c;
    background-color: transparent; }

.btn-outline-green-900 {
  color: #08210e;
  border-color: #08210e; }
  .btn-outline-green-900:hover {
    color: #fff;
    background-color: #08210e;
    border-color: #08210e; }
  .btn-check:focus + .btn-outline-green-900, .btn-outline-green-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(8, 33, 14, 0.5); }
  .btn-check:checked + .btn-outline-green-900,
  .btn-check:active + .btn-outline-green-900, .btn-outline-green-900:active, .btn-outline-green-900.active, .btn-outline-green-900.dropdown-toggle.show {
    color: #fff;
    background-color: #08210e;
    border-color: #08210e; }
    .btn-check:checked + .btn-outline-green-900:focus,
    .btn-check:active + .btn-outline-green-900:focus, .btn-outline-green-900:active:focus, .btn-outline-green-900.active:focus, .btn-outline-green-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(8, 33, 14, 0.5); }
  .btn-outline-green-900:disabled, .btn-outline-green-900.disabled {
    color: #08210e;
    background-color: transparent; }

.btn-outline-teal-100 {
  color: #d2f4ea;
  border-color: #d2f4ea; }
  .btn-outline-teal-100:hover {
    color: #000;
    background-color: #d2f4ea;
    border-color: #d2f4ea; }
  .btn-check:focus + .btn-outline-teal-100, .btn-outline-teal-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(210, 244, 234, 0.5); }
  .btn-check:checked + .btn-outline-teal-100,
  .btn-check:active + .btn-outline-teal-100, .btn-outline-teal-100:active, .btn-outline-teal-100.active, .btn-outline-teal-100.dropdown-toggle.show {
    color: #000;
    background-color: #d2f4ea;
    border-color: #d2f4ea; }
    .btn-check:checked + .btn-outline-teal-100:focus,
    .btn-check:active + .btn-outline-teal-100:focus, .btn-outline-teal-100:active:focus, .btn-outline-teal-100.active:focus, .btn-outline-teal-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(210, 244, 234, 0.5); }
  .btn-outline-teal-100:disabled, .btn-outline-teal-100.disabled {
    color: #d2f4ea;
    background-color: transparent; }

.btn-outline-teal-200 {
  color: #a6e9d5;
  border-color: #a6e9d5; }
  .btn-outline-teal-200:hover {
    color: #000;
    background-color: #a6e9d5;
    border-color: #a6e9d5; }
  .btn-check:focus + .btn-outline-teal-200, .btn-outline-teal-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(166, 233, 213, 0.5); }
  .btn-check:checked + .btn-outline-teal-200,
  .btn-check:active + .btn-outline-teal-200, .btn-outline-teal-200:active, .btn-outline-teal-200.active, .btn-outline-teal-200.dropdown-toggle.show {
    color: #000;
    background-color: #a6e9d5;
    border-color: #a6e9d5; }
    .btn-check:checked + .btn-outline-teal-200:focus,
    .btn-check:active + .btn-outline-teal-200:focus, .btn-outline-teal-200:active:focus, .btn-outline-teal-200.active:focus, .btn-outline-teal-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(166, 233, 213, 0.5); }
  .btn-outline-teal-200:disabled, .btn-outline-teal-200.disabled {
    color: #a6e9d5;
    background-color: transparent; }

.btn-outline-teal-300 {
  color: #79dfc1;
  border-color: #79dfc1; }
  .btn-outline-teal-300:hover {
    color: #000;
    background-color: #79dfc1;
    border-color: #79dfc1; }
  .btn-check:focus + .btn-outline-teal-300, .btn-outline-teal-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(121, 223, 193, 0.5); }
  .btn-check:checked + .btn-outline-teal-300,
  .btn-check:active + .btn-outline-teal-300, .btn-outline-teal-300:active, .btn-outline-teal-300.active, .btn-outline-teal-300.dropdown-toggle.show {
    color: #000;
    background-color: #79dfc1;
    border-color: #79dfc1; }
    .btn-check:checked + .btn-outline-teal-300:focus,
    .btn-check:active + .btn-outline-teal-300:focus, .btn-outline-teal-300:active:focus, .btn-outline-teal-300.active:focus, .btn-outline-teal-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(121, 223, 193, 0.5); }
  .btn-outline-teal-300:disabled, .btn-outline-teal-300.disabled {
    color: #79dfc1;
    background-color: transparent; }

.btn-outline-teal-400 {
  color: #4dd4ac;
  border-color: #4dd4ac; }
  .btn-outline-teal-400:hover {
    color: #000;
    background-color: #4dd4ac;
    border-color: #4dd4ac; }
  .btn-check:focus + .btn-outline-teal-400, .btn-outline-teal-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 212, 172, 0.5); }
  .btn-check:checked + .btn-outline-teal-400,
  .btn-check:active + .btn-outline-teal-400, .btn-outline-teal-400:active, .btn-outline-teal-400.active, .btn-outline-teal-400.dropdown-toggle.show {
    color: #000;
    background-color: #4dd4ac;
    border-color: #4dd4ac; }
    .btn-check:checked + .btn-outline-teal-400:focus,
    .btn-check:active + .btn-outline-teal-400:focus, .btn-outline-teal-400:active:focus, .btn-outline-teal-400.active:focus, .btn-outline-teal-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(77, 212, 172, 0.5); }
  .btn-outline-teal-400:disabled, .btn-outline-teal-400.disabled {
    color: #4dd4ac;
    background-color: transparent; }

.btn-outline-teal-500 {
  color: #20c997;
  border-color: #20c997; }
  .btn-outline-teal-500:hover {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-check:focus + .btn-outline-teal-500, .btn-outline-teal-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5); }
  .btn-check:checked + .btn-outline-teal-500,
  .btn-check:active + .btn-outline-teal-500, .btn-outline-teal-500:active, .btn-outline-teal-500.active, .btn-outline-teal-500.dropdown-toggle.show {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }
    .btn-check:checked + .btn-outline-teal-500:focus,
    .btn-check:active + .btn-outline-teal-500:focus, .btn-outline-teal-500:active:focus, .btn-outline-teal-500.active:focus, .btn-outline-teal-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(32, 201, 151, 0.5); }
  .btn-outline-teal-500:disabled, .btn-outline-teal-500.disabled {
    color: #20c997;
    background-color: transparent; }

.btn-outline-teal-600 {
  color: #1aa179;
  border-color: #1aa179; }
  .btn-outline-teal-600:hover {
    color: #000;
    background-color: #1aa179;
    border-color: #1aa179; }
  .btn-check:focus + .btn-outline-teal-600, .btn-outline-teal-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(26, 161, 121, 0.5); }
  .btn-check:checked + .btn-outline-teal-600,
  .btn-check:active + .btn-outline-teal-600, .btn-outline-teal-600:active, .btn-outline-teal-600.active, .btn-outline-teal-600.dropdown-toggle.show {
    color: #000;
    background-color: #1aa179;
    border-color: #1aa179; }
    .btn-check:checked + .btn-outline-teal-600:focus,
    .btn-check:active + .btn-outline-teal-600:focus, .btn-outline-teal-600:active:focus, .btn-outline-teal-600.active:focus, .btn-outline-teal-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(26, 161, 121, 0.5); }
  .btn-outline-teal-600:disabled, .btn-outline-teal-600.disabled {
    color: #1aa179;
    background-color: transparent; }

.btn-outline-teal-700 {
  color: #13795b;
  border-color: #13795b; }
  .btn-outline-teal-700:hover {
    color: #fff;
    background-color: #13795b;
    border-color: #13795b; }
  .btn-check:focus + .btn-outline-teal-700, .btn-outline-teal-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(19, 121, 91, 0.5); }
  .btn-check:checked + .btn-outline-teal-700,
  .btn-check:active + .btn-outline-teal-700, .btn-outline-teal-700:active, .btn-outline-teal-700.active, .btn-outline-teal-700.dropdown-toggle.show {
    color: #fff;
    background-color: #13795b;
    border-color: #13795b; }
    .btn-check:checked + .btn-outline-teal-700:focus,
    .btn-check:active + .btn-outline-teal-700:focus, .btn-outline-teal-700:active:focus, .btn-outline-teal-700.active:focus, .btn-outline-teal-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(19, 121, 91, 0.5); }
  .btn-outline-teal-700:disabled, .btn-outline-teal-700.disabled {
    color: #13795b;
    background-color: transparent; }

.btn-outline-teal-800 {
  color: #0d503c;
  border-color: #0d503c; }
  .btn-outline-teal-800:hover {
    color: #fff;
    background-color: #0d503c;
    border-color: #0d503c; }
  .btn-check:focus + .btn-outline-teal-800, .btn-outline-teal-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 80, 60, 0.5); }
  .btn-check:checked + .btn-outline-teal-800,
  .btn-check:active + .btn-outline-teal-800, .btn-outline-teal-800:active, .btn-outline-teal-800.active, .btn-outline-teal-800.dropdown-toggle.show {
    color: #fff;
    background-color: #0d503c;
    border-color: #0d503c; }
    .btn-check:checked + .btn-outline-teal-800:focus,
    .btn-check:active + .btn-outline-teal-800:focus, .btn-outline-teal-800:active:focus, .btn-outline-teal-800.active:focus, .btn-outline-teal-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(13, 80, 60, 0.5); }
  .btn-outline-teal-800:disabled, .btn-outline-teal-800.disabled {
    color: #0d503c;
    background-color: transparent; }

.btn-outline-teal-900 {
  color: #06281e;
  border-color: #06281e; }
  .btn-outline-teal-900:hover {
    color: #fff;
    background-color: #06281e;
    border-color: #06281e; }
  .btn-check:focus + .btn-outline-teal-900, .btn-outline-teal-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(6, 40, 30, 0.5); }
  .btn-check:checked + .btn-outline-teal-900,
  .btn-check:active + .btn-outline-teal-900, .btn-outline-teal-900:active, .btn-outline-teal-900.active, .btn-outline-teal-900.dropdown-toggle.show {
    color: #fff;
    background-color: #06281e;
    border-color: #06281e; }
    .btn-check:checked + .btn-outline-teal-900:focus,
    .btn-check:active + .btn-outline-teal-900:focus, .btn-outline-teal-900:active:focus, .btn-outline-teal-900.active:focus, .btn-outline-teal-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(6, 40, 30, 0.5); }
  .btn-outline-teal-900:disabled, .btn-outline-teal-900.disabled {
    color: #06281e;
    background-color: transparent; }

.btn-outline-cyan-100 {
  color: #d1ecf1;
  border-color: #d1ecf1; }
  .btn-outline-cyan-100:hover {
    color: #000;
    background-color: #d1ecf1;
    border-color: #d1ecf1; }
  .btn-check:focus + .btn-outline-cyan-100, .btn-outline-cyan-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(209, 236, 241, 0.5); }
  .btn-check:checked + .btn-outline-cyan-100,
  .btn-check:active + .btn-outline-cyan-100, .btn-outline-cyan-100:active, .btn-outline-cyan-100.active, .btn-outline-cyan-100.dropdown-toggle.show {
    color: #000;
    background-color: #d1ecf1;
    border-color: #d1ecf1; }
    .btn-check:checked + .btn-outline-cyan-100:focus,
    .btn-check:active + .btn-outline-cyan-100:focus, .btn-outline-cyan-100:active:focus, .btn-outline-cyan-100.active:focus, .btn-outline-cyan-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(209, 236, 241, 0.5); }
  .btn-outline-cyan-100:disabled, .btn-outline-cyan-100.disabled {
    color: #d1ecf1;
    background-color: transparent; }

.btn-outline-cyan-200 {
  color: #a2dae3;
  border-color: #a2dae3; }
  .btn-outline-cyan-200:hover {
    color: #000;
    background-color: #a2dae3;
    border-color: #a2dae3; }
  .btn-check:focus + .btn-outline-cyan-200, .btn-outline-cyan-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(162, 218, 227, 0.5); }
  .btn-check:checked + .btn-outline-cyan-200,
  .btn-check:active + .btn-outline-cyan-200, .btn-outline-cyan-200:active, .btn-outline-cyan-200.active, .btn-outline-cyan-200.dropdown-toggle.show {
    color: #000;
    background-color: #a2dae3;
    border-color: #a2dae3; }
    .btn-check:checked + .btn-outline-cyan-200:focus,
    .btn-check:active + .btn-outline-cyan-200:focus, .btn-outline-cyan-200:active:focus, .btn-outline-cyan-200.active:focus, .btn-outline-cyan-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(162, 218, 227, 0.5); }
  .btn-outline-cyan-200:disabled, .btn-outline-cyan-200.disabled {
    color: #a2dae3;
    background-color: transparent; }

.btn-outline-cyan-300 {
  color: #74c7d4;
  border-color: #74c7d4; }
  .btn-outline-cyan-300:hover {
    color: #000;
    background-color: #74c7d4;
    border-color: #74c7d4; }
  .btn-check:focus + .btn-outline-cyan-300, .btn-outline-cyan-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(116, 199, 212, 0.5); }
  .btn-check:checked + .btn-outline-cyan-300,
  .btn-check:active + .btn-outline-cyan-300, .btn-outline-cyan-300:active, .btn-outline-cyan-300.active, .btn-outline-cyan-300.dropdown-toggle.show {
    color: #000;
    background-color: #74c7d4;
    border-color: #74c7d4; }
    .btn-check:checked + .btn-outline-cyan-300:focus,
    .btn-check:active + .btn-outline-cyan-300:focus, .btn-outline-cyan-300:active:focus, .btn-outline-cyan-300.active:focus, .btn-outline-cyan-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(116, 199, 212, 0.5); }
  .btn-outline-cyan-300:disabled, .btn-outline-cyan-300.disabled {
    color: #74c7d4;
    background-color: transparent; }

.btn-outline-cyan-400 {
  color: #45b5c6;
  border-color: #45b5c6; }
  .btn-outline-cyan-400:hover {
    color: #000;
    background-color: #45b5c6;
    border-color: #45b5c6; }
  .btn-check:focus + .btn-outline-cyan-400, .btn-outline-cyan-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(69, 181, 198, 0.5); }
  .btn-check:checked + .btn-outline-cyan-400,
  .btn-check:active + .btn-outline-cyan-400, .btn-outline-cyan-400:active, .btn-outline-cyan-400.active, .btn-outline-cyan-400.dropdown-toggle.show {
    color: #000;
    background-color: #45b5c6;
    border-color: #45b5c6; }
    .btn-check:checked + .btn-outline-cyan-400:focus,
    .btn-check:active + .btn-outline-cyan-400:focus, .btn-outline-cyan-400:active:focus, .btn-outline-cyan-400.active:focus, .btn-outline-cyan-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(69, 181, 198, 0.5); }
  .btn-outline-cyan-400:disabled, .btn-outline-cyan-400.disabled {
    color: #45b5c6;
    background-color: transparent; }

.btn-outline-cyan-500 {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-cyan-500:hover {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-cyan-500, .btn-outline-cyan-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-cyan-500,
  .btn-check:active + .btn-outline-cyan-500, .btn-outline-cyan-500:active, .btn-outline-cyan-500.active, .btn-outline-cyan-500.dropdown-toggle.show {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-cyan-500:focus,
    .btn-check:active + .btn-outline-cyan-500:focus, .btn-outline-cyan-500:active:focus, .btn-outline-cyan-500.active:focus, .btn-outline-cyan-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-cyan-500:disabled, .btn-outline-cyan-500.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-cyan-600 {
  color: #128293;
  border-color: #128293; }
  .btn-outline-cyan-600:hover {
    color: #fff;
    background-color: #128293;
    border-color: #128293; }
  .btn-check:focus + .btn-outline-cyan-600, .btn-outline-cyan-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(18, 130, 147, 0.5); }
  .btn-check:checked + .btn-outline-cyan-600,
  .btn-check:active + .btn-outline-cyan-600, .btn-outline-cyan-600:active, .btn-outline-cyan-600.active, .btn-outline-cyan-600.dropdown-toggle.show {
    color: #fff;
    background-color: #128293;
    border-color: #128293; }
    .btn-check:checked + .btn-outline-cyan-600:focus,
    .btn-check:active + .btn-outline-cyan-600:focus, .btn-outline-cyan-600:active:focus, .btn-outline-cyan-600.active:focus, .btn-outline-cyan-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(18, 130, 147, 0.5); }
  .btn-outline-cyan-600:disabled, .btn-outline-cyan-600.disabled {
    color: #128293;
    background-color: transparent; }

.btn-outline-cyan-700 {
  color: #0e616e;
  border-color: #0e616e; }
  .btn-outline-cyan-700:hover {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }
  .btn-check:focus + .btn-outline-cyan-700, .btn-outline-cyan-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(14, 97, 110, 0.5); }
  .btn-check:checked + .btn-outline-cyan-700,
  .btn-check:active + .btn-outline-cyan-700, .btn-outline-cyan-700:active, .btn-outline-cyan-700.active, .btn-outline-cyan-700.dropdown-toggle.show {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }
    .btn-check:checked + .btn-outline-cyan-700:focus,
    .btn-check:active + .btn-outline-cyan-700:focus, .btn-outline-cyan-700:active:focus, .btn-outline-cyan-700.active:focus, .btn-outline-cyan-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(14, 97, 110, 0.5); }
  .btn-outline-cyan-700:disabled, .btn-outline-cyan-700.disabled {
    color: #0e616e;
    background-color: transparent; }

.btn-outline-cyan-800 {
  color: #09414a;
  border-color: #09414a; }
  .btn-outline-cyan-800:hover {
    color: #fff;
    background-color: #09414a;
    border-color: #09414a; }
  .btn-check:focus + .btn-outline-cyan-800, .btn-outline-cyan-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(9, 65, 74, 0.5); }
  .btn-check:checked + .btn-outline-cyan-800,
  .btn-check:active + .btn-outline-cyan-800, .btn-outline-cyan-800:active, .btn-outline-cyan-800.active, .btn-outline-cyan-800.dropdown-toggle.show {
    color: #fff;
    background-color: #09414a;
    border-color: #09414a; }
    .btn-check:checked + .btn-outline-cyan-800:focus,
    .btn-check:active + .btn-outline-cyan-800:focus, .btn-outline-cyan-800:active:focus, .btn-outline-cyan-800.active:focus, .btn-outline-cyan-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(9, 65, 74, 0.5); }
  .btn-outline-cyan-800:disabled, .btn-outline-cyan-800.disabled {
    color: #09414a;
    background-color: transparent; }

.btn-outline-cyan-900 {
  color: #052025;
  border-color: #052025; }
  .btn-outline-cyan-900:hover {
    color: #fff;
    background-color: #052025;
    border-color: #052025; }
  .btn-check:focus + .btn-outline-cyan-900, .btn-outline-cyan-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(5, 32, 37, 0.5); }
  .btn-check:checked + .btn-outline-cyan-900,
  .btn-check:active + .btn-outline-cyan-900, .btn-outline-cyan-900:active, .btn-outline-cyan-900.active, .btn-outline-cyan-900.dropdown-toggle.show {
    color: #fff;
    background-color: #052025;
    border-color: #052025; }
    .btn-check:checked + .btn-outline-cyan-900:focus,
    .btn-check:active + .btn-outline-cyan-900:focus, .btn-outline-cyan-900:active:focus, .btn-outline-cyan-900.active:focus, .btn-outline-cyan-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(5, 32, 37, 0.5); }
  .btn-outline-cyan-900:disabled, .btn-outline-cyan-900.disabled {
    color: #052025;
    background-color: transparent; }

.btn-outline-primary-100 {
  color: #ccd8e5;
  border-color: #ccd8e5; }
  .btn-outline-primary-100:hover {
    color: #000;
    background-color: #ccd8e5;
    border-color: #ccd8e5; }
  .btn-check:focus + .btn-outline-primary-100, .btn-outline-primary-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 216, 229, 0.5); }
  .btn-check:checked + .btn-outline-primary-100,
  .btn-check:active + .btn-outline-primary-100, .btn-outline-primary-100:active, .btn-outline-primary-100.active, .btn-outline-primary-100.dropdown-toggle.show {
    color: #000;
    background-color: #ccd8e5;
    border-color: #ccd8e5; }
    .btn-check:checked + .btn-outline-primary-100:focus,
    .btn-check:active + .btn-outline-primary-100:focus, .btn-outline-primary-100:active:focus, .btn-outline-primary-100.active:focus, .btn-outline-primary-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 216, 229, 0.5); }
  .btn-outline-primary-100:disabled, .btn-outline-primary-100.disabled {
    color: #ccd8e5;
    background-color: transparent; }

.btn-outline-primary-200 {
  color: #99b1cb;
  border-color: #99b1cb; }
  .btn-outline-primary-200:hover {
    color: #000;
    background-color: #99b1cb;
    border-color: #99b1cb; }
  .btn-check:focus + .btn-outline-primary-200, .btn-outline-primary-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 177, 203, 0.5); }
  .btn-check:checked + .btn-outline-primary-200,
  .btn-check:active + .btn-outline-primary-200, .btn-outline-primary-200:active, .btn-outline-primary-200.active, .btn-outline-primary-200.dropdown-toggle.show {
    color: #000;
    background-color: #99b1cb;
    border-color: #99b1cb; }
    .btn-check:checked + .btn-outline-primary-200:focus,
    .btn-check:active + .btn-outline-primary-200:focus, .btn-outline-primary-200:active:focus, .btn-outline-primary-200.active:focus, .btn-outline-primary-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(153, 177, 203, 0.5); }
  .btn-outline-primary-200:disabled, .btn-outline-primary-200.disabled {
    color: #99b1cb;
    background-color: transparent; }

.btn-outline-primary-300 {
  color: #668ab1;
  border-color: #668ab1; }
  .btn-outline-primary-300:hover {
    color: #000;
    background-color: #668ab1;
    border-color: #668ab1; }
  .btn-check:focus + .btn-outline-primary-300, .btn-outline-primary-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 138, 177, 0.5); }
  .btn-check:checked + .btn-outline-primary-300,
  .btn-check:active + .btn-outline-primary-300, .btn-outline-primary-300:active, .btn-outline-primary-300.active, .btn-outline-primary-300.dropdown-toggle.show {
    color: #000;
    background-color: #668ab1;
    border-color: #668ab1; }
    .btn-check:checked + .btn-outline-primary-300:focus,
    .btn-check:active + .btn-outline-primary-300:focus, .btn-outline-primary-300:active:focus, .btn-outline-primary-300.active:focus, .btn-outline-primary-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(102, 138, 177, 0.5); }
  .btn-outline-primary-300:disabled, .btn-outline-primary-300.disabled {
    color: #668ab1;
    background-color: transparent; }

.btn-outline-primary-400 {
  color: #336397;
  border-color: #336397; }
  .btn-outline-primary-400:hover {
    color: #fff;
    background-color: #336397;
    border-color: #336397; }
  .btn-check:focus + .btn-outline-primary-400, .btn-outline-primary-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 99, 151, 0.5); }
  .btn-check:checked + .btn-outline-primary-400,
  .btn-check:active + .btn-outline-primary-400, .btn-outline-primary-400:active, .btn-outline-primary-400.active, .btn-outline-primary-400.dropdown-toggle.show {
    color: #fff;
    background-color: #336397;
    border-color: #336397; }
    .btn-check:checked + .btn-outline-primary-400:focus,
    .btn-check:active + .btn-outline-primary-400:focus, .btn-outline-primary-400:active:focus, .btn-outline-primary-400.active:focus, .btn-outline-primary-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 99, 151, 0.5); }
  .btn-outline-primary-400:disabled, .btn-outline-primary-400.disabled {
    color: #336397;
    background-color: transparent; }

.btn-outline-primary-500 {
  color: #003c7d;
  border-color: #003c7d; }
  .btn-outline-primary-500:hover {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
  .btn-check:focus + .btn-outline-primary-500, .btn-outline-primary-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 60, 125, 0.5); }
  .btn-check:checked + .btn-outline-primary-500,
  .btn-check:active + .btn-outline-primary-500, .btn-outline-primary-500:active, .btn-outline-primary-500.active, .btn-outline-primary-500.dropdown-toggle.show {
    color: #fff;
    background-color: #003c7d;
    border-color: #003c7d; }
    .btn-check:checked + .btn-outline-primary-500:focus,
    .btn-check:active + .btn-outline-primary-500:focus, .btn-outline-primary-500:active:focus, .btn-outline-primary-500.active:focus, .btn-outline-primary-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 60, 125, 0.5); }
  .btn-outline-primary-500:disabled, .btn-outline-primary-500.disabled {
    color: #003c7d;
    background-color: transparent; }

.btn-outline-primary-600 {
  color: #003064;
  border-color: #003064; }
  .btn-outline-primary-600:hover {
    color: #fff;
    background-color: #003064;
    border-color: #003064; }
  .btn-check:focus + .btn-outline-primary-600, .btn-outline-primary-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 48, 100, 0.5); }
  .btn-check:checked + .btn-outline-primary-600,
  .btn-check:active + .btn-outline-primary-600, .btn-outline-primary-600:active, .btn-outline-primary-600.active, .btn-outline-primary-600.dropdown-toggle.show {
    color: #fff;
    background-color: #003064;
    border-color: #003064; }
    .btn-check:checked + .btn-outline-primary-600:focus,
    .btn-check:active + .btn-outline-primary-600:focus, .btn-outline-primary-600:active:focus, .btn-outline-primary-600.active:focus, .btn-outline-primary-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 48, 100, 0.5); }
  .btn-outline-primary-600:disabled, .btn-outline-primary-600.disabled {
    color: #003064;
    background-color: transparent; }

.btn-outline-primary-700 {
  color: #00244b;
  border-color: #00244b; }
  .btn-outline-primary-700:hover {
    color: #fff;
    background-color: #00244b;
    border-color: #00244b; }
  .btn-check:focus + .btn-outline-primary-700, .btn-outline-primary-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 36, 75, 0.5); }
  .btn-check:checked + .btn-outline-primary-700,
  .btn-check:active + .btn-outline-primary-700, .btn-outline-primary-700:active, .btn-outline-primary-700.active, .btn-outline-primary-700.dropdown-toggle.show {
    color: #fff;
    background-color: #00244b;
    border-color: #00244b; }
    .btn-check:checked + .btn-outline-primary-700:focus,
    .btn-check:active + .btn-outline-primary-700:focus, .btn-outline-primary-700:active:focus, .btn-outline-primary-700.active:focus, .btn-outline-primary-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 36, 75, 0.5); }
  .btn-outline-primary-700:disabled, .btn-outline-primary-700.disabled {
    color: #00244b;
    background-color: transparent; }

.btn-outline-primary-800 {
  color: #001832;
  border-color: #001832; }
  .btn-outline-primary-800:hover {
    color: #fff;
    background-color: #001832;
    border-color: #001832; }
  .btn-check:focus + .btn-outline-primary-800, .btn-outline-primary-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 24, 50, 0.5); }
  .btn-check:checked + .btn-outline-primary-800,
  .btn-check:active + .btn-outline-primary-800, .btn-outline-primary-800:active, .btn-outline-primary-800.active, .btn-outline-primary-800.dropdown-toggle.show {
    color: #fff;
    background-color: #001832;
    border-color: #001832; }
    .btn-check:checked + .btn-outline-primary-800:focus,
    .btn-check:active + .btn-outline-primary-800:focus, .btn-outline-primary-800:active:focus, .btn-outline-primary-800.active:focus, .btn-outline-primary-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 24, 50, 0.5); }
  .btn-outline-primary-800:disabled, .btn-outline-primary-800.disabled {
    color: #001832;
    background-color: transparent; }

.btn-outline-primary-900 {
  color: #000c19;
  border-color: #000c19; }
  .btn-outline-primary-900:hover {
    color: #fff;
    background-color: #000c19;
    border-color: #000c19; }
  .btn-check:focus + .btn-outline-primary-900, .btn-outline-primary-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 12, 25, 0.5); }
  .btn-check:checked + .btn-outline-primary-900,
  .btn-check:active + .btn-outline-primary-900, .btn-outline-primary-900:active, .btn-outline-primary-900.active, .btn-outline-primary-900.dropdown-toggle.show {
    color: #fff;
    background-color: #000c19;
    border-color: #000c19; }
    .btn-check:checked + .btn-outline-primary-900:focus,
    .btn-check:active + .btn-outline-primary-900:focus, .btn-outline-primary-900:active:focus, .btn-outline-primary-900.active:focus, .btn-outline-primary-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 12, 25, 0.5); }
  .btn-outline-primary-900:disabled, .btn-outline-primary-900.disabled {
    color: #000c19;
    background-color: transparent; }

.btn-outline-secondary-100 {
  color: #e9e9ea;
  border-color: #e9e9ea; }
  .btn-outline-secondary-100:hover {
    color: #000;
    background-color: #e9e9ea;
    border-color: #e9e9ea; }
  .btn-check:focus + .btn-outline-secondary-100, .btn-outline-secondary-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(233, 233, 234, 0.5); }
  .btn-check:checked + .btn-outline-secondary-100,
  .btn-check:active + .btn-outline-secondary-100, .btn-outline-secondary-100:active, .btn-outline-secondary-100.active, .btn-outline-secondary-100.dropdown-toggle.show {
    color: #000;
    background-color: #e9e9ea;
    border-color: #e9e9ea; }
    .btn-check:checked + .btn-outline-secondary-100:focus,
    .btn-check:active + .btn-outline-secondary-100:focus, .btn-outline-secondary-100:active:focus, .btn-outline-secondary-100.active:focus, .btn-outline-secondary-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(233, 233, 234, 0.5); }
  .btn-outline-secondary-100:disabled, .btn-outline-secondary-100.disabled {
    color: #e9e9ea;
    background-color: transparent; }

.btn-outline-secondary-200 {
  color: #d2d4d5;
  border-color: #d2d4d5; }
  .btn-outline-secondary-200:hover {
    color: #000;
    background-color: #d2d4d5;
    border-color: #d2d4d5; }
  .btn-check:focus + .btn-outline-secondary-200, .btn-outline-secondary-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(210, 212, 213, 0.5); }
  .btn-check:checked + .btn-outline-secondary-200,
  .btn-check:active + .btn-outline-secondary-200, .btn-outline-secondary-200:active, .btn-outline-secondary-200.active, .btn-outline-secondary-200.dropdown-toggle.show {
    color: #000;
    background-color: #d2d4d5;
    border-color: #d2d4d5; }
    .btn-check:checked + .btn-outline-secondary-200:focus,
    .btn-check:active + .btn-outline-secondary-200:focus, .btn-outline-secondary-200:active:focus, .btn-outline-secondary-200.active:focus, .btn-outline-secondary-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(210, 212, 213, 0.5); }
  .btn-outline-secondary-200:disabled, .btn-outline-secondary-200.disabled {
    color: #d2d4d5;
    background-color: transparent; }

.btn-outline-secondary-300 {
  color: #bcbec1;
  border-color: #bcbec1; }
  .btn-outline-secondary-300:hover {
    color: #000;
    background-color: #bcbec1;
    border-color: #bcbec1; }
  .btn-check:focus + .btn-outline-secondary-300, .btn-outline-secondary-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(188, 190, 193, 0.5); }
  .btn-check:checked + .btn-outline-secondary-300,
  .btn-check:active + .btn-outline-secondary-300, .btn-outline-secondary-300:active, .btn-outline-secondary-300.active, .btn-outline-secondary-300.dropdown-toggle.show {
    color: #000;
    background-color: #bcbec1;
    border-color: #bcbec1; }
    .btn-check:checked + .btn-outline-secondary-300:focus,
    .btn-check:active + .btn-outline-secondary-300:focus, .btn-outline-secondary-300:active:focus, .btn-outline-secondary-300.active:focus, .btn-outline-secondary-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(188, 190, 193, 0.5); }
  .btn-outline-secondary-300:disabled, .btn-outline-secondary-300.disabled {
    color: #bcbec1;
    background-color: transparent; }

.btn-outline-secondary-400 {
  color: #a5a9ac;
  border-color: #a5a9ac; }
  .btn-outline-secondary-400:hover {
    color: #000;
    background-color: #a5a9ac;
    border-color: #a5a9ac; }
  .btn-check:focus + .btn-outline-secondary-400, .btn-outline-secondary-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(165, 169, 172, 0.5); }
  .btn-check:checked + .btn-outline-secondary-400,
  .btn-check:active + .btn-outline-secondary-400, .btn-outline-secondary-400:active, .btn-outline-secondary-400.active, .btn-outline-secondary-400.dropdown-toggle.show {
    color: #000;
    background-color: #a5a9ac;
    border-color: #a5a9ac; }
    .btn-check:checked + .btn-outline-secondary-400:focus,
    .btn-check:active + .btn-outline-secondary-400:focus, .btn-outline-secondary-400:active:focus, .btn-outline-secondary-400.active:focus, .btn-outline-secondary-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(165, 169, 172, 0.5); }
  .btn-outline-secondary-400:disabled, .btn-outline-secondary-400.disabled {
    color: #a5a9ac;
    background-color: transparent; }

.btn-outline-secondary-500 {
  color: #8f9397;
  border-color: #8f9397; }
  .btn-outline-secondary-500:hover {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }
  .btn-check:focus + .btn-outline-secondary-500, .btn-outline-secondary-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(143, 147, 151, 0.5); }
  .btn-check:checked + .btn-outline-secondary-500,
  .btn-check:active + .btn-outline-secondary-500, .btn-outline-secondary-500:active, .btn-outline-secondary-500.active, .btn-outline-secondary-500.dropdown-toggle.show {
    color: #000;
    background-color: #8f9397;
    border-color: #8f9397; }
    .btn-check:checked + .btn-outline-secondary-500:focus,
    .btn-check:active + .btn-outline-secondary-500:focus, .btn-outline-secondary-500:active:focus, .btn-outline-secondary-500.active:focus, .btn-outline-secondary-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(143, 147, 151, 0.5); }
  .btn-outline-secondary-500:disabled, .btn-outline-secondary-500.disabled {
    color: #8f9397;
    background-color: transparent; }

.btn-outline-secondary-600 {
  color: #727679;
  border-color: #727679; }
  .btn-outline-secondary-600:hover {
    color: #fff;
    background-color: #727679;
    border-color: #727679; }
  .btn-check:focus + .btn-outline-secondary-600, .btn-outline-secondary-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(114, 118, 121, 0.5); }
  .btn-check:checked + .btn-outline-secondary-600,
  .btn-check:active + .btn-outline-secondary-600, .btn-outline-secondary-600:active, .btn-outline-secondary-600.active, .btn-outline-secondary-600.dropdown-toggle.show {
    color: #fff;
    background-color: #727679;
    border-color: #727679; }
    .btn-check:checked + .btn-outline-secondary-600:focus,
    .btn-check:active + .btn-outline-secondary-600:focus, .btn-outline-secondary-600:active:focus, .btn-outline-secondary-600.active:focus, .btn-outline-secondary-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(114, 118, 121, 0.5); }
  .btn-outline-secondary-600:disabled, .btn-outline-secondary-600.disabled {
    color: #727679;
    background-color: transparent; }

.btn-outline-secondary-700 {
  color: #56585b;
  border-color: #56585b; }
  .btn-outline-secondary-700:hover {
    color: #fff;
    background-color: #56585b;
    border-color: #56585b; }
  .btn-check:focus + .btn-outline-secondary-700, .btn-outline-secondary-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(86, 88, 91, 0.5); }
  .btn-check:checked + .btn-outline-secondary-700,
  .btn-check:active + .btn-outline-secondary-700, .btn-outline-secondary-700:active, .btn-outline-secondary-700.active, .btn-outline-secondary-700.dropdown-toggle.show {
    color: #fff;
    background-color: #56585b;
    border-color: #56585b; }
    .btn-check:checked + .btn-outline-secondary-700:focus,
    .btn-check:active + .btn-outline-secondary-700:focus, .btn-outline-secondary-700:active:focus, .btn-outline-secondary-700.active:focus, .btn-outline-secondary-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(86, 88, 91, 0.5); }
  .btn-outline-secondary-700:disabled, .btn-outline-secondary-700.disabled {
    color: #56585b;
    background-color: transparent; }

.btn-outline-secondary-800 {
  color: #393b3c;
  border-color: #393b3c; }
  .btn-outline-secondary-800:hover {
    color: #fff;
    background-color: #393b3c;
    border-color: #393b3c; }
  .btn-check:focus + .btn-outline-secondary-800, .btn-outline-secondary-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 59, 60, 0.5); }
  .btn-check:checked + .btn-outline-secondary-800,
  .btn-check:active + .btn-outline-secondary-800, .btn-outline-secondary-800:active, .btn-outline-secondary-800.active, .btn-outline-secondary-800.dropdown-toggle.show {
    color: #fff;
    background-color: #393b3c;
    border-color: #393b3c; }
    .btn-check:checked + .btn-outline-secondary-800:focus,
    .btn-check:active + .btn-outline-secondary-800:focus, .btn-outline-secondary-800:active:focus, .btn-outline-secondary-800.active:focus, .btn-outline-secondary-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(57, 59, 60, 0.5); }
  .btn-outline-secondary-800:disabled, .btn-outline-secondary-800.disabled {
    color: #393b3c;
    background-color: transparent; }

.btn-outline-secondary-900 {
  color: #1d1d1e;
  border-color: #1d1d1e; }
  .btn-outline-secondary-900:hover {
    color: #fff;
    background-color: #1d1d1e;
    border-color: #1d1d1e; }
  .btn-check:focus + .btn-outline-secondary-900, .btn-outline-secondary-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 29, 30, 0.5); }
  .btn-check:checked + .btn-outline-secondary-900,
  .btn-check:active + .btn-outline-secondary-900, .btn-outline-secondary-900:active, .btn-outline-secondary-900.active, .btn-outline-secondary-900.dropdown-toggle.show {
    color: #fff;
    background-color: #1d1d1e;
    border-color: #1d1d1e; }
    .btn-check:checked + .btn-outline-secondary-900:focus,
    .btn-check:active + .btn-outline-secondary-900:focus, .btn-outline-secondary-900:active:focus, .btn-outline-secondary-900.active:focus, .btn-outline-secondary-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(29, 29, 30, 0.5); }
  .btn-outline-secondary-900:disabled, .btn-outline-secondary-900.disabled {
    color: #1d1d1e;
    background-color: transparent; }

.btn-outline-success-100 {
  color: #d4edda;
  border-color: #d4edda; }
  .btn-outline-success-100:hover {
    color: #000;
    background-color: #d4edda;
    border-color: #d4edda; }
  .btn-check:focus + .btn-outline-success-100, .btn-outline-success-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 237, 218, 0.5); }
  .btn-check:checked + .btn-outline-success-100,
  .btn-check:active + .btn-outline-success-100, .btn-outline-success-100:active, .btn-outline-success-100.active, .btn-outline-success-100.dropdown-toggle.show {
    color: #000;
    background-color: #d4edda;
    border-color: #d4edda; }
    .btn-check:checked + .btn-outline-success-100:focus,
    .btn-check:active + .btn-outline-success-100:focus, .btn-outline-success-100:active:focus, .btn-outline-success-100.active:focus, .btn-outline-success-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(212, 237, 218, 0.5); }
  .btn-outline-success-100:disabled, .btn-outline-success-100.disabled {
    color: #d4edda;
    background-color: transparent; }

.btn-outline-success-200 {
  color: #a9dcb5;
  border-color: #a9dcb5; }
  .btn-outline-success-200:hover {
    color: #000;
    background-color: #a9dcb5;
    border-color: #a9dcb5; }
  .btn-check:focus + .btn-outline-success-200, .btn-outline-success-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(169, 220, 181, 0.5); }
  .btn-check:checked + .btn-outline-success-200,
  .btn-check:active + .btn-outline-success-200, .btn-outline-success-200:active, .btn-outline-success-200.active, .btn-outline-success-200.dropdown-toggle.show {
    color: #000;
    background-color: #a9dcb5;
    border-color: #a9dcb5; }
    .btn-check:checked + .btn-outline-success-200:focus,
    .btn-check:active + .btn-outline-success-200:focus, .btn-outline-success-200:active:focus, .btn-outline-success-200.active:focus, .btn-outline-success-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(169, 220, 181, 0.5); }
  .btn-outline-success-200:disabled, .btn-outline-success-200.disabled {
    color: #a9dcb5;
    background-color: transparent; }

.btn-outline-success-300 {
  color: #7eca8f;
  border-color: #7eca8f; }
  .btn-outline-success-300:hover {
    color: #000;
    background-color: #7eca8f;
    border-color: #7eca8f; }
  .btn-check:focus + .btn-outline-success-300, .btn-outline-success-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(126, 202, 143, 0.5); }
  .btn-check:checked + .btn-outline-success-300,
  .btn-check:active + .btn-outline-success-300, .btn-outline-success-300:active, .btn-outline-success-300.active, .btn-outline-success-300.dropdown-toggle.show {
    color: #000;
    background-color: #7eca8f;
    border-color: #7eca8f; }
    .btn-check:checked + .btn-outline-success-300:focus,
    .btn-check:active + .btn-outline-success-300:focus, .btn-outline-success-300:active:focus, .btn-outline-success-300.active:focus, .btn-outline-success-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(126, 202, 143, 0.5); }
  .btn-outline-success-300:disabled, .btn-outline-success-300.disabled {
    color: #7eca8f;
    background-color: transparent; }

.btn-outline-success-400 {
  color: #53b96a;
  border-color: #53b96a; }
  .btn-outline-success-400:hover {
    color: #000;
    background-color: #53b96a;
    border-color: #53b96a; }
  .btn-check:focus + .btn-outline-success-400, .btn-outline-success-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(83, 185, 106, 0.5); }
  .btn-check:checked + .btn-outline-success-400,
  .btn-check:active + .btn-outline-success-400, .btn-outline-success-400:active, .btn-outline-success-400.active, .btn-outline-success-400.dropdown-toggle.show {
    color: #000;
    background-color: #53b96a;
    border-color: #53b96a; }
    .btn-check:checked + .btn-outline-success-400:focus,
    .btn-check:active + .btn-outline-success-400:focus, .btn-outline-success-400:active:focus, .btn-outline-success-400.active:focus, .btn-outline-success-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(83, 185, 106, 0.5); }
  .btn-outline-success-400:disabled, .btn-outline-success-400.disabled {
    color: #53b96a;
    background-color: transparent; }

.btn-outline-success-500 {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success-500:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success-500, .btn-outline-success-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success-500,
  .btn-check:active + .btn-outline-success-500, .btn-outline-success-500:active, .btn-outline-success-500.active, .btn-outline-success-500.dropdown-toggle.show {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-success-500:focus,
    .btn-check:active + .btn-outline-success-500:focus, .btn-outline-success-500:active:focus, .btn-outline-success-500.active:focus, .btn-outline-success-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success-500:disabled, .btn-outline-success-500.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-success-600 {
  color: #208637;
  border-color: #208637; }
  .btn-outline-success-600:hover {
    color: #fff;
    background-color: #208637;
    border-color: #208637; }
  .btn-check:focus + .btn-outline-success-600, .btn-outline-success-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 134, 55, 0.5); }
  .btn-check:checked + .btn-outline-success-600,
  .btn-check:active + .btn-outline-success-600, .btn-outline-success-600:active, .btn-outline-success-600.active, .btn-outline-success-600.dropdown-toggle.show {
    color: #fff;
    background-color: #208637;
    border-color: #208637; }
    .btn-check:checked + .btn-outline-success-600:focus,
    .btn-check:active + .btn-outline-success-600:focus, .btn-outline-success-600:active:focus, .btn-outline-success-600.active:focus, .btn-outline-success-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(32, 134, 55, 0.5); }
  .btn-outline-success-600:disabled, .btn-outline-success-600.disabled {
    color: #208637;
    background-color: transparent; }

.btn-outline-success-700 {
  color: #186429;
  border-color: #186429; }
  .btn-outline-success-700:hover {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }
  .btn-check:focus + .btn-outline-success-700, .btn-outline-success-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(24, 100, 41, 0.5); }
  .btn-check:checked + .btn-outline-success-700,
  .btn-check:active + .btn-outline-success-700, .btn-outline-success-700:active, .btn-outline-success-700.active, .btn-outline-success-700.dropdown-toggle.show {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }
    .btn-check:checked + .btn-outline-success-700:focus,
    .btn-check:active + .btn-outline-success-700:focus, .btn-outline-success-700:active:focus, .btn-outline-success-700.active:focus, .btn-outline-success-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(24, 100, 41, 0.5); }
  .btn-outline-success-700:disabled, .btn-outline-success-700.disabled {
    color: #186429;
    background-color: transparent; }

.btn-outline-success-800 {
  color: #10431c;
  border-color: #10431c; }
  .btn-outline-success-800:hover {
    color: #fff;
    background-color: #10431c;
    border-color: #10431c; }
  .btn-check:focus + .btn-outline-success-800, .btn-outline-success-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(16, 67, 28, 0.5); }
  .btn-check:checked + .btn-outline-success-800,
  .btn-check:active + .btn-outline-success-800, .btn-outline-success-800:active, .btn-outline-success-800.active, .btn-outline-success-800.dropdown-toggle.show {
    color: #fff;
    background-color: #10431c;
    border-color: #10431c; }
    .btn-check:checked + .btn-outline-success-800:focus,
    .btn-check:active + .btn-outline-success-800:focus, .btn-outline-success-800:active:focus, .btn-outline-success-800.active:focus, .btn-outline-success-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(16, 67, 28, 0.5); }
  .btn-outline-success-800:disabled, .btn-outline-success-800.disabled {
    color: #10431c;
    background-color: transparent; }

.btn-outline-success-900 {
  color: #08210e;
  border-color: #08210e; }
  .btn-outline-success-900:hover {
    color: #fff;
    background-color: #08210e;
    border-color: #08210e; }
  .btn-check:focus + .btn-outline-success-900, .btn-outline-success-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(8, 33, 14, 0.5); }
  .btn-check:checked + .btn-outline-success-900,
  .btn-check:active + .btn-outline-success-900, .btn-outline-success-900:active, .btn-outline-success-900.active, .btn-outline-success-900.dropdown-toggle.show {
    color: #fff;
    background-color: #08210e;
    border-color: #08210e; }
    .btn-check:checked + .btn-outline-success-900:focus,
    .btn-check:active + .btn-outline-success-900:focus, .btn-outline-success-900:active:focus, .btn-outline-success-900.active:focus, .btn-outline-success-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(8, 33, 14, 0.5); }
  .btn-outline-success-900:disabled, .btn-outline-success-900.disabled {
    color: #08210e;
    background-color: transparent; }

.btn-outline-info-100 {
  color: #d1ecf1;
  border-color: #d1ecf1; }
  .btn-outline-info-100:hover {
    color: #000;
    background-color: #d1ecf1;
    border-color: #d1ecf1; }
  .btn-check:focus + .btn-outline-info-100, .btn-outline-info-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(209, 236, 241, 0.5); }
  .btn-check:checked + .btn-outline-info-100,
  .btn-check:active + .btn-outline-info-100, .btn-outline-info-100:active, .btn-outline-info-100.active, .btn-outline-info-100.dropdown-toggle.show {
    color: #000;
    background-color: #d1ecf1;
    border-color: #d1ecf1; }
    .btn-check:checked + .btn-outline-info-100:focus,
    .btn-check:active + .btn-outline-info-100:focus, .btn-outline-info-100:active:focus, .btn-outline-info-100.active:focus, .btn-outline-info-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(209, 236, 241, 0.5); }
  .btn-outline-info-100:disabled, .btn-outline-info-100.disabled {
    color: #d1ecf1;
    background-color: transparent; }

.btn-outline-info-200 {
  color: #a2dae3;
  border-color: #a2dae3; }
  .btn-outline-info-200:hover {
    color: #000;
    background-color: #a2dae3;
    border-color: #a2dae3; }
  .btn-check:focus + .btn-outline-info-200, .btn-outline-info-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(162, 218, 227, 0.5); }
  .btn-check:checked + .btn-outline-info-200,
  .btn-check:active + .btn-outline-info-200, .btn-outline-info-200:active, .btn-outline-info-200.active, .btn-outline-info-200.dropdown-toggle.show {
    color: #000;
    background-color: #a2dae3;
    border-color: #a2dae3; }
    .btn-check:checked + .btn-outline-info-200:focus,
    .btn-check:active + .btn-outline-info-200:focus, .btn-outline-info-200:active:focus, .btn-outline-info-200.active:focus, .btn-outline-info-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(162, 218, 227, 0.5); }
  .btn-outline-info-200:disabled, .btn-outline-info-200.disabled {
    color: #a2dae3;
    background-color: transparent; }

.btn-outline-info-300 {
  color: #74c7d4;
  border-color: #74c7d4; }
  .btn-outline-info-300:hover {
    color: #000;
    background-color: #74c7d4;
    border-color: #74c7d4; }
  .btn-check:focus + .btn-outline-info-300, .btn-outline-info-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(116, 199, 212, 0.5); }
  .btn-check:checked + .btn-outline-info-300,
  .btn-check:active + .btn-outline-info-300, .btn-outline-info-300:active, .btn-outline-info-300.active, .btn-outline-info-300.dropdown-toggle.show {
    color: #000;
    background-color: #74c7d4;
    border-color: #74c7d4; }
    .btn-check:checked + .btn-outline-info-300:focus,
    .btn-check:active + .btn-outline-info-300:focus, .btn-outline-info-300:active:focus, .btn-outline-info-300.active:focus, .btn-outline-info-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(116, 199, 212, 0.5); }
  .btn-outline-info-300:disabled, .btn-outline-info-300.disabled {
    color: #74c7d4;
    background-color: transparent; }

.btn-outline-info-400 {
  color: #45b5c6;
  border-color: #45b5c6; }
  .btn-outline-info-400:hover {
    color: #000;
    background-color: #45b5c6;
    border-color: #45b5c6; }
  .btn-check:focus + .btn-outline-info-400, .btn-outline-info-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(69, 181, 198, 0.5); }
  .btn-check:checked + .btn-outline-info-400,
  .btn-check:active + .btn-outline-info-400, .btn-outline-info-400:active, .btn-outline-info-400.active, .btn-outline-info-400.dropdown-toggle.show {
    color: #000;
    background-color: #45b5c6;
    border-color: #45b5c6; }
    .btn-check:checked + .btn-outline-info-400:focus,
    .btn-check:active + .btn-outline-info-400:focus, .btn-outline-info-400:active:focus, .btn-outline-info-400.active:focus, .btn-outline-info-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(69, 181, 198, 0.5); }
  .btn-outline-info-400:disabled, .btn-outline-info-400.disabled {
    color: #45b5c6;
    background-color: transparent; }

.btn-outline-info-500 {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info-500:hover {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-info-500, .btn-outline-info-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-info-500,
  .btn-check:active + .btn-outline-info-500, .btn-outline-info-500:active, .btn-outline-info-500.active, .btn-outline-info-500.dropdown-toggle.show {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-info-500:focus,
    .btn-check:active + .btn-outline-info-500:focus, .btn-outline-info-500:active:focus, .btn-outline-info-500.active:focus, .btn-outline-info-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info-500:disabled, .btn-outline-info-500.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-info-600 {
  color: #128293;
  border-color: #128293; }
  .btn-outline-info-600:hover {
    color: #fff;
    background-color: #128293;
    border-color: #128293; }
  .btn-check:focus + .btn-outline-info-600, .btn-outline-info-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(18, 130, 147, 0.5); }
  .btn-check:checked + .btn-outline-info-600,
  .btn-check:active + .btn-outline-info-600, .btn-outline-info-600:active, .btn-outline-info-600.active, .btn-outline-info-600.dropdown-toggle.show {
    color: #fff;
    background-color: #128293;
    border-color: #128293; }
    .btn-check:checked + .btn-outline-info-600:focus,
    .btn-check:active + .btn-outline-info-600:focus, .btn-outline-info-600:active:focus, .btn-outline-info-600.active:focus, .btn-outline-info-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(18, 130, 147, 0.5); }
  .btn-outline-info-600:disabled, .btn-outline-info-600.disabled {
    color: #128293;
    background-color: transparent; }

.btn-outline-info-700 {
  color: #0e616e;
  border-color: #0e616e; }
  .btn-outline-info-700:hover {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }
  .btn-check:focus + .btn-outline-info-700, .btn-outline-info-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(14, 97, 110, 0.5); }
  .btn-check:checked + .btn-outline-info-700,
  .btn-check:active + .btn-outline-info-700, .btn-outline-info-700:active, .btn-outline-info-700.active, .btn-outline-info-700.dropdown-toggle.show {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }
    .btn-check:checked + .btn-outline-info-700:focus,
    .btn-check:active + .btn-outline-info-700:focus, .btn-outline-info-700:active:focus, .btn-outline-info-700.active:focus, .btn-outline-info-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(14, 97, 110, 0.5); }
  .btn-outline-info-700:disabled, .btn-outline-info-700.disabled {
    color: #0e616e;
    background-color: transparent; }

.btn-outline-info-800 {
  color: #09414a;
  border-color: #09414a; }
  .btn-outline-info-800:hover {
    color: #fff;
    background-color: #09414a;
    border-color: #09414a; }
  .btn-check:focus + .btn-outline-info-800, .btn-outline-info-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(9, 65, 74, 0.5); }
  .btn-check:checked + .btn-outline-info-800,
  .btn-check:active + .btn-outline-info-800, .btn-outline-info-800:active, .btn-outline-info-800.active, .btn-outline-info-800.dropdown-toggle.show {
    color: #fff;
    background-color: #09414a;
    border-color: #09414a; }
    .btn-check:checked + .btn-outline-info-800:focus,
    .btn-check:active + .btn-outline-info-800:focus, .btn-outline-info-800:active:focus, .btn-outline-info-800.active:focus, .btn-outline-info-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(9, 65, 74, 0.5); }
  .btn-outline-info-800:disabled, .btn-outline-info-800.disabled {
    color: #09414a;
    background-color: transparent; }

.btn-outline-info-900 {
  color: #052025;
  border-color: #052025; }
  .btn-outline-info-900:hover {
    color: #fff;
    background-color: #052025;
    border-color: #052025; }
  .btn-check:focus + .btn-outline-info-900, .btn-outline-info-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(5, 32, 37, 0.5); }
  .btn-check:checked + .btn-outline-info-900,
  .btn-check:active + .btn-outline-info-900, .btn-outline-info-900:active, .btn-outline-info-900.active, .btn-outline-info-900.dropdown-toggle.show {
    color: #fff;
    background-color: #052025;
    border-color: #052025; }
    .btn-check:checked + .btn-outline-info-900:focus,
    .btn-check:active + .btn-outline-info-900:focus, .btn-outline-info-900:active:focus, .btn-outline-info-900.active:focus, .btn-outline-info-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(5, 32, 37, 0.5); }
  .btn-outline-info-900:disabled, .btn-outline-info-900.disabled {
    color: #052025;
    background-color: transparent; }

.btn-outline-warning-100 {
  color: #fff3cd;
  border-color: #fff3cd; }
  .btn-outline-warning-100:hover {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd; }
  .btn-check:focus + .btn-outline-warning-100, .btn-outline-warning-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 243, 205, 0.5); }
  .btn-check:checked + .btn-outline-warning-100,
  .btn-check:active + .btn-outline-warning-100, .btn-outline-warning-100:active, .btn-outline-warning-100.active, .btn-outline-warning-100.dropdown-toggle.show {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd; }
    .btn-check:checked + .btn-outline-warning-100:focus,
    .btn-check:active + .btn-outline-warning-100:focus, .btn-outline-warning-100:active:focus, .btn-outline-warning-100.active:focus, .btn-outline-warning-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 243, 205, 0.5); }
  .btn-outline-warning-100:disabled, .btn-outline-warning-100.disabled {
    color: #fff3cd;
    background-color: transparent; }

.btn-outline-warning-200 {
  color: #ffe69c;
  border-color: #ffe69c; }
  .btn-outline-warning-200:hover {
    color: #000;
    background-color: #ffe69c;
    border-color: #ffe69c; }
  .btn-check:focus + .btn-outline-warning-200, .btn-outline-warning-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 230, 156, 0.5); }
  .btn-check:checked + .btn-outline-warning-200,
  .btn-check:active + .btn-outline-warning-200, .btn-outline-warning-200:active, .btn-outline-warning-200.active, .btn-outline-warning-200.dropdown-toggle.show {
    color: #000;
    background-color: #ffe69c;
    border-color: #ffe69c; }
    .btn-check:checked + .btn-outline-warning-200:focus,
    .btn-check:active + .btn-outline-warning-200:focus, .btn-outline-warning-200:active:focus, .btn-outline-warning-200.active:focus, .btn-outline-warning-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 230, 156, 0.5); }
  .btn-outline-warning-200:disabled, .btn-outline-warning-200.disabled {
    color: #ffe69c;
    background-color: transparent; }

.btn-outline-warning-300 {
  color: #ffda6a;
  border-color: #ffda6a; }
  .btn-outline-warning-300:hover {
    color: #000;
    background-color: #ffda6a;
    border-color: #ffda6a; }
  .btn-check:focus + .btn-outline-warning-300, .btn-outline-warning-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 218, 106, 0.5); }
  .btn-check:checked + .btn-outline-warning-300,
  .btn-check:active + .btn-outline-warning-300, .btn-outline-warning-300:active, .btn-outline-warning-300.active, .btn-outline-warning-300.dropdown-toggle.show {
    color: #000;
    background-color: #ffda6a;
    border-color: #ffda6a; }
    .btn-check:checked + .btn-outline-warning-300:focus,
    .btn-check:active + .btn-outline-warning-300:focus, .btn-outline-warning-300:active:focus, .btn-outline-warning-300.active:focus, .btn-outline-warning-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 218, 106, 0.5); }
  .btn-outline-warning-300:disabled, .btn-outline-warning-300.disabled {
    color: #ffda6a;
    background-color: transparent; }

.btn-outline-warning-400 {
  color: #ffcd39;
  border-color: #ffcd39; }
  .btn-outline-warning-400:hover {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffcd39; }
  .btn-check:focus + .btn-outline-warning-400, .btn-outline-warning-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 205, 57, 0.5); }
  .btn-check:checked + .btn-outline-warning-400,
  .btn-check:active + .btn-outline-warning-400, .btn-outline-warning-400:active, .btn-outline-warning-400.active, .btn-outline-warning-400.dropdown-toggle.show {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffcd39; }
    .btn-check:checked + .btn-outline-warning-400:focus,
    .btn-check:active + .btn-outline-warning-400:focus, .btn-outline-warning-400:active:focus, .btn-outline-warning-400.active:focus, .btn-outline-warning-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 205, 57, 0.5); }
  .btn-outline-warning-400:disabled, .btn-outline-warning-400.disabled {
    color: #ffcd39;
    background-color: transparent; }

.btn-outline-warning-500 {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning-500:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning-500, .btn-outline-warning-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning-500,
  .btn-check:active + .btn-outline-warning-500, .btn-outline-warning-500:active, .btn-outline-warning-500.active, .btn-outline-warning-500.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning-500:focus,
    .btn-check:active + .btn-outline-warning-500:focus, .btn-outline-warning-500:active:focus, .btn-outline-warning-500.active:focus, .btn-outline-warning-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning-500:disabled, .btn-outline-warning-500.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-warning-600 {
  color: #cc9a06;
  border-color: #cc9a06; }
  .btn-outline-warning-600:hover {
    color: #000;
    background-color: #cc9a06;
    border-color: #cc9a06; }
  .btn-check:focus + .btn-outline-warning-600, .btn-outline-warning-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 154, 6, 0.5); }
  .btn-check:checked + .btn-outline-warning-600,
  .btn-check:active + .btn-outline-warning-600, .btn-outline-warning-600:active, .btn-outline-warning-600.active, .btn-outline-warning-600.dropdown-toggle.show {
    color: #000;
    background-color: #cc9a06;
    border-color: #cc9a06; }
    .btn-check:checked + .btn-outline-warning-600:focus,
    .btn-check:active + .btn-outline-warning-600:focus, .btn-outline-warning-600:active:focus, .btn-outline-warning-600.active:focus, .btn-outline-warning-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 154, 6, 0.5); }
  .btn-outline-warning-600:disabled, .btn-outline-warning-600.disabled {
    color: #cc9a06;
    background-color: transparent; }

.btn-outline-warning-700 {
  color: #997404;
  border-color: #997404; }
  .btn-outline-warning-700:hover {
    color: #000;
    background-color: #997404;
    border-color: #997404; }
  .btn-check:focus + .btn-outline-warning-700, .btn-outline-warning-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 116, 4, 0.5); }
  .btn-check:checked + .btn-outline-warning-700,
  .btn-check:active + .btn-outline-warning-700, .btn-outline-warning-700:active, .btn-outline-warning-700.active, .btn-outline-warning-700.dropdown-toggle.show {
    color: #000;
    background-color: #997404;
    border-color: #997404; }
    .btn-check:checked + .btn-outline-warning-700:focus,
    .btn-check:active + .btn-outline-warning-700:focus, .btn-outline-warning-700:active:focus, .btn-outline-warning-700.active:focus, .btn-outline-warning-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(153, 116, 4, 0.5); }
  .btn-outline-warning-700:disabled, .btn-outline-warning-700.disabled {
    color: #997404;
    background-color: transparent; }

.btn-outline-warning-800 {
  color: #664d03;
  border-color: #664d03; }
  .btn-outline-warning-800:hover {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }
  .btn-check:focus + .btn-outline-warning-800, .btn-outline-warning-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 77, 3, 0.5); }
  .btn-check:checked + .btn-outline-warning-800,
  .btn-check:active + .btn-outline-warning-800, .btn-outline-warning-800:active, .btn-outline-warning-800.active, .btn-outline-warning-800.dropdown-toggle.show {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }
    .btn-check:checked + .btn-outline-warning-800:focus,
    .btn-check:active + .btn-outline-warning-800:focus, .btn-outline-warning-800:active:focus, .btn-outline-warning-800.active:focus, .btn-outline-warning-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(102, 77, 3, 0.5); }
  .btn-outline-warning-800:disabled, .btn-outline-warning-800.disabled {
    color: #664d03;
    background-color: transparent; }

.btn-outline-warning-900 {
  color: #332701;
  border-color: #332701; }
  .btn-outline-warning-900:hover {
    color: #fff;
    background-color: #332701;
    border-color: #332701; }
  .btn-check:focus + .btn-outline-warning-900, .btn-outline-warning-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 39, 1, 0.5); }
  .btn-check:checked + .btn-outline-warning-900,
  .btn-check:active + .btn-outline-warning-900, .btn-outline-warning-900:active, .btn-outline-warning-900.active, .btn-outline-warning-900.dropdown-toggle.show {
    color: #fff;
    background-color: #332701;
    border-color: #332701; }
    .btn-check:checked + .btn-outline-warning-900:focus,
    .btn-check:active + .btn-outline-warning-900:focus, .btn-outline-warning-900:active:focus, .btn-outline-warning-900.active:focus, .btn-outline-warning-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 39, 1, 0.5); }
  .btn-outline-warning-900:disabled, .btn-outline-warning-900.disabled {
    color: #332701;
    background-color: transparent; }

.btn-outline-danger-100 {
  color: #f8d7da;
  border-color: #f8d7da; }
  .btn-outline-danger-100:hover {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da; }
  .btn-check:focus + .btn-outline-danger-100, .btn-outline-danger-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 215, 218, 0.5); }
  .btn-check:checked + .btn-outline-danger-100,
  .btn-check:active + .btn-outline-danger-100, .btn-outline-danger-100:active, .btn-outline-danger-100.active, .btn-outline-danger-100.dropdown-toggle.show {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da; }
    .btn-check:checked + .btn-outline-danger-100:focus,
    .btn-check:active + .btn-outline-danger-100:focus, .btn-outline-danger-100:active:focus, .btn-outline-danger-100.active:focus, .btn-outline-danger-100.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(248, 215, 218, 0.5); }
  .btn-outline-danger-100:disabled, .btn-outline-danger-100.disabled {
    color: #f8d7da;
    background-color: transparent; }

.btn-outline-danger-200 {
  color: #f1aeb5;
  border-color: #f1aeb5; }
  .btn-outline-danger-200:hover {
    color: #000;
    background-color: #f1aeb5;
    border-color: #f1aeb5; }
  .btn-check:focus + .btn-outline-danger-200, .btn-outline-danger-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 174, 181, 0.5); }
  .btn-check:checked + .btn-outline-danger-200,
  .btn-check:active + .btn-outline-danger-200, .btn-outline-danger-200:active, .btn-outline-danger-200.active, .btn-outline-danger-200.dropdown-toggle.show {
    color: #000;
    background-color: #f1aeb5;
    border-color: #f1aeb5; }
    .btn-check:checked + .btn-outline-danger-200:focus,
    .btn-check:active + .btn-outline-danger-200:focus, .btn-outline-danger-200:active:focus, .btn-outline-danger-200.active:focus, .btn-outline-danger-200.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(241, 174, 181, 0.5); }
  .btn-outline-danger-200:disabled, .btn-outline-danger-200.disabled {
    color: #f1aeb5;
    background-color: transparent; }

.btn-outline-danger-300 {
  color: #ea868f;
  border-color: #ea868f; }
  .btn-outline-danger-300:hover {
    color: #000;
    background-color: #ea868f;
    border-color: #ea868f; }
  .btn-check:focus + .btn-outline-danger-300, .btn-outline-danger-300:focus {
    box-shadow: 0 0 0 0.25rem rgba(234, 134, 143, 0.5); }
  .btn-check:checked + .btn-outline-danger-300,
  .btn-check:active + .btn-outline-danger-300, .btn-outline-danger-300:active, .btn-outline-danger-300.active, .btn-outline-danger-300.dropdown-toggle.show {
    color: #000;
    background-color: #ea868f;
    border-color: #ea868f; }
    .btn-check:checked + .btn-outline-danger-300:focus,
    .btn-check:active + .btn-outline-danger-300:focus, .btn-outline-danger-300:active:focus, .btn-outline-danger-300.active:focus, .btn-outline-danger-300.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(234, 134, 143, 0.5); }
  .btn-outline-danger-300:disabled, .btn-outline-danger-300.disabled {
    color: #ea868f;
    background-color: transparent; }

.btn-outline-danger-400 {
  color: #e35d6a;
  border-color: #e35d6a; }
  .btn-outline-danger-400:hover {
    color: #000;
    background-color: #e35d6a;
    border-color: #e35d6a; }
  .btn-check:focus + .btn-outline-danger-400, .btn-outline-danger-400:focus {
    box-shadow: 0 0 0 0.25rem rgba(227, 93, 106, 0.5); }
  .btn-check:checked + .btn-outline-danger-400,
  .btn-check:active + .btn-outline-danger-400, .btn-outline-danger-400:active, .btn-outline-danger-400.active, .btn-outline-danger-400.dropdown-toggle.show {
    color: #000;
    background-color: #e35d6a;
    border-color: #e35d6a; }
    .btn-check:checked + .btn-outline-danger-400:focus,
    .btn-check:active + .btn-outline-danger-400:focus, .btn-outline-danger-400:active:focus, .btn-outline-danger-400.active:focus, .btn-outline-danger-400.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(227, 93, 106, 0.5); }
  .btn-outline-danger-400:disabled, .btn-outline-danger-400.disabled {
    color: #e35d6a;
    background-color: transparent; }

.btn-outline-danger-500 {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger-500:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger-500, .btn-outline-danger-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger-500,
  .btn-check:active + .btn-outline-danger-500, .btn-outline-danger-500:active, .btn-outline-danger-500.active, .btn-outline-danger-500.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger-500:focus,
    .btn-check:active + .btn-outline-danger-500:focus, .btn-outline-danger-500:active:focus, .btn-outline-danger-500.active:focus, .btn-outline-danger-500.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger-500:disabled, .btn-outline-danger-500.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-danger-600 {
  color: #b02a37;
  border-color: #b02a37; }
  .btn-outline-danger-600:hover {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37; }
  .btn-check:focus + .btn-outline-danger-600, .btn-outline-danger-600:focus {
    box-shadow: 0 0 0 0.25rem rgba(176, 42, 55, 0.5); }
  .btn-check:checked + .btn-outline-danger-600,
  .btn-check:active + .btn-outline-danger-600, .btn-outline-danger-600:active, .btn-outline-danger-600.active, .btn-outline-danger-600.dropdown-toggle.show {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37; }
    .btn-check:checked + .btn-outline-danger-600:focus,
    .btn-check:active + .btn-outline-danger-600:focus, .btn-outline-danger-600:active:focus, .btn-outline-danger-600.active:focus, .btn-outline-danger-600.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(176, 42, 55, 0.5); }
  .btn-outline-danger-600:disabled, .btn-outline-danger-600.disabled {
    color: #b02a37;
    background-color: transparent; }

.btn-outline-danger-700 {
  color: #842029;
  border-color: #842029; }
  .btn-outline-danger-700:hover {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }
  .btn-check:focus + .btn-outline-danger-700, .btn-outline-danger-700:focus {
    box-shadow: 0 0 0 0.25rem rgba(132, 32, 41, 0.5); }
  .btn-check:checked + .btn-outline-danger-700,
  .btn-check:active + .btn-outline-danger-700, .btn-outline-danger-700:active, .btn-outline-danger-700.active, .btn-outline-danger-700.dropdown-toggle.show {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }
    .btn-check:checked + .btn-outline-danger-700:focus,
    .btn-check:active + .btn-outline-danger-700:focus, .btn-outline-danger-700:active:focus, .btn-outline-danger-700.active:focus, .btn-outline-danger-700.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(132, 32, 41, 0.5); }
  .btn-outline-danger-700:disabled, .btn-outline-danger-700.disabled {
    color: #842029;
    background-color: transparent; }

.btn-outline-danger-800 {
  color: #58151c;
  border-color: #58151c; }
  .btn-outline-danger-800:hover {
    color: #fff;
    background-color: #58151c;
    border-color: #58151c; }
  .btn-check:focus + .btn-outline-danger-800, .btn-outline-danger-800:focus {
    box-shadow: 0 0 0 0.25rem rgba(88, 21, 28, 0.5); }
  .btn-check:checked + .btn-outline-danger-800,
  .btn-check:active + .btn-outline-danger-800, .btn-outline-danger-800:active, .btn-outline-danger-800.active, .btn-outline-danger-800.dropdown-toggle.show {
    color: #fff;
    background-color: #58151c;
    border-color: #58151c; }
    .btn-check:checked + .btn-outline-danger-800:focus,
    .btn-check:active + .btn-outline-danger-800:focus, .btn-outline-danger-800:active:focus, .btn-outline-danger-800.active:focus, .btn-outline-danger-800.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(88, 21, 28, 0.5); }
  .btn-outline-danger-800:disabled, .btn-outline-danger-800.disabled {
    color: #58151c;
    background-color: transparent; }

.btn-outline-danger-900 {
  color: #2c0b0e;
  border-color: #2c0b0e; }
  .btn-outline-danger-900:hover {
    color: #fff;
    background-color: #2c0b0e;
    border-color: #2c0b0e; }
  .btn-check:focus + .btn-outline-danger-900, .btn-outline-danger-900:focus {
    box-shadow: 0 0 0 0.25rem rgba(44, 11, 14, 0.5); }
  .btn-check:checked + .btn-outline-danger-900,
  .btn-check:active + .btn-outline-danger-900, .btn-outline-danger-900:active, .btn-outline-danger-900.active, .btn-outline-danger-900.dropdown-toggle.show {
    color: #fff;
    background-color: #2c0b0e;
    border-color: #2c0b0e; }
    .btn-check:checked + .btn-outline-danger-900:focus,
    .btn-check:active + .btn-outline-danger-900:focus, .btn-outline-danger-900:active:focus, .btn-outline-danger-900.active:focus, .btn-outline-danger-900.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(44, 11, 14, 0.5); }
  .btn-outline-danger-900:disabled, .btn-outline-danger-900.disabled {
    color: #2c0b0e;
    background-color: transparent; }

.card-img-top {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.card-status-top {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background-color: rgba(0, 0, 0, 0.1); }

.card-status-bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background-color: rgba(0, 0, 0, 0.1); }

.card-status-left {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0, 0, 0, 0.1); }

.card-status-right {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.1); }

.card-hover {
  transition: all ease-in-out 0.3s; }
  .card-hover:hover {
    background: #003c7d;
    border-color: #003c7d;
    color: #fff; }
    .card-hover:hover .icon-translate {
      background: #fff; }
      .card-hover:hover .icon-translate i {
        color: #003c7d; }

.social-links {
  line-height: 1;
  margin-bottom: 1.5rem; }
  .social-links .social-link {
    display: inline-block;
    margin-right: 1rem; }
  .social-links > span:last-child .social-link,
  .social-links > .social-link:last-child {
    margin-right: 0; }

.social-links-minimal-light .social-link {
  color: #f7f8f9;
  text-decoration: none; }
  .social-links-minimal-light .social-link:hover, .social-links-minimal-light .social-link:focus {
    color: #fff; }

.social-links-minimal .social-link {
  color: #000f38;
  text-decoration: none; }

.social-links-minimal .social-link:hover.social-twitter, .social-links-minimal .social-link:focus.social-twitter {
  color: #1da1f2; }

.social-links-minimal .social-link:hover.social-facebook, .social-links-minimal .social-link:focus.social-facebook {
  color: #3b5998; }

.social-links-minimal .social-link:hover.social-instagram, .social-links-minimal .social-link:focus.social-instagram {
  color: #e4405f; }

.social-links-minimal .social-link:hover.social-youtube, .social-links-minimal .social-link:focus.social-youtube {
  color: #ff0000; }

.social-links-minimal .social-link:hover.social-pinterest, .social-links-minimal .social-link:focus.social-pinterest {
  color: #bd081c; }

.social-links-minimal .social-link:hover.social-mail, .social-links-minimal .social-link:focus.social-mail {
  color: #003064; }

.social-links-colourful .social-link {
  color: #f7f8f9;
  text-decoration: none; }
  .social-links-colourful .social-link:hover, .social-links-colourful .social-link:focus {
    color: #fff; }

.social-links-colourful .social-link.social-twitter {
  background-color: #1da1f2; }
  .social-links-colourful .social-link.social-twitter:hover, .social-links-colourful .social-link.social-twitter:focus {
    background-color: #000f38; }

.social-links-colourful .social-link.social-facebook {
  background-color: #3b5998; }
  .social-links-colourful .social-link.social-facebook:hover, .social-links-colourful .social-link.social-facebook:focus {
    background-color: #000f38; }

.social-links-colourful .social-link.social-instagram {
  background-color: #e4405f; }
  .social-links-colourful .social-link.social-instagram:hover, .social-links-colourful .social-link.social-instagram:focus {
    background-color: #000f38; }

.social-links-colourful .social-link.social-youtube {
  background-color: #ff0000; }
  .social-links-colourful .social-link.social-youtube:hover, .social-links-colourful .social-link.social-youtube:focus {
    background-color: #000f38; }

.social-links-colourful .social-link.social-pinterest {
  background-color: #bd081c; }
  .social-links-colourful .social-link.social-pinterest:hover, .social-links-colourful .social-link.social-pinterest:focus {
    background-color: #000f38; }

.social-links-colourful .social-link.social-mail {
  background-color: #003064; }
  .social-links-colourful .social-link.social-mail:hover, .social-links-colourful .social-link.social-mail:focus {
    background-color: #000f38; }

.form-builder-inline-form .form-group {
  margin-bottom: 1rem; }

.form-builder-inline-form .invalid-feedback {
  display: block;
  margin-bottom: .5em;
  line-height: 1.5;
  font-weight: bolder; }

.form-builder-modal-form .form-group {
  margin-bottom: 1rem; }

.form-builder-modal-form .form-label {
  margin-top: 1rem;
  text-align: center;
  font-weight: bolder;
  font-size: 1.3375rem;
  line-height: 1.2; }

.form-builder-modal-form .form-text {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #6c757d;
  line-height: 1.5; }

.form-builder-modal-form .invalid-feedback {
  display: block;
  margin-bottom: .5em;
  line-height: 1.5;
  font-weight: bolder; }

@media (min-width: 576px) {
  .form-builder-modal-form .modal-body {
    padding: 2rem; } }

.form-builder-container .form-builder-success {
  text-align: center; }
  .form-builder-container .form-builder-success .icon {
    font-size: 2.5252rem;
    color: #28a745; }
  .form-builder-container .form-builder-success .title {
    font-size: 2.5252rem;
    font-weight: bolder;
    color: #28a745; }
  .form-builder-container .form-builder-success .description {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.loader {
  display: inline-block;
  width: 80px;
  height: 80px; }

.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #003c7d;
  border-color: #003c7d transparent #003c7d transparent;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite; }

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.height-1 {
  height: 0.0625rem !important; }

.height-2 {
  height: 0.125rem !important; }

.height-3 {
  height: 0.1875rem !important; }

.height-4 {
  height: 0.25rem !important; }

.height-5 {
  height: 0.3125rem !important; }

.height-6 {
  height: 0.375rem !important; }

.height-7 {
  height: 0.4375rem !important; }

.height-8 {
  height: 0.5rem !important; }

.height-9 {
  height: 0.5625rem !important; }

.height-10 {
  height: 0.625rem !important; }

.height-12 {
  height: 0.75rem !important; }

.height-14 {
  height: 0.875rem !important; }

.height-16 {
  height: 1rem !important; }

.height-18 {
  height: 1.125rem !important; }

.height-20 {
  height: 1.25rem !important; }

.height-30 {
  height: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .height-30 {
      height: 1.875rem !important; } }

.height-40 {
  height: calc(1.375rem + 1.5vw) !important; }
  @media (min-width: 1200px) {
    .height-40 {
      height: 2.5rem !important; } }

.height-50 {
  height: calc(1.4375rem + 2.25vw) !important; }
  @media (min-width: 1200px) {
    .height-50 {
      height: 3.125rem !important; } }

.height-60 {
  height: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .height-60 {
      height: 3.75rem !important; } }

.height-70 {
  height: calc(1.5625rem + 3.75vw) !important; }
  @media (min-width: 1200px) {
    .height-70 {
      height: 4.375rem !important; } }

.height-80 {
  height: calc(1.625rem + 4.5vw) !important; }
  @media (min-width: 1200px) {
    .height-80 {
      height: 5rem !important; } }

.height-90 {
  height: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .height-90 {
      height: 5.625rem !important; } }

.height-100 {
  height: calc(1.75rem + 6vw) !important; }
  @media (min-width: 1200px) {
    .height-100 {
      height: 6.25rem !important; } }

.height-120 {
  height: calc(1.875rem + 7.5vw) !important; }
  @media (min-width: 1200px) {
    .height-120 {
      height: 7.5rem !important; } }

.height-140 {
  height: calc(2rem + 9vw) !important; }
  @media (min-width: 1200px) {
    .height-140 {
      height: 8.75rem !important; } }

.height-160 {
  height: calc(2.125rem + 10.5vw) !important; }
  @media (min-width: 1200px) {
    .height-160 {
      height: 10rem !important; } }

.height-180 {
  height: calc(2.25rem + 12vw) !important; }
  @media (min-width: 1200px) {
    .height-180 {
      height: 11.25rem !important; } }

.height-200 {
  height: calc(2.375rem + 13.5vw) !important; }
  @media (min-width: 1200px) {
    .height-200 {
      height: 12.5rem !important; } }

.height-220 {
  height: calc(2.5rem + 15vw) !important; }
  @media (min-width: 1200px) {
    .height-220 {
      height: 13.75rem !important; } }

.height-240 {
  height: calc(2.625rem + 16.5vw) !important; }
  @media (min-width: 1200px) {
    .height-240 {
      height: 15rem !important; } }

.height-260 {
  height: calc(2.75rem + 18vw) !important; }
  @media (min-width: 1200px) {
    .height-260 {
      height: 16.25rem !important; } }

.height-280 {
  height: calc(2.875rem + 19.5vw) !important; }
  @media (min-width: 1200px) {
    .height-280 {
      height: 17.5rem !important; } }

.height-300 {
  height: calc(3rem + 21vw) !important; }
  @media (min-width: 1200px) {
    .height-300 {
      height: 18.75rem !important; } }

.width-1 {
  width: 0.0625rem !important; }

.width-2 {
  width: 0.125rem !important; }

.width-3 {
  width: 0.1875rem !important; }

.width-4 {
  width: 0.25rem !important; }

.width-5 {
  width: 0.3125rem !important; }

.width-6 {
  width: 0.375rem !important; }

.width-7 {
  width: 0.4375rem !important; }

.width-8 {
  width: 0.5rem !important; }

.width-9 {
  width: 0.5625rem !important; }

.width-10 {
  width: 0.625rem !important; }

.width-12 {
  width: 0.75rem !important; }

.width-14 {
  width: 0.875rem !important; }

.width-16 {
  width: 1rem !important; }

.width-18 {
  width: 1.125rem !important; }

.width-20 {
  width: 1.25rem !important; }

.width-30 {
  width: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .width-30 {
      width: 1.875rem !important; } }

.width-40 {
  width: calc(1.375rem + 1.5vw) !important; }
  @media (min-width: 1200px) {
    .width-40 {
      width: 2.5rem !important; } }

.width-50 {
  width: calc(1.4375rem + 2.25vw) !important; }
  @media (min-width: 1200px) {
    .width-50 {
      width: 3.125rem !important; } }

.width-60 {
  width: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .width-60 {
      width: 3.75rem !important; } }

.width-70 {
  width: calc(1.5625rem + 3.75vw) !important; }
  @media (min-width: 1200px) {
    .width-70 {
      width: 4.375rem !important; } }

.width-80 {
  width: calc(1.625rem + 4.5vw) !important; }
  @media (min-width: 1200px) {
    .width-80 {
      width: 5rem !important; } }

.width-90 {
  width: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .width-90 {
      width: 5.625rem !important; } }

.width-100 {
  width: calc(1.75rem + 6vw) !important; }
  @media (min-width: 1200px) {
    .width-100 {
      width: 6.25rem !important; } }

.width-120 {
  width: calc(1.875rem + 7.5vw) !important; }
  @media (min-width: 1200px) {
    .width-120 {
      width: 7.5rem !important; } }

.width-140 {
  width: calc(2rem + 9vw) !important; }
  @media (min-width: 1200px) {
    .width-140 {
      width: 8.75rem !important; } }

.width-160 {
  width: calc(2.125rem + 10.5vw) !important; }
  @media (min-width: 1200px) {
    .width-160 {
      width: 10rem !important; } }

.width-180 {
  width: calc(2.25rem + 12vw) !important; }
  @media (min-width: 1200px) {
    .width-180 {
      width: 11.25rem !important; } }

.width-200 {
  width: calc(2.375rem + 13.5vw) !important; }
  @media (min-width: 1200px) {
    .width-200 {
      width: 12.5rem !important; } }

.width-220 {
  width: calc(2.5rem + 15vw) !important; }
  @media (min-width: 1200px) {
    .width-220 {
      width: 13.75rem !important; } }

.width-240 {
  width: calc(2.625rem + 16.5vw) !important; }
  @media (min-width: 1200px) {
    .width-240 {
      width: 15rem !important; } }

.width-260 {
  width: calc(2.75rem + 18vw) !important; }
  @media (min-width: 1200px) {
    .width-260 {
      width: 16.25rem !important; } }

.width-280 {
  width: calc(2.875rem + 19.5vw) !important; }
  @media (min-width: 1200px) {
    .width-280 {
      width: 17.5rem !important; } }

.width-300 {
  width: calc(3rem + 21vw) !important; }
  @media (min-width: 1200px) {
    .width-300 {
      width: 18.75rem !important; } }

.size-12 {
  font-size: 0.75rem !important; }

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

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

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

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

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

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

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

.size-35 {
  font-size: calc(1.34375rem + 1.125vw) !important; }
  @media (min-width: 1200px) {
    .size-35 {
      font-size: 2.1875rem !important; } }

.size-38 {
  font-size: calc(1.3625rem + 1.35vw) !important; }
  @media (min-width: 1200px) {
    .size-38 {
      font-size: 2.375rem !important; } }

.size-42 {
  font-size: calc(1.3875rem + 1.65vw) !important; }
  @media (min-width: 1200px) {
    .size-42 {
      font-size: 2.625rem !important; } }

.size-46 {
  font-size: calc(1.4125rem + 1.95vw) !important; }
  @media (min-width: 1200px) {
    .size-46 {
      font-size: 2.875rem !important; } }

.size-48 {
  font-size: calc(1.425rem + 2.1vw) !important; }
  @media (min-width: 1200px) {
    .size-48 {
      font-size: 3rem !important; } }

.size-50 {
  font-size: calc(1.4375rem + 2.25vw) !important; }
  @media (min-width: 1200px) {
    .size-50 {
      font-size: 3.125rem !important; } }

.size-54 {
  font-size: calc(1.4625rem + 2.55vw) !important; }
  @media (min-width: 1200px) {
    .size-54 {
      font-size: 3.375rem !important; } }

.size-60 {
  font-size: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .size-60 {
      font-size: 3.75rem !important; } }

.size-64 {
  font-size: calc(1.525rem + 3.3vw) !important; }
  @media (min-width: 1200px) {
    .size-64 {
      font-size: 4rem !important; } }

.size-68 {
  font-size: calc(1.55rem + 3.6vw) !important; }
  @media (min-width: 1200px) {
    .size-68 {
      font-size: 4.25rem !important; } }

.size-72 {
  font-size: calc(1.575rem + 3.9vw) !important; }
  @media (min-width: 1200px) {
    .size-72 {
      font-size: 4.5rem !important; } }

.size-76 {
  font-size: calc(1.6rem + 4.2vw) !important; }
  @media (min-width: 1200px) {
    .size-76 {
      font-size: 4.75rem !important; } }

.size-80 {
  font-size: calc(1.625rem + 4.5vw) !important; }
  @media (min-width: 1200px) {
    .size-80 {
      font-size: 5rem !important; } }

.size-84 {
  font-size: calc(1.65rem + 4.8vw) !important; }
  @media (min-width: 1200px) {
    .size-84 {
      font-size: 5.25rem !important; } }

.size-88 {
  font-size: calc(1.675rem + 5.1vw) !important; }
  @media (min-width: 1200px) {
    .size-88 {
      font-size: 5.5rem !important; } }

.size-92 {
  font-size: calc(1.7rem + 5.4vw) !important; }
  @media (min-width: 1200px) {
    .size-92 {
      font-size: 5.75rem !important; } }

.size-96 {
  font-size: calc(1.725rem + 5.7vw) !important; }
  @media (min-width: 1200px) {
    .size-96 {
      font-size: 6rem !important; } }

.size-100 {
  font-size: calc(1.75rem + 6vw) !important; }
  @media (min-width: 1200px) {
    .size-100 {
      font-size: 6.25rem !important; } }

.size-104 {
  font-size: calc(1.775rem + 6.3vw) !important; }
  @media (min-width: 1200px) {
    .size-104 {
      font-size: 6.5rem !important; } }

.size-108 {
  font-size: calc(1.8rem + 6.6vw) !important; }
  @media (min-width: 1200px) {
    .size-108 {
      font-size: 6.75rem !important; } }

.size-112 {
  font-size: calc(1.825rem + 6.9vw) !important; }
  @media (min-width: 1200px) {
    .size-112 {
      font-size: 7rem !important; } }

.size-116 {
  font-size: calc(1.85rem + 7.2vw) !important; }
  @media (min-width: 1200px) {
    .size-116 {
      font-size: 7.25rem !important; } }

.size-120 {
  font-size: calc(1.875rem + 7.5vw) !important; }
  @media (min-width: 1200px) {
    .size-120 {
      font-size: 7.5rem !important; } }

.size-124 {
  font-size: calc(1.9rem + 7.8vw) !important; }
  @media (min-width: 1200px) {
    .size-124 {
      font-size: 7.75rem !important; } }

.size-128 {
  font-size: calc(1.925rem + 8.1vw) !important; }
  @media (min-width: 1200px) {
    .size-128 {
      font-size: 8rem !important; } }

.size-132 {
  font-size: calc(1.95rem + 8.4vw) !important; }
  @media (min-width: 1200px) {
    .size-132 {
      font-size: 8.25rem !important; } }

.size-136 {
  font-size: calc(1.975rem + 8.7vw) !important; }
  @media (min-width: 1200px) {
    .size-136 {
      font-size: 8.5rem !important; } }

.size-140 {
  font-size: calc(2rem + 9vw) !important; }
  @media (min-width: 1200px) {
    .size-140 {
      font-size: 8.75rem !important; } }

.size-144 {
  font-size: calc(2.025rem + 9.3vw) !important; }
  @media (min-width: 1200px) {
    .size-144 {
      font-size: 9rem !important; } }

.size-148 {
  font-size: calc(2.05rem + 9.6vw) !important; }
  @media (min-width: 1200px) {
    .size-148 {
      font-size: 9.25rem !important; } }

.size-152 {
  font-size: calc(2.075rem + 9.9vw) !important; }
  @media (min-width: 1200px) {
    .size-152 {
      font-size: 9.5rem !important; } }

.size-156 {
  font-size: calc(2.1rem + 10.2vw) !important; }
  @media (min-width: 1200px) {
    .size-156 {
      font-size: 9.75rem !important; } }

.size-160 {
  font-size: calc(2.125rem + 10.5vw) !important; }
  @media (min-width: 1200px) {
    .size-160 {
      font-size: 10rem !important; } }

.size-164 {
  font-size: calc(2.15rem + 10.8vw) !important; }
  @media (min-width: 1200px) {
    .size-164 {
      font-size: 10.25rem !important; } }

.size-168 {
  font-size: calc(2.175rem + 11.1vw) !important; }
  @media (min-width: 1200px) {
    .size-168 {
      font-size: 10.5rem !important; } }

.size-172 {
  font-size: calc(2.2rem + 11.4vw) !important; }
  @media (min-width: 1200px) {
    .size-172 {
      font-size: 10.75rem !important; } }

.size-176 {
  font-size: calc(2.225rem + 11.7vw) !important; }
  @media (min-width: 1200px) {
    .size-176 {
      font-size: 11rem !important; } }

.size-180 {
  font-size: calc(2.25rem + 12vw) !important; }
  @media (min-width: 1200px) {
    .size-180 {
      font-size: 11.25rem !important; } }

.size-184 {
  font-size: calc(2.275rem + 12.3vw) !important; }
  @media (min-width: 1200px) {
    .size-184 {
      font-size: 11.5rem !important; } }

.size-188 {
  font-size: calc(2.3rem + 12.6vw) !important; }
  @media (min-width: 1200px) {
    .size-188 {
      font-size: 11.75rem !important; } }

.size-192 {
  font-size: calc(2.325rem + 12.9vw) !important; }
  @media (min-width: 1200px) {
    .size-192 {
      font-size: 12rem !important; } }

.size-196 {
  font-size: calc(2.35rem + 13.2vw) !important; }
  @media (min-width: 1200px) {
    .size-196 {
      font-size: 12.25rem !important; } }

.size-200 {
  font-size: calc(2.375rem + 13.5vw) !important; }
  @media (min-width: 1200px) {
    .size-200 {
      font-size: 12.5rem !important; } }

.size-204 {
  font-size: calc(2.4rem + 13.8vw) !important; }
  @media (min-width: 1200px) {
    .size-204 {
      font-size: 12.75rem !important; } }

.size-208 {
  font-size: calc(2.425rem + 14.1vw) !important; }
  @media (min-width: 1200px) {
    .size-208 {
      font-size: 13rem !important; } }

.size-212 {
  font-size: calc(2.45rem + 14.4vw) !important; }
  @media (min-width: 1200px) {
    .size-212 {
      font-size: 13.25rem !important; } }

.size-216 {
  font-size: calc(2.475rem + 14.7vw) !important; }
  @media (min-width: 1200px) {
    .size-216 {
      font-size: 13.5rem !important; } }

.size-220 {
  font-size: calc(2.5rem + 15vw) !important; }
  @media (min-width: 1200px) {
    .size-220 {
      font-size: 13.75rem !important; } }

.letter-spacing-1px {
  letter-spacing: 1px !important;
  word-spacing: 1.67px !important; }
  @media (min-width: 992px) {
    .letter-spacing-1px {
      letter-spacing: 1px !important;
      word-spacing: 1.67px !important; } }

.letter-spacing-2px {
  letter-spacing: 2px !important;
  word-spacing: 3.34px !important; }
  @media (min-width: 992px) {
    .letter-spacing-2px {
      letter-spacing: 2px !important;
      word-spacing: 3.34px !important; } }

.letter-spacing-3px {
  letter-spacing: 3px !important;
  word-spacing: 5.01px !important; }
  @media (min-width: 992px) {
    .letter-spacing-3px {
      letter-spacing: 3px !important;
      word-spacing: 5.01px !important; } }

.letter-spacing-4px {
  letter-spacing: 4px !important;
  word-spacing: 6.68px !important; }
  @media (min-width: 992px) {
    .letter-spacing-4px {
      letter-spacing: 4px !important;
      word-spacing: 6.68px !important; } }

.letter-spacing-5px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-5px {
      letter-spacing: 5px !important;
      word-spacing: 8.35px !important; } }

.letter-spacing-6px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-6px {
      letter-spacing: 6px !important;
      word-spacing: 10.02px !important; } }

.letter-spacing-7px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-7px {
      letter-spacing: 7px !important;
      word-spacing: 11.69px !important; } }

.letter-spacing-8px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-8px {
      letter-spacing: 8px !important;
      word-spacing: 13.36px !important; } }

.letter-spacing-9px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-9px {
      letter-spacing: 9px !important;
      word-spacing: 15.03px !important; } }

.letter-spacing-10px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-10px {
      letter-spacing: 10px !important;
      word-spacing: 16.7px !important; } }

.letter-spacing-11px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-11px {
      letter-spacing: 11px !important;
      word-spacing: 18.37px !important; } }

.letter-spacing-12px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-12px {
      letter-spacing: 12px !important;
      word-spacing: 20.04px !important; } }

.letter-spacing-13px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-13px {
      letter-spacing: 13px !important;
      word-spacing: 21.71px !important; } }

.letter-spacing-14px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-14px {
      letter-spacing: 14px !important;
      word-spacing: 23.38px !important; } }

.letter-spacing-15px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-15px {
      letter-spacing: 15px !important;
      word-spacing: 25.05px !important; } }

.letter-spacing-16px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-16px {
      letter-spacing: 16px !important;
      word-spacing: 26.72px !important; } }

.letter-spacing-17px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-17px {
      letter-spacing: 17px !important;
      word-spacing: 28.39px !important; } }

.letter-spacing-18px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-18px {
      letter-spacing: 18px !important;
      word-spacing: 30.06px !important; } }

.letter-spacing-19px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-19px {
      letter-spacing: 19px !important;
      word-spacing: 31.73px !important; } }

.letter-spacing-20px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-20px {
      letter-spacing: 20px !important;
      word-spacing: 33.4px !important; } }

.letter-spacing-21px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-21px {
      letter-spacing: 21px !important;
      word-spacing: 35.07px !important; } }

.letter-spacing-22px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-22px {
      letter-spacing: 22px !important;
      word-spacing: 36.74px !important; } }

.letter-spacing-23px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-23px {
      letter-spacing: 23px !important;
      word-spacing: 38.41px !important; } }

.letter-spacing-24px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-24px {
      letter-spacing: 24px !important;
      word-spacing: 40.08px !important; } }

.letter-spacing-25px {
  letter-spacing: 5px !important;
  word-spacing: 8.35px !important; }
  @media (min-width: 992px) {
    .letter-spacing-25px {
      letter-spacing: 25px !important;
      word-spacing: 41.75px !important; } }

.text-hover-blue:hover {
  color: #007bff !important; }

.bg-hover-blue:hover {
  background-color: #007bff !important; }

.text-hover-indigo:hover {
  color: #6610f2 !important; }

.bg-hover-indigo:hover {
  background-color: #6610f2 !important; }

.text-hover-purple:hover {
  color: #6f42c1 !important; }

.bg-hover-purple:hover {
  background-color: #6f42c1 !important; }

.text-hover-pink:hover {
  color: #e83e8c !important; }

.bg-hover-pink:hover {
  background-color: #e83e8c !important; }

.text-hover-red:hover {
  color: #dc3545 !important; }

.bg-hover-red:hover {
  background-color: #dc3545 !important; }

.text-hover-orange:hover {
  color: #fd7e14 !important; }

.bg-hover-orange:hover {
  background-color: #fd7e14 !important; }

.text-hover-yellow:hover {
  color: #ffc107 !important; }

.bg-hover-yellow:hover {
  background-color: #ffc107 !important; }

.text-hover-green:hover {
  color: #28a745 !important; }

.bg-hover-green:hover {
  background-color: #28a745 !important; }

.text-hover-teal:hover {
  color: #20c997 !important; }

.bg-hover-teal:hover {
  background-color: #20c997 !important; }

.text-hover-cyan:hover {
  color: #17a2b8 !important; }

.bg-hover-cyan:hover {
  background-color: #17a2b8 !important; }

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

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

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

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

.text-hover-gray:hover {
  color: #6c757d !important; }

.bg-hover-gray:hover {
  background-color: #6c757d !important; }

.text-hover-gray-dark:hover {
  color: #343a40 !important; }

.bg-hover-gray-dark:hover {
  background-color: #343a40 !important; }

.text-hover-primary:hover {
  color: #003c7d !important; }

.bg-hover-primary:hover {
  background-color: #003c7d !important; }

.text-hover-secondary:hover {
  color: #8f9397 !important; }

.bg-hover-secondary:hover {
  background-color: #8f9397 !important; }

.text-hover-success:hover {
  color: #28a745 !important; }

.bg-hover-success:hover {
  background-color: #28a745 !important; }

.text-hover-info:hover {
  color: #17a2b8 !important; }

.bg-hover-info:hover {
  background-color: #17a2b8 !important; }

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

.bg-hover-warning:hover {
  background-color: #ffc107 !important; }

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

.bg-hover-danger:hover {
  background-color: #dc3545 !important; }

.text-hover-light:hover {
  color: #f7f8f9 !important; }

.bg-hover-light:hover {
  background-color: #f7f8f9 !important; }

.text-hover-dark:hover {
  color: #000f38 !important; }

.bg-hover-dark:hover {
  background-color: #000f38 !important; }

.text-hover-facebook:hover {
  color: #3b5998 !important; }

.bg-hover-facebook:hover {
  background-color: #3b5998 !important; }

.text-hover-twitter:hover {
  color: #1da1f2 !important; }

.bg-hover-twitter:hover {
  background-color: #1da1f2 !important; }

.text-hover-google:hover {
  color: #dc4e41 !important; }

.bg-hover-google:hover {
  background-color: #dc4e41 !important; }

.text-hover-youtube:hover {
  color: #ff0000 !important; }

.bg-hover-youtube:hover {
  background-color: #ff0000 !important; }

.text-hover-vimeo:hover {
  color: #1ab7ea !important; }

.bg-hover-vimeo:hover {
  background-color: #1ab7ea !important; }

.text-hover-dribbble:hover {
  color: #ea4c89 !important; }

.bg-hover-dribbble:hover {
  background-color: #ea4c89 !important; }

.text-hover-github:hover {
  color: #181717 !important; }

.bg-hover-github:hover {
  background-color: #181717 !important; }

.text-hover-instagram:hover {
  color: #e4405f !important; }

.bg-hover-instagram:hover {
  background-color: #e4405f !important; }

.text-hover-pinterest:hover {
  color: #bd081c !important; }

.bg-hover-pinterest:hover {
  background-color: #bd081c !important; }

.text-hover-vk:hover {
  color: #6383a8 !important; }

.bg-hover-vk:hover {
  background-color: #6383a8 !important; }

.text-hover-rss:hover {
  color: #ffa500 !important; }

.bg-hover-rss:hover {
  background-color: #ffa500 !important; }

.text-hover-flickr:hover {
  color: #0063dc !important; }

.bg-hover-flickr:hover {
  background-color: #0063dc !important; }

.text-hover-bitbucket:hover {
  color: #0052cc !important; }

.bg-hover-bitbucket:hover {
  background-color: #0052cc !important; }

.text-hover-gray-100:hover {
  color: #f7f8f9 !important; }

.bg-hover-gray-100:hover {
  background-color: #f7f8f9 !important; }

.text-hover-gray-200:hover {
  color: #eaecef !important; }

.bg-hover-gray-200:hover {
  background-color: #eaecef !important; }

.text-hover-gray-300:hover {
  color: #dee1e4 !important; }

.bg-hover-gray-300:hover {
  background-color: #dee1e4 !important; }

.text-hover-gray-400:hover {
  color: #c5cbd0 !important; }

.bg-hover-gray-400:hover {
  background-color: #c5cbd0 !important; }

.text-hover-gray-500:hover {
  color: #aeb4bb !important; }

.bg-hover-gray-500:hover {
  background-color: #aeb4bb !important; }

.text-hover-gray-600:hover {
  color: #6c757d !important; }

.bg-hover-gray-600:hover {
  background-color: #6c757d !important; }

.text-hover-gray-700:hover {
  color: #495057 !important; }

.bg-hover-gray-700:hover {
  background-color: #495057 !important; }

.text-hover-gray-800:hover {
  color: #343a40 !important; }

.bg-hover-gray-800:hover {
  background-color: #343a40 !important; }

.text-hover-gray-900:hover {
  color: #212529 !important; }

.bg-hover-gray-900:hover {
  background-color: #212529 !important; }

.text-hover-blue-100:hover {
  color: #cce5ff !important; }

.bg-hover-blue-100:hover {
  background-color: #cce5ff !important; }

.text-hover-blue-200:hover {
  color: #99caff !important; }

.bg-hover-blue-200:hover {
  background-color: #99caff !important; }

.text-hover-blue-300:hover {
  color: #66b0ff !important; }

.bg-hover-blue-300:hover {
  background-color: #66b0ff !important; }

.text-hover-blue-400:hover {
  color: #3395ff !important; }

.bg-hover-blue-400:hover {
  background-color: #3395ff !important; }

.text-hover-blue-500:hover {
  color: #007bff !important; }

.bg-hover-blue-500:hover {
  background-color: #007bff !important; }

.text-hover-blue-600:hover {
  color: #0062cc !important; }

.bg-hover-blue-600:hover {
  background-color: #0062cc !important; }

.text-hover-blue-700:hover {
  color: #004a99 !important; }

.bg-hover-blue-700:hover {
  background-color: #004a99 !important; }

.text-hover-blue-800:hover {
  color: #003166 !important; }

.bg-hover-blue-800:hover {
  background-color: #003166 !important; }

.text-hover-blue-900:hover {
  color: #001933 !important; }

.bg-hover-blue-900:hover {
  background-color: #001933 !important; }

.text-hover-indigo-100:hover {
  color: #e0cffc !important; }

.bg-hover-indigo-100:hover {
  background-color: #e0cffc !important; }

.text-hover-indigo-200:hover {
  color: #c29ffa !important; }

.bg-hover-indigo-200:hover {
  background-color: #c29ffa !important; }

.text-hover-indigo-300:hover {
  color: #a370f7 !important; }

.bg-hover-indigo-300:hover {
  background-color: #a370f7 !important; }

.text-hover-indigo-400:hover {
  color: #8540f5 !important; }

.bg-hover-indigo-400:hover {
  background-color: #8540f5 !important; }

.text-hover-indigo-500:hover {
  color: #6610f2 !important; }

.bg-hover-indigo-500:hover {
  background-color: #6610f2 !important; }

.text-hover-indigo-600:hover {
  color: #520dc2 !important; }

.bg-hover-indigo-600:hover {
  background-color: #520dc2 !important; }

.text-hover-indigo-700:hover {
  color: #3d0a91 !important; }

.bg-hover-indigo-700:hover {
  background-color: #3d0a91 !important; }

.text-hover-indigo-800:hover {
  color: #290661 !important; }

.bg-hover-indigo-800:hover {
  background-color: #290661 !important; }

.text-hover-indigo-900:hover {
  color: #140330 !important; }

.bg-hover-indigo-900:hover {
  background-color: #140330 !important; }

.text-hover-purple-100:hover {
  color: #e2d9f3 !important; }

.bg-hover-purple-100:hover {
  background-color: #e2d9f3 !important; }

.text-hover-purple-200:hover {
  color: #c5b3e6 !important; }

.bg-hover-purple-200:hover {
  background-color: #c5b3e6 !important; }

.text-hover-purple-300:hover {
  color: #a98eda !important; }

.bg-hover-purple-300:hover {
  background-color: #a98eda !important; }

.text-hover-purple-400:hover {
  color: #8c68cd !important; }

.bg-hover-purple-400:hover {
  background-color: #8c68cd !important; }

.text-hover-purple-500:hover {
  color: #6f42c1 !important; }

.bg-hover-purple-500:hover {
  background-color: #6f42c1 !important; }

.text-hover-purple-600:hover {
  color: #59359a !important; }

.bg-hover-purple-600:hover {
  background-color: #59359a !important; }

.text-hover-purple-700:hover {
  color: #432874 !important; }

.bg-hover-purple-700:hover {
  background-color: #432874 !important; }

.text-hover-purple-800:hover {
  color: #2c1a4d !important; }

.bg-hover-purple-800:hover {
  background-color: #2c1a4d !important; }

.text-hover-purple-900:hover {
  color: #160d27 !important; }

.bg-hover-purple-900:hover {
  background-color: #160d27 !important; }

.text-hover-pink-100:hover {
  color: #fad8e8 !important; }

.bg-hover-pink-100:hover {
  background-color: #fad8e8 !important; }

.text-hover-pink-200:hover {
  color: #f6b2d1 !important; }

.bg-hover-pink-200:hover {
  background-color: #f6b2d1 !important; }

.text-hover-pink-300:hover {
  color: #f18bba !important; }

.bg-hover-pink-300:hover {
  background-color: #f18bba !important; }

.text-hover-pink-400:hover {
  color: #ed65a3 !important; }

.bg-hover-pink-400:hover {
  background-color: #ed65a3 !important; }

.text-hover-pink-500:hover {
  color: #e83e8c !important; }

.bg-hover-pink-500:hover {
  background-color: #e83e8c !important; }

.text-hover-pink-600:hover {
  color: #ba3270 !important; }

.bg-hover-pink-600:hover {
  background-color: #ba3270 !important; }

.text-hover-pink-700:hover {
  color: #8b2554 !important; }

.bg-hover-pink-700:hover {
  background-color: #8b2554 !important; }

.text-hover-pink-800:hover {
  color: #5d1938 !important; }

.bg-hover-pink-800:hover {
  background-color: #5d1938 !important; }

.text-hover-pink-900:hover {
  color: #2e0c1c !important; }

.bg-hover-pink-900:hover {
  background-color: #2e0c1c !important; }

.text-hover-red-100:hover {
  color: #f8d7da !important; }

.bg-hover-red-100:hover {
  background-color: #f8d7da !important; }

.text-hover-red-200:hover {
  color: #f1aeb5 !important; }

.bg-hover-red-200:hover {
  background-color: #f1aeb5 !important; }

.text-hover-red-300:hover {
  color: #ea868f !important; }

.bg-hover-red-300:hover {
  background-color: #ea868f !important; }

.text-hover-red-400:hover {
  color: #e35d6a !important; }

.bg-hover-red-400:hover {
  background-color: #e35d6a !important; }

.text-hover-red-500:hover {
  color: #dc3545 !important; }

.bg-hover-red-500:hover {
  background-color: #dc3545 !important; }

.text-hover-red-600:hover {
  color: #b02a37 !important; }

.bg-hover-red-600:hover {
  background-color: #b02a37 !important; }

.text-hover-red-700:hover {
  color: #842029 !important; }

.bg-hover-red-700:hover {
  background-color: #842029 !important; }

.text-hover-red-800:hover {
  color: #58151c !important; }

.bg-hover-red-800:hover {
  background-color: #58151c !important; }

.text-hover-red-900:hover {
  color: #2c0b0e !important; }

.bg-hover-red-900:hover {
  background-color: #2c0b0e !important; }

.text-hover-orange-100:hover {
  color: #ffe5d0 !important; }

.bg-hover-orange-100:hover {
  background-color: #ffe5d0 !important; }

.text-hover-orange-200:hover {
  color: #fecba1 !important; }

.bg-hover-orange-200:hover {
  background-color: #fecba1 !important; }

.text-hover-orange-300:hover {
  color: #feb272 !important; }

.bg-hover-orange-300:hover {
  background-color: #feb272 !important; }

.text-hover-orange-400:hover {
  color: #fd9843 !important; }

.bg-hover-orange-400:hover {
  background-color: #fd9843 !important; }

.text-hover-orange-500:hover {
  color: #fd7e14 !important; }

.bg-hover-orange-500:hover {
  background-color: #fd7e14 !important; }

.text-hover-orange-600:hover {
  color: #ca6510 !important; }

.bg-hover-orange-600:hover {
  background-color: #ca6510 !important; }

.text-hover-orange-700:hover {
  color: #984c0c !important; }

.bg-hover-orange-700:hover {
  background-color: #984c0c !important; }

.text-hover-orange-800:hover {
  color: #653208 !important; }

.bg-hover-orange-800:hover {
  background-color: #653208 !important; }

.text-hover-orange-900:hover {
  color: #331904 !important; }

.bg-hover-orange-900:hover {
  background-color: #331904 !important; }

.text-hover-yellow-100:hover {
  color: #fff3cd !important; }

.bg-hover-yellow-100:hover {
  background-color: #fff3cd !important; }

.text-hover-yellow-200:hover {
  color: #ffe69c !important; }

.bg-hover-yellow-200:hover {
  background-color: #ffe69c !important; }

.text-hover-yellow-300:hover {
  color: #ffda6a !important; }

.bg-hover-yellow-300:hover {
  background-color: #ffda6a !important; }

.text-hover-yellow-400:hover {
  color: #ffcd39 !important; }

.bg-hover-yellow-400:hover {
  background-color: #ffcd39 !important; }

.text-hover-yellow-500:hover {
  color: #ffc107 !important; }

.bg-hover-yellow-500:hover {
  background-color: #ffc107 !important; }

.text-hover-yellow-600:hover {
  color: #cc9a06 !important; }

.bg-hover-yellow-600:hover {
  background-color: #cc9a06 !important; }

.text-hover-yellow-700:hover {
  color: #997404 !important; }

.bg-hover-yellow-700:hover {
  background-color: #997404 !important; }

.text-hover-yellow-800:hover {
  color: #664d03 !important; }

.bg-hover-yellow-800:hover {
  background-color: #664d03 !important; }

.text-hover-yellow-900:hover {
  color: #332701 !important; }

.bg-hover-yellow-900:hover {
  background-color: #332701 !important; }

.text-hover-green-100:hover {
  color: #d4edda !important; }

.bg-hover-green-100:hover {
  background-color: #d4edda !important; }

.text-hover-green-200:hover {
  color: #a9dcb5 !important; }

.bg-hover-green-200:hover {
  background-color: #a9dcb5 !important; }

.text-hover-green-300:hover {
  color: #7eca8f !important; }

.bg-hover-green-300:hover {
  background-color: #7eca8f !important; }

.text-hover-green-400:hover {
  color: #53b96a !important; }

.bg-hover-green-400:hover {
  background-color: #53b96a !important; }

.text-hover-green-500:hover {
  color: #28a745 !important; }

.bg-hover-green-500:hover {
  background-color: #28a745 !important; }

.text-hover-green-600:hover {
  color: #208637 !important; }

.bg-hover-green-600:hover {
  background-color: #208637 !important; }

.text-hover-green-700:hover {
  color: #186429 !important; }

.bg-hover-green-700:hover {
  background-color: #186429 !important; }

.text-hover-green-800:hover {
  color: #10431c !important; }

.bg-hover-green-800:hover {
  background-color: #10431c !important; }

.text-hover-green-900:hover {
  color: #08210e !important; }

.bg-hover-green-900:hover {
  background-color: #08210e !important; }

.text-hover-teal-100:hover {
  color: #d2f4ea !important; }

.bg-hover-teal-100:hover {
  background-color: #d2f4ea !important; }

.text-hover-teal-200:hover {
  color: #a6e9d5 !important; }

.bg-hover-teal-200:hover {
  background-color: #a6e9d5 !important; }

.text-hover-teal-300:hover {
  color: #79dfc1 !important; }

.bg-hover-teal-300:hover {
  background-color: #79dfc1 !important; }

.text-hover-teal-400:hover {
  color: #4dd4ac !important; }

.bg-hover-teal-400:hover {
  background-color: #4dd4ac !important; }

.text-hover-teal-500:hover {
  color: #20c997 !important; }

.bg-hover-teal-500:hover {
  background-color: #20c997 !important; }

.text-hover-teal-600:hover {
  color: #1aa179 !important; }

.bg-hover-teal-600:hover {
  background-color: #1aa179 !important; }

.text-hover-teal-700:hover {
  color: #13795b !important; }

.bg-hover-teal-700:hover {
  background-color: #13795b !important; }

.text-hover-teal-800:hover {
  color: #0d503c !important; }

.bg-hover-teal-800:hover {
  background-color: #0d503c !important; }

.text-hover-teal-900:hover {
  color: #06281e !important; }

.bg-hover-teal-900:hover {
  background-color: #06281e !important; }

.text-hover-cyan-100:hover {
  color: #d1ecf1 !important; }

.bg-hover-cyan-100:hover {
  background-color: #d1ecf1 !important; }

.text-hover-cyan-200:hover {
  color: #a2dae3 !important; }

.bg-hover-cyan-200:hover {
  background-color: #a2dae3 !important; }

.text-hover-cyan-300:hover {
  color: #74c7d4 !important; }

.bg-hover-cyan-300:hover {
  background-color: #74c7d4 !important; }

.text-hover-cyan-400:hover {
  color: #45b5c6 !important; }

.bg-hover-cyan-400:hover {
  background-color: #45b5c6 !important; }

.text-hover-cyan-500:hover {
  color: #17a2b8 !important; }

.bg-hover-cyan-500:hover {
  background-color: #17a2b8 !important; }

.text-hover-cyan-600:hover {
  color: #128293 !important; }

.bg-hover-cyan-600:hover {
  background-color: #128293 !important; }

.text-hover-cyan-700:hover {
  color: #0e616e !important; }

.bg-hover-cyan-700:hover {
  background-color: #0e616e !important; }

.text-hover-cyan-800:hover {
  color: #09414a !important; }

.bg-hover-cyan-800:hover {
  background-color: #09414a !important; }

.text-hover-cyan-900:hover {
  color: #052025 !important; }

.bg-hover-cyan-900:hover {
  background-color: #052025 !important; }

.text-hover-primary-100:hover {
  color: #ccd8e5 !important; }

.bg-hover-primary-100:hover {
  background-color: #ccd8e5 !important; }

.text-hover-primary-200:hover {
  color: #99b1cb !important; }

.bg-hover-primary-200:hover {
  background-color: #99b1cb !important; }

.text-hover-primary-300:hover {
  color: #668ab1 !important; }

.bg-hover-primary-300:hover {
  background-color: #668ab1 !important; }

.text-hover-primary-400:hover {
  color: #336397 !important; }

.bg-hover-primary-400:hover {
  background-color: #336397 !important; }

.text-hover-primary-500:hover {
  color: #003c7d !important; }

.bg-hover-primary-500:hover {
  background-color: #003c7d !important; }

.text-hover-primary-600:hover {
  color: #003064 !important; }

.bg-hover-primary-600:hover {
  background-color: #003064 !important; }

.text-hover-primary-700:hover {
  color: #00244b !important; }

.bg-hover-primary-700:hover {
  background-color: #00244b !important; }

.text-hover-primary-800:hover {
  color: #001832 !important; }

.bg-hover-primary-800:hover {
  background-color: #001832 !important; }

.text-hover-primary-900:hover {
  color: #000c19 !important; }

.bg-hover-primary-900:hover {
  background-color: #000c19 !important; }

.text-hover-secondary-100:hover {
  color: #e9e9ea !important; }

.bg-hover-secondary-100:hover {
  background-color: #e9e9ea !important; }

.text-hover-secondary-200:hover {
  color: #d2d4d5 !important; }

.bg-hover-secondary-200:hover {
  background-color: #d2d4d5 !important; }

.text-hover-secondary-300:hover {
  color: #bcbec1 !important; }

.bg-hover-secondary-300:hover {
  background-color: #bcbec1 !important; }

.text-hover-secondary-400:hover {
  color: #a5a9ac !important; }

.bg-hover-secondary-400:hover {
  background-color: #a5a9ac !important; }

.text-hover-secondary-500:hover {
  color: #8f9397 !important; }

.bg-hover-secondary-500:hover {
  background-color: #8f9397 !important; }

.text-hover-secondary-600:hover {
  color: #727679 !important; }

.bg-hover-secondary-600:hover {
  background-color: #727679 !important; }

.text-hover-secondary-700:hover {
  color: #56585b !important; }

.bg-hover-secondary-700:hover {
  background-color: #56585b !important; }

.text-hover-secondary-800:hover {
  color: #393b3c !important; }

.bg-hover-secondary-800:hover {
  background-color: #393b3c !important; }

.text-hover-secondary-900:hover {
  color: #1d1d1e !important; }

.bg-hover-secondary-900:hover {
  background-color: #1d1d1e !important; }

.text-hover-success-100:hover {
  color: #d4edda !important; }

.bg-hover-success-100:hover {
  background-color: #d4edda !important; }

.text-hover-success-200:hover {
  color: #a9dcb5 !important; }

.bg-hover-success-200:hover {
  background-color: #a9dcb5 !important; }

.text-hover-success-300:hover {
  color: #7eca8f !important; }

.bg-hover-success-300:hover {
  background-color: #7eca8f !important; }

.text-hover-success-400:hover {
  color: #53b96a !important; }

.bg-hover-success-400:hover {
  background-color: #53b96a !important; }

.text-hover-success-500:hover {
  color: #28a745 !important; }

.bg-hover-success-500:hover {
  background-color: #28a745 !important; }

.text-hover-success-600:hover {
  color: #208637 !important; }

.bg-hover-success-600:hover {
  background-color: #208637 !important; }

.text-hover-success-700:hover {
  color: #186429 !important; }

.bg-hover-success-700:hover {
  background-color: #186429 !important; }

.text-hover-success-800:hover {
  color: #10431c !important; }

.bg-hover-success-800:hover {
  background-color: #10431c !important; }

.text-hover-success-900:hover {
  color: #08210e !important; }

.bg-hover-success-900:hover {
  background-color: #08210e !important; }

.text-hover-info-100:hover {
  color: #d1ecf1 !important; }

.bg-hover-info-100:hover {
  background-color: #d1ecf1 !important; }

.text-hover-info-200:hover {
  color: #a2dae3 !important; }

.bg-hover-info-200:hover {
  background-color: #a2dae3 !important; }

.text-hover-info-300:hover {
  color: #74c7d4 !important; }

.bg-hover-info-300:hover {
  background-color: #74c7d4 !important; }

.text-hover-info-400:hover {
  color: #45b5c6 !important; }

.bg-hover-info-400:hover {
  background-color: #45b5c6 !important; }

.text-hover-info-500:hover {
  color: #17a2b8 !important; }

.bg-hover-info-500:hover {
  background-color: #17a2b8 !important; }

.text-hover-info-600:hover {
  color: #128293 !important; }

.bg-hover-info-600:hover {
  background-color: #128293 !important; }

.text-hover-info-700:hover {
  color: #0e616e !important; }

.bg-hover-info-700:hover {
  background-color: #0e616e !important; }

.text-hover-info-800:hover {
  color: #09414a !important; }

.bg-hover-info-800:hover {
  background-color: #09414a !important; }

.text-hover-info-900:hover {
  color: #052025 !important; }

.bg-hover-info-900:hover {
  background-color: #052025 !important; }

.text-hover-warning-100:hover {
  color: #fff3cd !important; }

.bg-hover-warning-100:hover {
  background-color: #fff3cd !important; }

.text-hover-warning-200:hover {
  color: #ffe69c !important; }

.bg-hover-warning-200:hover {
  background-color: #ffe69c !important; }

.text-hover-warning-300:hover {
  color: #ffda6a !important; }

.bg-hover-warning-300:hover {
  background-color: #ffda6a !important; }

.text-hover-warning-400:hover {
  color: #ffcd39 !important; }

.bg-hover-warning-400:hover {
  background-color: #ffcd39 !important; }

.text-hover-warning-500:hover {
  color: #ffc107 !important; }

.bg-hover-warning-500:hover {
  background-color: #ffc107 !important; }

.text-hover-warning-600:hover {
  color: #cc9a06 !important; }

.bg-hover-warning-600:hover {
  background-color: #cc9a06 !important; }

.text-hover-warning-700:hover {
  color: #997404 !important; }

.bg-hover-warning-700:hover {
  background-color: #997404 !important; }

.text-hover-warning-800:hover {
  color: #664d03 !important; }

.bg-hover-warning-800:hover {
  background-color: #664d03 !important; }

.text-hover-warning-900:hover {
  color: #332701 !important; }

.bg-hover-warning-900:hover {
  background-color: #332701 !important; }

.text-hover-danger-100:hover {
  color: #f8d7da !important; }

.bg-hover-danger-100:hover {
  background-color: #f8d7da !important; }

.text-hover-danger-200:hover {
  color: #f1aeb5 !important; }

.bg-hover-danger-200:hover {
  background-color: #f1aeb5 !important; }

.text-hover-danger-300:hover {
  color: #ea868f !important; }

.bg-hover-danger-300:hover {
  background-color: #ea868f !important; }

.text-hover-danger-400:hover {
  color: #e35d6a !important; }

.bg-hover-danger-400:hover {
  background-color: #e35d6a !important; }

.text-hover-danger-500:hover {
  color: #dc3545 !important; }

.bg-hover-danger-500:hover {
  background-color: #dc3545 !important; }

.text-hover-danger-600:hover {
  color: #b02a37 !important; }

.bg-hover-danger-600:hover {
  background-color: #b02a37 !important; }

.text-hover-danger-700:hover {
  color: #842029 !important; }

.bg-hover-danger-700:hover {
  background-color: #842029 !important; }

.text-hover-danger-800:hover {
  color: #58151c !important; }

.bg-hover-danger-800:hover {
  background-color: #58151c !important; }

.text-hover-danger-900:hover {
  color: #2c0b0e !important; }

.bg-hover-danger-900:hover {
  background-color: #2c0b0e !important; }

.text-shadow-light {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

.text-shadow-dark {
  text-shadow: 1px 1px 1px rgba(0, 15, 56, 0.5); }

.icon-translate {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #003c7d;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d; }
  .icon-translate::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #8f9397;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px); }
  .icon-translate i {
    color: #fff;
    font-size: 28px; }

.toggle-menu .active {
  background: #003c7d !important;
  color: #fff !important;
  padding-left: 1rem !important;
  border-color: #003c7d !important; }
  @media (min-width: 992px) {
    .toggle-menu .active {
      background: #fff !important;
      color: #003c7d !important; } }

.toggle-menu .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  border-radius: 0;
  color: #495057;
  transition: 0.3s !important; }
  @media (min-width: 992px) {
    .toggle-menu .nav-link {
      border-right: 2px solid #8f9397; } }
