html 
{
	height:100%;
}
body 
{
	font-family: 'Roboto';
	font-size:16px;
	color:#34373A;
	line-height:1.5em;
	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: 'Geometria', sans-serif;
	font-weight:700;
    font-size:36px;
	color:#34373A;
	margin:0 0 30px;
	font-weight:normal;
	line-height:normal;
}
h2
{
	font-family: 'Geometria', sans-serif;
	font-weight:700;
    font-size:36px;
	color:#34373A;
	margin:0 0 30px;
	font-weight:normal;
	line-height:normal;
}
h3
{
	font-family: 'Geometria', sans-serif;
	font-weight:700;
    font-size:36px;
	color:#34373A;
	margin:0 0 30px;
	font-weight:normal;
	line-height:normal;
}
h4
{
	font-family: 'Geometria', sans-serif;
	font-weight:700;
    font-size:36px;
	color:#34373A;
	margin:0 0 30px;
	font-weight:normal;
	line-height:normal;
}
p
{
	padding: 0 0 35px;
	margin: 0px;
}
a
{
	outline:none;
	color: #000000;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration:none;
}
a:hover
{
    color:#17B035;
}
button:hover
{
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
a img
{
	border: 0px;
}
.Holder img
{
	max-width: 100%;
	height: auto;
	display: block;
}
strong, b
{
    font-weight: 700;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local('Montserrat'), url('fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local('Geometria'), url('fonts/Geometria.woff') format('woff');
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local('Geometria'), url('https://fonts.cdnfonts.com/s/14868/Geometria-Light.woff') format('woff');
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local('Geometria'), url('https://fonts.cdnfonts.com/s/14868/Geometria-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local('Geometria'), url('fonts/Geometria-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local('Roboto'), url('fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local('Roboto'), url('fonts/Roboto-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local('Roboto Medium'), url('fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local('Roboto Light'), url('fonts/Roboto-Light.woff') format('woff');
}
button, input, select, textarea
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button:focus, input:focus, textarea:focus
{
    outline:none;
}