/* theContent */
.layout-contact_form_short .theContent span[style*="text-decoration: underline"] {
    text-decoration-color: var(--color-blue) !important;
    text-decoration-thickness: 4px !important;;
    text-decoration-skip-ink: none;
    text-underline-position: under;
    text-underline-offset: 3px;
}
.layout-contact_form_short .theContent h1,
.layout-contact_form_short .theContent h2,
.layout-contact_form_short .theContent h3,
.layout-contact_form_short .theContent h4,
.layout-contact_form_short .theContent h5,
.layout-contact_form_short .theContent h6,
.layout-contact_form_short .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.4464)); /* 14 - 16 */
    line-height: 157%;
}
@media(min-width: 768px) {
    .layout-contact_form_short .theContent h1,
    .layout-contact_form_short .theContent h2,
    .layout-contact_form_short .theContent h3,
    .layout-contact_form_short .theContent h4,
    .layout-contact_form_short .theContent h5,
    .layout-contact_form_short .theContent h6,
    .layout-contact_form_short .theContent p {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.1096)); /* 16 - 17 */
        line-height: 146%;
    }
}
@media(min-width: 1680px) {
    .layout-contact_form_short .theContent h1,
    .layout-contact_form_short .theContent h2,
    .layout-contact_form_short .theContent h3,
    .layout-contact_form_short .theContent h4,
    .layout-contact_form_short .theContent h5,
    .layout-contact_form_short .theContent h6,
    .layout-contact_form_short .theContent p {
        font-size: 1.0625rem; /* 17 */
        line-height: 147%;
    }
}