.-ycwt-articles_cards_modern {
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(70px, 7vw, 115px) 0;
    background:
        radial-gradient(circle at 8% 12%, rgb(255 127 31 / 8%) 0, transparent 28%),
        radial-gradient(circle at 92% 88%, rgb(23 36 84 / 8%) 0, transparent 34%),
        linear-gradient(180deg, #fffaf2 0%, #eadfce 100%);
}

.-ycwt-articles_cards_modern::before,
.-ycwt-articles_cards_modern::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
}

.-ycwt-articles_cards_modern::before {
    width: 360px;
    height: 360px;
    inset-inline-start: -175px;
    top: 65px;
    background: rgb(255 127 31 / 7%);
}

.-ycwt-articles_cards_modern::after {
    width: 260px;
    height: 260px;
    inset-inline-end: -100px;
    bottom: 60px;
    border: 42px solid rgb(23 36 84 / 5%);
}

.-ycwt-articles_cards_modern * {
    box-sizing: border-box;
}

.-ycwt-articles_cards_modern .articles-cards-modern-shell {
    position: relative;
    z-index: 2;
}

.-ycwt-articles_cards_modern .articles-cards-modern-shell::before {
    content: "";
    position: absolute;
    inset-inline-end: 4%;
    top: 26px;
    width: 118px;
    height: 118px;
    background-image: radial-gradient(rgb(255 127 31 / 25%) 1.35px, transparent 1.35px);
    background-size: 13px 13px;
    opacity: .7;
    pointer-events: none;
}

.-ycwt-articles_cards_modern .articles-cards-modern-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 42px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-title {
    max-width: 720px;
    align-items: flex-start;
    text-align: start;
}

.-ycwt-articles_cards_modern .articles-cards-modern-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 17px;
    border-radius: 999px;
    background: rgb(255 127 31 / 10%);
    color: var(--uicolor);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.-ycwt-articles_cards_modern .articles-cards-modern-kicker i {
    color: currentColor;
    font-size: 15px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgb(255 127 31 / 12%);
}

.-ycwt-articles_cards_modern .-dw-h1 {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1.16;
    letter-spacing: -.5px;
}

.-ycwt-articles_cards_modern .-dw-h1 c--color {
    color: var(--cword-color, var(--uicolor));
}

.-ycwt-articles_cards_modern .p-content {
    max-width: 680px;
    color: #555555;
    font-size: 16px;
    line-height: 1.9;
    text-align: start !important;
}

.-ycwt-articles_cards_modern .articles-cards-modern-more {
    min-width: 175px;
    min-height: 50px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(17, 31, 73, .18);
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, gap .28s ease;
}

.-ycwt-articles_cards_modern .articles-cards-modern-more i {
    font-size: 13px;
    color: var(--uicolor);
    transition: transform .28s ease, color .28s ease;
}

.-ycwt-articles_cards_modern .articles-cards-modern-more:hover {
    color: #ffffff;
    background: var(--uicolor);
    transform: translateY(-3px);
    gap: 14px;
    box-shadow: 0 22px 42px rgba(255, 125, 39, .24);
}

.-ycwt-articles_cards_modern .articles-cards-modern-more:hover i {
    color: #ffffff;
    transform: translateX(-3px);
}

.-ycwt-articles_cards_modern .articles-cards-modern-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid rgb(23 36 84 / 7%);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(19, 30, 53, .08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(135deg, rgb(255 127 31 / 32%), transparent 42%, rgb(23 36 84 / 10%));
    transition: opacity .35s ease;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card:hover {
    transform: translateY(-9px);
    border-color: rgb(255 127 31 / 20%);
    box-shadow: 0 28px 70px rgba(19, 30, 53, .14);
}

.-ycwt-articles_cards_modern .articles-cards-modern-card:hover::before {
    opacity: 1;
}

.-ycwt-articles_cards_modern .articles-cards-modern-media {
    position: relative;
    display: block;
    height: 284px;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgb(255 127 31 / 18%) 0, transparent 34%),
        linear-gradient(135deg, #d8d0c4, #fff3df);
}

.-ycwt-articles_cards_modern .articles-cards-modern-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgb(16 29 55 / 4%) 0%, rgb(16 29 55 / 28%) 100%);
}

.-ycwt-articles_cards_modern .articles-cards-modern-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .55s ease, filter .55s ease;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card:hover .articles-cards-modern-media img {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.03);
}

.-ycwt-articles_cards_modern .articles-cards-modern-media.is-empty {
    background:
        radial-gradient(circle at 25% 20%, rgb(255 127 31 / 24%) 0, transparent 36%),
        linear-gradient(135deg, #000000, #000000);
}

.-ycwt-articles_cards_modern .articles-cards-modern-wave {
    position: absolute;
    z-index: 2;
    inset-inline: 0;
    bottom: -1px;
    line-height: 0;
    pointer-events: none;
}

.-ycwt-articles_cards_modern .articles-cards-modern-wave svg {
    width: 100%;
    height: 78px;
    display: block;
}

.-ycwt-articles_cards_modern .articles-cards-modern-wave path {
    fill: #ffffff;
}

.-ycwt-articles_cards_modern .articles-cards-modern-date {
    position: absolute;
    inset-inline-end: 24px;
    top: 0;
    width: 62px;
    height: 74px;
    border-radius: 0 0 30px 30px;
    background: var(--uicolor);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 4;
    box-shadow: 0 16px 32px rgba(255, 125, 39, .28);
}

.-ycwt-articles_cards_modern .articles-cards-modern-date::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 0 0 22px 22px;
    border: 1px solid rgb(255 255 255 / 22%);
    pointer-events: none;
}

.-ycwt-articles_cards_modern .articles-cards-modern-date strong {
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.-ycwt-articles_cards_modern .articles-cards-modern-date span {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.-ycwt-articles_cards_modern .articles-cards-modern-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px 24px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: #555555;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-meta i {
    color: var(--uicolor);
    margin-inline-end: 0;
    font-size: 12px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card h3 {
    margin: 0 0 12px;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: -.2px;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.-ycwt-articles_cards_modern .articles-cards-modern-card h3 a:hover {
    color: var(--uicolor);
}

.-ycwt-articles_cards_modern .articles-cards-modern-excerpt {
    margin-top: auto;
    color: #555555;
    font-size: 15px;
    line-height: 1.85;
}

@media (max-width: 1100px) {
    .-ycwt-articles_cards_modern .articles-cards-modern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-media {
        height: 270px;
    }
}

@media (max-width: 900px) {
    .-ycwt-articles_cards_modern {
        padding: 62px 0;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-shell::before {
        display: none;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-head {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        margin-bottom: 32px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-more {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .-ycwt-articles_cards_modern {
        padding: 52px 0;
    }

    .-ycwt-articles_cards_modern::after {
        display: none;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-kicker {
        padding: 7px 14px;
        font-size: 13px;
    }

    .-ycwt-articles_cards_modern .p-content {
        font-size: 15px;
        line-height: 1.85;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-card {
        border-radius: 26px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-media {
        height: 248px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-body {
        padding: 18px 18px 22px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-card h3 {
        font-size: 18px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-more {
        min-width: 155px;
        min-height: 46px;
        padding-inline: 18px;
    }
}

@media (max-width: 520px) {
    .-ycwt-articles_cards_modern {
        padding: 44px 0;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-head {
        margin-bottom: 26px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-media {
        height: 220px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-date {
        inset-inline-end: 18px;
        width: 56px;
        height: 68px;
        border-radius: 0 0 26px 26px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-date strong {
        font-size: 26px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-date span {
        font-size: 9px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-wave svg {
        height: 58px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-meta {
        gap: 8px 12px;
        font-size: 12px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-excerpt {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .-ycwt-articles_cards_modern .articles-cards-modern-media {
        height: 195px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-body {
        padding: 16px 15px 20px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-card h3 {
        font-size: 17px;
    }

    .-ycwt-articles_cards_modern .articles-cards-modern-date {
        inset-inline-end: 14px;
    }
}