l,r,m,k=map(int,input().split()) print(["No","Yes"][l*k+(-l*k)%m<=r*k])