:root{--font-inter: Inter, sans-serif;--font-work-sans: Work Sans, sans-serif;--font-caraque: Caraque, sans-serif;--font-caraque-melted: Caraque Melted, sans-serif}.featured-articles .featured-card-main .card-header::before{content:"";position:absolute;width:100%;height:100%;bottom:0px;left:0px;z-index:2;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),linear-gradient(rgba(0, 0, 0, 0) 56.33%, rgba(0, 0, 0, 0.6) 100%)}.featured-articles .featured-card-main .card-header .btn-and-title-wrapper{position:absolute;bottom:0;display:flex;justify-content:space-between;align-items:center;gap:20px;z-index:3;width:100%;padding:26px;box-sizing:border-box}.featured-articles .featured-card-main .card-header .btn-and-title-wrapper .title-default{color:var(--color-white);z-index:3;margin:0;flex:1}.featured-articles .featured-card-main .card-header .btn-and-title-wrapper .btn-icon{flex-shrink:0;z-index:4;display:flex;align-items:center;justify-content:center;margin-top:0;margin-right:0}.featured-articles .featured-card-main .card-header a{z-index:4}.featured-articles .featured-card-main .title-default{color:var(--color-white);z-index:3;padding-right:48px}@media(max-width: 767px){.featured-articles .featured-card-main .title-default{padding-right:0}}.featured-articles .featured-card-main:hover .btn-icon.btn-icon-default{background-color:var(--hover-bg-color);color:var(--hover-color)}.featured-articles .title-default{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;word-break:break-word}@media(max-width: 767px){.featured-articles .title-default{-webkit-line-clamp:3;line-clamp:3}}.featured-articles .featured-card-right{gap:18px}.featured-articles .featured-card-right .image{padding:0 !important;overflow:hidden;aspect-ratio:4/3}.featured-articles .featured-card-right .image img{transition:1s;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-articles .featured-card-right .body-content .link{text-decoration:underline}.featured-articles .featured-card-right:hover .image img{scale:1.1}.featured-articles .featured-card-right .body-content{padding:10px 0;display:flex;flex-direction:column;justify-content:space-between}.featured-articles .featured-card-right .body-content .link{font-weight:600}.featured-articles .section-wrapper{gap:16px}.featured-articles .section-wrapper .card-wrapper{display:flex;flex-direction:column;justify-content:flex-start;row-gap:normal}@media(max-width: 767px){.featured-articles .section-wrapper .card-wrapper{row-gap:18px}}.featured-articles .section-wrapper .card-wrapper:has(.featured-card-right:nth-of-type(3)){justify-content:space-between}.featured-articles .section-wrapper .card-wrapper .featured-card-right:not(:last-of-type)+.separator{display:block}.featured-articles .section-wrapper .separator{width:100%;display:none;border-bottom:1px solid var(--color-disabled-grey)}