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

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.section-off-grid-slider .gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 20px;
  grid-auto-flow: column;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .section-off-grid-slider .gallery .gallery-wrapper::-webkit-scrollbar {
    display: none; }
  .section-off-grid-slider .gallery .gallery-wrapper.active {
    cursor: grabbing; }
  .section-off-grid-slider .gallery .gallery-wrapper .part {
    position: relative;
    display: block;
    height: 100%;
    width: 275px; }
    .section-off-grid-slider .gallery .gallery-wrapper .part img {
      pointer-events: none; }
    @media (min-width: 981px) {
      .section-off-grid-slider .gallery .gallery-wrapper .part {
        width: 550px; } }
    .section-off-grid-slider .gallery .gallery-wrapper .part.small {
      grid-row: span 1; }
    .section-off-grid-slider .gallery .gallery-wrapper .part.medium {
      grid-row: span 2; }
      @media (max-width: 980px) {
        .section-off-grid-slider .gallery .gallery-wrapper .part.medium {
          width: 400px; } }
    .section-off-grid-slider .gallery .gallery-wrapper .part.large {
      grid-row: span 3; }
      @media (max-width: 980px) {
        .section-off-grid-slider .gallery .gallery-wrapper .part.large {
          width: 500px; } }
    .section-off-grid-slider .gallery .gallery-wrapper .part:first-of-type.image img {
      left: 0;
      top: 0; }
    .section-off-grid-slider .gallery .gallery-wrapper .part:first-of-type:after {
      content: '';
      z-index: 2;
      position: absolute;
      animation: rotating 18s linear infinite;
      background-image: url(/app/themes/nfc-talent-pro/assets/images/swipe-explore.png);
      background-size: cover;
      width: calc(183px / 2);
      height: calc(181px / 2);
      bottom: -40px;
      right: -40px; }
      @media (min-width: 981px) {
        .section-off-grid-slider .gallery .gallery-wrapper .part:first-of-type:after {
          width: 183px;
          height: 181px; } }

/*# sourceMappingURL=offgrid-slider.css.map */
