.EditorsPickList{
    grid-column:full;
    padding-bottom:calc(6.2069vw + 45.86207px);
    position:relative;
    width:100%
}
@media(min-width:1440px){
    .EditorsPickList{
        padding-bottom:170px
    }
}
@media(max-width:739px){
    .EditorsPickList{
        padding-bottom:80px
    }
}
.EditorsPickList>article:last-of-type{
    margin-bottom:0
}
.EditorsPickList__inner{
    box-sizing:border-box;
    column-gap:var(--six-gutter);
    display:grid
}
@media(min-width:4069px){
    .EditorsPickList__inner{
        --max-grid:calc(var(--six-site-max-width)/2 + var(--six-site-margin) + var(--six-gutter)*2);
        grid-template-columns:[full-start] var(--six-site-margin) calc(50vw - var(--max-grid)) [content-start] repeat(var(--six-cols),1fr) [content-end] calc(50vw - var(--max-grid)) var(--six-site-margin) [full-end]
    }
}
@media(max-width:4068px){
    .EditorsPickList__inner{
        --col-spacer:calc(var(--six-site-margin) - var(--six-gutter));
        grid-template-columns:[full-start] var(--col-spacer) [content-start] repeat(var(--six-cols),1fr) [content-end] var(--col-spacer) [full-end]
    }
}
@supports not (display:grid){
    .EditorsPickList__inner{
        display:block;
        width:100%
    }
}
.EditorsPickList__title{
    color:#EBEBEB;
    --line-height:1.1875;
    font-family:"Atacama VAR",serif;
    font-size:calc(.48276vw + 22.34483px);
    font-style:normal;
    font-weight:700;
    grid-column:content;
    line-height:1.1875;
    margin-bottom:calc(.68966vw + 6.2069px)
}
@media(min-width:1440px){
    .EditorsPickList__title{
        margin-bottom:20px
    }
}
@media(max-width:739px){
    .EditorsPickList__title{
        margin-bottom:10px
    }
}
.EditorsPickList__title b,.EditorsPickList__title strong{
    font-weight:700;
    text-transform:uppercase
}
.EditorsPickList__title em{
    font-family:"Atacama VAR",serif;
    font-style:italic
}
@media(min-width:1440px){
    .EditorsPickList__title{
        font-size:32px
    }
}
@media(max-width:739px){
    .EditorsPickList__title{
        font-size:25px
    }
}
@media(min-width:1600px){
    .EditorsPickList__title{
        --line-height:1.15;
        font-size:calc(1.03448vw + 19.31034px);
        line-height:1.15
    }
}
@media(min-width:1600px)and (min-width:1440px){
    .EditorsPickList__title{
        font-size:40px
    }
}
@media(min-width:1600px)and (max-width:739px){
    .EditorsPickList__title{
        font-size:25px
    }
}
.EditorsPickList__list{
    grid-column:full
}
.EditorsPickList__list .EditorsPickCard:last-of-type{
    margin-bottom:0
}
