/**
 * 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); } }
  @media (max-width: 980px) {
    .section-content-image .content {
      padding: 45px 5%; } }
  @media (min-width: 981px) {
    .section-content-image .content {
      grid-area: 1 / 2; } }
  @media (max-width: 980px) {
    .section-content-image .content .icon {
      margin-left: auto;
      margin-top: calc(-90px / 2 - 55px / 2); } }
  .section-content-image .content .icon:after {
    background-image: url(/app/themes/nfc-talent-pro/assets/images/target-audience/line-1.svg); }
    @media (max-width: 980px) {
      .section-content-image .content .icon:after {
        width: 750px;
        height: 350px;
        right: 45px;
        top: -265px;
        transform: rotate(35deg); } }
    @media (min-width: 981px) {
      .section-content-image .content .icon:after {
        width: 1300px;
        height: 565px;
        right: 45px;
        top: -45px; } }
  .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;
        left: 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; }

.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); }

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

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

.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); }

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

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

.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); }

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

.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); }

.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); }

.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); }

.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); }

.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); }

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

.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); }

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

.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); }

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

.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); }

.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); }

/*# sourceMappingURL=content-image.css.map */
