:root
{
	--rgb-att-blue: 0, 159, 219;
}

body::before {
	background: url(/_customers/images/ui/ATT/att_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	z-index: -1;
	opacity: .3;
	transition: unset;
	display: none;
}