/* https://dre.pl/wp-content/themes/dre2022/dist/block_falling-cards.css?ver=2024.09.06.01 */
.block-falling-cards{margin-top:var(--spacing-md);margin-bottom:var(--spacing-md);padding-bottom:3rem}@media (min-width:992px){.block-falling-cards .container{position:relative}}@media (min-width:992px) and (max-width:991.98px){.block-falling-cards .container{max-width:100%;padding:0 10rem}}@media (min-width:992px) and (max-width:575.98px){.block-falling-cards .container{padding:0 3rem}}@media (min-width:992px){.block-falling-cards .container:before{width:100%;content:"";position:absolute;top:5rem;left:0;right:0;z-index:-1;width:100vw;height:auto;bottom:0;background-color:#f8f8f8}}@media (min-width:992px) and (min-width:576px){.block-falling-cards .container:before{top:9rem}}@media (min-width:992px) and (min-width:992px){.block-falling-cards .container:before{content:"";position:absolute;top:13rem;left:7rem;right:auto;z-index:-1;width:100vw;height:auto;bottom:0;background-color:#f8f8f8}}@media (min-width:992px){.block-falling-cards:has(.c-cards--cascade){overflow:hidden;padding-bottom:18rem}.block-falling-cards .c-card__text{visibility:hidden;transition:all .5s cubic-bezier(0,.55,.45,1);opacity:0}.block-falling-cards .c-card:hover .c-card__text{visibility:visible;opacity:1}}.block-falling-cards .c-cards-cascade__cards{position:relative;z-index:1;display:grid;width:100%;grid-template-columns:repeat(3,1fr);gap:12rem;row-gap:6rem}@media (max-width:991.98px){.block-falling-cards .c-cards-cascade__cards{grid-template-columns:repeat(auto-fit,minmax(34rem,1fr));gap:3rem;row-gap:3rem}}@media (max-width:359.98px){.block-falling-cards .c-cards-cascade__cards{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}@media (min-width:992px){.block-falling-cards .c-cards--cascade .c-card:nth-child(3n+2){top:9rem}.block-falling-cards .c-cards--cascade .c-card:nth-child(3n+3){top:18rem}}