/* 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-press-kit__inner {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
}
.s-press-kit__kit {
  flex: 1 1 auto;
  min-width: 0;
  background-color: var(--wp--preset--color--bg-tertiary);
  border-radius: 1.25rem;
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.s-press-kit__kit-title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.142857;
  letter-spacing: -0.07rem;
  max-width: 46.25rem;
}
.s-press-kit__kit-title {
  font-size: 56px;
}
@media screen and (min-width: 569px) {
  .s-press-kit__kit-title {
    font-size: calc(56px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-press-kit__kit-title {
    font-size: 3.5rem;
  }
}
.s-press-kit__kit-text {
  color: var(--wp--preset--color--txt-black);
  max-width: 38.75rem;
}
.s-press-kit__kit-text p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.s-press-kit__kit-text p:last-child {
  margin-bottom: 0;
}
.s-press-kit__kit-text p:first-child {
  margin-top: 0;
}
.s-press-kit__kit-text p:last-child {
  margin-bottom: 0;
}
.s-press-kit__kit-buttons {
  margin-top: auto;
}
.s-press-kit__contact {
  flex: 0 0 23.75rem;
  max-width: 23.75rem;
  border: 1px solid #c8c8c8;
  border-radius: 1.25rem;
  padding: 3.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 23.375rem;
  background-color: var(--wp--preset--color--bg-white);
}
.s-press-kit__contact-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding-bottom: 4.625rem;
  border-bottom: 1px solid #c8c8c8;
}
.s-press-kit__contact-title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.045rem;
}
.s-press-kit__contact-title {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .s-press-kit__contact-title {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-press-kit__contact-title {
    font-size: 2.25rem;
  }
}
.s-press-kit__contact-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.s-press-kit__contact-name, .s-press-kit__contact-phone {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
.s-press-kit__contact-name, .s-press-kit__contact-phone {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-press-kit__contact-name, .s-press-kit__contact-phone {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-press-kit__contact-name, .s-press-kit__contact-phone {
    font-size: 0.875rem;
  }
}
.s-press-kit__contact-phone a {
  color: inherit;
  text-decoration: none;
}
.s-press-kit__contact-phone a:hover {
  text-decoration: underline;
}
.s-press-kit__contact-email {
  color: var(--wp--preset--color--bg-primary);
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-position: from-font;
}
.s-press-kit__contact-email {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-press-kit__contact-email {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-press-kit__contact-email {
    font-size: 0.875rem;
  }
}
.s-press-kit__contact-email:hover {
  opacity: 0.85;
}
.s-press-kit__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 400;
}
.s-press-kit__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-press-kit__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-press-kit__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .s-press-kit__inner {
    flex-direction: column;
  }
  .s-press-kit__kit {
    padding: 2rem 1.5rem;
  }
  .s-press-kit__kit-title {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 1.14;
    letter-spacing: -0.07rem;
    letter-spacing: -0.045rem;
    max-width: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .s-press-kit__kit-title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  .s-press-kit__kit-title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 580px) {
  .s-press-kit__kit-title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .s-press-kit__kit-text {
    max-width: none;
  }
  .s-press-kit__contact {
    flex: 0 0 auto;
    max-width: 100%;
    min-height: 0;
    padding: 2rem 1.5rem;
  }
  .s-press-kit__contact-body {
    padding-bottom: 2.5rem;
  }
}