:root, [data-bs-theme=light] {
  --bs-primary: #00208b;
  --bs-primary-rgb: 0,32,139;
  --bs-primary-text-emphasis: #000D38;
  --bs-primary-bg-subtle: #CCD2E8;
  --bs-primary-border-subtle: #99A6D1;
  --bs-secondary: #128af8;
  --bs-secondary-rgb: 18,138,248;
  --bs-secondary-text-emphasis: #073763;
  --bs-secondary-bg-subtle: #D0E8FE;
  --bs-secondary-border-subtle: #A0D0FC;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(0,0,0,0.75);
  --bs-secondary-color-rgb: 0,0,0,0.75;
  --bs-tertiary-color: rgba(0,0,0,0.5);
  --bs-tertiary-color-rgb: 0,0,0,0.5;
  --bs-body-font-family: 'Helvetica Now Text';
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 300;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00208b;
  --bs-btn-border-color: #00208b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #001B76;
  --bs-btn-hover-border-color: #001A6F;
  --bs-btn-focus-shadow-rgb: 217,222,238;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #001A6F;
  --bs-btn-active-border-color: #001868;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00208b;
  --bs-btn-disabled-border-color: #00208b;
}

.btn-outline-primary {
  --bs-btn-color: #00208b;
  --bs-btn-border-color: #00208b;
  --bs-btn-focus-shadow-rgb: 0,32,139;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00208b;
  --bs-btn-hover-border-color: #00208b;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00208b;
  --bs-btn-active-border-color: #00208b;
  --bs-btn-disabled-color: #00208b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00208b;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #128af8;
  --bs-btn-border-color: #128af8;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #369CF9;
  --bs-btn-hover-border-color: #2A96F9;
  --bs-btn-focus-shadow-rgb: 3,21,37;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #41A1F9;
  --bs-btn-active-border-color: #2A96F9;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #128af8;
  --bs-btn-disabled-border-color: #128af8;
}

.btn-outline-secondary {
  --bs-btn-color: #128af8;
  --bs-btn-border-color: #128af8;
  --bs-btn-focus-shadow-rgb: 18,138,248;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #128af8;
  --bs-btn-hover-border-color: #128af8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #128af8;
  --bs-btn-active-border-color: #128af8;
  --bs-btn-disabled-color: #128af8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #128af8;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.me-2 {
  margin-right: .5rem !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;
}

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

.p-0 {
  padding: 0 !important;
}

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

.px-2 {
  padding-right: .5rem !important;
  padding-left: .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;
}

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

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

