.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 2rem;
  }
}

.footer-contact .container .sctionInner {
  padding-bottom: 2rem;
}
.footer-contact .container .sctionInner .titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .footer-contact .container .sctionInner .titleWrapper {
    margin-bottom: 3.5rem;
  }
}
.footer-contact .container .sctionInner .titleWrapper h2 {
  font-size: clamp(30px, 3.35vw, 48px);
  font-weight: 600;
  margin: 0;
}
.footer-contact .container .sctionInner .contactWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-contact .container .sctionInner .contactWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-contact .container .sctionInner .contactWrapper .subHeading {
  display: flex;
  align-items: flex-end;
}
.footer-contact .container .sctionInner .contactWrapper .subHeading h3 {
  font-size: clamp(20px, 2vw, 32px);
  max-width: 380px;
}
@media (min-width: 1050px) {
  .footer-contact .container .sctionInner .contactWrapper .subHeading h3 {
    max-width: 72.5%;
    line-height: 1.5em;
  }
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "col1 col2" "col3 col4" "col5 col5" "col6 col6";
  gap: 0 1.5rem;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col1 {
  grid-area: col1;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col2 {
  grid-area: col2;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col3 {
  grid-area: col3;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col4 {
  grid-area: col4;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col5 {
  grid-area: col5;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col6 {
  grid-area: col6;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p {
  font-family: "Manrope", sans-serif;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=text] {
  font-size: 18px;
  color: #21372f;
  border-top: 1px solid #21372f;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=text] {
    border-radius: 0;
  }
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=email],
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=tel] {
  font-size: 18px;
  color: #21372f;
  border-top: 1px solid #21372f;
  border-radius: 0;
  border-bottom: 1px solid #21372f;
  border-left: none;
  border-right: none;
}
@media (min-width: 768px) {
  .footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=email],
  .footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=tel] {
    border-radius: 0;
  }
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap textarea {
  font-size: 18px;
  color: #21372f;
  border-bottom: 1px solid #21372f;
  border-left: none;
  border-radius: 0;
  border-right: none;
  height: 175px;
}
@media (min-width: 768px) {
  .footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap textarea {
    border-radius: 0;
  }
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p {
  position: relative;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .link {
  transition: all ease 0.3s;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.965909 10L0 9.03409L7.67045 1.36364H0.909091V0H10V9.09091H8.63636V2.32955L0.965909 10Z' fill='%2321372F'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  transition: all ease 0.3s;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .link:hover::after {
  transform: rotate(45deg);
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .wpcf7-form-control.wpcf7-submit {
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0;
  font-size: 18px;
  background-color: transparent;
  color: #21372f;
}
.footer-contact .container .sctionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .wpcf7-spinner {
  position: absolute;
  right: 85px;
  top: 6px;
}
.site-footer .container {
  padding-top: 1.5rem;
}
.site-footer .container .footer-content {
  padding: 2rem 0 0;
  border-top: 1px solid #21372f;
}
.site-footer .container .footer-content .upper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 2.5rem;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .upper {
    flex-direction: row;
  }
}
.site-footer .container .footer-content .upper .logoWrapper svg {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .upper .logoWrapper svg {
    max-width: 340px;
    width: 100%;
  }
}
.site-footer .container .footer-content .upper .badges .footer-badge {
  width: 70px;
  height: auto;
  object-fit: contain;
  float: right;
  padding: 2em 0 0;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .upper .badges .footer-badge {
    width: 138px;
    float: none;
    padding: 0;
  }
}
.site-footer .container .footer-content .middle {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid #21372f;
  padding: 0 0 1rem;
}
@media (min-width: 820px) {
  .site-footer .container .footer-content .middle {
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .middle {
    flex-direction: row;
  }
}
.site-footer .container .footer-content .middle .socialWrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2rem;
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .middle .socialWrapper {
    padding: 0;
  }
}
.site-footer .container .footer-content .middle .socialWrapper .link a {
  font-weight: 400;
  margin-right: 2rem;
}
.site-footer .container .footer-content .middle .socialWrapper .link a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.965909 10L0 9.03409L7.67045 1.36364H0.909091V0H10V9.09091H8.63636V2.32955L0.965909 10Z' fill='%2321372F'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.25rem;
}
.site-footer .container .footer-content .middle .socialWrapper .link a:hover::after {
  transform: rotate(45deg);
}
.site-footer .container .footer-content .middle .footerDetails {
  display: flex;
  flex-direction: column;
}
@media (min-width: 820px) {
  .site-footer .container .footer-content .middle .footerDetails {
    flex-direction: row;
  }
}
.site-footer .container .footer-content .middle .footerDetails .contact {
  flex: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .middle .footerDetails .contact {
    flex: unset;
  }
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .middle .footerDetails .contact .email {
    grid-column: 2;
  }
}
.site-footer .container .footer-content .middle .footerDetails .contact .email h5 {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #21372f;
  padding: 0.5rem 0;
}
.site-footer .container .footer-content .middle .footerDetails .contact .email a {
  font-size: 15px;
  display: inline-block;
}
.site-footer .container .footer-content .middle .footerDetails .contact .email a:hover {
  transform: translateY(-4px);
}
.site-footer .container .footer-content .middle .footerDetails .contact .phone h5 {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #21372f;
  padding: 0.5rem 0;
}
.site-footer .container .footer-content .middle .footerDetails .contact .phone a {
  font-size: 15px;
  display: inline-block;
}
.site-footer .container .footer-content .middle .footerDetails .contact .phone a:hover {
  transform: translateY(-4px);
}
.site-footer .container .footer-content .middle .footerDetails .offices {
  flex: 1 1;
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .middle .footerDetails .offices {
    flex: unset;
  }
}
.site-footer .container .footer-content .middle .footerDetails .offices h5 {
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid #21372f;
}
.site-footer .container .footer-content .middle .footerDetails .offices .officeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (min-width: 460px) {
  .site-footer .container .footer-content .middle .footerDetails .offices .officeList {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .site-footer .container .footer-content .middle .footerDetails .offices .officeList {
    display: inline-block;
  }
}
.site-footer .container .footer-content .middle .footerDetails .offices .officeList a {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 460px) {
  .site-footer .container .footer-content .middle .footerDetails .offices .officeList a:nth-of-type(3n + 2) {
    text-align: center;
  }
  .site-footer .container .footer-content .middle .footerDetails .offices .officeList a:nth-of-type(3n) {
    text-align: right;
  }
}
@media (min-width: 760px) {
  .site-footer .container .footer-content .middle .footerDetails .offices .officeList a {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  .site-footer .container .footer-content .middle .footerDetails .offices .officeList a {
    margin-right: 0.75rem;
  }
}
.site-footer .container .footer-content .middle .footerDetails .offices .officeList a:last-of-type {
  margin-right: 0;
}
.site-footer .container .footer-content .middle .footerDetails .offices .officeList a:hover {
  transform: translateY(-4px);
}
.site-footer .container .footer-content .lower {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 760px) {
  .site-footer .container .footer-content .lower {
    flex-direction: row;
  }
}
.site-footer .container .footer-content .lower .policyWrapper .policyLinks {
  padding-bottom: 5rem;
}
@media (min-width: 760px) {
  .site-footer .container .footer-content .lower .policyWrapper .policyLinks {
    padding-bottom: 0;
  }
}
.site-footer .container .footer-content .lower .policyWrapper .policyLinks a {
  font-size: 13px;
  margin-right: 0.25rem;
  display: inline-block;
}
@media (min-width: 360px) {
  .site-footer .container .footer-content .lower .policyWrapper .policyLinks a {
    font-size: 14px;
    margin-right: 0.5rem;
  }
}
@media (min-width: 390px) {
  .site-footer .container .footer-content .lower .policyWrapper .policyLinks a {
    font-size: 15px;
    margin-right: 0.75rem;
  }
}
@media (min-width: 4500px) {
  .site-footer .container .footer-content .lower .policyWrapper .policyLinks a {
    font-size: 15px;
    margin-right: 2rem;
  }
}
.site-footer .container .footer-content .lower .policyWrapper .policyLinks a:last-of-type {
  margin-right: 0;
}
.site-footer .container .footer-content .lower .copyWrapper p {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
@media (min-width: 360px) {
  .site-footer .container .footer-content .lower .copyWrapper p {
    font-size: 15px;
  }
}/*# sourceMappingURL=footer.css.map */