/* 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-titled-lists {
  color: var(--wp--preset--color--txt-white);
}
.s-titled-lists__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
}
.s-titled-lists__header {
  width: 100%;
}
.s-titled-lists__header:not(:has(.wp-block-heading, .wp-block-paragraph)) {
  display: none;
}
.s-titled-lists__header-blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}
.s-titled-lists__header-blocks:has(:where(.wp-block-heading.has-text-align-center)), .s-titled-lists__header-blocks:has(:where(.wp-block-paragraph.has-text-align-center)) {
  align-items: center;
}
.s-titled-lists__header-blocks:has(:where(.wp-block-heading.has-text-align-right)), .s-titled-lists__header-blocks:has(:where(.wp-block-paragraph.has-text-align-right)) {
  align-items: flex-end;
}
.s-titled-lists__header-blocks :where(.wp-block-heading) {
  width: 100%;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  text-align: left;
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-titled-lists__header-blocks :where(.wp-block-heading) {
  font-size: 57px;
}
@media screen and (min-width: 569px) {
  .s-titled-lists__header-blocks :where(.wp-block-heading) {
    font-size: calc(57px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-titled-lists__header-blocks :where(.wp-block-heading) {
    font-size: 3.5625rem;
  }
}
.s-titled-lists__header-blocks :where(.wp-block-heading).has-text-align-center {
  text-align: center;
}
.s-titled-lists__header-blocks :where(.wp-block-heading).has-text-align-right {
  text-align: right;
}
.s-titled-lists__header-blocks :where(.wp-block-paragraph) {
  width: 100%;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.8;
  text-align: left;
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.s-titled-lists__header-blocks :where(.wp-block-paragraph) {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .s-titled-lists__header-blocks :where(.wp-block-paragraph) {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-titled-lists__header-blocks :where(.wp-block-paragraph) {
    font-size: 2.3125rem;
  }
}
.s-titled-lists__header-blocks :where(.wp-block-paragraph).has-text-align-center {
  text-align: center;
}
.s-titled-lists__header-blocks :where(.wp-block-paragraph).has-text-align-right {
  text-align: right;
}
.s-titled-lists__inner--theme-blue .s-titled-lists__column-title {
  color: var(--wp--preset--color--txt-cyan-blue);
}
.s-titled-lists__inner--theme-blue .s-titled-lists__item-label {
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
}
.s-titled-lists__inner--theme-blue .s-titled-lists__item-label::before {
  background-color: var(--wp--preset--color--bg-cyan-blue);
}
.s-titled-lists__inner--theme-orange .s-titled-lists__header-blocks :where(.wp-block-paragraph) {
  color: var(--wp--preset--color--txt-ait-gray);
  opacity: 1;
}
.s-titled-lists__inner--theme-orange .s-titled-lists__column-title {
  color: var(--wp--preset--color--bg-ait-orange);
}
.s-titled-lists__inner--theme-orange .s-titled-lists__item-label {
  color: var(--wp--preset--color--txt-ait-blue);
  opacity: 0.7;
}
.s-titled-lists__inner--theme-orange .s-titled-lists__item-label::before {
  background-color: var(--wp--preset--color--bg-ait-orange);
}
.s-titled-lists__columns {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  align-items: start;
  width: 100%;
}
.s-titled-lists__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.s-titled-lists__column-title {
  margin: 0;
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.s-titled-lists__column-title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-titled-lists__column-title {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-titled-lists__column-title {
    font-size: 1.5rem;
  }
}
.s-titled-lists__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-titled-lists__item {
  min-width: 0;
}
.s-titled-lists__item-label {
  position: relative;
  display: block;
  padding-left: 0.75rem;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-titled-lists__item-label {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-titled-lists__item-label {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-titled-lists__item-label {
    font-size: 1rem;
  }
}
.s-titled-lists__item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
.s-titled-lists__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-titled-lists__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-titled-lists__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-titled-lists__empty {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .s-titled-lists__inner {
    gap: 2rem;
  }
  .s-titled-lists__header-blocks {
    gap: 1.5rem;
  }
  .s-titled-lists__columns--is-cols-2, .s-titled-lists__columns--is-cols-multi {
    grid-template-columns: minmax(0, 1fr);
  }
}

.editor-styles-wrapper .s-titled-lists__header:not(:has(.wp-block-heading, .wp-block-paragraph)) {
  display: block;
}