:root {
	--font-xmas: "Neucha";
	--font-body: "Montserrat";
	--font-heading: "Exo 2";

	--font-clr-primary: #000000;
	--font-clr-secondary: #ffffff;

	--bg-gray: #F4F4F4;
	--bg-green: #CFF5E3;
	--border-color: rgba(0, 0, 0, 0.41);

	--font-size-48: clamp(32px, 4vW, 48px);
	--font-size-24: clamp(16px, 2vW, 24px);
	--font-size-18: clamp(12px, 1.6vW, 18px);
	--font-size-16: clamp(10px, 1.4vW, 16px);

	--blue: #3F4B81;

	--brand-gradient-organic: linear-gradient(
			120deg,
			#CFFF34,
			#8FEF8D,
			#3F4B81,
			#CFFF34,
			#8FEF8D,
			#3F4B81
	);

}

#page-container {
	padding-top: 0;
}
#main-header {
	box-shadow: none !important;
	/*top: 0 !important;*/
	padding: 20px 0;
	background: transparent !important;
	position: absolute !important;
}
#page-container {
	padding-top: 0 !important;
}
#main-footer {
	/*noinspection CssUnknownTarget*/
	background: url(/wp-content/uploads/2025/11/footer-bg.webp);
	background-position: 0 25% !important;
	background-size: 200% !important;

	min-height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#footer-inner {
	width: 90%;
	max-width: 2560px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.footer-text {
	color: var(--font-clr-primary);
	font-family: var(--font-heading), serif;
	font-size: var(--font-size-24);
	font-weight: 700;
	margin-bottom: 30px;
}
#footer-bottom {
	background-color: #000000 !important;
	color: var(--font-clr-secondary);
}
#main-footer .snowflake-text-container {
	flex-direction: column;
}
#main-footer .snowflake-text-container img {
	 height: 50px;
 }
.socials-media ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.socials-media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.socials-media ul li, .socials-media ul li a {
	background: transparent;
	border-radius: 50%;
	flex-shrink: 0;
}
.socials-media ul li a img {
	border-radius: 50%;
	display: block;
	object-fit: cover;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	height: 47px !important;
}
.socials-media ul li:hover a img {
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
	transform: scale(1.08);
}

@media screen and (min-width: 981px) {
	#main-footer {
		background-position: 50% 40% !important;
		background-size: 100% !important;
		min-height: 600px;
	}
	.footer-text {
		width: 60%;
	}
	#main-footer .snowflake-text-container {
		flex-direction: row;
	}
	#main-footer .snowflake-text-container img {
		height: 84px;
	}

}

.heading {
	color: var(--font-clr-primary);
	font-family: var(--font-heading), serif;
	font-size: var(--font-size-48);
	font-weight: 700;
	letter-spacing: 1.92px;
	margin-bottom: 30px;
}
h1 {

}
h2 {

}
body, p {
	font-size: var(--font-size-18);
}
.et_pb_row {
	max-width: 2560px !important;
}
.container_info {
	width: 90% !important;
	max-width: 2560px;
	justify-content: center;
}

.section-hero .et_pb_row, .section-hero .et_pb_column, .section-hero .et_pb_module, .section-hero .et_pb_code_inner {
	position: unset !important;
}
.text-center {
	text-align: center;
}
.text-center-m {
	text-align: center;
 }

.button-purple .btn-effect-header {
	/*background: linear-gradient(90deg, #3D79C1 -25.8%, #D84CF9 35.98%, #434a80 109.97%);*/
	background: var(--blue);
}
.button-purple:hover a {
	color: #fff;
}
.button-purple, form.fluent_form_6 .wpf_has_custom_css.ff-btn-submit {
	max-width: fit-content;
	margin: 20px 0;
	background-color: #FFFFFF;
	border-radius: 44px;
	border: 1px solid #3F4B81;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);

	text-transform: uppercase;
}
.button-purple a, .button-purple button {
	color: #000000;
}
.button-purple.animated-btn:hover .btn-effect {
	animation: moveUpAndExpand 0.3s forwards;
}

.button-purple.animated-btn.animate .btn-effect {
	animation: moveDownAndShrink 0.3s forwards;
}
@keyframes moveUpAndExpand {
	0% {
		transform: translate(-50%, 50%) scale(0.5);
		border-radius: 50%;
		width: 30px;
	}
	50% {
		transform: translate(-50%, -25%) scale(3);
		border-radius: 50%;
		width: 20px;
	}
	100% {
		transform: translate(-50%, -50%) scale(20);
		border-radius: 0;
		width: 10px;
	}
}

@keyframes moveDownAndShrink {
	0% {
		transform: translate(-50%, -50%) scale(10);
		border-radius: 0;
		width: 10px;
	}
	50% {
		transform: translate(-50%, -25%) scale(3);
		border-radius: 50%;
		width: 20px;
	}
	100% {
		transform: translate(-50%, 50%) scale(0.5);
		border-radius: 50%;
		width: 30px;
	}
}

@media screen and (min-width: 981px) {
	.container_info {
		justify-content: space-between;
	}
	.text-center-m {
		text-align: unset;
	}
}
.section-hero {
	position: relative;
	padding-top: 0;
}
.hero-text-outer {
	/*width: 90%;*/
	/*margin: 0 auto;*/
	/*max-width: 2560px;*/
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.hero-text-inner {
	position: relative;
	z-index: 2;
	padding-top: 140px;
	width: 90%;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.snowflake-text-container {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	justify-content: center;
}
.snowflake-text {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.snowflake-text p {
	font-family: var(--font-xmas), serif;
	font-size: var(--font-size-24);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	text-align: center;
}
.snowflake-text img {
	height: 36px;
	width: auto;
}

/*.hero-img {*/
/*	position: relative;*/
/*	display: flex;*/
/*	justify-content: end;*/

/*}*/
.snowy-forest {
	position: absolute;

	z-index: 0;
	width: 100%;
	bottom: 0;
	transform-origin: 22% center;
	transform: scale(2.5);
}
@media screen and (min-width: 981px) {
	.hero-text-outer {
		flex-direction: row;
		padding-bottom: 120px;
	}
	.hero-text-inner {
		width: 50%;
		margin: 0 0 0 5%;

		justify-content: unset;
		align-items: unset;
	}
	.snowflake-text-container {
		justify-content: unset;
	}
	.snowflake-text {
		flex-direction: row;
	}
	.snowflake-text p {
		text-align: unset;
	}
	.snowy-forest {
		transform: none;
		bottom: 60px;
	}
	.hero-img {
		position: unset;
	}
	.img-right {
		max-width: 50%;
	}

}


.ornaments {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 10%;
	height: auto;
}

.ornaments-left {
	left: 0;
}

.ornaments-right {
	right: 0;
}
.gift-box-outer {
	width: 90%;
	max-width: 2560px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gift-box-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 500px;
}
.gift-box-inner img:first-child {
	width: 60%;
}
@media screen and (min-width: 981px) {
	.ornaments {
		display: unset;
	}
}


.container-gray {
	width: 90%;
	margin: 0 auto;
	max-width: 2560px;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: var(--bg-gray);
	border-radius: 29px;
}

.target-grid div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: clamp(20px, 4vw, 40px);
	gap: 10px;
}
.target-grid div:nth-child(1), .target-grid div:nth-child(2), .target-grid div:nth-child(3) {
	border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 768px) {
	.target-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.target-grid div:nth-child(1) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}
	.target-grid div:nth-child(2) {
		border-bottom: 1px solid var(--border-color);
	}
	.target-grid div:nth-child(3) {
		border-right: 1px solid var(--border-color);
		border-bottom: unset;
	}
}

.includes-excludes-outer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
	width: 90%;
	max-width: 2560px;
	margin: 0 auto;
	z-index: 1;
}
.dark-forest {
	width: 100%;
}
.includes-excludes-inner {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.includes-excludes-inner > div {
	border-radius: 8px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
}
.includes, .excludes {
	flex: 1;
}
.includes-content, .excludes-content {
	background-color: #ffffff;
	padding: 30px;
}
.includes-heading, .excludes-heading {
	padding: 50px;
}
.includes {

}
.includes-heading {
	background-color: var(--bg-green);
}

.excludes {

}
.excludes-heading {
	background-color: var(--bg-gray);
}
.includes-content ul,
.excludes-content ul {
	list-style: none;
	padding-left: 0;
	margin: 0;

}
.includes-content li,
.excludes-content li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 16px;
	line-height: 30px;
}
.includes-content li::before,
.excludes-content li::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 8px;
	width: 18px;
	height: 18px;

	background-size: contain;
}
.includes-content li::before {
	/*noinspection CssUnknownTarget*/
	background: url('/wp-content/uploads/2025/11/blue-check.webp') no-repeat center center;
}
.excludes-content li::before {
	/*noinspection CssUnknownTarget*/
	background: url('/wp-content/uploads/2025/11/gray-check.webp') no-repeat center center;
}
.zindex-0 {
	z-index: 0 !important;
}
.module-santa .et_pb_code_inner {

}
.santa {
	width: 90%;
	display: flex;
	align-items: flex-end;
	justify-content: end;
	margin: 0 auto;
}
@media screen and (min-width: 981px) {
	.includes-excludes-inner {
		max-width: 80%;
		flex-direction: row;
	}
}
@media screen and (min-width: 768px) {
	.santa {
		width: unset;
		display: unset;
		margin: 0;
	}
	.santa img {
		display: block;
		position: absolute;
		right: 10%;
		transform: translateY(-3%);
		max-width: 20%;
		max-height: 600px;
	}
	.dark-forest {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

.to-do-outer {
	background-color: var(--blue);
	padding-top: 30px;
}
.to-do-inner {
	width: 90%;
	max-width: 2560px;
	margin: 20px auto;
}
.to-do {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;

}
.to-do > div {
	display: flex;
	gap: 20px;
	padding: 0 20px;
	align-items: flex-start;
	justify-content: center;
	max-width: 400px;
}
.to-do > div:first-child {
	padding-left: 0;
}
.to-do > div:last-child {
	padding-right: 0;
}
.to-do-text a {
	color: inherit;
	font-weight: 600;
	display: inline-block; /* crucial for transform */
	transition:
			transform 0.2s ease,
			box-shadow 0.2s ease,
			color 0.2s ease;
	padding: 2px 4px; /* optional: gives better scaling */
	border-radius: 6px; /* softens the shape */
}
.to-do-text a:hover {
	color: var(--bg-green);
	font-weight: 700;
	transform: translateY(-2px) scale(1.07);
}
.to-do-text p:nth-child(1) {
	font-family: var(--font-xmas), serif;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.to-do-text p:nth-child(2) {
	color: #FFFFFF;
	font-size: var(--font-size-16);
	line-height: 25px;
}
.end-date {
	display: flex;
	gap: 20px;
	color: #FFFFFF;
	font-family: var(--font-xmas), serif;
	align-items: center;

	padding: 0 20px;
}
.end-date img {
	width: 72px;
	height: 72px;
}
.lower-dark-container {
	padding: 2% 5%;
	background-color: #000000;
	color: #FFFFFF;
}

.lower-dark-container p {
	padding-bottom: 5px;
}

@media screen and (min-width: 981px) {
	.end-date img {
		width: 63px;
		height: 68px;
	}
	.to-do-inner {
		display: flex;
		justify-content: space-between;
	}
	.to-do {
		flex-direction: row;
		max-width: 80%;
		gap: 0;
		align-items: unset;
	}
	.to-do > div {
		flex-direction: column;
		justify-content: flex-start;
		max-width: 33%;
		align-items: center;
	}
	.to-do-text {
		text-align: center;
	}
	.to-do > div:nth-child(1) {
		border-right: 1px solid #FFFFFF;
	}
	.to-do > div:nth-child(2) {
		border-right: 1px solid #FFFFFF;
	}
	.end-date {
		padding: 0;
		max-width: 165px;
	}
}

@media screen and (min-width: 1440px) {
	.to-do > div {
		align-items: flex-start;
		justify-content: center;
		flex-direction: row;
	}
	.to-do-text {
		text-align: left;
	}
}


.prize-outer {
	width: 90%;
	max-width: 2560px;
	margin: 0 auto;
	text-align: center;
}
.prize-outer h2 {
	font-size: clamp(24px, 3vw, 38px);
	margin-bottom: 10px;
	padding-top: 40px;
}

.prize-outer > p {
	margin-bottom: 40px;
}
.prize-inner {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.prize-box {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	max-width: 300px;
}
.prize-inner img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.prize-box p {
	position: absolute;
	/*max-width: 80%;*/
	bottom: 13%;
	left: 9%;
	right: 9%;
	text-align: center;
	font-size: var(--font-size-16);
}
.prize-box:last-child p {
	color: #FFFFFF;
}
.btn-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

@media screen and (min-width: 425px) {
	.prize-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.prize-box {
		max-width: unset;
	}
	.prize-box p {
		line-height: clamp(14px, 1.6vw, 32px) !important;
	}
}
@media screen and (min-width: 768px) {
	padding-bottom: 0;
}
@media screen and (min-width: 981px) {
	.prize-inner {
		display: flex;
		gap: 0;
		justify-content: space-between;
		align-items: stretch;
		flex-direction: row;
	}

}



.form-outer {
	width: 90%;
	margin: 0 auto;
	position: relative;
	background-color: var(--bg-green);
	border: 20px solid var(--bg-gray);
	border-radius: 29px;
	padding: clamp(40px, 6vw, 90px);
	margin-top: 100px;
}
.form-inner {

 }

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
	color: var(--font-clr-primary) !important;
}
.ff-default .ff-el-form-control {
	border: none !important;
	border-radius: 27px !important;
}
.fluentform .ff-el-form-check {
	margin-bottom: 15px !important;
}
.fluentform input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;

	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 8px;
}

.fluentform input[type="radio"]:checked {
	background-color: var(--blue);
}

.fluentform input[type="radio"] {
	transition: background-color 0.2s ease;
}

.fluentform input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 22px;
	height: 22px;
	background-color: #ffffff;
	border-radius: 4px; /* will be overridden for radios */
	border: none;

	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;

	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}


/* CHECKED CHECKBOX = RED CHECKMARK */
.fluentform input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 7px;
	width: 6px;
	height: 12px;
	border: solid var(--blue);
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.ff-default .ff_btn_style {
	font-size: unset !important;
}
.fluentform .ff-text-left {
	text-align: center !important;
}
.form-outer img {
	max-width: 20%;
}

.hat-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -84%);
}
.gift-img4 {
	position: absolute;
	right: 7%;
	top: 56%;
}
.gift-img {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(10%, 0%);
}
.gift-img1 {
	display: none;
}
.gift-img2 {
	display: none;
}
.gift-img3 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100px;
}
@media screen and (min-width: 981px) {
	.ff-column-container {
		max-width: 65%;
	}
	.maxwidth-65pct {
		max-width: 65%;
	}
	.maxwidth-80pct {
		max-width: 80%;
		line-height: 30px;
	}
	.hat-img {
		left: 0;
		transform: translate(-58%, -80%);
	}
	.gift-img {
		transform: translate(-50%, 20%);
	}
	.gift-img3 {
		right: 5%;
		bottom: 5%;
		max-width: 100px;
	}
	.gift-img4 {
		right: 25%;
		top: 30%;
	}
	.gift-img1 {
		display: block;
		position: absolute;
		right: 5%;
		top: 10%;
	}
	.gift-img2 {
		display: block;
		position: absolute;
		right: 5%;
		top: 45%;
	}
	.custom-radio > .ff-el-input--content {
		display: flex;
		gap: 20px;
	}
	.fluentform .ff-text-left {
		text-align: left !important;
	}
}






/* accordion FAQ wordpress */

.box-faq-buttons-wordpress .accordion-item {
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-bottom: 40px;
	position: relative;
}
.box-faq-buttons-wordpress .accordion-item.active {
	padding-bottom: 20px;
}

/*noinspection CssInvalidPropertyValue,CssInvalidFunction*/
.box-faq-buttons-wordpress .accordion-item.active::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: var(--brand-gradient-organic);
	background-size: 200% 200%;
	transition:
			opacity 0.35s ease,
			background-position 0.35s ease;
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	animation: borderMove 18s linear infinite;
}

@keyframes borderMove {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

.box-faq-buttons-wordpress .accordion-item h3 {
	text-align: left;
	font-size: 22px;
	letter-spacing: 0.88px;
	padding-bottom: 0;
	margin-bottom: 0;
	/*width: 80%;*/
}

.box-left-faq {
	padding: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.71);
}

.box-faq-buttons-wordpress .accordion-item button {
	width: 100%;
	border: none;
	background: transparent;
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 20px 60px 20px 20px;
	position: relative;

}

.box-faq-buttons-wordpress .accordion-item button h3:after {
	content: "5";
	font-family: "ETmodules", serif;
	background: transparent;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	margin-left: 5px;
	font-size: 35px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
}

.box-faq-buttons-wordpress .active.accordion-item button h3:after {
	content: "3" !important;
	background: var(--blue);
	color: #ffffff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.box-faq-buttons-wordpress .panel p {
	margin: 25px 0 45px 0;
	color: #000000;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel-open {
	max-height: 250px;
}

.panel-open:before {
	visibility: visible;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(transparent 70%, #fafafa);
	pointer-events: none;
	z-index: 9;
}

.accordion-item.active .panel-open:before {
	display: none;
}

.panel p {
	text-align: left;
	margin: 25px 50px 45px 0;
	font-weight: 400;
}


.accordion-item.active .panel {
	max-height: 1000px;
	overflow: hidden;
	transition: max-height 0.2s ease-in;
}

@media screen and (min-width: 981px) {
	.row-faq {
		padding: 40px;
		border-radius: 29px;
		background: #F4F4F4;
	}
	.box-faq-buttons-wordpress .panel p {
		margin: 25px 50px 45px 0;
	}

	.box-faq-buttons-wordpress .accordion-item button:after {
		height: 50px;
		width: 50px;
	}
}
.box-faq-buttons-wordpress .active.accordion-item button:after,.box-faq-buttons-wordpress .accordion-item button:after {
	display: none;
}
.box-faq-buttons-wordpress .accordion-item button {
	display: unset;
}

.box-faq-buttons-wordpress .accordion-item.active {
	border: none;
}
/* end accordion FAQ wordpress */