l,r,m,k=map(int,input().split()) print('Yes' if (l*k-1)//m!=(r*k)//m else 'No')