/**
 * Info Block — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
/* 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 */
/**
 * Info Block — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
.l-h1-v1 {
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1;
}

.l-h1-v2 {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:1199px) {
  .l-h1-v2 {
    font-size: 8.4375rem;
    font-weight: 700;
    line-height: 1;
  }
}
.l-h2-v1 {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v1 {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
.l-h2-v2 {
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v2 {
    font-size: 3.8125rem;
    font-weight: 500;
    line-height: 1;
  }
}
.l-h2-v3 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v3 {
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-h3 {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h4 {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-body-lg {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-body-sm {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.l-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
}

.l-eyebrow {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

.section--info-block {
  background: var(--dark-purple);
}
@media screen and (min-width:1199px) {
  .section--info-block {
    padding-top: 5.0625rem;
  }
}
@media screen and (max-width:1198px) {
  .section--info-block {
    padding-top: 4.1875rem;
    padding-bottom: 4.75rem;
  }
}
.section--info-block--light-band {
  background: #f9f9f9;
  padding: 5rem 0;
}
@media screen and (min-width:1199px) {
  .section--info-block--light-band {
    padding: 8.4375rem 0 7.25rem;
  }
}

.rsi.info-block {
  display: flex;
  flex-direction: column;
}
.rsi.info-block .info-block__header:has(+ .info-block__body) {
  margin-bottom: 1.9375rem;
}
@media screen and (min-width:1199px) {
  .rsi.info-block .info-block__header:has(+ .info-block__body) {
    margin-bottom: 1.6875rem;
  }
}
.rsi.info-block .info-block__heading {
  margin: 0;
  color: var(--white);
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  .rsi.info-block .info-block__heading {
    text-align: center;
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.rsi.info-block .info-block__body-copy {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white);
}
@media screen and (min-width:1199px) {
  .rsi.info-block .info-block__body-copy {
    max-width: 50.25rem;
    margin: 0 auto;
    text-align: center;
  }
}
.rsi.info-block .info-block__body-copy p {
  margin: 0 0 1.25rem;
}
.rsi.info-block .info-block__body-copy p:last-child {
  margin-bottom: 0;
}
.rsi.info-block .info-block__body-copy a {
  color: inherit;
  text-decoration: underline;
}
.rsi.info-block .info-block__body-copy a:hover, .rsi.info-block .info-block__body-copy a:focus-visible {
  text-decoration: none;
}

.section--info-block--light-band .rsi.info-block {
  gap: 2rem;
  width: 100%;
  max-width: 65.5rem;
  margin-inline: auto;
}
@media screen and (min-width:1199px) {
  .section--info-block--light-band .rsi.info-block {
    gap: 2.5625rem;
  }
}
.section--info-block--light-band .rsi.info-block .info-block__header:has(+ .info-block__body) {
  margin-bottom: 0;
}
.section--info-block--light-band .rsi.info-block .info-block__heading {
  color: var(--dark-purple);
  text-align: left;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}
.section--info-block--light-band .rsi.info-block .info-block__body-copy {
  max-width: none;
  margin: 0;
  text-align: left;
  color: #4c4c4c;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1rem;
}

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