#cards-grid{padding:6rem;display:flex;flex-wrap:wrap}#cards-grid .grid-card{width:calc(25% - 1rem);margin-right:1rem;background:var(--off-white);color:var(--grey);border-radius:10px 10px 0 0;overflow:hidden;margin-bottom:2rem;display:flex;flex-direction:column}#cards-grid .grid-card.intro-card{padding:2rem;background:unset;display:flex;flex-direction:column;justify-content:center}#cards-grid .grid-card .card-body{position:relative;padding:2rem;height:100%}#cards-grid .grid-card .card-body a{position:absolute;bottom:1rem;right:1rem;font-size:30px}#cards-grid .grid-card .title{margin-bottom:2rem;font-size:35px}#cards-grid .grid-card .description{margin-bottom:3rem;color:#6f7070}#cards-grid .image-wrap{position:relative;aspect-ratio:4 / 3;min-height:300px}#cards-grid .image-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:1600px){#cards-grid .grid-card{width:calc(33.333% - 1rem)}}@media (max-width:1200px){#cards-grid{padding:4rem 2rem}#cards-grid .grid-card .title{font-size:30px}}@media (max-width:992px){#cards-grid .grid-card{width:calc(50% - 1rem);margin-right:0}#cards-grid{justify-content:space-between}}@media (max-width:768px){#cards-grid .grid-card .card-body{height:auto}#cards-grid .image-wrap{min-height:unset}#cards-grid .glider{padding-left:1rem;padding-right:1rem}#cards-grid .grid-card.intro-card{padding:1rem 3rem}#cards-grid .glider .grid-card{margin:0;transform:scale(.95);transform-origin:center;transition:all 0.5s}#cards-grid .glider .grid-card.active.center{max-width:calc(100vw - 6rem)!important;transform:scale(1)}#cards-grid .glider .grid-card img{transition:opacity 0.5s}#cards-grid .glider .grid-card:not(.active) img{opacity:1}#cards-grid .grid-card{width:100%}#cards-grid .grid-card .title{font-size:25px}#cards-grid{padding:2rem 0}#cards-grid .grid-card.intro-card{margin-bottom:0}#cards-grid .grid-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}#cards-grid .grid-header-row .carousel-nav{display:flex;justify-content:space-between;width:90px;min-width:90px}#cards-grid .grid-header-row .carousel-nav .icon{font-size:40px;cursor:pointer}}