/****************
* Fonts
****************/
/****************
* Paints
****************/
/****************
* Effects
****************/
/****************
* Grid Settings
****************/
/* stylelint-disable declaration-colon-space-after, selector-max-compound-selectors */
.block-page-hero--full-width-image {
  min-height: 23.9375rem;
  display: flex;
  align-items: center;
  padding: 2.5rem 0 5rem;
  margin: 0 0 clamp(4.0625rem, -4.0870327103rem + 16.9781931464vw, 10.875rem);
  position: relative;
  z-index: 2;
  -webkit-mask-image: url(../../../images/shapes/wave-hero-stylesheet-mobile.svg), linear-gradient(#000, #000);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  -webkit-mask-size: calc(100% + 0.4375rem) auto;
  -webkit-mask-position: center calc(100% + 0.0625rem);
  -webkit-mask-repeat: no-repeat;
}
@media (min-width: 48rem) {
  .block-page-hero--full-width-image {
    min-height: 30.9375rem;
    padding: 10.625rem 0 5rem;
    margin-top: -0.0625rem;
  }
}
@media (min-width: 62rem) {
  .block-page-hero--full-width-image {
    -webkit-mask-image: url(../../../images/shapes/wave-hero-stylesheet-desktop.svg), linear-gradient(#000, #000);
    -webkit-mask-position: center calc(100% + 0.0625rem);
    -webkit-mask-size: 100% auto;
  }
}
@media (min-width: 75rem) {
  .block-page-hero--full-width-image {
    margin-top: -0.125rem;
    -webkit-mask-position: center calc(100% + 0.125rem);
  }
}
.block-page-hero--full-width-image-one-btn .block-page-hero__buttons .c-btn {
  width: unset;
}
.block-page-hero--full-width-image-btns {
  padding: 4.0625rem 0 2.5rem;
  min-height: 23.375rem;
}
@media (min-width: 48rem) {
  .block-page-hero--full-width-image-btns {
    min-height: 30.9375rem;
    padding: 8.75rem 0 5rem;
  }
}
.block-page-hero--full-width-image .block-page-hero__image-container {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
}
.block-page-hero--full-width-image .block-page-hero__image-container img {
  width: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  height: 100%;
  display: block;
}
.block-page-hero--full-width-image .block-page-hero__image-container::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.block-page-hero--full-width-image .block-page-hero__title {
  color: #fffbf5;
  margin-bottom: clamp(1rem, -1.3177570093rem + 4.8286604361vw, 2.9375rem);
}
@media (min-width: 62rem) {
  .block-page-hero--full-width-image + .is-style-lead {
    margin-top: -4.875rem;
  }
}
.block-page-hero--image {
  margin-bottom: clamp(3.0625rem, -2.245911215rem + 11.0591900312vw, 7.5rem);
}
.block-page-hero--image .block-page-hero__image-container {
  padding-top: 57.3%;
  position: relative;
}
@media (min-width: 62rem) {
  .block-page-hero--image .block-page-hero__image-container {
    padding-top: 56.4%;
  }
}
.block-page-hero--image .block-page-hero__image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media (min-width: 62rem) {
  .block-page-hero--image .block-page-hero__image-container img {
    border-radius: 3rem;
  }
}
.block-page-hero--image .block-page-hero__content {
  margin-bottom: clamp(2.5rem, 0.7803738318rem + 3.5825545171vw, 3.9375rem);
}
.block-page-hero--no-image {
  margin-bottom: clamp(2.5625rem, 0.9176401869rem + 3.4267912773vw, 3.9375rem);
}
.block-page-hero--no-image .block-page-hero__content {
  text-align: left;
  margin-bottom: 0;
}
.block-page-hero--image .block-page-hero__buttons, .block-page-hero--no-image .block-page-hero__buttons {
  margin-top: clamp(1.5rem, 0.1542056075rem + 2.8037383178vw, 2.625rem);
}
.block-page-hero__content-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(var(--columnWidth) * 12 - 40px);
  max-width: calc(var(--columnMaxWidth) * 12 - 40px);
}
@media (min-width: 48rem) {
  .block-page-hero__content-container {
    width: calc(var(--columnWidth) * 12 - 30px);
    max-width: calc(var(--columnMaxWidth) * 12 - 30px);
  }
}
@media (min-width: 62rem) {
  .block-page-hero__content-container {
    width: calc(var(--columnWidth) * 10 - 30px);
    max-width: calc(var(--columnMaxWidth) * 10 - 30px);
  }
}
@media (min-width: 75rem) {
  .block-page-hero__content-container {
    width: calc(var(--columnWidth) * 8 - 30px);
    max-width: calc(var(--columnMaxWidth) * 8 - 30px);
  }
}
.block-page-hero__content {
  text-align: center;
}
.block-page-hero__title {
  color: #002807;
  margin: 0;
}
.block-page-hero__buttons .c-btn {
  margin-right: 1.25rem;
}
.block-page-hero__buttons .c-btn:last-child {
  margin-right: 0;
}
@media (max-width: 35.98rem) {
  .block-page-hero__buttons .c-btn {
    width: 100%;
    margin-right: 0;
  }
}

/* stylelint-enable declaration-colon-space-after, selector-max-compound-selectors */