/**
 * 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
 */
.section-off-grid-slider .top {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 45px;
  position: relative; }
  @media (min-width: 981px) {
    .section-off-grid-slider .top {
      padding-bottom: 90px; } }

.section-off-grid-slider .gallery {
  position: relative;
  margin-top: -45px; }
  .section-off-grid-slider .gallery:before {
    content: '';
    height: 90%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(44, 67, 94, 0.2) 0%, rgba(44, 67, 94, 0) 100%); }
  .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; }
      @media (min-width: 981px) {
        .section-off-grid-slider .gallery .gallery-wrapper .part {
          width: 550px; } }
      .section-off-grid-slider .gallery .gallery-wrapper .part img {
        pointer-events: none; }
      .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;
        background-image: url(/app/themes/nfc-houseofbeta/assets/images/swipe-explore.svg);
        background-size: cover;
        width: 100px;
        height: 100px;
        top: 50%;
        transform: translateY(-50%);
        right: -40px; }

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