.fv-ok-form-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.fv-ok-form {
  position: fixed;
  z-index: 8888;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: opacity 200ms linear;
  opacity: 0;
}
.fv-ok-form.show {
  opacity: 1;
}

.fv-ok-form-inner {
  background-color: #fff;
  color: #000;
  padding: 32px;
  position: relative;
  z-index: 5;
  text-align: center;
}

p.fv-ok-title {
  text-align: center;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
}

p.fv-ok-text {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}

.form-spinner {
  display: none !important;
}

.form-response-output {
  display: none;
}

.topio-hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form.submitting [type=submit],
.contact-form [type=submit]:disabled {
  cursor: wait;
  opacity: 0.72;
}

input[type=text].fv-invalid-field,
input[type=email].fv-invalid-field,
input[type=url].fv-invalid-field,
input[type=password].fv-invalid-field,
input[type=search].fv-invalid-field,
input[type=number].fv-invalid-field,
input[type=tel].fv-invalid-field {
  border: 1px solid #dc0707 !important;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.fv-sending, .fv-mail-failed {
  position: fixed;
  z-index: 10153;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: opacity 400ms linear;
  opacity: 0;
}
.fv-sending.show, .fv-mail-failed.show {
  opacity: 1;
  pointer-events: all;
}
.fv-sending-inner, .fv-mail-failed-inner {
  margin-top: 20px;
  background-color: #E4B750;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 5;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
}

/*# sourceMappingURL=fv-forms.css.map */


/* Topio Turnstile anti-spam */
.topio-antispam {
  position: relative;
  width: 100%;
  margin: 18px 0;
  padding: 14px 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 250, 0.92));
  border: 1px solid rgba(23, 27, 56, 0.13);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(23, 27, 56, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.topio-antispam[hidden] {
  display: none !important;
}

.topio-antispam::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #E4B750;
  opacity: 0.9;
}

.topio-antispam__meta {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.topio-antispam__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171B38;
  background: rgba(228, 183, 80, 0.16);
  border: 1px solid rgba(228, 183, 80, 0.38);
  border-radius: 11px;
}

.topio-antispam__icon svg {
  width: 21px;
  height: 21px;
  display: block;
}

.topio-antispam__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
}

.topio-antispam__copy strong {
  color: #171B38;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.topio-antispam__copy small {
  color: rgba(23, 27, 56, 0.65);
  font-size: 11px;
  line-height: 1.45;
}

.topio-antispam__widget {
  width: 100%;
  max-width: 100%;
}

.topio-antispam__widget:empty {
  height: 0;
}

.topio-antispam__widget:not(:empty) {
  margin-top: 10px;
}

.topio-antispam__widget > div,
.topio-antispam__widget iframe {
  max-width: 100% !important;
}

.topio-antispam.is-checking {
  border-color: rgba(228, 183, 80, 0.56);
  box-shadow: 0 12px 32px rgba(23, 27, 56, 0.075), 0 0 0 3px rgba(228, 183, 80, 0.08);
}

.topio-antispam.is-checking .topio-antispam__icon {
  animation: topio-security-pulse 1.15s ease-in-out infinite;
}

.topio-antispam.is-verified {
  border-color: rgba(55, 132, 96, 0.3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(242, 249, 246, 0.94));
}

.topio-antispam.is-verified::before {
  background: #378460;
}

.topio-antispam.is-error {
  border-color: rgba(220, 7, 7, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 246, 246, 0.94));
}

.topio-antispam.is-error::before {
  background: #dc0707;
}

.topio-antispam.is-error .topio-antispam__icon {
  color: #a80808;
  background: rgba(220, 7, 7, 0.08);
  border-color: rgba(220, 7, 7, 0.18);
}

@keyframes topio-security-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.94); opacity: 0.72; }
}

@media (max-width: 480px) {
  .topio-antispam {
    margin: 15px 0;
    padding: 12px 13px;
    border-radius: 12px;
  }

  .topio-antispam__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .topio-antispam__icon svg {
    width: 19px;
    height: 19px;
  }

  .topio-antispam__copy strong {
    font-size: 12px;
  }

  .topio-antispam__copy small {
    font-size: 10px;
  }
}
