/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/cta-bg-section/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Alteia CTA with BG Section block — frontend styles.
 */
/**
 * Shared CTA pill button: layout, arrow motion, and pill chrome.
 *
 * Hover background defaults to --alteia-cta-button-hover-bg (set per multisite).
 *
 * Hover modes ($hover):
 * - false       Color-only hover when $hover-background is set / site default via modifiers
 * - 'lift'      opacity 0.92 + translateY + box-shadow
 * - 'lift-soft' opacity 0.96 + translateY + box-shadow
 * - 'fade'      opacity 0.92 + translateY (no shadow)
 * - 'translate' translateY only
 */
/**
 * Shared View All pill button styles for post blocks.
 */
@keyframes alteia-cta-bg-section-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
.wp-block-alteia-cta-bg-section.alteia-cta-bg-section {
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
  background-color: transparent;
  background-color: var(--alteia-cta-bg-section-bg, transparent);
  margin: 0;
  margin: var(--alteia-cta-bg-section-margin, 0);
}

.alteia-cta-bg-section__outer {
  padding: 80px 0;
  padding: var(--alteia-cta-bg-section-padding, 80px 0);
  box-sizing: border-box;
}

.alteia-cta-bg-section__wrapper {
  width: 100%;
  max-width: 1140px;
  max-width: var(--wp--style--global--content-size, 1140px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-left: var(--wp--preset--spacing--section-horizontal, 20px);
  padding-right: 20px;
  padding-right: var(--wp--preset--spacing--section-horizontal, 20px);
  box-sizing: border-box;
  min-width: 0;
}

.alteia-cta-bg-section__media {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-height: max(280px, min(32vw, 360px));
  box-sizing: border-box;
}

.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--contained .alteia-cta-bg-section__media {
  border-radius: 16px;
}

.alteia-cta-bg-section__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.alteia-cta-bg-section__background-inner {
  position: absolute;
  top: -4%;
  right: -4%;
  bottom: -4%;
  left: -4%;
  width: 108%;
  height: 108%;
  background-color: #2a3a1a;
  background-size: cover;
  background-position: center center;
  background-position: var(--alteia-cta-bg-section-image-focal-desktop, center center);
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, var(--alteia-cta-bg-section-parallax, 0), 0);
  animation: alteia-cta-bg-section-zoom 24s ease-in-out infinite alternate;
  will-change: transform;
}

.alteia-cta-bg-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.alteia-cta-bg-section__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: max(1rem, min(2vw, 1.25rem));
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: max(2rem, min(5vw, 3.5rem)) max(1.5rem, min(4vw, 2rem));
}

.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--align-left .alteia-cta-bg-section__content {
  text-align: left;
  align-items: flex-start;
}

.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--align-center .alteia-cta-bg-section__content {
  text-align: center;
  align-items: center;
}

.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--align-right .alteia-cta-bg-section__content {
  text-align: right;
  align-items: flex-end;
}

.alteia-cta-bg-section__heading {
  width: 100%;
  min-width: 0;
}
.alteia-cta-bg-section__heading:empty {
  display: none;
}
.alteia-cta-bg-section__heading h2 {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-wrap: break-word;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(2rem, min(4vw, 3.5rem));
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  color: var(--alteia-cta-bg-section-heading-color, #ffffff);
}

.alteia-cta-bg-section__description {
  max-width: min(100%, 32rem);
  width: 100%;
  min-width: 0;
}
.alteia-cta-bg-section__description:empty {
  display: none;
}
.alteia-cta-bg-section__description p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-wrap: break-word;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(1rem, min(1.6vw, 1.125rem));
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  color: var(--alteia-cta-bg-section-description-color, #ffffff);
  opacity: 0.95;
}

.alteia-cta-bg-section__cta-wrap {
  margin-top: max(0.25rem, min(1vw, 0.5rem));
  max-width: 100%;
}

body .alteia-cta-bg-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .alteia-cta-bg-section__cta .alteia-cta-button__arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  opacity: 0.9;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease;
}
body .alteia-cta-bg-section__cta .alteia-cta-button__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
body .alteia-cta-bg-section__cta:hover .alteia-cta-button__arrow, body .alteia-cta-bg-section__cta:focus-visible .alteia-cta-button__arrow {
  transform: translateX(4px);
  opacity: 1;
}
body .alteia-cta-bg-section__cta {
  margin: 0;
  padding: 0.5rem 1.5rem;
  min-width: 180px;
  border: 0;
  border-radius: 2rem;
  color: #ffffff;
  background-color: #33817d;
  background-color: var(--wp--preset--color--primary-teal-light, #33817d);
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(0.875rem, min(2vw, 1rem));
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
body .alteia-cta-bg-section__cta span {
  color: inherit;
}
body .alteia-cta-bg-section__cta:hover, body .alteia-cta-bg-section__cta:focus-visible {
  transform: translateY(-1px);
  background-color: #33817d;
  background-color: var(--alteia-cta-button-hover-bg, var(--wp--preset--color--primary-teal-light, #33817d));
}
body .alteia-cta-bg-section__cta {
  max-width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  color: var(--alteia-cta-bg-section-cta-text-color, #ffffff);
  background-color: #33817d;
  background-color: var(--alteia-cta-bg-section-cta-bg-color, var(--wp--preset--color--primary-teal-light, #33817d));
}

body .alteia-cta-bg-section__cta--green:hover, body .alteia-cta-bg-section__cta--green:focus-visible {
  background-color: #33817d;
  background-color: var(--alteia-cta-button-hover-bg, var(--wp--preset--color--primary-teal-light, #33817d));
}

.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__outer {
  padding: 0;
}
.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__media {
  min-height: max(300px, min(38vw, 400px));
}
.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
  padding: var(--alteia-cta-bg-section-padding, 80px 0);
  padding-left: 20px;
  padding-left: var(--wp--preset--spacing--section-horizontal, 20px);
  padding-right: 20px;
  padding-right: var(--wp--preset--spacing--section-horizontal, 20px);
}
.wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px){
  .alteia-cta-bg-section__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__outer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--full-width .alteia-cta-bg-section__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .alteia-cta-bg-section__background-inner {
    animation: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-position: center center;
    background-position: var(--alteia-cta-bg-section-image-focal-mobile, center center);
  }
  .alteia-cta-bg-section__media {
    min-height: max(260px, min(55vw, 320px));
  }
  .alteia-cta-bg-section__content {
    padding: max(1.75rem, min(5vw, 2.5rem)) max(1.25rem, min(4vw, 1.5rem));
    gap: 1rem;
  }
  .alteia-cta-bg-section__heading h2 {
    font-size: max(1.75rem, min(6vw, 2.25rem));
    line-height: 1.3;
  }
  .alteia-cta-bg-section__description p {
    font-size: max(0.9375rem, min(2.5vw, 1.0625rem));
    line-height: 1.55;
  }
  .wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--align-right .alteia-cta-bg-section__content {
    text-align: left;
    align-items: flex-start;
  }
  .wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--align-left .alteia-cta-bg-section__cta-wrap {
    width: 100%;
  }
  .wp-block-alteia-cta-bg-section.alteia-cta-bg-section.alteia-cta-bg-section--align-left .alteia-cta-bg-section__cta {
    width: 100%;
    white-space: normal;
  }
}
@media (max-width: 480px){
  .alteia-cta-bg-section__content {
    padding: 1.75rem 1.25rem;
  }
  .alteia-cta-bg-section__media {
    min-height: 240px;
  }
  body .alteia-cta-bg-section__cta {
    min-width: 0;
    padding: 0.65rem 1.25rem;
  }
}
@media (prefers-reduced-motion: reduce){
  .alteia-cta-bg-section__background-inner {
    animation: none;
    transform: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/