.nsr-about-layout {
    padding: 0;
}

.nsr-hero--about .nsr-hero__background {
    display: none;
}

.nsr-about {
    padding-top: var(--nsr-section-padding-y);
    padding-bottom: 0;
    color: var(--nsr-text);
}

.nsr-about__content {
    margin: 0 auto;
}

.nsr-about-page,
.nsr-about-page * {
    box-sizing: border-box;
}

.nsr-about-page p {
    margin: 0;
}

.nsr-about-page a {
    text-underline-offset: 3px;
}

.nsr-about-layout .nsr-categories__header {
    position: relative;
    border-bottom: 0;
}

.nsr-about-layout .nsr-categories__header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--nsr-border);
    content: '';
}

.nsr-about-page__section {
    position: relative;
    margin: 0;
    padding: 64px 0;
    border-bottom: 0;
}

.nsr-about-page__section:first-child {
    padding-top: 0;
}

.nsr-about-page__team {
    scroll-margin-top: 112px;
}

.nsr-about-page__section::after {
    position: absolute;
    right: calc(var(--nsr-line-bleed) * -1);
    bottom: 0;
    left: calc(var(--nsr-line-bleed) * -1);
    height: 1px;
    background: var(--nsr-border);
    content: '';
}

.nsr-about-page__intro {
    min-height: 360px;
    overflow: hidden;
    background-image: url('../images/first-screen-background.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: min(100vw, 1570px) 250%;
}

.nsr-about-page__logo {
    display: block;
    width: min(100%, 320px);
    height: auto;
    margin: 0 0 20px;
}

.nsr-about-page__brand-lockup {
    display: block;
    width: min(100%, 320px);
    height: 118px;
    margin: 0 0 28px;
    overflow: hidden;
    background-image: url('../images/main-logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.nsr-about-page__brand-lockup small {
    display: none;
}

.nsr-about-page__intro-background {
    display: none;
}

.nsr-about-page__lead,
.nsr-about-page__copy,
.nsr-about-page__mission-copy,
.nsr-about-page__task-copy,
.nsr-about-page__fact-label,
.nsr-about-page__fact-note {
    color: var(--nsr-secondary-500);
    font-size: var(--nsr-font-size-base);
    font-weight: var(--nsr-font-weight-medium);
    line-height: 1.35;
}

.nsr-about-page__mission {
    max-width: 760px;
    margin-left: auto;
}

.nsr-about-page__subheading,
.nsr-about-page__heading {
    margin: 0;
    color: var(--nsr-blue);
    font-weight: var(--nsr-font-weight-bold);
    text-transform: uppercase;
}

.nsr-about-page__subheading {
    margin-bottom: 28px;
    font-size: var(--nsr-font-size-2xl);
    line-height: var(--nsr-line-height-md);
}

.nsr-about-page__heading {
    font-size: var(--nsr-font-size-3xl);
    line-height: var(--nsr-line-height-lg);
}

.nsr-about-page__task-grid {
    margin-right: -1rem;
    margin-left: -1rem;
}

.nsr-about-page__task {
    position: relative;
    min-height: 174px;
    padding: 1.25rem 1rem 1rem;
}

.nsr-about-page__task-heading {
    position: relative;
}

.nsr-about-page__task-heading::before,
.nsr-about-page__task-heading::after,
.nsr-about-page__task::before,
.nsr-about-page__task::after {
    position: absolute;
    content: '';
    background: var(--nsr-border);
}

.nsr-about-page__task-heading::before,
.nsr-about-page__task::before {
    top: 1rem;
    right: 0;
    bottom: 1rem;
    width: 1px;
}

.nsr-about-page__task::after {
    right: 1rem;
    bottom: 0;
    left: 1rem;
    height: 1px;
}

.nsr-about-page__task-heading::after {
    right: 1rem;
    bottom: 0;
    left: 1rem;
    height: 1px;
}

.nsr-about-page__task:nth-child(3n)::before {
    display: none;
}

.nsr-about-page__task:nth-last-child(-n + 3)::after {
    display: none;
}

.nsr-about-page__task-title {
    max-width: 430px;
    margin: 0 0 24px;
    color: var(--nsr-secondary-300);
    font-size: var(--nsr-font-size-xl);
    font-weight: var(--nsr-font-weight-bold);
    line-height: 1;
    text-transform: uppercase;
}

.nsr-about-team-links__card {
    position: relative;
    display: flex;
    min-height: 138px;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 30px;
    border: 1px solid var(--nsr-blue);
    background: transparent;
    color: var(--nsr-text);
    text-decoration: none;
    transition: background-color .2s ease;
}

.nsr-about-team-links__card:hover {
    background-color: #d6e7f5;
    color: var(--nsr-text);
    text-decoration: none;
}

.nsr-about-team-links__card:focus-visible {
    background-color: #aeceea;
    color: var(--nsr-text);
    text-decoration: none;
}

.nsr-about-team-links__title {
    display: block;
    max-width: none;
    padding-right: 44px;
    color: var(--nsr-blue);
    font-size: var(--nsr-font-size-xl);
    font-weight: var(--nsr-font-weight-semibold);
    line-height: var(--nsr-line-height-md);
}

.nsr-about-team-links__meta {
    display: block;
    padding-right: 64px;
    color: var(--nsr-blue);
    font-size: var(--nsr-font-size-xl);
    font-weight: var(--nsr-font-weight-bold);
    line-height: var(--nsr-line-height-md);
    text-transform: uppercase;
}

.nsr-about-team-links__arrow {
    position: absolute;
    right: 30px;
    bottom: 28px;
    color: var(--nsr-blue);
    font-size: var(--nsr-font-size-3xl);
    line-height: 1;
}

.nsr-about-page__publisher .nsr-about-page__copy {
    max-width: 760px;
}

.nsr-about-page__facts .row,
.nsr-about-page__notes .row {
    margin-right: -24px;
    margin-left: -24px;
}


.nsr-about-page__fact-label {
    min-height: 58px;
    margin-bottom: 20px !important;
    color: var(--nsr-secondary-500);
}

.nsr-about-page__fact-value {
    color: var(--nsr-secondary-300);
    font-size: clamp(32px, 3vw, 46px);
    font-weight: var(--nsr-font-weight-bold);
    line-height: 1;
    text-transform: uppercase;
}

.nsr-about-page__fact-note {
    margin-top: 8px !important;
    color: var(--nsr-secondary-500);
    font-size: var(--nsr-font-size-xs);
}

.nsr-about > .cmp_edit_link {
    display: block;
    max-width: 1600px;
    margin: 32px auto 0;
}

@media (max-width: 1599.98px) {
    .nsr-about-team-links__title {
        font-size: var(--nsr-font-size-base);
        line-height: var(--nsr-line-height-sm);
    }
}

@media (max-width: 1399.98px) {
    .nsr-about-page__logo {
        width: min(100%, 285px);
    }

    .nsr-about-page__brand-lockup {
        width: min(100%, 285px);
        height: 106px;
    }

    .nsr-about-page__task-title,
    .nsr-about-team-links__meta {
        font-size: var(--nsr-font-size-lg);
    }
}

@media (max-width: 1199.98px) {
    .nsr-about-page__task {
        min-height: 0;
    }

}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .nsr-about-page__intro {
        background-position: 180px 20px;
        background-size: min(100vw, 1570px) 250%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nsr-about-page__intro {
        background-position: 220px 20px;
    }
}

@media (max-width: 991.98px) {
    .nsr-about-page__intro {
        min-height: 0;
    }

    .nsr-about-page__mission {
        max-width: none;
        margin-top: 48px;
        margin-left: 0;
    }

    .nsr-about-page__heading {
        margin-bottom: 32px;
    }

    .nsr-about-page__task-grid {
        margin-right: 0;
        margin-left: 0;
    }

    .nsr-about-page__task {
        min-height: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .nsr-about-page__task::before {
        display: none;
    }

    .nsr-about-page__task-heading::before {
        display: none;
    }

    .nsr-about-page__task-heading::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .nsr-about-page__intro {
        background-position: 260px 20px;
        background-size: min(100vw, 1570px) 370%;
    }
}

@media (min-width: 1600px) {
    .nsr-about-page__intro {
        background-position: 360px 20px;
    }
}

@media (min-width: 1920px) {
    .nsr-about-page__intro {
        background-position: 420px 20px;
    }
}

@media (max-width: 767.98px) {
    .nsr-about-page__team {
        scroll-margin-top: 80px;
    }

    .nsr-about {
        padding-top: 48px;
    }

    .nsr-about-page__section {
        padding: 48px 0;
    }

    .nsr-about-page__intro {
        background-image: none;
    }

    .nsr-about-page__heading,
    .nsr-about-page__subheading {
        font-size: var(--nsr-font-size-2xl);
        line-height: var(--nsr-line-height-md);
    }

    .nsr-about-page__logo {
        width: min(100%, 260px);
    }

    .nsr-about-page__brand-lockup {
        width: min(100%, 260px);
        height: 96px;
    }

    .nsr-about-page__facts [class*='col-'] + [class*='col-'],
    .nsr-about-page__notes [class*='col-'] + [class*='col-'] {
        margin-top: 32px;
    }

    .nsr-about-page__fact-label {
        min-height: 0;
    }

    .nsr-about-team-links__card {
        min-height: 0;
        padding: 24px;
    }

    .nsr-about-team-links__title {
        font-size: var(--nsr-font-size-xs);
        line-height: 16px;
    }

    .nsr-about-team-links__meta {
        margin-top: 24px;
        padding-right: 48px;
        font-size: var(--nsr-font-size-base);
        line-height: var(--nsr-line-height-sm);
    }

    .nsr-about-team-links__arrow {
        right: 24px;
        bottom: 24px;
    }
}

@media (max-width: 575.98px) {
    .nsr-about-page__logo {
        width: min(100%, 240px);
    }

    .nsr-about-page__brand-lockup {
        width: min(100%, 240px);
        height: 89px;
    }
}
