/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.section-case-heading {
  position: relative; }
  @media (max-width: 980px) {
    .section-case-heading {
      padding-top: 150px;
      margin-bottom: 90px; } }
  .section-case-heading .container .content {
    max-width: 700px;
    padding: 1.5em;
    position: relative;
    z-index: 1; }
    @media (max-width: 980px) {
      .section-case-heading .container .content {
        top: 90px; } }
    @media (min-width: 981px) {
      .section-case-heading .container .content {
        padding: 90px; } }
    .section-case-heading .container .content .breadcrumb {
      font-size: 16px; }
      @media (min-width: 981px) {
        .section-case-heading .container .content .breadcrumb {
          font-size: 18px; } }
      .section-case-heading .container .content .breadcrumb a {
        color: var(--white); }
  .section-case-heading .bg-image {
    background-size: cover;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 350px;
    width: 100%; }
    @media (min-width: 981px) {
      .section-case-heading .bg-image {
        width: 50%;
        height: 100%; } }
  @media (min-width: 981px) {
    .section-case-heading {
      overflow: hidden;
      padding-top: 90px; }
      .section-case-heading:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 500px;
        height: 90px;
        background-color: var(--white); } }

.section-case-heading[class*="darkgray-white-section"] .content {
  background-color: #2A252D;
  color: #ffffff; }
  .section-case-heading[class*="darkgray-white-section"] .content h1, .section-case-heading[class*="darkgray-white-section"] .content h2, .section-case-heading[class*="darkgray-white-section"] .content h3, .section-case-heading[class*="darkgray-white-section"] .content h4, .section-case-heading[class*="darkgray-white-section"] .content h5, .section-case-heading[class*="darkgray-white-section"] .content .h1, .section-case-heading[class*="darkgray-white-section"] .content .h2, .section-case-heading[class*="darkgray-white-section"] .content .h3, .section-case-heading[class*="darkgray-white-section"] .content .h4, .section-case-heading[class*="darkgray-white-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="darkgray-white-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="darkgray-white-section"]:before {
  content: '';
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="darkgray-white-section"]:before {
      background: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%); } }

.section-case-heading[class*="white-darkgray-section"] .content {
  background-color: #ffffff;
  color: #2A252D; }

.section-case-heading[class*="white-darkgray-section"]:before {
  content: '';
  background: linear-gradient(0deg, #2a252d 0%, #2a252d 50%, rgba(42, 37, 45, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="white-darkgray-section"]:before {
      background: linear-gradient(90deg, #2a252d 0%, #2a252d 50%, rgba(42, 37, 45, 0) 80%); } }

.section-case-heading[class*="white-red-section"] .content {
  background-color: #ffffff;
  color: #2A252D; }

.section-case-heading[class*="white-red-section"]:before {
  content: '';
  background: linear-gradient(0deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="white-red-section"]:before {
      background: linear-gradient(90deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%); } }

.section-case-heading[class*="red-white-section"] .content {
  background-color: #FF0500;
  color: #ffffff; }
  .section-case-heading[class*="red-white-section"] .content h1, .section-case-heading[class*="red-white-section"] .content h2, .section-case-heading[class*="red-white-section"] .content h3, .section-case-heading[class*="red-white-section"] .content h4, .section-case-heading[class*="red-white-section"] .content h5, .section-case-heading[class*="red-white-section"] .content .h1, .section-case-heading[class*="red-white-section"] .content .h2, .section-case-heading[class*="red-white-section"] .content .h3, .section-case-heading[class*="red-white-section"] .content .h4, .section-case-heading[class*="red-white-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="red-white-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="red-white-section"]:before {
  content: '';
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="red-white-section"]:before {
      background: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%); } }

.section-case-heading[class*="white-lightgray-section"] .content {
  background-color: #ffffff;
  color: #2A252D; }

.section-case-heading[class*="white-lightgray-section"]:before {
  content: '';
  background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="white-lightgray-section"]:before {
      background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 80%); } }

.section-case-heading[class*="lightgray-white-section"] .content {
  background-color: #F7F7F7;
  color: #2A252D; }

.section-case-heading[class*="lightgray-white-section"]:before {
  content: '';
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="lightgray-white-section"]:before {
      background: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%); } }

.section-case-heading[class*="red-lightgray-section"] .content {
  background-color: #FF0500;
  color: #ffffff; }
  .section-case-heading[class*="red-lightgray-section"] .content h1, .section-case-heading[class*="red-lightgray-section"] .content h2, .section-case-heading[class*="red-lightgray-section"] .content h3, .section-case-heading[class*="red-lightgray-section"] .content h4, .section-case-heading[class*="red-lightgray-section"] .content h5, .section-case-heading[class*="red-lightgray-section"] .content .h1, .section-case-heading[class*="red-lightgray-section"] .content .h2, .section-case-heading[class*="red-lightgray-section"] .content .h3, .section-case-heading[class*="red-lightgray-section"] .content .h4, .section-case-heading[class*="red-lightgray-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="red-lightgray-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="red-lightgray-section"]:before {
  content: '';
  background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="red-lightgray-section"]:before {
      background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 80%); } }

.section-case-heading[class*="lightgray-red-section"] .content {
  background-color: #F7F7F7;
  color: #2A252D; }

.section-case-heading[class*="lightgray-red-section"]:before {
  content: '';
  background: linear-gradient(0deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="lightgray-red-section"]:before {
      background: linear-gradient(90deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%); } }

.section-case-heading[class*="red-darkgray-section"] .content {
  background-color: #FF0500;
  color: #ffffff; }
  .section-case-heading[class*="red-darkgray-section"] .content h1, .section-case-heading[class*="red-darkgray-section"] .content h2, .section-case-heading[class*="red-darkgray-section"] .content h3, .section-case-heading[class*="red-darkgray-section"] .content h4, .section-case-heading[class*="red-darkgray-section"] .content h5, .section-case-heading[class*="red-darkgray-section"] .content .h1, .section-case-heading[class*="red-darkgray-section"] .content .h2, .section-case-heading[class*="red-darkgray-section"] .content .h3, .section-case-heading[class*="red-darkgray-section"] .content .h4, .section-case-heading[class*="red-darkgray-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="red-darkgray-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="red-darkgray-section"]:before {
  content: '';
  background: linear-gradient(0deg, #2a252d 0%, #2a252d 50%, rgba(42, 37, 45, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="red-darkgray-section"]:before {
      background: linear-gradient(90deg, #2a252d 0%, #2a252d 50%, rgba(42, 37, 45, 0) 80%); } }

.section-case-heading[class*="darkgray-red-section"] .content {
  background-color: #2A252D;
  color: #ffffff; }
  .section-case-heading[class*="darkgray-red-section"] .content h1, .section-case-heading[class*="darkgray-red-section"] .content h2, .section-case-heading[class*="darkgray-red-section"] .content h3, .section-case-heading[class*="darkgray-red-section"] .content h4, .section-case-heading[class*="darkgray-red-section"] .content h5, .section-case-heading[class*="darkgray-red-section"] .content .h1, .section-case-heading[class*="darkgray-red-section"] .content .h2, .section-case-heading[class*="darkgray-red-section"] .content .h3, .section-case-heading[class*="darkgray-red-section"] .content .h4, .section-case-heading[class*="darkgray-red-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="darkgray-red-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="darkgray-red-section"]:before {
  content: '';
  background: linear-gradient(0deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="darkgray-red-section"]:before {
      background: linear-gradient(90deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%); } }

.section-case-heading[class*="darkgray-red-section"] .content {
  background-color: #2A252D;
  color: #ffffff; }
  .section-case-heading[class*="darkgray-red-section"] .content h1, .section-case-heading[class*="darkgray-red-section"] .content h2, .section-case-heading[class*="darkgray-red-section"] .content h3, .section-case-heading[class*="darkgray-red-section"] .content h4, .section-case-heading[class*="darkgray-red-section"] .content h5, .section-case-heading[class*="darkgray-red-section"] .content .h1, .section-case-heading[class*="darkgray-red-section"] .content .h2, .section-case-heading[class*="darkgray-red-section"] .content .h3, .section-case-heading[class*="darkgray-red-section"] .content .h4, .section-case-heading[class*="darkgray-red-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="darkgray-red-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="darkgray-red-section"]:before {
  content: '';
  background: linear-gradient(0deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="darkgray-red-section"]:before {
      background: linear-gradient(90deg, #ff0500 0%, #ff0500 50%, rgba(255, 5, 0, 0) 80%); } }

.section-case-heading[class*="magenta-darkblue-section"] .content {
  background-color: #FA0F64;
  color: #ffffff; }
  .section-case-heading[class*="magenta-darkblue-section"] .content h1, .section-case-heading[class*="magenta-darkblue-section"] .content h2, .section-case-heading[class*="magenta-darkblue-section"] .content h3, .section-case-heading[class*="magenta-darkblue-section"] .content h4, .section-case-heading[class*="magenta-darkblue-section"] .content h5, .section-case-heading[class*="magenta-darkblue-section"] .content .h1, .section-case-heading[class*="magenta-darkblue-section"] .content .h2, .section-case-heading[class*="magenta-darkblue-section"] .content .h3, .section-case-heading[class*="magenta-darkblue-section"] .content .h4, .section-case-heading[class*="magenta-darkblue-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="magenta-darkblue-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="magenta-darkblue-section"]:before {
  content: '';
  background: linear-gradient(0deg, #002896 0%, #002896 50%, rgba(0, 40, 150, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="magenta-darkblue-section"]:before {
      background: linear-gradient(90deg, #002896 0%, #002896 50%, rgba(0, 40, 150, 0) 80%); } }

.section-case-heading[class*="darkblue-magenta-section"] .content {
  background-color: #002896;
  color: #ffffff; }
  .section-case-heading[class*="darkblue-magenta-section"] .content h1, .section-case-heading[class*="darkblue-magenta-section"] .content h2, .section-case-heading[class*="darkblue-magenta-section"] .content h3, .section-case-heading[class*="darkblue-magenta-section"] .content h4, .section-case-heading[class*="darkblue-magenta-section"] .content h5, .section-case-heading[class*="darkblue-magenta-section"] .content .h1, .section-case-heading[class*="darkblue-magenta-section"] .content .h2, .section-case-heading[class*="darkblue-magenta-section"] .content .h3, .section-case-heading[class*="darkblue-magenta-section"] .content .h4, .section-case-heading[class*="darkblue-magenta-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="darkblue-magenta-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="darkblue-magenta-section"]:before {
  content: '';
  background: linear-gradient(0deg, #fa0f64 0%, #fa0f64 50%, rgba(250, 15, 100, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="darkblue-magenta-section"]:before {
      background: linear-gradient(90deg, #fa0f64 0%, #fa0f64 50%, rgba(250, 15, 100, 0) 80%); } }

.section-case-heading[class*="lightblue-purple-section"] .content {
  background-color: #00BEFF;
  color: #2A252D; }

.section-case-heading[class*="lightblue-purple-section"]:before {
  content: '';
  background: linear-gradient(0deg, #50008c 0%, #50008c 50%, rgba(80, 0, 140, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="lightblue-purple-section"]:before {
      background: linear-gradient(90deg, #50008c 0%, #50008c 50%, rgba(80, 0, 140, 0) 80%); } }

.section-case-heading[class*="purple-lightblue-section"] .content {
  background-color: #50008C;
  color: #ffffff; }
  .section-case-heading[class*="purple-lightblue-section"] .content h1, .section-case-heading[class*="purple-lightblue-section"] .content h2, .section-case-heading[class*="purple-lightblue-section"] .content h3, .section-case-heading[class*="purple-lightblue-section"] .content h4, .section-case-heading[class*="purple-lightblue-section"] .content h5, .section-case-heading[class*="purple-lightblue-section"] .content .h1, .section-case-heading[class*="purple-lightblue-section"] .content .h2, .section-case-heading[class*="purple-lightblue-section"] .content .h3, .section-case-heading[class*="purple-lightblue-section"] .content .h4, .section-case-heading[class*="purple-lightblue-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="purple-lightblue-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="purple-lightblue-section"]:before {
  content: '';
  background: linear-gradient(0deg, #00beff 0%, #00beff 50%, rgba(0, 190, 255, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="purple-lightblue-section"]:before {
      background: linear-gradient(90deg, #00beff 0%, #00beff 50%, rgba(0, 190, 255, 0) 80%); } }

.section-case-heading[class*="yellow-magenta-section"] .content {
  background-color: #FFC800;
  color: #2A252D; }

.section-case-heading[class*="yellow-magenta-section"]:before {
  content: '';
  background: linear-gradient(0deg, #fa0f64 0%, #fa0f64 50%, rgba(250, 15, 100, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="yellow-magenta-section"]:before {
      background: linear-gradient(90deg, #fa0f64 0%, #fa0f64 50%, rgba(250, 15, 100, 0) 80%); } }

.section-case-heading[class*="magenta-yellow-section"] .content {
  background-color: #FA0F64;
  color: #ffffff; }
  .section-case-heading[class*="magenta-yellow-section"] .content h1, .section-case-heading[class*="magenta-yellow-section"] .content h2, .section-case-heading[class*="magenta-yellow-section"] .content h3, .section-case-heading[class*="magenta-yellow-section"] .content h4, .section-case-heading[class*="magenta-yellow-section"] .content h5, .section-case-heading[class*="magenta-yellow-section"] .content .h1, .section-case-heading[class*="magenta-yellow-section"] .content .h2, .section-case-heading[class*="magenta-yellow-section"] .content .h3, .section-case-heading[class*="magenta-yellow-section"] .content .h4, .section-case-heading[class*="magenta-yellow-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="magenta-yellow-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="magenta-yellow-section"]:before {
  content: '';
  background: linear-gradient(0deg, #ffc800 0%, #ffc800 50%, rgba(255, 200, 0, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="magenta-yellow-section"]:before {
      background: linear-gradient(90deg, #ffc800 0%, #ffc800 50%, rgba(255, 200, 0, 0) 80%); } }

.section-case-heading[class*="green-purple-section"] .content {
  background-color: #00C878;
  color: #2A252D; }

.section-case-heading[class*="green-purple-section"]:before {
  content: '';
  background: linear-gradient(0deg, #50008c 0%, #50008c 50%, rgba(80, 0, 140, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="green-purple-section"]:before {
      background: linear-gradient(90deg, #50008c 0%, #50008c 50%, rgba(80, 0, 140, 0) 80%); } }

.section-case-heading[class*="purple-green-section"] .content {
  background-color: #50008C;
  color: #ffffff; }
  .section-case-heading[class*="purple-green-section"] .content h1, .section-case-heading[class*="purple-green-section"] .content h2, .section-case-heading[class*="purple-green-section"] .content h3, .section-case-heading[class*="purple-green-section"] .content h4, .section-case-heading[class*="purple-green-section"] .content h5, .section-case-heading[class*="purple-green-section"] .content .h1, .section-case-heading[class*="purple-green-section"] .content .h2, .section-case-heading[class*="purple-green-section"] .content .h3, .section-case-heading[class*="purple-green-section"] .content .h4, .section-case-heading[class*="purple-green-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="purple-green-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="purple-green-section"]:before {
  content: '';
  background: linear-gradient(0deg, #00c878 0%, #00c878 50%, rgba(0, 200, 120, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="purple-green-section"]:before {
      background: linear-gradient(90deg, #00c878 0%, #00c878 50%, rgba(0, 200, 120, 0) 80%); } }

.section-case-heading[class*="darkgray-black-section"] .content {
  background-color: #2A252D;
  color: #ffffff; }
  .section-case-heading[class*="darkgray-black-section"] .content h1, .section-case-heading[class*="darkgray-black-section"] .content h2, .section-case-heading[class*="darkgray-black-section"] .content h3, .section-case-heading[class*="darkgray-black-section"] .content h4, .section-case-heading[class*="darkgray-black-section"] .content h5, .section-case-heading[class*="darkgray-black-section"] .content .h1, .section-case-heading[class*="darkgray-black-section"] .content .h2, .section-case-heading[class*="darkgray-black-section"] .content .h3, .section-case-heading[class*="darkgray-black-section"] .content .h4, .section-case-heading[class*="darkgray-black-section"] .content .h5 {
    color: #ffffff; }
  .section-case-heading[class*="darkgray-black-section"] .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-case-heading[class*="darkgray-black-section"]:before {
  content: '';
  background: linear-gradient(0deg, #111111 0%, #111111 50%, rgba(17, 17, 17, 0) 80%);
  position: absolute;
  inset: 0; }
  @media (min-width: 981px) {
    .section-case-heading[class*="darkgray-black-section"]:before {
      background: linear-gradient(90deg, #111111 0%, #111111 50%, rgba(17, 17, 17, 0) 80%); } }

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