@media (min-width: 1200px) {
  .ebp-custom-footer-main-1 .footer-main-content-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 7rem;
    grid-row-gap: 0px;
  }

  .footer-left {
    max-width: 22rem;
  }
}

.footer-left {
  grid-area: 1 / 1 / 3 / 4;
}
.footer-center-left {
  grid-area: 1 / 4 / 2 / 6;
}
.footer-center {
  grid-area: 1 / 6 / 2 / 8;
}
.footer-center-right {
  grid-area: 1 / 8 / 2 / 10;
}
.footer-right {
  grid-area: 1 / 10 / 2 / 13;
}
.footer-newsletter {
  grid-area: 2 / 5 / 3 / 11;
}

.ebp-custom-footer-main-1 {
  /* min-height: 55rem; */
  font-weight: 300;
}

.ebp-custom-footer-main-1 h3 {
  font-size: var(--fs-small);
}

.footer-newsletter h3 {
  font-size: var(--fs-medium);
}

.footer-intro > p:first-of-type {
  font-size: var(--fs-small);
  font-weight: bold;
  line-height: 1.15;
  margin-block-end: var(--spacing-1-5);
}

.footer-logo img {
  margin-block-end: var(--spacing-1-5);
  width: 8.994rem;
}

footer ul {
  list-style: none;
  padding-inline-start: 0;
}

.name-and-email {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-block-start: 2rem;
}

.name-and-email input {
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid currentColor;
  box-shadow: none;
  padding-block-end: 1.25rem;
  margin-block-end: 1.25rem;
  color: inherit;
  width: 100%;
  height: 3rem;
}

.footer-newsletter-content .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-send {
  margin-inline-start: auto;
}

.footer-newsletter-content .form-send {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 100%;
  margin-block-start: 1rem;
}

.wpcf7-list-item-label a {
  text-decoration: underline !important;
}

.footer-newsletter-content label {
  margin-block-start: 0;
}

.footer-newsletter-content .form-send .wpcf7-submit {
  margin-left: auto;
}

.footer-newsletter-content .form-send .wpcf7-form-control-wrap {
  max-width: 40rem;
}

.name-and-email > span {
  width: 100%;
}

::placeholder {
  color: var(--white) !important;
}

.wpcf7-submit {
  display: flex;
  color: inherit;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.125rem;
  background: transparent;
  border: none;
  justify-content: center;
}

.footer-center-left ul,
.footer-center ul,
.footer-center-right ul,
.footer-right ul,
.footer-contact-content {
  padding-inline-start: 1rem;
  border-left: 0.5px solid currentColor;
}
/* .footer-right {
  padding-inline-start: 1rem;
  border-left: 0.5px solid currentColor;
} */

.footer-contact-content {
  margin-block-start: 1rem;
}

.footer-contact-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-contact-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-copyright .footer-copyright-inner {
  padding-block: 2rem;
  border-top: 0.5px solid currentColor;
}

.footer-copyright .footer-copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright .footer-copyright-inner * {
  padding: 0 !important;
  margin: 0 !important;
}

.footer-copyright .footer-copyright-inner > div {
  flex: 1;
}

.footer-policies-menu,
.footer-copyright-center-menu,
.footer-copyright-right-menu {
  display: flex;
  gap: 1rem;
}

.footer-copyright-center-menu {
  justify-content: center;
}

.footer-copyright-right-menu {
  justify-content: flex-end;
}

.footer-copyright--center {
  text-align: center;
}

.footer-copyright--right {
  text-align: right;
}

footer p a {
  opacity: 1;
  font-style: normal;
  border-bottom: none !important;
}

@media (max-width: 1024px) {
  .footer-copyright .footer-copyright-inner {
    flex-direction: column;
    gap: 1rem;
    /* margin-block-start: 4rem !important; */
  }

  .footer-newsletter {
    margin-block-end: 4rem;
  }
}

@media (max-width: 767px) {
  .footer-policies-menu,
  .footer-copyright-center-menu,
  .footer-copyright-right-menu {
    flex-direction: column;
    text-align: center;
  }

  .footer-copyright-right-menu {
    justify-content: center;
  }

  .name-and-email {
    flex-direction: column;
  }

  .footer-newsletter-content .form-send {
    flex-direction: column-reverse;
  }
}
