.em2-content-lists .heading{
    margin-bottom: 45px;
}
.em2-content-item ul.tags{
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0px;
    margin: 0px;
    & li{
        font-size: 10px;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(10, 8, 7, .4);
        border: 1px solid rgba(10, 8, 7, .15);
        padding: 4px 10px;
    }
}
.em2-content-item.style-1{
    background: var(--noir);
    height: 100%;
    color: rgba(242,232,213,.35);
    padding: 28px 24px;
    & .heading-inner .em2-title{
        font-family: 'DM Sans',sans-serif;
        font-size: 13px;
        color: var(--cr);
    }
    & .heading-inner .em2-label{
        font-family: 'Playfair Display', serif;
        font-size: 52px;
        font-weight: 700;
        color: var(--ambre);
        line-height: 1;
        margin-bottom: 16px;
        display: block;
        letter-spacing: 0;
    }
    &:hover{
        background: #1a1210;
    }
}
.em2-content-lists .col-12:first-child .em2-content-item.style-2{
    border-top: 1px solid rgba(10,8,7,.12);
}
.em2-content-item.style-2{
    position: relative;
    border-bottom: 1px solid rgba(10,8,7,.12);
    padding: 35px 0px;
    display: flex;
    gap: 24px;
    align-items: baseline;
    -webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
    & .em2-label{
        font-family: 'Playfair Display', serif;
        font-size: 52px;
        font-weight: 700;
        color: var(--noir);
        line-height: 1;
        min-width: 100px;
        letter-spacing: 0;
        text-transform: none;
    }
    & .em2-title{
        font-size: 15px;
        font-weight: 600;
        color: var(--noir);
        margin-bottom: 4px;
        font-family: 'DM Sans',sans-serif;
    }
    & .em2-block-content{
        color: rgba(10, 8, 7, .55);
        font-weight: 300;
    }
    &:hover{
        padding-left: 15px;
    }
}
.em2-content-item.style-3{
    padding: 64px 52px;
    position: relative;
    & .heading-inner .em2-title{
        font-family: 'Playfair Display', serif;
        font-size: clamp(22px, 2.2vw, 30px);
        font-weight: 700;
        line-height: 1.15;
        color: var(--noir);
    }
    & .em2-block-content{
        margin-top: 15px;
        color: var(--gris);
    }
    & .number{
        position: absolute;
        top: -10px;
        right: 20px;
        font-family: 'Playfair Display', serif;
        font-size: 160px;
        font-weight: 900;
        color: rgba(255, 255, 255, .04);
        line-height: 1;
        pointer-events: none;
        transition: transform .4s;
    }
}
.em2-content-item.style-4{
    padding: 36px 28px;
    background: rgba(242, 232, 213, .03);
    border-top: 2px solid rgba(212, 135, 58, .25);
    transition: background .3s, border-color .3s;
    & .number{
        font-family: 'Playfair Display', serif;
        font-size: 32px;
        font-style: italic;
        font-weight: 700;
        color: rgba(212, 135, 58, .18);
        display: block;
        margin-bottom: 14px;
        line-height: 1;
    }
    &:hover{
        background: rgba(242, 232, 213, .06);
        border-color: var(--ambre);
    }
}
.em2-content-item.style-5{
    background: rgba(10, 8, 7, .08);
    padding: 48px 40px;
    & .icon{
        width: 48px;
        height: 48px;
        border: 1.5px solid rgba(10, 8, 7, .2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
    }
    & .heading-inner .em2-title{
        font-size: 18px;
        color: var(--noir);
    }
    & .em2-block-content{
        color: rgba(10,8,7,.6);
    }
    &:hover{
        background: rgba(10,8,7,.18);
    }
}
.em2-content-item.style-6{
    padding: 48px 32px;
    border-right: 1px solid rgba(10,8,7,.1);
    & .number{
        font-family: 'Playfair Display', serif;
        font-size: 64px;
        font-weight: 700;
        color: rgba(212, 135, 58, .15);
        line-height: 1;
        margin-bottom: 20px;
    }
    & .heading-inner{
        margin-bottom: 12px;
        & .em2-title{
            font-size: 16px;
            font-weight: 600;
            color: var(--noir);
            font-family: 'DM Sans',sans-serif;
            margin: 0px;
        }
        & .em2-label.bottom{
            margin: 0px;
        }
    }
    & .em2-block-content{
        color: var(--gris);
    }
}
.em2-content-lists .row .col-md-3:nth-child(4n+4) .em2-content-item.style-6{
    border-right: none;
}
.em2-content-item.style-7{
    & .heading-inner .em2-title{
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 700;
        color: var(--noir);
    }
    & ul.tags{
        margin-top: 20px;
    }
}
.em2-content-item.style-8{
    padding: 40px 30px;
    border: 1px solid rgba(242,232,213,.05);
    & .number{
        font-size: 56px;
        color: rgba(212, 135, 58, .15);
        line-height: 1;
        margin-bottom: 20px;
    }
    & .heading-inner{
        margin-bottom: 12px;
        & .em2-title{
            font-family: 'Playfair Display', serif;
            font-size: 18px;
            font-weight: 700;
        }
    }
    & .em2-block-content{
        font-weight: 300;
        font-size: 12.5px;
        line-height: 1.72;
    }
    &:hover{
        background: rgba(242, 232, 213, .07);
        border-color: rgba(212, 135, 58, .2);
    }
}
.em2-content-item.style-9{
    & .heading-inner{
        margin-bottom: 10px;
        & .em2-title{
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 700;
            color: var(--cr);
            margin-bottom: 0px;
        }
    }
    & .number{
        font-family: 'Playfair Display', serif;
        font-size: 11px;
        font-style: italic;
        color: var(--ambre);
        letter-spacing: .08em;
        margin-bottom: 16px;
        display: block;
    }
}
.em2-content-item.style-10{
    background: rgba(10,8,7,.08);
    padding: 20px 24px;
    border-left: 2px solid var(--vin);
    color: rgba(10,8,7,.5);
    & .heading-inner .em2-title{
        color: var(--noir);
    }
    &:hover{
        background: inherit;
    }
}
.em2-content-item.style-11{
    border-bottom: 2px solid var(--vin);
    border-left: none;
}
.em2-content-item.style-12{
    background: rgba(242, 232, 213, .03);
    border: 1px solid rgba(242, 232, 213, .06);
    padding: 36px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    & .heading-inner{
        width: 70%;
        margin: 0px;
        & .em2-title{
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 700;
        }
        & .em2-label{
            font-size: 11px;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: rgba(242, 232, 213, .28);
            font-family: 'DM Sans',sans-serif;
            &.bottom{
                margin: 0px;
            }
        }
    }
    & ul.tags li{
        font-size: 10px;
        letter-spacing: .12em;
        text-transform: uppercase;
        border: 1px solid rgba(212, 135, 58, .25);
        color: rgba(212, 135, 58, .65);
        padding: 6px 14px;
        text-align: center;
    }
    & .action{
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 24px;
    }
    &:hover{
        background: rgba(242, 232, 213, .06);
        border-color: rgba(212, 135, 58, .2);
        padding-left: 52px;
    }
}
.em2-content-item.style-13{
    & .number{
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 13px;
        color: var(--ambre);
        letter-spacing: .08em;
        &::before{
            content: '-';
        }
    }
    & .heading-inner .em2-title{
        font-size: 22px;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -.01em;
    }
}
.em2-content-item.style-14{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(242,232,213,.08);
    padding-top: 80px;
    padding-bottom: 80px;
    & > div{
        flex: 0 0 auto;
        width: 40%;
    }
    & .colLeft{
        display: flex;
        gap: 15px;
        width: 60%;
        & .heading-inner{
            width: fit-content;
        }
    }
    & .number{
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        color: var(--ambre);
        letter-spacing: .1em;
        white-space: nowrap;
        width: 30%;
        &::before{
            content: '— '
        }
    }
    & .colRight{
        max-width: 400px;
        margin-left: auto;
        margin-right: 0;
    }
    & ul.tags{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 22px;
        & li{
            font-size: 10px;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: rgba(212, 135, 58, .7);
            border: 1px solid rgba(212, 135, 58, .25);
            padding: 5px 12px;
            transition: all .3s;
            border-radius: 40px;
        }
    }
    & .em2-label{
        font-family: 'Instrument Serif', serif;
        font-style: italic;
        font-size: 14px;
        color: var(--ambre);
        letter-spacing: .02em;
        margin-top: 20px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-transform: none;
        &::before{
            content: '';
            display: inline-block;
            width: 22px;
            height: 1px;
            background: var(--ambre);
        }
    }
    &.last, &.last .colLeft{
        flex-direction: row-reverse;
        & .number{
            &::before{
                display: none;
            }
            &::after{
                content: ' —';
            }
        }
    }
    &.last .colRight{
        margin-left: 0;
        margin-right: auto;
    }
}
.em2-content-lists .row .col-12:last-child .em2-content-item.style-14{
    border-bottom: 1px solid rgba(242,232,213,.08);
}
.em2-content-item.style-15{
    padding: 32px 24px;
    & .number{
        width: 68px;
        height: 68px;
        border-radius: 50%;
        border: 1.5px solid var(--ambre);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 22px;
        font-weight: 700;
        color: var(--ambre);
        margin-bottom: 26px;
        position: relative;
        z-index: 2;
        transition: all .4s;
    }
    & .heading-inner .em2-title{
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 14px;
        letter-spacing: -.01em;
    }
    & .em2-block-content{
        font-size: 13px;
        line-height: 1.78;
        color: var(--gris);
        font-weight: 300;
    }
}
.em2-content-lists .row .col-12:nth-child(2n+2) .em2-content-item.style-15{
    transform: translateY(60px);
}
.em2-content-item.style-16{
    background: rgba(242, 232, 213, .04);
    backdrop-filter: blur(4px);
    padding: 32px 36px;
    border-left: 2px solid var(--ambre);
    transition: all .4s;
    & .heading-inner .em2-title{
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 700;
    }
    & .em2-block-content{
        font-size: 13.5px;
        line-height: 1.72;
        color: rgba(242, 232, 213, .55);
        font-weight: 300;
    }
    &:hover{
        background: rgba(242, 232, 213, .08);
        transform: translateX(6px);
    }
}
@media (min-width: 768px){
    .em2-content-lists .col-md-2{
        width: 20%;
    }
}
@media (min-width: 768px){
    .em2-content-lists .col-md-2{
        width: 20%;
    }
}
@media (max-width: 768px){
    .em2-content-item.style-14{
        display: block;
        padding: 15px 0px;
        & .colLeft, & .colRight{
            width: 100%;
            display: block;
        }
        & .colLeft{
            margin-bottom: 15px;
        }
    }
    .em2-content-lists .row .col-12:nth-child(2n+2) .em2-content-item.style-15 {
        transform: translateY(0px);
    }
    .em2-content-item.style-12{
        display: block;
    }
    .em2-content-item.style-12 .action{
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }
}