/**
 * Salesforce Web-to-Lead — 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 */
/**
 * Salesforce Web-to-Lead — 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;
}

/* ===================================
   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;
  --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;
}

section.section--salesforce-form {
  background: var(--dark-purple);
  padding: 5rem 0;
}
@media screen and (min-width:1199px) {
  section.section--salesforce-form {
    padding: 5.625rem 0 10.25rem;
  }
}

.rsi.salesforce-form {
  max-width: 50rem;
  margin: 0 auto;
}
.rsi.salesforce-form h2 {
  text-align: center;
  color: var(--white);
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  .rsi.salesforce-form h2 {
    font-size: 3.8125rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4rem;
  }
}
.rsi.salesforce-form h2 code {
  display: inline-block;
  font-family: inherit;
  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;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
@media screen and (min-width:1199px) {
  .rsi.salesforce-form h2 code {
    padding: 1.5rem 1.25rem 1.25rem;
    margin-top: -0.3125rem;
  }
}
.rsi.salesforce-form h2 code::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--purple);
  filter: blur(100px);
  transform: scaleY(0.8);
  z-index: -1;
  pointer-events: none;
}
.rsi.salesforce-form .salesforce-form__wrapper {
  background: var(--white);
  border-radius: 1rem;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:720px) {
  .rsi.salesforce-form .salesforce-form__wrapper {
    padding: 2.5rem;
  }
}
@media screen and (min-width:1199px) {
  .rsi.salesforce-form .salesforce-form__wrapper {
    padding: 4.6875rem 4.5rem 4.4375rem;
    border-radius: 1.5rem;
  }
}
.rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__form-area {
  margin-top: 1.5rem;
}
@media screen and (min-width:1199px) {
  .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__form-area {
    margin-top: 2.5rem;
  }
}
.rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.2;
  color: var(--grey);
}
.rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description:has(+ form), .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description:has(+ .salesforce-form__submit-error), .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description:has(+ .salesforce-form__form-area) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width:1199px) {
  .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description:has(+ form), .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description:has(+ .salesforce-form__submit-error), .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__description:has(+ .salesforce-form__form-area) {
    margin-bottom: 2.5rem;
  }
}
.rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__submit-error {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #b42318;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: #fef3f2;
  border: 1px solid #fecdca;
  border-radius: 0.5rem;
}
.rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__thankyou {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey);
  margin-bottom: 1.5rem;
}
@media screen and (min-width:1199px) {
  .rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__thankyou {
    margin-bottom: 2.5rem;
  }
}
.rsi.salesforce-form .salesforce-form__wrapper .salesforce-form__thankyou-inner {
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--dark-purple, #20104a);
  text-align: center;
}

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