@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee-reverse{0%{transform:translate(0)}to{transform:translate(100%)}}:root{--spring-easing: linear( 0, .0027, .0105 .69%, .0445, .0987 2.2%, .1771 3.03%, .3581 4.54%, .8868 8.46%, 1.0146, 1.1232, 1.2098 11.76%, 1.2699 12.8%, 1.2909 13.28%, 1.3096, 1.3227, 1.3306 14.93%, 1.3334, 1.3291 16.31%, 1.3169, 1.2981, 1.2738 18.58%, 1.2396 19.47%, 1.0515 23.67%, 1.0072 24.77%, .9734 25.73%, .9396 26.9%, .9156 28%, .8987, .8902 30.34%, .8888 31.03%, .8901, .894, .9001 33.3%, .9203 35.02%, .9821 39.15%, 1.0083 41.21%, 1.0197 42.38%, 1.0278, 1.0333 44.58%, 1.0364 45.75%, 1.0368 47.2%, 1.0333 48.85%, 1.0265 50.57%, .9977 56.62%, .9911, .988 61.02%, .9889 64.4%, 1.0006 72.03%, 1.0039 76.23%, 1.0037 79.94%, .9988 90.68%, .9995 99.96% )}.full-bleed{width:100vw;margin-left:50%;transform:translate(-50%)}.featured-card{width:100%;display:flex;flex-direction:column-reverse;gap:20px;padding:16px 16px 40px;border:1px solid #004887;border-radius:20px;color:#1b1b1b;background-color:#fcfcfc;will-change:transform;transition:transform .45s ease-out,box-shadow .45s ease-out;box-shadow:0 4px 25px #0000}@media only screen and (min-width: 1024px){.featured-card{min-height:390px;display:grid;grid-template-columns:minmax(0,52fr) minmax(0,48fr);align-items:stretch;padding:24px 24px 24px 40px;border-radius:30px;will-change:transform;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:subpixel-antialiased}.featured-card:hover,.featured-card:focus-visible{--heading-underline-color: currentColor;--heading-underline-offset: 3px;--read-prompt-opacity: 1;transform:scale(1.005) translateZ(0);box-shadow:0 4px 25px #00000014}}.featured-card .tags{margin-bottom:20px}.featured-card h3{font-size:32px;line-height:36px;font-weight:500;-webkit-text-decoration:underline solid currentColor;text-decoration:underline solid currentColor;text-decoration-thickness:2px;text-underline-offset:4px;margin-bottom:0}@media only screen and (min-width: 1024px){.featured-card h3{text-decoration-color:var(--heading-underline-color, transparent);text-underline-offset:var(--heading-underline-offset, 8px);transition:text-decoration-color .22s ease-out,text-underline-offset .22s ease-out}}.featured-card p{font-size:14px;line-height:24px;margin-top:16px}.featured-card .date{display:flex;align-items:center;gap:8px;margin-top:8px}.featured-card .date:before{content:"";width:7px;height:7px;transform:translateY(-3px);background-color:#009fda;border-radius:99px}@media only screen and (min-width: 1024px){.featured-card__text{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:36px}}.featured-card__image-wrapper{position:relative;border-radius:20px;aspect-ratio:366/167;overflow:hidden;z-index:0}@media only screen and (min-width: 1024px){.featured-card__image-wrapper{border-radius:30px;aspect-ratio:initial;height:100%}}.featured-card__image-wrapper img{position:absolute;width:100%;height:100%;object-fit:cover}.featured-card__read-prompt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;font-size:16px;line-height:1;color:#1b1b1b;padding:19px 40px;border-radius:100px;outline:none;background-image:linear-gradient(to bottom right,#efefef99 -10%,#ffffff1a 120%);backdrop-filter:blur(10px);opacity:var(--read-prompt-opacity, 0);transition:opacity .45s ease-out;z-index:53;min-width:max-content}.featured-card__read-prompt:after{content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%;border:1px solid #ffffff;z-index:53;border-radius:inherit;-webkit-mask-image:linear-gradient(to bottom right,rgba(0,0,0,.8),rgba(0,0,0,.1));mask-image:linear-gradient(to bottom right,#000c,#0000001a)}
