@media screen and (min-width:0px){section#news-feed .content{display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*1.5)}section#news-feed .content .content__text-wrapper{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section#news-feed .content .content__grid-wrapper .grid{display:grid;gap:var(--spacing--gutter);grid-template-columns:repeat(1,1fr)}section#news-feed .content .content__grid-wrapper .grid .news-card .card{background-color:var(--color--black-100-a16);box-shadow:inset 0 0 0 1px var(--color--black-100);display:flex;flex-direction:column;height:100%}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__image-wrapper{padding:var(--spacing--frame-padding)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__image-wrapper .image-wrapper{aspect-ratio:608/400}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__body{display:flex;flex:1;flex-direction:column;gap:calc(var(--spacing--gutter)*.5);justify-content:space-between;padding:0 var(--spacing--card-padding) var(--spacing--card-padding)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__body h3{font-size:var(--font-size--h4)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom .card__excerpt{color:var(--color--black-400);font-size:var(--font-size--legal)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom .card__footer{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom .card__footer .button{justify-content:center;margin-top:0;width:100%}section#news-feed .content .content__grid-wrapper .grid__empty{background-color:var(--color--black-100-a16);box-shadow:inset 0 0 0 1px var(--color--black-100);display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*.5);padding:calc(var(--spacing--card-padding)*2);text-align:center}section#news-feed .content .content__grid-wrapper .grid__empty h3{font-size:var(--font-size--h3)}section#news-feed .content .content__grid-wrapper .grid__empty p{color:var(--color--black-400)}}@media screen and (min-width:992px){section#news-feed .content .content__grid-wrapper .grid{grid-template-columns:repeat(3,1fr)}section#news-feed .content .content__grid-wrapper .grid .news-card .card .card__image-wrapper .image-wrapper{aspect-ratio:unset;max-height:360px;min-height:360px}}@media screen and (min-width:0px){section#news-feed__abridged{background-color:var(--color--black-500)}section#news-feed__abridged .content{display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*1.5)}section#news-feed__abridged .content .content__text-wrapper,section#news-feed__abridged .content .content__text-wrapper .heading-row{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section#news-feed__abridged .content .content__text-wrapper h2{line-height:1.3}section#news-feed__abridged .content .content__grid-wrapper .grid{display:grid;gap:var(--spacing--gutter);grid-template-columns:repeat(1,1fr)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card{background-color:var(--color--black-50-a8);box-shadow:inset 0 0 0 1px var(--color--black-400);display:flex;flex-direction:column;height:100%}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__image-wrapper{padding:var(--spacing--frame-padding)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__image-wrapper .image-wrapper{aspect-ratio:608/400}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__body{display:flex;flex:1;flex-direction:column;gap:calc(var(--spacing--gutter)*.5);justify-content:space-between;padding:0 var(--spacing--card-padding) var(--spacing--card-padding)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__body h3{font-size:var(--font-size--h4)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom .card__excerpt{color:var(--color--black-100);font-size:var(--font-size--legal)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom .card__footer{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__body .card__bottom .card__footer .button{justify-content:center;margin-top:0;width:100%}section#news-feed__abridged .content .content__grid-wrapper .grid__empty{background-color:var(--color--black-100-a16);box-shadow:inset 0 0 0 1px var(--color--black-100);display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*.5);padding:calc(var(--spacing--card-padding)*2);text-align:center}section#news-feed__abridged .content .content__grid-wrapper .grid__empty h3{font-size:var(--font-size--h3)}section#news-feed__abridged .content .content__grid-wrapper .grid__empty p{color:var(--color--black-400)}}@media screen and (min-width:992px){section#news-feed__abridged .content .content__text-wrapper .heading-row{align-items:end;flex-direction:row;gap:var(--spacing--gutter);justify-content:space-between}section#news-feed__abridged .content .content__grid-wrapper .grid{grid-template-columns:repeat(3,1fr)}section#news-feed__abridged .content .content__grid-wrapper .grid .news-card .card .card__image-wrapper .image-wrapper{aspect-ratio:unset;max-height:360px;min-height:360px}}@media screen and (min-width:0px){section.hero.article-post .content{display:grid;gap:calc(var(--spacing--gutter)*2);grid-template-columns:repeat(1,1fr)}section.hero.article-post .content .content__image-wrapper{background-color:var(--color--black-50-a8);box-shadow:inset 0 0 0 1px var(--color--black-400);padding:var(--spacing--frame-padding)}section.hero.article-post .content .content__image-wrapper .image-wrapper{aspect-ratio:4/3}section.hero.article-post .content .content__text-wrapper{justify-content:center}section.hero.article-post .content .content__text-wrapper,section.hero.article-post .content .content__text-wrapper .text-wrapper{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section.hero.article-post .content .content__text-wrapper .button-wrapper{margin-top:1rem}section.hero.article-post .content .content__text-wrapper .button-wrapper .button .arrow{padding:0 8px 0 0}}@media screen and (min-width:992px){section.hero.article-post .content{grid-template-columns:1fr 1fr}section.hero.article-post .content .content__image-wrapper{order:-1}}@media screen and (min-width:0px){section#description .content{display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*1.5);margin:0 auto;max-width:800px}section#description .content .content__text-wrapper{display:flex;flex-direction:column;gap:1.5rem}section#description .content .content__text-wrapper h1,section#description .content .content__text-wrapper h2,section#description .content .content__text-wrapper h3,section#description .content .content__text-wrapper h4,section#description .content .content__text-wrapper h5,section#description .content .content__text-wrapper h6{margin-top:1.5rem}section#description .content .content__text-wrapper h1:first-child,section#description .content .content__text-wrapper h2:first-child,section#description .content .content__text-wrapper h3:first-child,section#description .content .content__text-wrapper h4:first-child,section#description .content .content__text-wrapper h5:first-child,section#description .content .content__text-wrapper h6:first-child{margin-top:0}section#description .content .content__text-wrapper p{color:var(--color--black-400)}section#description .content .content__text-wrapper a{text-decoration:underline;text-decoration-color:var(--color--yellow-500);text-decoration-thickness:2px;text-underline-offset:3px}section#description .content .button-wrapper{margin-top:0}section#description .content .button-wrapper .button .arrow{padding:0 8px 0 0}section.columns__split .container .inner .content .content__side-grid-wrapper .side-grid .side-grid__item{gap:0;justify-content:start}section.columns__split .container .inner .content .content__side-grid-wrapper .side-grid .side-grid__item h3{font-size:1.25rem}section.columns__split .container .inner .content .content__side-grid-wrapper .side-grid .side-grid__item p{color:var(--color--black-400);font-size:var(--font-size--legal)}}@media screen and (min-width:992px){section.columns__split .container .inner .content .content__side-grid-wrapper .side-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:0px){section.grid__dual-items .content{display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*1.5)}section.grid__dual-items .content .content__text-wrapper,section.grid__dual-items .content .content__text-wrapper .heading-row{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section.grid__dual-items .content .content__text-wrapper h2{line-height:1.3}section.grid__dual-items .content .content__grid-wrapper .grid{background-color:var(--color--black-100-a16);box-shadow:inset 0 0 0 1px var(--color--black-100);display:grid;grid-template-columns:repeat(1,1fr)}section.grid__dual-items .content .content__grid-wrapper .grid .grid__item{border-bottom:1px solid var(--color--black-100);display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);padding:var(--spacing--card-padding)}section.grid__dual-items .content .content__grid-wrapper .grid .grid__item .text-wrapper{display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)/3);justify-content:space-between}section.grid__dual-items .content .content__grid-wrapper .grid .grid__item .image-wrapper__container .image-wrapper{aspect-ratio:1/1;width:100%}}@media screen and (min-width:992px){section.grid__dual-items .content .content__text-wrapper .heading-row{align-items:end;flex-direction:row;gap:var(--spacing--gutter);justify-content:space-between}section.grid__dual-items .content .content__grid-wrapper .grid{grid-template-columns:repeat(2,1fr)}section.grid__dual-items .content .content__grid-wrapper .grid .grid__item{border-right:1px solid var(--color--black-100);grid-template-columns:repeat(2,1fr)}section.grid__dual-items .content .content__grid-wrapper .grid .grid__item.rev .text-wrapper{order:1}section.grid__dual-items .content .content__grid-wrapper .grid .grid__item.rev .image-wraper__container{order:0}}@media screen and (min-width:0px){section.grid__list{background-color:var(--color--black-50)}section.grid__list .content{display:flex;flex-direction:column;gap:calc(var(--spacing--gutter)*1.5)}section.grid__list .content .content__text-wrapper,section.grid__list .content .content__text-wrapper .heading-row{display:flex;flex-direction:column;gap:var(--spacing--gutter)}section.grid__list .content .content__text-wrapper h2{line-height:1.3}section.grid__list .content .content__grid-wrapper .grid{background-color:var(--color--white);box-shadow:inset 0 0 0 1px var(--color--black-100)}section.grid__list .content .content__grid-wrapper .grid ul{display:grid;grid-template-columns:repeat(1,1fr)}section.grid__list .content .content__grid-wrapper .grid ul li{border-bottom:1px solid var(--color--black-100);border-right:1px solid var(--color--black-100);font-size:1.25rem;font-weight:var(--font-weight--medium);margin:0!important;padding:var(--spacing--card-padding)}section.grid__list .content .content__grid-wrapper .grid ul li:before{display:none!important}}@media screen and (min-width:992px){section.grid__list .content .content__text-wrapper .heading-row{align-items:end;flex-direction:row;gap:var(--spacing--gutter);justify-content:space-between}section.grid__list .content .content__grid-wrapper .grid ul{grid-template-columns:repeat(3,1fr)}}