/**
 * Solutions Overview — ships as style.css.
 *
 * Desktop (≥1199px): optional background image on the radial area; six cards in a flat-top hex orbit.
 * Mobile (≤1198px): block flow — header, logo, stacked cards.
 *
 * From theme root (rsi-rcm): `npm run dev` or `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
/* ===================================
   Brand Palette
=================================== */
:root {
  --black: #000000;
  --white: #ffffff;
  --dark-purple: #20104a;
  --purple: #4b25b0;
  --medium-purple: #350f9a;
  --light-purple: #975fe4;
  --grey-slate: #4a5565;
  --grey-dark: #1e2939;
  --grey-darker: #101828;
  --grey: #364153;
  --light-grey: #9b9b9b;
  --grey-lighter: #d1d5dc;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-30: rgba(255, 255, 255, 0.3);
  --black-10: rgba(0, 0, 0, 0.1);
  --primary-200: #dcdcde;
  --primary-dark: #1e2939;
  --primary-dark-100: #f0f0f1;
}

/* 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 */
.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--solutions-overview {
  background-color: var(--dark-purple);
}
@media screen and (min-width:1199px) {
  .section--solutions-overview {
    padding-top: 7rem;
  }
}
@media screen and (max-width:1198px) {
  .section--solutions-overview:has(+ section.section.section--info-block) {
    padding-bottom: 0;
  }
}

.rsi.solutions-overview header {
  text-align: center;
}
.rsi.solutions-overview header:has(+ .solutions-overview__radial) {
  margin-bottom: 3.75rem;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview header:has(+ .solutions-overview__radial) {
    margin-bottom: 10.75rem;
  }
}
.rsi.solutions-overview .solutions-overview__heading {
  margin-bottom: 0;
  text-align: center;
  color: var(--white);
  display: inline-block;
  width: 100%;
  background-color: transparent;
  margin-bottom: 2.625rem;
  position: relative;
  isolation: isolate;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__heading {
    font-size: 3.8125rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2.75rem;
  }
}
.rsi.solutions-overview .solutions-overview__heading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--purple);
  filter: blur(100px);
  transform: scaleY(1.5);
  z-index: -1;
  pointer-events: none;
}
.rsi.solutions-overview .solutions-overview__heading:has(> code) {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}
.rsi.solutions-overview .solutions-overview__heading--desktop {
  display: none;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__heading--desktop {
    display: inline-block;
  }
}
.rsi.solutions-overview .solutions-overview__heading--mobile {
  display: inline-block;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__heading--mobile {
    display: none;
  }
}
.rsi.solutions-overview .solutions-overview__heading code {
  display: inline-block;
  font-family: var(--primary-font);
  background: linear-gradient(135deg, #4B25B0 0%, #975FE4 100%);
  box-shadow: 0 5.625rem 8.625rem 0 color-mix(in srgb, var(--purple) 40%, transparent);
  padding: 1.1875rem 0.875rem;
  border-radius: 0.25rem;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.rsi.solutions-overview .solutions-overview__heading code:not(:last-of-type) {
  margin-bottom: 0.875rem;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__heading code {
    padding: 1.5rem 1.375rem 1.3125rem;
  }
}
.rsi.solutions-overview article {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview article {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.rsi.solutions-overview article p, .rsi.solutions-overview article a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white);
  text-align: left;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview article p, .rsi.solutions-overview article a {
    text-align: center;
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__radial {
    /* Radial line art: wp-content/themes/rsi-rcm/assets/images/radial-network.svg */
    background-image: url("../../assets/images/radial-network.svg");
    background-size: 43.75rem 44.5rem;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 43.75rem;
    height: 44.5rem;
    margin: 0 auto;
  }
}
.rsi.solutions-overview .solutions-overview__center {
  display: none;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__center {
    display: block;
    max-width: 10.6875rem;
    max-height: 4.3125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -67%);
    margin-top: -0.125rem;
  }
}
.rsi.solutions-overview .solutions-overview__cards {
  list-style: none;
}
.rsi.solutions-overview .solutions-overview__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.125rem;
  padding: 1.4375rem 1.4375rem 1.25rem;
  border-radius: 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card {
    max-width: 18.75rem;
    max-height: 13.75rem;
    position: absolute;
  }
}
.rsi.solutions-overview .solutions-overview__card article p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card article p {
    text-align: left;
  }
}
@media screen and (max-width:1198px) {
  .rsi.solutions-overview .solutions-overview__card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card:first-child {
    top: -14.6%;
    left: 50%;
    transform: translate(-48.6%, 0);
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card:nth-child(2) {
    top: 20%;
    left: -24.3%;
    transform: translate(0, -21%);
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card:nth-child(3) {
    top: 19.8%;
    right: -26%;
    transform: translate(0, -21%);
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card:nth-child(4) {
    top: 77.6%;
    left: -24.2%;
    transform: translate(0, -75%);
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card:nth-child(5) {
    top: 76%;
    right: -26%;
    transform: translate(0, -75%);
  }
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card:nth-child(6) {
    top: 111.2%;
    left: 50.3%;
    transform: translate(-50%, -100%);
  }
}
.rsi.solutions-overview .solutions-overview__card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rsi.solutions-overview .solutions-overview__card-header h3 {
  margin: 0;
  color: var(--white);
  text-wrap: balance;
  padding: 0.5625rem 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width:1199px) {
  .rsi.solutions-overview .solutions-overview__card-header h3 {
    margin-top: 0.0625rem;
  }
}
.rsi.solutions-overview .solutions-overview__card-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: var(--purple);
  box-shadow: 0px 2.5px 5px -2.5px rgba(0, 0, 0, 0.1), 0px 5px 7.5px -1.25px rgba(0, 0, 0, 0.1);
}
.rsi.solutions-overview .solutions-overview__card-icon img {
  width: 1.5rem;
  height: 1.5rem;
}

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