.text10 {
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
}

.text10b {
    font-size: 10px;
    font-weight: 700;
    line-height: 150%;
}

.text10c {
    font-weight: 600;
}

.text11 {
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
}

.text12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.text13 {
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
}

.text14 {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.text16 {
    color: var(--grey11);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.text18 {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.text20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 106.5%;
}

.text36 {
    color: var(--white);
    font-family: poppins;
    font-size: 36px;
    font-weight: 500;
    line-height: 150%;
}

.textpurple {
    color: var(--purple2);
}

.text24 {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.pointer{
    cursor: pointer;
}