:root, [data-bs-theme=light] {
  --bs-primary: #346493;
  --bs-primary-rgb: 52,100,147;
  --bs-primary-text-emphasis: #15283B;
  --bs-primary-bg-subtle: #D6E0E9;
  --bs-primary-border-subtle: #AEC1D4;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #346493;
  --bs-btn-border-color: #346493;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2C557D;
  --bs-btn-hover-border-color: #2A5076;
  --bs-btn-focus-shadow-rgb: 225,232,239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2A5076;
  --bs-btn-active-border-color: #274B6E;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #346493;
  --bs-btn-disabled-border-color: #346493;
}

.btn-outline-primary {
  --bs-btn-color: #346493;
  --bs-btn-border-color: #346493;
  --bs-btn-focus-shadow-rgb: 52,100,147;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #346493;
  --bs-btn-hover-border-color: #346493;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #346493;
  --bs-btn-active-border-color: #346493;
  --bs-btn-disabled-color: #346493;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #346493;
}

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

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

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

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

