/* Newsletter popup feature */
.hob-ad-newsletter-popup {
	position: fixed;
	z-index: 3000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition:
		opacity 260ms ease,
		visibility 0s linear 260ms;
}

.hob-ad-newsletter-popup--active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition:
		opacity 260ms ease,
		visibility 0s linear 0s;
}

.hob-ad-newsletter-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(128, 94, 156, .24);
	backdrop-filter: blur(6px);
	cursor: pointer;
}

.hob-ad-newsletter-popup__dialog {
	position: relative;
	width: min(100%, 478px);
	max-height: calc(100vh - 48px);
	overflow: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #805e9c;
	font-family: "Caslon Doric", sans-serif;
	outline: none;
	transform: translate3d(0, 16px, 0) scale(.98);
	transition: transform 320ms cubic-bezier(.22, 1, .36, 1);
}

.hob-ad-newsletter-popup--active .hob-ad-newsletter-popup__dialog {
	transform: translate3d(0, 0, 0) scale(1);
}

.hob-ad-newsletter-popup__close {
	position: absolute;
	z-index: 3;
	top: 14px;
	right: 14px;
	display: inline-flex;
	width: 38px;
	min-width: 38px;
	max-width: 38px;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #f9dae5;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #805e9c;
	cursor: pointer;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.hob-ad-newsletter-popup__close:hover,
.hob-ad-newsletter-popup__close:focus-visible {
	border-color: #f09fc5;
	background: #fff;
	color: #f09fc5;
	transform: scale(1.04);
}

.hob-ad-newsletter-popup__close:focus-visible {
	outline: 2px solid rgba(240, 159, 197, .45);
	outline-offset: 3px;
}

.hob-ad-newsletter-popup__close-icon {
	display: block;
	width: 18px;
	height: 18px;
}

.hob-ad-newsletter-popup__image {
	position: relative;
	z-index: 1;
	width: 100%;
	background: transparent;
}

.hob-ad-newsletter-popup__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

.hob-ad-newsletter-popup__text {
	position: absolute;
	z-index: 2;
	right: 28px;
	bottom: 132px;
	left: 28px;
	padding: 24px 28px 0;
	text-align: center;
}

.hob-ad-newsletter-popup__title {
	margin: 0;
	color: #805e9c;
	font-family: "Caslon Ionic", sans-serif;
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 400;
	line-height: 1.05;
}

.hob-ad-newsletter-popup__paragraph {
	max-width: 28em;
	margin: 12px auto 0;
	color: #805e9c;
	font-family: "Caslon Doric", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.hob-ad-newsletter-popup__form {
	position: absolute;
	z-index: 2;
	right: 112px;
	bottom: 40px;
	left: 112px;
	padding: 0;
}

.hob-ad-newsletter-popup__form form,
.hob-ad-newsletter-popup__form .mc4wp-form-fields,
.hob-ad-newsletter-popup__form .newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.hob-ad-newsletter-popup__form p {
	margin: 0;
}

.hob-ad-newsletter-popup__form label {
	color: #805e9c;
	font-family: "Caslon Doric", sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.hob-ad-newsletter-popup__form input[type="email"],
.hob-ad-newsletter-popup__form input[type="text"] {
	width: 100%;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid #f9dae5;
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	color: #805e9c;
	font-family: "Caslon Doric", sans-serif;
	font-size: 11px;
	outline: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.hob-ad-newsletter-popup__form input[type="email"]::placeholder,
.hob-ad-newsletter-popup__form input[type="text"]::placeholder {
	color: rgba(128, 94, 156, .58);
}

.hob-ad-newsletter-popup__form input[type="email"]:focus,
.hob-ad-newsletter-popup__form input[type="text"]:focus {
	border-color: #f09fc5;
	box-shadow: 0 0 0 3px rgba(240, 159, 197, .18);
}

.hob-ad-newsletter-popup__form input[type="submit"],
.hob-ad-newsletter-popup__form button[type="submit"],
.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
	display: inline-flex;
	width: 72%;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	align-self: center;
	padding: 0 16px;
	border: 1px solid #f09fc5;
	border-radius: 999px;
	background: #f09fc5;
	color: #fff;
	cursor: pointer;
	font-family: "Caslon Doric", sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

.hob-ad-newsletter-popup__form .custom-submit {
	display: flex;
	justify-content: center;
}

.hob-ad-newsletter-popup__form input[type="submit"]:hover,
.hob-ad-newsletter-popup__form input[type="submit"]:focus-visible,
.hob-ad-newsletter-popup__form button[type="submit"]:hover,
.hob-ad-newsletter-popup__form button[type="submit"]:focus-visible,
.hob-ad-newsletter-popup__form .custom-submit input[type="submit"]:hover,
.hob-ad-newsletter-popup__form .custom-submit input[type="submit"]:focus-visible {
	background: transparent;
	border-color: #f09fc5;
	color: #f09fc5;
}

.hob-ad-newsletter-popup__form input[type="submit"]:focus-visible,
.hob-ad-newsletter-popup__form button[type="submit"]:focus-visible {
	outline: 2px solid rgba(240, 159, 197, .45);
	outline-offset: 3px;
}

.hob-ad-newsletter-popup__form .mc4wp-response {
	margin-top: 8px;
	color: #805e9c;
	font-family: "Caslon Doric", sans-serif;
	font-size: 11px;
	line-height: 1.45;
	text-align: center;
}

.hob-ad-newsletter-popup__form .mc4wp-alert,
.hob-ad-newsletter-popup__form .mc4wp-success,
.hob-ad-newsletter-popup__form .mc4wp-error,
.hob-ad-newsletter-popup__form .mc4wp-notice {
	padding: 12px 14px;
	border: 1px solid #f9dae5;
	border-radius: 16px;
	background: #fff4f9;
	color: #805e9c;
}

.hob-ad-newsletter-popup-is-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.hob-ad-newsletter-popup {
		align-items: center;
		padding: 14px;
	}

	.hob-ad-newsletter-popup__dialog {
		width: 100%;
		max-height: calc(100vh - 28px);
		border-radius: 0;
	}

	.hob-ad-newsletter-popup__close {
		top: 12px;
		right: 12px;
		width: 36px;
		min-width: 36px;
		max-width: 36px;
		height: 36px;
		min-height: 36px;
		max-height: 36px;
		flex-basis: 36px;
	}

	.hob-ad-newsletter-popup__text {
		right: 24px;
		bottom: 126px;
		left: 24px;
		padding: 0;
	}

	.hob-ad-newsletter-popup__form {
		right: 78px;
		bottom: 90px;
		left: 78px;
		padding: 0;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"],
	.hob-ad-newsletter-popup__form input[type="submit"],
	.hob-ad-newsletter-popup__form button[type="submit"],
	.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
		min-height: 28px;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"] {
		padding: 0 10px;
		font-size: 12px;
	}

	.hob-ad-newsletter-popup__form input[type="submit"],
	.hob-ad-newsletter-popup__form button[type="submit"],
	.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
		padding: 0 12px;
		font-size: 10px;
	}
}



@media (max-width: 610px) {
	.hob-ad-newsletter-popup {
		align-items: center;
		padding: 14px;
	}

	.hob-ad-newsletter-popup__dialog {
		width: 100%;
		max-height: calc(100vh - 28px);
		border-radius: 0;
	}

	.hob-ad-newsletter-popup__close {
		top: 12px;
		right: 12px;
		width: 36px;
		min-width: 36px;
		max-width: 36px;
		height: 36px;
		min-height: 36px;
		max-height: 36px;
		flex-basis: 36px;
	}

	.hob-ad-newsletter-popup__text {
		right: 24px;
		bottom: 126px;
		left: 24px;
		padding: 0;
	}

	.hob-ad-newsletter-popup__form {
		right: 78px;
		bottom: 30px;
		left: 78px;
		padding: 0;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"],
	.hob-ad-newsletter-popup__form input[type="submit"],
	.hob-ad-newsletter-popup__form button[type="submit"],
	.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
		min-height: 25px;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"] {
		padding: 0 10px;
		font-size: 10px;
	}

	.hob-ad-newsletter-popup__form input[type="submit"],
	.hob-ad-newsletter-popup__form button[type="submit"],
	.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
		padding: 0 12px;
		font-size: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hob-ad-newsletter-popup,
	.hob-ad-newsletter-popup__dialog,
	.hob-ad-newsletter-popup__close,
	.hob-ad-newsletter-popup__form input,
	.hob-ad-newsletter-popup__form button {
		transition: none;
	}
}



@media (min-width: 380px) and (max-width: 420px) {
	.hob-ad-newsletter-popup__form {
		right: 84px;
		bottom: 22px;
		left: 84px;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"],
	.hob-ad-newsletter-popup__form input[type="submit"],
	.hob-ad-newsletter-popup__form button[type="submit"],
	.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
		min-height: 22px;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"] {
		font-size: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hob-ad-newsletter-popup,
	.hob-ad-newsletter-popup__dialog,
	.hob-ad-newsletter-popup__close,
	.hob-ad-newsletter-popup__form input,
	.hob-ad-newsletter-popup__form button {
		transition: none;
	}
}



@media (min-width: 0px) and (max-width: 379px) {
	.hob-ad-newsletter-popup__form {
		right: 84px;
		bottom: 10px;
		left: 84px;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"],
	.hob-ad-newsletter-popup__form input[type="submit"],
	.hob-ad-newsletter-popup__form button[type="submit"],
	.hob-ad-newsletter-popup__form .custom-submit input[type="submit"] {
		min-height: 20px;
	}

	.hob-ad-newsletter-popup__form input[type="email"],
	.hob-ad-newsletter-popup__form input[type="text"] {
		font-size: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hob-ad-newsletter-popup,
	.hob-ad-newsletter-popup__dialog,
	.hob-ad-newsletter-popup__close,
	.hob-ad-newsletter-popup__form input,
	.hob-ad-newsletter-popup__form button {
		transition: none;
	}
}