.l-grid{display:grid;row-gap:3rem}@media (min-width: 992px){.l-grid{grid-template-columns:repeat(7,1fr);-moz-column-gap:1.5rem;column-gap:1.5rem}.l-grid__main{grid-column:span 5 / span 5}.l-grid__aside{grid-column:span 2 / span 2}}@media (min-width: 1440px){.l-grid{-moz-column-gap:2.5rem;column-gap:2.5rem}}.l-entries{--gap-y: 1.5rem;--gap-x: 1.5rem;display:grid;gap:var(--gap-y) var(--gap-x)}.l-entries__item{flex-shrink:0}.l-entries.l-entries--divided,.l-entries.l-entries--bordered{--gap-y: 1.5rem}.l-entries.l-entries--divided .l-entries__item,.l-entries.l-entries--bordered .l-entries__item{padding-bottom:var(--gap-y);border-bottom-style:solid;border-bottom-width:1px}.l-entries.l-entries--divided .l-entries__item:last-child{border-bottom-width:0;padding-bottom:0}.l-entries.l-entries--xs{--gap-y: 1rem}@media (min-width: 480px){.l-entries.l-entries--3-xs{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.l-entries.l-entries--2,.l-entries.l-entries--3,.l-entries.l-entries--3-xs{grid-template-columns:repeat(2,1fr)}.l-entries.l-entries--2.l-entries--divided .l-entries__item:nth-last-child(2),.l-entries.l-entries--3.l-entries--divided .l-entries__item:nth-last-child(2),.l-entries.l-entries--3-xs.l-entries--divided .l-entries__item:nth-last-child(2){border-bottom-width:0;padding-bottom:0}}@media (min-width: 992px){.l-entries{--gap-y: 2rem;--gap-x: 2rem}.l-entries.l-entries--3,.l-entries.l-entries--3-xs{grid-template-columns:repeat(3,1fr)}.l-entries.l-entries--3.l-entries--divided .l-entries__item:nth-last-child(3),.l-entries.l-entries--3-xs.l-entries--divided .l-entries__item:nth-last-child(3){border-bottom-width:0;padding-bottom:0}}.c-figure{display:block;margin-inline:auto}.c-figure figcaption{color:rgb(var(--text-color) / 60%);font-size:.75rem;padding-inline:0;padding-top:.5rem}.c-figure figcaption p{margin-bottom:0}.c-figure__embed{width:100%;background-color:rgb(var(--text-color) / 10%);padding-bottom:56.25%;border-radius:.75rem}.c-figure__embed img,.c-figure__embed iframe,.c-figure__embed embed,.c-figure__embed video{-o-object-fit:cover;object-fit:cover}.c-figure__embed a{opacity:1}.c-figure__embed:has(iframe,embed,video,.c-figure__play){z-index:2}.c-figure__play{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;--link-color: #FDFEFF;--link-hover-color: #FDFEFF;--link-opacity: .7;--link-hover-opacity: .7}.c-figure__play svg{width:10%;fill:currentColor;transition-property:transform}.c-figure__play svg>*{fill:currentColor}@media (hover: hover){.c-figure__play:hover svg{transform:scale(1.1)}}.c-entry{--entry-count-size: 2.75rem;--entry-radius: .75rem;position:relative;display:flex;flex-direction:column;flex-grow:1;gap:1rem 1.25rem;border-radius:var(--entry-radius)}.c-entry .u-link-overlay:before{z-index:1}.c-entry a.c-bar__link,.c-entry button.c-bar__link{position:relative;z-index:2}.c-entry__cover{width:100%;flex-shrink:0}.c-entry__cover .c-figure__embed{border-radius:var(--entry-radius)}.c-entry__content{display:flex;flex-direction:column;flex-grow:1}.c-entry__title{font-weight:500;line-height:1.3;max-width:46rem;margin-bottom:auto;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.c-entry__title:has(+.c-entry__lead){margin-bottom:0}.c-entry__title .i-icon{font-size:.9em;margin-right:.05em;margin-bottom:.05em;color:var(--link-color)}.c-entry__link{color:currentColor}.c-entry__lead{font-size:1rem;margin-top:.5rem;margin-bottom:auto}.c-entry__info{flex-wrap:wrap;font-size:13px;font-weight:700;align-items:center;margin-bottom:.5rem;--link-opacity: .7}.c-entry__info .c-bar__link{margin-block:-.75rem}.t-dark .c-entry__info{--link-opacity: .5;--link-hover-opacity: 1}.c-entry__info dd:has(~dd){position:relative;--size: .57em}.c-entry__info dd:has(~dd):before{content:"";position:absolute;width:var(--size);height:var(--size);left:calc(100% + var(--size));top:calc(50% - var(--size) / 2);background-color:rgb(var(--primary-color) / 1)}.c-entry__info dd:has(~dd):has(.c-entry__video){margin-right:-1.25rem}.c-entry__info dd:has(~dd):has(.c-entry__video):before{content:none}.t-dark .c-entry__info dd:before{background-color:rgb(var(--text-color) / 1);opacity:var(--link-opacity)}.c-entry__video{--link-opacity: 1;min-width:0}.t-dark .c-entry__video{--link-opacity: .5}.c-entry__views{gap:.25rem}.c-entry__author{font-size:13px;font-weight:500;text-transform:uppercase;margin-top:1rem}.c-entry__author .c-bar__link{margin-block:-.75rem}.c-entry__count{position:absolute;background:rgb(var(--primary-color) / 1);color:#fdfeff;font-size:calc(var(--entry-count-size) * .42);font-weight:700;width:var(--entry-count-size);height:var(--entry-count-size);display:flex;align-items:center;justify-content:center;right:0;top:0}.c-entry__tag{text-transform:uppercase;font-weight:700;z-index:2;margin-bottom:1.5rem}.c-entry__duration{font-weight:600;color:#fdfeff;font-size:10px;line-height:1.4;padding-inline:.25rem;border-radius:.25rem;background-color:#171718b3;position:absolute;right:.25rem;bottom:.25rem}.c-entry--row{flex-direction:row;--entry-radius: .5rem;--entry-count-size: 1.75rem}.c-entry--row .c-entry__cover{order:1;align-self:flex-start;width:min(7rem,33%)}.c-entry--row.c-entry--md .c-entry__cover{width:min(16rem,33%)}.c-entry--xs{gap:1rem}.c-entry--xs .c-entry__title{font-size:.875rem;-webkit-line-clamp:3}.c-entry--xs .c-entry__info{margin-bottom:.25rem}.c-entry--lg .c-entry__title{font-size:1.25rem}.c-entry--lg .c-entry__cover{width:auto;margin-inline:calc(var(--box-space) * -1)}.c-entry--hero{--entry-count-size: 3.75rem}.c-entry--hero .c-entry__title{font-size:1.5rem}.c-entry--highlight{background-color:rgb(var(--primary-color) / 1);padding:1.25rem;margin-inline:-1.25rem}.c-entry--highlight .c-entry__info{--link-opacity: 1;--link-hover-opacity: .8}.c-entry--highlight .c-entry__video{--link-opacity: 1}.c-entry--highlight.c-entry--lg .c-entry__cover{width:auto;margin-top:-1.25rem;margin-inline:-1.25rem}.c-entry--bg{display:grid}.c-entry--bg .c-entry__cover{grid-row:1 / -1;grid-column:1 / -1;width:100%;margin:0;z-index:-1}.c-entry--bg .c-entry__cover .c-figure__embed:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1717187f}.c-entry--bg .c-entry__content{padding:1.25rem;grid-row:1 / -1;grid-column:1 / -1;justify-content:flex-end}.c-entry--bg .c-entry__title{margin-bottom:0}.c-entry--bg-blur .c-entry__cover img{width:150%;height:150%;left:50%;top:50%;max-width:none;transform:translate(-50%,-50%);filter:blur(75px)}@media (max-width: 767px){.c-entry--lg.c-entry--row{flex-direction:column;--entry-radius: 1rem;--entry-count-size: 2.75rem}.c-entry--lg.c-entry--row .c-entry__cover{order:0;align-self:initial;width:auto}}@media (min-width: 768px){.c-entry--md{--entry-count-size: 3rem;--entry-radius: .75rem}.c-entry--md .c-entry__title{font-size:1.25rem}.c-entry--md .c-entry__lead{font-size:1.125rem}.c-entry--lg{--entry-count-size: 3.75rem;--entry-radius: .75rem}.c-entry--lg .c-entry__cover{margin-inline:0}.c-entry--lg .c-entry__title{font-size:1.375rem}.c-entry--hero{--entry-count-size: 3.75rem}.c-entry--row.c-entry--lg .c-entry__cover{width:min(25rem,45%)}}@media (min-width: 992px){.c-entry--md,.c-entry--lg{--entry-radius: 1rem}.c-entry--hero .c-entry__title{font-size:2rem}.c-entry--highlight{margin-inline:0}.c-entry--row-reverse{flex-direction:row-reverse}}@media (min-width: 1440px){.c-entry--md .c-entry__title{font-size:1.375rem}.c-entry--lg .c-entry__title{font-size:1.75rem}.c-entry--hero .c-entry__title{font-size:2.5rem}}.c-section{padding-top:1.75rem;margin-bottom:1.75rem}.c-section__heading{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.c-section--bg{padding-block:2.5rem;border-radius:1rem}.c-section--bg:first-child{border-top-left-radius:0;border-top-right-radius:0}.is-tags .c-section--bg:first-child{padding-top:5rem}.c-section--bg:not(:first-child){margin-top:3.75rem}.c-section--bg+.c-section:not(.c-section--bg){padding-top:1.75rem}.c-section--gray{background-color:rgb(var(--shade-300) / 1)}@media (min-width: 992px){.c-section{padding-top:2.5rem}.c-section__heading{flex-direction:row;gap:2.5rem}.c-section--bg{padding-block:3.5rem}.is-tags .c-section--bg:first-child{padding-top:5rem}}.c-widget{margin:1.25rem auto;max-width:100%;width:calc(var(--width) * 1px)}.c-widget--sticky{position:sticky;transition-property:top;top:calc(var(--header-sticky-height) + 1.25rem)}.c-widget:first-child{margin-top:0}.c-widget:last-child{margin-bottom:0}.c-widget__header{opacity:.7;font-size:.75rem;margin-bottom:.25rem}.c-widget__inner{display:block;position:relative;padding-bottom:calc(var(--height) / var(--width) * 100%)}.c-widget__embed{display:inline-block;position:absolute;transform-origin:left top;left:0;top:0}@media (max-width: 1439px){.c-widget--300 .c-widget__embed{transform:scale(.895)}}@media (max-width: 1259px){.c-widget--300 .c-widget__embed{transform:scale(.7923)}.c-widget--750 .c-widget__embed{transform:scale(.89)}.c-widget--728 .c-widget__embed{transform:scale(.918)}}@media (max-width: 991px){.c-widget--300 .c-widget__embed{transform:none}.c-widget--750 .c-widget__embed{transform:scale(.97)}.c-widget--728 .c-widget__embed{transform:scale(1)}}
