Upon inspecting the 'x' button on the website-- the class name is "index_closeIcon__oBwY4", not "Icon__oBwY4". So, if you use the correct class name in the last line of code, it will work correctly:
driver.find_element(By.CLASS_NAME, "index_closeIcon__oBwY4").click()