#wrapper {
	.headerv2-container header.slimheader-v2 .slim-logo {
		display: flex;
		flex-flow: row;
		align-items: end;
		align-self: stretch;

		&::before {
			content: "";
			display: block;
			width: auto;
			height: 98%;
			min-height: 38px;
			aspect-ratio: 512 / 110;
			background-image: url("/content/pwc/script/network/pwc-legal/pwc-legal-be.svg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
		}
	}

	.glb-footer .glb-footer__disclaimer .slim-footer-logo {
			min-height: 38px;
			aspect-ratio: 512 / 110;
			background-image: url("/content/pwc/script/network/pwc-legal/pwc-legal-be.svg");
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			width: 50%;

		@media (width > 480px) {
			background-image: url("/content/pwc/script/network/pwc-legal/pwc-legal-be-vert.svg");
			margin-right: 20px;
			width: 103px;
			height: 74px;
		}
	}
}
