.postCard{display:flex;flex-direction:column;background-color:#fff;border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease;color:#03113a;height:100%}@media(min-width:1200px){.postCard{border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}}.postCard:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(3,17,58,.1)}.postCard_image{position:relative;width:100%;height:200px;overflow:hidden;background-color:rgba(3,17,58,.04);flex-shrink:0}@media(min-width:1200px){.postCard_image{height:auto;aspect-ratio:408/240}}.postCard_image img,.postCard_image video{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.postCard_image-fallback{position:absolute;inset:0;background:linear-gradient(135deg,#03113a,#1e4596)}.postCard:hover .postCard_image img,.postCard:hover .postCard_image video{transform:scale(1.04)}.postCard_tag{position:absolute;top:14px;left:14px;background-color:#f1493e;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;line-height:1;transform:skew(30deg);padding:8px 32px}.postCard_tag span{transform:skew(-30deg)}@media(min-width:1200px){.postCard_tag{top:16px;left:16px;font-size:12px}}.postCard_tag span{display:inline-block}.postCard_body{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;gap:14px;padding:20px}@media(min-width:1200px){.postCard_body{padding:24px;justify-content:space-between;gap:20px;min-height:264px}}.postCard_top{display:flex;flex-direction:column;gap:12px}@media(min-width:1200px){.postCard_top{gap:14px}}.postCard_title{font-size:17px;font-weight:800;line-height:1.22;margin:0;color:#03113a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:1200px){.postCard_title{font-size:22px;line-height:1.2}}.postCard_desc{font-size:13px;line-height:1.55;margin:0;color:#5a667a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:1200px){.postCard_desc{font-size:14px;line-height:1.5}}.postCard_meta{display:flex;align-items:center;gap:6px;font-size:12px;flex-wrap:wrap}@media(min-width:1200px){.postCard_meta{gap:8px;font-size:13px}}.postCard_avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background-image:linear-gradient(225deg,#4273ff 14.645%,#1e4596 85.355%);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;font-style:normal;margin-right:4px}@media(min-width:1200px){.postCard_avatar{width:32px;height:32px;font-size:13px;margin-right:0}}.postCard_author{font-weight:600;color:#03113a}.postCard_dot{color:#8c96a5}.postCard_date{color:#5a667a}.postCard{--reveal-step:90ms;--reveal-i:0;opacity:0;transform:translate3d(0,28px,0);transition:opacity .7s cubic-bezier(.22,.61,.36,1) calc(.25s + var(--reveal-i)*var(--reveal-step)),transform .7s cubic-bezier(.22,.61,.36,1) calc(.25s + var(--reveal-i)*var(--reveal-step));will-change:opacity,transform}@media(prefers-reduced-motion:reduce){.postCard{opacity:1;transform:none;transition:none}}.allStories--visible .postCard,.relatedPosts--visible .postCard{opacity:1;transform:translateZ(0)}.relatedPosts{padding:60px 0;text-align:center}@media(min-width:1200px){.relatedPosts{padding:100px 0}}.relatedPosts_header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}@media(min-width:1200px){.relatedPosts_header{gap:20px;margin-bottom:64px}}.relatedPosts_subtitle{display:inline-block;background-color:#f1493e;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;line-height:1;transform:skew(30deg);padding:8px 32px}.relatedPosts_subtitle span{transform:skew(-30deg);display:inline-block}@media(min-width:1200px){.relatedPosts_subtitle{font-size:12px}}.relatedPosts_title{position:relative;width:-moz-fit-content;width:fit-content;margin:0 auto;overflow:hidden;font-size:32px;font-weight:800;line-height:1.05;color:#03113a}@media(min-width:1200px){.relatedPosts_title{font-size:56px}}@media(min-width:1600px){.relatedPosts_title{font-size:64px}}.relatedPosts_title>span span{color:#f1493e}.relatedPosts_description{font-size:14px;line-height:1.5;margin:0;color:#03113a;opacity:.7;max-width:560px}@media(min-width:1200px){.relatedPosts_description{font-size:16px}}.relatedPosts_grid{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;margin-bottom:32px;max-width:350px;margin-left:auto;margin-right:auto}@media(min-width:992px){.relatedPosts_grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:none}}@media(min-width:1200px){.relatedPosts_grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}}.relatedPosts_swiper{width:100%;margin-bottom:32px;padding-bottom:40px!important;overflow:visible}.relatedPosts_swiper .swiper-pagination{bottom:0!important;display:flex;justify-content:center;gap:8px}.relatedPosts_swiper .swiper-pagination-bullet{width:24px;height:6px;border-radius:3px;background-color:#03113a;opacity:.2;margin:0!important;transition:opacity .2s ease,width .2s ease}.relatedPosts_swiper .swiper-pagination-bullet-active{opacity:1;background-color:#f1493e;width:36px}.relatedPosts_swiper-slide{height:auto;display:flex}.relatedPosts_footer{display:flex;justify-content:center}.relatedPosts_cta{cursor:pointer}.relatedPosts_subtitle{opacity:0;transition:opacity .6s cubic-bezier(.22,.61,.36,1)}@media(prefers-reduced-motion:reduce){.relatedPosts_subtitle{opacity:1;transition:none}}.relatedPosts_description{--reveal-step:90ms;--reveal-i:0;opacity:0;transform:translate3d(0,16px,0);transition:opacity .6s cubic-bezier(.22,.61,.36,1) calc(.2s + var(--reveal-i)*var(--reveal-step)),transform .6s cubic-bezier(.22,.61,.36,1) calc(.2s + var(--reveal-i)*var(--reveal-step));will-change:opacity,transform}@media(prefers-reduced-motion:reduce){.relatedPosts_description{opacity:1;transform:none;transition:none}}.relatedPosts_footer{--reveal-step:90ms;--reveal-i:0;opacity:0;transform:translate3d(0,22px,0);transition:opacity .75s cubic-bezier(.22,.61,.36,1) calc(.2s + var(--reveal-i)*var(--reveal-step)),transform .75s cubic-bezier(.22,.61,.36,1) calc(.2s + var(--reveal-i)*var(--reveal-step));will-change:opacity,transform}@media(prefers-reduced-motion:reduce){.relatedPosts_footer{opacity:1;transform:none;transition:none}}.relatedPosts--visible .relatedPosts_subtitle{opacity:1}.relatedPosts--visible .relatedPosts_description,.relatedPosts--visible .relatedPosts_footer{opacity:1;transform:translateZ(0)}