.image-copy #wpforms-error-noscript {
	display: none;
}
.image-copy label {
	display: none;
}
.image-copy form {
	border: 1px solid #333334;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.image-copy form input {
	width: 100%;
	display: block;
	border: none;
	text-align: left;
	color: #333334;
	font-size: 16px;
	padding: 22px 0 22px 25px;
}
.image-copy form input::-ms-input-placeholder { /* Edge 12-18 */
  opacity:0.5;
}

.image-copy form input::placeholder {
  opacity:0.5;
}
.image-copy form .wpforms-field-container {
	width:100%;
	text-align: left:
}
.image-copy .wpforms-submit.wp-element-button{
	background-image: var(--wpr-bg-2e299277-b0ac-4fe9-8721-053e56a747fb);
	background-repeat: no-repeat;
	font-size: 0;
	background-color: #FAF8F5;
	width: 101px;
	height: 100%;
	border-radius: 0;
	border-left: 1px solid black;
	background-size: 40px;
	background-position: center;
}
.image-copy .wpforms-submit.wp-element-button:hover {
	opacity:1;
	background-color: #eacbb9;
}
.image-copy.long-image-two {
	padding: 84px 0 95px;
}
.image-copy.long-image-two .image-left {
	padding: 0 0 0 42px;
}
.image-copy.long-image-two .left {
	height: 496px;
	width: 378px;
}
.image-copy.long-image-two .right {
	width: 51%;
	height: 496px;
	display: table;
}
.image-copy.long-image-two .right h2 {
	margin: 0 0 31px;
	width:90%;
}
.image-copy.long-image-two .right p {
	letter-spacing: 0.04rem;
	width: 100%;
}
.image-copy.long-image {
	padding: 114px 0 110px;
}
.image-copy.long-image .right h2 {
	padding-right: 54px;
	margin-bottom: 31px;
}
.image-copy.long-image .right p {
	letter-spacing: 0.04rem;
	width: 92%;
}
.image-copy.long-image .image-left {
	padding: 0 0px 0 17px;
}
.image-copy.long-image .left {
	height: 505px;
}
.image-copy.large-image .image-left {
	padding:0;
}
.image-copy.large-image .left {
	width: 463px;
	height: 463px;
}
.image-copy.large-image .right {
	height: 463px;
	width: 46%;
}
.image-copy {
	padding: 87px 0 75px;
}
.image-copy .image-left {
	flex-direction: row;
	max-width: 1075px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 0 0 32px;
}
.image-copy .image-right {
	flex-direction: row-reverse;
	max-width: 1075px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 32px 0 0px;
}
.page-id-1685 .image-copy .right {
	width: 53.2%;
}
.image-copy .right {
	width: 53%;
	height:401px;
	display: table;
}
.image-copy .right h2 {
	margin: 0 0 27px;
	color: #333334;
	font-size: 60px;
	line-height: 71px;
}
.image-copy .right p {
	letter-spacing: 0.04rem;
	width: 95%;
}
.image-copy p {
	margin:0;
}
.image-copy .left {
	border: 1px solid #333334;
	border-radius: 20px;
	width: 396px;
	height: 401px;
	object-fit: cover;
	object-position: center;
}
@media all and (max-width:1150px) {
	.image-copy .image-left, .image-copy .image-right {
		flex-direction: row;
		max-width: 1000px;
		margin: 0 auto;
		justify-content: space-between;
		padding: 0;
	}
}
@media all and (max-width:1040px) {
	.image-copy .left {
		width: 42%;
		max-width: 401px;
		height: 401px;
	}
	.image-copy .image-left, .image-copy .image-right {
		max-width: 90%;
	}
	.image-copy .right h2 {
		margin: 0 0 27px;
		color: #333334;
		font-size: 50px;
		line-height: 57px;
	}
}
@media all and (max-width:768px) {
	.image-copy .image-left, .image-copy .image-right {
		max-width: 500px;
		display: block;
	}
	.image-copy .left {
		width: 100%;
		max-width: 401px;
		height: 401px;
		margin: 0 0 20px;
	}
	.image-copy .right {
		width: 100%;
		height: auto;
		display: table;
		margin: 10px 0 0;
	}
	.image-copy {
		padding: 40px 0;
	}
	.image-copy.long-image {
		padding: 70px 0 56px;
	}
	.image-copy.long-image .image-left {
		padding: 0;
	}
	.image-copy.long-image .right h2 {
		padding-right: 0;
		margin-bottom: 31px;
	}
	.image-copy.long-image .right p {
		letter-spacing: 0.04rem;
		width: 100%;
	}
	.image-copy.long-image-two .image-left {
		padding: 0;
	}
	.image-copy.long-image-two .right {
		width: 100%;
		height: auto;
		display: table;
	}
	.image-copy.large-image .right {
		height: auto;
		width: 100%;
	}
}
@media all and (max-width:550px) {
	.image-copy .image-left, .image-copy .image-right {
		max-width: 90%;
		display: block;
	}
	.image-copy .left {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 0 20px;
	}
	.image-copy .right h2 {
		margin: 10px 0 22px;
		color: #333334;
		font-size: 40px;
		line-height: 48px;
	}
	.image-copy.large-image {
		padding:0;
	}
	.page-id-1685 .image-copy .right {
		width: 100%;
	}
	.image-copy.long-image .right h2 {
		padding-right: 0;
		margin-bottom: 31px;
		line-height: 1.3;
	}
	.image-copy.long-image .left {
		height: auto;
	}
	.image-copy.long-image-two .right h2 {
		margin: 0 0 20px;
		width: 90%;
		line-height: 1.3;
	}
	.image-copy.large-image .left {
		width: 200%;
		height: auto;
	}
}