@charset "utf-8";
/* CSS Document */

html, body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	overscroll-behavior: none;
	touch-action: none;
	font-synthesis: none;
	text-rendering: optimizelegibility
}

html {
	scrollbar-width: none!important;
	-ms-overflow-style: none
}
html body::-webkit-scrollbar {
display:none
}

img, picture, video, canvas, svg {
	display: block;
	width: 100%;
	max-width: 100%
}