.ip-banner::before {
	background: rgba(0, 0, 0, 0.32);
}

.ip-banner canvas {
	height: calc((590/1600)*100vw);
}

#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.ip-breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	bottom: 100%;
}

.ip-breadcrumbs #breadcrumbs {
	line-height: 1;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 1.25em 0;
}

/* Text Photo Block */
.tp-block-wrap {
	padding: 6.25em 0 0;
	display: flex;
}

.tp-block-photo {
	position: relative;
	padding: 0.563em 0 10.813em;
	width: calc((743 / 1400)* 100%);
	margin-right: calc((-100/1400)*100%);
}

.tp-block-photo-sm {
	position: absolute;
	right: 100%;
	top: calc((389/782)*100%);
	width: calc((384/743)*100%);
	margin-right: calc((74/743)*100%);
}

.tp-block-photo-bg {
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: calc((391/743)*100%);
	width: calc((702/743)*100%);
	background: var(--primary);
}

.tp-block-photo-bg canvas {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	display: block;
	background-position: center top;
}

.tp-block-text {
	width: calc((756/1400)*100%);
	padding-right: 5.5em;
}

.tp-block-buttons {
	display: flex;
	align-items: center;
	margin-top: 6em;
	gap: 1.375em;
}

.tp-block-buttons .site-button {
	min-width: 15.714em;
}

.tp-block-bg {
	z-index: -2;
	max-height: min(530px, 33.125vw);
}

.tp-block-bg::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #fff, transparent);
}

.tp-block-bg canvas {
	background-position-y: bottom;
	-webkit-filter: invert();
	filter: invert();
}

.reverse .tp-block-wrap {
	flex-direction: row-reverse;
	padding-bottom: 6.625em;
}

.reverse .tp-block-text {
	padding-right: 0;
	text-align: right;
	padding-left: 5.5em;
}

.reverse .tp-block-header .site-title {
	padding-right: 1.6em;
	padding-left: 0;
	text-align: right
}

.reverse .tp-block-header .site-title::before {
	left: auto;
	right: 0;
}

.reverse .tp-block-buttons {
	justify-self: flex-end;
}

.reverse .tp-block-photo {
	margin-right: 0;
	margin-left: calc((-100/1400)*100%);
}

.reverse .tp-block-photo-sm {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: calc((74/743)*100%);
}

.reverse .tp-block-photo-bg {
	right: auto;
	left: calc((391 / 743)* 100%);
}

.reverse .tp-block-photo-bg canvas {
	transform: scaleX(-1);
}

/* Text Block */
.text-block {
	text-align: center;
}

.text-block-wrap {
	padding: 7.125em 12.5em 4.375em;
}

.text-block-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-block-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 3em;
	gap: 1.188em;
}

.text-block-buttons .site-button {
	min-width: 15.714em;
}

/* Photo Block */
.photo-block-wrap {
	position: relative;
	max-width: 1600px;
	padding: 0 0 9.875em;
	margin: 0 auto 6.5em;
}

.photo-block-lg {
	max-height: 662px;
}

.photo-block-lg img {
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
}

.photo-block-sm {
	position: absolute;
	bottom: 0;
	left: calc((-108/1600)*100%);
	width: calc((615/1600)*100%);
	height: calc((409 / 820)* 100%);
}

.photo-block-sm::before {
	position: absolute;
	content: '';
	top: calc((-70/409)*100%);
	left: calc((-58/615)*100%);
	right: calc((-58/615)*100%);
	bottom: 0;
	background: #fff;
}

/* Popup */
.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation {
	padding: 0;
	margin-top: 50px;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body {
	padding: 0;
	max-width: 837px;
	width: calc((837/1600)*100%);
	margin-bottom: 50px;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body .aiosp-close {
	opacity: 1;
	width: clamp(12px, 1vw, 16px);
	height: clamp(12px, 1vw, 16px);
	margin: clamp(8px, 0.75vw, 12px);
	font-size: 0;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	transition: var(--default-transition);
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body .aiosp-close::after {
	position: absolute;
	content: "\b0241";
	top: 0px;
	width: 1em;
	height: 1em;
	display: block;
	font-size: clamp(12px, 1vw, 16px);
	font-family: agentimage !important;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body .aiosp-close:hover {
	color: var(--secondary);
}

.hv-popup-wrap {
	padding: 4.875em 4.375em 5.813em;
}

.hv-popup-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.188em;
}

.hv-popup-form-fields {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.hv-popup-form-fields p {
	width: 100%;
	font-weight: 600;
	line-height: 1.714;
	font-size: 0.875em;
	margin: 0.643em 0 3em;
	letter-spacing: 0.025em;
}

.hv-popup-form-field {
	width: calc((336/696)*100%);
	margin-bottom: 2.563em;
}

.hv-popup-form-field.lg {
	width: 100%;
}

.hv-popup-form-field.sm {
	width: calc((218/696)*100%);
}

.hv-popup-form-field.condition {
	padding: 0.563em 0 0.875em;
}

.hv-popup-form-field.fname,
.hv-popup-form-field.lname,
.hv-popup-form-field.phone,
.hv-popup-form-field.email {
	padding: 1em 0 0;
}

.hv-popup-form-field label {
	line-height: 1;
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0.833em;
	display: block;
}

.hv-popup-form-field label em {
	font-style: normal;
	color: var(--secondary);
}

.hv-popup-form-field input,
.hv-popup-form-field select,
.hv-popup-form-field textarea {
	width: 100%;
	border: none;
	outline: none;
	font-weight: 400;
	appearance: none;
	line-height: 1.357;
	font-size: 0.875em;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #989898;
	padding: 0.643em 0;
}

.hv-popup-form-field select {
	padding-left: 0.143em;
}

.hv-popup-form-field textarea {
	resize: none;
	height: 6.786em;
	padding: 0.643em;
	border: 1px solid #000;
}

.hv-popup-form-field input[type="radio"] {
	display: none;
}

.hv-popup-form-field.additional label,
.hv-popup-form-field.message label {
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.714;
	text-transform: none;
	letter-spacing: 0.025em;
	margin: -0.143em 0 0.929em;
}

.hv-popup-form-field.additional textarea {
	height: 9.643em;
}

.hv-popup-form-field.sm input {
	padding-right: 2.857em;
}

.hv-popup-form-field div {
	position: relative;
}

.hv-popup-form-field span.sqft-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.357;
	letter-spacing: 0.025em;
	display: flex;
	align-items: center;
}

.hv-popup-form-field span.wpcf7-form-control-wrap[data-name="property-type"]::after,
.hv-popup-form-field span.wpcf7-form-control-wrap[data-name="bathrooms"]::after,
.hv-popup-form-field span.wpcf7-form-control-wrap[data-name="bedrooms"]::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.5em;
	margin: auto;
	height: 0.438em;
	border-style: solid;
	border-width: 0.5em 0.25em 0px 0.25em;
	border-color: currentColor transparent transparent transparent;
}

.hv-popup-form-field .wpcf7-radio {
	display: flex;
	align-items: center;
	padding: 0.813em 0 0.313em;
	gap: 2.25em;
}

.hv-popup-form-field .wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
}

.hv-popup-form-field .wpcf7-radio .wpcf7-list-item label {
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.714;
	text-transform: none;
	letter-spacing: 0.025em;
	margin-bottom: 0;
}

.hv-popup-form-field .wpcf7-radio .wpcf7-list-item-label {
	display: flex;
	position: relative;
	align-items: center;
}

.hv-popup-form-field .wpcf7-radio .wpcf7-list-item-label::before {
	position: relative;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.214em;
	height: 1.214em;
	border-radius: 50%;
	margin-right: 0.5em;
	display: inline-block;
	border: 1px solid #000;
	transition: var(--default-transition);
}

.hv-popup-form-field .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
	background: var(--secondary);
	border-color: var(--secondary);
}

.hv-popup-form-submit {
	width: 100%;
	text-align: center;
}

.hv-popup-form-submit p {
	line-height: 2;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 0.025em;
	margin: 1.333em 0 1.583em;
}

.hv-popup-form-submit p a {
	font-weight: 700;
	color: var(--secondary);
	transition: var(--default-transition);
}

.hv-popup-form-submit p a:hover {
	color: var(--primary);
}

.hv-popup-form-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.375em;
}

.hv-popup-form-buttons .site-button {
	min-width: 15.714em;
}

/* added */
.tp-block-intro-text p {
	margin: .5em 0
}
.tp-block-more-content {
	text-align: center;
}
.tp-block-more-content ul, .tp-block-more-content p {
	font-weight: 400;
	line-height: 1.556;
	font-size: 1.125em;
	letter-spacing: 0.05em;
	margin: 1.556em 0;
}
.tp-block-more-content ul {
	list-style: disc;
}
.tp-block-more-content ul li {
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.ip-breadcrumbs #breadcrumbs {
		font-size: 14px;
	}

	.tp-block-wrap {
		flex-direction: column;
		padding-bottom: 3em;
	}

	.tp-block-text {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.tp-block-buttons,
	.reverse .tp-block-buttons {
		width: 100%;
		margin-top: 4em;
		flex-flow: row wrap;
		justify-content: center;
	}

	.tp-block-photo {
		width: 100%;
		margin-right: 0;
		padding: 4em 0 0;
	}

	.tp-block-photo-lg {
		margin-right: 6em;
	}

	.tp-block-photo-sm {
		right: 0;
		top: auto;
		bottom: -4em;
		margin-right: 0;
	}

	.tp-block-photo-bg {
		width: 90%;
		right: -2em;
		bottom: -2em;
	}

	.reverse .tp-block-wrap {
		flex-direction: column;
		padding-bottom: 10em;
	}

	.reverse .tp-block-text {
		padding-left: 0;
		text-align: center;
	}

	.reverse .tp-block-header .site-title {
		padding-right: 0;
		text-align: center;
	}

	.reverse .tp-block-photo {
		width: 100%;
		margin-left: 0;
	}

	.reverse .tp-block-photo-lg {
		margin-right: 0;
		margin-left: 6em;
	}

	.reverse .tp-block-photo-bg {
		left: -2em;
		width: 90%;
	}

	.reverse .tp-block-photo-sm {
		left: 0;
		margin-left: 0;
	}

	.text-block-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.photo-block-lg canvas {
		min-height: 350px;
	}

	.photo-block-sm {
		left: 0;
		right: 0;
		height: auto;
		margin: 0 auto;
		min-width: 280px;
	}

	.photo-block-sm::before {
		top: -2em;
		left: -2em;
		right: -2em;
	}

	.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body {
		min-width: 280px;
		width: 80%;
	}

	.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body .aiosp-close {
		width: 16px;
		height: 16px;
		margin: 15px 15px 0 0;
	}

	.aiosp-wrap .aiosp-container.aiosp-ref-\#popup-home-valuation .aios-popup-body .aiosp-close::after {
		font-size: 16px;
	}

	.hv-popup-form-field.sm label {
		min-height: 21px;
	}

	.hv-popup-form-field .wpcf7-radio {
		gap: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.hv-popup-wrap {
		padding-left: 2em;
		padding-right: 2em;
	}

	.hv-popup-form-field {
		width: 100%;
	}

	.hv-popup-form-field.sm {
		width: 100%;
	}

	.hv-popup-form-field.sm label {
		min-height: 0;
	}

	.hv-popup-form-field .wpcf7-radio {
		gap: 1em 1.5em;
		flex-flow: row wrap;
	}

	.hv-popup-form-buttons {
		flex-flow: row wrap;
	}
}

@media screen and (max-width: 567px) {

	.tp-block-photo-lg,
	.reverse .tp-block-photo-lg {
		margin-right: 0;
		margin-left: 0;
	}

	.tp-block-photo-sm,
	.reverse .tp-block-photo-sm {
		left: 0;
		right: 0;
		bottom: -6em;
		margin: 0 auto;
		min-width: 180px;
	}

	.tp-block-photo-bg,
	.reverse .tp-block-photo-bg {
		width: 100%;
	}
}