.main_wrapper
		{
			max-width:1140px;
			margin-left:auto;
			margin-right:auto;
			padding-top: 3vw;
padding-right: 2vw;
padding-bottom: 3vw;
padding-left: 2vw;
		}
		html body .grwf2_backdrop {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5) !important;
  z-index: 9999999;
}
		body
		{
			margin:0;
		}
		p.headline
		{
			font-family:'Roboto';
			font-size:1.5rem;
			text-align:center;
			font-weight:700;
		}
		.space_60
		{
			margin-top:60px;
		}
		h1
		{
			font-family:'Roboto';
			font-size:4.5rem;
			text-align:center;
			font-weight:700;
			margin:0;
		}
		p
		{
			font-family:'Roboto';
			font-size:1.5rem;
			text-align:left;
			font-weight:400;
			margin-bottom:1.5rem;
		}
		.video_link
		{
			font-family:'Roboto';
			font-size:1.5rem;
			text-align:left;
			font-weight:700;
			margin-bottom:1.5rem;
			
			color:rgb(30, 32, 186);
		}
		.round
		{
			border-radius:50%;
		}
		.center
		{
			text-align:center;
			margin:20px auto 0px auto;
			
		}
		.video_button
		{
			background-color: #000;
			color: #fff!important;
			text-decoration:none!important;
			line-height:1.5;
			text-transform: uppercase;
			text-shadow: 0 1px 0 rgba(0,0,0,0.5);			
			border-style: solid;
			border-width: 1px;
			text-align: center;
			font-family: 'Lato',sans-serif;
			text-shadow: none;
			-webkit-transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
			transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
			-webkit-text-decoration: none;
			text-decoration: none;
			font-weight: bold;
			min-height: 48px;
			min-width: 96px;
			padding: 14px 24px;
			position: relative;
			z-index: 0;
			font-family: Times New Roman,sans-serif;
			font-size:2.5rem;
		}
		.disclaimer
		{
			font-size:1.125rem;
			text-align:center;
			margin-top:70px;
		}
		.footer_links span a
		{
			font-size:0.875rem;
			color:#000;
		}
		.copyright
		{
			font-size:0.75rem;
		}
		#FormDesign h3
		{
			font-family:"Roboto";
			font-weight:700;
			font-size:30px;
		}
		#FormDesign p,#FormDesign span
		{
			font-size:14px;
			color:#777;
			text-align:center;
		}	
		#FormDesign {
  max-width: 70%;
  text-align: center;
  margin:0 auto;
}
#FormDesign .ui-btn
{
	background-color:rgb(164, 8, 8)!important;
	
	color:#fff;
	font-weight:400;
	font-family:'Roboto';
}
#FormDesign .ui-btn:hover
{
	
	background-color:rgb(110, 3, 3)!important;
}
		@media only screen and (max-width: 600px) {
		h1
		{
			font-size: 3.75rem;
		}
		#FormDesign {
  max-width: 90%;
		}
		.main_wrapper
		{
			padding-left:7vw;
			padding-right:7vw;
		}
		.video_button {
  font-size: 1.875rem;
}
		}