body {
    background: #f4f4f4;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.headerblock-container {
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 3.75rem 1.875rem;
    text-align: left;
    color: white !important;
}

.headerblock-container h1,
.headerblock-container h3 {
    color: white !important;
    margin: 0.44rem 0;
}

.report-container {
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 0 1.25rem;
    background: #f4f4f4;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.report-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.625rem;
    /* 10px */
}

.report-desc {
    color: #6c6c6c;
    font-size: 1.1rem;
    margin: 0;
    max-width: 43.75rem;
    /* 700px */
}

.report-date {
    text-align: right;
    color: #222;
    font-size: 0.98rem;
    padding-top: 0.75rem;
    /* 12px */
}

.report-date .quarter {
    font-weight: 700;
}

.overview-card {
    background: #fff;
    border-radius: 1.125rem;
    /* 18px */
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.03);
    padding: 2.25rem;
    /* 36px */
    margin-bottom: 2.5rem;
    /* 40px */
}

.overview-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
    /* 18px */
    color: #222;
}

.overview-text {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
}

.description-card {
    background: #fff;
    border-radius: 1.125rem;
    /* 18px */
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.03);
    padding: 2.25rem;
    /* 36px */
}

.description-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
    /* 18px */
    color: #222;
}

.description-text {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
}

@media (max-width: 700px) {

    .report-header,
    .overview-card,
    .description-card {
        padding: 1.125rem;
        /* 18px */
    }

    .overview-card {
        padding: 1.125rem 0.625rem;
        /* 18px 10px */
    }

    .description-card {
        padding: 1.125rem 0.625rem;
        /* 18px 10px */
    }   
}

.contact-section {
    text-align: center;
    padding: 4.5rem 0;
    /* 72px */
    background: #fff;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0a4c6a;
    margin-bottom: 1.125rem;
    /* 18px */
    font-family: 'Open Sans', Arial, sans-serif;
}

.contact-btn {
    display: inline-block;
    background: #0a4c6a;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.625rem 2.25rem;
    /* 10px 36px */
    border-radius: 0.75rem;
    /* 12px */
    text-decoration: none;
    transition: background 0.2s;
}

.calculator-overview-section {
    text-align: center;
    margin: 0;
    padding: 3rem 4.5rem;
}

.calculator-iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculator-iframe-wrapper iframe {
    max-width: 100%;
    border-radius: 0.625rem;
    /* 10px */
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.07);
}

.blur-content {
    filter: blur(9px);
    pointer-events: none;
    user-select: none;
    position: relative;
}

.subscription-button-b {
    display: inline-block;
    min-width: 180px;
    text-align: center;
    margin: 0;
    padding: 0.75rem 1.5rem;
    background: #004973;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s;
    box-shadow: none;
    border: none;
}

/* .subscription-button-b:hover {
    background: #0071bc;
} */