/* 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--txt-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(178.35deg, rgba(23, 67, 108, 0) 18.073%, rgba(1, 7, 22, 0.31) 60.019%);
}
.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.962%);
}
.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%;
}
.s-mesh-contact-form__header:not(:has(h2)) {
  display: none;
}
.s-mesh-contact-form__heading {
  width: 100%;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-mesh-contact-form__heading {
  font-size: 100px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form__heading {
    font-size: calc(100px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form__heading {
    font-size: 6.25rem;
  }
}
.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 {
  display: flex;
  flex-direction: column;
  min-height: 30.0625rem;
  padding: 1.875rem 2.5rem 1.375rem;
  border: 0.03125rem solid var(--wp--preset--color--bg-cyan-blue);
  border-radius: 0.375rem;
  background-color: rgba(61, 180, 255, 0.15);
  backdrop-filter: blur(1.346875rem);
}
.s-mesh-contact-form__form.is-placeholder {
  align-items: center;
  justify-content: center;
}
.s-mesh-contact-form__form.is-placeholder p {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  text-align: center;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-mesh-contact-form__form.is-placeholder p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form__form.is-placeholder p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form__form.is-placeholder p {
    font-size: 0.875rem;
  }
}
.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--bg-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;
  width: 100%;
  max-width: 15.0625rem;
}
.s-mesh-contact-form__social-link {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  text-decoration: none;
  color: var(--wp--preset--color--txt-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--bg-white);
  border-radius: 50%;
  color: var(--wp--preset--color--txt-white);
}
.s-mesh-contact-form__social-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.s-mesh-contact-form__social-icon svg path {
  fill: currentColor;
}
.s-mesh-contact-form__social-label {
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.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;
  }
}
.s-mesh-contact-form .frm-fluent-form {
  --ff-label-color-on-dark: var(--wp--preset--color--txt-white);
  --ff-input-bg: transparent;
  --ff-input-border: none;
  --ff-input-radius: 0;
  --ff-input-height: 2.3125rem;
  --ff-input-padding-x: 0;
  --ff-btn-secondary-border: 0.0625rem solid var(--wp--preset--color--bg-white);
  --ff-btn-secondary-color: var(--wp--preset--color--txt-white);
  --ff-main-font-family: aptos, sans-serif;
  color: var(--wp--preset--color--txt-white);
}
.s-mesh-contact-form .frm-fluent-form fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 100%;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-group:not(.ff-custom_html) {
  margin: 0;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-input--label {
  display: none;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-control {
  min-height: 2.3125rem;
  padding: 0 0 0.9375rem;
  border: none;
  border-bottom: 0.0625rem solid var(--wp--preset--color--bg-white);
  border-radius: 0;
  color: var(--wp--preset--color--txt-white);
  background-color: transparent;
  background-image: none;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-control {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form .frm-fluent-form .ff-el-form-control {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form .frm-fluent-form .ff-el-form-control {
    font-size: 0.875rem;
  }
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-control::placeholder {
  color: var(--wp--preset--color--txt-white);
  opacity: 1;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-control:focus {
  outline: none;
  border-bottom-color: var(--wp--preset--color--bg-cyan-blue);
}
.s-mesh-contact-form .frm-fluent-form select.ff-el-form-control {
  padding-right: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
}
.s-mesh-contact-form .frm-fluent-form textarea.ff-el-form-control {
  min-height: 8.5625rem;
  padding-bottom: 6.25rem;
  resize: vertical;
}
.s-mesh-contact-form .frm-fluent-form .ff-t-container.ff-column-container {
  gap: 1.25rem;
}
.s-mesh-contact-form .frm-fluent-form .ff-t-cell {
  min-width: 0;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-group.ff_list_buttons {
  margin-top: auto;
}
.s-mesh-contact-form .frm-fluent-form .ff_submit_btn_wrapper,
.s-mesh-contact-form .frm-fluent-form .step-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-group:has(.ff_tc_checkbox),
.s-mesh-contact-form .frm-fluent-form .ff-el-group:has(.ff-el-form-check-input) {
  flex: 1 1 auto;
  max-width: 27.6875rem;
  margin: 0;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 0;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-check-input {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border: 0.0625rem solid var(--wp--preset--color--bg-cyan-blue);
  border-radius: 0.125rem;
  background-color: var(--wp--preset--color--bg-cyan-blue);
  accent-color: var(--wp--preset--color--bg-cyan-blue);
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-check-label,
.s-mesh-contact-form .frm-fluent-form .ff_tc_label {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-mesh-contact-form .frm-fluent-form .ff-el-form-check-label,
.s-mesh-contact-form .frm-fluent-form .ff_tc_label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form .frm-fluent-form .ff-el-form-check-label,
  .s-mesh-contact-form .frm-fluent-form .ff_tc_label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form .frm-fluent-form .ff-el-form-check-label,
  .s-mesh-contact-form .frm-fluent-form .ff_tc_label {
    font-size: 0.875rem;
  }
}
.s-mesh-contact-form .frm-fluent-form .ff-btn,
.s-mesh-contact-form .frm-fluent-form .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  min-height: 2.375rem;
  padding: 0.25rem 0.6875rem 0.25rem 1rem;
  border: 0.0625rem solid var(--wp--preset--color--bg-white);
  border-radius: 3rem;
  background: transparent;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-contact-form .frm-fluent-form .ff-btn,
.s-mesh-contact-form .frm-fluent-form .ff-btn-submit {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact-form .frm-fluent-form .ff-btn,
  .s-mesh-contact-form .frm-fluent-form .ff-btn-submit {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact-form .frm-fluent-form .ff-btn,
  .s-mesh-contact-form .frm-fluent-form .ff-btn-submit {
    font-size: 0.875rem;
  }
}
.s-mesh-contact-form .frm-fluent-form .ff-btn:hover,
.s-mesh-contact-form .frm-fluent-form .ff-btn-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact-form__inner {
    gap: 1.75rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .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, .s-mesh-contact-form__social-card {
    min-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mesh-contact-form__inner {
    gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
  .s-mesh-contact-form__form {
    padding: 1.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: 77px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-mesh-contact-form__heading :where(.wp-block-heading) {
    font-size: calc(77px + 0 * (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;
  }
}
@media screen and (max-width: 768px) {
  .s-mesh-contact-form .frm-fluent-form .ff-t-container.ff-column-container {
    flex-direction: column;
    gap: 1rem;
  }
  .s-mesh-contact-form .frm-fluent-form .ff_submit_btn_wrapper,
  .s-mesh-contact-form .frm-fluent-form .step-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .s-mesh-contact-form .frm-fluent-form .ff-btn,
  .s-mesh-contact-form .frm-fluent-form .ff-btn-submit {
    justify-content: center;
    width: 100%;
  }
}

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