.elementor-1584 .elementor-element.elementor-element-eb73645{--display:flex;}#elementor-popup-modal-1584{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1584 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1584 .dialog-close-button{display:flex;}#elementor-popup-modal-1584 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* =========================================================
   ELEMENTOR POPUP WRAPPER
   ========================================================= */

.elementor-popup-modal .dialog-widget-content {
	width: min(860px, calc(100vw - 30px)) !important;
	max-width: 860px !important;
	max-height: calc(100vh - 30px);
	padding: 0 !important;
	overflow: hidden;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 28px 85px rgba(25, 21, 19, 0.28);
}

.elementor-popup-modal .dialog-message {
	width: 100% !important;
	max-height: calc(100vh - 30px);
	padding: 0 !important;
	overflow-y: auto;
}

.elementor-popup-modal .elementor-location-popup,
.elementor-popup-modal .elementor-section,
.elementor-popup-modal .elementor-container,
.elementor-popup-modal .elementor-column,
.elementor-popup-modal .elementor-widget-wrap,
.elementor-popup-modal .elementor-widget,
.elementor-popup-modal .elementor-widget-container,
.elementor-popup-modal .elementor-widget-shortcode,
.elementor-popup-modal .wpcf7,
.elementor-popup-modal .wpcf7-form {
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-popup-modal .dialog-close-button {
	top: 15px !important;
	right: 15px !important;
	z-index: 50;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff;
	color: #292522 !important;
	font-size: 22px !important;
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.12);
}

/* =========================================================
   POPUP LAYOUT
   ========================================================= */

.tok-moving-popup,
.tok-moving-popup * {
	box-sizing: border-box;
}

.tok-moving-popup {
	--tok-red: #d05d60;
	--tok-red-dark: #b94b4e;
	--tok-text: #292522;
	--tok-muted: #716a65;
	--tok-cream: #f8eee4;
	--tok-field: #fffaf6;
	--tok-border: #ded6cf;

	display: grid;
	grid-template-columns: 34% 66%;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	background: #ffffff;
}

/* =========================================================
   LEFT VISUAL PANEL
   ========================================================= */

.tok-moving-popup__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 480px;
	padding: 48px 35px 42px;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#fffaf5 0%,
			#f8eee4 58%,
			#f2e4d7 100%
		);
	border-right: 1px solid rgba(41, 37, 34, 0.07);
}

.tok-moving-popup__visual::before,
.tok-moving-popup__visual::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(208, 93, 96, 0.15);
	border-radius: 50%;
}

.tok-moving-popup__visual::before {
	top: -110px;
	left: -110px;
	width: 250px;
	height: 250px;
}

.tok-moving-popup__visual::after {
	right: -105px;
	bottom: -105px;
	width: 240px;
	height: 240px;
}

.tok-moving-popup__brand,
.tok-moving-popup__illustration,
.tok-moving-popup__tagline {
	position: relative;
	z-index: 2;
}

.tok-moving-popup__brand {
	color: var(--tok-red);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.5;
	text-align: center;
}

.tok-moving-popup__illustration {
	display: grid;
	gap: 25px;
	margin: 48px 0 45px;
	padding: 32px 0;
	border-top: 1px solid rgba(41, 37, 34, 0.11);
	border-bottom: 1px solid rgba(41, 37, 34, 0.11);
}

.tok-moving-popup__row {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	align-items: center;
}

.tok-moving-popup__check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: rgba(208, 93, 96, 0.13);
	color: var(--tok-red);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.tok-moving-popup__lines {
	display: grid;
	gap: 8px;
}

.tok-moving-popup__lines span {
	display: block;
	height: 5px;
	border-radius: 20px;
	background: rgba(41, 37, 34, 0.12);
}

.tok-moving-popup__lines span:first-child {
	width: 92%;
}

.tok-moving-popup__lines span:last-child {
	width: 62%;
	background: rgba(41, 37, 34, 0.07);
}

.tok-moving-popup__tagline {
	color: var(--tok-red);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.4;
	text-align: center;
}

/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.tok-moving-popup__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 53px 47px 42px;
	background: #ffffff;
}

.tok-moving-popup__eyebrow {
	margin: 0 0 11px;
	color: var(--tok-red);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tok-moving-popup__title {
	margin: 0 !important;
	color: var(--tok-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 43px !important;
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.tok-moving-popup__description {
	max-width: 500px;
	margin: 18px 0 25px !important;
	color: var(--tok-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
}

/* =========================================================
   FIELDS
   ========================================================= */

.tok-moving-popup__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	width: 100%;
}

.tok-moving-popup__field,
.tok-moving-popup .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin: 0;
}

.tok-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tok-moving-popup input.tok-moving-input {
	display: block;
	width: 100% !important;
	height: 50px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid var(--tok-border) !important;
	border-radius: 8px !important;
	background: var(--tok-field) !important;
	color: var(--tok-text) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 50px !important;
	box-shadow: none !important;
	outline: none !important;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

.tok-moving-popup input.tok-moving-input::placeholder {
	color: #817a75 !important;
	opacity: 1;
}

.tok-moving-popup input.tok-moving-input:focus {
	border-color: var(--tok-red) !important;
	background: #ffffff !important;
	box-shadow: 0 0 0 3px rgba(208, 93, 96, 0.1) !important;
}

.tok-moving-popup input.wpcf7-not-valid {
	border-color: #b42318 !important;
	background: #fff8f7 !important;
}

.tok-moving-popup .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #b42318;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

/* =========================================================
   BUTTON
   ========================================================= */

.tok-moving-popup__submit {
	position: relative;
	width: 100%;
	margin-top: 13px;
}

.tok-moving-popup input.tok-moving-submit {
	display: block;
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--tok-red) !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 11px 25px rgba(208, 93, 96, 0.22) !important;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.tok-moving-popup input.tok-moving-submit:hover {
	background: var(--tok-red-dark) !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(208, 93, 96, 0.28) !important;
}

.tok-moving-popup .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0;
	transform: translateY(-50%);
}

/* =========================================================
   NOTE AND CF7 MESSAGES
   ========================================================= */

.tok-moving-popup__note {
	margin: 12px 0 0 !important;
	color: var(--tok-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.tok-moving-popup .wpcf7-response-output {
	margin: 14px 0 0 !important;
	padding: 10px 12px !important;
	border: 1px solid var(--tok-border) !important;
	border-radius: 7px;
	background: #faf8f6;
	color: var(--tok-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.tok-moving-popup p:empty,
.tok-moving-popup br {
	display: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 760px) {

	.elementor-popup-modal .dialog-widget-content {
		width: min(680px, calc(100vw - 24px)) !important;
	}

	.tok-moving-popup {
		grid-template-columns: 31% 69%;
		min-height: 450px;
	}

	.tok-moving-popup__visual {
		min-height: 450px;
		padding: 41px 24px 36px;
	}

	.tok-moving-popup__illustration {
		margin: 37px 0 35px;
	}

	.tok-moving-popup__content {
		padding: 46px 34px 37px;
	}

	.tok-moving-popup__title {
		font-size: 37px !important;
	}

	.tok-moving-popup__description {
		font-size: 14px;
	}

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

	.elementor-popup-modal .dialog-widget-content {
		width: calc(100vw - 18px) !important;
		max-height: calc(100vh - 18px);
		overflow-y: auto;
		border-radius: 14px;
	}

	.tok-moving-popup {
		display: block;
		min-height: 0;
	}

	.tok-moving-popup__visual {
		min-height: auto;
		padding: 23px 22px 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(41, 37, 34, 0.07);
	}

	.tok-moving-popup__brand {
		padding-right: 40px;
		font-size: 8px;
		text-align: left;
	}

	.tok-moving-popup__illustration {
		display: none;
	}

	.tok-moving-popup__tagline {
		margin-top: 8px;
		font-size: 14px;
		text-align: left;
	}

	.tok-moving-popup__content {
		padding: 28px 21px 24px;
	}

	.tok-moving-popup__eyebrow {
		margin-bottom: 7px;
		font-size: 9px;
	}

	.tok-moving-popup__title {
		font-size: 31px !important;
	}

	.tok-moving-popup__description {
		margin: 14px 0 20px !important;
		font-size: 13px;
		line-height: 1.55;
	}

	.tok-moving-popup__fields {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.tok-moving-popup input.tok-moving-input {
		height: 47px !important;
		font-size: 13px !important;
		line-height: 47px !important;
	}

	.tok-moving-popup input.tok-moving-submit {
		min-height: 49px !important;
		font-size: 13px !important;
	}

	.elementor-popup-modal .dialog-close-button {
		top: 9px !important;
		right: 9px !important;
		width: 35px;
		height: 35px;
		font-size: 20px !important;
	}

}/* End custom CSS */