@font-face {
	font-family: 'HelveticaNeueLTPro';
	font-weight: 400;
	font-style: normal;
	src: url("fonts/HelveticaNeueLTPro-Roman.woff2") format("woff2"), url("fonts/HelveticaNeueLTPro-Roman.woff") format("woff");
}

@font-face {
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-style: normal;
	src: url("fonts/HelveticaNeueLTPro-Lt.woff2") format("woff2"), url("fonts/HelveticaNeueLTPro-Lt.woff") format("woff");
}

@font-face {
	font-family: 'HelveticaNeueLTPro';
	font-weight: 700;
	font-style: normal;
	src: url("fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2"), url("fonts/HelveticaNeueLTPro-Bd.woff") format("woff");
}

*,
*::before,
*::after {
	background: transparent none !important;
	box-sizing: border-box;
}

html,
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background-color: #fff !important;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

figure {
	margin: 25px 0;
}

table {
	width: 100%;
}

form,
fieldset,
aside,
footer,
nav,
iframe,
.button,
.popup {
	display: none;
}

.inner::before,
.inner::after {
	content: "";
	display: table;
}

.inner::after {
	clear: both;
}

