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

.promotion-item {
  background-color: var(--dark-gray);
  padding: 1.75em;
  margin-bottom: 3em;
  position: relative;
  text-align: center;
  color: var(--white);
  overflow: hidden; }
  .promotion-item h2 {
    font-size: 25px;
    line-height: 110%;
    color: var(--white);
    max-width: 200px;
    margin: 0 auto 1rem; }
  .promotion-item a.btn, .promotion-item h2, .promotion-item p {
    z-index: 1;
    position: relative; }
  .promotion-item:before {
    content: '';
    background-image: url(/app/themes/nfc-talent-pro/assets/images/promotion-ribbon-small.png);
    background-size: cover;
    position: absolute;
    left: -50px;
    top: 0;
    height: 111px;
    width: 152px; }
    @media (min-width: 768px) {
      .promotion-item:before {
        left: -10px; } }
  .promotion-item:after {
    content: '';
    background-image: url(/app/themes/nfc-talent-pro/assets/images/promotion-ribbon-small.png);
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    right: 0;
    height: 111px;
    width: 152px; }

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