L,R,M,K = map(int, input().split()) print('No' if L*K > R*K//M*M else 'Yes')