:root, [data-bs-theme=light] {
  --bs-primary: #e75e0c;
  --bs-primary-rgb: 231,94,12;
  --bs-primary-text-emphasis: #5C2605;
  --bs-primary-bg-subtle: #FADFCE;
  --bs-primary-border-subtle: #F5BF9E;
  --bs-secondary: #0e7393;
  --bs-secondary-rgb: 14,115,147;
  --bs-secondary-text-emphasis: #062E3B;
  --bs-secondary-bg-subtle: #CFE3E9;
  --bs-secondary-border-subtle: #9FC7D4;
  --bs-success: #009f69;
  --bs-success-rgb: 0,159,105;
  --bs-success-text-emphasis: #00402A;
  --bs-success-bg-subtle: #CCECE1;
  --bs-success-border-subtle: #99D9C3;
  --bs-body-color: #323232;
  --bs-body-color-rgb: 50,50,50;
  --bs-body-bg: #f4f3f3;
  --bs-body-bg-rgb: 244,243,243;
  --bs-secondary-color: rgba(50,50,50,0.75);
  --bs-secondary-color-rgb: 50,50,50,0.75;
  --bs-tertiary-color: rgba(50,50,50,0.5);
  --bs-tertiary-color-rgb: 50,50,50,0.5;
  --bs-link-color: #fca311;
  --bs-link-color-rgb: 252,163,17;
  --bs-link-hover-color: #f77f00;
  --bs-link-hover-color-rgb: 247,127,0;
  --bs-focus-ring-color: rgba(95,178,255,0.25);
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e75e0c;
  --bs-btn-border-color: #e75e0c;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EB7630;
  --bs-btn-hover-border-color: #E96E24;
  --bs-btn-focus-shadow-rgb: 35,14,2;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EC7E3D;
  --bs-btn-active-border-color: #E96E24;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e75e0c;
  --bs-btn-disabled-border-color: #e75e0c;
}

.btn-outline-primary {
  --bs-btn-color: #e75e0c;
  --bs-btn-border-color: #e75e0c;
  --bs-btn-focus-shadow-rgb: 231,94,12;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e75e0c;
  --bs-btn-hover-border-color: #e75e0c;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e75e0c;
  --bs-btn-active-border-color: #e75e0c;
  --bs-btn-disabled-color: #e75e0c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e75e0c;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0e7393;
  --bs-btn-border-color: #0e7393;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0C627D;
  --bs-btn-hover-border-color: #0B5C76;
  --bs-btn-focus-shadow-rgb: 219,234,239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0B5C76;
  --bs-btn-active-border-color: #0B566E;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0e7393;
  --bs-btn-disabled-border-color: #0e7393;
}

.btn-outline-secondary {
  --bs-btn-color: #0e7393;
  --bs-btn-border-color: #0e7393;
  --bs-btn-focus-shadow-rgb: 14,115,147;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0e7393;
  --bs-btn-hover-border-color: #0e7393;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0e7393;
  --bs-btn-active-border-color: #0e7393;
  --bs-btn-disabled-color: #0e7393;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0e7393;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #009f69;
  --bs-btn-border-color: #009f69;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26AD80;
  --bs-btn-hover-border-color: #19A978;
  --bs-btn-focus-shadow-rgb: 0,24,16;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33B287;
  --bs-btn-active-border-color: #19A978;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #009f69;
  --bs-btn-disabled-border-color: #009f69;
}

.btn-outline-success {
  --bs-btn-color: #009f69;
  --bs-btn-border-color: #009f69;
  --bs-btn-focus-shadow-rgb: 0,159,105;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #009f69;
  --bs-btn-hover-border-color: #009f69;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #009f69;
  --bs-btn-active-border-color: #009f69;
  --bs-btn-disabled-color: #009f69;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009f69;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}

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

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

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

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

