.fwSubscrib
{
	width:100%;
	padding:0px 20px;
	box-sizing: border-box;
	margin:auto;
	max-width: 700px;
}

.fwSubscrib .introduction
{
	font-family: "din_2014";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	color:var(--fw-title-color);
	align-items: center;
	margin-bottom: 50px;
}

.fwSubscrib .introduction p
{
	margin: 0px;
	margin-bottom: .5em;
}

.fwSubscrib .presentation
{
	font-family: "din_2014";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	color:var(--fw-text-highligth);
	text-align: center;
	margin-bottom: 50px;

}

.fwSubscrib .content
{
	font-size: 1.2em;
	line-height: 1.6em;
}


.fwSubscrib .cta
{
	width: fit-content;
	max-width: 650px;

	padding:20px 30px;

	background-color: var(--fw-text-highligth);
	color:#fff;
	margin: 40px auto;

}

.fwSubscrib .supports
{
	margin: 20px auto;
	margin-bottom: 100px;
	text-align: center;
	font-weight: 300;
	
}
