.article .header-anchors{grid-column-start:2;position:-webkit-sticky;position:sticky;top:0;background:#fff;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(40%,#fff));background:linear-gradient(0deg,hsla(0,0%,100%,0),#fff 40%);padding:1em 0 2em 0}.article .header-anchors a{display:inline-block;margin-right:1em}.article .header-anchors a.active{color:var(--highlight)}.article .grid{display:grid;max-width:1440px;margin:0 auto;padding:0 1rem;grid-gap:3rem;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem;grid-template-columns:1fr 3fr 1fr}@supports (padding:max(0px)){.article .grid{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}@media screen and (max-width:900px){.article .grid{grid-gap:0;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;grid-template-columns:1fr}}.article .maincontent{grid-column-start:2}.article .maincontent h2{font-size:3rem;margin-top:.5em;margin-bottom:.25em}@media screen and (max-width:900px){.article .maincontent h2{font-size:2em}}.article .maincontent h3{font-size:1.5rem;margin-top:.5em;margin-bottom:.25em}.article .maincontent p{margin-bottom:1em}.article .maincontent a{text-decoration:underline}.article .maincontent img{max-width:100%}.article .maincontent iframe{border:0;width:100%}.article .maincontent figure{margin:1.5em 0}.article .maincontent figcaption{text-align:center;margin-top:.5em}.article .maincontent .ratio{width:100%;position:relative;padding-bottom:56.25%}.article .maincontent .ratio iframe{width:100%;height:100%;outline:none;border:0;position:absolute;top:0;left:0;right:0;bottom:0}.article .maincontent .textarea{margin-bottom:1em}.article .maincontent .press-images{margin:1em 0}.article .maincontent .press-images ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:.5em;-webkit-column-gap:.5em;-moz-column-gap:.5em;column-gap:.5em;row-gap:.5em}.article .maincontent .press-images li{max-width:100%}.article .maincontent .press-images img{height:5rem}.article .maincontent .partners{margin-bottom:2em;margin-top:2em}.article .maincontent .partners ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(5em,1fr));grid-gap:2em;-webkit-column-gap:2em;-moz-column-gap:2em;column-gap:2em;row-gap:2em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article .maincontent .partners ul li{max-width:100%}.article .maincontent .partners ul img{width:100%}.article .maincontent em,.article .maincontent i{font-style:italic}.article .maincontent>ol,.article .maincontent>ul{padding-left:0}.article .maincontent>ol:not(:last-child),.article .maincontent>ul:not(:last-child){margin-bottom:1em}.article .maincontent>ol li,.article .maincontent>ul li{padding-left:2em;position:relative}.article .maincontent>ol li:before,.article .maincontent>ul li:before{position:absolute;left:0;width:1.25em;display:inline-block;text-align:right}.article .maincontent>ul li:before{content:"–"}.article .maincontent>ol li{counter-increment:section}.article .maincontent>ol li:before{content:counter(section);font-variant-numeric:tabular-nums}