@media print {
    /* hide elements */

    video,
    .main-navbar-wrapper,
    .main-navbar,
    .video-overlay,
    [class*="onlim"],
    [class*="onlim"] + #onlim-chat-widget-trigger,
    #onlim-chat-widget-trigger.onlim-chatwidget-v2,
    .cc-revoke,
    .sf-toolbar,
    .console,
    .footer-middle,
    .footer,
    .anchor-nav__wrapper,
    .modal,
    .console,
    .toast,
    .blaze-prev,
    .blaze-next,
    #warning-static-release,
    footer {
        display: none;
        visibility: hidden;
    }

    .wysiwyg div.collapse:not(.show){
        height: unset !important;
        display: block;
    }

    .contwise-graph{
        width: 50% !important;
        margin-bottom: 50px !important;
    }

    .contwise-graph > div {
        margin-bottom: 50px !important;
    }

    .contwise-map{
        width: 100% !important;
    }

    .wysiwyg-area--background .title-block h2{
        color: var(--color-secondary) !important;
    }
    .wysiwyg-area--background .wysiwyg{
        color: black !important;
    }

    /* page breaks */
    h1,
    h2,
    h3,
    h4{
        page-break-after: avoid;
    }

    tr,
    img,
    .teaser
    {
        page-break-inside: avoid;
    }

    /* reset bootstrap default stuff */
    a[href]:after,
    abbr[title]:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }


    /* reset mobile grid */
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 50%;
    }
    .col-md-3 {
        width: 50%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }

    .content-visibility--auto {
        content-visibility: visible !important;
    }

    .content-block{
        margin:0;
        padding: 0;
    }

    [class*="__shape"],
    .landscape-teaser-area,
    .d-md-none,
    .btn-primary{
        display: none !important;
    }

    .blog-detail-heading__grid{
        display: block;
    }

}
