/* 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 */
.b-section-flexible-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border-radius: 1.5rem;
}

.b-section-flexible-column--w-1 {
  grid-column: span 1;
}

.b-section-flexible-column--w-2 {
  grid-column: span 2;
}

.b-section-flexible-column--w-3 {
  grid-column: span 3;
}

.b-section-flexible-column--w-4 {
  grid-column: span 4;
}

.b-section-flexible-column--w-5 {
  grid-column: span 5;
}

.b-section-flexible-column--w-6 {
  grid-column: span 6;
}

.b-section-flexible-column--w-7 {
  grid-column: span 7;
}

.b-section-flexible-column--w-8 {
  grid-column: span 8;
}

.b-section-flexible-column--w-9 {
  grid-column: span 9;
}

.b-section-flexible-column--w-10 {
  grid-column: span 10;
}

.b-section-flexible-column--w-11 {
  grid-column: span 11;
}

.b-section-flexible-column--w-12 {
  grid-column: span 12;
}

.b-section-flexible-column--bg-transparent {
  background-color: transparent;
}

.b-section-flexible-column--bg-white {
  background-color: #ffffff;
}

.b-section-flexible-column--bg-blue-light {
  background-color: #bfe9ff;
}

.b-section-flexible-column--bg-blue-cta {
  background-color: #004e6a;
}

.b-section-flexible-column--bg-blue-dark {
  background-color: #001a24;
}

.b-section-flexible-column--bg-green-light {
  background-color: #ecffac;
}

.b-section-flexible-column--bg-green {
  background-color: #85cc1d;
}

.b-section-flexible-column--bg-mid-grey {
  background-color: #d5d5d5;
}

.b-section-flexible-column--bg-black {
  background-color: #000000;
}

.b-section-flexible-column--bg-light-grey {
  background-color: #C8C8C8;
}

.b-section-flexible-column--text-dark {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.b-section-flexible-column--text-light {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.b-section-flexible-column--text-auto {
  color: inherit;
}
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark, .b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.b-section-flexible-column--border {
  border: 1px solid rgba(0, 26, 36, 0.12);
}

.b-section-flexible-column--text-light.b-section-flexible-column--border,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark.b-section-flexible-column--border,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta.b-section-flexible-column--border {
  border-color: rgba(255, 255, 255, 0.18);
}

.b-section-flexible-column--pad-sm {
  padding: 1.5rem;
}

.b-section-flexible-column--pad-md {
  padding: 2.5rem 2rem;
}

.b-section-flexible-column--pad-lg {
  padding: 4rem 3rem;
}

.b-section-flexible-column__blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
}
.b-section-flexible-column__blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 3rem;
}

.b-section-flexible-column--gap-sm,
.b-section-flexible-column--gap-sm > .block-editor-block-list__layout {
  gap: 1rem;
}

.b-section-flexible-column--gap-md,
.b-section-flexible-column--gap-md > .block-editor-block-list__layout {
  gap: 1.5rem;
}

.b-section-flexible-column--gap-lg,
.b-section-flexible-column--gap-lg > .block-editor-block-list__layout {
  gap: 2.5rem;
}

.b-section-flexible-column--align-top,
.b-section-flexible-column--align-top > .block-editor-block-list__layout {
  justify-content: flex-start;
}

.b-section-flexible-column--align-center,
.b-section-flexible-column--align-center > .block-editor-block-list__layout {
  justify-content: center;
}

.b-section-flexible-column--align-bottom,
.b-section-flexible-column--align-bottom > .block-editor-block-list__layout {
  justify-content: flex-end;
}

.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks {
  flex: 1 1 auto;
  min-height: 0;
}
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks > .block-editor-block-list__layout {
  flex: 1 1 auto;
  min-height: 0;
}
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) > figure.wp-block-image,
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) > .block-editor-block-list__layout > figure.wp-block-image,
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) > figure.wp-block-image,
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) > .block-editor-block-list__layout > figure.wp-block-image {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0;
  width: 100%;
}
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) > .block-editor-block-list__layout > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) > .block-editor-block-list__layout > figure.wp-block-image img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 7.5rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

.b-section-flexible-column .s-section-faq {
  background-color: transparent;
}
.b-section-flexible-column .s-section-faq .l-wrapper {
  margin: 0;
  padding: 0;
}
.b-section-flexible-column .s-section-faq .l-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .b-section-flexible-column--pad-md {
    padding: 2rem 1.5rem;
  }
  .b-section-flexible-column--pad-lg {
    padding: 2.5rem 1.5rem;
  }
}