.wpcf7 {
  font-family: inherit;
  font-weight: 300;
  width: 100% !important;
}
.wpcf7 label {
  color: #FFF;
}
.wpcf7 a {
  color: #2d8cff !important;
  text-decoration: none;
}
.wpcf7 a:hover {
  color: #247de9 !important;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 15px !important;
}
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 textarea {
  border: 1px solid #D5E0EB;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 0.375rem 0.75rem;
  color: #000;
  min-height: 35px;
  font-size: 16px;
  font-weight: 300;
  font-family: inherit;
  width: 100%;
}
.wpcf7 input[type=submit] {
  background-color: #2d8cff;
  color: #ffffff;
  border: 0;
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  transition: 0.2s linear;
}
.wpcf7 input[type=submit]:hover {
  background-color: #247de9;
  cursor: pointer;
}
.wpcf7 input[type=submit]:focus {
  background-color: #247de9;
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px #b9d9ff;
}
.wpcf7 input[type=submit]:disabled {
  color: #ffffff;
  background-color: #ff4d4d;
  border: 0;
  cursor: not-allowed;
}
.wpcf7 input[type=file],
.wpcf7 select {
  border: 1px solid #D5E0EB;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 0.7rem 1rem;
  color: #000;
  min-height: 35px;
  font-size: 16px;
  font-weight: 300;
  font-family: inherit;
}
.wpcf7 input[type=file]::file-selector-button {
  cursor: pointer;
  margin-right: 20px;
}
.wpcf7 input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #2d8cff;
  border-radius: 6px;
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"]:before {
  content: "\f147";
  font-family: 'dashicons';
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  width: 18px;
  height: 18px;
  color: white;
  text-align: center;
  border-radius: 6px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 20px 20px #2d8cff;
}
.wpcf7 input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.wpcf7-checkbox label,
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7 input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: #2d8cff;
  width: 18px;
  height: 18px;
  border: 2px solid #2d8cff;
  border-radius: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.wpcf7 input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #2d8cff;
}
.wpcf7 input[type="radio"]:checked::before {
  transform: scale(1);
}
.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
  outline: none;
  background-color: #ffffff;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpcf7 a:focus {
  border: 1px solid #92ACC7;
  outline: none;
  box-shadow: 0 0 0 3px #b9d9ff;
  background-color: #ffffff;
}
.wpcf7-not-valid-tip {
  color: #ff4d4d !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.wpcf7-not-valid:not(input[type=file]):not(span) {
  border-color: #FFBAB6 !important;
  background-color: #FFFAFA !important;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #E6FFF0 !important;
  color: #00B474 !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #FFEDEC !important;
  color: #ff4d4d !important;
}
