  .vu-cards .btn, .vu-cards h1, .vu-cards h2, .vu-cards h3, .vu-cards h4, .vu-cards h5, .vu-cards h6 {
  color: unset;
  display: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  margin: unset;
  padding: unset;
  text-transform: unset;
  width: unset;
}
.vu-cards .btn-group,
.vu-cards .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.vu-cards .btn-group > .btn,
.vu-cards .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.vu-cards .btn-group > .btn-check:checked + .btn,
.vu-cards .btn-group > .btn-check:focus + .btn,
.vu-cards .btn-group > .btn:hover,
.vu-cards .btn-group > .btn:focus,
.vu-cards .btn-group > .btn:active,
.vu-cards .btn-group > .btn.active,
.vu-cards .btn-group-vertical > .btn-check:checked + .btn,
.vu-cards .btn-group-vertical > .btn-check:focus + .btn,
.vu-cards .btn-group-vertical > .btn:hover,
.vu-cards .btn-group-vertical > .btn:focus,
.vu-cards .btn-group-vertical > .btn:active,
.vu-cards .btn-group-vertical > .btn.active {
  z-index: 1;
}
.vu-cards .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.vu-cards .btn-toolbar .input-group {
  width: auto;
}
.vu-cards .btn-group > .btn:not(:first-child),
.vu-cards .btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.vu-cards .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.vu-cards .dropdown-toggle-split::after, .dropup .vu-cards .dropdown-toggle-split::after, .dropend .vu-cards .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .vu-cards .dropdown-toggle-split::before {
  margin-right: 0;
}
.vu-cards .btn-sm + .dropdown-toggle-split, .vu-cards .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.vu-cards .btn-lg + .dropdown-toggle-split, .vu-cards .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.vu-cards .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vu-cards .btn-group-vertical > .btn,
.vu-cards .btn-group-vertical > .btn-group {
  width: 100%;
}
.vu-cards .btn-group-vertical > .btn:not(:first-child),
.vu-cards .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.vu-cards .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  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) {
  .vu-cards .btn {
    transition: none;
  }
}
.vu-cards .btn:hover {
  color: #262626;
  text-decoration: none;
}
.btn-check:focus + .vu-cards .btn, .vu-cards .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(120, 0, 63, 0.25);
}
.vu-cards .btn:disabled, .vu-cards .btn.disabled, fieldset:disabled .vu-cards .btn {
  pointer-events: none;
  opacity: 0.65;
}
.vu-cards .btn > .bi.iconright {
  padding-left: 0.5rem;
}
.vu-cards .btn > .bi.iconleft {
  padding-right: 0.5rem;
}
.vu-cards .btn-primary {
  color: #fff;
  background-color: #78003f;
  border-color: #78003f;
}
.vu-cards .btn-primary:hover {
  color: #fff;
  background-color: #450024;
  border-color: #600032;
}
.btn-check:focus + .vu-cards .btn-primary, .vu-cards .btn-primary:focus {
  color: #fff;
  background-color: #450024;
  border-color: #600032;
  box-shadow: 0 0 0 0.25rem rgba(140, 38, 92, 0.5);
}
.btn-check:checked + .vu-cards .btn-primary, .btn-check:active + .vu-cards .btn-primary, .vu-cards .btn-primary:active, .vu-cards .btn-primary.active, .show > .vu-cards .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #600032;
  border-color: #5a002f;
}
.btn-check:checked + .vu-cards .btn-primary:focus, .btn-check:active + .vu-cards .btn-primary:focus, .vu-cards .btn-primary:active:focus, .vu-cards .btn-primary.active:focus, .show > .vu-cards .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 38, 92, 0.5);
}
.vu-cards .btn-primary:disabled, .vu-cards .btn-primary.disabled {
  color: #fff;
  background-color: #78003f;
  border-color: #78003f;
}
.vu-cards .btn-primary:hover {
  background-color: #600032;
}
.vu-cards .btn-secondary {
  color: #fff;
  background-color: #e13559;
  border-color: #e13559;
}
.vu-cards .btn-secondary:hover {
  color: #fff;
  background-color: #c61d41;
  border-color: #b42a47;
}
.btn-check:focus + .vu-cards .btn-secondary, .vu-cards .btn-secondary:focus {
  color: #fff;
  background-color: #c61d41;
  border-color: #b42a47;
  box-shadow: 0 0 0 0.25rem rgba(230, 83, 114, 0.5);
}
.btn-check:checked + .vu-cards .btn-secondary, .btn-check:active + .vu-cards .btn-secondary, .vu-cards .btn-secondary:active, .vu-cards .btn-secondary.active, .show > .vu-cards .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #b42a47;
  border-color: #a92843;
}
.btn-check:checked + .vu-cards .btn-secondary:focus, .btn-check:active + .vu-cards .btn-secondary:focus, .vu-cards .btn-secondary:active:focus, .vu-cards .btn-secondary.active:focus, .show > .vu-cards .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 83, 114, 0.5);
}
.vu-cards .btn-secondary:disabled, .vu-cards .btn-secondary.disabled {
  color: #fff;
  background-color: #e13559;
  border-color: #e13559;
}
.vu-cards .btn-secondary:hover {
  background-color: #b42a47;
}
.vu-cards .btn-success {
  color: #fff;
  background-color: #15af97;
  border-color: #15af97;
}
.vu-cards .btn-success:hover {
  color: #fff;
  background-color: #108170;
  border-color: #118c79;
}
.btn-check:focus + .vu-cards .btn-success, .vu-cards .btn-success:focus {
  color: #fff;
  background-color: #108170;
  border-color: #118c79;
  box-shadow: 0 0 0 0.25rem rgba(56, 187, 167, 0.5);
}
.btn-check:checked + .vu-cards .btn-success, .btn-check:active + .vu-cards .btn-success, .vu-cards .btn-success:active, .vu-cards .btn-success.active, .show > .vu-cards .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #118c79;
  border-color: #108371;
}
.btn-check:checked + .vu-cards .btn-success:focus, .btn-check:active + .vu-cards .btn-success:focus, .vu-cards .btn-success:active:focus, .vu-cards .btn-success.active:focus, .show > .vu-cards .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 187, 167, 0.5);
}
.vu-cards .btn-success:disabled, .vu-cards .btn-success.disabled {
  color: #000;
  background-color: #15af97;
  border-color: #15af97;
}
.vu-cards .btn-success:hover {
  background-color: #118c79;
}
.vu-cards .btn-info {
  color: #fff;
  background-color: #00508c;
  border-color: #00508c;
}
.vu-cards .btn-info:hover {
  color: #fff;
  background-color: #003359;
  border-color: #004070;
}
.btn-check:focus + .vu-cards .btn-info, .vu-cards .btn-info:focus {
  color: #fff;
  background-color: #003359;
  border-color: #004070;
  box-shadow: 0 0 0 0.25rem rgba(38, 106, 157, 0.5);
}
.btn-check:checked + .vu-cards .btn-info, .btn-check:active + .vu-cards .btn-info, .vu-cards .btn-info:active, .vu-cards .btn-info.active, .show > .vu-cards .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #004070;
  border-color: #003c69;
}
.btn-check:checked + .vu-cards .btn-info:focus, .btn-check:active + .vu-cards .btn-info:focus, .vu-cards .btn-info:active:focus, .vu-cards .btn-info.active:focus, .show > .vu-cards .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 106, 157, 0.5);
}
.vu-cards .btn-info:disabled, .vu-cards .btn-info.disabled {
  color: #fff;
  background-color: #00508c;
  border-color: #00508c;
}
.vu-cards .btn-info:hover {
  background-color: #004070;
}
.vu-cards .btn-warning {
  color: #000;
  background-color: #f7aa4e;
  border-color: #f7aa4e;
}
.vu-cards .btn-warning:hover {
  color: #000;
  background-color: #f5931d;
  border-color: #f8b360;
}
.btn-check:focus + .vu-cards .btn-warning, .vu-cards .btn-warning:focus {
  color: #000;
  background-color: #f5931d;
  border-color: #f8b360;
  box-shadow: 0 0 0 0.25rem rgba(210, 145, 66, 0.5);
}
.btn-check:checked + .vu-cards .btn-warning, .btn-check:active + .vu-cards .btn-warning, .vu-cards .btn-warning:active, .vu-cards .btn-warning.active, .show > .vu-cards .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f9bb71;
  border-color: #f8b360;
}
.btn-check:checked + .vu-cards .btn-warning:focus, .btn-check:active + .vu-cards .btn-warning:focus, .vu-cards .btn-warning:active:focus, .vu-cards .btn-warning.active:focus, .show > .vu-cards .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 145, 66, 0.5);
}
.vu-cards .btn-warning:disabled, .vu-cards .btn-warning.disabled {
  color: #000;
  background-color: #f7aa4e;
  border-color: #f7aa4e;
}
.vu-cards .btn-warning:hover {
  background-color: #c6883e;
}
.vu-cards .btn-danger {
  color: #fff;
  background-color: #de252a;
  border-color: #de252a;
}
.vu-cards .btn-danger:hover {
  color: #fff;
  background-color: #b51b1f;
  border-color: #b21e22;
}
.btn-check:focus + .vu-cards .btn-danger, .vu-cards .btn-danger:focus {
  color: #fff;
  background-color: #b51b1f;
  border-color: #b21e22;
  box-shadow: 0 0 0 0.25rem rgba(227, 70, 74, 0.5);
}
.btn-check:checked + .vu-cards .btn-danger, .btn-check:active + .vu-cards .btn-danger, .vu-cards .btn-danger:active, .vu-cards .btn-danger.active, .show > .vu-cards .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b21e22;
  border-color: #a71c20;
}
.btn-check:checked + .vu-cards .btn-danger:focus, .btn-check:active + .vu-cards .btn-danger:focus, .vu-cards .btn-danger:active:focus, .vu-cards .btn-danger.active:focus, .show > .vu-cards .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 70, 74, 0.5);
}
.vu-cards .btn-danger:disabled, .vu-cards .btn-danger.disabled {
  color: #fff;
  background-color: #de252a;
  border-color: #de252a;
}
.vu-cards .btn-danger:hover {
  background-color: #b21e22;
}
.vu-cards .btn-light {
  color: #000;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.vu-cards .btn-light:hover {
  color: #000;
  background-color: #dddddd;
  border-color: #f7f7f7;
}
.btn-check:focus + .vu-cards .btn-light, .vu-cards .btn-light:focus {
  color: #000;
  background-color: #dddddd;
  border-color: #f7f7f7;
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}
.btn-check:checked + .vu-cards .btn-light, .btn-check:active + .vu-cards .btn-light, .vu-cards .btn-light:active, .vu-cards .btn-light.active, .show > .vu-cards .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f7f7f7;
}
.btn-check:checked + .vu-cards .btn-light:focus, .btn-check:active + .vu-cards .btn-light:focus, .vu-cards .btn-light:active:focus, .vu-cards .btn-light.active:focus, .show > .vu-cards .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}
.vu-cards .btn-light:disabled, .vu-cards .btn-light.disabled {
  color: #000;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.vu-cards .btn-light:hover {
  background-color: #c5c5c5;
}
.vu-cards .btn-medium-gray {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.vu-cards .btn-medium-gray:hover {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-check:focus + .vu-cards .btn-medium-gray, .vu-cards .btn-medium-gray:focus {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
  box-shadow: 0 0 0 0.25rem rgba(145, 145, 145, 0.5);
}
.btn-check:checked + .vu-cards .btn-medium-gray, .btn-check:active + .vu-cards .btn-medium-gray, .vu-cards .btn-medium-gray:active, .vu-cards .btn-medium-gray.active, .show > .vu-cards .btn-medium-gray.dropdown-toggle {
  color: #fff;
  background-color: #646464;
  border-color: #5e5e5e;
}
.btn-check:checked + .vu-cards .btn-medium-gray:focus, .btn-check:active + .vu-cards .btn-medium-gray:focus, .vu-cards .btn-medium-gray:active:focus, .vu-cards .btn-medium-gray.active:focus, .show > .vu-cards .btn-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 145, 145, 0.5);
}
.vu-cards .btn-medium-gray:disabled, .vu-cards .btn-medium-gray.disabled {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.vu-cards .btn-medium-gray:hover {
  background-color: #646464;
}
.vu-cards .btn-dark {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.vu-cards .btn-dark:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #1e1e1e;
}
.btn-check:focus + .vu-cards .btn-dark, .vu-cards .btn-dark:focus {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #1e1e1e;
  box-shadow: 0 0 0 0.25rem rgba(71, 71, 71, 0.5);
}
.btn-check:checked + .vu-cards .btn-dark, .btn-check:active + .vu-cards .btn-dark, .vu-cards .btn-dark:active, .vu-cards .btn-dark.active, .show > .vu-cards .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1d1d1d;
}
.btn-check:checked + .vu-cards .btn-dark:focus, .btn-check:active + .vu-cards .btn-dark:focus, .vu-cards .btn-dark:active:focus, .vu-cards .btn-dark.active:focus, .show > .vu-cards .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 71, 71, 0.5);
}
.vu-cards .btn-dark:disabled, .vu-cards .btn-dark.disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.vu-cards .btn-dark:hover {
  background-color: #1e1e1e;
}
.vu-cards .btn-outline-primary {
  color: #78003f;
  border-color: #78003f;
}
.vu-cards .btn-outline-primary:hover {
  color: #fff;
  background-color: #78003f;
  border-color: #78003f;
}
.btn-check:focus + .vu-cards .btn-outline-primary, .vu-cards .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(120, 0, 63, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-primary, .btn-check:active + .vu-cards .btn-outline-primary, .vu-cards .btn-outline-primary:active, .vu-cards .btn-outline-primary.active, .vu-cards .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #78003f;
  border-color: #78003f;
}
.btn-check:checked + .vu-cards .btn-outline-primary:focus, .btn-check:active + .vu-cards .btn-outline-primary:focus, .vu-cards .btn-outline-primary:active:focus, .vu-cards .btn-outline-primary.active:focus, .vu-cards .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(120, 0, 63, 0.5);
}
.vu-cards .btn-outline-primary:disabled, .vu-cards .btn-outline-primary.disabled {
  color: #78003f;
  background-color: transparent;
}
.vu-cards .btn-outline-secondary {
  color: #e13559;
  border-color: #e13559;
}
.vu-cards .btn-outline-secondary:hover {
  color: #fff;
  background-color: #e13559;
  border-color: #e13559;
}
.btn-check:focus + .vu-cards .btn-outline-secondary, .vu-cards .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 53, 89, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-secondary, .btn-check:active + .vu-cards .btn-outline-secondary, .vu-cards .btn-outline-secondary:active, .vu-cards .btn-outline-secondary.active, .vu-cards .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #e13559;
  border-color: #e13559;
}
.btn-check:checked + .vu-cards .btn-outline-secondary:focus, .btn-check:active + .vu-cards .btn-outline-secondary:focus, .vu-cards .btn-outline-secondary:active:focus, .vu-cards .btn-outline-secondary.active:focus, .vu-cards .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 53, 89, 0.5);
}
.vu-cards .btn-outline-secondary:disabled, .vu-cards .btn-outline-secondary.disabled {
  color: #e13559;
  background-color: transparent;
}
.vu-cards .btn-outline-success {
  color: #15af97;
  border-color: #15af97;
}
.vu-cards .btn-outline-success:hover {
  color: #fff;
  background-color: #15af97;
  border-color: #15af97;
}
.btn-check:focus + .vu-cards .btn-outline-success, .vu-cards .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 151, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-success, .btn-check:active + .vu-cards .btn-outline-success, .vu-cards .btn-outline-success:active, .vu-cards .btn-outline-success.active, .vu-cards .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #15af97;
  border-color: #15af97;
}
.btn-check:checked + .vu-cards .btn-outline-success:focus, .btn-check:active + .vu-cards .btn-outline-success:focus, .vu-cards .btn-outline-success:active:focus, .vu-cards .btn-outline-success.active:focus, .vu-cards .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 151, 0.5);
}
.vu-cards .btn-outline-success:disabled, .vu-cards .btn-outline-success.disabled {
  color: #15af97;
  background-color: transparent;
}
.vu-cards .btn-outline-info {
  color: #00508c;
  border-color: #00508c;
}
.vu-cards .btn-outline-info:hover {
  color: #fff;
  background-color: #00508c;
  border-color: #00508c;
}
.btn-check:focus + .vu-cards .btn-outline-info, .vu-cards .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 80, 140, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-info, .btn-check:active + .vu-cards .btn-outline-info, .vu-cards .btn-outline-info:active, .vu-cards .btn-outline-info.active, .vu-cards .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #00508c;
  border-color: #00508c;
}
.btn-check:checked + .vu-cards .btn-outline-info:focus, .btn-check:active + .vu-cards .btn-outline-info:focus, .vu-cards .btn-outline-info:active:focus, .vu-cards .btn-outline-info.active:focus, .vu-cards .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 80, 140, 0.5);
}
.vu-cards .btn-outline-info:disabled, .vu-cards .btn-outline-info.disabled {
  color: #00508c;
  background-color: transparent;
}
.vu-cards .btn-outline-warning {
  color: #f7aa4e;
  border-color: #f7aa4e;
}
.vu-cards .btn-outline-warning:hover {
  color: #000;
  background-color: #f7aa4e;
  border-color: #f7aa4e;
}
.btn-check:focus + .vu-cards .btn-outline-warning, .vu-cards .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 170, 78, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-warning, .btn-check:active + .vu-cards .btn-outline-warning, .vu-cards .btn-outline-warning:active, .vu-cards .btn-outline-warning.active, .vu-cards .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #f7aa4e;
  border-color: #f7aa4e;
}
.btn-check:checked + .vu-cards .btn-outline-warning:focus, .btn-check:active + .vu-cards .btn-outline-warning:focus, .vu-cards .btn-outline-warning:active:focus, .vu-cards .btn-outline-warning.active:focus, .vu-cards .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 170, 78, 0.5);
}
.vu-cards .btn-outline-warning:disabled, .vu-cards .btn-outline-warning.disabled {
  color: #f7aa4e;
  background-color: transparent;
}
.vu-cards .btn-outline-danger {
  color: #de252a;
  border-color: #de252a;
}
.vu-cards .btn-outline-danger:hover {
  color: #fff;
  background-color: #de252a;
  border-color: #de252a;
}
.btn-check:focus + .vu-cards .btn-outline-danger, .vu-cards .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 37, 42, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-danger, .btn-check:active + .vu-cards .btn-outline-danger, .vu-cards .btn-outline-danger:active, .vu-cards .btn-outline-danger.active, .vu-cards .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #de252a;
  border-color: #de252a;
}
.btn-check:checked + .vu-cards .btn-outline-danger:focus, .btn-check:active + .vu-cards .btn-outline-danger:focus, .vu-cards .btn-outline-danger:active:focus, .vu-cards .btn-outline-danger.active:focus, .vu-cards .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 37, 42, 0.5);
}
.vu-cards .btn-outline-danger:disabled, .vu-cards .btn-outline-danger.disabled {
  color: #de252a;
  background-color: transparent;
}
.vu-cards .btn-outline-light {
  color: #f6f6f6;
  border-color: #f6f6f6;
  color: #f6f6f6;
  background-color: #262626;
  border-color: #f6f6f6;
}
.vu-cards .btn-outline-light:hover {
  color: #000;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-check:focus + .vu-cards .btn-outline-light, .vu-cards .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-light, .btn-check:active + .vu-cards .btn-outline-light, .vu-cards .btn-outline-light:active, .vu-cards .btn-outline-light.active, .vu-cards .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-check:checked + .vu-cards .btn-outline-light:focus, .btn-check:active + .vu-cards .btn-outline-light:focus, .vu-cards .btn-outline-light:active:focus, .vu-cards .btn-outline-light.active:focus, .vu-cards .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5);
}
.vu-cards .btn-outline-light:disabled, .vu-cards .btn-outline-light.disabled {
  color: #f6f6f6;
  background-color: transparent;
}
.vu-cards .btn-outline-light:hover {
  color: #262626;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.vu-cards .btn-outline-medium-gray {
  color: #7d7d7d;
  border-color: #7d7d7d;
  color: #7d7d7d;
  background-color: #fff;
  border-color: #7d7d7d;
}
.vu-cards .btn-outline-medium-gray:hover {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-check:focus + .vu-cards .btn-outline-medium-gray, .vu-cards .btn-outline-medium-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-medium-gray, .btn-check:active + .vu-cards .btn-outline-medium-gray, .vu-cards .btn-outline-medium-gray:active, .vu-cards .btn-outline-medium-gray.active, .vu-cards .btn-outline-medium-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-check:checked + .vu-cards .btn-outline-medium-gray:focus, .btn-check:active + .vu-cards .btn-outline-medium-gray:focus, .vu-cards .btn-outline-medium-gray:active:focus, .vu-cards .btn-outline-medium-gray.active:focus, .vu-cards .btn-outline-medium-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}
.vu-cards .btn-outline-medium-gray:disabled, .vu-cards .btn-outline-medium-gray.disabled {
  color: #7d7d7d;
  background-color: transparent;
}
.vu-cards .btn-outline-medium-gray:hover {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.vu-cards .btn-outline-dark {
  color: #262626;
  border-color: #262626;
}
.vu-cards .btn-outline-dark:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-check:focus + .vu-cards .btn-outline-dark, .vu-cards .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .vu-cards .btn-outline-dark, .btn-check:active + .vu-cards .btn-outline-dark, .vu-cards .btn-outline-dark:active, .vu-cards .btn-outline-dark.active, .vu-cards .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-check:checked + .vu-cards .btn-outline-dark:focus, .btn-check:active + .vu-cards .btn-outline-dark:focus, .vu-cards .btn-outline-dark:active:focus, .vu-cards .btn-outline-dark.active:focus, .vu-cards .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.vu-cards .btn-outline-dark:disabled, .vu-cards .btn-outline-dark.disabled {
  color: #262626;
  background-color: transparent;
}
.vu-cards .btn-link {
  font-weight: 400;
  color: #78003f;
  text-decoration: none;
}
.vu-cards .btn-link:hover {
  color: #78003f;
  text-decoration: underline;
}
.vu-cards .btn-link:focus {
  text-decoration: underline;
}
.vu-cards .btn-link:disabled, .vu-cards .btn-link.disabled {
  color: #7d7d7d;
}
.vu-cards .btn-lg, .vu-cards .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25em;
  border-radius: 0;
}
.vu-cards .btn-sm, .vu-cards .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875em;
  border-radius: 0;
}
.vu-cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.vu-cards .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.vu-cards .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.vu-cards .card > .list-group:first-child {
  border-top-width: 0;
}
.vu-cards .card > .list-group:last-child {
  border-bottom-width: 0;
}
.vu-cards .card > .card-header + .list-group,
.vu-cards .card > .list-group + .card-footer {
  border-top: 0;
}
.vu-cards .card.bg-light,
.vu-cards .card.border-light {
  border: 0;
}
.vu-cards .card.bg-light .card-color-header,
.vu-cards .card.border-light .card-color-header {
  border-bottom: 0;
}
.vu-cards .custom-card {
  width: 322px;
  max-width: 100%;
}
.vu-cards .custom-card-small {
  width: 322px;
  max-width: 100%;
  height: 88px;
}
.vu-cards .custom-card-body {
  color: #fff;
  background-color: #78003f;
}
.vu-cards .custom-card-body > .bi {
  font-size: 1.25rem;
}
.vu-cards .custom-card-body:hover {
  cursor: pointer;
  background-color: #660036;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.vu-cards .custom-card-body-small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #78003f;
}
.vu-cards .custom-card-body-small:hover {
  cursor: pointer;
  background-color: #660036;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.vu-cards .custom-card-header {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.313rem;
}
.vu-cards .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.vu-cards .card-title {
  margin-bottom: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.vu-cards .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.vu-cards .card-text:last-child {
  margin-bottom: 0;
}
.vu-cards .card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}
.vu-cards .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);
}
.vu-cards .card-header-lg {
  padding: 0.8695652174rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.vu-cards .card-header-lg + .list-group {
  border-top: 0;
}
.vu-cards .card-color-header {
  padding: 0.8695652174rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.vu-cards .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.vu-cards .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  font-size: 1rem;
  border-bottom: 0;
}
.vu-cards .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  font-size: 1rem;
}
.vu-cards .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.vu-cards .card-img,
.vu-cards .card-img-top,
.vu-cards .card-img-bottom {
  width: 100%;
}
.vu-cards .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .vu-cards .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .vu-cards .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .vu-cards .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.vu-cards .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);
}
.vu-cards .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);
}
.vu-cards .col {
  flex: 1 0 0%;
}
.vu-cards .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.vu-cards .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.vu-cards .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.vu-cards .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.vu-cards .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.vu-cards .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.vu-cards .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.vu-cards .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.vu-cards .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.vu-cards .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.vu-cards .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.vu-cards .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.vu-cards .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.vu-cards .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.vu-cards .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.vu-cards .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.vu-cards .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.vu-cards .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.vu-cards .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.vu-cards .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.vu-cards .offset-1 {
  margin-left: 8.3333333333%;
}
.vu-cards .offset-2 {
  margin-left: 16.6666666667%;
}
.vu-cards .offset-3 {
  margin-left: 25%;
}
.vu-cards .offset-4 {
  margin-left: 33.3333333333%;
}
.vu-cards .offset-5 {
  margin-left: 41.6666666667%;
}
.vu-cards .offset-6 {
  margin-left: 50%;
}
.vu-cards .offset-7 {
  margin-left: 58.3333333333%;
}
.vu-cards .offset-8 {
  margin-left: 66.6666666667%;
}
.vu-cards .offset-9 {
  margin-left: 75%;
}
.vu-cards .offset-10 {
  margin-left: 83.3333333333%;
}
.vu-cards .offset-11 {
  margin-left: 91.6666666667%;
}
.vu-cards .g-0,
.vu-cards .gx-0 {
  --bs-gutter-x: 0;
}
.vu-cards .g-0,
.vu-cards .gy-0 {
  --bs-gutter-y: 0;
}
.vu-cards .g-1,
.vu-cards .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.vu-cards .g-1,
.vu-cards .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.vu-cards .g-2,
.vu-cards .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.vu-cards .g-2,
.vu-cards .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.vu-cards .g-3,
.vu-cards .gx-3 {
  --bs-gutter-x: 1rem;
}
.vu-cards .g-3,
.vu-cards .gy-3 {
  --bs-gutter-y: 1rem;
}
.vu-cards .g-4,
.vu-cards .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.vu-cards .g-4,
.vu-cards .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.vu-cards .g-5,
.vu-cards .gx-5 {
  --bs-gutter-x: 3rem;
}
.vu-cards .g-5,
.vu-cards .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .vu-cards .col-sm {
    flex: 1 0 0%;
  }
  .vu-cards .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .vu-cards .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .vu-cards .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .vu-cards .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .vu-cards .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .vu-cards .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .vu-cards .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .vu-cards .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .vu-cards .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .offset-sm-0 {
    margin-left: 0;
  }
  .vu-cards .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .vu-cards .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .vu-cards .offset-sm-3 {
    margin-left: 25%;
  }
  .vu-cards .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .vu-cards .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .vu-cards .offset-sm-6 {
    margin-left: 50%;
  }
  .vu-cards .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .vu-cards .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .vu-cards .offset-sm-9 {
    margin-left: 75%;
  }
  .vu-cards .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .vu-cards .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .vu-cards .g-sm-0,
.vu-cards .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .vu-cards .g-sm-0,
.vu-cards .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .vu-cards .g-sm-1,
.vu-cards .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .vu-cards .g-sm-1,
.vu-cards .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .vu-cards .g-sm-2,
.vu-cards .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .vu-cards .g-sm-2,
.vu-cards .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .vu-cards .g-sm-3,
.vu-cards .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .vu-cards .g-sm-3,
.vu-cards .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .vu-cards .g-sm-4,
.vu-cards .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .vu-cards .g-sm-4,
.vu-cards .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .vu-cards .g-sm-5,
.vu-cards .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .vu-cards .g-sm-5,
.vu-cards .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .vu-cards .col-md {
    flex: 1 0 0%;
  }
  .vu-cards .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .vu-cards .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .vu-cards .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .vu-cards .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .vu-cards .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .vu-cards .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .vu-cards .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .vu-cards .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .vu-cards .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .offset-md-0 {
    margin-left: 0;
  }
  .vu-cards .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .vu-cards .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .vu-cards .offset-md-3 {
    margin-left: 25%;
  }
  .vu-cards .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .vu-cards .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .vu-cards .offset-md-6 {
    margin-left: 50%;
  }
  .vu-cards .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .vu-cards .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .vu-cards .offset-md-9 {
    margin-left: 75%;
  }
  .vu-cards .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .vu-cards .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .vu-cards .g-md-0,
.vu-cards .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .vu-cards .g-md-0,
.vu-cards .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .vu-cards .g-md-1,
.vu-cards .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .vu-cards .g-md-1,
.vu-cards .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .vu-cards .g-md-2,
.vu-cards .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .vu-cards .g-md-2,
.vu-cards .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .vu-cards .g-md-3,
.vu-cards .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .vu-cards .g-md-3,
.vu-cards .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .vu-cards .g-md-4,
.vu-cards .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .vu-cards .g-md-4,
.vu-cards .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .vu-cards .g-md-5,
.vu-cards .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .vu-cards .g-md-5,
.vu-cards .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .vu-cards .col-lg {
    flex: 1 0 0%;
  }
  .vu-cards .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .vu-cards .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .vu-cards .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .vu-cards .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .vu-cards .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .vu-cards .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .vu-cards .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .vu-cards .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .vu-cards .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .offset-lg-0 {
    margin-left: 0;
  }
  .vu-cards .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .vu-cards .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .vu-cards .offset-lg-3 {
    margin-left: 25%;
  }
  .vu-cards .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .vu-cards .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .vu-cards .offset-lg-6 {
    margin-left: 50%;
  }
  .vu-cards .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .vu-cards .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .vu-cards .offset-lg-9 {
    margin-left: 75%;
  }
  .vu-cards .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .vu-cards .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .vu-cards .g-lg-0,
.vu-cards .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .vu-cards .g-lg-0,
.vu-cards .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .vu-cards .g-lg-1,
.vu-cards .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .vu-cards .g-lg-1,
.vu-cards .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .vu-cards .g-lg-2,
.vu-cards .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .vu-cards .g-lg-2,
.vu-cards .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .vu-cards .g-lg-3,
.vu-cards .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .vu-cards .g-lg-3,
.vu-cards .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .vu-cards .g-lg-4,
.vu-cards .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .vu-cards .g-lg-4,
.vu-cards .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .vu-cards .g-lg-5,
.vu-cards .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .vu-cards .g-lg-5,
.vu-cards .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .vu-cards .col-xl {
    flex: 1 0 0%;
  }
  .vu-cards .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .vu-cards .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .vu-cards .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .vu-cards .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .vu-cards .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .vu-cards .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .vu-cards .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .vu-cards .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .vu-cards .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .offset-xl-0 {
    margin-left: 0;
  }
  .vu-cards .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .vu-cards .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .vu-cards .offset-xl-3 {
    margin-left: 25%;
  }
  .vu-cards .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .vu-cards .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .vu-cards .offset-xl-6 {
    margin-left: 50%;
  }
  .vu-cards .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .vu-cards .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .vu-cards .offset-xl-9 {
    margin-left: 75%;
  }
  .vu-cards .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .vu-cards .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .vu-cards .g-xl-0,
.vu-cards .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .vu-cards .g-xl-0,
.vu-cards .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .vu-cards .g-xl-1,
.vu-cards .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .vu-cards .g-xl-1,
.vu-cards .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .vu-cards .g-xl-2,
.vu-cards .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .vu-cards .g-xl-2,
.vu-cards .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .vu-cards .g-xl-3,
.vu-cards .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .vu-cards .g-xl-3,
.vu-cards .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .vu-cards .g-xl-4,
.vu-cards .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .vu-cards .g-xl-4,
.vu-cards .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .vu-cards .g-xl-5,
.vu-cards .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .vu-cards .g-xl-5,
.vu-cards .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .vu-cards .col-xxl {
    flex: 1 0 0%;
  }
  .vu-cards .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .vu-cards .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .vu-cards .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .vu-cards .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .vu-cards .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .vu-cards .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .vu-cards .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .vu-cards .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .vu-cards .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .vu-cards .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .vu-cards .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .vu-cards .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .vu-cards .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .vu-cards .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .vu-cards .offset-xxl-0 {
    margin-left: 0;
  }
  .vu-cards .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .vu-cards .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .vu-cards .offset-xxl-3 {
    margin-left: 25%;
  }
  .vu-cards .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .vu-cards .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .vu-cards .offset-xxl-6 {
    margin-left: 50%;
  }
  .vu-cards .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .vu-cards .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .vu-cards .offset-xxl-9 {
    margin-left: 75%;
  }
  .vu-cards .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .vu-cards .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .vu-cards .g-xxl-0,
.vu-cards .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .vu-cards .g-xxl-0,
.vu-cards .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .vu-cards .g-xxl-1,
.vu-cards .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .vu-cards .g-xxl-1,
.vu-cards .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .vu-cards .g-xxl-2,
.vu-cards .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .vu-cards .g-xxl-2,
.vu-cards .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .vu-cards .g-xxl-3,
.vu-cards .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .vu-cards .g-xxl-3,
.vu-cards .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .vu-cards .g-xxl-4,
.vu-cards .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .vu-cards .g-xxl-4,
.vu-cards .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .vu-cards .g-xxl-5,
.vu-cards .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .vu-cards .g-xxl-5,
.vu-cards .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.vu-cards .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.vu-cards .link-primary {
  color: #78003f;
}
.vu-cards .link-primary:hover, .vu-cards .link-primary:focus {
  color: #600032;
}
.vu-cards .link-secondary {
  color: #e13559;
}
.vu-cards .link-secondary:hover, .vu-cards .link-secondary:focus {
  color: #b42a47;
}
.vu-cards .link-success {
  color: #15af97;
}
.vu-cards .link-success:hover, .vu-cards .link-success:focus {
  color: #44bfac;
}
.vu-cards .link-info {
  color: #00508c;
}
.vu-cards .link-info:hover, .vu-cards .link-info:focus {
  color: #004070;
}
.vu-cards .link-warning {
  color: #f7aa4e;
}
.vu-cards .link-warning:hover, .vu-cards .link-warning:focus {
  color: #f9bb71;
}
.vu-cards .link-danger {
  color: #de252a;
}
.vu-cards .link-danger:hover, .vu-cards .link-danger:focus {
  color: #b21e22;
}
.vu-cards .link-light {
  color: #f6f6f6;
}
.vu-cards .link-light:hover, .vu-cards .link-light:focus {
  color: #f8f8f8;
}
.vu-cards .link-medium-gray {
  color: #7d7d7d;
}
.vu-cards .link-medium-gray:hover, .vu-cards .link-medium-gray:focus {
  color: #646464;
}
.vu-cards .link-dark {
  color: #262626;
}
.vu-cards .link-dark:hover, .vu-cards .link-dark:focus {
  color: #1e1e1e;
}
.vu-cards .ratio {
  position: relative;
  width: 100%;
}
.vu-cards .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.vu-cards .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vu-cards .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.vu-cards .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.vu-cards .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.vu-cards .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.vu-cards .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.vu-cards .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.vu-cards .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .vu-cards .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .vu-cards .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .vu-cards .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .vu-cards .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .vu-cards .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.vu-cards .visually-hidden,
.vu-cards .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;
}
.vu-cards .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.vu-cards .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vu-cards .d-inline {
  display: inline !important;
}
.vu-cards .d-inline-block {
  display: inline-block !important;
}
.vu-cards .d-block {
  display: block !important;
}
.vu-cards .d-grid {
  display: grid !important;
}
.vu-cards .d-table {
  display: table !important;
}
.vu-cards .d-table-row {
  display: table-row !important;
}
.vu-cards .d-table-cell {
  display: table-cell !important;
}
.vu-cards .d-flex {
  display: flex !important;
}
.vu-cards .d-inline-flex {
  display: inline-flex !important;
}
.vu-cards .d-none {
  display: none !important;
}
.vu-cards .w-25 {
  width: 25% !important;
}
.vu-cards .w-50 {
  width: 50% !important;
}
.vu-cards .w-75 {
  width: 75% !important;
}
.vu-cards .w-100 {
  width: 100% !important;
}
.vu-cards .w-auto {
  width: auto !important;
}
.vu-cards .flex-wrap {
  flex-wrap: wrap !important;
}
.vu-cards .flex-nowrap {
  flex-wrap: nowrap !important;
}
.vu-cards .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.vu-cards .gap-0 {
  gap: 0 !important;
}
.vu-cards .gap-1 {
  gap: 0.25rem !important;
}
.vu-cards .gap-2 {
  gap: 0.5rem !important;
}
.vu-cards .gap-3 {
  gap: 1rem !important;
}
.vu-cards .gap-4 {
  gap: 1.5rem !important;
}
.vu-cards .gap-5 {
  gap: 3rem !important;
}
.vu-cards .align-items-start {
  align-items: flex-start !important;
}
.vu-cards .align-items-end {
  align-items: flex-end !important;
}
.vu-cards .align-items-center {
  align-items: center !important;
}
.vu-cards .align-items-baseline {
  align-items: baseline !important;
}
.vu-cards .align-items-stretch {
  align-items: stretch !important;
}
.vu-cards .mb-0 {
  margin-bottom: 0 !important;
}
.vu-cards .mb-1 {
  margin-bottom: 0.25rem !important;
}
.vu-cards .mb-2 {
  margin-bottom: 0.5rem !important;
}
.vu-cards .mb-3 {
  margin-bottom: 1rem !important;
}
.vu-cards .mb-4 {
  margin-bottom: 1.5rem !important;
}
.vu-cards .mb-5 {
  margin-bottom: 3rem !important;
}
.vu-cards .mb-auto {
  margin-bottom: auto !important;
}
.vu-cards .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.vu-cards .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.vu-cards .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.vu-cards .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.vu-cards .fs-5 {
  font-size: 1.25rem !important;
}
.vu-cards .fs-6 {
  font-size: 1rem !important;
}
.vu-cards .text-primary {
  color: #78003f !important;
}
.vu-cards .text-secondary {
  color: #e13559 !important;
}
.vu-cards .text-success {
  color: #15af97 !important;
}
.vu-cards .text-info {
  color: #00508c !important;
}
.vu-cards .text-warning {
  color: #f7aa4e !important;
}
.vu-cards .text-danger {
  color: #de252a !important;
}
.vu-cards .text-light {
  color: #f6f6f6 !important;
}
.vu-cards .text-medium-gray {
  color: #7d7d7d !important;
}
.vu-cards .text-dark {
  color: #262626 !important;
}
.vu-cards .text-white {
  color: #fff !important;
}
.vu-cards .text-body {
  color: #262626 !important;
}
.vu-cards .text-muted {
  color: #a8a8a8 !important;
}
.vu-cards .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.vu-cards .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.vu-cards .text-reset {
  color: inherit !important;
}
.vu-cards .bg-primary {
  background-color: #78003f !important;
}
.vu-cards .bg-secondary {
  background-color: #e13559 !important;
}
.vu-cards .bg-success {
  background-color: #15af97 !important;
}
.vu-cards .bg-info {
  background-color: #00508c !important;
}
.vu-cards .bg-warning {
  background-color: #f7aa4e !important;
}
.vu-cards .bg-danger {
  background-color: #de252a !important;
}
.vu-cards .bg-light {
  background-color: #f6f6f6 !important;
}
.vu-cards .bg-medium-gray {
  background-color: #7d7d7d !important;
}
.vu-cards .bg-dark {
  background-color: #262626 !important;
}
.vu-cards .bg-body {
  background-color: #fff !important;
}
.vu-cards .bg-white {
  background-color: #fff !important;
}
.vu-cards .bg-transparent {
  background-color: transparent !important;
}
@media (min-width: 576px) {
  .vu-cards .d-sm-inline {
    display: inline !important;
  }
  .vu-cards .d-sm-inline-block {
    display: inline-block !important;
  }
  .vu-cards .d-sm-block {
    display: block !important;
  }
  .vu-cards .d-sm-grid {
    display: grid !important;
  }
  .vu-cards .d-sm-table {
    display: table !important;
  }
  .vu-cards .d-sm-table-row {
    display: table-row !important;
  }
  .vu-cards .d-sm-table-cell {
    display: table-cell !important;
  }
  .vu-cards .d-sm-flex {
    display: flex !important;
  }
  .vu-cards .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .vu-cards .d-sm-none {
    display: none !important;
  }
  .vu-cards .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .vu-cards .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .vu-cards .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .vu-cards .gap-sm-0 {
    gap: 0 !important;
  }
  .vu-cards .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .vu-cards .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .vu-cards .gap-sm-3 {
    gap: 1rem !important;
  }
  .vu-cards .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .vu-cards .gap-sm-5 {
    gap: 3rem !important;
  }
  .vu-cards .align-items-sm-start {
    align-items: flex-start !important;
  }
  .vu-cards .align-items-sm-end {
    align-items: flex-end !important;
  }
  .vu-cards .align-items-sm-center {
    align-items: center !important;
  }
  .vu-cards .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .vu-cards .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .vu-cards .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .vu-cards .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .vu-cards .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .vu-cards .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .vu-cards .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .vu-cards .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .vu-cards .mb-sm-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .vu-cards .d-md-inline {
    display: inline !important;
  }
  .vu-cards .d-md-inline-block {
    display: inline-block !important;
  }
  .vu-cards .d-md-block {
    display: block !important;
  }
  .vu-cards .d-md-grid {
    display: grid !important;
  }
  .vu-cards .d-md-table {
    display: table !important;
  }
  .vu-cards .d-md-table-row {
    display: table-row !important;
  }
  .vu-cards .d-md-table-cell {
    display: table-cell !important;
  }
  .vu-cards .d-md-flex {
    display: flex !important;
  }
  .vu-cards .d-md-inline-flex {
    display: inline-flex !important;
  }
  .vu-cards .d-md-none {
    display: none !important;
  }
  .vu-cards .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .vu-cards .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .vu-cards .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .vu-cards .gap-md-0 {
    gap: 0 !important;
  }
  .vu-cards .gap-md-1 {
    gap: 0.25rem !important;
  }
  .vu-cards .gap-md-2 {
    gap: 0.5rem !important;
  }
  .vu-cards .gap-md-3 {
    gap: 1rem !important;
  }
  .vu-cards .gap-md-4 {
    gap: 1.5rem !important;
  }
  .vu-cards .gap-md-5 {
    gap: 3rem !important;
  }
  .vu-cards .align-items-md-start {
    align-items: flex-start !important;
  }
  .vu-cards .align-items-md-end {
    align-items: flex-end !important;
  }
  .vu-cards .align-items-md-center {
    align-items: center !important;
  }
  .vu-cards .align-items-md-baseline {
    align-items: baseline !important;
  }
  .vu-cards .align-items-md-stretch {
    align-items: stretch !important;
  }
  .vu-cards .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .vu-cards .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .vu-cards .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .vu-cards .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .vu-cards .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .vu-cards .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .vu-cards .mb-md-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .vu-cards .d-lg-inline {
    display: inline !important;
  }
  .vu-cards .d-lg-inline-block {
    display: inline-block !important;
  }
  .vu-cards .d-lg-block {
    display: block !important;
  }
  .vu-cards .d-lg-grid {
    display: grid !important;
  }
  .vu-cards .d-lg-table {
    display: table !important;
  }
  .vu-cards .d-lg-table-row {
    display: table-row !important;
  }
  .vu-cards .d-lg-table-cell {
    display: table-cell !important;
  }
  .vu-cards .d-lg-flex {
    display: flex !important;
  }
  .vu-cards .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .vu-cards .d-lg-none {
    display: none !important;
  }
  .vu-cards .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .vu-cards .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .vu-cards .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .vu-cards .gap-lg-0 {
    gap: 0 !important;
  }
  .vu-cards .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .vu-cards .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .vu-cards .gap-lg-3 {
    gap: 1rem !important;
  }
  .vu-cards .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .vu-cards .gap-lg-5 {
    gap: 3rem !important;
  }
  .vu-cards .align-items-lg-start {
    align-items: flex-start !important;
  }
  .vu-cards .align-items-lg-end {
    align-items: flex-end !important;
  }
  .vu-cards .align-items-lg-center {
    align-items: center !important;
  }
  .vu-cards .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .vu-cards .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .vu-cards .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .vu-cards .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .vu-cards .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .vu-cards .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .vu-cards .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .vu-cards .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .vu-cards .mb-lg-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .vu-cards .d-xl-inline {
    display: inline !important;
  }
  .vu-cards .d-xl-inline-block {
    display: inline-block !important;
  }
  .vu-cards .d-xl-block {
    display: block !important;
  }
  .vu-cards .d-xl-grid {
    display: grid !important;
  }
  .vu-cards .d-xl-table {
    display: table !important;
  }
  .vu-cards .d-xl-table-row {
    display: table-row !important;
  }
  .vu-cards .d-xl-table-cell {
    display: table-cell !important;
  }
  .vu-cards .d-xl-flex {
    display: flex !important;
  }
  .vu-cards .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .vu-cards .d-xl-none {
    display: none !important;
  }
  .vu-cards .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .vu-cards .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .vu-cards .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .vu-cards .gap-xl-0 {
    gap: 0 !important;
  }
  .vu-cards .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .vu-cards .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .vu-cards .gap-xl-3 {
    gap: 1rem !important;
  }
  .vu-cards .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .vu-cards .gap-xl-5 {
    gap: 3rem !important;
  }
  .vu-cards .align-items-xl-start {
    align-items: flex-start !important;
  }
  .vu-cards .align-items-xl-end {
    align-items: flex-end !important;
  }
  .vu-cards .align-items-xl-center {
    align-items: center !important;
  }
  .vu-cards .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .vu-cards .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .vu-cards .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .vu-cards .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .vu-cards .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .vu-cards .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .vu-cards .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .vu-cards .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .vu-cards .mb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1400px) {
  .vu-cards .d-xxl-inline {
    display: inline !important;
  }
  .vu-cards .d-xxl-inline-block {
    display: inline-block !important;
  }
  .vu-cards .d-xxl-block {
    display: block !important;
  }
  .vu-cards .d-xxl-grid {
    display: grid !important;
  }
  .vu-cards .d-xxl-table {
    display: table !important;
  }
  .vu-cards .d-xxl-table-row {
    display: table-row !important;
  }
  .vu-cards .d-xxl-table-cell {
    display: table-cell !important;
  }
  .vu-cards .d-xxl-flex {
    display: flex !important;
  }
  .vu-cards .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .vu-cards .d-xxl-none {
    display: none !important;
  }
  .vu-cards .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .vu-cards .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .vu-cards .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .vu-cards .gap-xxl-0 {
    gap: 0 !important;
  }
  .vu-cards .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .vu-cards .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .vu-cards .gap-xxl-3 {
    gap: 1rem !important;
  }
  .vu-cards .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .vu-cards .gap-xxl-5 {
    gap: 3rem !important;
  }
  .vu-cards .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .vu-cards .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .vu-cards .align-items-xxl-center {
    align-items: center !important;
  }
  .vu-cards .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .vu-cards .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .vu-cards .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .vu-cards .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .vu-cards .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .vu-cards .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .vu-cards .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .vu-cards .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .vu-cards .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .vu-cards .fs-1 {
    font-size: 2.5rem !important;
  }
  .vu-cards .fs-2 {
    font-size: 2rem !important;
  }
  .vu-cards .fs-3 {
    font-size: 1.75rem !important;
  }
  .vu-cards .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .vu-cards .d-print-inline {
    display: inline !important;
  }
  .vu-cards .d-print-inline-block {
    display: inline-block !important;
  }
  .vu-cards .d-print-block {
    display: block !important;
  }
  .vu-cards .d-print-grid {
    display: grid !important;
  }
  .vu-cards .d-print-table {
    display: table !important;
  }
  .vu-cards .d-print-table-row {
    display: table-row !important;
  }
  .vu-cards .d-print-table-cell {
    display: table-cell !important;
  }
  .vu-cards .d-print-flex {
    display: flex !important;
  }
  .vu-cards .d-print-inline-flex {
    display: inline-flex !important;
  }
  .vu-cards .d-print-none {
    display: none !important;
  }
}
