.card-animated{position:relative}.card-animated::after{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(180deg,rgba(7,102,135,.1) 64.9%,rgba(7,102,135,.8) 82.21%,#077487 100%)}.card-animated .card-header{z-index:1}.card-animated .card-header .icon-plus{--pd-icon-width:2rem;position:absolute;top:2rem;right:2rem;width:2rem;height:2rem;transition:transform .3s ease-in-out}.card-animated .card-header img{width:100%;aspect-ratio:35/43;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.card-animated .card-header .badge{--bs-badge-color:#FFFFFF;--bs-badge-border-radius:56.25rem;position:absolute;top:2rem;left:2rem;border:1px solid #003d65;background-color:rgba(0,0,0,.9)}.card-animated .card-body{position:absolute;z-index:3;right:0;bottom:0;left:0}.card-animated .card-text{margin-top:0;margin-bottom:1.5rem}.card-animated .card-hidden-content{height:100%;max-height:0;padding-top:0;padding-bottom:0;opacity:0;transition:max-height .3s ease-in-out,padding .3s ease-in-out,opacity .3s ease-in-out}.card-animated:hover{background:linear-gradient(180deg,rgba(7,102,135,.1) 46.64%,rgba(7,102,135,.8) 64.14%,#077487 100%)}.card-animated:hover .card-hidden-content{max-height:15rem;opacity:1}.card-animated:hover .card-header .icon-plus{transform:rotate(-45deg)}