.pagenum {
    display: none;
}

article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 80px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

article.centered {
    max-width: 681px;
    margin: 0 auto;
}

.article__back {
    margin-top: 106px;
    margin-bottom: 40px;
}

.article__date {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 54px;
    border-top: 1px solid var(--Primitives-Slate-Slate-4, #ECEEF0);
    border-bottom: 1px solid var(--Primitives-Slate-Slate-4, #ECEEF0);
    margin-top: 0;
    margin-bottom: 60px;
}

.article__date ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.article__date ul li {
    color: var(--Primitives-Slate-Slate-12, #4D565C);
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.42px;
}

.article__date ul > li:first-child {
    text-transform: capitalize;
}

.article__date ul li:not(:first-child)::before {
    padding-left: .375em;
    content: ' • ';
}

.article__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    max-width: 100%;
    ;
}

.article__body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}

.article__body-title h1 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-align: center;
    font-family: "Items";
    font-size: var(--font-size-Level-11, 52px);
    font-style: normal;
    font-weight: 325;
    line-height: var(--line-height-Level-11, 56px);
    letter-spacing: 1.04px;
    font-variation-settings: 'wdth' 450;
    max-width: 900px;
    margin: 0 auto;
}

.article__body-title h2 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-family: "PPNV";
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: 30px;
    letter-spacing: 0.48px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article__body-title h3 {
    font-size: 32px;
    line-height: 36px;
}

.article__body-title :is(p, ul, ol) {
    font-size: 32px;
    line-height: 32px;
    color: var(--color-text-black);
    margin-bottom: 0;
}

.article__body-title :is(ul, ol) li {
    margin-bottom: 1em;
    position: relative;
}

.article__body-title :is(ul, ol) li:last-child {
    margin-bottom: 0;
}

.article__body-title ul li::marker {
    content: '';
}

.article__body-title ul li::before {
    content: '';
    display: block;
    width: 0.22em;
    height: 0.22em;
    background-color: var(--text-black);
    position: absolute;
    left: -1em;
    top: .45em;
}

.article__body-title ul {
    list-style-type: square;
}

.article__body-title small {
    margin-top: 60px;
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    text-align: center;
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.article__body-title small>*:not(:last-child):after {
    content: ' • '
}

.article__body-content>img:first-child {
    border-radius: 4px;
    width: 100%;
    aspect-ratio: 681/385;
    margin-bottom: 50px;
    margin-top: -20px;
    object-fit: cover;
}

.article__summary {
    position: relative;
    padding: 15px 0 60px;
    margin-bottom: 55px;
    border-bottom: 1px solid var(--Primitives-Slate-Slate-4, #ECEEF0);
}

.article__summary ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.article__summary :is(h2, h3, h4) {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 30px !important;
    /* 125% */
    letter-spacing: 0.12px;
    margin-bottom: 30px !important;
    margin-left: 25px;
}

.article__body-content .article__summary :is(ul, ol) {
    list-style-type: none;
}

.article__keys {
    margin: 0 0 40px 0;
    padding: 40px 40px 40px 20px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #F1F3F5;
}

:is(.article__keys, .article__summary) ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article__keys :is(li, p),
.article__body-content .article__summary :is(:is(ul, ol) li, p) {
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.article__keys strong,
.article__body-content .article__summary strong {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 26px;
    letter-spacing: 0.54px;
    margin-bottom: 10px;
}

.article__body-content strong {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-weight: 550;
}


.article__body-content :is(.article__summary, .article__keys) :is(ul, ol) {
    margin: unset;
    list-style-type: none;
}

.article__keys :is(li, p):last-child {
    margin-bottom: 0;
}

.article__summary :is(p, ul, ol):last-child {
    margin-bottom: 0;
}

.article__summary :is(p, ul, ol):last-child {
    margin-bottom: 0;
}

.article__body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.article__body-content :is(ul, ol) {
    padding-left: calc(1.2em);
    line-height: 140%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article__body-content :is(ul, ol) li {
    margin-bottom: 15px;
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px;
    letter-spacing: 0.54px;
    padding-left: 0;
}

.article__body-content :is(ul, ol) li:last-child {
    margin-bottom: 0;
}

.article__body-content h2 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-family: "PPNV";
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: 30px;
    letter-spacing: 0.48px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.article__body-content h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 15px;
}

.article__body-content h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 15px;
}

.article__body-content p {
    margin-bottom: 15px;
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px;
    letter-spacing: 0.54px;
}

.article__body-content figure {
    background: var(--color-semidarkgray);
    padding: 5px;
    margin: 56px 0 40px;
    border-radius: 5px;
    position: relative;
    isolation: isolate;
}

 

.article__body-content h2+figure,
.article__body-content p+figure:first-of-type {
    margin-bottom: 55px;
}

.article__body-content figure :is(img, picture) {
    width: 100%;
    height: auto;
}

.article__body-content figcaption {
    font-size: 12px;
    line-height: 14px;
    color: var(--color-text-black);
    margin: 10px 0 5px;
}

.article__body-content [data-fancybox] {
    cursor: pointer;
}

.article__body-content [data-fancybox]:hover::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/static/images/ui/magni_glass.svg);
    width: 21px;
    height: 21px;
    z-index: 2;
}

.article__body-content figure span {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 26px;
    letter-spacing: 0.54px;
    display: block;
    margin-bottom: 15px;
    margin-left: -10px;
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - 15px));
}

.blockquote__pre {
    margin-bottom: -55px !important;
}

.blockquote__post {
    margin-top: -55px !important;
}

.article__body-content blockquote {
    font-size: 24px;
    line-height: 120%;
    color: var(--color-text-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 75px 0;
    position: relative;
    text-indent: 75px;
}

.article__body-content blockquote:before {
    content: "";
    background-color: #3E3E3E;
    height: 2px;
    width: 68px;
    position: absolute;
    left: 0;
    top: 13px;

}

.blockquote__quotes {
    font-style: normal;
}

.blockquote__quotes:before {
    content: "\201F"
}

.blockquote__quotes:after {
    content: "\201D"
}

.article__body-content cite {
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    color: var(--color-text-black);
    text-indent: 0;
}

.blockquote_container {
    border: 2px solid #F1F1F1;
    border-radius: 4px;
    padding: 30px 40px 25px;
    margin-bottom: 40px;
}

.blockquote_auth img {
    height: 190px;
}

.article__body h1 {
    font-size: 48px;
    line-height: 100%;
    color: var(--color-text-black);
    margin-bottom: 0;
}

aside {
    width: 349px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    position: relative;
    padding-bottom: 216px;
}

.article__author {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.author__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-semidarkgray);
}

.asidecard {
    padding: 30px 20px;
    background: #FBFCFD;
    border-radius: 4px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
}

.asidecard__contentlist {
    margin-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
    scrollbar-color: var(#F8F9FA);
    scrollbar-width: thin;
}

.asidecard__contentlist::before {
    content: '';
    background: linear-gradient(180deg, var(--Primitives-Slate-Slate-1, #FBFCFD) 0%, rgba(251, 252, 253, 0.00) 100%);
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: -15px;
}

.asidecard__contentlist::after {
    content: '';
    background: linear-gradient(0deg, var(--Primitives-Slate-Slate-1, #FBFCFD) 0%, rgba(251, 252, 253, 0.00) 100%);
    position: sticky;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
}

.asidecard__contentlist::-webkit-scrollbar {
    width: 7px;
}

.asidecard__contentlist::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 24px;
}

.asidecard__contentlist::-webkit-scrollbar-thumb {
    background-color: var(#F8F9FA);
    border-radius: 24px;
}

.article__content {
    position: sticky;
    top: calc(var(--height-header) + 30px);
    bottom: unset;
}

.article__subscription {
    position: absolute;
    bottom: 0;
}

.article__content nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.asidecard__content {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 0 10px;
}

.asidecard__content {
    margin-bottom: 10px;
}

.asidecard__footer {
    margin-top: 20px;
}

.article__content .asidecard__content {
    font-weight: 600 !important;
}

.article__content .h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-black);
    font-weight: 600;
    padding: 5px 10px;
    background: transparent;
    border-radius: 5px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    margin-bottom: 0;
}

.article__content .h3:hover {
    background: var(--color-semidarkgray);
}

.article__content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.article__content ul:last-child {
    margin-bottom: 0;
}

.article__content li {
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;

    letter-spacing: 0.42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    background: transparent;
    border-radius: 5px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.article__content li:hover {
    background: var(--color-semidarkgray);
}

.article__content a {
    color: inherit;
    max-width: 25ch;
    display: block;
    width: 100%;
}

.article__langvergrid {
    display: flex;
    gap: 8px;
}

.article__relinking {
    margin-bottom: 60px;
}

.article__relinking h2 {
    font-size: 24px;
    line-height: 120%;
    color: var(--text-black);
    margin-bottom: 30px;
}

.article__relinking nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
}

.article__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 34px 40px;
    background: var(--color-teal);
    border-radius: 4px;
}

.article__subscribe_da20 {
    background: var(--gradient-da20) !important;
    margin-bottom: 10px;
}

.article__subscribe_da20 .btn {
    display: flex;
    justify-content: center;
}

.article__subscribe h2 {
    font-size: 24px;
    line-height: 120%;
    color: var(--text-black);
    margin-bottom: 0;
    text-align: center;
}

.article__subscribe_da20 h2 {
    color: white !important;
}

.titlecard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 4px;
    glyph-orientation-vertical: hidden;
    background: var(--color-lightgray);
    overflow: hidden;
    margin-bottom: 80px;
    height: 421px;
}

.titlecard__img-container {
    flex: 1;
    display: flex;
}

.titlecard__img {
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 1110/620;
}

.titlecard__img-container img {
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 1110/620;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.titlecard__text {
    display: flex;
    flex-direction: column;
    flex: 0 0 349px;
    width: 349px;
    padding: 20px 40px 35px 47px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.titlecard__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
    width: 100%;
}

.titlecard__author {
    display: flex;
    gap: 20px;
    align-items: center;
}

.titlecard__author img {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.titlecard__authorname {
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    display: block;

    /* Text 16 semibold */
    font-family: "PPNV";
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
    margin-bottom: 5px;
}

.titlecard__authorrole {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    text-align: center;

    /* Text 14 */
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.42px;
}

.titlecard__shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.titlecard__shares img {
    display: block;
    width: 36px;
    height: 36px;
}

.key-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
    font-size: 18px;
    line-height: 140%;
    color: var(--color-text-black);
    padding: 10px 0;
}

.key-block img {
    width: 20%;
    height: 80%;
    object-fit: contain;
}

.insights {
    margin: 250px 0;
    overflow: hidden;
}

.insights h2 {
    font-size: 52px;
    line-height: 90%;
    color: var(--color-text-black);
    margin-bottom: 60px;
}

.insights-row__container {
    display: flex;
    gap: 40px;
    justify-content: stretch;
}

.insights .card {
    min-width: 300px;
}

#subscribe-wall {
    position: fixed;
    top: 1640px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.article__disclimer {
    margin-top: 55px;
}

.article__body-content .article__disclimer-header {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.42px;
    margin-bottom: 5px;
}

.article__body-content .article__disclimer-text {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;
    letter-spacing: 0.42px;
    margin-bottom: 20px;
}

.article__disclimer p:nth-child(2) {
    margin-bottom: 15px;
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #subscribe-wall {
        background-color: rgba(249, 249, 249, 0.99);
    }
}

#subscribe-wall .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#subscribe-form {
    max-width: 867px;
    max-height: calc(100vh - 150px);
    margin: 0 auto;
    padding: 40px 60px 60px 40px;
    border-radius: 4px;
    background: #fff;
    overflow-y: auto;
}

#subscribe-form::-webkit-scrollbar {
    width: 0;
}

.subscribe__title {
    font-weight: 400;
    font-size: 52px;
    line-height: 90%;
    margin-bottom: 50px;
}

.subscribe__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    gap: 10px;
}

.subscribe__btn {
    background: #9DDECA;
    border: 1px solid #9DDECA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-right: 30px;
    padding: 7px 20px;
}

.subscribe__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.subscribe__dscr {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
}

.is_subscribe__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.is_subscribe__container input {
    width: 100%;
}

.subscribe__error {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #D34E4E;
    padding-left: 20px;
}

#subscribe-wall input:not([type=submit], [type=checkbox]),
#subscribe-wall select {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding: 8.5px 20px;
    background: #F1F1F1;
    border-radius: 48px;
    border: none;
    outline: none;
}

#subscribe-wall input:active:not([type=submit], [type=checkbox]),
#subscribe-wall select:active,
#subscribe-wall input:focus,
#subscribe-wall select:focus {
    background: #F9F9F9;
    outline: 1px solid #25D4A2 !important;
}

.is_subscibe {
    padding-top: 50px;
    padding-bottom: 10px;
}

.isnt_subscibe {
    padding-top: 100px;
    padding-bottom: 20px;
}

.subscribe__subtitle {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}

.collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
}

.print-footnote {
    display: none !important;
}

.footnotes {
    margin-top: 135px;
    margin-bottom: 95px;
    padding: 30px 20px 40px 30px;
    line-height: 120%;
    font-size: 18px;
    border: 2px solid #F1F1F1;
    border-radius: 4px;
}

.footnotes :is(ol, ul) {
    margin-top: 10px;
}

.footnotes :is(ol, ul) li {
    margin-bottom: 5px;
}

.footnotes h2 {
    margin-bottom: 20px;
}

.footnotes div {
    margin-bottom: 10px;
}

.footnotes div:last-child {
    margin-bottom: 0;
}

.footnotes a {
    white-space: pre-wrap;
    word-break: break-all;
}

.article__partner {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 20px;
}

.article__partner__name {
    font-size: 1.75em;
}

.body-content__authors {
    margin-bottom: 30px;
}

.authors__headers {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.authors__headers div {
    flex-basis: 50%;
}

.titlecard__disclosure {
    flex-basis: 50%;
    align-self: center;
}

.fancybox-caption__body {
    font-size: 18px;
}

.german-private {
    margin-bottom: 160px;
}

@media(max-width:992px) {

    .breadcrumbs {
        padding-bottom: 40px !important;
    }

    .blockquote_auth {
        flex-direction: column;
    }

    .article__back {
        margin-top: 83px;
    }

    .insights {
        margin: 80px 0;
    }

    .insights-row__container {
        gap: 10px;
    }
}

@media(max-width:768px) {
    .titlecard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .titlecard img {
        width: 100%;
    }

    .titlecard__text {
        width: 100%;
        padding: 15px 20px;
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-auto-columns: 1fr;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        border-radius: 4px;
        background-color: var(--color-lightgray);
    }

    .titlecard__author {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
        margin-bottom: 0;
    }

    .titlecard__author_mini {
        margin-bottom: 10px;
    }

    .titlecard__authordscr {
        text-align: left;
    }

    .titlecard__author img {
        width: 65px;
        height: 65px;
        max-width: 65px;
        max-height: 65px;
        margin: 0;
        margin-right: 10px;
        border-radius: 60px;
    }

    .titlecard__tags {
        margin: 0;
        margin-bottom: 24px;
        flex-direction: row-reverse;
        justify-content: space-between;
        white-space: nowrap;
        gap: 30px;
    }

    aside {
        display: none;
    }

    .article__body-title {
        margin-bottom: 40px;
    }

    .article__body-content>img:first-child {
        aspect-ratio: 4/3;
        margin-bottom: 10px;
    }

    .article__body-title h1 {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        text-align: center;
        font-size: var(--font-size-Level-11, 32px);
        font-style: normal;
        font-weight: 325;
        line-height: var(--line-height-Level-11, 34px);
        letter-spacing: 0.64px;
    }

    .article__body-title small {
        margin-top: 30px;
    }

    .article__body-title h2 {
        margin-bottom: 20px;
        max-width: 75%;
    }

    .article__body-title h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.01em;
        margin-bottom: 0;
    }

    .article__body-title p {
        font-weight: 400;
        font-size: 26px;
        line-height: 100%;
    }

    .article__body-content :is(ul, ol) li {
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        line-height: 22px;
        letter-spacing: 0.48px;
    }

    .article__date {
        margin-bottom: 30px;
        gap: 10px;
        justify-content: space-between;
    }

    .article__langver {
        display: none;
    }

    .article__keys,
    .article__summary {
        padding: 10px 0 20px;
        margin-bottom: 30px;
    }

    .article__keys strong,
    .article__body-content .article__summary strong {
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 22px;
        letter-spacing: 0.48px;
    }

    .article__keys :is(li, p),
    .article__body-content .article__summary :is(:is(ul, ol) li, p) {
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        line-height: 22px;
        letter-spacing: 0.48px;
    }

    .article__body-content p {
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        line-height: 22px;
        letter-spacing: 0.48px;
        margin-bottom: 10px;
    }

    .titlecard__tags .btn-sm {
        font-size: 16px;
        padding: 0px 6.5px;
    }

    .titlecard {
        border-radius: 4px;
        background: transparent;
        margin-bottom: 40px;
    }

    .titlecard>img {
        border-radius: 4px;
        margin-bottom: 10px;
        aspect-ratio: 16/9;
    }

    .titlecard__shares img {
        width: 24px;
        height: 24px;
    }

    .titlecard__shares {
        font-size: 14px;
        gap: 5px;
    }

    .titlecard__shares span {
        margin-right: 5px;
    }

    .lk__area {
        min-width: 265px;
    }

    .article__body-content blockquote {
        font-size: 20px;
        margin: 65px 0;
    }

    .blockquote__pre {
        margin-bottom: -45px;
    }

    .blockquote__post {
        margin-top: -45px;
    }

    .article__body-content figure {
        margin: 55px 0;
    }

    #subscribe-wall {
        top: 0;
    }

    #subscribe-form {
        padding: 25px 20px;
    }

    .subscribe__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .subscribe__title {
        font-size: 32px;
        margin-bottom: 35px;
    }

    .subscribe__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }

    .subscribe__btn {
        font-size: 24px;
        padding: 15px 60px;
        margin-bottom: 10px;
    }

    .is_subscribe__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .is_subscibe {
        padding-top: 100px;
    }

    .is_subscribe__container {
        gap: 20px;
    }

    .is_subscribe .subscribe__btn,
    .isnt_subscibe .subscribe__btn {
        margin-bottom: 0;
    }
}