:root, [data-bs-theme=light] {
  --bs-primary: #016e90;
  --bs-primary-rgb: 1,110,144;
  --bs-primary-text-emphasis: #002C3A;
  --bs-primary-bg-subtle: #CCE2E9;
  --bs-primary-border-subtle: #99C5D3;
  --bs-link-color: #016e90;
  --bs-link-color-rgb: 1,110,144;
  --bs-link-hover-color: rgba(1,110,144,0.68);
  --bs-link-hover-color-rgb: 1,110,144,0.68;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #016e90;
  --bs-btn-border-color: #016e90;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #015E7A;
  --bs-btn-hover-border-color: #015873;
  --bs-btn-focus-shadow-rgb: 217,233,238;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #015873;
  --bs-btn-active-border-color: #01536C;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #016e90;
  --bs-btn-disabled-border-color: #016e90;
}

.btn-outline-primary {
  --bs-btn-color: #016e90;
  --bs-btn-border-color: #016e90;
  --bs-btn-focus-shadow-rgb: 1,110,144;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #016e90;
  --bs-btn-hover-border-color: #016e90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #016e90;
  --bs-btn-active-border-color: #016e90;
  --bs-btn-disabled-color: #016e90;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #016e90;
}

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

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

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

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

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

.me-4 {
  margin-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.p-5 {
  padding: 3rem !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;
}

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

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

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

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

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

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 3rem !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;
  }
}

