.tcl-contact-form__heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
  color: #0397d6;
}
@media (max-width: 991px) {
  .tcl-contact-form__heading {
    font-size: 26px;
  }
}
.tcl-contact-form__form .invalid .wpcf7-response-output {
  color: #d70056;
}
.tcl-contact-form__form .wpcf7-response-output {
  color: #46b450;
  border: none !important;
  text-align: center;
}
.tcl-contact-form__form br {
  display: none;
}
.tcl-contact-form__form label {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding-left: 15px;
}
.tcl-contact-form__form .form-box {
  margin-bottom: 20px;
  position: relative;
}
.tcl-contact-form__form .form-box .wpcf7-not-valid-tip {
  position: absolute;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #d70056;
  padding-left: 15px;
  white-space: nowrap;
}
.tcl-contact-form__form [type=text],
.tcl-contact-form__form [type=email],
.tcl-contact-form__form [type=tel] {
  border: 1px solid #d7d7d7;
  height: 36px;
  display: block;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.tcl-contact-form__form [type=text]::-webkit-input-placeholder, .tcl-contact-form__form [type=email]::-webkit-input-placeholder, .tcl-contact-form__form [type=tel]::-webkit-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form [type=text]::-moz-placeholder, .tcl-contact-form__form [type=email]::-moz-placeholder, .tcl-contact-form__form [type=tel]::-moz-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form [type=text]:-ms-input-placeholder, .tcl-contact-form__form [type=email]:-ms-input-placeholder, .tcl-contact-form__form [type=tel]:-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form [type=text]::-ms-input-placeholder, .tcl-contact-form__form [type=email]::-ms-input-placeholder, .tcl-contact-form__form [type=tel]::-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form [type=text]::placeholder,
.tcl-contact-form__form [type=email]::placeholder,
.tcl-contact-form__form [type=tel]::placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form [type=text]:focus::-webkit-input-placeholder, .tcl-contact-form__form [type=email]:focus::-webkit-input-placeholder, .tcl-contact-form__form [type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.tcl-contact-form__form [type=text]:focus::-moz-placeholder, .tcl-contact-form__form [type=email]:focus::-moz-placeholder, .tcl-contact-form__form [type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
.tcl-contact-form__form [type=text]:focus:-ms-input-placeholder, .tcl-contact-form__form [type=email]:focus:-ms-input-placeholder, .tcl-contact-form__form [type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}
.tcl-contact-form__form [type=text]:focus::-ms-input-placeholder, .tcl-contact-form__form [type=email]:focus::-ms-input-placeholder, .tcl-contact-form__form [type=tel]:focus::-ms-input-placeholder {
  opacity: 0;
}
.tcl-contact-form__form [type=text]:focus::placeholder,
.tcl-contact-form__form [type=email]:focus::placeholder,
.tcl-contact-form__form [type=tel]:focus::placeholder {
  opacity: 0;
}
.tcl-contact-form__form [type=text]:focus,
.tcl-contact-form__form [type=email]:focus,
.tcl-contact-form__form [type=tel]:focus {
  border-color: #0397d6;
}
.tcl-contact-form__form textarea {
  border: 1px solid #d7d7d7;
  height: 36px;
  display: block;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  min-height: 200px;
}
.tcl-contact-form__form textarea::-webkit-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form textarea::-moz-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form textarea:-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form textarea::-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form textarea::placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-contact-form__form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.tcl-contact-form__form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.tcl-contact-form__form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.tcl-contact-form__form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.tcl-contact-form__form textarea:focus::placeholder {
  opacity: 0;
}
.tcl-contact-form__form textarea:focus {
  border-color: #0397d6;
}
.tcl-contact-form__form .form-submit {
  position: relative;
}
.tcl-contact-form__form .form-submit [type=submit] {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  background-color: #ff9900;
  color: #fff;
  padding: 13px 29px;
  border: none;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  -o-transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  -webkit-box-shadow: 0px 4px 20px rgba(35, 31, 32, 0.05);
          box-shadow: 0px 4px 20px rgba(35, 31, 32, 0.05);
  background-color: #0397d6;
  color: #fff;
  font-weight: 600;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: block;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.tcl-contact-form__form .form-submit [type=submit]:hover {
  color: #fff;
  background-color: rgba(255, 153, 0, 0.8);
  -webkit-filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
          filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
}
.tcl-contact-form__form .form-submit [type=submit]:active {
  background-color: #ff9900;
  color: rgba(255, 255, 255, 0.8);
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 1199px) {
  .tcl-contact-form__form .form-submit [type=submit] {
    margin-top: 20px;
  }
}
.tcl-contact-form__form .form-submit [type=submit]:disabled {
  background-color: #d7d7d7;
}
.tcl-contact-form__form .form-submit img {
  position: absolute;
  content: "";
  height: 14px;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}
.tcl-contact-form__form .form-submit .wpcf7-spinner {
  display: none;
}
.tcl-contact-form__form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.tcl-contact-form__form .wpcf7-acceptance label {
  position: relative;
  padding-left: 0;
}
.tcl-contact-form__form .wpcf7-acceptance label a {
  color: #0397d6;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tcl-contact-form__form .wpcf7-acceptance label a:hover {
  opacity: 0.6;
}
.tcl-contact-form__form .wpcf7-acceptance [type=checkbox] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-contact-form__form .wpcf7-acceptance [type=checkbox] + * {
  position: relative;
  padding-left: 35px;
}
.tcl-contact-form__form .wpcf7-acceptance [type=checkbox] + *:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #0397d6;
  left: 0;
  top: -2px;
}
.tcl-contact-form__form .wpcf7-acceptance [type=checkbox] + *:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #0397d6;
  left: 4px;
  top: 2px;
  opacity: 0;
}
.tcl-contact-form__form .wpcf7-acceptance [type=checkbox]:checked + *:after {
  opacity: 1;
}

.tcl-contrast-mode .tcl-contact-form__form label {
  color: #fff;
}