section.carrousel-cards-module{overflow:hidden;position:relative;z-index:1}section.carrousel-cards-module .container{display:flex;flex-direction:column;position:relative}section.carrousel-cards-module .container .wrapper-top{align-items:flex-end;display:flex;gap:3rem;justify-content:space-between;margin-bottom:5rem}section.carrousel-cards-module .container .wrapper-top .wrapper-title{display:flex;flex-direction:column;gap:1rem;max-width:1000px}section.carrousel-cards-module .container .wrapper-cards{display:flex;flex-wrap:wrap;gap:1.5rem;visibility:visible}section.carrousel-cards-module .container .wrapper-cards .splide__track{overflow:inherit}section.carrousel-cards-module .container .wrapper-cards .splide__track .splide__list{max-width:calc(33.33333% - 1rem);transition:.5s}@media (max-width:425px){section.carrousel-cards-module .container .wrapper-cards{flex-direction:column}}section.carrousel-cards-module .container .wrapper-cards .card{background-color:#fbf9f6;border-radius:1rem;display:flex;flex-direction:column;gap:3rem;justify-content:space-between;margin-right:1.5rem;max-width:100%;overflow:hidden;padding-bottom:294px;position:relative;transition:.55s;width:100%}section.carrousel-cards-module .container .wrapper-cards .card .card-image{bottom:0;height:294px;left:0;position:absolute;width:100%}section.carrousel-cards-module .container .wrapper-cards .card .card-image figure{height:100%;width:100%}section.carrousel-cards-module .container .wrapper-cards .card .card-image figure img{height:100%;object-fit:cover;object-position:center;width:100%}section.carrousel-cards-module .container .wrapper-cards .card .card-text{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-end;padding:2.5rem 2.5rem 0;position:relative;z-index:2}section.carrousel-cards-module .container .wrapper-cards .card .card-text .text{align-items:flex-start;display:flex;flex-direction:column;font-size:1rem;gap:1rem;line-height:1.5rem}section.carrousel-cards-module .container .wrapper-cards .card .card-text .text h5{color:#fff}section.carrousel-cards-module .container .wrapper-cards .card .card-text .btn{margin-top:auto}section.carrousel-cards-module .container .wrapper-arrows{align-items:center;display:flex;justify-content:flex-end;margin-top:2rem;position:relative;width:100%}section.carrousel-cards-module .container .wrapper-arrows.is-hidden{display:none}