.elementor-12696 .elementor-element.elementor-element-09f29f2{--display:flex;}.elementor-12696 .elementor-element.elementor-element-ff652cf{text-align:center;}.elementor-12696 .elementor-element.elementor-element-ff652cf img{width:100%;max-width:80px;}.elementor-12696 .elementor-element.elementor-element-48f67d7{text-align:center;}.elementor-12696 .elementor-element.elementor-element-48f67d7 .elementor-heading-title{font-size:1.6em;color:var( --e-global-color-text );}#elementor-popup-modal-12696 .dialog-widget-content{background-color:var( --e-global-color-892fcbe );border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-12696{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-12696 .dialog-message{width:420px;height:auto;}@media(max-width:767px){.elementor-12696 .elementor-element.elementor-element-48f67d7 .elementor-heading-title{font-size:1.4em;}}/* Start custom CSS for html, class: .elementor-element-43e3d7e */.modalAge .modal-content {
	position: relative;
}

.modalAge .modal-box {
	width: 100%;
}

.modalAge form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.modalAge label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
	font-style: 400;
}

.modalAge input {
	position: relative !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	flex: none;
}

.form-check-label span.cookie {
	display: block;
	font-size: 12px;
}

.modalAge .form-check-input:disabled~.form-check-label {
	color: var(--e-global-color-primary);
	opacity: 0.4;
}

.modalAge input:before {
	content: '';
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 20px;
	height: 20px;
	border: 2px solid var(--e-global-color-primary);
	-webkit-transition: 0.2s border-color ease;
	-o-transition: 0.2s border-color ease;
	transition: 0.2s border-color ease;
	opacity: 1;
}

.modalAge input:checked:before {
	border-color: var(--e-global-color-primary);
	-webkit-transition: 0.5s border-color ease;
	-o-transition: 0.5s border-color ease;
	transition: 0.5s border-color ease;
}

.modalAge input:disabled:before {
	opacity: 0.4;
}

.modalAge input:after {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: var(--e-global-color-primary);
	width: 16px;
	height: 16px;
	border-radius: 100vh;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-box-shadow: 4px 4px 0px 0px var(--e-global-color-primary);
	box-shadow: 4px 4px 0px 0px var(--e-global-color-primary);
}

.modalAge input[type="radio"]:before {
	border-radius: 100vh;
}

.modalAge input[type="radio"]:after {
	width: 16px;
	height: 16px;
	border-radius: 100vh;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-box-shadow: 4px 4px 0px 0px #12CBC4;
	box-shadow: 4px 4px 0px 0px #12CBC4;
}

.modalAge input[type="radio"]:checked:after {
	-webkit-animation: toggleOnRadio 0.2s ease forwards;
	animation: toggleOnRadio 0.2s ease forwards;
}

.modalAge input[type="checkbox"]:before {
	border-radius: 0;
}

.modalAge input[type="checkbox"]:after {
	width: 9.6px;
	height: 16px;
	border-radius: 0;
	-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
	-ms-transform: translate(-50%, -85%) scale(0) rotate(45deg);
	transform: translate(-50%, -85%) scale(0) rotate(45deg);
	background-color: transparent;
}

.modalAge input[type="checkbox"]:checked:after {
	-webkit-animation: toggleOnCheckbox 0.2s ease forwards;
	animation: toggleOnCheckbox 0.2s ease forwards;
}

.modalAge input[type="checkbox"].filled:before {
	border-radius: 0;
	-webkit-transition: 0.2s border-color ease, 0.2s background-color ease;
	-o-transition: 0.2s border-color ease, 0.2s background-color ease;
	transition: 0.2s border-color ease, 0.2s background-color ease;
}

.modalAge input[type="checkbox"].filled:checked:not(:disabled):before {
	background-color: var(--e-global-color-secondary);
}

.modalAge input[type="checkbox"].filled:not(:disabled):after {
	-webkit-box-shadow: 4px 4px 0px 0px white;
	box-shadow: 4px 4px 0px 0px white;
}

.modalAge .small-notification {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.25px;
	color: var(--e-global-color-primary);
	margin-bottom: 0;
	text-align: center;
}

.modalAge .approveBtn {
	width: fit-content;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	color: var(--e-global-color-543d33d);
	background: var(--e-global-color-primary);
	border: none;
	border-radius: 4px;
	padding: 12px 24px;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
}

.modalAge .approveBtn:hover:not([disabled]),
.modalAge .approveBtn:focus:not([disabled]),
.modalAge .approveBtn:active:not([disabled]) {
	background: var(--e-global-color-secondary);
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
}

@-webkit-keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}

	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}

@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}

	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}

@-webkit-keyframes toggleOnRadio {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}
}

@keyframes toggleOnRadio {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}
}/* End custom CSS */
/* Start custom CSS */#elementor-popup-modal-12696 {
    z-index: 9999999999999999999 !important;
}/* End custom CSS */