.wpcf7-submit {
    background-color: #103D82 !important;
    color: #ffffff !important;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.25s ease;
    display: inline-block;
    width: 100%;
}

.wpcf7-submit:hover {
    background-color: #F5A623 !important;
    color: #ffffff !important;
}

.wpcf7-submit:disabled {
    background-color: #888888 !important;
    color: #ffffff !important;
    opacity: 0.75;
    cursor: not-allowed;
}

img.lightbox {
  cursor: pointer;
}

#hpLightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
}

#hpLightbox.is-open {
  display: flex;
}

#hpLightboxImg {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
}

#hpLightboxClose {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

#hpLightboxCap {
  position: absolute;
  bottom: 20px;
  color: #fff;
}

.primary-showcase .primary-showcase__text .btn {
    color: #000;
    text-decoration: none;
}