/**
 * Bento Grid Section — 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 */
/**
 * Bento Grid Section — 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.section.section--bento-grid {
  background-color: var(--dark-purple);
  padding: 5rem 0;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid {
    padding: 7.5rem 0;
  }
}
section.section.section--bento-grid .rsi.bento-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 65.5rem;
  margin-inline: auto;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .rsi.bento-grid {
    gap: 3.75rem;
  }
}
section.section.section--bento-grid .bento-grid__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__header {
    gap: 2.6875rem;
  }
}
section.section.section--bento-grid .bento-grid__heading {
  margin: 0;
  color: var(--white);
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__heading {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
section.section.section--bento-grid .bento-grid__heading code {
  display: inline-block;
  font-family: var(--primary-font);
  background: linear-gradient(92deg, #4b25b0 0.77%, #975fe4 99.5%);
  box-shadow: 0 4.125rem 3.125rem 0 color-mix(in srgb, var(--purple) 40%, transparent);
  padding: 1.125rem 0.9375rem;
  margin-left: 0.3125rem;
  border-radius: 0.25rem;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__heading code {
    min-height: 5.5rem;
    padding: 1.5rem 1.25rem 1.3125rem;
    border-radius: 0.34375rem;
    line-height: 1;
  }
}
section.section.section--bento-grid .bento-grid__intro {
  margin: 0;
  width: 100%;
  max-width: 44.5rem;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__intro {
    font-size: 1.5625rem;
  }
}
section.section.section--bento-grid .bento-grid__cards {
  display: grid;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__cards {
    gap: 2.5rem;
  }
}
section.section.section--bento-grid .bento-grid__cards--count-1 {
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__cards--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__cards--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.section.section--bento-grid .bento-grid__cards--count-3 .bento-grid__card--1 {
    grid-column: 1/-1;
  }
}
section.section.section--bento-grid .bento-grid__card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem 1.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width:1199px) {
  section.section.section--bento-grid .bento-grid__card {
    padding: 2.875rem 2.9375rem 2.25rem;
  }
}
section.section.section--bento-grid .bento-grid__card-title {
  margin: 0;
  color: var(--white);
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}
section.section.section--bento-grid .bento-grid__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.section.section--bento-grid .bento-grid__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: var(--white);
}
section.section.section--bento-grid .bento-grid__item-icon-wrap {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--light-purple);
  margin-top: -0.0625rem;
}
section.section.section--bento-grid .bento-grid__item-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
section.section.section--bento-grid .bento-grid__item-label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  font-weight: 400;
  line-height: 1.4;
}

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