.button-header-donate a {
    background: var(--color-gold);
    color: var(--color-purple-400);

    --offset-y: 0.3rem;
    --offset-x: 1rem;
    font-size: 14px;
    line-height: 1.285;
    text-transform: uppercase;
    letter-spacing: 0.13rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: calc(var(--offset-y) + 1px) var(--offset-x) calc(var(--offset-y) - 1px);
    border: 2px solid var(--color-gold);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;

    &:hover {
        border-color: var(--color-purple-400);
        background: var(--color-purple-400);
        color: var(--color-gold);

    }
}


.partners {
    position: relative;
    overflow: hidden;
}

.partners-main-group ul{
    align-items: center;
}

.accordion-item__link:after,
.resources-card-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.navbar {
    z-index: 4;
}

.news-sidebar,
.resources-card {
    position: relative;
    z-index: 2;
}

button, label {
    cursor: pointer;
}

.person-card-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-inner-text .h3 {
    font-size: var(--h3);
    line-height: 1.25;
    margin: 0 0 0.35em;
    letter-spacing: initial;
}

blockquote p q {
    font-family: var(--accent-font);
    font-size: 20px;
    line-height: 1.5;
    color: var(--brand-color);

}

.article blockquote p,
.accordion-item__slide blockquote p {
    &::before, &::after {
        content: none !important;
    }
}

.article hr {
    margin-top: 6rem;
    margin-bottom: 6rem;
    border: none;
    border-bottom: 1px solid var(--base-text-color);
    display: block;
    width: 100%;
}

.promo-slider-text {
    width: 100%;
}

.cta-text .h3 {
    margin-bottom: 0.35em;
}

.footer-buttons a:hover {
    text-decoration: none;

}

.footer-buttons .button-secondary-gold:hover a {
    border-color: var(--color-purple-400);
    color: var(--color-gold);
}

.article h6 {
    color: #FF0054;
}

.article img,
.article figure{
    max-width: 100%;
}

@media (min-width:558px) {
    .accordion-item span.limitation {
        width: 110px;
        max-width: initial;
    }
}

.accordion-item h5, .accordion-item .h5 {
    width: 100%;
}

.links-list .links-list-block {
    position: relative;
    padding: 3rem 5rem 3rem 0;
    color: inherit;
}

.article-accent-intro-button{
    justify-content: center;
}

.article-accent .container .buttons-group {
    padding-top: 20px;
}