/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/legal-section/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Alteia Legal 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.
 */
.wp-block-alteia-legal-section.alteia-legal-section {
  --alteia-legal-sidebar-width: 300px;
  --alteia-legal-sidebar-min-width: 250px;
  --alteia-legal-layout-gap: max(2rem, min(4vw, 3.5rem));
  --alteia-legal-sticky-top: 150px;
  /* Extra clearance when a transparent group header overlays the page (body padding is 0). */
  --alteia-legal-header-offset: 0px;
  background-color: #ffffff;
  background-color: var(--alteia-legal-section-bg, #ffffff);
  color: #000;
  color: var(--alteia-legal-section-text-color, #000);
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  margin: var(--alteia-legal-section-margin, 0);
  /* Default 80px top/bottom; admin BoxControl can override via CSS vars. */
  padding-top: calc(0px + 80px);
  padding-top: calc(var(--alteia-legal-header-offset) + var(--alteia-legal-section-padding-top, 80px));
  padding-bottom: 80px;
  padding-bottom: var(--alteia-legal-section-padding-bottom, 80px);
  padding-left: 0;
  padding-right: 0;
  padding-left: var(--alteia-legal-section-padding-inline, 0);
  padding-right: var(--alteia-legal-section-padding-inline, 0);
  box-sizing: border-box;
  overflow: visible;
}

body:has(.alteia-header[data-header-type=child]) .wp-block-alteia-legal-section.alteia-legal-section {
  --alteia-legal-sticky-top: 250px;
}

/* Transparent group headers overlay content — add header height for this section only. */
body:has(.alteia-header[data-transparent=true][data-header-type=group]) .wp-block-alteia-legal-section.alteia-legal-section,
body:has(.alteia-header[data-transparent=true]:not([data-header-type])) .wp-block-alteia-legal-section.alteia-legal-section {
  --alteia-legal-header-offset: var(--alteia-header-height, 0px);
}

.alteia-legal-section__container {
  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-right: 20px;
  padding-left: var(--alteia-legal-section-container-padding-inline, var(--wp--preset--spacing--section-horizontal, 20px));
  padding-right: var(--alteia-legal-section-container-padding-inline, var(--wp--preset--spacing--section-horizontal, 20px));
  box-sizing: border-box;
}

.alteia-legal-section__intro {
  margin-bottom: max(1.75rem, min(4vw, 2.5rem));
}

.alteia-legal-section__intro-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-column-gap: max(1.5rem, min(3vw, 2.5rem));
  -moz-column-gap: max(1.5rem, min(3vw, 2.5rem));
       column-gap: max(1.5rem, min(3vw, 2.5rem));
  align-items: start;
}

.alteia-legal-section__intro-left,
.alteia-legal-section__intro-right {
  min-width: 0;
}

.alteia-legal-section__back-wrap {
  margin: 0;
}

.alteia-legal-section__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a4f55;
  color: var(--alteia-legal-section-link-color, var(--wp--preset--color--primary, #0a4f55));
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.alteia-legal-section__back .alteia-legal-section__back-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alteia-legal-section__back .alteia-legal-section__back-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.alteia-legal-section__back .alteia-legal-section__back-text {
  position: relative;
  display: inline-block;
}
.alteia-legal-section__back .alteia-legal-section__back-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alteia-legal-section__back:hover, .alteia-legal-section__back:focus-visible {
  color: #0a4f55;
  color: var(--alteia-legal-section-link-color, var(--wp--preset--color--primary, #0a4f55));
  opacity: 0.85;
  outline: none;
}
.alteia-legal-section__back:hover .alteia-legal-section__back-icon, .alteia-legal-section__back:focus-visible .alteia-legal-section__back-icon {
  transform: translateX(-4px);
}
.alteia-legal-section__back:hover .alteia-legal-section__back-text::after, .alteia-legal-section__back:focus-visible .alteia-legal-section__back-text::after {
  transform: scaleX(1);
}

.alteia-legal-section__heading {
  margin-bottom: max(0.75rem, min(2vw, 1rem));
}
.alteia-legal-section__heading:empty {
  display: none;
  margin: 0;
}
.alteia-legal-section__heading h2 {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.15;
  color: #0a4f55;
  color: var(--alteia-legal-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-legal-section__subdescription {
  margin: 0;
  padding: 0;
  max-width: 52rem;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  color: var(--alteia-legal-section-text-color, #000);
}

.alteia-legal-section__banner {
  width: 100%;
  max-width: 100%;
  margin: 0 0 max(2rem, min(5vw, 3.5rem));
  aspect-ratio: 16/9;
  max-height: 600px;
  min-height: 280px;
  overflow: hidden;
  line-height: 0;
}

.alteia-legal-section__banner-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.alteia-legal-section__main {
  overflow: visible;
}

.alteia-legal-section__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--alteia-legal-layout-gap);
  gap: var(--alteia-legal-layout-gap);
  align-items: start;
}

.alteia-legal-section__sidebar {
  display: none;
  min-width: 0;
}

.alteia-legal-section__related-mobile {
  display: block;
  margin-top: max(2rem, min(5vw, 3rem));
  padding-top: max(1.5rem, min(4vw, 2rem));
  border-top: 1px solid #d8e6e5;
  border-top: 1px solid var(--wp--preset--color--primary-lightdark, #d8e6e5);
}

.alteia-legal-section__related-heading {
  margin-bottom: 1rem;
}
.alteia-legal-section__related-heading h3 {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #0a4f55;
  color: var(--alteia-legal-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-legal-section__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alteia-legal-section__related-item {
  margin: 0;
  padding: 0;
}

.alteia-legal-section__related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(5, 79, 85, 0.15);
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a4f55;
  color: var(--alteia-legal-section-link-color, var(--wp--preset--color--primary, #0a4f55));
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.alteia-legal-section__related-link .alteia-legal-section__related-label {
  position: relative;
  display: inline-block;
}
.alteia-legal-section__related-link .alteia-legal-section__related-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alteia-legal-section__related-link .alteia-legal-section__link-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alteia-legal-section__related-link .alteia-legal-section__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.alteia-legal-section__related-link:hover, .alteia-legal-section__related-link:focus-visible {
  opacity: 0.85;
  color: #0a4f55;
  color: var(--alteia-legal-section-link-color, var(--wp--preset--color--primary, #0a4f55));
  outline: none;
}
.alteia-legal-section__related-link:hover .alteia-legal-section__related-label::after, .alteia-legal-section__related-link:focus-visible .alteia-legal-section__related-label::after {
  transform: scaleX(1);
}
.alteia-legal-section__related-link:hover .alteia-legal-section__link-icon, .alteia-legal-section__related-link:focus-visible .alteia-legal-section__link-icon {
  transform: translateX(4px);
}

.alteia-legal-section__related--sidebar .alteia-legal-section__related-link {
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-bottom: none;
  font-size: 18px;
}
.alteia-legal-section__related--sidebar .alteia-legal-section__related-item + .alteia-legal-section__related-item {
  margin-top: 0.35rem;
}

.alteia-legal-section__related--mobile .alteia-legal-section__related-heading h3 {
  font-size: 28px;
}

.alteia-legal-section__content {
  min-width: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #000;
  color: var(--alteia-legal-section-text-color, #000);
  text-align: justify;
}
.alteia-legal-section__content > :first-child {
  margin-top: 0;
}
.alteia-legal-section__content > :last-child {
  margin-bottom: 0;
}
.alteia-legal-section__content main section {
  margin-top: max(2rem, min(5vw, 3.5rem));
}
.alteia-legal-section__content h2, .alteia-legal-section__content h3, .alteia-legal-section__content h4, .alteia-legal-section__content h5, .alteia-legal-section__content h6 {
  text-align: left;
}
.alteia-legal-section__content h2 {
  margin: max(2.5rem, min(5vw, 3.5rem)) 0 1.25rem;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #0a4f55;
  color: var(--alteia-legal-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}
.alteia-legal-section__content h2:first-child {
  margin-top: 0;
}
.alteia-legal-section__content h3 {
  margin: max(2rem, min(4vw, 2.75rem)) 0 1rem;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  color: #0a4f55;
  color: var(--alteia-legal-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}
.alteia-legal-section__content h4 {
  margin: max(1.5rem, min(3vw, 2rem)) 0 0.85rem;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #0a4f55;
  color: var(--alteia-legal-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}
.alteia-legal-section__content p {
  margin: 0 0 20px;
  padding: 0;
}
.alteia-legal-section__content {
  /* Inline body links only — not buttons / nav. */
}
.alteia-legal-section__content a:not(.wp-block-button__link):not(.alteia-cta-button) {
  color: #0a4f55;
  color: var(--alteia-legal-section-link-color, var(--wp--preset--color--primary, #0a4f55));
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #0a4f55;
  border-bottom: 1px solid var(--alteia-legal-section-link-color, var(--wp--preset--color--primary, #0a4f55));
  padding-bottom: 1px;
  transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
.alteia-legal-section__content a:not(.wp-block-button__link):not(.alteia-cta-button):hover, .alteia-legal-section__content a:not(.wp-block-button__link):not(.alteia-cta-button):focus-visible {
  color: #009bab;
  color: var(--alteia-interactive-hover-color, var(--wp--preset--color--primary-blue, #009bab));
  border-bottom-color: #009bab;
  border-bottom-color: var(--alteia-interactive-hover-color, var(--wp--preset--color--primary-blue, #009bab));
  outline: none;
}
.alteia-legal-section__content ul,
.alteia-legal-section__content ol {
  margin: 0 0 20px;
  padding-left: 1.35rem;
}
.alteia-legal-section__content ul {
  list-style: disc;
}
.alteia-legal-section__content ol {
  list-style: decimal;
}
.alteia-legal-section__content li {
  margin: 0 0 0.65rem;
  padding: 0;
  line-height: 1.55;
}
.alteia-legal-section__content li:last-child {
  margin-bottom: 0;
}
.alteia-legal-section__content li > ul,
.alteia-legal-section__content li > ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.alteia-legal-section__content strong {
  font-weight: 600;
}
.alteia-legal-section__content hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(5, 79, 85, 0.12);
}
@media (min-width: 992px){
  .alteia-legal-section__layout {
    grid-template-columns: minmax(var(--alteia-legal-sidebar-min-width), var(--alteia-legal-sidebar-width)) minmax(0, 1fr);
  }
  .alteia-legal-section__sidebar {
    display: block;
    align-self: stretch;
  }
  .alteia-legal-section__sidebar-inner {
    position: sticky;
    top: var(--alteia-legal-sticky-top);
    padding-left: max(1.25rem, min(2vw, 1.75rem));
    border-left: 1px solid #0a4f55;
    border-left: 1px solid var(--alteia-legal-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
    box-sizing: border-box;
  }
  .alteia-legal-section__related-mobile {
    display: none;
  }
  .alteia-legal-section__related-heading h3 {
    font-size: 22px;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 991px){
  .alteia-legal-section__intro-row {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
  }
  .alteia-legal-section__heading h2 {
    font-size: 32px;
  }
  .alteia-legal-section__subdescription {
    font-size: 16px;
  }
  .alteia-legal-section__banner {
    min-height: 280px;
    max-height: min(600px, 56.25vw);
  }
  .alteia-legal-section__content {
    font-size: 16px;
  }
  .alteia-legal-section__content h2 {
    font-size: 32px;
    margin-top: 2.25rem;
    margin-bottom: 1rem;
  }
  .alteia-legal-section__content h3 {
    font-size: 24px;
  }
  .alteia-legal-section__content h4 {
    font-size: 20px;
  }
  .alteia-legal-section__content p {
    margin-bottom: 16px;
  }
  .alteia-legal-section__content ul,
  .alteia-legal-section__content ol {
    margin-bottom: 16px;
    text-align: left;
  }
}

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