/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2023 | 09:49:12 */
.gform_required_legend {
  display: none;
}
label.gfield_consent_label {
  line-height: 16px !important;
}
.gform_wrapper {
  margin: 0;
  --form_text_color:#666666;
}
.gform_wrapper input:not([type=submit]) {
  padding-inline: 0 !important;
}
.gform_wrapper input:not([type=submit])::placeholder {
  color: #aaaaaa;
}
.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: center;
}
.gform_wrapper .ginput_container_consent input {
  margin: 0 !important;
}
.gform_wrapper .ginput_container_consent label {
  font-size: 12px !important;
  margin-left: 5px;
}
@media (max-width: 820px) {
  .gform_wrapper input[type=checkbox] {
    align-self: flex-start;
  }
}
.gform_wrapper input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  border-radius: 20px !important;
  line-height: 32px;
  padding: 0;
  width: 100%;
  max-width: 285px;
  margin: 20px auto 0;
  transition: all 0.2s linear 0s;
  background: white !important;
  color: #2B1739 !important;
  border: 2px solid #2B1739;
}
@media (max-width: 820px) {
  .gform_wrapper input[type=submit] {
    max-width: 265px;
  }
}
.gform_wrapper input[type=submit]:hover {
  background: #2B1739 !important;
  border: 2px solid #2B1739;
  color: white !important;
}
#gform_2 input[type=submit], #gform_3 input[type=submit] {
  background: #2B1739 !important;
  border: 2px solid #2B1739;
  color: white !important;
}
#gform_2 input[type=submit]:hover, #gform_3 input[type=submit]:hover {
  background: white !important;
  color: #2B1739 !important;
  border: 2px solid #2B1739;
}
.gform_validation_errors {
  display: none !important;
}
.fusion-alert.alert-danger.error, .gform_wrapper .gfield_error .gfield_validation_message, .gform_wrapper .gform_validation_errors {
  background: transparent !important;
  border: none;
  padding: 0;
  font-size: 12px !important;
  margin-top: 0 !important;
  text-align: left;
}
.gform_heading .gform_title {
  font-size: 22px !important;
}
.gform_confirmation_message {
  text-align: center;
}
.gform_confirmation_message strong {
  font-size: 55px;
  line-height: 65px;
}
.gform_confirmation_message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My43ODMiIGhlaWdodD0iMzIuNjM0IiB2aWV3Qm94PSIwIDAgNDMuNzgzIDMyLjYzNCI+DQogIDxwYXRoIGlkPSJQZmFkXzExNDIiIGRhdGEtbmFtZT0iUGZhZCAxMTQyIiBkPSJNMTUuMjYzLDg4LjQxNiwzNi43OCw2Ni45YTQuMTA3LDQuMTA3LDAsMSwxLDUuODA4LDUuODA4TDE4LjE2Nyw5Ny4xMjdhNC4xMDcsNC4xMDcsMCwwLDEtNS44MDgsMEwxLjIwOCw4NS45NzdhNC4xMDcsNC4xMDcsMCwwLDEsNS44MDgtNS44MDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDYgLTY1LjY5NikiIGZpbGw9IiMyY2ExODAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=);
  width: 43px;
  height: 32px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 32px;
}
