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

.pagination {
  padding-top: 45px; }
  @media (min-width: 981px) {
    .pagination {
      padding-top: 90px; } }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links {
    display: flex;
    gap: 1em;
    justify-content: center; }
    .pagination .nav-links span, .pagination .nav-links a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--light-gray);
      transition: background-color .3s ease-in-out, color .3s ease-in-out;
      position: relative;
      color: var(--dark-gray);
      font-weight: 600; }
      .pagination .nav-links span:hover, .pagination .nav-links span.current, .pagination .nav-links a:hover, .pagination .nav-links a.current {
        background-color: var(--dark-gray);
        color: var(--white); }
    .pagination .nav-links .prev, .pagination .nav-links .next {
      font-size: 0; }
      .pagination .nav-links .prev:before, .pagination .nav-links .prev:after, .pagination .nav-links .next:before, .pagination .nav-links .next:after {
        content: '\e90b';
        font-family: Icomoon;
        font-size: 18px; }
    .pagination .nav-links .next:before, .pagination .nav-links .next:after {
      transform: rotate(180deg); }
  .pagination .facetwp-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    margin-bottom: 0; }
    .pagination .facetwp-pager .facetwp-page {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--light-gray);
      transition: background-color .3s ease-in-out, color .3s ease-in-out;
      position: relative;
      color: var(--dark-gray);
      font-weight: 600;
      margin: 0;
      padding: 0; }
      .pagination .facetwp-pager .facetwp-page:hover:not(.dots), .pagination .facetwp-pager .facetwp-page.active {
        background-color: var(--dark-gray);
        color: var(--white); }

.section-news {
  margin-top: calc(-500px + 200px); }
  @media (min-width: 981px) {
    .section-news {
      margin-top: calc(-500px + 140px); } }
  .section-news .news-items {
    margin-top: 2em;
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .section-news .news-items {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      .section-news .news-items {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 981px) {
      .section-news .news-items .post-item:first-of-type {
        grid-column: span 3;
        grid-template-rows: 450px; }
        .section-news .news-items .post-item:first-of-type .image {
          position: relative; }
          .section-news .news-items .post-item:first-of-type .image:after {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            inset: 0;
            background: linear-gradient(360deg, var(--black) 0%, rgba(0, 0, 0, 0) 30%); }
        .section-news .news-items .post-item:first-of-type .content {
          background: var(--black); }
      .section-news .news-items .post-item:nth-child(5) {
        grid-column: span 2; }
      .section-news .news-items .post-item:first-of-type, .section-news .news-items .post-item:nth-child(5) {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .section-news .news-items .post-item:first-of-type .image, .section-news .news-items .post-item:nth-child(5) .image {
          position: relative; }
          .section-news .news-items .post-item:first-of-type .image .image-wrapper, .section-news .news-items .post-item:nth-child(5) .image .image-wrapper {
            height: 100%; }
          .section-news .news-items .post-item:first-of-type .image a.link-overlay:after, .section-news .news-items .post-item:nth-child(5) .image a.link-overlay:after {
            bottom: 0; }
        .section-news .news-items .post-item:first-of-type .content, .section-news .news-items .post-item:nth-child(5) .content {
          margin-top: inherit;
          position: relative;
          padding: 2.5em; }
          .section-news .news-items .post-item:first-of-type .content .content-wrapper, .section-news .news-items .post-item:nth-child(5) .content .content-wrapper {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            height: 100%; }
            .section-news .news-items .post-item:first-of-type .content .content-wrapper .info, .section-news .news-items .post-item:nth-child(5) .content .content-wrapper .info {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%; }
              .section-news .news-items .post-item:first-of-type .content .content-wrapper .info .category, .section-news .news-items .post-item:nth-child(5) .content .content-wrapper .info .category {
                position: relative;
                top: 0;
                right: 0; }
            .section-news .news-items .post-item:first-of-type .content .content-wrapper h2, .section-news .news-items .post-item:nth-child(5) .content .content-wrapper h2 {
              flex: 1;
              display: flex;
              flex-wrap: wrap;
              align-items: center; } }
    .section-news .news-items .post-item:nth-child(5) .content {
      background: linear-gradient(360.33deg, var(--black) 40%, rgba(0, 0, 0, 0) 60%); }
      @media (min-width: 981px) {
        .section-news .news-items .post-item:nth-child(5) .content {
          background: var(--black); } }

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