/**
 * Team List — 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 */
/**
 * Team List — 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--team-list {
  background-color: var(--dark-purple);
  padding: 5.4375rem 0 5rem;
}
@media screen and (min-width:1199px) {
  section.section.section--team-list {
    padding: 7.5rem 0;
  }
}
section.section.section--team-list .rsi.team-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 65.5rem;
  margin-inline: auto;
}
@media screen and (min-width:1199px) {
  section.section.section--team-list .rsi.team-list {
    gap: 3.875rem;
  }
}
section.section.section--team-list .team-list__header {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
section.section.section--team-list .l-title {
  gap: 0.625rem 1.5rem;
}
section.section.section--team-list .l-title code {
  margin-left: 0;
}
section.section.section--team-list .team-list__members {
  display: flex;
  flex-direction: column;
  gap: 4.75rem;
  width: 100%;
}
@media screen and (min-width:1199px) {
  section.section.section--team-list .team-list__members {
    gap: 2.375rem;
  }
}
section.section.section--team-list .team-list__member {
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
  width: 100%;
  filter: drop-shadow(0 0.5rem 0.3125rem rgba(0, 0, 0, 0.1));
}
@media screen and (min-width:720px) {
  section.section.section--team-list .team-list__member {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media screen and (min-width:1199px) {
  section.section.section--team-list .team-list__member {
    align-items: center;
    gap: 4rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  section.section.section--team-list .team-list__member--image-right {
    flex-direction: row-reverse;
  }
}
section.section.section--team-list .team-list__photo {
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  max-width: 23.4375rem;
}
section.section.section--team-list .team-list__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (min-width:1199px) {
  section.section.section--team-list .team-list__photo-img {
    width: 15.875rem;
    height: 16rem;
  }
}
section.section.section--team-list .team-list__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1.4375rem;
  min-width: 0;
}
@media screen and (min-width:720px) {
  section.section.section--team-list .team-list__copy {
    padding-top: 0.75rem;
  }
}
section.section.section--team-list .team-list__identity {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
section.section.section--team-list .team-list__name {
  margin: 0;
  color: var(--white);
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}
section.section.section--team-list .team-list__title {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
section.section.section--team-list .team-list__bio {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
section.section.section--team-list .team-list__bio p {
  margin: 0 0 1rem;
}
section.section.section--team-list .team-list__bio p:last-child {
  margin-bottom: 0;
}
section.section.section--team-list .team-list__bio a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
section.section.section--team-list .team-list__bio a:hover, section.section.section--team-list .team-list__bio a:focus-visible {
  color: var(--light-purple);
}

.l-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 1rem 1.5rem;
  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) {
  .l-title {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
.l-title code, .l-title span {
  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) {
  .l-title code, .l-title span {
    min-height: 5.5rem;
    padding: 1.5rem 1.25rem 1.3125rem;
    border-radius: 0.34375rem;
    line-height: 1;
  }
}

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