@page {
    size: a4;
}

.print-only {
    display: none !important;
}

@media print {
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    #open-button,
    .et_pb_section_first,
    #main-header,
    .et_social_sidebar_networks,
    #px-form,
    #main-footer {
        display: none;
    }

    .et_pb_column_19 {
        margin-top: 100px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    h3 {
        margin-left: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    blockquote,
    table,
    pre {
        page-break-inside: avoid;
    }

    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    .page-break-after {
        page-break-after: always;
    }

    .btn {
        color: black;
        padding: 0;
        text-align: left;
    }
}