.new-insights-hero {
    border-radius: 48px 48px 0 0;
    background: linear-gradient(180deg, rgba(254, 254, 254, 0.00) 0.61%, #FEFEFE 44.38%), var(--dark-green);
    padding: 90px 20px 40px 20px;
    position: relative;
}

.new-insights-hero .container:after{
    content: "";
    position: absolute;
    background-image: url(../images/bg-square-outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 100px;
}

.new-insights-hero .hero-heading-wrapper{
    max-width: 100%;
    width: 100%;
    display: flex;
    padding: 0;
}
.new-insights-hero .hero-heading-wrapper:before, .new-insights-hero .hero-heading-wrapper:after{
    display: none;
}

.new-insights-hero .hero-content{
    padding-top: 55px;
}

.new-insights-hero .hero-banner .banner-image{
    border-radius: 30px 30px 0 0;
    height: 350px;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.new-insights-hero .hero-content .insight-heading{
    color: var(--dark-green);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 114.286% */
    letter-spacing: -1px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.new-insights-hero .hero-content .hero-category{
    color: var(--dark-green);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    display: flex;
    gap: 20px;
}

.new-insights-hero .hero-content .social-share-wrapper{
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.new-insights-hero .hero-content .social-share-separator{
    background: var(--light-green);
    width: 240px;
    height: 2px;
    margin: 25px 0 15px 0;
}

.new-insights-hero .hero-content .read-time{
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.new-insights-article .inner-page-columns:before, .new-insights-article .inner-page-columns:after{
    display: none;
}
.new-insights-article .inner-page-columns{
    gap: 10px;
}

.new-insights-article .insights-content-block{
    background: unset;
}

.new-insights-article .insights-content-block .insight-rich-text-wrapper{
    padding: 0;
}

.new-insights-article .table-of-contents .toc-table .toc-heading{
    color: #5A5A5A;
    font-family: var(--figtree);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new-insights-article .table-of-contents .toc-table .toc-btn{
    border-radius: 3px;
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    padding: 8px;
    margin-bottom: 5px;
    margin-left: -6px;
}

.new-insights-article .table-of-contents .toc-table .toc-btn.active, .new-insights-article .table-of-contents .toc-table .toc-btn:hover{
    background: #F4EEEB;
    color: #5A5A5A;
}

.new-insights-article .insights-content-block .w-richtext > :first-child {
    margin-top: 0;
}

.insights-content-block .w-richtext figure{
    margin-top: 25px;
}

.new-insights-article .insights-content-block .w-richtext h2 {
    color: var(--dark-green);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.new-insights-article .insights-content-block .w-richtext h3 {
    color: var(--dark-green);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 35px 0 20px;
}

.new-insights-article .insights-content-block .w-richtext h2 a, .new-insights-article .insights-content-block .w-richtext h3 a{
    font-size: inherit;
}

.new-insights-article .insights-content-block .w-richtext p{
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.new-insights-article .inner-page-columns ul, .new-insights-article .inner-page-columns ol{
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    margin-top: 20px;
    margin-bottom: 32px;
}

.scroll-to-top{
    display: none;
    border-radius: 200px;
    background: #F2F2F2;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
    bottom: 30px;
    z-index: 99;
}
.scroll-to-top img{
    position: relative;
    top: 20%;
}

.new-insights-article .new-insight-sidebar{
    /*background: var(--dark-green) var(--image-url);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.new-insights-article .new-insight-sidebar .sidebar-content{
    text-align: center;
}

.new-insights-article .new-insight-sidebar .sidebar-content h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 0;
    /*margin-bottom: 25px;*/
    margin-bottom: 15px;
}

/*.new-insights-article .new-insight-sidebar .sidebar-label-frame{
    padding: 75px 12px 100px 12px;
    background: unset;
}*/

.new-insights-article .new-insight-sidebar .keller-btn{
    background-color: var(--light-green);
    color: #ffffff;
    /*margin-top: 50px;*/
    margin-top: 25px;
    margin-bottom: 0;
    width: 90%;
}

.related-articles{
    background-color: #fff;
    padding: 50px 40px 80px 40px;
}

.related-articles .related-articles-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.related-articles .related-articles-header .related-articles-heading{
    color: var(--dark-green);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 111.111% */
    letter-spacing: -1px;
}

.related-articles .related-articles-header .keller-btn, .related-articles .related-articles-footer .keller-btn{
    padding: 10px 20px;
    min-width: 185px;
}

.related-articles .related-articles-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
}

.related-articles-wrapper .related-article{
    display: flex;
    flex-direction: row;
    /*gap: 20px;*/
    border-radius: 3px;
    border: 1px solid #CCC;
    height: 200px;
}

.related-articles-wrapper .related-article .related-article-thumbnail{
    width: 50%;
    /*max-height: inherit;*/
}

.related-articles-wrapper .related-article .related-article-thumbnail-image{
    object-fit: cover;
    /*max-height: inherit;*/
    width: 100%;
    height: 100%;
    border-radius: 3px 0 0 3px;
}

.related-articles-wrapper .related-article .related-article-info{
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.related-articles-wrapper .related-article .related-article-info .related-article-category a{
    color: var(--dark-green);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.related-articles-wrapper .related-article .related-article-info .related-article-title{
    color: var(--dark-green);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-articles-wrapper .related-article .related-article-info .read-time{
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    /*margin-top: auto;*/
    display: inline-flex;
    height: 100%;
    align-items: flex-end;
}
.related-articles-wrapper .related-article .related-article-info .read-time a{
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.related-articles .related-categories-heading{
    color: var(--dark-green);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 116.667% */
    margin: 70px 0 20px;
}

.related-articles ul.related-categories{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 35px 15px;
    padding: 0;
    margin: 30px 0 0;
}

.related-articles ul.related-categories li a{
    border-radius: 3px;
    border: 1px solid var(--dark-green);
    padding: 10px 20px;
    color: var(--dark-green);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.related-articles .related-articles-footer{
    display: none;
}

.new-insights-article .rank-math-block .rank-math-list-item .rank-math-question {
    color: #2D2D2D;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-family: var(--figtree);
    font-weight: bold;

}

.new-insights-article .rank-math-block .rank-math-list-item .rank-math-answer{
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.new-insights-article .rank-math-block .rank-math-list-item .rank-math-answer p:first-child{
	margin-top: 0;
}

@media screen and (min-width: 1100px) {
    .new-insights-hero .hero-heading-wrapper{
        gap: 80px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 991px) {
    .new-insights-article .new-insight-sidebar .keller-btn{
        width: 100%;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 991px) {
    .related-articles{
        padding: 0px 20px 80px 20px;
    }

    .new-insights-article .ip-column-2:has(.new-insight-sidebar){
        padding-bottom: 0;
    }

    .new-insights-article .table-of-contents.ip-column-2{
        padding: 0;
    }

    .new-insights-article .table-of-contents .toc-table{
        position: static;
        width: 100%;
    }


    .new-insights-article .table-of-contents .toc-table .toc-list {
        display: none;
        width: 90%;
        border: 1px solid #5A5A5A;
        border-top: unset;
        padding: 5px 10px;
        margin: -5px auto auto;
    }
    .new-insights-article .table-of-contents .toc-table .toc-btn.active, .new-insights-article .table-of-contents .toc-table .toc-btn:hover{
        background: transparent;
        color: var(--dark-green);
    }

    .new-insights-article .table-of-contents .toc-table .toc-heading{
        padding: 15px 20px 15px 12px;
        color: #5A5A5A;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 3px;
        border: 1px solid #5A5A5A;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        position: relative;
    }

    .new-insights-article .table-of-contents .toc-table .toc-heading:focus, .new-insights-article .table-of-contents .toc-table .toc-heading:focus-visible{
        outline-color: var(--light-green);
    }

    .new-insights-article .table-of-contents .toc-table .toc-heading:after{
        content: "";
        background-image: url('../images/down-arrow.svg');
        background-repeat: no-repeat;
        background-position: 96%;
        background-size: 15px;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 20px;
        top: 30%;
        transition: transform 0.3s ease-in-out;
    }

    .new-insights-article .table-of-contents .toc-table .toc-heading.active:after {
        transform: rotate(180deg);
    }

    .new-insights-article .new-insight-sidebar{
        max-width: 300px;
        align-self: center;
    }

    .new-insights-hero .hero-banner .banner-image{
        height: 35vw;
        margin-top: 30px;
    }

    .related-articles-wrapper .related-article .related-article-thumbnail{
        width: 33%;
    }
    .related-articles-wrapper .related-article .related-article-info{
        width: 67%;
    }
    .related-articles-wrapper .related-article .related-article-info .related-article-title{
        font-size: 20px;
        line-height: 26px;
    }

    .new-insights-hero .hero-content .insight-heading{
        font-size: 30px;
        line-height: 40px;
    }
    
    .new-insights-hero .container:after{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .home-hero.insights.new-insights-hero{
        /*height: 470px;*/
        height: auto;
        padding-top: 30px;
        border-radius: 20px 20px 0 0;
    }

    .new-insights-hero .hero-heading-wrapper{
        flex-direction: column-reverse;
        padding: 0;
    }

    .new-insights-hero .hero-content{
        padding: 20px 0 0;
    }

    .new-insights-hero .hero-content .insight-heading{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px; /* 113.333% */
        letter-spacing: -1px;
        border-bottom: 2px solid var(--light-green);
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .new-insights-hero .hero-content .social-share-separator{
        display: none;
    }

    .new-insights-hero .hero-content .social-share-wrapper{
        display: inline-flex;
    }

    .new-insights-hero .hero-content .read-time{
        display: inline-block;
        margin-left: 20px;
    }

    .new-insights-hero .hero-banner{
        padding: 0;
    }

    .new-insights-hero .hero-banner .banner-image{
        height: 320px;
        border-radius: 20px 20px 0 0;
        margin-top: 0;
    }

    .white-section.insights-article{
        padding-top: 0;
    }

    .related-articles .related-articles-wrapper{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .related-articles .related-articles-header{
        margin-bottom: 30px;
    }

    .related-articles .related-articles-header .keller-btn{
        display: none;
    }

    .related-articles .related-articles-footer {
        display: block;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .related-articles-wrapper .related-article .related-article-info{
        padding: 15px;
    }
}

@media screen and (max-width: 479px) {
    .home-hero.insights.new-insights-hero, .white-section.insights-article{
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-insights-hero .hero-banner .banner-image{
        height: 220px;
    }

    .related-articles-wrapper .related-article .related-article-info{
        padding: 10px;
    }

    .related-articles-wrapper .related-article .related-article-info .related-article-title{
        font-size: 20px;
        line-height: 24px;
        -webkit-line-clamp: 4;
    }

    .new-insights-article .table-of-contents .toc-table :is(.toc-heading, .toc-list){
        width: 100%;
    }

    .related-articles .related-articles-header .related-articles-heading{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }

    .related-articles-wrapper .related-article .related-article-thumbnail{
        width: 33%;
    }
    .related-articles-wrapper .related-article .related-article-info{
        width: 67%;
    }

    .related-articles ul.related-categories{
        gap: 26px 8px;
    }

    .related-articles ul.related-categories li a{
        padding: 10px;
        font-size: 14px;
    }
}