@media print {
    .realated-insights-section {
        display: none !important;
    }

    .article-share-box {
        display: none !important;
    }

    header,
    footer,
    .breadcrumb,
    .more-about-the-author,
    .author-img-box,
    .mobile-burger,
    .article-author-info,
    .realated-insights-section,
    .block-offset-y-xSmall {
        display: none !important;
    }
}

@media print {

    /* Reset some default styles */
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Hide unnecessary elements */
    body {
        margin: 0;
        padding: 0;
    }

    nav,
    header,
    .realated-insights-section,
    .menu-nav-box,
    footer {
        display: none !important;
    }

    /* Article content styling */
    .article-content {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    /* Handle images */
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    /* Page breaks */
    h1,
    h2,
    h3,
    .section-heading {
        page-break-after: avoid;
    }

    a {
        color: black !important;
        text-decoration: none !important;
    }

    p {
        color: #000;
        font-family: noi_grotesklight, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 150%;
        padding-bottom: 25px;
    }

    .article-img-box {
        display: flex;
        flex-wrap: wrap;
    }

    .img-box {
        line-height: 0;
    }
/* 
    .article-img-box img {
        max-width: 200px;
        margin-right: 20px;
        margin-bottom: 20px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0;
        object-position: 50% 0;
    } */
}

.article-highlighted-text {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.article-section-wrap .img-box .img-wrapper {
    border-radius: 12px;
    overflow: hidden;
}


/* 
.img-wrapper.aspect-ratio-200-200 {
    padding-top: 100%;        border-radius: 12px;
        overflow: hidden;
                display: inline-block;
        position: relative;
        width: 100%;
} */


.img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    /* border: 1px solid yellow; */
}

.img-wrapper img {
    width: 100%;
    display: inline-block;
    max-width: 100%;
}

.hero-landing-video-box {
    width: 100%;
    padding-bottom: 25px;
}

.hero-video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}


.video-cover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.video-cover:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.play-button{
    display: none;
}
.img-box{
    width: 200px;
    padding-right: 25px;
}
/* 
.img-box img{
        height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;-o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0;
        object-position: 50% 0;
} */