.contact-template .content {
  max-width: 1400px;
  margin: 50px auto 0;
  display: flex;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .contact-template .content {
    flex-direction: column;
    margin: 70px 10px 0;
    row-gap: 70px;
  }
}
.contact-template .content .form {
  padding: 30px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
  width: 378px;
  min-width: 378px;
}
@media (max-width: 768px) {
  .contact-template .content .form {
    width: 100%;
    min-width: unset;
  }
}
.contact-template .content .form h3 {
  font-size: 42px;
  line-height: 0.72;
  margin-right: 12px;
  margin-bottom: 25px;
}
.contact-template .content .form form .cf7-grid {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.contact-template .content .form form .cf7-grid br {
  display: none;
}
.contact-template .content .form form .cf7-grid label {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  font-size: 15px;
  line-height: 20px;
}
.contact-template .content .form form .cf7-grid label input, .contact-template .content .form form .cf7-grid label textarea {
  border: 1px solid rgba(17, 17, 19, 0.2);
  border-radius: 13px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  padding: 0 16px;
  color: #0A0911;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
.contact-template .content .form form .cf7-grid label textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  resize: none;
  height: 40px;
}
.contact-template .content .form form .wpcf7-spinner {
  display: none !important;
}
.contact-template .content .form form .wpcf7-response-output {
  margin: 0 0 14px;
}
.contact-template .content .form form .wpcf7-submit {
  background-color: #0A0911;
  border-radius: 13px;
  color: #F9FAFC;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  border: none;
  height: 43px;
  font-family: "Open Sans", sans-serif;
  margin-top: 24px;
  margin-bottom: 18px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-template .content .form form .wpcf7-submit:hover {
  background-color: #17D2FF;
  box-shadow: 0px 0px 25px 0px rgba(23, 210, 255, 0.6);
}
.contact-template .content .form form .wpcf7-submit:focus {
  background-color: #00ADD7;
}
.contact-template .content .form .reply {
  font-size: 15px;
  color: #0A0911;
  text-align: center;
}
.contact-template .content .data {
  padding: 30px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
}
.contact-template .content .data .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 71px;
  margin-bottom: 30px;
}
.contact-template .content .data .row .column {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.contact-template .content .data .row .column .top {
  display: flex;
  align-items: flex-end;
}
.contact-template .content .data .row .column .top h3 {
  font-size: 42px;
  line-height: 0.72;
  margin-right: 12px;
}
.contact-template .content .data .row .column .top span {
  font-size: 15px;
}
.contact-template .content .data .row .column a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.contact-template .content .data .row .column a img {
  width: 24px;
  height: 24px;
}
.contact-template .content .data .map {
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-template .content .data .map iframe {
    width: 100%;
    height: 250px;
  }
}
