.gradient-bg-six {
    background: linear-gradient(270deg, #21223d 0%, #363b89 100%);
}

.text-gradient-teal {
    background: linear-gradient(270deg, #21223d 0%, #363b89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-crm:root {
--main-h: 41;
--main-s: 90%;
--main-l: 46%;
}