:root, [data-bs-theme=light] {
  --bs-info: #0d63fd;
  --bs-info-rgb: 13,99,253;
  --bs-info-text-emphasis: #052865;
  --bs-info-bg-subtle: #CFE0FF;
  --bs-info-border-subtle: #9EC1FE;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d63fd;
  --bs-btn-border-color: #0d63fd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0B54D7;
  --bs-btn-hover-border-color: #0A4FCA;
  --bs-btn-focus-shadow-rgb: 219,232,255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0A4FCA;
  --bs-btn-active-border-color: #0A4ABE;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d63fd;
  --bs-btn-disabled-border-color: #0d63fd;
}

.btn-outline-info {
  --bs-btn-color: #0d63fd;
  --bs-btn-border-color: #0d63fd;
  --bs-btn-focus-shadow-rgb: 13,99,253;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d63fd;
  --bs-btn-hover-border-color: #0d63fd;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d63fd;
  --bs-btn-active-border-color: #0d63fd;
  --bs-btn-disabled-color: #0d63fd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d63fd;
}

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

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

.mt-2 {
  margin-top: .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;
}

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

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

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

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

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

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

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }
}

@media (min-width:768px) {
  .mt-md-0 {
    margin-top: 0!important;
  }
}

@media (min-width:992px) {
  .mt-lg-0 {
    margin-top: 0!important;
  }
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0!important;
  }
}

.swiper-vertical {
  max-height: 100vh;
}

.swiper-nav-standalone .swiper-button-prev, .swiper-nav-standalone .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.swiper-nav-standalone .swiper-button-prev:after, .swiper-nav-standalone .swiper-button-next:after {
  content: "";
}

.swiper-nav-custom .swiper-button-prev:after, .swiper-nav-custom .swiper-button-next:after {
  content: "";
}

