body {
    margin: 0;
    padding: 0;
    background: #fff;
}

.rag-page {
    width: 100%;
    background: #fff;
}

.rag-hero,
.rag-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rag-hero {
    padding-top: 64px;
}

.rag-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.rag-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rag-page .content-wrapper {
    align-items: flex-start;
}

.rag-page .content {
    padding: 0;
    max-width: none;
}

.rag-page .actions {
    margin-top: 40px;
}

.rag-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rag-section-image {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #f4f7fb;
}

.rag-section-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.rag-section-title {
    margin: 0;
    color: #293129;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.18px;
}

.rag-section-body {
    margin: 0;
    color: #505055;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.rag-divider {
    width: 100%;
    height: 1px;
    overflow: hidden;
}

.rag-divider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rag-contact {
    margin: 0;
    color: #505055;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    white-space: pre-wrap;
}

.rag-contact a {
    color: #4eacea;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .rag-hero {
        padding-top: 80px;
    }
}

@media (max-width: 740px) {
    .rag-hero {
        padding-top: 70px;
    }

    .rag-section-title,
    .rag-section-body,
    .rag-contact {
        font-size: 14px;
        line-height: 22px;
    }
}
