.card-event{display:block;position:relative;text-decoration:none}@media(min-width:1024px){.card-event:hover{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;height:655px;position:unset}.card-event:hover .card-event__image{position:absolute;z-index:2;animation-name:fadeIn;animation-duration:.5s;left:0;top:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.card-event:hover .card-event__wrapper{position:relative}.card-event:hover .card-event__link{transform:rotate(45deg)}}.card-event--light-pink .card-event__wrapper{background-color:#ff587b}.card-event--orange .card-event__wrapper{background-color:#ff9671}.card-event--purple .card-event__wrapper{background-color:#603b9b}.card-event--purple .card-event__title{color:#fff}.card-event__image{display:block;width:100%;height:562px;object-fit:cover;transition:all .9s cubic-bezier(.22,1,.36,1)}@media(min-width:1024px){.card-event__image{height:655px}}.card-event__title{font-size:1.5rem;margin-bottom:8px;color:#1c0048;width:50%}@media(min-width:1024px){.card-event__title{width:100%}}.card-event__intro{font-family:Urbana,sans-serif;font-weight:300;margin:0 0 38px;color:#fff;display:-webkit-box;-webkit-line-clamp:5;text-overflow:ellipsis;overflow:hidden}@media(min-width:1024px){.card-event__intro{margin-bottom:14px}}.card-event__wrapper{display:flex;flex-direction:column;justify-content:space-between;max-height:fit-content;border-radius:6px;background-color:#ec018c;padding:24px;z-index:3;width:75%;transition:all .9s cubic-bezier(.22,1,.36,1);transform:translateY(-110px);margin-left:32px;text-decoration:none}@media only screen and (min-width:600px){.card-event__wrapper{margin-bottom:-60px}}@media(min-width:1024px){.card-event__wrapper{position:absolute;bottom:0;right:0;margin:0;width:75%;border-radius:6px 6px 0 0;min-height:240px;transform:translateY(0)}}.card-event__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:auto;transition:all .45s cubic-bezier(.22,1,.36,1)}