.contact_container {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.contact_container.panel_gray {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
}

.contact_container form {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: none;
  justify-content: center;
  margin: 0px 0px 0 0px;
  opacity: 1;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.contact_container .text {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.contact_container .req {
  color: #ff0000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.contact_container .text-input {
  background: #ffffff;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-radius: 4px;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  box-shadow: none;
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 10px 15px 10px;
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.contact_container .text-input:focus {
  outline: none;
  background: #dddddd;
}

.contact_container .text-input:hover {
  background: #eeeeee;
}

.contact_container .text-input::-webkit-input-placeholder {
  color: #777777;
}

.contact_container .text-input:-moz-placeholder {
  color: #777777;
}

.contact_container .text-input::-moz-placeholder {
  color: #777777;
}

.contact_container .text-input:-ms-input-placeholder {
  color: #777777;
}

.contact_container .text-area {
  background: #ffffff;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-radius: 4px;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  box-shadow: none;
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  height: 160px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  text-align: left;
  text-shadow: none;
  width: 100%;
  max-width: 100%;
}

.contact_container .text-area:focus {
  outline: none;
  background: #dddddd;
}

.contact_container .text-area:hover {
  background: #eeeeee;
}

.contact_container .text-area::-webkit-input-placeholder {
  color: #777777;
}

.contact_container .text-area:-moz-placeholder {
  color: #777777;
}

.contact_container .text-area::-moz-placeholder {
  color: #777777;
}

.contact_container .text-area:-ms-input-placeholder {
  color: #777777;
}

.contact_container .text-check {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.contact_container .form_submit {
  background: #103554;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  flex: none;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 20px 0px 0px 0px;
  opacity: 1;
  padding: 20px 30px 20px;
  text-align: center;
  width: 260px;
  max-width: 100%;
}

.contact_container .form_submit:hover {
  transform: scale(1.05, 1.05);
}

.contact_container .form_submit .label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  padding: 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .contact_container .form_submit {
    padding: 20px 30px 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .contact_container .form_submit {
    flex: none;
    max-width: 100%;
  }
}

.contact_container .row_column {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: auto;
  margin: 0px 0px 30px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: 100%;
}

.contact_container .row_column .wpcf7-form-control-wrap {
  width: 100%;
}

.contact_container .row_flex {
  display: flex;
  align-content: flex-start;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: auto;
  margin: 0px 0px 40px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: 100%;
  gap: 5px;
}

.contact_container .row_flex .wpcf7-form-control-wrap {
  position: relative;
}
.contact_container .row_flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact_container .row_flex .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: absolute;
  font-size: 0;
}

.contact_container .row_flex .wpcf7-checkbox + .wpcf7-not-valid-tip {
  position: absolute;
  top: 2em;
  width: 100%;
  white-space: nowrap;
}

.contact_container .row_label {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 10px 0px;
  width: auto;
  max-width: 100%;
  gap: 10px;
}

.wpcf7 form .wpcf7-response-output {
  width: 100% !important;
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 30px 20px !important;
  font-weight: bold !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  background-color: #46b450; /* Green */
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  background-color: #dc3232; /* Red */
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  background-color: #f56e28; /* Orange */
  color: white;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e2a403; /* Yellow */
  background-color: #e2a403; /* Yellow */
  color: white;
}

.contact_container .cf7-download-link {
  color: white !important;
}

.contact_container .cf7-download-link:hover {
  text-decoration: none;
}
