.r26-safei {
    overflow: hidden;
    background: #fff;
    color: #000;
    font-family: "Freesentation", sans-serif;
}

.r26-safei img {
    display: block;
    max-width: 100%;
}

.r26-safei-hero {
    padding-top: 132px;
}

.r26-safei-hero__copy {
    padding-top: 34px;
    padding-bottom: 42px;
}

.r26-safei-hero h1 {
    margin: 0;
    font-size: clamp(52px, 6.2vw, 76px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.055em;
    text-align: center;
}

.r26-safei-hero h1 span {
    display: block;
    color: #909090;
}

.r26-safei-hero__visual {
    position: relative;
    overflow: hidden;
}

.r26-safei-hero__visual > img {
    width: 100%;
    height: auto;
    aspect-ratio: 2752 / 1536;
    object-fit: contain;
}

.r26-safei-hero__visual > strong {
    position: absolute;
    bottom: 30px;
    left: 32px;
    color: #fff;
    font-family: "Freesentation", sans-serif !important;
    font-size: clamp(70px, 10.4vw, 110px);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -0.055em;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.r26-safei-overview,
.r26-safei-features,
.r26-safei-outro {
    background: #fff;
}

.r26-safei-copy {
    padding-top: 42px;
    padding-bottom: 30px;
}

.r26-safei-copy h2 {
    display: flex;
    margin: 0 0 12px;
    align-items: center;
    gap: 12px;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.045em;
}

.r26-safei-copy h2 img {
    width: 42px;
    height: 42px;
    flex: none;
    object-fit: contain;
}

.r26-safei-copy p {
    margin: 0 !important;
    padding-left: 54px;
    font-size: 26px;
    line-height: 1.42;
    letter-spacing: -0.02em;
}

.r26-safei-overview__copy-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0 40px;
}

.r26-safei-overview__copy-row > .r26-safei-button {
    margin: 64px 0 0;
    align-self: start;
}

.r26-safei-overview__media {
    display: grid;
    padding-bottom: 54px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 0;
}

.r26-safei-overview__media img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.r26-safei-feature {
    display: grid;
    padding-top: 54px;
    padding-bottom: 54px;
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
    align-items: center;
    gap: 54px;
}

.r26-safei-feature__copy {
    display: flex;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
}

.r26-safei-feature__copy p {
    max-width: 100%;
}

.r26-safei-button {
    display: inline-flex;
    min-width: 158px;
    min-height: 60px;
    margin-top: 34px;
    margin-left: 54px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #a9a9a9;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    transition: background-color 160ms ease;
}

.r26-safei-button:hover,
.r26-safei-button:focus-visible {
    background: #000;
}

.r26-safei-feature__image {
    width: 100%;
    height: auto;
    aspect-ratio: 505 / 484;
    border-radius: 18px;
    object-fit: contain;
}

.r26-safei-feature__image--ppe {
    aspect-ratio: 650 / 698;
}

.r26-safei-outro .r26-container {
    display: flex;
    min-height: 280px;
    margin-bottom: 20px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.r26-safei-outro strong {
    font-size: clamp(52px, 6.5vw, 79px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.045em;
}

.r26-safei-outro strong span {
    display: block;
    white-space: nowrap;
}

.r26-safei-outro img {
    width: 200px;
    height: auto;
}

@media (max-width: 800px) {
    .r26-safei-hero {
        padding-top: 92px;
    }

    .r26-safei-hero__copy {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .r26-safei-hero h1 {
        font-size: clamp(36px, 10.4vw, 52px);
        line-height: 1.12;
    }

    .r26-safei-hero__visual > strong {
        bottom: 18px;
        left: 16px;
        font-size: clamp(45px, 16vw, 72px);
    }

    .r26-safei-copy {
        padding-top: 34px;
        padding-bottom: 24px;
    }

    .r26-safei-copy h2 {
        align-items: flex-start;
        font-size: 28px;
    }

    .r26-safei-copy h2 img {
        width: 34px;
        height: 34px;
    }

    .r26-safei-copy p {
        padding-left: 46px;
        font-size: 16px;
    }

    .r26-safei-copy p br {
        display: none;
    }

    .r26-safei-overview__copy-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .r26-safei-overview__copy-row > .r26-safei-button {
        margin: 0 0 28px 46px;
        justify-self: start;
    }

    .r26-safei-overview__media {
        padding-bottom: 38px;
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .r26-safei-overview__media img {
        height: auto;
        object-fit: contain;
    }

    .r26-safei-feature {
        padding-top: 34px;
        padding-bottom: 34px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .r26-safei-button {
        min-height: 50px;
        margin-top: 24px;
        margin-left: 46px;
    }

    .r26-safei-feature__image {
        border-radius: 12px;
    }

    .r26-safei-outro .r26-container {
        min-height: 250px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 34px;
    }

    .r26-safei-outro strong {
        max-width: 100%;
        font-size: clamp(28px, 9vw, 42px);
    }

    .r26-safei-outro img {
        width: 180px;
        align-self: flex-end;
    }
}
