.bg-brand {
  background: #011A6E;
}
.text-brand {
  color: #011A6E;
}
.bg-brand-gray {
  background: #F1F5F9;
}
.bg-brand-red {
  background: #B91C1C;
}
.hover\:bg-brand-red:hover {
  background: #861414;
}
.border-brand {
  border-color: #011A6E;
}
.hover\:text-brand-red:hover {
  color: #861414;
}
.bg-blue-brand {
  background: #011A6E;
}
.text-blue-brand {
  color: #011A6E;
}
.border-blue-brand {
  border-color: #011A6E;
}
.bg-blue-custom {
  background: #011A6E;
}
.bg-blue-custom:hover {
  background: #0C37C8;
}
