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

.call-to-action-arrow-btn {
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  color: var(--dark-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1.5em;
  transition: right .3s ease-in-out; }
  .call-to-action-arrow-btn a {
    font-size: 22px; }
    .call-to-action-arrow-btn a span {
      display: inline-block;
      transform: rotate(180deg);
      width: auto;
      position: relative;
      top: 2px; }
      .call-to-action-arrow-btn a span:before {
        width: auto; }
      .call-to-action-arrow-btn a span:last-of-type {
        margin-left: -5px; }
  .call-to-action-arrow-btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    right: calc(1.5em - 10px); }

.call-to-action-arrow-btn {
  position: absolute;
  transition: background-color .3s ease-in-out;
  bottom: -25px; }
  @media (min-width: 981px) {
    .call-to-action-arrow-btn {
      bottom: auto; } }
  .call-to-action-arrow-btn span {
    transform: rotate(0deg);
    width: auto; }
    .call-to-action-arrow-btn span:before {
      width: auto; }
  .call-to-action-arrow-btn.left {
    right: 5.5em; }
    @media (min-width: 981px) {
      .call-to-action-arrow-btn.left {
        right: auto;
        left: -24px; } }
  .call-to-action-arrow-btn.right {
    right: 1.5em; }
    @media (min-width: 981px) {
      .call-to-action-arrow-btn.right {
        right: -24px; } }
    .call-to-action-arrow-btn.right span {
      transform: rotate(180deg); }

.controls .arrow {
  background-color: var(--red);
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  pointer-events: auto;
  cursor: pointer;
  transition: ease-in-out 200ms opacity; }
  .controls .arrow[aria-disabled="true"] {
    opacity: 0;
    pointer-events: none; }
  .controls .arrow span {
    width: auto; }
    .controls .arrow span::before {
      width: inherit; }
  .controls .arrow-left span {
    transform: rotate(180deg); }

.section-talents .talent-now-pro-content {
  background-color: var(--magenta);
  color: var(--white);
  padding: 50px 0 350px 0;
  position: relative; }
  @media (min-width: 768px) {
    .section-talents .talent-now-pro-content {
      padding: 75px 0 250px 0; } }
  @media (min-width: 981px) {
    .section-talents .talent-now-pro-content {
      padding: 150px 0 250px 0; } }
  .section-talents .talent-now-pro-content::before {
    content: '';
    background-image: url(/app/themes/nfc-talent-pro/assets/images/promotion-ribbon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 368px;
    width: 600px;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .section-talents .talent-now-pro-content::before {
        top: -48px;
        bottom: auto; } }
  .section-talents .talent-now-pro-content .content {
    max-width: 670px;
    position: relative;
    z-index: 1; }
    .section-talents .talent-now-pro-content .content h2 {
      margin: 0 0 30px 0;
      color: var(--white); }
    .section-talents .talent-now-pro-content .content .text {
      max-width: 375px;
      font-size: 22px;
      line-height: 33px; }
      .section-talents .talent-now-pro-content .content .text p:first-child {
        margin-top: 0; }

.section-talents .talent-now-pro-people {
  margin-top: -290px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .section-talents .talent-now-pro-people {
      margin-top: 0;
      padding-right: 0; } }
  @media (min-width: 981px) {
    .section-talents .talent-now-pro-people {
      padding-left: 50px; } }
  @media (min-width: 1200px) {
    .section-talents .talent-now-pro-people {
      padding-left: 110px; } }
  @media (min-width: 768px) {
    .section-talents .talent-now-pro-people .tns-ovh {
      overflow: visible; } }
  .section-talents .talent-now-pro-people .container {
    position: relative; }
  @media (min-width: 768px) {
    .section-talents .talent-now-pro-people .columns {
      display: flex;
      justify-content: flex-end;
      gap: 30px; } }
  @media (min-width: 981px) {
    .section-talents .talent-now-pro-people .columns {
      gap: 50px; } }
  @media (min-width: 1200px) {
    .section-talents .talent-now-pro-people .columns {
      gap: 70px; } }
  .section-talents .talent-now-pro-people .columns .column {
    flex: 1 1;
    width: 330px; }
    @media (min-width: 768px) {
      .section-talents .talent-now-pro-people .columns .column {
        margin-top: -170px;
        width: auto;
        max-width: 350px; } }
    @media (min-width: 1200px) {
      .section-talents .talent-now-pro-people .columns .column {
        margin-top: -170px; } }
    @media (min-width: 768px) {
      .section-talents .talent-now-pro-people .columns .column:nth-child(2) {
        margin-top: -260px; } }
    @media (min-width: 981px) {
      .section-talents .talent-now-pro-people .columns .column:nth-child(2) {
        margin-top: -300px; } }
    @media (min-width: 1200px) {
      .section-talents .talent-now-pro-people .columns .column:nth-child(2) {
        margin-top: -330px; } }
    @media (min-width: 768px) {
      .section-talents .talent-now-pro-people .columns .column:nth-child(3) {
        margin-top: -360px; } }
    @media (min-width: 981px) {
      .section-talents .talent-now-pro-people .columns .column:nth-child(3) {
        margin-top: -460px; } }
    @media (min-width: 1200px) {
      .section-talents .talent-now-pro-people .columns .column:nth-child(3) {
        margin-top: -530px; } }
    .section-talents .talent-now-pro-people .columns .column .video {
      position: relative;
      padding-top: 170%;
      height: auto; }
      .section-talents .talent-now-pro-people .columns .column .video > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .section-talents .talent-now-pro-people .columns .column .video a {
        background: transparent;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .section-talents .talent-now-pro-people .columns .column .video a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .section-talents .talent-now-pro-people .columns .column .video .play {
        background-color: rgba(255, 5, 0, 0.8);
        color: var(--white);
        border-radius: 5px;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 30px;
        bottom: 30px;
        font-size: 24px;
        z-index: 3;
        pointer-events: none; }
        @media (min-width: 768px) {
          .section-talents .talent-now-pro-people .columns .column .video .play {
            width: 80px;
            height: 80px; } }
        @media (min-width: 981px) {
          .section-talents .talent-now-pro-people .columns .column .video .play {
            width: 100px;
            height: 100px; } }
        .section-talents .talent-now-pro-people .columns .column .video .play span {
          width: auto; }
          .section-talents .talent-now-pro-people .columns .column .video .play span::before {
            width: inherit; }
      .section-talents .talent-now-pro-people .columns .column .video .video-shorts-popup {
        position: absolute;
        inset: 0; }
        .section-talents .talent-now-pro-people .columns .column .video .video-shorts-popup img:first-of-type {
          position: absolute;
          z-index: 2;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          pointer-events: none; }
        .section-talents .talent-now-pro-people .columns .column .video .video-shorts-popup p {
          height: 100%;
          width: 100%;
          margin: 0; }
          .section-talents .talent-now-pro-people .columns .column .video .video-shorts-popup p span {
            height: 100% !important;
            width: 100% !important; }
            .section-talents .talent-now-pro-people .columns .column .video .video-shorts-popup p span .wistia_click_to_play div:nth-child(2), .section-talents .talent-now-pro-people .columns .column .video .video-shorts-popup p span .wistia_click_to_play div:nth-child(3) {
              display: none !important; }
    .section-talents .talent-now-pro-people .columns .column .content {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin-top: 20px; }
      .section-talents .talent-now-pro-people .columns .column .content h4 {
        margin: 0;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 36px; }
      .section-talents .talent-now-pro-people .columns .column .content p {
        margin: 0;
        font-size: 16px; }
      .section-talents .talent-now-pro-people .columns .column .content .company-logo {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        padding: 0 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--light-gray); }
  .section-talents .talent-now-pro-people .controls {
    position: absolute;
    left: -25px;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .section-talents .talent-now-pro-people .controls {
        display: none; } }

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