.color-ffffff{
    color: #ffffff;
}

.color-6C779D{
    color: #6C779D;
}

.color-F4F5FB {
    color: #F4F5FB;
}

.color-2A3768{
    color: #2A3768;
}

.color-FF7222{
    color: #FF7222;
}

.color-3D60E6{
    color: #3D60E6;
}

.color-94A5B7{
    color: #94A5B7;
}

.color-6C9CB2{
    color: #6C9CB2;
}

.color-FF7222-hover:hover{
    color: #ff5c00;
}

.background-fff {
    background: #fff;
}

.background-F4F5FB {
    background: #f4f5fb;
}

.background-FF7222{
    background: #FF7222;
}

.background-FF7222-hover:hover{
    background: #ff5c00;
}

.background-DDE0E9 {
    background: #DDE0E9;
}

.background-3D60E6 {
    background: #3D60E6;
}

.background-2A3768 {
    background: #2A3768;
}

.background-6C779D {
    background: #6C779D;
}

.background-transparency {
    background: transparent;
}
