/**
 * 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-event-loop {
  margin-top: calc(-90px * 3 + 1em);
  position: relative;
  z-index: 1; }
  @media (min-width: 981px) {
    #section-event-loop {
      margin-top: -225px; } }
  @media (min-width: 981px) {
    #section-event-loop .container {
      padding: 0 5em;
      width: 100%;
      max-width: 100%; } }
  #section-event-loop .container .month-events {
    margin-bottom: 2em; }
    #section-event-loop .container .month-events .month-name {
      display: block;
      margin-bottom: 1em;
      text-transform: capitalize; }
    #section-event-loop .container .month-events:first-of-type .month-name {
      color: var(--white); }
    #section-event-loop .container .month-events:last-of-type {
      margin-bottom: 0; }
    #section-event-loop .container .month-events .events {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1em; }
      @media (max-width: 980px) {
        #section-event-loop .container .month-events .events {
          padding-right: 25px; } }
      @media (min-width: 981px) {
        #section-event-loop .container .month-events .events {
          grid-template-columns: repeat(3, 1fr); } }

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