.pullupAllInsights {
    background: #b9b9b9;
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
    min-height: 80rem
}

.pullupAllInsights .allInsights-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
    padding: 0 1.5rem;
    position: relative
}

@media screen and (min-width:750px) {
    .pullupAllInsights .allInsights-header {
        padding: 0 4rem
    }
}

.pullupAllInsights .allInsights-filter.filters-open .filter-checkboxes {
    opacity: 1;
    visibility: visible
}

.pullupAllInsights .allInsights-filter.filters-open .filter-toggle {
    border-radius: 16px 16px 0 0;
    border-bottom: 0
}

.pullupAllInsights .allInsights-filter.filters-open .filter-toggle:hover {
    transition: none;
    background: #b9b9b9;
    color: #202020
}

.pullupAllInsights .filter-title {
    margin-bottom: 1.6rem
}

.pullupAllInsights .filter-checkboxes {
    background: #b9b9b9;
    border-right: 1px solid #202020;
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-wrap: wrap;
    padding: 48px 24px 24px;
    position: absolute;
    width: 560px;
    right: 4rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #202020;
    overflow: hidden;
    top: 40px;
    z-index: 1
}

@media screen and (max-width:749px) {
    .pullupAllInsights .filter-checkboxes {
        display: none
    }
}

.pullupAllInsights .filter-checkboxes:after {
    content: "";
    position: absolute;
    width: 79%;
    height: 80px;
    border-radius: 16px 16px 16px 0;
    right: 105px;
    top: -56px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    z-index: 2;
    background: #b9b9b9
}

.pullupAllInsights .filter-checkboxes:before {
    content: "";
    position: absolute;
    width: 70%;
    height: calc(100% - 22px);
    border-radius: 16px 0 0 16px;
    left: 0;
    top: 23px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    z-index: -1
}

.pullupAllInsights .filter-checkboxes input {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    border: 1px solid #202020;
    border-radius: 2px;
    width: 16px;
    height: 16px
}

.pullupAllInsights .filter-checkboxes input:checked {
    background: #202020
}

.pullupAllInsights .filter-medias,
.pullupAllInsights .filter-subjects {
    margin-bottom: 24px;
    width: 50%
}

.pullupAllInsights .filter-apply {
    align-items: center;
    background: #202020;
    color: #b9b9b9;
    display: flex;
    border: 1px solid #202020;
    cursor: pointer;
    border-radius: 32px;
    justify-content: center;
    height: 48px;
    transition: all .2s ease-in-out;
    width: 100%
}

.pullupAllInsights .filter-apply:hover {
    background: #b9b9b9;
    color: #202020
}

.pullupAllInsights .filter-toggle {
    align-items: center;
    background: #b9b9b9;
    border: 1px solid #202020;
    display: flex;
    height: 48px;
    border-radius: 32px;
    padding: 0 28px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 2
}

.pullupAllInsights .filter-toggle:hover {
    background: #202020;
    color: #b9b9b9
}

@media screen and (max-width:749px) {
    .pullupAllInsights .filter-toggle {
        display: none
    }
}

.pullupAllInsights .filter-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    margin-bottom: 8px
}

.pullupAllInsights .filter-item:last-child {
    margin-bottom: 0
}

.pullupAllInsights .allInsights {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))
}

.pullupAllInsights .allInsights:not(:last-child) {
    margin-bottom: 8rem
}

@media screen and (min-width:750px) {
    .pullupAllInsights .allInsights {
        grid-template-columns: repeat(auto-fill, minmax(72rem, 1fr))
    }
}

@media screen and (min-width:1025px) {
    .pullupAllInsights .allInsights {
        grid-template-columns: repeat(auto-fill, minmax(48rem, 1fr))
    }
}

@media screen and (min-width:1280px) {
    .pullupAllInsights .allInsights {
        grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr))
    }
}

.pullupAllInsights .insight-item {
    min-height: 39rem;
    padding: 2.4rem 1.6rem;
    position: relative;
    transition: background .4s ease-in-out, color .4s ease-in-out
}

@media screen and (min-width:750px) {
    .pullupAllInsights .insight-item {
        padding: 4rem;
        min-height: 72rem
    }
}

@media screen and (min-width:1025px) {
    .pullupAllInsights .insight-item {
        min-height: 48rem
    }
}

@media screen and (min-width:1280px) {
    .pullupAllInsights .insight-item {
        min-height: 36rem
    }
}

@media screen and (max-width:749px) {
    .pullupAllInsights .insight-item:not(:first-child) .item-line[data-line=x]:nth-child(2) {
        display: none
    }
}

.pullupAllInsights .insight-item.hasVideo {
    color: #b9b9b9
}

.pullupAllInsights .insight-item.hasVideo .insight-video {
    display: flex
}

.pullupAllInsights .insight-item:hover {
    background: #202020;
    color: #b9b9b9
}

.pullupAllInsights .insight-image {
    position: absolute;
    inset: 0
}

.pullupAllInsights .insight-tag {
    margin-bottom: 12px;
    position: relative
}

.pullupAllInsights .insight-title {
    margin-bottom: 2.4rem;
    position: relative
}

.pullupAllInsights .insight-description {
    opacity: .6
}

.pullupAllInsights .item-line {
    position: absolute
}

.pullupAllInsights .item-line[data-line=x]:nth-child(1) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #8b8b8b;
    transform-origin: right center
}

@media screen and (max-width:749px) {
    .pullupAllInsights .item-line[data-line=x]:nth-child(1) {
        transform-origin: left center
    }
}

.pullupAllInsights .item-line[data-line=x]:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #8b8b8b;
    transform-origin: left center
}

.pullupAllInsights .item-line[data-line=y] {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    border-right: 1px solid #8b8b8b;
    transform-origin: center top
}

@media screen and (max-width:749px) {
    .pullupAllInsights .item-line[data-line=y] {
        display: none
    }
}

.pullupAllInsights .insight-video {
    align-items: center;
    display: flex;
    display: none;
    border-radius: 50%;
    bottom: 2.4rem;
    background: #b9b9b9;
    height: 6.4rem;
    justify-content: center;
    left: 1.5rem;
    position: absolute;
    width: 6.4rem
}

@media screen and (min-width:750px) {
    .pullupAllInsights .insight-video {
        bottom: 4rem;
        left: 4rem
    }
}

.pullupAllInsights .insight-icon {
    height: 2.4rem;
    padding-left: .8rem;
    width: 2.4rem
}

.pullupAllInsights .pagination {
    align-items: center;
    display: flex;
    gap: 3.2rem;
    justify-content: center;
    text-align: center;
    position: relative
}

@media screen and (min-width:750px) {
    .pullupAllInsights .pagination {
        gap: 2.4rem
    }
}

.pullupAllInsights .page-link {
    position: relative
}

.pullupAllInsights .page-link.active {
    color: #b9b9b9;
    margin: 0 .8rem;
    position: relative
}

.pullupAllInsights .page-link.active:before {
    content: "";
    border-radius: 50%;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    width: 48px;
    transform: translate(-50%, -50%)
}

.pullupAllInsights .link-txt {
    position: relative;
    z-index: 1
}