/**
 * 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-content-image {
  position: relative;
  overflow: hidden; }
  @media (max-width: 980px) {
    .section-content-image {
      padding: 0; } }
  .section-content-image .container {
    display: grid;
    grid-template-columns: 1fr; }
    @media (max-width: 980px) {
      .section-content-image .container {
        width: 100%; } }
    @media (min-width: 981px) {
      .section-content-image .container {
        gap: 180px;
        grid-template-columns: repeat(2, 1fr); } }
  .section-content-image .content {
    padding: 90px 0; }
    @media (max-width: 980px) {
      .section-content-image .content {
        padding: 45px 5%; }
        .section-content-image .content .link {
          flex-basis: 100%; } }
    .section-content-image .content .usp-content p {
      margin-bottom: 0.5rem; }
    .section-content-image .content .usp-text {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem; }
      .section-content-image .content .usp-text .icon {
        height: 60px;
        width: 60px; }
        .section-content-image .content .usp-text .icon img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    .section-content-image .content ul {
      list-style: none;
      padding-left: 0; }
      .section-content-image .content ul li:before {
        content: '\e900';
        font-family: Icomoon;
        padding-right: .5em; }
    .section-content-image .content.white-content {
      color: var(--white) !important; }
      .section-content-image .content.white-content h2 {
        color: var(--white); }
  .section-content-image .image {
    position: relative;
    overflow: hidden;
    padding-top: 120%; }
    @media (min-width: 768px) {
      .section-content-image .image {
        padding-top: 80%; } }
    @media (min-width: 981px) {
      .section-content-image .image {
        padding-top: 0;
        margin: 0;
        order: 2;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%; } }
    .section-content-image .image > img {
      position: absolute;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      inset: 0;
      -o-object-position: 0 0;
         object-position: 0 0; }
    .section-content-image .image .logo {
      position: absolute;
      z-index: 3;
      top: 2em;
      left: 2em; }
      .section-content-image .image .logo img {
        max-height: 100px;
        width: auto; }
      @media (min-width: 981px) {
        .section-content-image .image .logo.top-right {
          left: auto;
          right: 2em; }
        .section-content-image .image .logo.bottom-left {
          top: auto;
          bottom: 2em;
          left: 2em; }
        .section-content-image .image .logo.bottom-right {
          top: auto;
          left: auto;
          bottom: 2em;
          right: 2em; } }
  @media (max-width: 980px) {
    .section-content-image.image-first .image {
      order: 1; } }
  @media (min-width: 981px) {
    .section-content-image.image-first .image {
      left: 0;
      right: auto; } }
  @media (max-width: 980px) {
    .section-content-image.image-first .content {
      order: 2; } }
  @media (min-width: 981px) {
    .section-content-image.image-first .content {
      grid-area: 1 / 2; } }
  @media (max-width: 980px) {
    .section-content-image .client-slider {
      padding: 45px 0; } }
  @media (min-width: 981px) {
    .section-content-image .client-slider {
      margin-top: 90px; } }
  .section-content-image .client-slider .client-wrapper {
    background-color: var(--gray) !important; }

.section-content-image[class*="darkgray-white-section"] {
  background-color: #2A252D; }
  .section-content-image[class*="darkgray-white-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="darkgray-white-section"] .content h1, .section-content-image[class*="darkgray-white-section"] .content h2, .section-content-image[class*="darkgray-white-section"] .content h3, .section-content-image[class*="darkgray-white-section"] .content h4, .section-content-image[class*="darkgray-white-section"] .content h5, .section-content-image[class*="darkgray-white-section"] .content .h1, .section-content-image[class*="darkgray-white-section"] .content .h2, .section-content-image[class*="darkgray-white-section"] .content .h3, .section-content-image[class*="darkgray-white-section"] .content .h4, .section-content-image[class*="darkgray-white-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="darkgray-white-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="darkgray-white-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #2A252D 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #2A252D 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #2A252D 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="white-darkgray-section"] {
  background-color: #ffffff; }
  .section-content-image[class*="white-darkgray-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="white-darkgray-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #ffffff 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #ffffff 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #ffffff 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="white-red-section"] {
  background-color: #ffffff; }
  .section-content-image[class*="white-red-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="white-red-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #ffffff 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #ffffff 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #ffffff 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="red-white-section"] {
  background-color: #FF0500; }
  .section-content-image[class*="red-white-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="red-white-section"] .content h1, .section-content-image[class*="red-white-section"] .content h2, .section-content-image[class*="red-white-section"] .content h3, .section-content-image[class*="red-white-section"] .content h4, .section-content-image[class*="red-white-section"] .content h5, .section-content-image[class*="red-white-section"] .content .h1, .section-content-image[class*="red-white-section"] .content .h2, .section-content-image[class*="red-white-section"] .content .h3, .section-content-image[class*="red-white-section"] .content .h4, .section-content-image[class*="red-white-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="red-white-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="red-white-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #FF0500 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #FF0500 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #FF0500 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="white-lightgray-section"] {
  background-color: #ffffff; }
  .section-content-image[class*="white-lightgray-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="white-lightgray-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #ffffff 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #ffffff 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #ffffff 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="lightgray-white-section"] {
  background-color: #F7F7F7; }
  .section-content-image[class*="lightgray-white-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="lightgray-white-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #F7F7F7 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #F7F7F7 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #F7F7F7 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="red-lightgray-section"] {
  background-color: #FF0500; }
  .section-content-image[class*="red-lightgray-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="red-lightgray-section"] .content h1, .section-content-image[class*="red-lightgray-section"] .content h2, .section-content-image[class*="red-lightgray-section"] .content h3, .section-content-image[class*="red-lightgray-section"] .content h4, .section-content-image[class*="red-lightgray-section"] .content h5, .section-content-image[class*="red-lightgray-section"] .content .h1, .section-content-image[class*="red-lightgray-section"] .content .h2, .section-content-image[class*="red-lightgray-section"] .content .h3, .section-content-image[class*="red-lightgray-section"] .content .h4, .section-content-image[class*="red-lightgray-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="red-lightgray-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="red-lightgray-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #FF0500 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #FF0500 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #FF0500 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="lightgray-red-section"] {
  background-color: #F7F7F7; }
  .section-content-image[class*="lightgray-red-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="lightgray-red-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #F7F7F7 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #F7F7F7 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #F7F7F7 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="red-darkgray-section"] {
  background-color: #FF0500; }
  .section-content-image[class*="red-darkgray-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="red-darkgray-section"] .content h1, .section-content-image[class*="red-darkgray-section"] .content h2, .section-content-image[class*="red-darkgray-section"] .content h3, .section-content-image[class*="red-darkgray-section"] .content h4, .section-content-image[class*="red-darkgray-section"] .content h5, .section-content-image[class*="red-darkgray-section"] .content .h1, .section-content-image[class*="red-darkgray-section"] .content .h2, .section-content-image[class*="red-darkgray-section"] .content .h3, .section-content-image[class*="red-darkgray-section"] .content .h4, .section-content-image[class*="red-darkgray-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="red-darkgray-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="red-darkgray-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #FF0500 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #FF0500 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #FF0500 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="darkgray-red-section"] {
  background-color: #2A252D; }
  .section-content-image[class*="darkgray-red-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="darkgray-red-section"] .content h1, .section-content-image[class*="darkgray-red-section"] .content h2, .section-content-image[class*="darkgray-red-section"] .content h3, .section-content-image[class*="darkgray-red-section"] .content h4, .section-content-image[class*="darkgray-red-section"] .content h5, .section-content-image[class*="darkgray-red-section"] .content .h1, .section-content-image[class*="darkgray-red-section"] .content .h2, .section-content-image[class*="darkgray-red-section"] .content .h3, .section-content-image[class*="darkgray-red-section"] .content .h4, .section-content-image[class*="darkgray-red-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="darkgray-red-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="darkgray-red-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #2A252D 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #2A252D 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #2A252D 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="darkgray-red-section"] {
  background-color: #2A252D; }
  .section-content-image[class*="darkgray-red-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="darkgray-red-section"] .content h1, .section-content-image[class*="darkgray-red-section"] .content h2, .section-content-image[class*="darkgray-red-section"] .content h3, .section-content-image[class*="darkgray-red-section"] .content h4, .section-content-image[class*="darkgray-red-section"] .content h5, .section-content-image[class*="darkgray-red-section"] .content .h1, .section-content-image[class*="darkgray-red-section"] .content .h2, .section-content-image[class*="darkgray-red-section"] .content .h3, .section-content-image[class*="darkgray-red-section"] .content .h4, .section-content-image[class*="darkgray-red-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="darkgray-red-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="darkgray-red-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #2A252D 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #2A252D 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #2A252D 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="magenta-darkblue-section"] {
  background-color: #FA0F64; }
  .section-content-image[class*="magenta-darkblue-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="magenta-darkblue-section"] .content h1, .section-content-image[class*="magenta-darkblue-section"] .content h2, .section-content-image[class*="magenta-darkblue-section"] .content h3, .section-content-image[class*="magenta-darkblue-section"] .content h4, .section-content-image[class*="magenta-darkblue-section"] .content h5, .section-content-image[class*="magenta-darkblue-section"] .content .h1, .section-content-image[class*="magenta-darkblue-section"] .content .h2, .section-content-image[class*="magenta-darkblue-section"] .content .h3, .section-content-image[class*="magenta-darkblue-section"] .content .h4, .section-content-image[class*="magenta-darkblue-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="magenta-darkblue-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="magenta-darkblue-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #FA0F64 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #FA0F64 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #FA0F64 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="darkblue-magenta-section"] {
  background-color: #002896; }
  .section-content-image[class*="darkblue-magenta-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="darkblue-magenta-section"] .content h1, .section-content-image[class*="darkblue-magenta-section"] .content h2, .section-content-image[class*="darkblue-magenta-section"] .content h3, .section-content-image[class*="darkblue-magenta-section"] .content h4, .section-content-image[class*="darkblue-magenta-section"] .content h5, .section-content-image[class*="darkblue-magenta-section"] .content .h1, .section-content-image[class*="darkblue-magenta-section"] .content .h2, .section-content-image[class*="darkblue-magenta-section"] .content .h3, .section-content-image[class*="darkblue-magenta-section"] .content .h4, .section-content-image[class*="darkblue-magenta-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="darkblue-magenta-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="darkblue-magenta-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #002896 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #002896 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #002896 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="lightblue-purple-section"] {
  background-color: #00BEFF; }
  .section-content-image[class*="lightblue-purple-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="lightblue-purple-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #00BEFF 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #00BEFF 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #00BEFF 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="purple-lightblue-section"] {
  background-color: #50008C; }
  .section-content-image[class*="purple-lightblue-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="purple-lightblue-section"] .content h1, .section-content-image[class*="purple-lightblue-section"] .content h2, .section-content-image[class*="purple-lightblue-section"] .content h3, .section-content-image[class*="purple-lightblue-section"] .content h4, .section-content-image[class*="purple-lightblue-section"] .content h5, .section-content-image[class*="purple-lightblue-section"] .content .h1, .section-content-image[class*="purple-lightblue-section"] .content .h2, .section-content-image[class*="purple-lightblue-section"] .content .h3, .section-content-image[class*="purple-lightblue-section"] .content .h4, .section-content-image[class*="purple-lightblue-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="purple-lightblue-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="purple-lightblue-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #50008C 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #50008C 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #50008C 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="yellow-magenta-section"] {
  background-color: #FFC800; }
  .section-content-image[class*="yellow-magenta-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="yellow-magenta-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #FFC800 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #FFC800 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #FFC800 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="magenta-yellow-section"] {
  background-color: #FA0F64; }
  .section-content-image[class*="magenta-yellow-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="magenta-yellow-section"] .content h1, .section-content-image[class*="magenta-yellow-section"] .content h2, .section-content-image[class*="magenta-yellow-section"] .content h3, .section-content-image[class*="magenta-yellow-section"] .content h4, .section-content-image[class*="magenta-yellow-section"] .content h5, .section-content-image[class*="magenta-yellow-section"] .content .h1, .section-content-image[class*="magenta-yellow-section"] .content .h2, .section-content-image[class*="magenta-yellow-section"] .content .h3, .section-content-image[class*="magenta-yellow-section"] .content .h4, .section-content-image[class*="magenta-yellow-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="magenta-yellow-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="magenta-yellow-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #FA0F64 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #FA0F64 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #FA0F64 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="green-purple-section"] {
  background-color: #00C878; }
  .section-content-image[class*="green-purple-section"] .content {
    color: #2A252D; }
  @media (min-width: 981px) {
    .section-content-image[class*="green-purple-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #00C878 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #00C878 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #00C878 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="purple-green-section"] {
  background-color: #50008C; }
  .section-content-image[class*="purple-green-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="purple-green-section"] .content h1, .section-content-image[class*="purple-green-section"] .content h2, .section-content-image[class*="purple-green-section"] .content h3, .section-content-image[class*="purple-green-section"] .content h4, .section-content-image[class*="purple-green-section"] .content h5, .section-content-image[class*="purple-green-section"] .content .h1, .section-content-image[class*="purple-green-section"] .content .h2, .section-content-image[class*="purple-green-section"] .content .h3, .section-content-image[class*="purple-green-section"] .content .h4, .section-content-image[class*="purple-green-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="purple-green-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="purple-green-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #50008C 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #50008C 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #50008C 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

.section-content-image[class*="darkgray-black-section"] {
  background-color: #2A252D; }
  .section-content-image[class*="darkgray-black-section"] .content {
    color: #ffffff; }
    .section-content-image[class*="darkgray-black-section"] .content h1, .section-content-image[class*="darkgray-black-section"] .content h2, .section-content-image[class*="darkgray-black-section"] .content h3, .section-content-image[class*="darkgray-black-section"] .content h4, .section-content-image[class*="darkgray-black-section"] .content h5, .section-content-image[class*="darkgray-black-section"] .content .h1, .section-content-image[class*="darkgray-black-section"] .content .h2, .section-content-image[class*="darkgray-black-section"] .content .h3, .section-content-image[class*="darkgray-black-section"] .content .h4, .section-content-image[class*="darkgray-black-section"] .content .h5 {
      color: #ffffff; }
    .section-content-image[class*="darkgray-black-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  @media (min-width: 981px) {
    .section-content-image[class*="darkgray-black-section"] .image.gradient::before {
      content: '';
      background: linear-gradient(219deg, rgba(42, 37, 45, 0) 77.2%, #2A252D 88.2%), linear-gradient(178deg, rgba(42, 37, 45, 0) 74.03%, #2A252D 93.92%), linear-gradient(269deg, rgba(42, 37, 45, 0) 57.5%, #2A252D 88.32%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; } }

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