/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-insights #insights .content .items.events .swiper-navigation .prev {
    left: -80px;
  }
  #node-insights #insights .content .items.events .swiper-navigation .next {
    right: -80px;
  }
  #node-insights #insights .content .items.events .swiper-container.items-1 .swiper-wrapper {
    grid-template-rows: calc((83vw - var(--space-sm) - var(--space-sm) - var(--space-sm))/4);
  }
  #node-insights #insights .content .items.events .swiper-container.items-2 .swiper-wrapper {
    grid-template-rows: calc((83vw - var(--space-sm) - var(--space-sm) - var(--space-sm) )/4);
  }
  #node-insights #insights .content .items.events .swiper-container.items-3 .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: var(--space-sm);
    grid-template-rows: calc((83vw - var(--space-sm) - var(--space-sm) - var(--space-sm) )/4);
  }
  #node-insights #insights .content .items.events .swiper-container.items-3 .swiper-wrapper .swiper-slide {
    margin-right: 0 !important;
    width: 100% !important;
  }
  #node-insights #insights .content .items.events .swiper-container.items-3 .swiper-wrapper .swiper-slide a {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
  }
}
/* >= 1600px */
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-insights #insights .content .items.events .swiper-container.items-1 .swiper-wrapper {
    grid-template-rows: calc((1600px - var(--space-sm) - var(--space-sm) - var(--space-sm))/4);
  }
  #node-insights #insights .content .items.events .swiper-container.items-2 .swiper-wrapper {
    grid-template-rows: calc((1600px - var(--space-sm) - var(--space-sm) - var(--space-sm) )/4);
  }
  #node-insights #insights .content .items.events .swiper-container.items-3 .swiper-wrapper {
    grid-template-rows: calc((1600px - var(--space-sm) - var(--space-sm) - var(--space-sm) )/4);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Fsentientexpanse.moremedia-development.at%5C%2Fhttpdocs%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_page%5C%2Finsights%5C%2Finsights.desktop.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA2DA%2CmBA1DsC%3BEAKlB%2CcAHZ%2CUACI%2CSACI%2COACK%2COACG%2CmBACI%3BIACI%2CWAAA%3B%3BEAHZ%2CcAHZ%2CUACI%2CSACI%2COACK%2COACG%2CmBAKI%3BIACI%2CYAAA%3B%3BEAKJ%2CcAfpB%2CUACI%2CSACI%2COACK%2COAWG%2CkBACK%2CQACG%3BIACI%2CwFAAA%3B%3BEAIR%2CcArBpB%2CUACI%2CSACI%2COACK%2COAWG%2CkBAOK%2CQACG%3BIACI%2CyFAAA%3B%3BEAIR%2CcA3BpB%2CUACI%2CSACI%2COACK%2COAWG%2CkBAaK%2CQAEG%3BIACI%2CaAAA%3BIACA%2CkCAAA%3BIACA%2CYAAY%2CeAAZ%3BIACA%2CyFAAA%3B%3BEANR%2CcA3BpB%2CUACI%2CSACI%2COACK%2COAWG%2CkBAaK%2CQAEG%2CgBAMI%3BIACI%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAVZ%2CcA3BpB%2CUACI%2CSACI%2COACK%2COAWG%2CkBAaK%2CQAEG%2CgBAMI%2CcAII%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3B%3B%3BAA%2BC3C%2CmBA9BqC%3BEAOV%2CcALpB%2CUACI%2CSACI%2COACK%2COACG%2CkBACK%2CQACG%3BIACI%2C0FAAA%3B%3BEAIR%2CcAXpB%2CUACI%2CSACI%2COACK%2COACG%2CkBAOK%2CQACG%3BIACI%2C2FAAA%3B%3BEAIR%2CcAjBpB%2CUACI%2CSACI%2COACK%2COACG%2CkBAaK%2CQACG%3BIACI%2C2FAAA%22%7D */