/* 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 */
.s-header-image {
  overflow-x: clip;
  max-width: 100%;
}
.s-header-image .l-container,
.s-header-image .l-container-full,
.s-header-image .l-container-lg {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.s-header-image__band--bg-white {
  background-color: #ffffff;
}
.s-header-image__body--bg-white {
  background-color: #ffffff;
}
.s-header-image__band--bg-blue-light {
  background-color: #bfe9ff;
}
.s-header-image__body--bg-blue-light {
  background-color: #bfe9ff;
}
.s-header-image__band--bg-blue-cta {
  background-color: #004e6a;
}
.s-header-image__body--bg-blue-cta {
  background-color: #004e6a;
}
.s-header-image__band--bg-blue-dark {
  background-color: #001a24;
}
.s-header-image__body--bg-blue-dark {
  background-color: #001a24;
}
.s-header-image__band--bg-green-light {
  background-color: #ecffac;
}
.s-header-image__body--bg-green-light {
  background-color: #ecffac;
}
.s-header-image__band--bg-green {
  background-color: #85cc1d;
}
.s-header-image__body--bg-green {
  background-color: #85cc1d;
}
.s-header-image__band--bg-mid-grey {
  background-color: #d5d5d5;
}
.s-header-image__body--bg-mid-grey {
  background-color: #d5d5d5;
}
.s-header-image__band--bg-black {
  background-color: #000000;
}
.s-header-image__body--bg-black {
  background-color: #000000;
}
.s-header-image__band--bg-light-grey {
  background-color: #C8C8C8;
}
.s-header-image__body--bg-light-grey {
  background-color: #C8C8C8;
}
.s-header-image__band, .s-header-image__body {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.s-header-image__band-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .s-header-image__band-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-header-image__band-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.s-header-image__band-inner--has-breadcrumb {
  padding-top: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .s-header-image__band-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .s-header-image__band-inner--has-breadcrumb {
    padding-top: 0.75rem;
  }
}
.s-header-image__body-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .s-header-image__body-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-header-image__body-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.s-header-image__body-inner--has-breadcrumb {
  padding-top: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .s-header-image__body-inner {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .s-header-image__body-inner--has-breadcrumb {
    padding-top: 0.75rem;
  }
}
.s-header-image__breadcrumb {
  flex: 0 0 auto;
  width: 100%;
}
.s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__band-inner--has-breadcrumb .s-header-image__band-main {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .s-header-image__band-inner--has-breadcrumb .s-header-image__band-main {
    padding-top: 3rem;
  }
}
.s-header-image__body-inner--has-breadcrumb .s-header-image__body-main {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .s-header-image__body-inner--has-breadcrumb .s-header-image__body-main {
    padding-top: 3rem;
  }
}
.s-header-image__body-inner--has-breadcrumb .s-header-image__content {
  padding-top: 0;
}
.s-header-image__band-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  max-width: 40.5rem;
}
.s-header-image__band-title {
  margin: 0;
  font-family: "Panton", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-header-image__band-text {
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
  white-space: pre-wrap;
}
.s-header-image__band-cta {
  display: flex;
  margin: 2rem-1.5rem 0 0;
}
.s-header-image__band--bg-blue-cta .s-header-image__band-title,
.s-header-image__band--bg-blue-cta .s-header-image__band-text {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__band--bg-blue-cta .s-header-image__band-text {
  opacity: 0.85;
}
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__band--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__body--bg-blue-cta .s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__band--bg-blue-dark .s-header-image__band-title,
.s-header-image__band--bg-blue-dark .s-header-image__band-text {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__band--bg-blue-dark .s-header-image__band-text {
  opacity: 0.85;
}
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__band--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__body--bg-blue-dark .s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__band--bg-black .s-header-image__band-title,
.s-header-image__band--bg-black .s-header-image__band-text {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__band--bg-black .s-header-image__band-text {
  opacity: 0.85;
}
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__band--bg-black .s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb span > a,
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  opacity: 0.7;
}
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.7;
  line-height: 0;
}
.s-header-image__body--bg-black .s-header-image__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-header-image__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
  width: 100%;
}
.s-header-image__content {
  padding-top: 4rem;
  min-width: 0;
}
.s-header-image__title {
  margin: 0 0 1rem;
  font-family: "Panton", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.125rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-header-image__text {
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
  white-space: pre-wrap;
}
.s-header-image__body--bg-blue-cta .s-header-image__title,
.s-header-image__body--bg-blue-cta .s-header-image__text {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__body--bg-blue-cta .s-header-image__text {
  opacity: 0.85;
}
.s-header-image__body--bg-blue-dark .s-header-image__title,
.s-header-image__body--bg-blue-dark .s-header-image__text {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__body--bg-blue-dark .s-header-image__text {
  opacity: 0.85;
}
.s-header-image__body--bg-black .s-header-image__title,
.s-header-image__body--bg-black .s-header-image__text {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-header-image__body--bg-black .s-header-image__text {
  opacity: 0.85;
}
.s-header-image__grid:not(:has(.s-header-image__content)) .s-header-image__media {
  grid-column: 2;
}
.s-header-image__media {
  margin-top: 0;
  min-width: 0;
}
.s-header-image__img {
  display: block;
  width: 100%;
  min-height: 29.5625rem;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 991px) {
  .s-header-image__band-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .s-header-image__grid {
    grid-template-columns: 1fr;
  }
  .s-header-image__content {
    padding-top: 3rem;
  }
  .s-header-image__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .s-header-image__grid:not(:has(.s-header-image__content)) .s-header-image__media {
    grid-column: auto;
  }
  .s-header-image__media {
    margin-top: 1.5rem;
  }
  .s-header-image__img {
    min-height: 17.5rem;
  }
}