.expandable-card{position:relative;overflow:hidden;cursor:pointer;min-width:208px;height:340px;background:linear-gradient(#000000 0 0) padding-box,linear-gradient(159.76deg,#00BF23,#FFF399 26.13%,#036D1C 93.72%) border-box;border:2px solid rgba(0,0,0,0);border-radius:15px;transition:all .5s ease-in-out}@media(min-width:1920px){.expandable-card{min-width:300px;height:500px}}.expandable-card--hover{min-width:600px}@media(min-width:1920px){.expandable-card--hover{min-width:800px}}.expandable-card__content{position:absolute;gap:4px;padding:16px;display:flex;flex-direction:column;bottom:0;z-index:10;opacity:0;transform:translateY(20px);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.expandable-card--hover .expandable-card__content{opacity:1;transform:translateY(0)}.expandable-card__content__description,.expandable-card__content__title{color:hsla(0,0%,100%,.9)}.expandable-card__bg-container{position:relative;width:100%;height:100%}.expandable-card__bg{width:100%;height:100%;transition:opacity .5s ease-in-out,transform .5s ease-in-out;object-fit:cover}.expandable-card__logo{width:90px;height:90px;position:absolute;z-index:10;bottom:5%;right:50%;transform:translateX(50%);transition:all .5s ease-in-out}.expandable-card--hover .expandable-card__logo{bottom:70%}@media(max-width:767px){.expandable-card__logo{width:70px;height:70px}}.expandable-card:before{content:"";position:absolute;z-index:5;height:60%;width:100%;bottom:0;top:auto;transition:opacity .5s ease-in-out}@media(max-width:767px){.expandable-card{flex:1 1;min-width:126px;max-width:126px;height:206px}}.expandable-card-carousel{position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-start}.expandable-card-carousel__cards-container{position:relative;width:100%;display:flex;align-items:center}.expandable-card-carousel__cards-container-scroll-button{position:absolute;z-index:10;display:none}.expandable-card-carousel__cards-container-scroll-button.left{left:-20px}.expandable-card-carousel__cards-container-scroll-button.right{right:-20px}.expandable-card-carousel__cards-container__cards{width:100%;display:flex;justify-content:space-between;gap:16px;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;scroll-behavior:smooth;padding:5px 0;position:relative}.expandable-card-carousel__cards-container__cards::-webkit-scrollbar{display:none}.expandable-card-carousel__cards-container__cards .expandable-card:before{display:none!important}.expandable-card-carousel:hover .expandable-card-carousel__cards-container-scroll-button{display:block}