main > .container {
    padding: 70px 15px 20px;
}

.rsa-page-container {
    padding-top: 130px !important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

/* RSA landing page (based on PDF cover) */
.rsa-site {
    --rsa-cream: #f7f4ea;
    --rsa-cream-2: #fbfaf5;
    --rsa-blue: #77c7ef;
    --rsa-blue-strong: #3ca9df;
    --rsa-nav-teal: #25a9b6;
    --rsa-text: #171717;
    --rsa-muted: #5c5b55;
    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,0.85), transparent 45%),
        radial-gradient(circle at 90% 20%, rgba(255,255,255,0.65), transparent 40%),
        var(--rsa-cream);
    color: var(--rsa-text);
    min-height: 100vh;
    --rsa-font-ui: "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --rsa-font-display: "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-family: var(--rsa-font-ui);
    overflow-x: clip;
    --rsa-side-space: clamp(12px, 3vw, 28px);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.rsa-site *,
.rsa-site *::before,
.rsa-site *::after {
    box-sizing: border-box;
}

.rsa-hero {
    background: var(--rsa-cream);
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-top: 108px;
}

.rsa-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(37, 169, 182, 0.95);
    backdrop-filter: saturate(120%) blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.25rem 0 !important;
}

.rsa-nav-shell {
    min-height: 108px;
    padding-left: var(--rsa-side-space);
    padding-right: var(--rsa-side-space);
}

.rsa-brand {
    display: flex;
    align-items: center;
    gap: 0;
    color: inherit;
    text-decoration: none;
    margin-bottom: 0;
}

.rsa-brand:hover,
.rsa-brand:focus {
    color: inherit;
}

.rsa-logo-circle {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffe58f, #d4b200 42%, #6ea658 43%, #4f7f3d 66%, #67431f 100%);
    border: 3px solid #6c5f2d;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.rsa-logo-img {
    display: block;
    object-fit: contain;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.rsa-logo-circle-lg {
    width: 98px;
    height: 98px;
    border-width: 3px;
    font-size: 0.62rem;
}

.rsa-logo-vertical {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    color: #ffffff;
    font-family: var(--rsa-font-ui);
    font-weight: 800;
    line-height: 1.1;
}

.rsa-toggler {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.16);
}

.rsa-toggler .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.rsa-menu {
    gap: 0.35rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.28rem;
    box-shadow: 0 10px 24px rgba(6, 53, 58, 0.15);
}

.rsa-menu .nav-link {
    font-family: var(--rsa-font-ui);
    font-size: clamp(0.88rem, 0.95vw, 0.98rem);
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.55rem 0.95rem;
    line-height: 1;
    letter-spacing: 0.02em;
    border-radius: 999px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    transition: background-color .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.rsa-menu .nav-link:hover,
.rsa-menu .nav-link:focus {
    color: #08333e;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 14px rgba(5, 48, 52, 0.12);
    transform: translateY(-1px);
}

.rsa-menu .nav-link.active,
.rsa-menu .show > .nav-link {
    background: #ffffff;
    color: #072f39;
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 14px rgba(5, 48, 52, 0.14);
}

.rsa-banner {
    background: linear-gradient(180deg, var(--rsa-blue), var(--rsa-blue-strong));
    padding: 0.55rem 0.8rem 0.6rem;
    min-height: 62px;
    display: grid;
    place-items: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.rsa-banner-reg {
    margin: 0;
    text-align: center;
    font-family: var(--rsa-font-ui);
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.rsa-banner-reg span {
    display: block;
    margin-top: 0.12rem;
}

.rsa-hero-visual {
    position: relative;
    min-height: calc(100vh - 108px - 126px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rsa-hero-visual-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.95) contrast(1.02);
}

.rsa-hero-visual-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.12)),
        linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.12));
}

.rsa-hero-visual-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rsa-hero-card {
    max-width: 760px;
    padding: clamp(1rem, 3vw, 1.5rem);
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(12, 24, 34, 0.14);
}

.rsa-hero-card h1 {
    margin: 0 0 0.75rem;
    font-family: var(--rsa-font-display);
    font-size: clamp(1.5rem, 3.8vw, 3rem);
    line-height: 1.05;
    font-weight: 700;
    color: #0f1d33;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

.rsa-hero-card h1 span {
    display: block;
}

.rsa-hero-card h2 {
    margin: 0 0 0.75rem;
    font-family: var(--rsa-font-ui);
    font-size: clamp(1.05rem, 1.8vw, 1.7rem);
    line-height: 1.25;
    font-weight: 600;
    color: #172133;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.rsa-hero-card p {
    margin: 0 auto 1rem;
    max-width: 42ch;
    font-family: var(--rsa-font-ui);
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.5;
    color: #2b3340;
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.rsa-hero-cta {
    background: #61e67c;
    color: #063d13;
    border-color: rgba(6, 61, 19, 0.1);
    box-shadow: none;
}

.rsa-hero-cta:hover,
.rsa-hero-cta:focus {
    color: #063d13;
    background: #51da6d;
    opacity: 1;
}

.rsa-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--rsa-side-space);
    padding-right: var(--rsa-side-space);
}

.rsa-panel {
    padding: 0;
    margin-top: 0;
}

.rsa-panel + .rsa-panel {
    margin-top: 0;
}

.rsa-section-slab {
    position: relative;
    z-index: 0;
    border-radius: 0;
    padding: clamp(0.85rem, 2vw, 1.2rem);
    margin-top: 0;
    margin-bottom: 0;
}

.rsa-slab-cream {
    background: transparent;
}

.rsa-slab-blue {
    background: transparent;
    color: #fff;
}

.rsa-section-slab::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
}

.rsa-slab-cream::before {
    background: #f0ebd9;
}

.rsa-slab-blue::before {
    background: #0d87d5;
}

.rsa-slab-blue .rsa-display-title,
.rsa-slab-blue .rsa-display-sub,
.rsa-slab-blue .rsa-subtitle,
.rsa-slab-blue .rsa-asterisk {
    color: #fff;
}

.rsa-slab-blue .rsa-block-copy p,
.rsa-slab-blue .rsa-text-column p,
.rsa-slab-blue .rsa-white-copy p,
.rsa-slab-blue .rsa-white-copy li {
    color: rgba(255, 255, 255, 0.97);
}

.rsa-slab-blue .rsa-contact-line,
.rsa-slab-blue .rsa-contact-line a {
    color: #fff;
}

.rsa-slab-cream .rsa-white-copy p,
.rsa-slab-cream .rsa-white-copy li {
    color: #1a1a1a;
}

.rsa-section-slab-joined {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rsa-section-slab-gallery {
    margin-top: 0;
}

.rsa-section-slab-gallery::before {
    background: #f0ebd9;
}

.rsa-panel-cream {
    background: #f0ebd9;
}

.rsa-panel-blue {
    background: #0f89d1;
}

.rsa-block {
    height: 100%;
}

.rsa-block-copy {
    padding: clamp(1.2rem, 3vw, 2.25rem) 0;
}

.rsa-asterisk {
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1;
    margin-bottom: 0.5rem;
    color: #171717;
}

.rsa-display-title {
    margin: 0 0 1rem;
    font-family: var(--rsa-font-display);
    font-size: clamp(1.85rem, 4vw, 3.35rem);
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #000;
}

.rsa-display-title-white {
    color: #fff;
}

.rsa-annual-title {
    white-space: nowrap;
    font-size: clamp(1.75rem, 3.6vw, 3.2rem);
    line-height: 0.98;
}

.rsa-display-sub {
    margin: 0;
    font-family: var(--rsa-font-display);
    font-size: clamp(1.1rem, 2.4vw, 2.05rem);
    line-height: 1.03;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #000;
}

.rsa-subtitle {
    margin: 1.15rem 0 0.65rem;
    font-family: var(--rsa-font-ui);
    font-weight: 700;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
}

.rsa-block-copy p,
.rsa-text-column p {
    font-family: var(--rsa-font-ui);
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    line-height: 1.58;
    color: #111;
    margin: 0 0 0.85rem;
}

.rsa-photo-tall {
    height: 100%;
}

.rsa-photo-tall img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border: 0;
    border-radius: 14px;
    display: block;
    max-width: 100%;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    margin-top: 0.65rem;
}

.rsa-photo-initial img {
    height: auto;
    aspect-ratio: 4 / 3;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}

.rsa-sealing-row {
    padding: clamp(1rem, 2.5vw, 2rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.rsa-text-column {
    padding: 0.2rem 0.2rem 0;
    max-width: 100%;
}

.rsa-photo-frame {
    width: 100%;
    max-width: 100%;
    display: block;
    border: 0;
    border-radius: 14px;
    object-fit: cover;
    background: #ddd;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    margin-top: 0.65rem;
}

.rsa-panel .row + .row {
    margin-top: 0.75rem;
}

.rsa-sealing-row { margin-top: 0 !important; }

.rsa-photo-short {
    aspect-ratio: 1 / 1.05;
}

.rsa-photo-wide {
    aspect-ratio: 16 / 9;
}

.rsa-photo-stack {
    aspect-ratio: 4 / 3;
    margin-top: 0.35rem;
}

.rsa-photo-doc {
    aspect-ratio: 16 / 10;
}

.rsa-photo-square {
    aspect-ratio: 1 / 1;
}

.rsa-photo-tallish {
    aspect-ratio: 3 / 4;
}

.rsa-white-copy {
    color: #fff;
    padding: clamp(1rem, 2.2vw, 1.8rem) 0;
    max-width: 100%;
}

.rsa-white-copy p,
.rsa-white-copy li {
    color: rgba(255, 255, 255, 0.96);
    font-family: var(--rsa-font-ui);
    font-size: clamp(1rem, 1vw, 1.08rem);
    line-height: 1.58;
}

.rsa-white-copy ol,
.rsa-white-copy ul {
    padding-left: 1.25rem;
    margin: 0 0 0.75rem;
}

.rsa-white-copy li {
    margin-bottom: 0.35rem;
}

.rsa-doc-title {
    max-width: 6.8ch;
    margin-bottom: 1.1rem;
    font-size: clamp(1.8rem, 3.9vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.rsa-equip-head {
    margin-bottom: 0.4rem;
}

.rsa-blue-gallery {
    background: transparent;
    padding: clamp(1.2rem, 2.5vw, 2rem) 0 clamp(1.4rem, 2.8vw, 2.4rem);
}

.rsa-panel-blue .rsa-wrap {
    padding-bottom: 1.15rem;
}

.rsa-contact-panel {
    padding: clamp(1.2rem, 3vw, 2.25rem) 0 clamp(1.5rem, 3vw, 2.75rem);
}

.rsa-contact-title {
    max-width: 7ch;
    margin-bottom: 0.75rem;
}

.rsa-contact-lines {
    margin-bottom: 1rem;
}

.rsa-contact-line {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--rsa-font-ui);
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    margin: 0 0 0.5rem;
}

.rsa-contact-line a {
    color: #3d69ff;
    font-weight: 700;
    word-break: break-word;
}

.rsa-icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 999px;
    background: rgba(13, 135, 213, 0.1);
    color: #0d5b90;
    flex: 0 0 2rem;
}

.rsa-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.rsa-map-placeholder {
    aspect-ratio: 16 / 9;
    max-width: 560px;
}

.rsa-map-embed {
    padding: 0;
    overflow: hidden;
    background: #e7edf5;
}

.rsa-map-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
    display: block;
}

.rsa-follow-card {
    max-width: 420px;
    font-family: var(--rsa-font-ui);
}

.rsa-follow-card p,
.rsa-follow-card a {
    font-size: 1.1rem;
}

.rsa-contact-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    margin: 2rem 0 1.25rem;
}

.rsa-section {
    background: transparent;
    padding: 4rem min(6vw, 4rem);
}

.rsa-section-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 2rem;
    align-items: center;
}

.rsa-content h2,
.rsa-section-head h2,
.rsa-contact h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.4rem);
    margin: 0 0 0.85rem;
    line-height: 1.1;
}

.rsa-content p,
.rsa-card p,
.rsa-contact p {
    font-family: var(--rsa-font-ui);
    font-weight: 400;
    color: var(--rsa-muted);
    line-height: 1.55;
    margin: 0 0 1rem;
}

.rsa-eyebrow {
    margin: 0 0 0.65rem;
    color: #0c5d93;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-family: var(--rsa-font-ui);
    font-weight: 700;
}

.rsa-btn {
    display: inline-block;
    background: #a9def7;
    color: #0b2130;
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-family: var(--rsa-font-ui);
    font-weight: 700;
    transition: transform .15s ease, opacity .15s ease;
}

.rsa-btn:hover,
.rsa-btn:focus {
    color: #000;
    opacity: 0.9;
    transform: translateY(-1px);
}

.rsa-btn-secondary {
    background: #1f1f1f;
    color: #fff;
}

.rsa-btn-secondary:hover,
.rsa-btn-secondary:focus {
    color: #fff;
}

.rsa-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 36px rgba(31, 37, 45, 0.08);
}

.rsa-section-head {
    margin-bottom: 1.5rem;
}

.rsa-section-lead {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--rsa-muted);
    margin: 0;
    max-width: 70ch;
}

.rsa-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.rsa-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 0.95rem;
    box-shadow: 0 10px 26px rgba(31, 37, 45, 0.05);
}

.rsa-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    margin-bottom: 0.8rem;
}

.rsa-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.12rem;
    line-height: 1.2;
}

.rsa-contact {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    align-items: start;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.rsa-contact-box {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 1.1rem;
    box-shadow: 0 10px 24px rgba(31, 37, 45, 0.05);
}

.rsa-contact-box p {
    margin-bottom: 0.6rem;
}

@media (max-width: 991px) {
    .rsa-section-grid,
    .rsa-contact {
        grid-template-columns: 1fr;
    }

    .rsa-cards {
        grid-template-columns: 1fr;
    }

    .rsa-nav-shell {
        min-height: auto;
        align-items: center !important;
        padding-bottom: 0.6rem;
    }

    #rsaMainNav {
        width: 100%;
        flex-basis: 100%;
    }

    .rsa-hero {
        padding-top: 92px;
    }

    .rsa-page-container {
        padding-top: 105px !important;
    }

    .rsa-brand {
        margin-bottom: 0;
    }

    .rsa-logo-circle-lg {
        width: 90px;
        height: 90px;
        font-size: 0.7rem;
        border-width: 3px;
    }

    .rsa-logo-vertical {
        font-size: 0.72rem;
        display: none;
    }

    .rsa-menu {
        gap: 0;
        align-items: stretch;
        padding: 0.35rem 0.75rem;
        margin-top: 0.5rem;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.12);
        width: 100%;
        max-width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 8px 18px rgba(6, 53, 58, 0.14);
    }

    .rsa-menu .nav-link {
        font-size: 0.95rem;
        padding: 0.75rem 0.5rem;
        border-radius: 10px;
        text-align: center;
    }

    .rsa-banner {
        min-height: 52px;
        padding: 0.45rem 0.65rem 0.5rem;
    }

    .rsa-banner-reg {
        font-size: 0.75rem;
        line-height: 1.15;
        letter-spacing: 0.01em;
    }

    .rsa-hero-visual {
        min-height: calc(100vh - 92px - 102px);
        align-items: center;
    }

    .rsa-hero-card {
        padding: 0.95rem 0.75rem;
        border-radius: 14px;
    }

    .rsa-hero-card h2 {
        font-size: clamp(1.2rem, 6vw, 1.75rem);
    }

    .rsa-hero-card h1 {
        font-size: clamp(1.2rem, 6.2vw, 1.9rem);
        line-height: 1.06;
    }

    .rsa-hero-card p {
        font-size: 0.95rem;
    }

    .rsa-wrap {
        --bs-gutter-x: 0.9rem;
        padding-left: var(--rsa-side-space);
        padding-right: var(--rsa-side-space);
    }

    .rsa-block-copy,
    .rsa-sealing-row,
    .rsa-white-copy,
    .rsa-contact-panel {
        padding-left: 0;
        padding-right: 0;
    }

    .rsa-panel + .rsa-panel {
        margin-top: 0;
    }

    .rsa-section-slab {
        border-radius: 12px;
        padding: 0.85rem;
        margin-top: 0;
    }

    .rsa-slab-blue {
        border-radius: 0;
    }

    .rsa-panel-blue .rsa-wrap,
    .rsa-panel-cream .rsa-wrap {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .rsa-panel-blue .rsa-wrap {
        padding-bottom: 1.15rem;
    }

    .rsa-panel-blue .row {
        --bs-gutter-x: 0.9rem;
        --bs-gutter-y: 1rem;
    }

    .rsa-panel .row {
        --bs-gutter-y: 0.95rem;
    }

    .rsa-sealing-row .col-6 {
        width: 100%;
        flex: 0 0 100%;
    }

    .rsa-nav-shell.container,
    .rsa-wrap.container {
        max-width: 100%;
    }

    .rsa-photo-tall,
    .rsa-photo-frame {
        margin-bottom: 0.15rem;
    }

    .rsa-photo-frame,
    .rsa-photo-tall img {
        margin-top: 0.85rem;
    }

    .rsa-block-copy,
    .rsa-text-column,
    .rsa-white-copy {
        overflow-wrap: anywhere;
    }

    .rsa-photo-tall img {
        min-height: 300px;
    }

    .rsa-photo-initial img {
        max-height: none;
        aspect-ratio: 4 / 5;
    }

    .rsa-display-title {
        line-height: 0.98;
        margin-bottom: 0.9rem;
        font-size: clamp(1.7rem, 8.5vw, 2.4rem);
    }

    .rsa-display-sub {
        font-size: clamp(1.05rem, 6vw, 1.5rem);
    }

    .rsa-annual-title {
        white-space: normal;
        font-size: clamp(1.45rem, 7vw, 2rem);
        line-height: 0.98;
    }

    .rsa-white-copy {
        padding: 0.4rem 0;
    }

    .rsa-white-copy p,
    .rsa-white-copy li {
        font-size: 1rem;
        line-height: 1.58;
    }

    .rsa-white-copy ol,
    .rsa-white-copy ul {
        padding-left: 1rem;
        margin: 0 0 0.9rem;
    }

    .rsa-white-copy li {
        margin-bottom: 0.5rem;
    }

    .rsa-text-column p,
    .rsa-block-copy p {
        font-size: 1rem;
        line-height: 1.58;
        margin-bottom: 0.7rem;
    }

    .rsa-photo-initial img {
        aspect-ratio: 4 / 3;
        max-height: 360px;
    }

    .rsa-sealing-row {
        padding-top: 1.15rem;
        padding-bottom: 1.25rem;
        margin-top: 0 !important;
    }

    .rsa-sealing-row.rsa-section-slab {
        padding-top: 0.95rem;
        padding-bottom: 1rem;
    }

    .rsa-photo-frame,
    .rsa-photo-tall img {
        border-radius: 12px;
    }

    .rsa-photo-stack {
        margin-top: 0.2rem;
    }

    .rsa-contact-box {
        margin-top: 0.75rem;
    }

    .rsa-contact-panel .text-lg-end {
        text-align: left !important;
    }

    .rsa-follow-card {
        max-width: none;
    }

    .rsa-blue-gallery {
        padding-top: 1rem;
        padding-bottom: 1.15rem;
    }

    .rsa-doc-title {
        max-width: none;
        font-size: clamp(1.6rem, 8vw, 2.25rem);
        line-height: 0.96;
        margin-bottom: 0.8rem;
    }
}

/* Prevent Bootstrap margin utility classes from creating visible gaps inside the landing layout */
.rsa-site .rsa-section-slab.mt-1,
.rsa-site .rsa-section-slab.mt-2,
.rsa-site .rsa-section-slab.mt-4,
.rsa-site .rsa-section-slab.mt-lg-5,
.rsa-site .rsa-blue-gallery.mt-4 {
    margin-top: 0 !important;
}
