.contentRender_name_plugins_common_enews {
	padding: 0 16px;
}

.enews {
	position: relative;
	margin: 0 auto 66px;
	max-width: 914px;
	color: #46348a;
	border-radius: 4px;
	background-color: #fff;
}

@media (min-width: 40em) {
	.enews {
		margin-bottom: 146px;
	}
}

.enews .inner {
	margin: 0 auto;
	padding: 40px 16px;
	max-width: 454px;
	text-align: center;
}

@media (min-width: 40em) {
	.enews .inner {
		padding: 70px 16px;
	}
}

.enews * { color: inherit; }

.enews .title {
	margin: 0;
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (min-width: 40em) {
	.enews .title {
		font-size: 36px;
	}
}

.enews .title > * { display: block; }

.enews .title .top {
	margin: 0 auto;
	max-width: 200px;
	color: transparent;
	-webkit-text-stroke: 1.5px #46348a;
	letter-spacing: 1px;
}

@media (min-width: 40em) {
	.enews .title .top {
		max-width: 240px;
		-webkit-text-stroke: 1.5px #46348a;
	}
}

.enews .subtitle {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

@media (min-width: 40em) {
	.enews .subtitle {
		font-size: 16px;
	}
}

.enews .subtitle > * { display: block; }

.enews .form .submit {
	position: relative;
	margin: 0 auto -6px;
	padding: 0;
	width: 100%;
	text-align: center;
	border: none;
	background: transparent;
}

.enews .form .submit span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	background-color: #46348a;
	cursor: pointer;
}

.enews .form .people {
	position: relative;
	width: 100%;
	max-width: 422px;
}

.enews .form .people .animation-container {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	padding-bottom: calc(168 / 846 * 100%);
	width: 100% !important;
	height: 0 !important;
}

.enews .form .field-label {
	display: block;
	margin-bottom: 6px;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.enews .form .field-input {
	margin: 0 auto 20px;
    padding: 20px;
	max-width: 300px;
	height: auto;
	color: #8B8B8B;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    border: none;
	border-radius: 4px;
    box-shadow: none;
    background-color: #E6E6E6;
}
