<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quick-access-card{width:100%;height:150px;position:relative;overflow:hidden;padding:1rem;display:flex;justify-content:center;align-items:center;transition:all .2s ease-out}.quick-access-card:hover .img-center{transform:scale(1.2)}.quick-access-card:hover .bg-image{transform:scale(1.2)}.quick-access-card.bg-white .text-bottom-left{color:#000}.quick-access-card.bg-image .text-bottom-left{color:#fff}.img-center{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease-out}.bg-image{background-size:cover;background-position:center;transition:transform .2s ease-out}.bg-image::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;transition:inherit}.bg-image:hover::before{transform:scale(1.2)}.content{position:relative}.text-bottom-left{position:absolute;bottom:.75rem;left:1rem;right:1rem}.text-bottom-left&gt;p{margin-bottom:0;font-weight:500}@media only screen and (max-width: 768px){.text-bottom-left{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}}</pre></body></html>