.op-hero .op-hero-primary-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: min(100%, 620px) !important;
  margin-top: 24px !important;
}

.op-hero .op-hero-primary-actions > a {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 50px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}

.op-hero .op-hero-primary-actions > a:hover,
.op-hero .op-hero-primary-actions > a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(11, 30, 87, 0.24) !important;
}

.op-hero .op-hero-primary-actions .op-btn-primary {
  border-color: #f0449a !important;
  background: #f0449a !important;
  color: #ffffff !important;
}

.op-hero .op-hero-primary-actions .op-btn-secondary {
  background: #ffffff !important;
  color: #173c9f !important;
}

.op-hero .op-hero-primary-actions .op-hero-text-link {
  background: rgba(18, 43, 124, 0.34) !important;
  color: #ffffff !important;
}

.op-hero .op-hero-primary-actions .op-hero-text-link:hover,
.op-hero .op-hero-primary-actions .op-hero-text-link:focus-visible {
  background: rgba(18, 43, 124, 0.58) !important;
}

@media (max-width: 640px) {
  .op-hero .op-hero-primary-actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}
