.header__cta a{
  color: #010E2E;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #0081CE;
  padding: 16px 20px 14px 20px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.35s ease;
}
.header__cta  a:hover{
  opacity: 0.9;
  transform: translateY(-7px);
  transition: all 0.35s;
}


}

.roi-demo-form .roi-primary-btn:hover {
  background: #0072b8 !important;
  color: #ffffff !important;
  transform: translateY(-7px);
  transition: all 0.35s;