.M12 { padding: 64px 0; position: relative; overflow: hidden; }
.M12.bgShape {
    background:
            radial-gradient(56.95% 93.49% at 0% 50%, rgba(0, 51, 255, 0.1) 25.47%, rgba(0, 51, 255, 0) 83.44%),
            radial-gradient(56.95% 93.49% at 100% 50%, rgba(0, 51, 255, 0.1) 25.47%, rgba(0, 51, 255, 0) 83.44%);
}
.M12.bgShape::before {
    content: "";
    width: 130%;
    height: 130%;
    position: absolute;
    top: -90%;
    left: 50%;
    z-index: 0;
    background-color: #fff;
    border-radius: 100%;
    transform: translateX(-50%);
}
.M12.bgShape > * { position: relative; z-index: 2; }
.M12 .title > * {
    color: #03F;
    text-align: center;
    font-family: "FS Emeric";
    font-size: 38px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
letter-spacing: -0.45px;
    margin-bottom: 12px;
}
.M12 .description > * {
    color: #666;
    text-align: center;
    font-family: "FS Emeric";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    margin-bottom: 40px;
}

.M12 .card {
    height: 425px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12.8px 0 rgba(33, 37, 41, 0.15);
    overflow: hidden;
    position: relative;
}
.M12 .card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 37, 41, 0.00) 35.07%, rgba(33, 37, 41, 0.80) 62.05%);
    z-index: 1;
}
.M12 .card .card--content {
    border-radius: 6px;
    background-color: rgba(33, 37, 41, 0.50);
    backdrop-filter: blur(12px);
    display: flex;
    min-height: 212px;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    z-index: 5;
}
.M12 .card.light .card--content { background-color: rgba(255, 255, 255, 0.80); }
.M12 .card--title {
    color: #FFF;
    font-family: "FS Emeric";
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.M12 .card--excerpt {
    color: #FFF;
    font-family: "FS Emeric";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 8px 0 16px 0;
}
.M12 .card.light .card--title { color: #212529; }
.M12 .card.light .card--excerpt { color: #666; }
.M12 .card--time {
    color: #ECECEC;
    font-family: "FS Emeric";
    font-size: 12px;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: 0.05px;
}
.M12 .card.light .card--time { color: #666 }
.M12 .chips--container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.M12 .card--chip {
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 3px 6px 1px 6px;
    border-radius: 4px;
    background-color: #4B4F54;
}
.M12 .card.light .card--chip { background-color: #666; }
.M12 .card--chip .name {
    color: #ECECEC;
    font-family: "FS Emeric";
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: 0.05px;
}
.M12 .card--author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #666;
    margin-top: 16px;
}
.M12 .card--author .name {
    color: #ECECEC;
    font-family: "FS Emeric";
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: 0.05px;
}
.M12 .card.light .card--author .name { color: #666; }
.M12 .card--author svg { color: #fff; }
.M12 .card.light .card--author svg { min-width: 10px; height: 10px; color: #666; }
.M12 .cta {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 40px auto 0 auto;
    color: #03F;
    font-family: "FS Emeric";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%; /* 16px */
    letter-spacing: -0.25px;
    padding: 8px 16px 6px 16px;
    border-radius: 100px;
    border: 1px solid #03F;
}

/*Controllers Swiper*/
.M12 .controllers{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding-bottom: 5px;
    padding-right: 20px;
}

.M12 .swiper-wrapper { height: auto !important; }

.M12 .controllers .btns{
    position: unset;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 1000px;
    border: 1px solid #6B8FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    margin-top: unset!important;
    background-color: #FFF;
    transition: all .3s linear;
}

.M12 .controllers .btns svg{
    width: 8px;
    height: 10px;
}

.M12 .controllers .btns:after{
    content: unset;
}

.M12 .controllers .swiper-pagination{
    width: fit-content;
    position: unset;
    color: #666;
    font-family: "FS Emeric";
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.M12 .controllers .btns path{
    stroke: #6B8FFF;
    transition: all .3s linear;
}

/*Accesible States Btn*/
.M12 .controllers .btns:hover{background-color: #6B8FFF;}
.M12 .controllers .btns:hover path{ stroke: #FFF;}

.M12 .controllers .btns:active{ background: #A6BCFF;}
.M12 .controllers .btns:active path{ stroke: #A6BCFF;}

.M12 .controllers .btns:focus,
.M12 .controllers .btns:focus-visible {
    outline: 2px solid #3869FF;
    outline-offset: 3px;
    border-radius: 1000px;
}

@media screen and (max-width: 992px){
    .M12 .title > *{
        color: #03F;
        text-align: center;
        font-family: "FS Emeric";
        font-size: 28px;
        font-style: normal;
        font-weight: 350;
        line-height: 120%;
        letter-spacing: -0.25px;
        margin-bottom: 12px;
    }

    .M12 .description > *{
        text-align: center;
        font-family: "FS Emeric";
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: 140%;
        margin-bottom: 0;
    }

    .M12 .description{
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .M12 .cards--container {
        gap: 40px;
        margin: 40px auto 0;
        max-width: 1058px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 991px) {
    .M12 .title, .M12 .description { padding-inline: 12px; }
}