:root, [data-bs-theme=light] {
  --bs-body-color: #0f1e2d;
  --bs-body-color-rgb: 15,30,45;
  --bs-secondary-color: rgba(15,30,45,0.75);
  --bs-secondary-color-rgb: 15,30,45,0.75;
  --bs-tertiary-color: rgba(15,30,45,0.5);
  --bs-tertiary-color-rgb: 15,30,45,0.5;
}

.aspect-ratio-16x9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-4x3 {
  aspect-ratio: 4/3;
}

.aspect-ratio-1x1 {
  aspect-ratio: 1/1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .px-sm-5 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
}

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

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 1.2rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
    padding-right: 1.2rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
}

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

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

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

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
    margin-bottom: 0.6rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
    padding-left: 1.2rem !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: "";
}

