.related-resources__inner{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.related-resources .skeleton{background-color:#e0e0e0}.related-resources__card{align-items:flex-start;background-color:#f8f8f8;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:1.25rem 1.25rem 1.875rem;position:relative;transition:background-color .3s ease-in-out;width:100%}.related-resources__card:hover{background-color:#7c015c}.related-resources__card.skeleton{animation:pulse 1.5s infinite;background-color:#f8f8f8}.related-resources__card-inner{width:100%}.related-resources__card-image{aspect-ratio:375/270;border-radius:20px;margin-bottom:40px;overflow:hidden;position:relative;width:100%}.related-resources__card-image>img{display:block;height:100%;object-fit:cover;width:100%}.related-resources__card-content{align-items:flex-end;display:flex;margin-top:auto;width:100%}.related-resources__card-title{padding:0 .5rem 0 0;width:calc(100% - 39px)}.related-resources__card-title,.related-resources__card-title>a{color:#0f1822;font-size:calc(2rem + .75117vw - 10.8169px)!important;font-weight:400;line-height:1.2;text-transform:none}.related-resources__card-title>a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .3s ease-in-out}.related-resources__card:hover .related-resources__card-title>a{color:#fff}.related-resources__card-title.skeleton{border-radius:4px;height:2rem;width:100%}.related-resources__svg-icon{background-image:url("data:image/svg+xml;utf8,<svg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.28418' width='38' height='38' rx='19' fill='%23CB009F'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.5371 9L18.0658 10.4283L25.8651 18.2276H9.28418V20.2782H25.8651L18.0873 28.0559L19.5371 29.5058C23.2906 25.7522 26.1973 22.8455 29.7899 19.2529L19.5371 9Z' fill='%23ffffff'/></svg>");background-size:cover;display:block;height:38px;transition:transform .3s ease-in-out,background-image .3s ease-in-out;width:39px;z-index:1}.related-resources__card:hover .related-resources__svg-icon{background-image:url("data:image/svg+xml;utf8,<svg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.28418' width='38' height='38' rx='19' fill='%23ffffff'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.5371 9L18.0658 10.4283L25.8651 18.2276H9.28418V20.2782H25.8651L18.0873 28.0559L19.5371 29.5058C23.2906 25.7522 26.1973 22.8455 29.7899 19.2529L19.5371 9Z' fill='%23CB009F'/></svg>");transform:rotate(-45deg)}@keyframes pulse{0%{background-color:#f8f8f8}50%{background-color:#e0e0e0}to{background-color:#f8f8f8}}