
*,
h1, 
figure 
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}





*,
*::before,
*::after,
input[type='search']
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



*, *::before, *::after
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



html
{
	-ms-overflow-style: -ms-autohiding-scrollbar;
}


html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}


svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}

ul,
ol
{
	list-style: none;
}


em
{
	font-style: italic;
}

b
{
	font-weight: inherit;
}

i
{
	font-style: inherit;
}
ins
{
	text-decoration: none;
}
input,
textarea,
select
{
	border-radius: 0;
	border: none;
}

select:-moz-focusring 
{
    text-shadow: 0 0 0 #000;
	color: transparent;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='url'],
textarea,
select
{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal	{ display: none; }
input::-ms-clear	{ display: none; }

button,
input[type='submit']
{
	border: none;
	background-color: transparent;
}
