@media screen and (min-width: 950px) {
	
}
.w-mod-js.w-mod-ix body::-webkit-scrollbar {
	display: none !important;
}
.w-mod-js.w-mod-ix body{
	-ms-overflow-style: none !important;  /* Internet Explorer 10+ */ 
	scrollbar-width: none !important;  /* Firefox */ 
}
body.body--hidemenu::-webkit-scrollbar {
	display: none !important;
}