.whitepaper_content_with_form {
    padding: 100px 0;
    background: linear-gradient(90.97deg, #131E37 3.5%, #36569D 50.3%), linear-gradient(270.35deg, rgba(0, 0, 0, 0.8) 44.99%, rgba(54, 86, 157, 0.8) 59.82%, rgba(19, 30, 55, 0.8) 75.91%);
    background-blend-mode: multiply;
    box-shadow: 0px 0px 8px 0px #9DB7DF;
}

.resource-detail-page.custom-resource-banner {
    padding: 0;
}

.resource-detail-page.custom-resource-banner>.container {
    padding: 0;
    max-width: 100%;
}

.whitepaper_content_with_form .whitepaper_content_with_form_wrapper {
    display: flex;
    gap: 80px;
}

.whitepaper_content_with_form .whitepaper_content_div {
    max-width: 55%;
    width: 100%;
}

.whitepaper_content_with_form .whitepaper_content_div .eyebrow h4 {
    font-size: var(--fs-14);
    line-height: var(--lh-24);
    font-weight: var(--fw-600);
    color: var(--button-primary-hover);
    margin: 0;
    letter-spacing: 15%;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div h1 {
    font-size: var(--fs-50);
    line-height: var(--lh-60);
    font-weight: var(--fw-600);
    color: var(--color-white);
    margin: 0;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div h2 {
    font-size: var(--fs-40);
    line-height: var(--lh-50);
    font-weight: var(--fw-600);
    color: var(--color-white);
    margin: 0;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div h3 {
    font-size: var(--fs-30);
    line-height: var(--lh-40);
    font-weight: var(--fw-600);
    color: var(--color-white);
    margin: 0;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div h4 {
    font-size: var(--fs-30);
    line-height: var(--lh-40);
    font-weight: var(--fw-600);
    color: var(--color-white);
    margin: 0;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div h5 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    font-weight: var(--fw-600);
    color: var(--color-white);
    margin: 0;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div p {
    font-size: var(--fs-22);
    line-height: var(--lh-32);
    font-weight: var(--fw-500);
    color: var(--color-white);
    margin: 0;
    padding-bottom: 20px;
}

.whitepaper_content_with_form .whitepaper_content_div h6 {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
    color: var(--color-white);
    font-weight: var(--fw-500);
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
}

.whitepaper_content_with_form .whitepaper_content_div h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    border-bottom: 6px solid var(--button-primary-hover);
}

.whitepaper_content_with_form .whitepaper_form_card {
    max-width: 45%;
    width: 100%;
    background-color: var(--color-white);
    padding: 30px 0;
    border-radius: 10px;
}

.whitepaper_content_with_form .whitepaper_form_card .whitepaper_form .hs-form-frame iframe{
    border: none!important;
    outline: none!important;
}

.whitepaper_content_with_form .whitepaper_form_card .cover_wrap_image {
    max-width: 65%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.whitepaper_content_with_form .whitepaper_form_card .form_head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 40px;
}

.whitepaper_content_with_form .whitepaper_form_card .form_head h3 {
    font-size: var(--fs-30);
    line-height: var(--lh-40);
    color: var(--sol-ternary-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_content_with_form .whitepaper_form_card .form_head p {
    font-size: var(--fs-20);
    line-height: var(--lh-30);
    color: var(--sol-grey);
    font-weight: var(--fw-400);
    margin: 0;
}

.whitepaper_questions {
    padding: 50px 0;
    background: var(--secondary-white);
}

.whitepaper_questions .whitepaper_questions_head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 64px;
}

.whitepaper_questions .whitepaper_questions_head h1 {
    font-size: var(--fs-50);
    line-height: var(--lh-60);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_head h2 {
    font-size: var(--fs-40);
    line-height: var(--lh-50);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_head h3 {
    font-size: var(--fs-30);
    line-height: var(--lh-40);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_head h4 {
    font-size: var(--fs-30);
    line-height: var(--lh-40);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_head h5 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_head h6 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_head p {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
    color: var(--sol-grey);
    font-weight: var(--fw-500);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question:first-child {
    padding-top: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question {
    display: flex;
    gap: 35px;
    align-items: center;
    border-bottom: 1px solid var(--sol-grey);
    padding: 25px 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question h1 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question h2 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question h3 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question h4 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question h5 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question h6 {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question p {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.whitepaper_questions .whitepaper_questions_wrapper .question span {
    font-size: var(--fs-20);
    line-height: var(--lh-30);
    color: var(--color-white);
    font-weight: var(--fw-600);
    margin: 0;
    width: 45px;
    height: 45px;
    background: var(--sol-blue);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitepaper_questions .answer {
    padding: 30px;
    background-color: var(--form-bg);
    border-left: 8px solid var(--sol-footer);
    margin-top: 50px;
}

.whitepaper_questions .answer p {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes {
    padding: 50px 0;
}

.what_whitepaper_includes .what_whitepaper_head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
}

.what_whitepaper_includes .what_whitepaper_head h1 {
    font-size: var(--fs-50);
    line-height: var(--lh-60);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_head h2 {
    font-size: var(--fs-40);
    line-height: var(--lh-50);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_head h3 {
    font-size: var(--fs-36);
    line-height: var(--lh-46);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_head h4 {
    font-size: var(--fs-36);
    line-height: var(--lh-46);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_head h5 {
    font-size: var(--fs-32);
    line-height: var(--lh-42);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_head h6 {
    font-size: var(--fs-32);
    line-height: var(--lh-42);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_head p {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
    color: var(--sol-grey);
    font-weight: var(--fw-400);
    margin: 0;
}

.what_whitepaper_includes .what_whitepaper_content p {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
    color: var(--sol-grey);
    font-weight: var(--fw-500);
    margin: 0;
}

.what_whitepaper_includes .includes_wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.what_whitepaper_includes .includes_wrapper .includes {
    position: relative;
    padding: 15px 0;
    padding-left: 40px;
}

.what_whitepaper_includes .includes_wrapper .includes h3 {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
    color: var(--sol-ternary-blue);
    font-weight: var(--fw-500);
    margin: 0;
}

.what_whitepaper_includes .includes_wrapper .includes::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 23px;
    background: var(--button-primary-hover);
    border-radius: 2px;
}

.what_whitepaper_includes .includes_numbers {
    padding-top: 30px;
}

.what_whitepaper_includes .includes_numbers h2 {
    font-size: var(--fs-28);
    line-height: var(--lh-38);
    color: var(--sol-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .includes_numbers_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid var(--border-one);
    border-bottom: 1px solid var(--border-one);
}

.what_whitepaper_includes .includes_numbers_wrap .include_common {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 25%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.what_whitepaper_includes .includes_numbers_wrap .include_common span {
    font-size: var(--fs-36);
    line-height: var(--lh-46);
    color: var(--sol-ternary-blue);
    font-weight: var(--fw-600);
    margin: 0;
}

.what_whitepaper_includes .includes_numbers_wrap .include_common p {
    font-size: var(--fs-26);
    line-height: var(--lh-36);
    color: var(--sol-grey);
    font-weight: var(--fw-600);
    margin: 0;
}

@media(max-width:1200px) {

    .whitepaper_content_with_form .whitepaper_content_with_form_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .whitepaper_content_with_form .whitepaper_content_div {
        max-width: 100%;
    }

    .whitepaper_content_with_form .whitepaper_form_card {
        max-width: 100%;
    }
}

@media(max-width:767px) {

    .whitepaper_questions .whitepaper_questions_head {
        padding-bottom: 40px;
    }

    .whitepaper_questions .whitepaper_questions_head h1 {
        font-size: var(--fs-30);
        line-height: var(--lh-40);
    }

    .whitepaper_questions .whitepaper_questions_head h2 {
        font-size: var(--fs-24);
        line-height: var(--lh-34);
    }

    .whitepaper_questions .whitepaper_questions_head h3 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_head h4 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_head h5 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .whitepaper_questions .whitepaper_questions_head h6 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .whitepaper_questions .whitepaper_questions_head p {
        font-size: var(--fs-18);
        line-height: var(--lh-26);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question h1 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question h2 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question h3 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question h4 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question h5 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question h6 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .whitepaper_questions_wrapper .question p {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_questions .answer p {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_content_with_form {
        padding: 50px 0;
    }

    .whitepaper_content_with_form .whitepaper_content_div h1 {
        font-size: var(--fs-30);
        line-height: var(--lh-40);
    }

    .whitepaper_content_with_form .whitepaper_content_div h2 {
        font-size: var(--fs-24);
        line-height: var(--lh-34);
    }

    .whitepaper_content_with_form .whitepaper_content_div h3 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_content_with_form .whitepaper_content_div h4 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_content_with_form .whitepaper_content_div h5 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .whitepaper_content_with_form .whitepaper_content_div h6 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .whitepaper_content_with_form .whitepaper_content_div p {
        font-size: var(--fs-18);
        line-height: var(--lh-26);
    }

    .whitepaper_content_with_form .whitepaper_form_card .form_head h3 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .whitepaper_content_with_form .whitepaper_form_card .form_head p {
        font-size: var(--fs-18);
        line-height: var(--lh-26);
    }

    .whitepaper_content_with_form .whitepaper_form_card .form_head {
        padding: 0 35px;
    }

    .what_whitepaper_includes .what_whitepaper_head h1 {
        font-size: var(--fs-30);
        line-height: var(--lh-40);
    }

    .what_whitepaper_includes .what_whitepaper_head h2 {
        font-size: var(--fs-24);
        line-height: var(--lh-34);
    }

    .what_whitepaper_includes .what_whitepaper_head h3 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .what_whitepaper_includes .what_whitepaper_head h4 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .what_whitepaper_includes .what_whitepaper_head h5 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .what_whitepaper_includes .what_whitepaper_head h6 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .what_whitepaper_includes .what_whitepaper_head p {
        font-size: var(--fs-18);
        line-height: var(--lh-26);
    }

    .what_whitepaper_includes .what_whitepaper_content p {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .what_whitepaper_includes .includes_numbers {
        padding-top: 0px;
    }

    .what_whitepaper_includes .includes_numbers h2 {
        font-size: var(--fs-22);
        line-height: var(--lh-32);
    }

    .what_whitepaper_includes .includes_wrapper {
        gap: 0;
    }

    .what_whitepaper_includes .includes_wrapper .includes h3 {
        font-size: var(--fs-20);
        line-height: var(--lh-30);
    }

    .what_whitepaper_includes .includes_numbers_wrap {
        flex-direction: column;
        gap: 40px;
    }

    .what_whitepaper_includes .includes_numbers_wrap .include_common {
        max-width: 100%;
        width: 100%;
    }

    .what_whitepaper_includes .includes_numbers_wrap .include_common span {
        font-size: var(--fs-28);
        line-height: var(--lh-38);
    }

    .what_whitepaper_includes .includes_numbers_wrap .include_common p {
        font-size: var(--fs-24);
        line-height: var(--lh-34);
    }

}