.newsletter-v2 {
	/* background-image:url(../../assets/icons/utility/newsletter.png)!important; */
	background-size: cover;
	background-position: center;
	padding: 58px 0;
	height: 584px;
	position: relative;
}
.newsletter-v2 .overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #252423;
	top: 0;
	left: 0;
	opacity: 0.69;
}
.newsletter-v2 .flex.image-left {
	flex-direction: row;
	max-width: 1207px;
	margin: 0 auto;
}
.newsletter-v2 .flex.image-right {
	flex-direction: row-reverse;
	max-width: 1207px;
	margin: 0 auto;
}
.newsletter-v2 {
	overflow: hidden;
}
.newsletter-v2 .flex .right {
	width: 53%;
	background: #D8D7BC;
	padding: 20px 16px;
	position: relative;
	height: 468px;
}
.newsletter-v2 .flex .right:before {
	content: "";
	display: block;
	width: 339px;
	height: 113px;
	background-image: url(../../assets/icons/utility/tape2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}
.newsletter-v2 .flex .right h2 {
	text-align: center;
	letter-spacing: -0.05rem;
	margin: 36px 0 0;
}
.newsletter-v2 .flex .right h2 strong {
	position: relative;
}
.newsletter-v2 .flex .right h2 strong:before {
	content: "";
	display: block;
	width: 147px;
	height: 80px;
	background-image: url(../../assets/icons/utility/circle2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -24px;
	left: -18px;
	right: 0;
	margin: auto;
	z-index: 0;
}
.newsletter-v2 .flex .right p {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02rem;
	margin: 23px auto 18px;
	padding: 0 44px;
}
.newsletter-v2 .flex .right input {
	border: 1px solid #FFFBE7;
	background: #FFFBE7;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	text-align: left;
	height: 49px;
	padding: 0 30px;
	font-size: 12px;
	margin: 0 0 14px;
}
.newsletter-v2 .flex .right .wpforms-submit{
	border: 1px solid white;
	background: white;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	text-align: center;
	height: 49px;
	padding: 0 30px;
	font-size: 12px;
	margin: 0;
	width: 100%;
}
.newsletter-v2 .flex .right .wpforms-submit:hover {
	color:white;
	background:black;
	border:1px solid black;
}
.newsletter-v2 .flex .right .wpforms-container {
	width: 453px;
	margin: 0 auto;
	position: relative;
}
.newsletter-v2 .flex .right .wpforms-container .wpforms-field-description{
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: -30px;
	right: 0;
}
.newsletter-v2 .flex .right .wpforms-container label {
	font-size:0px;
}
.newsletter-v2 .flex .right .in {
	border: 1px solid #FFFFFF;
	padding: 20px 20px 0px;
	width: 100%;
	height: 100%;
	display: block;
}
@media all and (max-width:1240px) {
	.newsletter-v2 .flex.image-left {
		max-width: 93%;
	}
	.newsletter-v2 .flex .right {
		width:60%;
	}
}
@media all and (max-width:930px) {
	.newsletter-v2 .flex .right {
		width: 100%;
	}
}

@media all and (max-width:570px) {
	.newsletter-v2 .flex .right .wpforms-container {
		width:100%;
	}
	.newsletter-v2 .flex .right p {
		padding:0;
	}
	.newsletter-v2 .flex .right {
		height:auto;
	}
	.newsletter-v2 .flex .right .in {
		padding: 20px 20px 50px;
	}
	.newsletter-v2 .flex .right h2 {
		line-height:1;
	}
	.newsletter-v2 .flex .right h2 strong:before {
		content: "";
		display: block;
		width: 156px;
		height: 72px;
		background-image: url(../../assets/icons/utility/circle2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: -24px;
		left: -21px;
		right: 0;
		margin: auto;
		z-index: 0;
	}
	.newsletter-v2 {
		height:auto;
	}
}