* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	min-height: 100%;
	background: #fff;
	color: #000;
	direction: rtl;
}

body {
	font-size: 1.4rem;
	text-rendering: optimizeLegibility;
}

body,
p,
span,
button,
input {
	font-family: 'Heebo', sans-serif;
}

body, ul, ol, dl {
	margin: 0;
}
article, aside, audio,
footer, header, nav, section, video {
	display: block;
}

h1 {
	font-size: 1.4rem;
}

p {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0;
}

textarea {
	resize: vertical;
}

table { border-collapse: collapse; }
td {
	padding: .5rem;
}

img {
	border: none;
	max-width: 100%;
	width: 100%;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border : 0px;
}

input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="submit"] {
	-webkit-appearance:none;
}

input:required:after {
	color: #f00;
	content: " *";
}
input[type="email"]:invalid {
	background: #f00;
}

sub, sup {
	line-height: 0;
}

.right {
	width: 65%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 0;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;
}
.left {
	position: relative;
	width: 35%;
	padding: 0 30px 0 0;
}

.terms {
	margin-top: 20px;
	width: 100%;
	max-width: 65%;
}
.terms p{
	font-size: 0.8rem;
	color: #8B8B8D;
}

.main {
	min-height: 100vh;
	background: url('../images/desktop_back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:10px;
	padding-top: 20px;
}

.top-content img {
	max-width: 215px;
	-o-object-fit: contain;
	object-fit: contain;
}
.top-content .text p {
	font-size: 1rem;
}

.top-content .text h2 {
	font-size: 2.5rem;
	color: #EC1666;
	line-height: 1;
	margin: 20px 0 0;
}


.top-content .text h4 {
	font-size: 1.5rem;
	color: #EC1666;
	line-height: 1;
	margin: 0 0 10px;
}

.bottom-content .top-text {
	margin-top: 40px;
	text-align: center;
}

.bottom-content .top-text p:nth-child(1){
	font-weight: 700;
	font-size: 1.5rem;
}

.bottom-content .top-text p:nth-child(2){
	font-size: 1.2rem;
}
.upper {
	top: 0;
	max-width: 125px;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 0;
	margin-bottom: -100px;
	margin-right: -110px;
}
.form-wrapper {
	z-index: 2;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
	border-radius: 67px;
	padding: 40px;
	position: relative;
}

.form-wrapper .top-text {
	text-align: center;
	line-height: 1;
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.form-wrapper .top-text-subtext {
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

.form-wrapper .top-text .gift {
	font-size: 3.5rem;
}
.form-wrapper .logo-wrapper {
	text-align: center;
}
.form-wrapper .logo {
	max-width: 200px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 10px auto auto;
	text-align: center;
}

form input:not([type="submit"]):not([type="checkbox"]):focus {
	border-color: #000;
	outline-color: #000;
}

form input:not([type="submit"]):not([type="checkbox"]),
form select {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #2C0C4B;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	width: 100%;
	min-height: 55px;
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 1.4rem;
}

form .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

form .date select{
	width: 31.5%;
	font-size: 0.9rem;
}

form .date select,
form .date select option {
	font-family: inherit;
}

form button[type="submit"] {
	background: #FFC815;
	-webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25), inset 0px 4px 11px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25), inset 0px 4px 11px rgba(0, 0, 0, 0.25);
	border-radius: 46px;
	min-height: 60px;
	border: none;
	outline: none;
	width: 100%;
	margin-top: 20px;
}

form button[type="submit"] span{
	color: #2C0C4B;
	font-size: 1.5rem;
	font-weight: 900;
}

form .accept {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
}

form .accept span {
	font-size: 1rem;
	line-height: 1.2;
	display: block;
	padding: 0 15px 0 0;
}

form #accept {
	opacity: 0;
}

form #accept + span:before {
	content: '';
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid #2C0C4B;
	position: absolute;
	right: 0;
}

form #accept:checked + span:after {
	content: '\2713';
	right: 5px;
	top: 6px;
	position: absolute;
	font-size: 1.2rem;
}


[class^="form-required-text-"] {
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	font-size: 1rem;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

[class^="form-required-text-"].show {
	opacity: 1;
	visibility: visible;
}

[class^="form-required-text-"] p:nth-child(1) {
	font-size: 1.3rem;
	color:#EC1666;
}
.checkboxes .single .content {
	position: relative;
	display: inline-block
}

.checkboxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.checkboxes .single{
	width: 25%;
	text-align: center;
	cursor: pointer;
}

.checkboxes .checkbox {
	display: inline-block;
	position: relative;
	text-align: center;
}

.checkboxes input[type="checkbox"] {
	opacity: 0;
}

.checkboxes input[type="checkbox"] + span:before {
	content: '';
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid #2C0C4B;
	position: absolute;
	right: 0;
}

.checkboxes input[type="checkbox"]:checked + span:before {
	background: #2C0C4B;

}

.checkboxes input[type="checkbox"]:checked + span:after {
	content: '\2713';
	right: 5px;
	top: 0px;
	position: absolute;
	font-size: 1.2rem;
	color: #fff;
}

.checkboxes .single .back,
.checkboxes .single .backi{
	display: none !important;
}

.checkboxes .single .front,
.checkboxes .single .back {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}


.checkboxes .single .content .front {
	top: 50%;
	-webkit-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	transform: translateY(-80%);
}


.checkboxes .single .content > img{
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100%;
}

.checkboxes .front img {
	width: 65px;
	height: 65px;
	-o-object-fit: contain;
	object-fit: contain;
}

.checkboxes .front > span {
	font-weight: 700;
	color: #fff;
	font-size: 2rem;
}

.checkboxes .single:nth-child(2) .back {
	padding: 20px 35px 0 25px;
}
.checkboxes .single:nth-child(3) .back {
	padding: 20px 41px 0 16px;
}
.checkboxes .back {
	padding: 20px 35px 0 17px;
}

.checkboxes .back > strong {
	font-size: 1rem;
}

.checkboxes .back > p {
	font-size: 49%;
	text-align: center;
}

.bottom-content-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom-content-2 .image-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bottom-content-2 .image-wrap > span {
	font-size: 1.1rem;
	color: #EC1666;
	font-weight: 700;
}

.bottom-content-2 .image-wrap img {
	max-width: 100px;
}

.checkboxes .single.show .front,
.checkboxes .single.show .fronti{
	display: none;
}

.checkboxes .single.show .back,
.checkboxes .single.show .backi{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media only screen and (min-width: 901px) {
	.hide-desktop {
		display: none;
	}
}

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

	.checkboxes {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.top-content .text h4 {
		font-size: 1rem;
	}

	.top-content img {
		margin-bottom: 20px;
	}

	.hide-mobile {
		display: none;
	}

	.container {
		padding: 20px 0 40px;
	}

	.left,
	.right {
		width: 100%;
		text-align: center;
	}

	.right .top-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px;
	}

	.left {
		padding: 0;
		width: auto;
		margin: auto auto 20px;
	}

	.top-content .text h2 {
		font-size: 2rem;
	}
	.form-wrapper .top-text-subtext.second {
		font-size: 1rem;
	}
	.bottom-content .top-text {
		margin-top: 20px;
	}

	.bottom-content .top-text p:nth-child(1) {
		font-size: 1.1rem;
	}
	.bottom-content .top-text p:nth-child(2) {
		font-size: .9rem;
	}
	.checkboxes .front > span {
		font-size: 1.6rem;
	}
	.checkboxes .single {
		width: 48%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.checkboxes .back {
		padding: 30px 40px 0 31px !important;
	}

	.checkboxes .back > p {
		font-size: 3.2vw;
	}

	.form-wrapper {
		padding: 40px 20px 20px;
	}
	.form-wrapper .top-text {
		font-size: 1.5rem;
	}


	.form-wrapper .top-text .gift {
		font-size: 2.5rem;
	}
	form .accept span {
		font-size: .8rem;
		text-align: right;
	}
	form .date select {
		padding: 0;
	}

	.terms {
		max-width:100%;
		text-align: center;
		padding: 0 10px;
	}
	.terms p {
		font-size: .75rem;
	}
	.logo-wrapper {
		text-align: center;
		width: 100%;
	}

	.logo-wrapper .logo {
		max-width: 150px;
		-o-object-fit: contain;
		object-fit: contain;
		margin: auto;
	}

	.checkboxes .back > strong {
		font-size: 1rem;
	}

	.checkboxes .back > p{
		font-size: 3.2vw;
	}
}

.fadeOut {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	position: absolute;
	z-index: -1;
}

.fadeIn {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s 0.5s all;
	-o-transition: 0.5s 0.5s all;
	transition: 0.5s 0.5s all;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	position: relative;
	z-index: 1;
}

#date {
	position: relative;
}

[class^="error-message-"]  {
	color: #ff0000;
	float: left;
	font-size: 12px;
}

.error-message-date {
	position: absolute;
	top: -17px;
	left: 0;
}

.error-message-email {
	position: absolute;
	top: 135px;
	right: 0;
}

.skip-second-step {
	color: #EC1666;
	font-size: 1rem;
	text-decoration: underline;
	margin: 10px 0 0 0;
	width: 100%;
	justify-content: center;
	display: flex;
}

button > span {
	transition: all 0.3s ease-in-out;
}

.lds-ellipsis {
	display: none;
	position: relative;
	width: 80px;
	height: 30px;
}
.lds-ellipsis div {
	position: absolute;
	top: 15px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #2C0C4B;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.recaptchaContainer {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

/* Add Animation */
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}

.date-label {
	position: absolute;
	font-size: .9rem;
	top: -25px;
}

@media only screen and (max-width: 900px) {
	.date-label {
		font-size: .8rem;
	}
}
