/* 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;
}

.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-1,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-1) {
  grid-column: span 1;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-2,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-2) {
  grid-column: span 2;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-3,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-3) {
  grid-column: span 3;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-4,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-4) {
  grid-column: span 4;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-5,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-5) {
  grid-column: span 5;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-6,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-6) {
  grid-column: span 6;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-7,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-7) {
  grid-column: span 7;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-8,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-8) {
  grid-column: span 8;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-9,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-9) {
  grid-column: span 9;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-10,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-10) {
  grid-column: span 10;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-11,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-11) {
  grid-column: span 11;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-12,
.s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-12) {
  grid-column: span 12;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-1,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-1),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-1,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-1) {
  grid-column: span 1;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-2,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-2),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-2,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-2) {
  grid-column: span 2;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-3,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-3),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-3,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-3) {
  grid-column: span 3;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-4,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-4),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-4,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-4) {
  grid-column: span 4;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-5,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-5),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-5,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-5) {
  grid-column: span 5;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-6,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-6),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-6,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-6) {
  grid-column: span 6;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-7,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-7),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-7,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-7) {
  grid-column: span 7;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-8,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-8),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-8,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-8) {
  grid-column: span 8;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-9,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-9),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-9,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-9) {
  grid-column: span 9;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-10,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-10),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-10,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-10) {
  grid-column: span 10;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-11,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-11),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-11,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-11) {
  grid-column: span 11;
  min-width: 0;
}
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-12,
.s-section-flexible__grid > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-12),
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column--w-12,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(> .b-section-flexible-column--w-12) {
  grid-column: span 12;
  min-width: 0;
}

.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 #c8c8c8;
}

.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-card {
  padding: 2rem;
}

.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__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image,
.b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 1.4295302013;
}
.b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image.is-style-rounded img,
.b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image.is-style-rounded img {
  border-radius: 1.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;
}
.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.is-style-rounded 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.is-style-rounded 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.is-style-rounded 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.is-style-rounded img {
  border-radius: 1.5rem;
}

.block-editor-block-list__block.b-section-flexible-column,
.block-editor-block-list__block > .b-section-flexible-column,
.wp-block-madare-theme-child-section-flexible-column.b-section-flexible-column {
  height: auto;
}

.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks {
  flex: 0 1 auto;
  min-height: auto;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks > .block-editor-block-list__layout,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks > .block-editor-block-list__layout,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks > .block-editor-block-list__layout {
  flex: 0 1 auto;
  min-height: 3rem;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .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.block-editor-block-list__layout .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.block-editor-block-list__layout .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.block-editor-block-list__layout .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,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .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 > .block-editor-block-list__layout .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 > .block-editor-block-list__layout .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 > .block-editor-block-list__layout .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,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .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 > .block-editor-inner-blocks > .block-editor-block-list__layout .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 > .block-editor-inner-blocks > .block-editor-block-list__layout .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 > .block-editor-inner-blocks > .block-editor-block-list__layout .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: none;
  min-height: auto;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .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.block-editor-block-list__layout .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.block-editor-block-list__layout .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.block-editor-block-list__layout .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,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .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 > .block-editor-block-list__layout .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 > .block-editor-block-list__layout .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 > .block-editor-block-list__layout .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,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .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 > .block-editor-inner-blocks > .block-editor-block-list__layout .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 > .block-editor-inner-blocks > .block-editor-block-list__layout .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 > .block-editor-inner-blocks > .block-editor-block-list__layout .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: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 1.4295302013;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image.is-style-rounded img,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image.is-style-rounded img,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image.is-style-rounded img,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image.is-style-rounded img,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image.is-style-rounded img,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image.is-style-rounded img {
  border-radius: 1.5rem;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > figure.wp-block-image img,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout .b-section-flexible-column .b-section-flexible-column__blocks:not(:has(> figure.wp-block-image:only-child)):not(:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child)) > .block-editor-block-list__layout > figure.wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover;
}

.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;
}

.b-section-flexible-column--text-light .b-section-flexible-column__blocks p a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-paragraph a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks li a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-list a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ul a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ol a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list a,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list__item a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks p a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-paragraph a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks li a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-list a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ul a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ol a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list__item a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks p a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-paragraph a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks li a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-list a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ul a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ol a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list a,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list__item a {
  color: var(--wp--preset--color--alteal-white, #ffffff) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.125rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.b-section-flexible-column--text-light .b-section-flexible-column__blocks p a:hover, .b-section-flexible-column--text-light .b-section-flexible-column__blocks p a:focus-visible, .b-section-flexible-column--text-light .b-section-flexible-column__blocks p a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-paragraph a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-paragraph a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-paragraph a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks li a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks li a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks li a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-list a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-list a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .wp-block-list a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ul a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ul a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ul a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ol a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ol a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks ol a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list a:active,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list__item a:hover,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list__item a:focus-visible,
.b-section-flexible-column--text-light .b-section-flexible-column__blocks .b-flexible-list__item a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks p a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks p a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks p a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-paragraph a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-paragraph a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-paragraph a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks li a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks li a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks li a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-list a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-list a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .wp-block-list a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ul a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ul a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ul a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ol a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ol a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks ol a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list__item a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list__item a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-dark .b-section-flexible-column__blocks .b-flexible-list__item a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks p a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks p a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks p a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-paragraph a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-paragraph a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-paragraph a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks li a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks li a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks li a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-list a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-list a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .wp-block-list a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ul a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ul a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ul a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ol a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ol a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks ol a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list a:active,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list__item a:hover,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list__item a:focus-visible,
.b-section-flexible-column--text-auto.b-section-flexible-column--bg-blue-cta .b-section-flexible-column__blocks .b-flexible-list__item a:active {
  color: var(--wp--preset--color--alteal-white, #ffffff) !important;
  text-decoration: underline !important;
  opacity: 0.7;
}

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