/**
 * 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-promotion-banner .promotion-item {
  background-color: var(--red);
  position: relative;
  color: var(--white);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2em 2em 7.5em 2em; }
  @media (min-width: 981px) {
    .section-promotion-banner .promotion-item {
      padding: 0 2em;
      align-items: center;
      flex-wrap: nowrap;
      gap: 15px; } }
  @media (min-width: 768px) {
    .section-promotion-banner .promotion-item {
      padding: 0 2.75em; } }
  .section-promotion-banner .promotion-item > div {
    z-index: 1;
    position: relative; }
  @media (min-width: 768px) {
    .section-promotion-banner .promotion-item-left {
      padding: 15px 0;
      width: 100%; } }
  @media (min-width: 981px) {
    .section-promotion-banner .promotion-item-left {
      width: 300px; } }
  .section-promotion-banner .promotion-item-middle {
    position: absolute !important;
    right: 15px;
    bottom: 15px; }
    @media (min-width: 768px) {
      .section-promotion-banner .promotion-item-middle {
        position: relative !important;
        right: auto;
        bottom: auto;
        align-self: flex-end; } }
  .section-promotion-banner .promotion-item-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    @media (min-width: 768px) {
      .section-promotion-banner .promotion-item-right {
        gap: 15px;
        align-items: center;
        flex-direction: row;
        padding: 15px 0; } }
    @media (min-width: 981px) {
      .section-promotion-banner .promotion-item-right {
        gap: 30px; } }
  .section-promotion-banner .promotion-item .image {
    max-height: 150px;
    max-width: 120px; }
    .section-promotion-banner .promotion-item .image img {
      max-height: 100%;
      display: block; }
  .section-promotion-banner .promotion-item .content {
    max-width: 275px;
    font-size: 16px;
    line-height: 1.25em; }
  .section-promotion-banner .promotion-item h2 {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 0;
    color: var(--white); }
  .section-promotion-banner .promotion-item .btn {
    color: var(--red);
    min-width: 130px; }
  @media (min-width: 768px) {
    .section-promotion-banner .promotion-item:before {
      content: '';
      background-image: url(/app/themes/nfc-talent-pro/assets/images/ribbon-apply-sent.png);
      background-size: contain;
      position: absolute;
      left: 12%;
      bottom: -98px;
      transform: rotate(10deg);
      width: 542px;
      height: 297px; } }
  @media (min-width: 981px) {
    .section-promotion-banner .promotion-item:before {
      left: 22%; } }

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