.mediaViewInfo {
	--web-view-name: index;
	--web-view-id: index;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: fit;
	--web-scale-on-resize: true;
	--web-center-horizontally: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: index;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#index {
	position: absolute;
	width: 1440px;
	height: 849px;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	--web-view-name: index;
	--web-view-id: index;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: fit;
	--web-scale-on-resize: true;
	--web-center-horizontally: true;
	--web-enable-deep-linking: true;
}
#aaa {
	fill: rgba(255,255,255,1);
}
.aaa {
	position: absolute;
	overflow: visible;
	width: 1440px;
	height: 849px;
	left: 0px;
	top: 0px;
}
#aab {
	opacity: 0.691;
	position: absolute;
	width: 564px;
	height: 564px;
	left: 438px;
	top: 143px;
	overflow: visible;
}