.wk-featured-3up-asset {
    background: #180D36;
    color: var(--text-primary-color);
    padding: 100px 0;
}
.wk-featured-3up-asset .section-heading{
    color: var(--text-primary-color);
    text-align: center;
    margin-bottom: 40px;
}
.wk-featured-3up-asset .eyebrow-txt {
    text-align: center;
}
.wk-featured-3up-asset .cta-box {
    text-align: center;
    margin-bottom: 60px;
}

.wk-featured-3up-asset .resources{
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.wk-featured-3up-asset .resources .column {
    display: flex;
    /* flex-basis: calc(50% - 26px);
    flex-direction: column; */
    justify-content: flex-start;
    margin-top: 20px;
	gap:20px;
    width: 100%;
}

.wk-featured-3up-asset .resources .featured {
    margin-top: 0;
    background-color: rgba(119,61,190, 0.2);
    border-radius: 30px;
    position: relative;
}
.wk-featured-3up-asset .resources .featured:hover .title {
    text-decoration: underline;
}
.wk-featured-3up-asset .resources .featured a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 30px;
    z-index: 1;
}
.wk-featured-3up-asset .resources .featured .featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    border-radius: 32px;
}
.wk-featured-3up-asset .resources .featured .featured-image img{
    width: 100%;
    border-radius: 30px;
    max-height: 340px;
    object-fit: contain;
    object-position: center center;
}
.wk-featured-3up-asset .resources .featured .res-card {
    margin: 0;
    background-color: transparent !important;
    flex-basis: calc(57% - 64px);
}
.wk-featured-3up-asset .resources .res-card{
    display: flex;
    flex-basis: calc(55% - 40px);
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255,255,255, 0.05);
    border-radius: 30px;
    padding: 30px 60px;
    margin: 0 0 0px;
    min-height: 320px;
    align-items: self-start;
    position: relative;
}
.wk-featured-3up-asset .resources .res-card:hover .title {
    text-decoration: underline;
}
.wk-featured-3up-asset .resources .res-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 30px;
    z-index: 1;
}
.wk-featured-3up-asset .resources .res-card:last-child {
    margin-bottom: 0;
}
.wk-featured-3up-asset .resources .res-card .icon {
    margin-bottom: 20px;
}
.wk-featured-3up-asset .resources .res-card .eyebrow-txt {
    text-align: left;
    margin-bottom: 10px;
}
.wk-featured-3up-asset .resources .res-card .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
}
.wk-featured-3up-asset .resources .res-card .title a {
    color: var(--text-primary-color);
}
.wk-featured-3up-asset .resources .res-card .title a:hover {
    color: var(--text-primary-color);
    text-decoration: underline;
}
.wk-featured-3up-asset .video-play-btn img{
    height: 70px;
}
/* Two column Resources */
.wk-featured-3up-asset .resources.two-resources {
    justify-content: space-between;
}
.wk-featured-3up-asset .resources.two-resources .column {
    flex-basis: calc(52% - 35px);
    margin: 0;
    background: none;
}
.wk-featured-3up-asset .resources.two-resources .column .res-card {
    flex-basis: 100%;
    background: rgba(255,255,255, 0.05) !important;
}
/*light theme*/
    .wk-featured-3up-asset.light {
        background: #F8FAF3;
    }

    .wk-featured-3up-asset.light .section-heading{
        color: var(--wk-cta-color-opt2);
    }

    .wk-featured-3up-asset.light .cbtn.wk-secondary,
    .wk-featured-3up-asset.light .cbtn.wk-secondary:hover{
        color: var(--wk-cta-color-opt2);
        border:1px solid var(--weka-fuchsia);
    }

    .wk-featured-3up-asset.light .resources .res-card .title{
         color: var(--wk-cta-color-opt2);
    }
    .wk-featured-3up-asset.light .resources .res-card .title a,
    .wk-featured-3up-asset.light .resources .res-card .title a:hover{
         color: var(--wk-cta-color-opt2);
    }

    .wk-featured-3up-asset.light .resources .res-card{
        background: #F1F3EC;
    }

    .wk-featured-3up-asset.light .resources .featured{
        background: #F1F3EC;
    }
/*light theme*/

/* Asset LP Related and Upcoming Resources Option 2 */
.wk-gated-resource-opt2{
    z-index: 1;
}
.wk-gated-resource-opt2 .resources{
    justify-content: center;
}
.wk-gated-resource-opt2 .resources .column{
    flex-basis: calc(33.33% - 26px);
    margin: 0 13px 30px;
    gap: initial;
    background-color: rgba(255,255,255, 0.05);
    flex-direction: column;
}
.wk-gated-resource-opt2 .resources .column .featured-image{
    max-height: 302px;
    position: relative;
}
.wk-gated-resource-opt2 .resources .column .featured-image img{
    object-fit: cover;
    height: auto;
    max-height: initial;
}
.wk-gated-resource-opt2 .resources .res-card{
    padding: 30px 40px;
    min-height: auto;
    justify-content: flex-start;
}
.wk-gated-resource-opt2 .resources .featured .res-card {
    flex-basis: 100%;
}
.wk-gated-resource-opt2 .resources .res-card a{
    position: relative;
    height: 100%;
}
.wk-gated-resource-opt2 .resources .res-card .title{
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
}
.wk-gated-resource-opt2 .resources .res-card:hover .title,
.wk-gated-resource-opt2 .resources .featured:hover .title {
    text-decoration: none;
}
.wk-gated-resource-opt2 .resources .res-card .section-desc {
    line-height: 30px;
}
.wk-gated-resource-opt2 .resources .featured .featured-image img {
    max-height: initial;
    height: auto;
    border-radius: 30px;
}
/* Light Themem */
.lp-asset-cards.light .wk-gated-resource-opt2 .title, .lp-asset-cards.light .wk-gated-resource-opt2 .resources .res-card.title, .lp-asset-cards.light .wk-gated-resource-opt2 .resources .res-card .weka-tertiary{
    color: #180D36;
}
.lp-asset-cards.light .wk-gated-resource-opt2 .resources .column{
    background: #f8faf3;
}
@media(min-width: 992px) and (max-width:1199px){
    .wk-featured-3up-asset .resources .featured .featured-image{
        max-width: 458px;
    }
    .wk-featured-3up-asset .resources .res-card .title{
        font-size: 20px;
    }
    .wk-featured-3up-asset .resources .res-card{
        min-height: auto;
    }
}
@media(min-width: 1200px){
    .wk-featured-3up-asset .resources .featured .featured-image{
        max-width: 573px;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    .wk-featured-3up-asset .resources .featured .featured-image {
        flex-basis: 49%;
    }
}
@media (max-width: 991px){
    .wk-featured-3up-asset {
        padding: 50px 0;
    }
    .wk-featured-3up-asset .resources{
        flex-direction: column;
    }
    .wk-featured-3up-asset .resources .column{
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        flex-direction: column;
        margin-bottom: 20px !important;
    }
    .wk-featured-3up-asset .resources .res-card {
        flex-basis: calc(50% - 20px);
        padding: 50px 20px;
        margin: 20px 0px 0px 0px;
        min-height: auto;
        border-radius: 20px;
    }

    .wk-featured-3up-asset .resources .res-card .title{
        font-size: 24px;
    }
    
    .wk-featured-3up-asset .resources .featured .featured-image img{
        min-height: auto;
        max-height: none;
    }
}
@media (max-width: 767px){    
    .wk-featured-3up-asset .resources .res-card .title {
        font-size: 18px;
    }
}