:root, [data-bs-theme=light] {
  --bs-primary: #2e738c;
  --bs-primary-rgb: 46,115,140;
  --bs-primary-text-emphasis: #122E38;
  --bs-primary-bg-subtle: #D5E3E8;
  --bs-primary-border-subtle: #ABC7D1;
  --bs-body-color: #205467;
  --bs-body-color-rgb: 32,84,103;
  --bs-secondary-color: rgba(32,84,103,0.75);
  --bs-secondary-color-rgb: 32,84,103,0.75;
  --bs-tertiary-color: rgba(32,84,103,0.5);
  --bs-tertiary-color-rgb: 32,84,103,0.5;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2e738c;
  --bs-btn-border-color: #2e738c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #276277;
  --bs-btn-hover-border-color: #255C70;
  --bs-btn-focus-shadow-rgb: 224,234,238;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #255C70;
  --bs-btn-active-border-color: #235669;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2e738c;
  --bs-btn-disabled-border-color: #2e738c;
}

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !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;
}

.p-1 {
  padding: .25rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

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

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

.pt-3 {
  padding-top: 1rem !important;
}

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

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

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  .ms-md-3 {
    margin-left: 1rem !important;
  }
}

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

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
}

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

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
    margin-right: 0rem !important;
  }
}

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

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

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

