:root, [data-bs-theme=light] {
  --bs-primary: #2e3192;
  --bs-primary-rgb: 46,49,146;
  --bs-primary-text-emphasis: #12143A;
  --bs-primary-bg-subtle: #D5D6E9;
  --bs-primary-border-subtle: #ABADD3;
  --bs-secondary: #609191;
  --bs-secondary-rgb: 96,145,145;
  --bs-secondary-text-emphasis: #263A3A;
  --bs-secondary-bg-subtle: #DFE9E9;
  --bs-secondary-border-subtle: #BFD3D3;
  --bs-body-color: #4e4e4e;
  --bs-body-color-rgb: 78,78,78;
  --bs-secondary-color: rgba(78,78,78,0.75);
  --bs-secondary-color-rgb: 78,78,78,0.75;
  --bs-tertiary-color: rgba(78,78,78,0.5);
  --bs-tertiary-color-rgb: 78,78,78,0.5;
  --bs-body-font-family: 'Open Sans', sans-serif;
  --bs-body-font-size: 1.1rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2e3192;
  --bs-btn-border-color: #2e3192;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #272A7C;
  --bs-btn-hover-border-color: #252775;
  --bs-btn-focus-shadow-rgb: 224,224,239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #252775;
  --bs-btn-active-border-color: #23256E;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2e3192;
  --bs-btn-disabled-border-color: #2e3192;
}

.btn-outline-primary {
  --bs-btn-color: #2e3192;
  --bs-btn-border-color: #2e3192;
  --bs-btn-focus-shadow-rgb: 46,49,146;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e3192;
  --bs-btn-hover-border-color: #2e3192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e3192;
  --bs-btn-active-border-color: #2e3192;
  --bs-btn-disabled-color: #2e3192;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2e3192;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #609191;
  --bs-btn-border-color: #609191;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #78A2A2;
  --bs-btn-hover-border-color: #709C9C;
  --bs-btn-focus-shadow-rgb: 14,22,22;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #80A7A7;
  --bs-btn-active-border-color: #709C9C;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #609191;
  --bs-btn-disabled-border-color: #609191;
}

.btn-outline-secondary {
  --bs-btn-color: #609191;
  --bs-btn-border-color: #609191;
  --bs-btn-focus-shadow-rgb: 96,145,145;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #609191;
  --bs-btn-hover-border-color: #609191;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #609191;
  --bs-btn-active-border-color: #609191;
  --bs-btn-disabled-color: #609191;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #609191;
}

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

