/**
 * Page block: Text image — compiled to style.css (npm run watch / compile:blocks).
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
section.section--text-image {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f8e6d1;
  color: #150D50;
}
@media screen and (min-width:991px) {
  section.section--text-image {
    padding-top: 13rem;
    padding-bottom: 8rem;
  }
}
section.section--text-image .cws.text-image .text-image__layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image .text-image__layout {
    gap: 8rem;
    flex-direction: row;
  }
}
section.section--text-image .cws.text-image figure.aspect-box {
  --aspect-ratio: calc(576 / 432);
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #150D50;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image figure.aspect-box {
    flex: 0 0 27rem;
  }
}
section.section--text-image .cws.text-image figure.aspect-box img {
  border-radius: 1.5rem;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image article {
    flex: 1 1 48rem;
  }
}
section.section--text-image .cws.text-image article h2 {
  margin: 0 0 2rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2.5rem;
  font-weight: 450;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image article h2 {
    font-size: 3.5rem;
  }
}
section.section--text-image .cws.text-image article h2 {
  letter-spacing: normal;
  line-height: 1.14286;
}
section.section--text-image .cws.text-image article h4 {
  font-size: 1.75rem;
  font-weight: 450;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image article h4 {
    font-size: 2.5rem;
  }
}
section.section--text-image .cws.text-image article h4 {
  line-height: 1.14286;
  margin-bottom: 0.5rem;
}
section.section--text-image .cws.text-image article p {
  margin: 0 0 2rem;
  max-width: 47.5rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image article p {
    font-size: 1.5rem;
  }
}
section.section--text-image .cws.text-image article p {
  letter-spacing: normal;
  line-height: 1.33;
}
@media screen and (min-width:991px) {
  section.section--text-image .cws.text-image.text-image__inverse .text-image__layout {
    flex-direction: row-reverse;
  }
  section.section--text-image .cws.text-image.text-image__inverse .text-image__layout article {
    padding-top: 1.875rem;
  }
}
section.section--text-image.bg--blue {
  background-color: #2626FF;
  color: #fff;
}
section.section--text-image.bg--blue .text-image__layout article a.l-btn {
  border-color: #fff;
  color: #fff;
}
section.section--text-image.bg--blue .text-image__layout article:hover a.l-btn {
  background-color: #fff;
  color: #2626FF;
}
section.section--text-image.bg--blue .text-image__layout .cws-wysiwyg ul li::before, section.section--text-image.bg--blue .text-image__layout .cws-wysiwyg ul li::marker, section.section--text-image.bg--blue .text-image__layout .cws-wysiwyg ol li::before, section.section--text-image.bg--blue .text-image__layout .cws-wysiwyg ol li::marker {
  background-color: #fff;
  color: #fff;
}
section.section--text-image.has-gradient {
  padding-top: 6rem;
  padding-bottom: 0;
}
@media screen and (min-width:991px) {
  section.section--text-image.has-gradient {
    padding-top: 8rem;
  }
}
section.section--text-image.has-gradient .text-image__gradient-overlay {
  display: block;
  position: relative;
  z-index: 9;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/491;
  pointer-events: none;
  transform: translateY(32%);
  margin-top: -7%;
}
section.section--text-image.has-gradient .text-image__gradient-overlay svg {
  width: 100%;
  height: 100%;
}

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