h,w,n,k=[int(x) for x in input().split()] print("YES") if k==n-h*w%n else print("NO")