.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
	.atv-only-mobile{
		display: none;
	}
.footer__copyright a {
  color: transparent;
  font-weight: bold;
}
.footer__copyright a:hover {
  color: transparent;
}
.footer__copyright a img {
  height: 48px;
}
.footer__copyright > p:nth-child(2) {
  margin-left: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
