.article-template>*:first-child:not(.article-template__hero-container){margin-top:5rem}@media screen and (min-width: 750px){.article-template>*:first-child:not(.article-template__hero-container){margin-top:calc(5rem + var(--page-width-margin))}}.article-template__hero-container{margin:0 auto;max-height:calc(100vh - var(--header-height))}.article-template__hero-container:has(.article-hero__title){display:grid;grid-template-rows:2fr 1fr;background-color:rgb(var(--color-background))}.article-template__hero-container .article-template__hero{grid-row:1/span 2;grid-column:1/span 1}.article-template__hero-container .article-hero__title{background-color:rgba(255,255,255,.5);grid-column:1/span 1;grid-row:2/span 1;z-index:2}.article-template__hero-container .article-hero__title h1{margin-top:4rem;text-transform:uppercase}.article-template__hero-container .article-hero__title h1 span{text-transform:uppercase}.article-template__hero-container .article-hero__title .page-width{display:flex;flex-flow:column;width:100%;gap:2rem}.article-template__hero-container .card__badge{margin-bottom:2rem}.article-template header{line-height:calc(.8/var(--font-body-scale))}.article-template__title:not(:only-child){margin-bottom:1rem}.article-template__link{font-size:1.8rem;display:flex;justify-content:center;align-items:center;text-decoration:none}.article-template__link .icon-wrap{display:flex;margin-right:1rem;transform:rotate(180deg)}.article-template__content{margin-top:3rem;margin-bottom:3rem;font-size:1.8rem;line-height:2}.article-template__content h2,.article-template__content h3,.article-template__content h4,.article-template__content h5{margin-top:4rem;text-transform:uppercase}.article-template__content h2 span,.article-template__content h3 span,.article-template__content h4 span,.article-template__content h5 span{text-transform:uppercase}.article-template__content ol li,.article-template__content ul li{margin-bottom:1.5rem}.article-template__content a{color:rgb(var(--color-button));font-weight:700}.article-template__content iframe{width:100%;max-width:100%}.article-template__social-sharing{margin-top:3rem}.article-template__social-sharing+header,.article-template__social-sharing+.article-template__content{margin-top:1.5rem}.article-template__comment-wrapper{margin-top:5rem;padding:2.7rem 0}@media screen and (min-width: 750px){.article-template__comment-wrapper{margin-top:6rem;padding:3.6rem 0}}.article-template__comment-wrapper h2{margin-top:0}.article-template__comments{margin-bottom:5rem}@media screen and (min-width: 750px){.article-template__comments{margin-bottom:7rem}}.article-template__comments-fields{margin-bottom:4rem}.article-template__comments-comment{color:rgba(var(--color-foreground), 0.75);background-color:rgb(var(--color-background));margin-bottom:1.5rem;padding:2rem 2rem 1.5rem}@media screen and (min-width: 750px){.article-template__comments-comment{padding:2rem 2.5rem}}.article-template__comments-comment p{margin:0 0 1rem}.article-template__comment-fields>*{margin-bottom:3rem}@media screen and (min-width: 750px){.article-template__comment-fields{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:4rem}}.article-template__comment-warning{margin:2rem 0 2.5rem}@media screen and (min-width: 990px){.article-template__comments .pagination-wrapper{margin:5rem 0 8rem}}.article-template__back:last-child{margin-bottom:3.2rem}