.newsletter {
	padding: 41px 0 38px;
	position: relative;
	overflow: hidden;
}
.newsletter .border h5 {
	font-family: "Haboro Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin: 10px 0 8px;
}
.newsletter .border-wrap {
	width: 735px;
	margin: 45px auto 100px;
	position: relative;
}
.newsletter .border  {
	border: 1px solid #7B3930;
	padding: 20px;
	min-height: 335px;
	text-align: center;
	display: table;
	color: #7B3930;
	position: relative;
	z-index: 1;
}
.newsletter .border-wrap img {
	width: 226px;
	height: 287px;
	position: absolute;
	bottom: -120px;
	right: -199px;
	z-index: 0;
}
.newsletter .border h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -1.5px;
	position: relative;
	color: #7B3930;
	margin:0;
}
.newsletter .mask h2 {
	color: #7B3930;
	position: absolute;
	bottom: -11px;
	left: -5%;
	right: 0;
	text-align: center;
	width: 110%;
	margin: 0 auto;
	font-family: 'Tobias';
	font-size: 100px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -3px;
}
.newsletter .wpforms-container {
	max-width: 556px;
	margin: 25px auto 0;
	width: 90%;
}
.newsletter .wpforms-field-container {
	display:flex;
	justify-content:space-between;
}
.newsletter .wpforms-field-container label {
	font-size:0px;
}
.newsletter .wpforms-field-container .wpforms-field {
	width:49%;
}
.newsletter .wpforms-field-container input::placeholder {
	color:#7B3930;
}
.newsletter .wpforms-submit{
	width: 129px;
	height: 24px;
	border: 1px solid #7B3930;
	margin: 15px auto 0;
	background-image: url(../../assets/icons/utility/right-red-arrow.svg);
	font-family: "Haboro Serif";
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	color: #7B3930;
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: left;
}
.newsletter .wpforms-submit:hover {
	background-color: #E4C9B1;
}
.newsletter .wpforms-field-container input {
	width: 100%;
	text-align: left;
	border: 1px solid #7B3930;
	padding: 0 10px;
	height: 32px;
	max-width: 100%;
	font-family: "Haboro Serif";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
@media all and (max-width:1360px) {
	.newsletter .mask h2 {
		font-size: 88px;
	}
}
@media all and (max-width:1240px) {
	.newsletter .border-wrap img {
		width: 162px;
		height: 211px;
		position: absolute;
		bottom: -77px;
		right: -127px;
		z-index: 0;
	}
	.newsletter .mask h2 {
		font-size: 75px;
		bottom: -7px;
	}
}
@media all and (max-width:1050px) {
	.newsletter .mask h2 {
		font-size: 65px;
		bottom: -7px;
	}
	.newsletter .border-wrap {
		width:630px;
	}
}
@media all and (max-width:910px) {
	.newsletter .border-wrap img {
		width: 155px;
		height: 198px;
		position: absolute;
		bottom: -161px;
		right: 41px;
		z-index: 0;
	}
	.newsletter .border-wrap {
		margin: 45px auto 160px;
	}
	.newsletter .mask h2 {
		font-size: 65px;
		bottom: -7px;
		width: 100%;
		left: 0;
		line-height: 1;
	}
}
@media all and (max-width: 675px) {
	.newsletter .border h2 {
		font-size: 36px;
	}
	.newsletter .wpforms-field-container {
		display: block;
	}
	.newsletter .wpforms-field-container .wpforms-field {
		width: 100%;
		margin: 0 0 10px;
	}
	.newsletter .mask h2 {
		font-size: 65px;
		bottom: -1px;
		width: 100%;
		left: 0;
		line-height: 1;
		max-width: 390px;
	}
	.newsletter .border-wrap img {
		width: 155px;
		height: 198px;
		position: absolute;
		bottom: -186px;
		right: 34px;
		z-index: 0;
	}
	.newsletter .border-wrap {
		margin: 5px auto 267px;
		width: 90%;
	}
}
