/* .section_banner {
  background-color: #d6d8dc;
}
.section_banner .head {
  padding-bottom: 7.3%;
}
.section_banner .head .btn {
  margin-top: 2.7rem;
} */
.contact_main {
  position: relative;
  z-index: 2;
  background-color: var(--bg);
  overflow: hidden;
  padding: 11.7rem 0 12.7rem;
}
.contact_main p {
  max-width: 71rem;
  margin-top: 2.1rem;
}
.contact_main .flex {
  margin-top: 5.5rem;
}
.contact_main .quote_form {
  width: 47.01492537%;
}
.contact_main .quote_form form {
  background-color: var(--primary);
  border: none;
  color: #fff;
  gap: 3.7rem 0;
  padding: 5.5555556% 6.5079365% 6.3492063%;
}
.contact_main .quote_form .col-2 {
  width: 47.71480804%;
}
.contact_main .quote_form form label:has([aria-required="true"]) .label::after {
  color: #ffd2d2;
}
.contact_main .quote_form input:not([type="checkbox"]):not([type="submit"]):not([type="hidden"]),
.contact_main .quote_form textarea,
.contact_main .quote_form select {
  height: 5.8rem;
  border: none;
  padding-left: 2rem;
}
.contact_main .quote_form textarea {
  height: 16.3rem;
  line-height: 2.23263158;
  padding-top: 1.6rem;
  margin-top: 0;
}
.contact_main .quote_form form > span:has(input[type=checkbox]) {
  margin-top: -1rem;
}
.contact_main .quote_form input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: #fff;
}
.contact_main .quote_form label:has(input[type=checkbox]) > span:not(.wpcf7-form-control-wrap) {
  color: #fff;
  margin-top: -0.4rem;
}
.contact_main .quote_form label:has(input[type=checkbox]) > span:not(.wpcf7-form-control-wrap) a {
  color: #fff;
}
.contact_main .quote_form label:has(input[type=checkbox]) > span:not(.wpcf7-form-control-wrap) a:hover {
  text-decoration-color: #fff;
}
.contact_main .quote_form form > span:has(.btn) {
  margin-top: 0;
}
.contact_main .quote_form .btn {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary);
}
.contact_main .quote_form .btn::after {
  filter: none;
}
.contact_main .quote_form .btn:hover,
.contact_main .quote_form .btn.wt:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.contact_main .quote_form .btn:hover::after {
  filter: contrast(0) brightness(2);
}
.contact_main .quote_form .wpcf7-not-valid-tip {
  color: #ffd2d2;
}
.contact_main .quote_form .wpcf7-acceptance.wpcf7-not-valid input[type="checkbox"] {
  box-shadow: 0 0 0 2px #ffb4b4;
}
.contact_main .quote_form .wpcf7-not-valid:not([type="checkbox"]):not([type="submit"]) {
  box-shadow: inset 0 0 0 2px #ffb4b4;
}
.contact_main .quote_form .wpcf7 form .wpcf7-response-output {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.contact_main .quote_form .wpcf7 form.invalid .wpcf7-response-output,
.contact_main .quote_form .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(255, 196, 61, 0.18);
  border-color: #ffd56a;
  color: #fff;
}
.contact_main .quote_form .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(70, 180, 80, 0.22);
  border-color: #7ddea3;
  color: #fff;
}
.contact_main .quote_form .wpcf7 form.failed .wpcf7-response-output,
.contact_main .quote_form .wpcf7 form.aborted .wpcf7-response-output {
  background: rgba(220, 50, 50, 0.22);
  border-color: #ff8a8a;
  color: #fff;
}
.contact_main .connect {
  flex: 1;
  width: 100%;
  max-width: 63.1rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e9ee;
  background-color: #fff;
  padding: 2.0895522% 3.6567164% 4.6268657% 3.880597%;
}
.contact_main .connect h3 {
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.contact_main .connect ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
  margin-top: 13.257576%;
}
.contact_main .connect li {
  position: relative;
  flex: 1;
  border-bottom: 1px solid #e4e9ee;
  font-size: 1.9rem;
  line-height: 1.47368421;
  font-weight: 600;
  padding-left: 4.73684211em;
  padding-bottom: 2rem;
  letter-spacing: 0.00263em;
}
.contact_main .connect li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 3.579em;
  height: 3.579em;
  background: no-repeat center / 36.8% var(--primary);
}
.contact_main .connect li .label {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: normal;
}
.contact_main .connect li a {
  vertical-align: top;
  color: var(--primary);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.contact_main .connect li a:hover {
  text-decoration-color: var(--primary);
}
.contact_main .connect li p {
  color: var(--primary);
  margin: 0;
}
.contact_main .connect li:last-child {
  border-bottom: none;
}
.contact_main .connect .phone::before {
  background-image: url("../img/icon-phone-w.svg");
}
.contact_main .connect .email::before {
  background-image: url("../img/icon-email-w.svg");
  background-size: 43%;
}
.contact_main .connect .locate::before {
  background-image: url("../img/icon-locate-w.svg");
  background-size: 34%;
}
.contact_main .floats {
  top: -28%;
  bottom: 0.4%;
}
/* .contact_office {
  padding: 11.7rem 0 13.6rem;
}
.contact_office p {
  margin-top: 3.1rem;
}
.contact_office .map {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e9ee;
  margin-top: 6rem;
  padding-bottom: 38.05970149%;
}
.contact_office .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact_office .card {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #e4e9ee;
  margin: 2.8406%;
  padding: 1.2705531% 2.1674141% 2.2421525%;
}
.contact_office .card .info h3 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.contact_office .card .info p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 31.2rem;
  margin-top: 1.9rem;
  letter-spacing: -0.0024em;
}
.contact_office .card .btn {
  font-size: 1.7rem;
  line-height: 5.2rem;
  background-color: #1779d1;
  border-color: #1779d1;
  margin-top: 2.1rem;
  letter-spacing: 0.08em;
  padding: 0 2.6rem;
}
.contact_office .card .btn:hover {
  background-color: transparent;
} */
@media screen and (max-width: 768px) {
  .contact_main {
    padding: 50px 0;
  }
  .contact_main .flex {
    margin-top: 30px;
  }
  .contact_main .quote_form form {
    padding: 20px;
    gap: 16px 0;
  }
  .contact_main .quote_form form input:not([type="checkbox"]):not([type="submit"]):not([type="hidden"]),
  .contact_main .quote_form form textarea,
  .contact_main .quote_form form select {
    height: 46px;
    padding-left: 20px;
  }
  .contact_main .quote_form form textarea {
    height: 120px;
    padding-top: 14px;
    line-height: normal;
  }
  .contact_main .quote_form form > span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .contact_main .quote_form form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .contact_main .quote_form form label:has(input[type=checkbox]) > span:not(.wpcf7-form-control-wrap) {
    margin-top: 0;
  }
  .contact_main .quote_form form > span:has(.btn) {
    margin-top: 10px;
  }
  .contact_main .connect {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_main .connect h3 {
    font-size: 20px;
  }
  .contact_main .connect ul {
    gap: 16px;
  }
  .contact_main .connect li {
    font-size: 14px;
    padding-left: 55px;
    padding-bottom: 16px;
  }
  .contact_main .connect li::before {
    width: 40px;
    height: 40px;
  }
  .contact_main .connect li .label {
    font-size: 16px;
  }
  /* .contact_office {
    padding: 50px 0;
  }
  .contact_office .map {
    min-height: 270px;
    margin-top: 30px;
  }
  .contact_office .card {
    padding: 16px;
  }
  .contact_office .card .info h3 {
    font-size: 18px;
  }
  .contact_office .card .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 200px;
  }
  .contact_office .card .btn {
    margin-top: 16px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 20px;
  } */
}
@media screen and (max-width: 576px) {
  .contact_main .quote_form {
    width: 100%;
  }
  .contact_main .quote_form .col-2 {
    width: 100%;
  }
  .contact_main .connect {
    padding: 20px;
  }
  .contact_main .connect ul {
    margin-top: 20px;
  }
}
