/* 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-prism-industries {
  color: var(--wp--preset--color--white);
}
.s-prism-industries.section {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}
.s-prism-industries.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0.375rem;
  background-image: url("/wp-content/themes/madare-theme-child/assets/icons/prism-decorative-grid.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.s-prism-industries.section > .l-wrapper {
  position: relative;
  z-index: 2;
}
.s-prism-industries.section.has-bg-pattern > .c-bg-pattern {
  left: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  border-radius: 0.375rem;
  background-size: cover;
  z-index: 0;
}
.s-prism-industries__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 43.625rem;
  width: 100%;
  max-width: 74.4375rem;
  margin-inline: auto;
  padding: 3.5rem 4.25rem;
  text-align: center;
}
.s-prism-industries__inner.is-inview {
  justify-content: flex-start;
  gap: 3.5rem;
}
.s-prism-industries__inner:not(.is-inview) .s-prism-industries__header-blocks :where(.wp-block-paragraph) {
  max-height: 0;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transform: translateY(0.9375rem);
}
.s-prism-industries__inner:not(.is-inview) .s-prism-industries__reveal {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transform: translateY(0.9375rem);
}
.s-prism-industries__header {
  width: 100%;
}
.s-prism-industries__header:not(:has(.wp-block-heading)) {
  display: none;
}
.s-prism-industries__header-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.s-prism-industries__header-blocks :where(.wp-block-heading) {
  margin: 0;
  max-width: 42.9375rem;
  color: var(--wp--preset--color--white);
  text-align: center;
  font-family: "Unbounded", sans-serif !important;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  font-weight: 400 !important;
}
.s-prism-industries__header-blocks :where(.wp-block-heading) {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .s-prism-industries__header-blocks :where(.wp-block-heading) {
    font-size: calc(32px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-prism-industries__header-blocks :where(.wp-block-heading) {
    font-size: 2.5rem;
  }
}
.s-prism-industries__header-blocks :where(.wp-block-paragraph) {
  margin: 0;
  max-width: 40.5625rem;
  color: var(--wp--preset--color--white);
  text-align: center;
  will-change: clip-path, transform, opacity;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-prism-industries__header-blocks :where(.wp-block-paragraph) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-prism-industries__header-blocks :where(.wp-block-paragraph) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-prism-industries__header-blocks :where(.wp-block-paragraph) {
    font-size: 1rem;
  }
}
.s-prism-industries__reveal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  will-change: clip-path, transform, opacity;
}
.s-prism-industries__rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.s-prism-industries__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4.5rem;
  width: 100%;
}
.s-prism-industries__item {
  display: flex;
  flex: 0 1 15rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  max-width: 15rem;
}
.s-prism-industries__item-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5625rem;
  height: 2.5625rem;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--wp--preset--color--green) 20%, transparent);
}
.s-prism-industries__item-icon-image {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}
.s-prism-industries__item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
}
.s-prism-industries__item-title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  color: var(--wp--preset--color--white);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: normal;
  text-align: center;
}
.s-prism-industries__item-title {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-prism-industries__item-title {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-prism-industries__item-title {
    font-size: 1rem;
  }
}
.s-prism-industries__item-text {
  margin: 0;
  max-width: 15rem;
  color: var(--wp--preset--color--white);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  opacity: 0.8;
}
.s-prism-industries__item-text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-prism-industries__item-text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-prism-industries__item-text {
    font-size: 0.875rem;
  }
}
.s-prism-industries__item-text strong,
.s-prism-industries__item-text b {
  font-weight: 700;
}
.s-prism-industries__empty {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  opacity: 0.8;
  opacity: 1;
}
.s-prism-industries__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-prism-industries__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-prism-industries__empty {
    font-size: 0.875rem;
  }
}
.s-prism-industries__empty strong,
.s-prism-industries__empty b {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .s-prism-industries__row {
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .s-prism-industries__inner {
    min-height: 35rem;
    padding: 3rem 2rem;
  }
  .s-prism-industries__row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .s-prism-industries__item {
    flex-basis: auto;
    max-width: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-prism-industries__inner {
    min-height: 30rem;
    padding: 2.5rem 1.5rem;
  }
  .s-prism-industries__header-blocks :where(.wp-block-heading) {
    font-weight: 400;
  }
  .s-prism-industries__header-blocks :where(.wp-block-heading) {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-prism-industries__header-blocks :where(.wp-block-heading) {
    font-size: calc(32px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .s-prism-industries__header-blocks :where(.wp-block-heading) {
    font-size: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-prism-industries__inner {
    justify-content: flex-start;
    gap: 3.5rem;
  }
  .s-prism-industries__inner:not(.is-inview) .s-prism-industries__header-blocks :where(.wp-block-paragraph),
  .s-prism-industries__inner:not(.is-inview) .s-prism-industries__reveal {
    max-height: none;
    overflow: visible;
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: none;
  }
}

.editor-styles-wrapper .s-prism-industries__header:not(:has(.wp-block-heading)),
.block-editor-iframe__body .s-prism-industries__header:not(:has(.wp-block-heading)) {
  display: block;
}

.editor-styles-wrapper .s-prism-industries__inner,
.block-editor-iframe__body .s-prism-industries__inner {
  justify-content: flex-start;
  gap: 3.5rem;
}
.editor-styles-wrapper .s-prism-industries__inner .s-prism-industries__header-blocks :where(.wp-block-paragraph),
.editor-styles-wrapper .s-prism-industries__inner .s-prism-industries__reveal,
.block-editor-iframe__body .s-prism-industries__inner .s-prism-industries__header-blocks :where(.wp-block-paragraph),
.block-editor-iframe__body .s-prism-industries__inner .s-prism-industries__reveal {
  max-height: none;
  overflow: visible;
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: none;
}