ln = gets.split(' ') a = ln[0].to_i b = ln[1].to_i c = ln[2].to_i d = ln[3].to_i while c%b!=d do c+=a end puts c