/* 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-indexed-cards-grid {
  color: var(--wp--preset--color--txt-white);
}
.s-indexed-cards-grid__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
  align-items: center;
  width: 100%;
}
.s-indexed-cards-grid__inner--card-blue .s-indexed-cards-grid__card {
  border-color: transparent;
  background-color: transparent;
  background-size: 100% 200%;
  background-image: linear-gradient(0deg, var(--wp--preset--color--bg-electric-blue) -50%, var(--wp--preset--color--bg-midnight-blue) 170%);
}
.s-indexed-cards-grid__inner--card-blue .s-indexed-cards-grid__card-index {
  color: var(--wp--preset--color--txt-brand-blue);
}
.s-indexed-cards-grid__inner--card-blue .s-indexed-cards-grid__card-title {
  color: var(--wp--preset--color--txt-white);
}
.s-indexed-cards-grid__inner--card-orange .s-indexed-cards-grid__card {
  border-color: var(--wp--preset--color--bg-ait-orange);
  background-color: color-mix(in srgb, var(--wp--preset--color--bg-ait-orange) 15%, transparent);
  background-image: none;
}
.s-indexed-cards-grid__inner--card-orange .s-indexed-cards-grid__card-index {
  color: var(--wp--preset--color--bg-ait-brown);
}
.s-indexed-cards-grid__inner--card-orange .s-indexed-cards-grid__card-title {
  color: var(--wp--preset--color--txt-ait-gray);
}
.s-indexed-cards-grid__header {
  width: 100%;
}
.s-indexed-cards-grid__header:not(:has(.wp-block-heading, .wp-block-paragraph)) {
  display: none;
}
.s-indexed-cards-grid__header-blocks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
}
.s-indexed-cards-grid__header-blocks:has(:where(.wp-block-heading.has-text-align-center)), .s-indexed-cards-grid__header-blocks:has(:where(.wp-block-paragraph.has-text-align-center)) {
  align-items: center;
}
.s-indexed-cards-grid__header-blocks:has(:where(.wp-block-heading.has-text-align-right)), .s-indexed-cards-grid__header-blocks:has(:where(.wp-block-paragraph.has-text-align-right)) {
  align-items: flex-end;
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-heading) {
  max-width: 42.125rem;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  text-align: left;
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-heading) {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .s-indexed-cards-grid__header-blocks :where(.wp-block-heading) {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-indexed-cards-grid__header-blocks :where(.wp-block-heading) {
    font-size: 2.3125rem;
  }
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-heading).has-text-align-center {
  text-align: center;
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-heading).has-text-align-right {
  text-align: right;
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-paragraph) {
  max-width: 42.125rem;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.8;
  text-align: left;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-paragraph) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-indexed-cards-grid__header-blocks :where(.wp-block-paragraph) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-indexed-cards-grid__header-blocks :where(.wp-block-paragraph) {
    font-size: 1rem;
  }
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-paragraph).has-text-align-center {
  text-align: center;
}
.s-indexed-cards-grid__header-blocks :where(.wp-block-paragraph).has-text-align-right {
  text-align: right;
}
.s-indexed-cards-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
.s-indexed-cards-grid__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: 1.25rem;
  border: 0.03125rem solid transparent;
  border-radius: 0.375rem;
  overflow: hidden;
}
.s-indexed-cards-grid__card-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  min-width: 0;
}
.s-indexed-cards-grid__card-index {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--bg-white);
  font-weight: 400;
  line-height: 1;
}
.s-indexed-cards-grid__card-index {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .s-indexed-cards-grid__card-index {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-indexed-cards-grid__card-index {
    font-size: 0.625rem;
  }
}
.s-indexed-cards-grid__card-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.s-indexed-cards-grid__card-title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-indexed-cards-grid__card-title {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-indexed-cards-grid__card-title {
    font-size: 1.5rem;
  }
}
.s-indexed-cards-grid__card-text {
  margin: 0;
  padding-left: 1.4375rem;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-indexed-cards-grid__card-text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-indexed-cards-grid__card-text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-indexed-cards-grid__card-text {
    font-size: 0.875rem;
  }
}
.s-indexed-cards-grid__actions {
  width: 100%;
}
.s-indexed-cards-grid__actions .c-buttons {
  justify-content: center;
}
.s-indexed-cards-grid__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-indexed-cards-grid__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-indexed-cards-grid__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-indexed-cards-grid__empty {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-indexed-cards-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .s-indexed-cards-grid__inner {
    gap: 2rem;
  }
  .s-indexed-cards-grid__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

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