:root {
  --bs-primary: #1759c2;
  --bs-primary-rgb: 23, 89, 194;
  --bs-link-color: #68a7ff;
  --bs-link-hover-color: #9ac6ff;
  --bs-danger: #3b82f6;
  --bs-danger-rgb: 59, 130, 246;
}
.btn-primary {
  --bs-btn-bg: #1759c2;
  --bs-btn-border-color: #1759c2;
  --bs-btn-hover-bg: #2168d6;
  --bs-btn-hover-border-color: #2168d6;
  --bs-btn-active-bg: #0e3c8a;
  --bs-btn-active-border-color: #0e3c8a;
  box-shadow: 0 10px 28px rgba(23, 89, 194, .2);
}
.btn-outline-danger {
  --bs-btn-color: #68a7ff;
  --bs-btn-border-color: rgba(104, 167, 255, .55);
  --bs-btn-hover-bg: #1759c2;
  --bs-btn-hover-border-color: #1759c2;
  --bs-btn-active-bg: #0e3c8a;
  --bs-btn-active-border-color: #0e3c8a;
}
.alert-danger,
.text-danger {
  --bs-alert-color: #b9d8ff;
  --bs-alert-bg: rgba(23, 89, 194, .14);
  --bs-alert-border-color: rgba(104, 167, 255, .32);
  color: #8fc0ff !important;
}
section[aria-label="Trusted by"] {
  border-top: 0.6px solid rgba(23, 89, 194, 0.65) !important;
  border-bottom: 0.6px solid rgba(23, 89, 194, 0.65) !important;
}
section[aria-label="Trusted by"] {
  background: rgba(23, 89, 194, 0.04) !important;
}