const
                    Benefit
                    =
                    {
                    1
                        :
                        'Get a chance to compete with students from all over country'
                        
                        ;
                    }This
                    .
                    is Benefits
                    number
                    '1'
                    ,
                    on card
                    {
                    one
                        is
                        done
                        =
                        true
                        ;
                    };const
                    Benefit
                    =
                    {
                    2
                        :
                        'Enhance your skills in the domains of the respective events'
                        
                        ;
                    }This
                    .
                    is Benefits
                    number
                    '2'
                    ,
                    on card
                    {
                    two
                        is
                        done
                        =
                        true
                        ;
                    };const
                    Benefit
                    =
                    {
                    3
                        :
                        'Gain knowledge and insights from experts of their respective fields'
                        
                        ;
                    }This
                    .
                    is Benefits
                    number
                    '3'
                    ,
                    on card
                    {
                    three
                        is
                        done
                        =
                        true
                        ;
                    };const
                    Benefit
                    =
                    {
                    4
                        :
                        'Get in contact with new people and expand your social network'
                        
                        ;
                    }This
                    .
                    is Benefits
                    number
                    '4'
                    ,
                    on card
                    {
                    four
                        is
                        done
                        =
                        true
                        ;
                    };

