.Holder *, .Holder::before, .Holder::after 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html 
{
	height:100%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
body 
{
	margin:0;
	padding:0;
	height:100%;
}
table 
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
h1
{
    font-family: "Gilroy-Bold";
	font-size:30px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
	margin: 0 0 55px;
}
h2
{
    font-family: "Gilroy-Bold";
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
	margin: 10px 0 30px;
}
h3
{
    font-family: "Gilroy-Bold";
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
	margin: 10px 0 30px;
}
h4
{
    font-family: "Gilroy-Bold";
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
	margin: 10px 0 30px;
}
p
{
	padding: 0 0 35px;
	margin: 0px;
}
p + ul
{
	margin: 0 0 40px;
}
a
{
	outline:none;
	color: #3362fa;
	text-decoration:none;
}
a:hover
{
	color: #333333;
	text-decoration:none;
	border-bottom:none;
}
a img
{
	border: 0px;
}