@charset "UTF-8";.c-post-card{background-color:#05121b;display:flex;flex-direction:column;height:100%;margin:0;min-height:100%;min-width:0;transition:background-color 0.3s ease}.c-post-card .post-card__link{color:inherit;display:flex;flex-direction:column;height:100%;min-height:inherit;text-decoration:none}.c-post-card .post-card__media{aspect-ratio:420/240;background-color:#07141d;overflow:hidden;position:relative}.c-post-card .post-card__img{display:block;height:100%;object-fit:cover;transition:transform 0.15s ease;width:100%}.c-post-card .post-card__body{display:flex;flex-direction:column;flex:1 1 auto;gap:var(--wp--custom--tokens--spacing--20,20px);min-height:284px;padding:var(--wp--custom--tokens--spacing--24,24px)}@media screen and (min-width:1025px){.c-post-card .post-card__body{padding:var(--wp--custom--tokens--spacing--32,32px)}}.c-post-card .post-card__kicker{color:var(--wp--preset--color--brand-50,#3bcdcc);font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--sm,14px);letter-spacing:-.01em;line-height:1;margin:0;text-transform:uppercase}.c-post-card .post-card__title{color:var(--wp--preset--color--text-primary-default,#fff);font-family:var(--wp--preset--font-family--sans);font-size:clamp(20px, calc(20px + 1 * ((100vw - 800px) / (1620 - 800))), 21px);line-height:1.12;font-weight:var(--wp--custom--tokens--font--weight--medium,500);letter-spacing:var(--wp--custom--tokens--heading--letter-spacing,-.02em);line-height:1.3;margin:0;text-wrap:pretty}.c-post-card .post-card__title-text{display:inline}.c-post-card .post-card__footer{align-items:center;display:flex;gap:var(--wp--custom--tokens--spacing--16,16px);justify-content:space-between;margin-top:auto}.c-post-card .post-card__date{color:var(--wp--preset--color--text-primary-subdued,rgb(255 255 255 / .58));font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--sm,14px);letter-spacing:-.01em;line-height:1;text-transform:uppercase}.c-post-card .post-card__arrow{border:1px solid rgb(255 255 255 / .2);display:flex;flex:0 0 40px;height:40px;overflow:hidden;position:relative;width:40px}.c-post-card .post-card__arrow::before{background-color:var(--wp--preset--color--brand-50,#3bcdcc);content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:right center;transition:transform 0.35s ease;z-index:0}.c-post-card .post-card__arrow::after{background-color:var(--wp--preset--color--text-primary-default,#fff);content:"";inset:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 9 9'%3E%3Cpath fill='%23fff' d='M8.25 0q.068 0 .132.012l.016.003q.02.005.04.011.05.012.098.03.044.021.083.045.087.047.161.119a.8.8 0 0 1 .118.16q.025.04.044.083A.8.8 0 0 1 9 .75v7.5a.75.75 0 0 1-1.5 0V2.56L1.28 8.78A.75.75 0 1 1 .22 7.72L6.44 1.5H.75a.75.75 0 0 1 0-1.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 9 9'%3E%3Cpath fill='%23fff' d='M8.25 0q.068 0 .132.012l.016.003q.02.005.04.011.05.012.098.03.044.021.083.045.087.047.161.119a.8.8 0 0 1 .118.16q.025.04.044.083A.8.8 0 0 1 9 .75v7.5a.75.75 0 0 1-1.5 0V2.56L1.28 8.78A.75.75 0 1 1 .22 7.72L6.44 1.5H.75a.75.75 0 0 1 0-1.5z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:9px 9px;mask-size:9px 9px;position:absolute;transition:background-color 0.35s ease;z-index:1}.c-post-card.post-card--no-image{min-height:320px}.c-post-card.post-card--no-image .post-card__body{min-height:320px}@media screen and (hover:hover) and (pointer:fine){.c-post-card:has(.post-card__link:hover),.c-post-card:has(.post-card__link:focus-visible){background-color:#0a161f}.c-post-card .post-card__link:hover .post-card__img{transform:scale(1.04)}.c-post-card .post-card__link:hover .post-card__arrow::before,.c-post-card .post-card__link:focus-visible .post-card__arrow::before{transform:scaleX(1);transform-origin:left center}.c-post-card .post-card__link:hover .post-card__arrow::after,.c-post-card .post-card__link:focus-visible .post-card__arrow::after{background-color:var(--okd-body-background-color,#000d16)}}@media (prefers-reduced-motion:reduce){.c-post-card .post-card__arrow::before,.c-post-card .post-card__arrow::after,.c-post-card .post-card__img{transition:none}}