/* theContent */

.layout-editor_cta .theContent h1,
.layout-editor_cta .theContent h2,
.layout-editor_cta .theContent h3,
.layout-editor_cta .theContent h4,
.layout-editor_cta .theContent h5,
.layout-editor_cta .theContent h6,
.layout-editor_cta .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.6696)); /* 14 - 17 */
    line-height: 157%;
    font-family: var(--font-b);
font-weight: 300;
}
@media(min-width: 768px) {
    .layout-editor_cta .theContent h1,
    .layout-editor_cta .theContent h2,
    .layout-editor_cta .theContent h3,
    .layout-editor_cta .theContent h4,
    .layout-editor_cta .theContent h5,
    .layout-editor_cta .theContent h6,
    .layout-editor_cta .theContent p {
        font-size: calc(1.0625rem + ((1vw - 0.48rem) * 1.3453)); /* 17 - 20 */
        line-height: 147%;
    }
}
@media(min-width: 992px) {
    .layout-editor_cta .theContent h1,
    .layout-editor_cta .theContent h2,
    .layout-editor_cta .theContent h3,
    .layout-editor_cta .theContent h4,
    .layout-editor_cta .theContent h5,
    .layout-editor_cta .theContent h6,
    .layout-editor_cta .theContent p {
        font-size: calc(1.25rem + ((1vw - 0.62rem) * 1.9231)); /* 20 - 26 */
        line-height: 150%;
    }
}
@media(min-width: 1200px) {
    .layout-editor_cta .theContent h1,
    .layout-editor_cta .theContent h2,
    .layout-editor_cta .theContent h3,
    .layout-editor_cta .theContent h4,
    .layout-editor_cta .theContent h5,
    .layout-editor_cta .theContent h6,
    .layout-editor_cta .theContent p {
        font-size: 1.625rem; /* 26 */
        line-height: 134%;
    }
}
.theContent b, .theContent strong {
    font-weight: normal;
    font-family: var(--font-b);
font-weight: 600;
}