/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-cta-options__inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-radius: 1.25rem;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  padding: 3.75rem;
}
.s-cta-options__content, .s-cta-options__media-col {
  min-width: 0;
  flex: 1 1 50%;
  width: 50%;
}
.s-cta-options__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.s-cta-options__title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 1024px) {
  .s-cta-options__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-cta-options__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-cta-options__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-cta-options__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-cta-options__media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.s-cta-options__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-cta-options__media-placeholder {
  min-height: 13.75rem;
  border: 1px dashed var(--wp--preset--color--txt-gray-light);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--wp--preset--color--txt-black);
  background-color: var(--wp--preset--color--bg-gray-light);
  text-align: center;
}
.s-cta-options__media-placeholder {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-cta-options__media-placeholder {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cta-options__media-placeholder {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .s-cta-options .l-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .s-cta-options__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 2rem;
  }
  .s-cta-options__content, .s-cta-options__media-col {
    width: 100%;
    flex: 0 0 auto;
  }
}