body {
  font-family: "HKGroteskPro",serif;
}
.font-weight-medium{
  font-weight: 500;
}
a{
  color: #03439A;
}
form{
  font-family: "HKGroteskPro",serif !important;
}
.frm_submit .frm_button_submit{
  background: #03439A !important;
  color: #fff !important;
  padding: 1em 1.5em !important;
}
.frm_submit .frm_button_submit:hover{
  background: #009BF0 !important;
  border: 1px solid #009BF0 !important;
}