.l-article__hero{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;height:100vh;max-height:22rem;color:var(--color-white)}.l-article__hero-media{position:absolute;z-index:0;width:100%;height:100%;background-color:var(--color-black);pointer-events:none}.l-article__hero-media img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.l-article__hero-topline{position:absolute;top:calc(var(--head-height) + var(--admin-bar-height));width:100%;height:100%;border-top:1px solid #333;pointer-events:none}.l-article__hero-lines{position:absolute;top:calc(var(--head-height) + var(--admin-bar-height));display:grid;gap:4rem;grid-template-columns:repeat(4, 1fr);height:calc(100% - (var(--head-height) + var(--admin-bar-height)));border-right:1px solid #333}@media only screen and (max-width: 987px){.l-article__hero-lines{grid-gap:2rem}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.l-article__hero-lines{grid-gap:0;grid-template-columns:repeat(2, 1fr)}}.l-article__hero-lines>div{margin-left:-2rem;border-left:1px solid #333}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.l-article__hero-lines>div{padding-left:1rem}}.l-article__hero-wrap{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;position:relative;padding-top:calc(var(--head-height) + var(--admin-bar-height));height:100%}@media only screen and (max-width: 767px){.l-article__hero-wrap{flex-direction:column;justify-content:flex-end}}.l-article__hero-content{width:100%}.l-article__hero-content div{margin-bottom:4rem;width:75%}@media only screen and (max-width: 987px){.l-article__hero-content div{margin-bottom:2rem;width:100%}}.l-article .s__text{margin:2rem 0;font-weight:400}.l-article__container{margin-bottom:4.6rem;padding-top:4rem}@media only screen and (max-width: 987px){.l-article__container{margin-bottom:3.5rem;padding-top:2rem}}.l-article__meta{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--color-black-text)}.l-article__meta-date{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:1rem 0;color:var(--color-brand-1);font-family:var(--font-ptmono);text-transform:uppercase}.l-article__meta a{color:var(--color-brand-1);font-weight:300;text-decoration:none}.l-article__meta a:hover,.l-article__meta a:focus{color:var(--color-brand-2);text-decoration:underline}.l-article__meta img{width:2rem;height:2rem;border-radius:50%}.l-article__content{margin:2rem auto;width:100%}.l-article .rte{font:300 var(--font-size-t-md)/1.4 var(--font-text)}@media only screen and (max-width: 987px){.l-article .rte{margin-top:1.5rem}}.l-article .rte h2,.l-article .rte h3,.l-article .rte h4,.l-article .rte h5,.l-article .rte h6{margin:2rem 0 0;counter-increment:none}.l-article .rte h2:before,.l-article .rte h3:before,.l-article .rte h4:before,.l-article .rte h5:before,.l-article .rte h6:before{display:none}.l-article .rte h2 strong,.l-article .rte h2 b,.l-article .rte h3 strong,.l-article .rte h3 b,.l-article .rte h4 strong,.l-article .rte h4 b,.l-article .rte h5 strong,.l-article .rte h5 b,.l-article .rte h6 strong,.l-article .rte h6 b{font-weight:500}.l-article .rte h2{font-size:var(--font-size-h-lg)}.l-article .rte h2:first-of-type{margin-top:0}.l-article .rte h3{font-size:var(--font-size-h-md)}.l-article .rte h4{font-size:var(--font-size-h-sm)}.l-article .rte h5{font:400 var(--font-size-h-sm)/1.5 var(--font-heading)}.l-article .rte h6{font:400 var(--font-size-h-sm)/1.5 var(--font-heading)}.l-article .rte a{color:var(--color-brand-3);text-decoration:underline}.l-article .rte a:hover,.l-article .rte a:focus{color:var(--color-brand-1);text-decoration:none}.l-article .rte ul{list-style-type:disc}.l-article .rte ul li{margin-left:1em;padding:0}.l-article .rte ul li:before{content:none}.l-article .rte ol{padding-left:1em;list-style-position:outside;list-style-type:decimal}.l-article .rte ol li{display:list-item}.l-article .rte ol li:before{display:none}.l-article .rte blockquote{position:relative}.l-article .rte blockquote:before{position:absolute;left:-2rem;width:1px;height:100%;background-image:linear-gradient(180deg, var(--color-brand-1) 0%, var(--color-brand-2) 100%);content:""}.l-article .rte code{position:relative;display:block;margin:0;padding:.5rem 1rem;width:-moz-max-content;width:max-content;border-radius:2px;overflow:hidden;font-size:var(--font-size-t-md)}.l-article .rte code>br:first-child{display:none}.l-article .rte code:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block;width:100%;height:100%;background:rgba(211,211,211,.3019607843);content:""}.l-article .rte table{margin:1.5rem auto;width:100%;border-collapse:collapse;font:300 var(--font-size-t-sm)/1.1 var(--font-text)}.l-article .rte table thead{background:var(--color-brand-3);color:#fff}.l-article .rte table thead th{padding:1rem;font:300 var(--font-size-t-lg)/1 var(--font-text)}.l-article .rte table tr{border-bottom:1px solid #ddd}.l-article .rte table td{padding:1rem .5rem;vertical-align:top}.l-article .rte table td ul li+li{margin-top:.5rem}.l-article .rte table.proscons{border-radius:1rem;overflow:hidden}.l-article .rte table.proscons thead{background:#f9f9f9;color:#000}.l-article .rte table.proscons thead th{width:50%;text-align:left}.l-article .rte table.proscons thead th:before{display:inline-block;margin-top:.5rem;margin-right:1rem;width:1.75rem;height:1.75rem;background-image:url("../../../static/images/thumb-down.svg");background-position:center;background-repeat:no-repeat;background-size:contain;vertical-align:middle;transition:background-image .1s ease-in-out;content:""}.l-article .rte table.proscons thead th:first-of-type:before{margin-top:0;margin-bottom:.5rem;background-image:url("../../../static/images/thumb-up.svg")}.l-article .rte table.proscons tr{border:none}.l-article .rte table.proscons td{padding:2rem 1rem;background:#ffd9de}@media only screen and (max-width: 987px){.l-article .rte table.proscons td{padding:1rem .25rem}}.l-article .rte table.proscons td:first-of-type{background:#dae9ff}
