/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-mesh-contact-form {
  position: relative;
  overflow: hidden;
  color: var(--wp--preset--color--white);
}
.s-mesh-contact-form .l-wrapper {
  position: relative;
}
.s-mesh-contact-form__media {
  position: absolute;
  inset: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  pointer-events: none;
}
.s-mesh-contact-form__media :where(figure) {
  width: 100%;
  height: 100%;
  margin: 0;
}
.s-mesh-contact-form__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-mesh-contact-form__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(178deg, rgba(23, 67, 108, 0) 18%, rgba(1, 7, 22, 0.31) 60%);
}
.s-mesh-contact-form__gradient {
  position: absolute;
  inset: auto 0 0;
  height: 75%;
  background: linear-gradient(180deg, rgba(7, 19, 37, 0) 0%, rgba(7, 19, 37, 0.65) 75%);
}
.s-mesh-contact-form__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  width: 100%;
}
.s-mesh-contact-form__header {
  width: 100%;
  position: relative;
}
.s-mesh-contact-form__header:not(:has(h2)) {
  display: none;
}
.s-mesh-contact-form__header.is-align-center {
  text-align: center;
}
.s-mesh-contact-form__header.is-align-right {
  text-align: right;
}
.s-mesh-contact-form__heading {
  width: 100%;
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-mesh-contact-form__heading {
  font-size: 64px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form__heading {
    font-size: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form__heading {
    font-size: 6.25rem;
  }
}
.s-mesh-contact-form__heading > div {
  overflow: hidden;
}
.s-mesh-contact-form__introduction {
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  max-width: 42.5rem;
  margin: 0.75rem auto 0;
}
.s-mesh-contact-form__introduction {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form__introduction {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form__introduction {
    font-size: 1rem;
  }
}
.s-mesh-contact-form__panels {
  display: flex;
  align-items: stretch;
  gap: 1.125rem;
  width: 100%;
}
.s-mesh-contact-form__form-wrap {
  flex: 1 1 45.3125rem;
  min-width: 0;
}
.s-mesh-contact-form__form {
  min-height: 30.0625rem;
}
.s-mesh-contact-form__social-card {
  display: flex;
  flex: 0 0 27.0625rem;
  align-items: center;
  justify-content: center;
  min-height: 30.0625rem;
  padding: 1.0625rem;
  border: 0.0625rem solid var(--wp--preset--color--white);
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(0.03125rem);
}
.s-mesh-contact-form__social-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.s-mesh-contact-form__social-link {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  text-decoration: none;
  color: var(--wp--preset--color--white);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-contact-form__social-link:hover {
  opacity: 0.8;
}
.s-mesh-contact-form__social-link.is-static {
  cursor: default;
}
.s-mesh-contact-form__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.9375rem;
  height: 3.9375rem;
  border: 0.0625rem solid var(--wp--preset--color--white);
  border-radius: 50%;
  color: var(--wp--preset--color--white);
}
.s-mesh-contact-form__social-icon svg, .s-mesh-contact-form__social-icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.s-mesh-contact-form__social-icon svg path, .s-mesh-contact-form__social-icon img path {
  fill: currentColor;
}
.s-mesh-contact-form__social-label {
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: "aptos", sans-serif;
}
.s-mesh-contact-form__social-label {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form__social-label {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form__social-label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .s-mesh-contact-form__inner {
    gap: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .s-mesh-contact-form__panels {
    flex-direction: column;
    gap: 1rem;
  }
  .s-mesh-contact-form__form-wrap, .s-mesh-contact-form__social-card {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
  .s-mesh-contact-form__form {
    padding: 1rem;
  }
  .s-mesh-contact-form__form, .s-mesh-contact-form__social-card {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .s-mesh-contact-form__inner {
    gap: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .s-mesh-contact-form__heading :where(.wp-block-heading) {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
  }
  .s-mesh-contact-form__heading :where(.wp-block-heading) {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-mesh-contact-form__heading :where(.wp-block-heading) {
    font-size: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .s-mesh-contact-form__heading :where(.wp-block-heading) {
    font-size: 4.8125rem;
  }
}

.editor-styles-wrapper .s-mesh-contact-form__header:not(:has(.wp-block-heading)) {
  display: block;
}