/**
 * 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-blocks-heading {
  position: relative;
  padding-bottom: 90px; }
  @media (max-width: 1199px) {
    .section-blocks-heading {
      padding-top: 150px;
      padding-bottom: 270px; } }
  .section-blocks-heading:before {
    content: '';
    background: linear-gradient(0deg, rgba(42, 37, 45, 0.1) 0%, rgba(42, 37, 45, 0.4) 0%, rgba(42, 37, 45, 0) 80%);
    position: absolute;
    inset: 0; }
    @media (min-width: 981px) {
      .section-blocks-heading:before {
        background: linear-gradient(90deg, rgba(42, 37, 45, 0.1) 0%, rgba(42, 37, 45, 0.4) 0%, rgba(42, 37, 45, 0) 80%); } }
  .section-blocks-heading .container .content {
    max-width: 700px;
    padding: 1.5em;
    position: relative;
    z-index: 1;
    background-color: var(--dark-gray);
    color: var(--white); }
    @media (max-width: 980px) {
      .section-blocks-heading .container .content {
        padding-bottom: 135px; } }
    @media (max-width: 1199px) {
      .section-blocks-heading .container .content {
        top: 90px; } }
    @media (min-width: 981px) {
      .section-blocks-heading .container .content {
        padding: 45px 90px 135px; } }
    .section-blocks-heading .container .content .links .link a {
      border-color: var(--white); }
      .section-blocks-heading .container .content .links .link a:hover {
        background-color: var(--white);
        color: var(--dark-gray); }
    .section-blocks-heading .container .content h1, .section-blocks-heading .container .content h2, .section-blocks-heading .container .content h3, .section-blocks-heading .container .content h4, .section-blocks-heading .container .content a {
      color: var(--white); }
  .section-blocks-heading .container .blocks {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 80%;
    justify-content: center;
    gap: 2em;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 1200px) {
      .section-blocks-heading .container .blocks {
        display: flex; } }
    .section-blocks-heading .container .blocks .block {
      flex-basis: 275px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2em;
      background-color: var(--red);
      position: relative;
      text-align: center; }
      @media (max-width: 1199px) {
        .section-blocks-heading .container .blocks .block:last-child:nth-last-child(odd) {
          grid-column: auto / span 2; }
        .section-blocks-heading .container .blocks .block:first-child:nth-last-child(even),
        .section-blocks-heading .container .blocks .block:first-child:nth-last-child(even) ~ .block {
          grid-column: auto / span 1; } }
      .section-blocks-heading .container .blocks .block:after {
        content: '';
        position: absolute;
        top: -35px;
        left: -30px;
        background-image: url(/app/themes/nfc-talent-pro/assets/images/arrow-next.png);
        background-size: contain;
        height: 120px;
        width: 70px;
        background-repeat: no-repeat; }
      .section-blocks-heading .container .blocks .block h3 {
        color: var(--white);
        margin: 0; }
        @media (min-width: 981px) {
          .section-blocks-heading .container .blocks .block h3 {
            font-size: 22px; } }
        @media (min-width: 1200px) {
          .section-blocks-heading .container .blocks .block h3 {
            font-size: 25px; } }
        @media all and (min-width: 1500px) {
          .section-blocks-heading .container .blocks .block h3 {
            font-size: 30px; } }
  .section-blocks-heading .bg-image {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 350px;
    width: 100%; }
    @media (min-width: 981px) {
      .section-blocks-heading .bg-image {
        width: 50%;
        height: 100%; } }
    .section-blocks-heading .bg-image p {
      margin: 0;
      height: 100%;
      width: 100%; }
      .section-blocks-heading .bg-image p span {
        height: 100% !important;
        width: 100% !important; }
        .section-blocks-heading .bg-image p span .wistia_click_to_play div:nth-child(2), .section-blocks-heading .bg-image p span .wistia_click_to_play div:nth-child(3) {
          z-index: 8 !important;
          top: 90px !important; }
          @media (min-width: 981px) {
            .section-blocks-heading .bg-image p span .wistia_click_to_play div:nth-child(2), .section-blocks-heading .bg-image p span .wistia_click_to_play div:nth-child(3) {
              top: 370px !important; } }
    .section-blocks-heading .bg-image img {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .section-blocks-heading .bg-image:not(.video-background) {
      z-index: -1; }
  @media (min-width: 981px) {
    .section-blocks-heading {
      overflow: hidden;
      padding-top: 90px; }
      .section-blocks-heading:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 90px;
        background-color: var(--white); } }

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