
/*
body[class*="young-academy"] .highlight_banner{
    background:#2F3353 !important;
}
body[class*="young-academy"] .highlight_banner div,
body[class*="young-academy"] .herocard div
{
    background: rgb(232,17,75);
    background: linear-gradient(130deg, rgba(232,17,75,1) 0%, rgba(47,51,83,1) 25%) !important;
    color:white !important;
    transition: none;
}


body[class*="young-academy"] .herocard a:is(:hover,:focus-visible) div {
    background: var(--dark-purple) !important;
    color: #fff !important;
}*/
