/**
 * 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-cta-traineeship .small-container .container-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--red);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  padding: 2em; }
  @media (min-width: 981px) {
    .section-cta-traineeship .small-container .container-wrapper {
      grid-template-columns: repeat(2, 1fr);
      padding: 3em; } }
  .section-cta-traineeship .small-container .container-wrapper h2, .section-cta-traineeship .small-container .container-wrapper p, .section-cta-traineeship .small-container .container-wrapper h4 {
    color: var(--white); }
  .section-cta-traineeship .small-container .container-wrapper .content-wrapper p:first-of-type {
    margin-top: 0; }
  .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link {
    background-color: var(--dark-gray);
    margin-top: .5em;
    padding: 1em 2.5em 1em 1.5em;
    transition: background-color .3s ease-in-out;
    position: relative;
    color: var(--white); }
    .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .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; }
      .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .call-to-action-arrow-btn a {
        font-size: 22px; }
        .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .call-to-action-arrow-btn a span {
          display: inline-block;
          transform: rotate(180deg);
          width: auto;
          position: relative;
          top: 2px; }
          .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .call-to-action-arrow-btn a span:before {
            width: auto; }
          .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .call-to-action-arrow-btn a span:last-of-type {
            margin-left: -5px; }
      .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .call-to-action-arrow-btn:hover {
        background-color: var(--dark-gray);
        color: var(--white);
        right: calc(1.5em - 10px); }
    @media (min-width: 981px) {
      .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link {
        padding: .5em 2em .5em 1em; } }
    .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link .call-to-action-arrow-btn {
      position: absolute;
      right: -1em;
      top: 50%;
      transform: translateY(-50%); }
    .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link:hover {
      background-color: var(--white); }
      .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link:hover h4 {
        color: var(--dark-gray); }
      .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .link:hover .call-to-action-arrow-btn {
        right: calc(-1em - 10px);
        background-color: var(--dark-gray);
        color: var(--white); }
  .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .overview-link {
    margin-top: 1em; }
    .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .overview-link a {
      text-decoration: underline;
      color: var(--white);
      font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
      font-weight: 700; }
      .section-cta-traineeship .small-container .container-wrapper .content-wrapper .links .overview-link a:hover {
        color: var(--dark-gray); }

/*# sourceMappingURL=cta-traineeship.css.map */
