while~0:a,b,m,n=map(int,raw_input().split());print min([c for c in range(a,m*n,m)if c%n==b]or[-1])