
@import url("https://fonts.googleapis.com/css2?family=Anton:ital,wght@0,300%3b0,400%3b0,600%3b0,700%3b0,800%3b1,300%3b1,400%3b1,600%3b1,700%3b1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Anton:ital,wght@0,300%3b0,400%3b0,600%3b0,700%3b0,800%3b1,300%3b1,400%3b1,600%3b1,700%3b1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
	font-family: CronosPro-Bold;
	src: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/CronosPro-Bold.woff2");
}

@font-face {
	font-family: CronosPro-Regular;
	src: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/CronosPro-Regular.woff2");
}

/* Box sizing rules */
*, *::before, *::after {
	box-sizing: border-box;
}

/* Remove default padding */
ul[class], ol[class] {
	padding: 0;
}

/* Remove default margin */
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
	margin: 0;
}

/* Set core body defaults */
body {
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
	max-width: 100%;
	display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
	font: inherit;
	outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

html {
	scroll-behavior: smooth;
}

h1 {
	font-size: 60px;
	font-family: CronosPro-Bold;
}

h2 {
	font-size: 48px;
	font-family: CronosPro-Bold;
}

h2.section-title {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	font-size: 32px;
	font-family: CronosPro-Bold;
}

h3.section-title {
	margin-bottom: 40px;
}

h5 {
	font-size: 24px;
	font-family: CronosPro-Bold;
}

h6 {
	font-size: 16px;
	font-family: CronosPro-Bold;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input {
	border: none;
	border-radius: 8px;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

button {
	font-family: CronosPro-Bold;
}

.error_page {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #bee0d1;
	background-size: cover;
	top: 0px;
	left: 0px;
	z-index: 10000000000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
	overflow-y: scroll;
}

.error_page.has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/aUqwiKKxU7hMM9rg.jpg");
	background-size: cover;
}

.error_page .error {
	color: #faba00;
}

.error_page.has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/aUqwiKKxU7hMM9rg.jpg");
	background-size: cover;
}

.error_page .content {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (-ms-high-contrast: none) {
	.error_page .content {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.error_page .content {
		zoom: .7;
	}
}

@media (max-width: 600px) {
	.error_page .content {
		width: 90%;
	}
}

.error_page .content .logo {
	max-width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.error_page .content .logo img {
	max-width: 200px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.error_page .content .logo img {
		max-width: 120px;
		margin: 0 auto;
	}
}

.error_page .content .text_1 {
	font-size: 220px;
	line-height: 220px;
	color: #faba00;
	font-weight: 800;
}

@media (max-width: 400px) {
	.error_page .content .text_1 {
		font-size: 120px;
	}
}

.error_page .content .text_2 {
	color: #faba00;
	font-size: 32px;
	margin-top: 20px;
	font-weight: normal;
	font-weight: 800;
}

@media (max-width: 400px) {
	.error_page .content .text_2 {
		font-size: 14px;
	}
}

.error_page .content .text_3 {
	color: #22185d;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 400px) {
	.error_page .content .text_3 {
		font-size: 12px;
	}
}

.error_page .content .text_3 a {
	font-weight: bold;
	text-decoration: underline;
	color: #faba00;
}

.error_page .content button {
	margin-top: 30px;
	background-color: #faba00 !important;
	color: #4eb5e2 !important;
}

.error_page .content button:hover {
	background: #ffea00 !important;
}

.error_page .content .proceed {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	width: 240px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: cubic-bezier(.645, .045, .355, 1), background-color .25s linear;
	transition: cubic-bezier(.645, .045, .355, 1), background-color .25s linear;
	outline: none;
	border: none;
	margin-top: 40px;
}

@media (max-width: 1340px) and (min-width: 1024px) {
	.error_page .content .proceed {
		width: 240px;
	}
}

.button {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight: bold;
	max-width: 300px;
	border: none;
	cursor: pointer;
	min-width: 160px;
	font-size: 16px;
	outline: none;
	font-family: CronosPro-Bold;
}

@media (max-width: 768px) {
	.button {
		min-width: 120px;
	}
}

.button.disabled {
	opacity: .1;
	pointer-events: none;
}

.button.disabled-visible {
	opacity: .6;
	pointer-events: none;
}

.button.button-1 {
	background: #4eb5e2;
	color: #faba00;
	border-radius: 8px;
}

.button.button-1:hover {
	background: #0c8ac0;
}

.button.button-2 {
	background: #faba00;
	color: #4eb5e2;
	border-radius: 8px;
}

.button.button-2:hover {
	background: #ffea00;
}

.button.button-facebook {
	background: #06f;
	color: #fff;
}

.button.button-facebook:hover {
	background: #1a75ff;
}

a {
	color: #4eb5e2;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	color: #0c8ac0;
}

.nomarginatallcost {
	margin: 0 !important;
}

.text-center {
	text-align: center;
}

.max-width-1100 {
	max-width: 1100px;
}

@media (max-width: 1180px) {
	.max-width-1100 {
		width: 90%;
	}
}

.max-width-540 {
	max-width: 540px;
}

@media (max-width: 1180px) {
	.max-width-540 {
		width: 90%;
	}
}

.margin-auto {
	margin: 0 auto;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.percent-100 {
	width: 100%;
}

.percent-50 {
	width: 50%;
}

.percent-48 {
	width: 48%;
}

.space_between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.highlighted-text {
	font-weight: bold;
}

.two-sided-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 768px) {
	.two-sided-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.two-sided-flex.centered {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.two-sided-flex .part-one {
	width: 48%;
	margin-right: 2%;
	text-align: left;
}

@media (max-width: 768px) {
	.two-sided-flex .part-one {
		width: 100%;
		margin-right: initial;
	}
}

.two-sided-flex .part-two {
	width: 50%;
}

@media (max-width: 768px) {
	.two-sided-flex .part-two {
		width: 100%;
	}
}

ul {
	list-style: none;
}

ul.general li {
	margin-top: 20px;
	padding-left: 20px;
}

ul.general li::before {
	content: "•";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

input[type='text'] {
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #4eb5e2;
	position: relative;
}

input[type='password'] {
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #4eb5e2;
	position: relative;
}

input[type='email'] {
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #4eb5e2;
	position: relative;
}

textarea {
	border-radius: 8px;
	color: #4eb5e2;
}

select {
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #4eb5e2;
	position: relative;
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
}

section:nth-of-type(odd) {
	color: #22185d;
	background-color: #4eb5e2;
}

section:nth-of-type(odd).has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/xNq6jjslPcSOdt2w.jpg");
	background-size: cover;
}

section:nth-of-type(odd)#faq .question_wrapper {
	border-bottom: 1px solid #faba00;
}

section:nth-of-type(odd)#faq .question_wrapper .accordion {
	color: #faba00;
}

section:nth-of-type(odd)#faq .question_wrapper .accordion.active, section:nth-of-type(odd)#faq .question_wrapper .accordion:hover {
	color: #ffea00;
}

section:nth-of-type(odd)#faq .question_wrapper .panel {
	color: #22185d;
}

section:nth-of-type(odd)#faq .question_wrapper .panel a {
	color: #faba00;
}

section:nth-of-type(odd)#faq .question_wrapper .panel a:hover {
	color: #ffea00;
}

section:nth-of-type(odd) #invoice_image {
	width: 100%;
	height: 120px;
	border: 1px dashed #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
}

section:nth-of-type(odd) #invoice_image:hover {
	border: 1px dashed #d4d4d4;
}

section:nth-of-type(odd) #invoice_image:hover .message {
	opacity: .7;
}

section:nth-of-type(odd) #invoice_image .message {
	pointer-events: none;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #22185d;
}

section:nth-of-type(odd) #invoice_image .message:hover {
	color: #faba00;
}

section:nth-of-type(odd) .error, section:nth-of-type(odd) .note {
	color: #faba00;
}

section:nth-of-type(odd) h1, section:nth-of-type(odd) h2, section:nth-of-type(odd) h3, section:nth-of-type(odd) h4, section:nth-of-type(odd) h5, section:nth-of-type(odd) h6 {
	color: #faba00;
}

section:nth-of-type(odd) a {
	color: #faba00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section:nth-of-type(odd) a:hover {
	color: #ffea00;
}

section:nth-of-type(odd) .highlighted-text {
	color: #faba00;
}

section:nth-of-type(odd) .prize_tabs .prize_tab {
	border-bottom: 2px solid #faba00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #faba00;
}

section:nth-of-type(odd) .prize_tabs .prize_tab.active {
	border-bottom: 2px solid #bee0d1;
}

section:nth-of-type(odd) .prize_tabs .prize_tab:hover {
	border-bottom: 2px solid #faba00;
}

section:nth-of-type(odd) input::-webkit-input-placeholder, section:nth-of-type(odd) textarea::-webkit-input-placeholder, section:nth-of-type(odd) select::-webkit-input-placeholder {
	color: #22185d;
	opacity: .7;
}

section:nth-of-type(odd) input:-moz-placeholder, section:nth-of-type(odd) textarea:-moz-placeholder, section:nth-of-type(odd) select:-moz-placeholder {
	color: #22185d;
	opacity: .7;
}

section:nth-of-type(odd) input:-ms-input-placeholder, section:nth-of-type(odd) textarea:-ms-input-placeholder, section:nth-of-type(odd) select:-ms-input-placeholder {
	color: #22185d;
	opacity: .7;
}

section:nth-of-type(odd) .v-select {
	position: relative;
	font-family: inherit;
	height: 50px;
}

section:nth-of-type(odd) .v-select, section:nth-of-type(odd) .v-select * {
	box-sizing: border-box;
}

@-webkit-keyframes vSelectSpinner {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-ms-transform: rotate(1turn);
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes vSelectSpinner {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-ms-transform: rotate(1turn);
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

section:nth-of-type(odd) .vs__fade-enter-active, section:nth-of-type(odd) .vs__fade-leave-active {
	pointer-oddts: none;
	-webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
	transition: opacity .15s cubic-bezier(1, .5, .8, 1);
}

section:nth-of-type(odd) .vs__fade-enter, section:nth-of-type(odd) .vs__fade-leave-to {
	opacity: 0;
}

section:nth-of-type(odd) .vs--disabled .vs__clear, section:nth-of-type(odd) .vs--disabled .vs__dropdown-toggle, section:nth-of-type(odd) .vs--disabled .vs__open-indicator, section:nth-of-type(odd) .vs--disabled .vs__search, section:nth-of-type(odd) .vs--disabled .vs__selected {
	cursor: not-allowed;
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(odd) .v-select[dir=rtl] .vs__actions {
	padding: 0 3px 0 6px;
}

section:nth-of-type(odd) .v-select[dir=rtl] .vs__clear {
	margin-left: 6px;
	margin-right: 0;
}

section:nth-of-type(odd) .v-select[dir=rtl] .vs__deselect {
	margin-left: 0;
	margin-right: 2px;
}

section:nth-of-type(odd) .v-select[dir=rtl] .vs__dropdown-menu {
	text-align: right;
}

section:nth-of-type(odd) .vs__dropdown-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 4px;
	border: none !important;
	border-radius: 4px;
	white-space: normal;
	background-color: #fff;
	height: 50px;
}

section:nth-of-type(odd) .vs__selected-options {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 2px;
	position: relative;
	color: #22185d;
}

section:nth-of-type(odd) .vs__actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 6px 0 3px;
}

section:nth-of-type(odd) .vs--searchable .vs__dropdown-toggle {
	cursor: text;
}

section:nth-of-type(odd) .vs--unsearchable .vs__dropdown-toggle {
	cursor: pointer;
}

section:nth-of-type(odd) .vs--open .vs__dropdown-toggle {
	border-bottom-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}

section:nth-of-type(odd) .vs__open-indicator {
	fill: #22185d;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -ms-transform .15s cubic-bezier(1, -.115, .975, .855);
	transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
	transition: transform .15s cubic-bezier(1, -.115, .975, .855);
	-webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
	transition-timing-function: cubic-bezier(1, -.115, .975, .855);
}

section:nth-of-type(odd) .vs--open .vs__open-indicator {
	-ms-transform: rotate(180deg) scale(1);
	-webkit-transform: rotate(180deg) scale(1);
	transform: rotate(180deg) scale(1);
}

section:nth-of-type(odd) .vs--loading .vs__open-indicator {
	opacity: 0;
}

section:nth-of-type(odd) .vs__clear {
	fill: #22185d;
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	margin-right: 8px;
}

section:nth-of-type(odd) .vs__dropdown-menu {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	z-index: 1000;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	max-height: 350px;
	min-width: 160px;
	overflow-y: auto;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
	border: 1px solid rgba(60, 60, 60, .26);
	border-top-style: none;
	border-radius: 0 0 4px 4px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(odd) .vs__no-options {
	text-align: center;
}

section:nth-of-type(odd) .vs__dropdown-option {
	line-height: 1.42857143;
	display: block;
	padding: 3px 20px;
	clear: both;
	color: #333;
	white-space: nowrap;
}

section:nth-of-type(odd) .vs__dropdown-option:hover {
	cursor: pointer;
}

section:nth-of-type(odd) .vs__dropdown-option--highlight {
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(odd) .vs__dropdown-option--disabled {
	background: inherit;
	color: rgba(60, 60, 60, .5);
}

section:nth-of-type(odd) .vs__dropdown-option--disabled:hover {
	cursor: inherit;
}

section:nth-of-type(odd) .vs__selected {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(60, 60, 60, .26);
	border-radius: 4px;
	color: #22185d;
	line-height: 1.4;
	margin: 0px 2px 0;
	padding: 0 .25em;
	padding-left: 20px;
	z-index: 0;
}

section:nth-of-type(odd) .vs__deselect {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left: 4px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: none;
	fill: rgba(60, 60, 60, .5);
	text-shadow: 0 1px 0 #fff;
}

section:nth-of-type(odd) .vs--single .vs__selected {
	background-color: transparent;
	border-color: transparent;
}

section:nth-of-type(odd) .vs--single.vs--open .vs__selected {
	position: absolute;
	opacity: .4;
}

section:nth-of-type(odd) .vs--single.vs--searching .vs__selected {
	display: none;
}

section:nth-of-type(odd) .vs__search::-webkit-search-cancel-button {
	display: none;
}

section:nth-of-type(odd) .vs__search::-ms-clear, section:nth-of-type(odd) .vs__search::-webkit-search-decoration, section:nth-of-type(odd) .vs__search::-webkit-search-results-button, section:nth-of-type(odd) .vs__search::-webkit-search-results-decoration {
	display: none;
}

section:nth-of-type(odd) .vs__search, section:nth-of-type(odd) .vs__search:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.4;
	font-size: 1em;
	border: 1px solid transparent;
	border-left: none;
	outline: none;
	margin: 4px 0 0;
	padding: 0 7px;
	background: none;
	box-shadow: none;
	width: 0;
	max-width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
	padding-left: 20px;
}

section:nth-of-type(odd) .vs__search::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) .vs__search::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) .vs__search:-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) .vs__search::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) .vs__search::placeholder {
	color: #22185d;
}

section:nth-of-type(odd) .vs--unsearchable .vs__search {
	opacity: 1;
}

section:nth-of-type(odd) .vs--unsearchable:not(.vs--disabled) .vs__search:hover {
	cursor: pointer;
}

section:nth-of-type(odd) .vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
	opacity: .2;
}

section:nth-of-type(odd) .vs__spinner {
	-ms-flex-item-align: center;
	align-self: center;
	opacity: 0;
	font-size: 5px;
	text-indent: -9999em;
	overflow: hidden;
	border: .9em solid rgba(100, 100, 100, .1);
	border-left-color: rgba(60, 60, 60, .45);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: vSelectSpinner 1.1s linear infinite;
	animation: vSelectSpinner 1.1s linear infinite;
	-webkit-transition: opacity .1s;
	transition: opacity .1s;
}

section:nth-of-type(odd) .vs__spinner, section:nth-of-type(odd) .vs__spinner:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}

section:nth-of-type(odd) .vs--loading .vs__spinner {
	opacity: 1;
}

section:nth-of-type(odd) .delete_button button, section:nth-of-type(odd) .add_purchased_product_button button {
	color: #faba00;
}

section:nth-of-type(odd) .delete_button button:hover, section:nth-of-type(odd) .add_purchased_product_button button:hover {
	color: #ffea00;
}

section:nth-of-type(odd) select {
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(odd) select option {
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(odd) select option[disabled] {
	color: #22185d;
	opacity: .6;
}

section:nth-of-type(odd) input[type='text'], section:nth-of-type(odd) input[type='password'], section:nth-of-type(odd) input[type='number'].flatpickr-mobile {
	color: #22185d;
	background: #fff;
}

section:nth-of-type(odd) input[type='text']::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='text']::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='text']::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='password']::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='password']::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='password']::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='number'].flatpickr-mobile::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='number'].flatpickr-mobile::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='number'].flatpickr-mobile::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(odd) input[type='text']::placeholder, section:nth-of-type(odd) input[type='password']::placeholder, section:nth-of-type(odd) input[type='number'].flatpickr-mobile::placeholder {
	color: #22185d;
}

section:nth-of-type(odd) .step .image_wrapper .background {
	background: #22185d;
}

section:nth-of-type(odd) .step .image_wrapper .background .icon {
	color: #faba00;
}

section:nth-of-type(odd) .radio_wrapper {}

section:nth-of-type(odd) .radio_wrapper:hover input ~ .checkmark {
	background-color: #22185d;
}

section:nth-of-type(odd) .radio_wrapper .checkmark {
	border: 2px solid #22185d;
}

section:nth-of-type(odd) .radio_wrapper input:checked ~ .checkmark {
	background-color: transparent;
}

section:nth-of-type(odd) .radio_wrapper .checkmark:after {
	background: #22185d;
}

section:nth-of-type(odd) .checkbox_wrapper .checkmark {
	background-color: #fff;
	border: 2px solid #22185d;
}

section:nth-of-type(odd) .checkbox_wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	width: 5px;
	height: 10px;
	border: solid #22185d;
	border-width: 0 3px 3px 0;
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

section:nth-of-type(odd) .checkbox_wrapper input:checked ~ .checkmark {
	background-color: #fff;
}

section:nth-of-type(odd) .checkbox_wrapper a {
	color: #faba00;
}

section:nth-of-type(odd) .checkbox_wrapper a:hover {
	color: #ffea00;
}

section:nth-of-type(odd)#winners .winner_table .title_block {
	color: #faba00;
}

section:nth-of-type(odd)#winners .winner_table .winner_record {
	color: #22185d;
}

section:nth-of-type(odd)#winners .winner_table .empty-message {
	color: #22185d;
}

section:nth-of-type(odd) .additional_parts {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

section:nth-of-type(odd) .additional_parts .info_button {
	border: none;
	color: #faba00;
	background: none;
	font-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

section:nth-of-type(odd) .additional_parts .info_button:hover {
	color: #ffea00;
}

section:nth-of-type(even) {
	background-color: #bee0d1;
	color: #22185d;
}

section:nth-of-type(even) #invoice_image {
	width: 100%;
	height: 120px;
	border: 1px dashed #22185d;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
}

section:nth-of-type(even) #invoice_image:hover {
	border: 1px dashed #faba00;
}

section:nth-of-type(even) #invoice_image:hover .message {
	opacity: .7;
}

section:nth-of-type(even) #invoice_image .message {
	pointer-events: none;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #22185d;
}

section:nth-of-type(even) #invoice_image .message:hover {
	color: #faba00;
}

section:nth-of-type(even) .additional_parts {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

section:nth-of-type(even) .additional_parts .info_button {
	color: #22185d;
	border: none;
	background: none;
	font-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

section:nth-of-type(even) .additional_parts .info_button:hover {
	color: #ffea00;
}

section:nth-of-type(even).has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/XHq1Wp0hEGkvY9QC.png");
	background-size: cover;
}

section:nth-of-type(even)#faq .question_wrapper {
	border-bottom: 1px solid #22185d;
}

section:nth-of-type(even)#faq .question_wrapper .accordion {
	color: #22185d;
}

section:nth-of-type(even)#faq .question_wrapper .accordion.active, section:nth-of-type(even)#faq .question_wrapper .accordion:hover {
	color: #faba00;
}

section:nth-of-type(even)#faq .question_wrapper .panel {
	color: #22185d;
}

section:nth-of-type(even)#faq .question_wrapper .panel a {
	color: #6cb9c2;
}

section:nth-of-type(even)#faq .question_wrapper .panel a:hover {
	color: #95d3df;
}

section:nth-of-type(even) .error, section:nth-of-type(even) .note {
	color: #22185d;
}

section:nth-of-type(even) h1, section:nth-of-type(even) h2, section:nth-of-type(even) h3, section:nth-of-type(even) h4, section:nth-of-type(even) h5, section:nth-of-type(even) h6 {
	color: #22185d;
}

section:nth-of-type(even) .highlighted-text {
	color: #6cb9c2;
}

section:nth-of-type(even) a {
	color: #6cb9c2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section:nth-of-type(even) a:hover {
	color: #6cb9c2;
}

section:nth-of-type(even) .prize_tabs .prize_tab {
	border-bottom: 2px solid #22185d;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #22185d;
}

section:nth-of-type(even) .prize_tabs .prize_tab.active {
	border-bottom: 2px solid #4eb5e2;
}

section:nth-of-type(even) .prize_tabs .prize_tab:hover {
	border-bottom: 2px solid #fff;
}

section:nth-of-type(even) input::-webkit-input-placeholder, section:nth-of-type(even) textarea::-webkit-input-placeholder, section:nth-of-type(even) select::-webkit-input-placeholder {
	color: #22185d;
	opacity: .7;
}

section:nth-of-type(even) input:-moz-placeholder, section:nth-of-type(even) textarea:-moz-placeholder, section:nth-of-type(even) select:-moz-placeholder {
	color: #22185d;
	opacity: .7;
}

section:nth-of-type(even) input:-ms-input-placeholder, section:nth-of-type(even) textarea:-ms-input-placeholder, section:nth-of-type(even) select:-ms-input-placeholder {
	color: #22185d;
	opacity: .7;
}

section:nth-of-type(even) select {
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(even) select option {
	color: #22185d;
}

section:nth-of-type(even) select option[disabled] {
	color: #22185d;
	opacity: .6;
}

section:nth-of-type(even) .v-select {
	position: relative;
	font-family: inherit;
	height: 50px;
}

section:nth-of-type(even) .v-select, section:nth-of-type(even) .v-select * {
	box-sizing: border-box;
}

@-webkit-keyframes vSelectSpinner {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-ms-transform: rotate(1turn);
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes vSelectSpinner {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-ms-transform: rotate(1turn);
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

section:nth-of-type(even) .vs__fade-enter-active, section:nth-of-type(even) .vs__fade-leave-active {
	pointer-events: none;
	-webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
	transition: opacity .15s cubic-bezier(1, .5, .8, 1);
}

section:nth-of-type(even) .vs__fade-enter, section:nth-of-type(even) .vs__fade-leave-to {
	opacity: 0;
}

section:nth-of-type(even) .vs--disabled .vs__clear, section:nth-of-type(even) .vs--disabled .vs__dropdown-toggle, section:nth-of-type(even) .vs--disabled .vs__open-indicator, section:nth-of-type(even) .vs--disabled .vs__search, section:nth-of-type(even) .vs--disabled .vs__selected {
	cursor: not-allowed;
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(even) .v-select[dir=rtl] .vs__actions {
	padding: 0 3px 0 6px;
}

section:nth-of-type(even) .v-select[dir=rtl] .vs__clear {
	margin-left: 6px;
	margin-right: 0;
}

section:nth-of-type(even) .v-select[dir=rtl] .vs__deselect {
	margin-left: 0;
	margin-right: 2px;
}

section:nth-of-type(even) .v-select[dir=rtl] .vs__dropdown-menu {
	text-align: right;
}

section:nth-of-type(even) .vs__dropdown-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 4px;
	border: none !important;
	border-radius: 4px;
	white-space: normal;
	background-color: #fff;
	height: 50px;
}

section:nth-of-type(even) .vs__selected-options {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 2px;
	position: relative;
	color: #22185d;
}

section:nth-of-type(even) .vs__actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 6px 0 3px;
}

section:nth-of-type(even) .vs--searchable .vs__dropdown-toggle {
	cursor: text;
}

section:nth-of-type(even) .vs--unsearchable .vs__dropdown-toggle {
	cursor: pointer;
}

section:nth-of-type(even) .vs--open .vs__dropdown-toggle {
	border-bottom-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}

section:nth-of-type(even) .vs__open-indicator {
	fill: #22185d;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -ms-transform .15s cubic-bezier(1, -.115, .975, .855);
	transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
	transition: transform .15s cubic-bezier(1, -.115, .975, .855);
	-webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
	transition-timing-function: cubic-bezier(1, -.115, .975, .855);
}

section:nth-of-type(even) .vs--open .vs__open-indicator {
	-ms-transform: rotate(180deg) scale(1);
	-webkit-transform: rotate(180deg) scale(1);
	transform: rotate(180deg) scale(1);
}

section:nth-of-type(even) .vs--loading .vs__open-indicator {
	opacity: 0;
}

section:nth-of-type(even) .vs__clear {
	fill: #22185d;
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	margin-right: 8px;
}

section:nth-of-type(even) .vs__dropdown-menu {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	z-index: 1000;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	max-height: 350px;
	min-width: 160px;
	overflow-y: auto;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
	border: 1px solid rgba(60, 60, 60, .26);
	border-top-style: none;
	border-radius: 0 0 4px 4px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(even) .vs__no-options {
	text-align: center;
}

section:nth-of-type(even) .vs__dropdown-option {
	line-height: 1.42857143;
	display: block;
	padding: 3px 20px;
	clear: both;
	color: #333;
	white-space: nowrap;
}

section:nth-of-type(even) .vs__dropdown-option:hover {
	cursor: pointer;
}

section:nth-of-type(even) .vs__dropdown-option--highlight {
	background-color: #fff;
	color: #22185d;
}

section:nth-of-type(even) .vs__dropdown-option--disabled {
	background: inherit;
	color: rgba(60, 60, 60, .5);
}

section:nth-of-type(even) .vs__dropdown-option--disabled:hover {
	cursor: inherit;
}

section:nth-of-type(even) .vs__selected {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(60, 60, 60, .26);
	border-radius: 4px;
	color: #22185d;
	line-height: 1.4;
	margin: 0px 2px 0;
	padding: 0 .25em;
	padding-left: 20px;
	z-index: 0;
}

section:nth-of-type(even) .vs__deselect {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left: 4px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: none;
	fill: rgba(60, 60, 60, .5);
	text-shadow: 0 1px 0 #fff;
}

section:nth-of-type(even) .vs--single .vs__selected {
	background-color: transparent;
	border-color: transparent;
}

section:nth-of-type(even) .vs--single.vs--open .vs__selected {
	position: absolute;
	opacity: .4;
}

section:nth-of-type(even) .vs--single.vs--searching .vs__selected {
	display: none;
}

section:nth-of-type(even) .vs__search::-webkit-search-cancel-button {
	display: none;
}

section:nth-of-type(even) .vs__search::-ms-clear, section:nth-of-type(even) .vs__search::-webkit-search-decoration, section:nth-of-type(even) .vs__search::-webkit-search-results-button, section:nth-of-type(even) .vs__search::-webkit-search-results-decoration {
	display: none;
}

section:nth-of-type(even) .vs__search, section:nth-of-type(even) .vs__search:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.4;
	font-size: 1em;
	border: 1px solid transparent;
	border-left: none;
	outline: none;
	margin: 4px 0 0;
	padding: 0 7px;
	background: none;
	box-shadow: none;
	width: 0;
	max-width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
	padding-left: 20px;
}

section:nth-of-type(even) .vs__search::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .vs__search::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .vs__search:-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .vs__search::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .vs__search::placeholder {
	color: #22185d;
}

section:nth-of-type(even) .vs--unsearchable .vs__search {
	opacity: 1;
}

section:nth-of-type(even) .vs--unsearchable:not(.vs--disabled) .vs__search:hover {
	cursor: pointer;
}

section:nth-of-type(even) .vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
	opacity: .2;
}

section:nth-of-type(even) .vs__spinner {
	-ms-flex-item-align: center;
	align-self: center;
	opacity: 0;
	font-size: 5px;
	text-indent: -9999em;
	overflow: hidden;
	border: .9em solid rgba(100, 100, 100, .1);
	border-left-color: rgba(60, 60, 60, .45);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: vSelectSpinner 1.1s linear infinite;
	animation: vSelectSpinner 1.1s linear infinite;
	-webkit-transition: opacity .1s;
	transition: opacity .1s;
}

section:nth-of-type(even) .vs__spinner, section:nth-of-type(even) .vs__spinner:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}

section:nth-of-type(even) .vs--loading .vs__spinner {
	opacity: 1;
}

section:nth-of-type(even) .delete_button button, section:nth-of-type(even) .add_purchased_product_button button {
	color: #22185d;
}

section:nth-of-type(even) .delete_button button:hover, section:nth-of-type(even) .add_purchased_product_button button:hover {
	color: #faba00;
}

section:nth-of-type(even) input[type='text'], section:nth-of-type(even) input[type='password'], section:nth-of-type(even) input[type='number'], section:nth-of-type(even) .flatpickr-mobile {
	color: #22185d;
	background: #fff;
}

section:nth-of-type(even) input[type='text']::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='text']::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='text']::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='password']::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='password']::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='password']::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='number']::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='number']::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='number']::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .flatpickr-mobile::-ms-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .flatpickr-mobile::-moz-placeholder {
	color: #22185d;
}

section:nth-of-type(even) .flatpickr-mobile::-webkit-input-placeholder {
	color: #22185d;
}

section:nth-of-type(even) input[type='text']::placeholder, section:nth-of-type(even) input[type='password']::placeholder, section:nth-of-type(even) input[type='number']::placeholder, section:nth-of-type(even) .flatpickr-mobile::placeholder {
	color: #22185d;
}

section:nth-of-type(even) .step .image_wrapper .background {
	background: #22185d;
}

section:nth-of-type(even) .step .image_wrapper .background .icon {
	color: #22185d;
}

section:nth-of-type(even) .radio_wrapper {}

section:nth-of-type(even) .radio_wrapper:hover input ~ .checkmark {
	background-color: #22185d;
}

section:nth-of-type(even) .radio_wrapper .checkmark {
	border: 2px solid #22185d;
}

section:nth-of-type(even) .radio_wrapper input:checked ~ .checkmark {
	background-color: transparent;
}

section:nth-of-type(even) .radio_wrapper .checkmark:after {
	background: #22185d;
}

section:nth-of-type(even) .checkbox_wrapper .checkmark {
	background-color: #fff;
	border: 2px solid #22185d;
}

section:nth-of-type(even) .checkbox_wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	width: 5px;
	height: 10px;
	border: solid #22185d;
	border-width: 0 3px 3px 0;
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

section:nth-of-type(even) .checkbox_wrapper input:checked ~ .checkmark {
	background-color: #fff;
}

section:nth-of-type(even) .checkbox_wrapper a {
	color: #6cb9c2;
}

section:nth-of-type(even) .checkbox_wrapper a:hover {
	color: #95d3df;
}

section:nth-of-type(even)#winners .title_block {
	color: #22185d !important;
}

section:nth-of-type(even)#winners .winner_record {
	color: #22185d !important;
}

section:nth-of-type(even)#winners .empty-message {
	color: #22185d !important;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.note {
	color: #6cb9c2;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}

.search_field_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 320px;
}

.search_field_wrapper .search_field {
	width: 320px;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.search_field_wrapper .icon {
	position: absolute;
	top: 10px;
	font-size: 20px;
	left: 10px;
	z-index: 11;
	color: #4eb5e2;
}

.flexed {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.contact_field_wrapper {
	margin-bottom: 40px;
}

.error {
	font-size: 12px;
	color: #e4051f;
}

.error-list li {
	margin-bottom: 10px;
}

.step_indicator_wrapper {
	width: 100%;
}

.step_indicator_wrapper .progress_bar {
	width: 100%;
	height: 2px;
	margin-top: 20px;
}

.step_indicator_wrapper .progress_bar .step_indicator {
	height: 100%;
	width: 100%;
}

.step_indicator_wrapper .progress_bar .step_indicator .background {
	background-color: #faba00;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 2ms ease;
	transition: all 2ms ease;
}

.step_indicator_wrapper .progress_bar .step_indicator .background .progress {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
	background-color: #22185d;
}

.step_indicator_wrapper .step_titles {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.step_indicator_wrapper .step_titles .step_title {
	font-size: 14px;
}

.prize_tabs {
	width: 90%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 600px) {
	.prize_tabs {
		max-width: 90%;
		overflow: scroll;
	}
}

@media (max-width: 320px) {
	.prize_tabs {
		font-size: 12px;
	}
}

.prize_tabs .prize_tab {
	border-bottom: 2px solid #f1f1de;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	margin-right: 10px;
	text-align: center;
}

.prize_tabs .prize_tab.active {
	border-bottom: 2px solid #4eb5e2;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #4eb5e2;
}

.prize_tabs .prize_tab:hover {
	border-bottom: 2px solid #0c8ac0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}

body {
	font-family: CronosPro-Regular;
	font-size: 16px;
	color: #6cb9c2;
}

body.noscroll {
	overflow: hidden;
}

body.high-contrast-mode {
	color: black !important;
	background: white;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element p a {
	color: black !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element p a a {
	color: black !important;
}

body.high-contrast-mode header .user_profile .icon {
	font-family: "icomoon" !important;
}

body.high-contrast-mode #faq .question_wrapper .accordion {
	color: #000;
}

body.high-contrast-mode a.menu_element.menu_element_featured {
	color: black !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element.menu_element_featured {
	color: black !important;
	background: black !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element.menu_element_featured p {
	color: black !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element.menu_element_featured:hover {
	background: white !important;
	color: black !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element.menu_element_featured:hover p {
	color: white !important;
}

body.high-contrast-mode footer .content .footer_menu li a {
	color: black !important;
	fill: black !important;
}

body.high-contrast-mode footer .content .footer_menu li a:hover, body.high-contrast-mode footer .content .footer_menu li a:visited {
	color: #000 !important;
	fill: black !important;
}

body.high-contrast-mode footer .social_icon {
	color: #000 !important;
}

body.high-contrast-mode .header {
	background: white !important;
}

body.high-contrast-mode header .login_block {
	color: black !important;
	background: white !important;
}

body.high-contrast-mode header .login_block a {
	color: black !important;
}

body.high-contrast-mode header .user_profile .user_block {
	background: white !important;
	color: black !important;
}

body.high-contrast-mode header .user_profile .user_block a {
	color: black !important;
}

body.high-contrast-mode .mobile-menu.open {
	border-left: 8px solid #000 !important;
	background: white !important;
}

body.high-contrast-mode .mobile-menu .mobile_login_link button {
	color: black !important;
}

body.high-contrast-mode header .user_profile .user_block {
	background: #f7f7f7 !important;
	color: black !important;
	border: 1px solid black;
}

body.high-contrast-mode header .user_profile .user_block a {
	color: black !important;
}

body.high-contrast-mode .vs__search, body.high-contrast-mode .vs__search:focus {
	border: none !important;
}

body.high-contrast-mode header .user_profile .user_block .close-button {
	color: black;
}

body.high-contrast-mode .code_upload_bar .menu_element_featured {
	background: white !important;
	color: black !important;
	border: 1px solid black !important;
}

body.high-contrast-mode .mobile-menu .navigation-mobile-button .mobile-bars {
	color: black !important;
}

body.high-contrast-mode .mobile-menu .navigation-mobile-button .mobile-bars:after {
	color: black !important;
}

body.high-contrast-mode .mobile-bars, body.high-contrast-mode .mobile-menu .navigation-mobile-button .mobile-bars {
	color: black;
	background: black;
}

body.high-contrast-mode .mobile-bars:before, body.high-contrast-mode .mobile-menu .navigation-mobile-button .mobile-bars:before {
	color: black !important;
	background: black !important;
}

body.high-contrast-mode .mobile-bars:after, body.high-contrast-mode .mobile-menu .navigation-mobile-button .mobile-bars:after {
	color: black !important;
	background: black !important;
}

body.high-contrast-mode .mobile-menu .navigation-mobile-button .mobile-bars.open:before {
	background: black !important;
}

body.high-contrast-mode .mobile-bars.open {
	background: transparent !important;
}

body.high-contrast-mode .mobile-menu {
	background: white !important;
	color: black !important;
}

body.high-contrast-mode .mobile-menu a {
	color: black !important;
}

body.high-contrast-mode .mobile-menu a.menu_element_featured {
	color: black !important;
	background: white !important;
	border: 1px solid black !important;
}

body.high-contrast-mode .mobile_login_link {
	color: black !important;
}

body.high-contrast-mode .test_disclaimer_bar {
	color: black !important;
}

body.high-contrast-mode .checkmark {
	border: 1px solid black !important;
}

body.high-contrast-mode #how-to-participate span {
	font-family: "icomoon" !important;
}

body.high-contrast-mode h1, body.high-contrast-mode h2, body.high-contrast-mode h3, body.high-contrast-mode h4, body.high-contrast-mode h5, body.high-contrast-mode h6 {
	color: black !important;
	font-family: "Raleway" !important;
}

body.high-contrast-mode div, body.high-contrast-mode p {
	color: black !important;
	font-family: "Roboto" !important;
}

body.high-contrast-mode div.error, body.high-contrast-mode p.error {
	color: red !important;
}

body.high-contrast-mode div.error div, body.high-contrast-mode p.error div {
	color: red !important;
}

body.high-contrast-mode span {
	color: black !important;
	font-family: "Roboto" !important;
}

body.high-contrast-mode select, body.high-contrast-mode input, body.high-contrast-mode textarea {
	border: 1px solid black !important;
	color: black !important;
	background: white !important;
}

body.high-contrast-mode select:placeholder, body.high-contrast-mode input:placeholder, body.high-contrast-mode textarea:placeholder {
	color: #3f3f3f !important;
}

body.high-contrast-mode .button.button-1, body.high-contrast-mode .button.button-2 {
	background: white !important;
	color: black !important;
	text-align: uppercase;
	border: 1px solid black;
}

body.high-contrast-mode .button.button-1 span, body.high-contrast-mode .button.button-2 span, body.high-contrast-mode .button.button-1 p, body.high-contrast-mode .button.button-2 p {
	color: black !important;
}

body.high-contrast-mode .button.button-1:hover, body.high-contrast-mode .button.button-2:hover {
	background: black !important;
	color: white !important;
}

body.high-contrast-mode .button.button-1:hover span, body.high-contrast-mode .button.button-2:hover span, body.high-contrast-mode .button.button-1:hover p, body.high-contrast-mode .button.button-2:hover p, body.high-contrast-mode .button.button-1:hover div, body.high-contrast-mode .button.button-2:hover div {
	color: white !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element {
	color: black !important;
	text-transform: uppercase;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element:hover {
	text-decoration: underline;
}

body.high-contrast-mode header {
	background: white !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element.menu_element_featured {
	background: white !important;
	border: 1px solid black !important;
	color: black !important;
}

body.high-contrast-mode header .header_content ul.menu li a.menu_element.menu_element_featured:hover {
	background: black !important;
	color: white !important;
}

body.high-contrast-mode #login_block_desktop {
	background: white !important;
	color: black !important;
}

body.high-contrast-mode footer {
	background: white !important;
	color: black !important;
}

body.high-contrast-mode section {
	background: #fff !important;
}

body.high-contrast-mode section a {
	color: black !important;
}

body.high-contrast-mode section section#how-to-participate a {
	color: black;
	font-weight: bold;
}

body.high-contrast-mode section:nth-of-type(odd) {
	background: #fff !important;
}

body.high-contrast-mode section:nth-of-type(even) {
	background: #e5e5e5 !important;
}

body.high-contrast-mode #contact .background_left {
	background: none !important;
}

body.high-contrast-mode #__cookie_bar {
	background-color: white !important;
	color: black;
}

body.high-contrast-mode #__cookie_bar .__cookie_bar_buttons .__cookie_bar_button {
	background: white !important;
	border: 2px solid black !important;
	font-weight: bold;
	color: black;
}

body.high-contrast-mode #__cookie_bar .__cookie_bar_buttons .__cookie_bar_button:hover {
	color: white !important;
	background: black !important;
}

body.high-contrast-mode #__cookie_bar #__cookie_bar_accept_button {
	background: white !important;
	border: 2px solid black !important;
	font-weight: bold;
	color: black;
}

body.high-contrast-mode #__cookie_bar #__cookie_bar_accept_button:hover {
	color: white !important;
	background: black !important;
}

body.high-contrast-mode #__cookie_bar .__cookie_bar_button_styled-checkbox + label:before {
	border: 2px solid black !important;
}

body.high-contrast-mode #promolab_bar {
	background: #e5e5e5 !important;
	color: black !important;
}

body.high-contrast-mode #promolab_bar a .promolablogo {
	fill: black;
}

header {
	position: fixed;
	height: 80px;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
	font-family: CronosPro-Bold;
}

header.has-background-image {
	background-image: none;
	background-size: cover;
}

header .user_profile {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid #e5e5e5;
	padding-left: 16px;
	padding-left: 20px;
	margin-left: 10px;
	height: 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-right: 20px;
}

header .user_profile .error {
	color: #bee0d1;
}

header .user_profile .user_name {
	color: #4eb5e2;
}

@media (max-width: 1260px) and (min-width: 1024px) {
	header .user_profile .user_name {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	header .user_profile {
		height: initial;
	}
}

header .user_profile .icon {
	color: #4eb5e2;
	font-size: 30px;
	margin-left: 6px;
	margin-left: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .user_profile:hover .icon {
	color: #0c8ac0;
}

header .user_profile .user_block {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 60px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 8px;
	padding: 20px;
}

header .user_profile .user_block.has-background-image {
	background-image: none;
	background-size: cover;
}

@media (max-width: 768px) {
	header .user_profile .user_block {
		min-height: 100vh;
		width: 80%;
		padding-top: 90px;
	}
}

header .user_profile .user_block:before {
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	box-shadow: inset 0px 3px 1px 0px rgba(171, 171, 171, .15);
	position: absolute;
}

header .user_profile .user_block .close-button {
	position: absolute;
	right: 6px;
	top: 6px;
	background: none;
	border: none;
	outline: none;
	color: #4eb5e2;
	cursor: pointer;
}

header .user_profile .user_block .close-button:hover {
	color: #0c8ac0;
}

header .user_profile .user_block ul {
	list-style: none;
	padding: 0;
}

header .user_profile .user_block ul li {
	margin-bottom: 20px;
}

header .user_profile .user_block ul li a {
	font-weight: normal;
	color: #22185d;
}

@media (max-width: 1260px) and (min-width: 1024px) {
	header .user_profile .user_block ul li a {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	header .user_profile .user_block ul li a {
		font-size: 26px;
	}
}

header .user_profile .user_block .logout {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}

header .user_profile .user_block .logout a {
	font-weight: normal;
	font-size: 12px;
	color: #22185d;
}

header .user_profile .user_block .field_holder {
	width: 100%;
	margin-bottom: 20px;
}

header .user_profile .user_block .field_holder input {
	width: 100%;
	background: #f7f7f7;
}

header .user_profile .user_block .login_content {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 0px;
}

header .user_profile .user_block .bottom {
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

header .login_block {
	width: 350px;
	position: absolute;
	right: 0px;
	top: 80px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transform: translate(0px, -400px);
	-webkit-transform: translate(0px, -400px);
	transform: translate(0px, -400px);
}

header .login_block.has-background-image {
	background-image: none;
	background-size: cover;
}

header .login_block .error {
	color: #faba00 !important;
}

@media (max-width: 768px) {
	header .login_block {
		width: 100%;
		pointer-events: none;
	}
}

header .login_block.open {
	opacity: 1;
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	pointer-events: initial;
}

@media (max-width: 768px) {
	header .login_block.open {
		width: 100%;
		pointer-events: initial;
	}
}

header .login_block:before {
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	box-shadow: inset 0px 3px 1px 0px rgba(171, 171, 171, .15);
	position: absolute;
}

header .login_block .field_holder {
	width: 100%;
	margin-bottom: 20px;
}

header .login_block .field_holder input {
	width: 100%;
	background: #bee0d1;
	color: #22185d;
}

header .login_block .field_holder input::-ms-input-placeholder {
	color: #6cb9c2;
}

header .login_block .field_holder input::-moz-placeholder {
	color: #6cb9c2;
}

header .login_block .field_holder input::-webkit-input-placeholder {
	color: #6cb9c2;
}

header .login_block .field_holder input::placeholder {
	color: #6cb9c2;
}

header .login_block .field_holder .error {
	padding-left: 20px;
	padding-top: 4px;
}

header .login_block .field_holder .login_link {
	font-size: 12px;
	color: #22185d;
	font-weight: normal;
}

header .login_block .login_content {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
}

header .login_block .login_content .error {
	color: #faba00;
}

header .login_block .login_content .close-button {
	position: absolute;
	right: 6px;
	top: 6px;
	background: none;
	border: none;
	outline: none;
	color: #4eb5e2;
	cursor: pointer;
}

header .login_block .login_content .close-button:hover {
	color: #0c8ac0;
}

header .login_block .bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

header .login_block button:not(.close-button) {
	background-color: #4eb5e2 !important;
	color: #faba00 !important;
}

header .login_block button:not(.close-button):hover {
	background: #0c8ac0 !important;
}

header .header_content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 80px;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (max-width: 1024px) {
	header .header_content {
		display: none;
	}
}

header .header_content .logo_section {
	width: 20%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

header .header_content .logo_section a {
	text-decoration: none;
}

header .header_content .logo_section .rgb-logo {
	opacity: 1;
	-webkit-transition: cubic-bezier(.645, .045, .355, 1), opacity 1s;
	transition: cubic-bezier(.645, .045, .355, 1), opacity 1s;
}

header .header_content .logo_section .rgb-logo.ready {
	opacity: 1;
}

header .header_content ul.menu {
	width: 100%;
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: center;
	align-content: center;
	box-sizing: border-box;
	padding-left: 0%;
	padding-right: 0%;
}

@media (max-width: 1439px) and (min-width: 1024px) {
	header .header_content ul.menu {
		padding-right: 0%;
	}
}

header .header_content ul.menu li {
	-ms-flex-item-align: center;
	align-self: center;
}

header .header_content ul.menu li::before {
	display: none;
}

header .header_content ul.menu li a.menu_element {
	text-decoration: none;
	text-decoration: none;
	color: #4eb5e2;
	font-family: CronosPro-Bold;
	font-weight: 500;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

header .header_content ul.menu li a.menu_element:hover {
	color: #0c8ac0;
}

header .header_content ul.menu li a.menu_element p a {
	color: #4eb5e2;
}

header .header_content ul.menu li a.menu_element p a:hover {
	color: #0c8ac0;
}

@media (max-width: 1260px) and (min-width: 1024px) {
	header .header_content ul.menu li a.menu_element {
		font-size: 12px;
	}
}

header .header_content ul.menu li a.menu_element.menu_element_featured {
	background: #faba00;
	color: #4eb5e2;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .header_content ul.menu li a.menu_element.menu_element_featured:hover {
	background: #ffea00;
}

.high-contrast-mode-switch-wrapper {
	position: fixed;
	left: 10px;
	bottom: 50px;
	z-index: 10000000001;
	border: none !important;
}

.high-contrast-mode-switch-wrapper #high-contrast-mode-switch {
	cursor: pointer;
	background: url("/img/high_contrast_mode_o.png");
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	background-size: cover;
	border: none !important;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.high-contrast-mode-switch-wrapper #high-contrast-mode-switch.active {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-ms-transform: rotate(59deg);
	-webkit-transform: rotate(59deg);
	transform: rotate(59deg);
}

#iframe-menu {
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
	font-family: CronosPro-Bold;
	padding-top: 80px;
	padding-bottom: 80px;
}

#iframe-menu.has-background-image {
	background-image: none;
	background-size: cover;
}

#iframe-menu h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#iframe-menu .user_profile {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid #e5e5e5;
	padding-left: 16px;
	padding-left: 20px;
	margin-left: 10px;
	height: 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-right: 20px;
}

#iframe-menu .user_profile .error {
	color: #bee0d1;
}

#iframe-menu .user_profile .user_name {
	color: #4eb5e2;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@media (max-width: 1260px) and (min-width: 1024px) {
	#iframe-menu .user_profile .user_name {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	#iframe-menu .user_profile {
		height: initial;
	}
}

#iframe-menu .user_profile .icon {
	color: #4eb5e2;
	font-size: 30px;
	margin-left: 6px;
	margin-left: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#iframe-menu .user_profile:hover .icon {
	color: #0c8ac0;
}

#iframe-menu .user_profile .user_block {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 60px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 8px;
	padding: 20px;
}

#iframe-menu .user_profile .user_block.has-background-image {
	background-image: none;
	background-size: cover;
}

@media (max-width: 768px) {
	#iframe-menu .user_profile .user_block {
		min-height: 100vh;
		width: 80%;
		padding-top: 90px;
	}
}

#iframe-menu .user_profile .user_block:before {
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	box-shadow: inset 0px 3px 1px 0px rgba(171, 171, 171, .15);
	position: absolute;
}

#iframe-menu .user_profile .user_block ul {
	list-style: none;
	padding: 0;
}

#iframe-menu .user_profile .user_block ul li {
	margin-bottom: 20px;
}

#iframe-menu .user_profile .user_block ul li a {
	font-weight: normal;
	color: #22185d;
}

@media (max-width: 1260px) and (min-width: 1024px) {
	#iframe-menu .user_profile .user_block ul li a {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	#iframe-menu .user_profile .user_block ul li a {
		font-size: 26px;
	}
}

#iframe-menu .user_profile .user_block .logout {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}

#iframe-menu .user_profile .user_block .logout a {
	font-weight: normal;
	font-size: 12px;
	color: #22185d;
}

#iframe-menu .user_profile .user_block .field_holder {
	width: 100%;
	margin-bottom: 20px;
}

#iframe-menu .user_profile .user_block .field_holder input {
	width: 100%;
	background: #f7f7f7;
}

#iframe-menu .user_profile .user_block .login_content {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 0px;
}

#iframe-menu .user_profile .user_block .bottom {
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

#iframe-menu .login_block {
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding-bottom: 40px;
}

#iframe-menu .login_block.has-background-image {
	background-image: none;
	background-size: cover;
}

#iframe-menu .login_block .error {
	color: #faba00 !important;
}

@media (max-width: 768px) {
	#iframe-menu .login_block {
		width: 100%;
	}
}

#iframe-menu .login_block.open {
	opacity: 1;
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	pointer-events: initial;
}

@media (max-width: 768px) {
	#iframe-menu .login_block.open {
		width: 100%;
		pointer-events: initial;
	}
}

#iframe-menu .login_block .field_holder {
	width: 100%;
	margin-bottom: 20px;
}

#iframe-menu .login_block .field_holder input {
	width: 100%;
	background: #bee0d1;
	color: #22185d;
}

#iframe-menu .login_block .field_holder input::-ms-input-placeholder {
	color: #6cb9c2;
}

#iframe-menu .login_block .field_holder input::-moz-placeholder {
	color: #6cb9c2;
}

#iframe-menu .login_block .field_holder input::-webkit-input-placeholder {
	color: #6cb9c2;
}

#iframe-menu .login_block .field_holder input::placeholder {
	color: #6cb9c2;
}

#iframe-menu .login_block .field_holder .error {
	padding-left: 20px;
	padding-top: 4px;
}

#iframe-menu .login_block .field_holder .login_link {
	font-size: 12px;
	color: #22185d;
	font-weight: normal;
}

#iframe-menu .login_block .login_content {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
}

#iframe-menu .login_block .login_content .error {
	color: #faba00;
}

#iframe-menu .login_block .login_content .close-button {
	position: absolute;
	right: 6px;
	top: 6px;
	background: none;
	border: none;
	outline: none;
	color: #faba00;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#iframe-menu .login_block .login_content .close-button:hover {
	color: #ffea00;
}

#iframe-menu .login_block .bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

#iframe-menu .login_block button:not(.close-button) {
	background-color: #4eb5e2 !important;
	color: #faba00 !important;
}

#iframe-menu .login_block button:not(.close-button):hover {
	background: #0c8ac0 !important;
}

#iframe-menu .header_content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
}

#iframe-menu .header_content .logo_section {
	width: 20%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#iframe-menu .header_content .logo_section a {
	text-decoration: none;
}

#iframe-menu .header_content .logo_section .rgb-logo {
	opacity: 1;
	-webkit-transition: cubic-bezier(.645, .045, .355, 1), opacity 1s;
	transition: cubic-bezier(.645, .045, .355, 1), opacity 1s;
}

#iframe-menu .header_content .logo_section .rgb-logo.ready {
	opacity: 1;
}

#iframe-menu .header_content ul.menu {
	width: 100%;
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
	box-sizing: border-box;
	padding-left: 0%;
	padding-right: 0%;
}

@media (max-width: 1439px) and (min-width: 1024px) {
	#iframe-menu .header_content ul.menu {
		padding-right: 0%;
	}
}

#iframe-menu .header_content ul.menu li {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 3vw;
}

#iframe-menu .header_content ul.menu li::before {
	display: none;
}

#iframe-menu .header_content ul.menu li a.menu_element {
	text-decoration: none;
	text-decoration: none;
	color: #4eb5e2;
	font-family: CronosPro-Bold;
	font-weight: 500;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

#iframe-menu .header_content ul.menu li a.menu_element:hover {
	color: #0c8ac0;
}

#iframe-menu .header_content ul.menu li a.menu_element p a {
	color: #4eb5e2;
}

#iframe-menu .header_content ul.menu li a.menu_element p a:hover {
	color: #0c8ac0;
}

@media (max-width: 1260px) and (min-width: 1024px) {
	#iframe-menu .header_content ul.menu li a.menu_element {
		font-size: 12px;
	}
}

#iframe-menu .header_content ul.menu li a.menu_element.menu_element_featured {
	background: #faba00;
	color: #4eb5e2;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-radius: 8px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#iframe-menu .header_content ul.menu li a.menu_element.menu_element_featured:hover {
	background: #ffea00;
}

.agegate {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #bee0d1;
	background-size: cover;
	top: 0px;
	left: 0px;
	z-index: 10000000000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 0;
	pointer-events: none;
}

.agegate.has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/aUqwiKKxU7hMM9rg.jpg");
	background-size: cover;
}

.agegate.in_iframe {
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 120px;
	padding-bottom: 120px;
}

.agegate .error {
	color: #faba00;
}

.agegate.open {
	opacity: 1;
	pointer-events: initial;
}

.agegate.has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/aUqwiKKxU7hMM9rg.jpg");
	background-size: cover;
}

.agegate.completed {
	-ms-transform: translate(0%, -110%) matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: translate(0%, -110%) matrix(1, 0, 0, 1, 0, 0);
	transform: translate(0%, -110%) matrix(1, 0, 0, 1, 0, 0);
	opacity: 0;
	pointer-events: none;
}

.agegate .content {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (-ms-high-contrast: none) {
	.agegate .content {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.agegate .content {
		zoom: .7;
	}
}

@media (max-width: 600px) {
	.agegate .content {
		width: 90%;
	}
}

.agegate .content .logo {
	max-width: 100%;
	text-align: center;
}

.agegate .content .logo img {
	max-width: 200px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.agegate .content .logo img {
		max-width: 120px;
		margin: 0 auto;
	}
}

.agegate .content .text_1 {
	font-size: 18px;
	color: #faba00;
	margin-top: 40px;
	font-weight: bold;
}

@media (max-width: 400px) {
	.agegate .content .text_1 {
		font-size: 20px;
	}
}

.agegate .content .text_2 {
	color: #22185d;
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
}

@media (max-width: 400px) {
	.agegate .content .text_2 {
		font-size: 14px;
	}
}

.agegate .content .text_3 {
	color: #22185d;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media (max-width: 400px) {
	.agegate .content .text_3 {
		font-size: 12px;
	}
}

.agegate .content .text_3 a {
	font-weight: bold;
	text-decoration: underline;
	color: #faba00;
}

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

@media (max-width: 1024px) {
	.agegate .content .fields {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
}

.agegate .content .fields .field_holder {
	display: inline-block;
}

@media (max-width: 1024px) {
	.agegate .content .fields .field_holder {
		width: 100%;
	}
}

.agegate .content .fields .field_holder.year:before {
	content: "Év";
	color: #22185d;
	font-size: 14px;
	display: inline-block;
	-ms-transform: translate(-1px, -16px) rotate(270deg);
	-webkit-transform: translate(-1px, -16px) rotate(270deg);
	transform: translate(-1px, -16px) rotate(270deg);
	text-align: center;
	text-transform: uppercase;
}

.agegate .content .fields .field_holder.month:before {
	text-transform: uppercase;
	content: "Hónap";
	color: #22185d;
	font-size: 14px;
	display: inline-block;
	-ms-transform: translate(15px, -16px) rotate(270deg);
	-webkit-transform: translate(15px, -16px) rotate(270deg);
	transform: translate(15px, -16px) rotate(270deg);
	text-align: center;
}

.agegate .content .fields .field_holder.day:before {
	text-transform: uppercase;
	content: "Nap";
	color: #22185d;
	font-size: 14px;
	display: inline-block;
	-ms-transform: translate(6px, -13px) rotate(270deg);
	-webkit-transform: translate(6px, -13px) rotate(270deg);
	transform: translate(6px, -13px) rotate(270deg);
	text-align: center;
}

.agegate .content .fields .agegate_field {
	background: transparent;
	border: none;
	border-bottom: 6px solid #fff;
	color: #4eb5e2;
	font-size: 48px;
	margin-right: 18px;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	outline: none;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	-ms-flex-align: start;
	align-items: start;
	font-weight: bold;
}

.agegate .content .fields .agegate_field::-ms-input-placeholder {
	color: #4eb5e2 !important;
	font-size: 48px;
}

.agegate .content .fields .agegate_field::-moz-placeholder {
	color: #4eb5e2 !important;
	font-size: 48px;
}

.agegate .content .fields .agegate_field::-webkit-input-placeholder {
	color: #4eb5e2 !important;
	font-size: 48px;
}

.agegate .content .fields .agegate_field::placeholder {
	color: #4eb5e2 !important;
	font-size: 48px;
}

.agegate .content .fields .agegate_field::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #4eb5e2 !important;
}

.agegate .content .fields .agegate_field:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #4eb5e2 !important;
	opacity: 1;
}

.agegate .content .fields .agegate_field::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #4eb5e2 !important;
	opacity: 1;
}

.agegate .content .fields .agegate_field:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #4eb5e2 !important;
}

.agegate .content .fields .agegate_field::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #4eb5e2 !important;
}

.agegate .content .fields .agegate_field::-moz-placeholder {
	/* Most modern browsers support this now. */
	color: #4eb5e2 !important;
}

.agegate .content .fields .agegate_field::placeholder {
	/* Most modern browsers support this now. */
	color: #4eb5e2 !important;
}

.agegate .content .fields .agegate_field.year {
	width: 160px;
	margin-right: 20px;
}

@media (max-width: 1024px) {
	.agegate .content .fields .agegate_field.year {
		width: 200px;
		text-align: left;
	}
}

.agegate .content .fields .agegate_field.month {
	width: 120px;
	margin-right: 20px;
}

@media (max-width: 1024px) {
	.agegate .content .fields .agegate_field.month {
		width: 200px;
		text-align: left;
		margin-right: 40px;
	}
}

.agegate .content .fields .agegate_field.day {
	width: 100px;
	margin-right: 20px;
}

@media (max-width: 1024px) {
	.agegate .content .fields .agegate_field.day {
		width: 200px;
		text-align: left;
	}
}

.agegate .content .fields .agegate_field:focus {
	border-bottom: 6px solid #4eb5e2;
}

.agegate .content .fields .agegate_field.error {
	border-bottom: 6px solid red;
}

.agegate .content button {
	background-color: #faba00 !important;
	color: #4eb5e2 !important;
}

.agegate .content button:hover {
	background: #ffea00 !important;
}

.agegate .content .proceed {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	width: 240px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: cubic-bezier(.645, .045, .355, 1), background-color .25s linear;
	transition: cubic-bezier(.645, .045, .355, 1), background-color .25s linear;
	outline: none;
	border: none;
	margin-top: 40px;
}

@media (max-width: 1340px) and (min-width: 1024px) {
	.agegate .content .proceed {
		width: 240px;
	}
}

.warmup {
	width: 100%;
	height: 100vh;
	background: #bee0d1;
	background-size: cover;
	top: 0px;
	left: 0px;
	z-index: 10000000000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
}

.warmup.has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/Kx30oyjV9tYWm4hi.jpg");
	background-size: cover;
}

.warmup.in_iframe {
	overflow-y: visible;
}

@media (min-width: 1024px) {
	.warmup.in_iframe {
		min-height: 800px;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 340px;
		padding-bottom: 500px;
	}
}

@media (max-width: 1023px) {
	.warmup.in_iframe {
		min-height: 500px;
		margin-top: 120px;
		padding-top: 200px;
		padding-bottom: 500px;
	}
}

.warmup .content {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (-ms-high-contrast: none) {
	.warmup .content {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.warmup .content {
		zoom: .7;
	}
}

@media (max-width: 600px) {
	.warmup .content {
		width: 90%;
	}
}

.warmup .content a {
	color: #faba00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.warmup .content a:hover {
	color: #ffea00;
}

.warmup .content .coming_soon {
	font-size: 32px;
	font-weight: bold;
	margin-top: 20px;
	color: #22185d;
}

.warmup .content .coming_soon .title {
	font-size: 16px;
}

.warmup .content .official_start {
	margin-top: 20px;
}

.warmup .content .official_start .title {
	font-size: 16px;
	color: #22185d;
}

.warmup .content .official_start .starting_at {
	font-size: 32px;
	color: #22185d;
}

.warmup .content .logo {
	max-width: 100%;
	text-align: center;
}

.warmup .content .logo img {
	max-width: 200px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.warmup .content .logo img {
		max-width: 120px;
		margin: 0 auto;
	}
}

.warmup .content .text_1 {
	font-size: 18px;
	color: #22185d;
	margin-top: 40px;
	font-weight: bold;
}

@media (max-width: 400px) {
	.warmup .content .text_1 {
		font-size: 20px;
	}
}

.warmup .content .text_2 {
	color: #22185d;
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
}

@media (max-width: 400px) {
	.warmup .content .text_2 {
		font-size: 14px;
	}
}

.warmup .content .text_3 {
	color: #22185d;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media (max-width: 400px) {
	.warmup .content .text_3 {
		font-size: 12px;
	}
}

.warmup .content .text_3 a {
	font-weight: bold;
	text-decoration: underline;
	color: #4eb5e2;
}

.warmup .content .countdown {
	width: 100%;
	margin-top: 20px;
}

.warmup .content .countdown .fields {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: normal;
}

.warmup .content .countdown .fields .field {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: normal;
}

.warmup .content .countdown .fields .field .value {
	color: #22185d;
	font-size: 64px;
	font-weight: bold;
	line-height: 1;
}

@media (min-width: 321px) and (max-width: 375px) {
	.warmup .content .countdown .fields .field .value {
		font-size: 56px;
	}
}

@media (max-width: 320px) {
	.warmup .content .countdown .fields .field .value {
		font-size: 44px;
	}
}

.warmup .content .countdown .fields .field .unit {
	color: #4eb5e2;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-left: 6px;
}

@media (min-width: 321px) and (max-width: 375px) {
	.warmup .content .countdown .fields .field .unit {
		font-size: 25px;
	}
}

@media (max-width: 320px) {
	.warmup .content .countdown .fields .field .unit {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.hero_main_wrapper {
		padding-top: 56px;
	}
}

#hero_desktop {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	height: 100%;
	position: relative;
}

#hero_desktop.in_iframe {
	padding-top: 0;
}

#hero_desktop .slider {
	height: 100%;
}

#hero_desktop .slide {
	width: 100%;
	position: relative;
}

#hero_desktop .slide img {
	width: 100%;
}

#hero_desktop .slide .overlay {
	position: absolute;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	top: 0px;
	left: 50%;
	overflow: hidden;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#hero_desktop .slide .overlay .slide_content {
	color: #faba00;
	width: 100%;
	box-sizing: border-box;
	padding-right: 4%;
	font-size: 32px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#hero_desktop .slide .overlay .slide_content .left {
	width: 50%;
}

#hero_desktop .slide .overlay .slide_content .left h1 {
	color: #faba00;
	font-size: 68px;
	line-height: 80px;
	font-family: CronosPro-Bold;
}

#hero_desktop .slide .overlay .slide_content .left.ready {
	opacity: 1;
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1340px) and (min-width: 1024px) {
	#hero_desktop .slide .overlay .slide_content .left {
		top: 200px;
		left: 100px;
	}
}

#hero_desktop .slide .overlay .slide_content .left .main_copy {
	color: #faba00;
}

#hero_desktop .slide .overlay .slide_content .left .description {
	color: #faba00;
	font-size: 24px;
	max-width: 410px;
	margin-bottom: 10px;
	font-family: CronosPro-Regular;
}

#hero_desktop .slide .overlay .slide_content .left .featured_info {
	color: #faba00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: CronosPro-Regular;
}

#hero_desktop .slide .overlay .slide_content .left .button_wrapper {
	margin-top: 10px;
}

#hero_desktop .slide .overlay .slide_content .left .button_wrapper button {
	background-color: #faba00;
	color: #4eb5e2;
}

#hero_desktop .slide .overlay .slide_content .left .button_wrapper button:hover {
	background: #ffea00;
}

#hero_desktop .slide .overlay .slide_content .right {
	width: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#hero_desktop .slide .overlay .slide_content .right h1 {
	color: #faba00;
	font-size: 68px;
	line-height: 80px;
}

#hero_desktop .slide .overlay .slide_content .right.ready {
	opacity: 1;
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1340px) and (min-width: 1024px) {
	#hero_desktop .slide .overlay .slide_content .right {
		top: 200px;
		left: 100px;
	}
}

#hero_desktop .slide .overlay .slide_content .right .main_copy {
	color: #faba00;
}

#hero_desktop .slide .overlay .slide_content .right .description {
	color: #faba00;
	font-size: 24px;
	max-width: 410px;
	margin-bottom: 10px;
}

#hero_desktop .slide .overlay .slide_content .right .featured_info {
	color: #faba00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#hero_desktop .slide .overlay .slide_content .right .button_wrapper {
	margin-top: 10px;
}

#hero_desktop .slide video {
	width: 100%;
}

@media (max-width: 1024px) {
	#hero_desktop {
		display: none !important;
	}
}

#hero_mobile {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	height: 100%;
	position: relative;
}

#hero_mobile.in_iframe {
	padding-top: 0;
}

#hero_mobile .slider {
	height: 100%;
}

#hero_mobile .slide {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

#hero_mobile .slide img {
	width: 100%;
}

#hero_mobile .slide .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	top: 0px;
	left: 50%;
	overflow: hidden;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

#hero_mobile .slide .overlay .slide_content {
	color: #bee0d1;
	width: 90%;
	box-sizing: border-box;
	font-size: 32px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#hero_mobile .slide .overlay .slide_content .left {
	width: 100%;
}

#hero_mobile .slide .overlay .slide_content .left h1 {
	color: #faba00;
	font-size: 32px;
}

#hero_mobile .slide .overlay .slide_content .left.ready {
	opacity: 1;
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1340px) and (min-width: 1024px) {
	#hero_mobile .slide .overlay .slide_content .left {
		top: 200px;
		left: 100px;
	}
}

#hero_mobile .slide .overlay .slide_content .left .main_copy {
	color: #faba00;
	text-align: center;
	margin-top: 40px;
}

#hero_mobile .slide .overlay .slide_content .left .description {
	color: #faba00;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

#hero_mobile .slide .overlay .slide_content .left .featured_info {
	margin-top: 20px;
	color: #faba00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#hero_mobile .slide .overlay .slide_content .left .button_wrapper {
	margin-top: 10px;
	text-align: center;
}

#hero_mobile .slide .overlay .slide_content .right {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#hero_mobile .slide .overlay .slide_content .right h1 {
	color: #bee0d1;
	font-size: 68px;
	line-height: 80px;
}

#hero_mobile .slide .overlay .slide_content .right.ready {
	opacity: 1;
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1340px) and (min-width: 1024px) {
	#hero_mobile .slide .overlay .slide_content .right {
		top: 200px;
		left: 100px;
	}
}

#hero_mobile .slide .overlay .slide_content .right .main_copy {
	color: #faba00;
}

#hero_mobile .slide .overlay .slide_content .right .description {
	color: #faba00;
	font-size: 24px;
	max-width: 410px;
	margin-bottom: 10px;
}

#hero_mobile .slide .overlay .slide_content .right .featured_info {
	color: #faba00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#hero_mobile .slide .overlay .slide_content .right .button_wrapper {
	margin-top: 10px;
}

#hero_mobile .slide video {
	width: 100%;
}

@media (min-width: 1024px) {
	#hero_mobile {
		display: none !important;
	}
}

.mobile-menu {
	position: fixed;
	height: 80px;
	width: 100%;
	background-color: transparent;
	border-radius: 50%;
	top: 0px;
	left: 0vw;
	z-index: 5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media (min-width: 1024px) {
	.mobile-menu {
		pointer-events: none;
	}
}

.mobile-menu .mobile_logo {
	position: absolute;
	left: 50%;
	top: 40px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 160px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mobile-menu .mobile_logo img {
	width: 100%;
}

.mobile-menu .mobile_login_link {
	position: absolute;
	right: 20px;
	top: 25px;
}

.mobile-menu .mobile_login_link button {
	background: none;
	border: none;
	outline: none;
	color: #4eb5e2;
	font-weight: bold;
}

.mobile-menu .mobile_content {
	margin-top: 90px;
	position: relative;
	opacity: 0;
	pointer-events: none;
}

.mobile-menu .mobile_content .menu {
	padding-left: 0px;
	list-style: none;
}

.mobile-menu .mobile_content .menu li {
	list-style: none;
	margin-bottom: 28px;
}

.mobile-menu .mobile_content .menu li a {
	text-decoration: none;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.5rem;
	font-weight: bold;
	font-weight: 700;
	line-height: 1;
	color: #4eb5e2;
	text-transform: none;
	display: inline-block;
	margin-left: 1.4em;
}

@media (max-width: 768px) {
	.mobile-menu .mobile_content .menu li a {
		font-size: 26px;
	}
}

.mobile-menu .mobile_content .menu li a.menu_element_featured {
	background: #4eb5e2;
	color: #faba00;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: fit-content;
}

.mobile-menu .mobile_content .menu li a.menu_element_featured:hover {
	background: #0c8ac0;
}

.mobile-menu .mobile_content .menu li p a {
	margin-left: 0px;
}

.mobile-menu .navigation-mobile-button {
	position: absolute;
	height: 3.7rem;
	width: 3.7rem;
	top: 10px;
	left: 20px;
	border: 0;
	outline: 0;
	background-color: transparent;
	cursor: pointer;
}

.mobile-menu .navigation-mobile-button .mobile-bars {
	margin: 0 auto;
	display: block;
	position: relative;
	background: #4eb5e2;
	border-radius: 8px;
	width: 32px;
	height: 4px;
}

.mobile-menu .navigation-mobile-button .mobile-bars:before {
	background: #4eb5e2;
	border-radius: 8px;
	width: 32px;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.mobile-menu .navigation-mobile-button .mobile-bars:after {
	background: #4eb5e2;
	border-radius: 8px;
	width: 32px;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.mobile-menu .navigation-mobile-button .mobile-bars.open {
	background: transparent;
}

.mobile-menu .navigation-mobile-button .mobile-bars.open:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #4eb5e2;
	left: 0px;
	bottom: 1px;
}

.mobile-menu .navigation-mobile-button .mobile-bars.open:after {
	-ms-transform: rotate(46deg) translate(-7px, -7px);
	-webkit-transform: rotate(46deg) translate(-7px, -7px);
	transform: rotate(46deg) translate(-7px, -7px);
	background: #4eb5e2;
}

.mobile-menu.open {
	height: 120%;
	width: 80%;
	width: 100%;
	border-radius: 0;
	overflow: auto;
	background: #fff;
	background-size: cover;
	border-left: 8px solid #4eb5e2;
}

.mobile-menu.open.has-background-image {
	background-image: url("/storage/microsite/4p0O39vM1GOomhp3wZasbBJGOu4FPpND/OyMZdFZAj1G1zmzu.png");
	background-size: cover;
}

.mobile-menu.open .navigation-mobile-button {
	left: 10px;
}

@media (max-width: 1024px) {
	.mobile-menu.open .mobile_content {
		opacity: 1;
		pointer-events: initial;
	}
}

@media (max-width: 1024px) {
	.mobile-menu.open .mobile_logo {
		opacity: 1;
	}
}

.mobile-menu.open .mobile_login_link {
	position: absolute;
	right: 20px;
	top: 25px;
}

.mobile-menu.open .mobile_login_link button {
	background: none;
	border: none;
	outline: none;
	color: #4eb5e2;
	font-weight: bold;
}

@media (min-width: 1024px) {
	.mobile-menu {
		opacity: 0;
	}
}

.slick-initialized {
	visibility: visible;
}

#how-to-participate .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media (max-width: 768px) {
	#how-to-participate .content {
		padding-top: 40px;
	}
}

@media (max-width: 768px) {
	#how-to-participate .content h2 {
		text-align: center;
	}
}

#how-to-participate .steps {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	#how-to-participate .steps {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#how-to-participate .steps .step {
	width: 250px;
	margin-right: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	#how-to-participate .steps .step {
		max-width: 255px;
	}
}

@media (max-width: 554px) {
	#how-to-participate .steps .step {
		margin-right: 0px;
	}
}

#how-to-participate .steps .step::before {
	display: none;
}

#how-to-participate .steps .step h6 {
	width: 100%;
}

#how-to-participate .steps .step .image_wrapper {
	width: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

#how-to-participate .steps .step .image_wrapper .background {
	background: #faba00;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#how-to-participate .steps .step .image_wrapper .background .icon {
	font-size: 50px;
	color: #fff;
}

#prizes .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

#prizes .prize_categories {
	width: 100%;
	margin-top: 0px;
}

#prizes .prize_categories .prize_category {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	#prizes .prize_categories .prize_category {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	#prizes .prize_categories .prize_category .image_set .desktop-prize-image {
		display: none;
	}
}

@media (min-width: 769px) {
	#prizes .prize_categories .prize_category .image_set .mobile-prize-image {
		display: none;
	}
}

#prizes .prize_categories .prize_category.custom_periods {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#prizes .prize_categories .prize_category.custom_periods h5 {
	margin-bottom: 0px;
}

#prizes .prize_categories .prize_category.custom_periods .period-title {
	margin-bottom: 60px;
}

#prizes .prize_categories .prize_category.custom_periods .prize {
	width: 50%;
}

@media (max-width: 768px) {
	#prizes .prize_categories .prize_category.custom_periods .prize {
		width: 100%;
	}
}

#prizes .prize_categories .prize_category .prize {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	text-align: center;
}

#prizes .prize_categories .prize_category .prize .image_wrapper {
	width: 100%;
	text-align: center;
}

#prizes .prize_categories .prize_category .prize .image_wrapper .image {
	width: 100%;
	text-align: center;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

#prizes .prize_categories .prize_category .prize .image_wrapper .title {
	text-align: center;
}

#code_upload {
	position: relative;
}

#code_upload .v-select {
	height: initial;
}

#code_upload .vs__selected {
	padding-top: 20px;
	padding-bottom: 20px;
}

#code_upload .vs__dropdown-toggle {
	border-radius: 8px;
	height: fit-content;
	min-height: 50px;
}

#code_upload .vs__dropdown-option {
	border-radius: 8px;
	height: fit-content;
	-ms-word-break: break-word;
	word-break: break-word;
	white-space: normal !important;
}

#code_upload .question_wrapper {
	width: 100%;
	border-bottom: 1px solid black;
	max-width: 540px;
	margin: 0 auto;
}

#code_upload .question_wrapper.code_history {
	margin-top: 20px;
}

#code_upload .question_wrapper .title {
	margin-bottom: 10px;
}

#code_upload .question_wrapper .buttons {
	text-align: center;
}

#code_upload .question_wrapper .buttons button {
	margin-top: 20px;
}

#code_upload .question_wrapper .accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: transparent;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#code_upload .question_wrapper .accordion.active .icon {
	min-width: 48px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#code_upload .question_wrapper .accordion .icon {
	min-width: 48px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .question_wrapper .panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .question_wrapper .panel.active {
	max-height: 100vh;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .question_wrapper .panel .content {
	display: block;
}

#code_upload .question_wrapper .panel .content.success_page {
	text-align: center;
}

#code_upload h4 {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	#code_upload h4 {
		text-align: center;
	}
}

#code_upload .invoice_sample_dialog {
	margin-bottom: 0;
	max-height: 0;
	overflow: hidden;
}

#code_upload .invoice_sample_dialog.active {
	margin-bottom: 20px;
	max-height: 100vh;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .accordion {
	color: #faba00;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .accordion.active, #code_upload .invoice_sample_dialog .dialog_wrapper .accordion:hover {
	color: #ffea00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .panel {
	color: #22185d;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .panel img {
	width: 100% !important;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .panel.active {
	max-height: 100vh;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .panel a {
	color: #faba00;
}

#code_upload .invoice_sample_dialog .dialog_wrapper .panel a:hover {
	color: #ffea00;
}

#code_upload .field_wrapper.date_of_birth {
	-ms-flex-pack: center;
	justify-content: center;
}

#code_upload .field_wrapper.date_of_birth .field_holder {
	margin-right: 20px;
}

#code_upload .field_wrapper.date_of_birth .field_holder .title {
	margin-left: 0;
	text-align: center;
}

#code_upload .field_wrapper.phone_number {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#code_upload .field_wrapper.phone_number .field_holder {
	margin-right: 20px;
}

#code_upload .field_wrapper.phone_number .field_holder:last-child {
	margin-right: 0;
}

#code_upload .field_wrapper.phone_number .field_holder .title {
	margin-left: 0;
	text-align: center;
}

#code_upload .field_wrapper.phone_number .field_holder .phone_country_code {
	padding-top: 20px;
	display: block;
}

#code_upload .field_wrapper.phone_number .field_holder .phone_area_code {
	max-width: 80px;
	text-align: center;
}

#code_upload .field_wrapper.phone_number .field_holder .phone_unique_code {
	max-width: 130px;
	text-align: center;
}

#code_upload .year {
	width: 90px;
	text-align: center;
	height: 50px;
}

#code_upload .month {
	width: 80px;
	text-align: center;
	height: 50px;
}

#code_upload .day {
	width: 80px;
	text-align: center;
	height: 50px;
}

#code_upload .indicator {
	width: 160px;
	text-align: center;
}

@media (max-width: 768px) {
	#code_upload .indicator {
		margin: 0 auto;
	}
}

#code_upload .indicator .status {
	color: #4eb5e2;
	font-size: 16px;
}

#code_upload .indicator .indicator_steps {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#code_upload .indicator .indicator_steps .step {
	width: 100%;
	border-bottom: 2px solid lightgrey;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .indicator .indicator_steps .step.filled {
	border-bottom: 2px solid #4eb5e2;
}

@media (max-width: 768px) {
	#code_upload h2 {
		text-align: center;
	}
}

#code_upload .selected_file {
	width: 100%;
	position: relative;
	height: 40px;
}

#code_upload .selected_file .background {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: #4eb5e2;
	height: 40px;
}

#code_upload .selected_file .background .progress {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	height: 40px;
}

#code_upload .selected_file .background .filename {
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	text-align: center;
	height: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #faba00;
}

#code_upload .selected_file .background .close_button {
	position: absolute;
	right: 20px;
	top: 0px;
	height: 40px;
	background: transparent;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none;
}

#code_upload .selected_file .background .close_button span {
	color: #faba00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .selected_file .background .close_button:hover span {
	color: #d4d4d4;
}

#code_upload .error {
	padding-top: 5px;
	padding-left: 20px;
}

#code_upload .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

#code_upload .content .form-next-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .form-next-button:hover {
	background-color: #ffea00;
}

#code_upload .content .form-back-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .form-back-button:hover {
	background-color: #ffea00;
}

#code_upload .content .sign-up-next-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .sign-up-next-button:hover {
	background-color: #ffea00;
}

@media (min-width: 768px) {
	#code_upload .content .sign-up-next-button {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	#code_upload .content .sign-up-next-button {
		margin-bottom: 20px;
	}
}

#code_upload .content .sign-up-back-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .sign-up-back-button:hover {
	background-color: #ffea00;
}

#code_upload .content .finish-sign-up-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .finish-sign-up-button:hover {
	background-color: #ffea00;
}

@media (min-width: 768px) {
	#code_upload .content .finish-sign-up-button {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	#code_upload .content .finish-sign-up-button {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

#code_upload .content.left_sided {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#code_upload .content.code_step {
	margin-top: 30px;
}

#code_upload .content.code_step .row {
	margin-top: 35px;
}

#code_upload .content.code_step .row.buttons {
	width: 100%;
	text-align: center;
}

#code_upload .content.code_step .row.buttons .button.button-1 {
	margin-right: 30px;
}

#code_upload .content.code_step .row.purchased_product_line {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 60px;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px;
}

#code_upload .content.code_step .row.purchased_product_line .add_purchased_product_button {
	width: 100%;
	text-align: center;
}

#code_upload .content.code_step .row.purchased_product_line .add_purchased_product_button button {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	font-size: 40px;
	background: none;
	border: none;
	font-weight: bold;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.purchased_product_line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#code_upload .content.code_step .row.purchased_product_line .multi_purchased_product_dropdown {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#code_upload .content.code_step .row.purchased_product_line .purchased_products_related_errors {
	padding: 0;
}

#code_upload .content.code_step .row.purchased_product_line .purchased_products_related_errors ul {
	padding: 0;
}

#code_upload .content.code_step .row.purchased_product_line .purchased_products_related_errors ul li {
	padding: 0;
}

#code_upload .content.code_step .row.purchased_product_line .headers {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#code_upload .content.code_step .row.purchased_product_line .headers .dropdown_field {
	width: 70%;
	margin-right: 20px;
}

#code_upload .content.code_step .row.purchased_product_line .headers .quantity_field {
	width: 20%;
	text-align: left;
	border: none;
}

#code_upload .content.code_step .row.purchased_product_line .headers .delete_button {
	width: 10%;
	text-align: left;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder {
	width: 100%;
	margin-top: 20px;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .fields {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .fields .dropdown_field {
	width: 70%;
	margin-right: 20px;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .fields .quantity_field {
	width: 20%;
	text-align: center;
	border: none;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .fields .delete_button {
	width: 10%;
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-align: center;
	align-items: center;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .fields .delete_button button {
	cursor: pointer;
	background: none;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .field_errors {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .field_errors ul {
	padding: 0;
	margin: 0;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .field_errors ul li {
	padding: 0;
	margin: 0;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .field_errors .dropdown_field {
	width: 70%;
	margin-right: 20px;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .field_errors .quantity_field {
	width: 20%;
	text-align: left;
	border: none;
}

#code_upload .content.code_step .row.purchased_product_line .field_holder .field_errors .delete_button {
	width: 10%;
	text-align: left;
}

#code_upload .content.code_step .row.date_line {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 60px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.date_line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#code_upload .content.code_step .row.date_line .first_part {
	width: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 5%;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.date_line .first_part {
		width: 100%;
		margin-right: 0px;
	}
}

#code_upload .content.code_step .row.date_line .first_part .title {
	width: 100%;
	margin-bottom: 10px;
}

#code_upload .content.code_step .row.date_line .first_part .date {
	width: 320px;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.date_line .first_part .date {
		width: 100%;
	}
}

#code_upload .content.code_step .row.date_line .first_part .month {
	width: 160px;
	margin-right: 10px;
}

#code_upload .content.code_step .row.date_line .first_part .day {
	width: 80px;
	margin-right: 10px;
}

#code_upload .content.code_step .row.date_line .first_part .year {
	width: 80px;
}

#code_upload .content.code_step .row.date_line .second_part {
	width: 45%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.date_line .second_part {
		margin-top: 10px;
		width: 100%;
	}
}

#code_upload .content.code_step .row.date_line .second_part .title {
	width: 100%;
	margin-bottom: 10px;
}

#code_upload .content.code_step .row.date_line .second_part .hour {
	width: 47%;
	margin-right: 10px;
}

#code_upload .content.code_step .row.date_line .second_part .minute {
	width: 47%;
}

#code_upload .content.code_step .row.captcha_line {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 60px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.captcha_line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#code_upload .content.code_step .row.captcha_line .first_part {
	width: 30%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 5%;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.captcha_line .first_part {
		width: 100%;
	}
}

#code_upload .content.code_step .row.captcha_line .first_part .title {
	width: 100%;
	margin-bottom: 10px;
}

#code_upload .content.code_step .row.captcha_line .first_part img {
	border-radius: 8px;
}

#code_upload .content.code_step .row.captcha_line .second_part {
	width: 65%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row.captcha_line .second_part {
		margin-top: 10px;
		width: 100%;
	}
}

#code_upload .content.code_step .row.captcha_line .second_part .title {
	width: 100%;
	margin-bottom: 10px;
}

#code_upload .content.code_step .row.captcha_line .second_part .field_wrapper {
	width: 100%;
}

#code_upload .content.code_step .row.captcha_line .second_part .field_holder {
	width: 100%;
}

#code_upload .content.code_step .row.captcha_line .second_part input {
	width: 100%;
}

#code_upload .content.code_step .row .type_selector {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row .type_selector {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#code_upload .content.code_step .row .type_selector .title {
	margin-right: 60px;
}

#code_upload .content.code_step .row .type_selector .option {
	margin-right: 80px;
}

#code_upload .content.code_step .row .type_selector .option label {
	cursor: pointer;
}

#code_upload .content.code_step .row .type_selector input[type="radio"] {
	cursor: pointer;
}

@media (max-width: 768px) {
	#code_upload .content.code_step .row .type_selector .title {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#code_upload .content.code_step .row .type_selector .option {
		width: 50%;
		margin-right: 0px;
	}
	
	#code_upload .content.code_step .row .type_selector .option:first-child {
		margin-left: 20px;
	}
}

#code_upload .content .feature {
	width: 100%;
	margin-bottom: 40px;
}

#code_upload .content .feature .text {
	width: 100%;
	margin-bottom: 20px;
}

#code_upload .content .feature.feature-1 .sign-up-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .feature.feature-1 .sign-up-button:hover {
	background-color: #ffea00;
}

#code_upload .content .feature.feature-2 .login-button {
	background-color: #faba00;
	color: #4eb5e2;
}

#code_upload .content .feature.feature-2 .login-button:hover {
	background-color: #ffea00;
}

#code_upload .sign_up_page_one input {
	width: 90%;
}

#code_upload .sign_up_page_one .field_holder {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	#code_upload .sign_up_page_one .part-two {
		display: none;
	}
}

#code_upload .sign_up_page_one .part-two video {
	max-width: 100%;
}

#code_upload .sign_up_page_two .part-one, #code_upload .sign_up_page_two .part-two {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

#code_upload .sign_up_page_two .field_holder {
	margin-bottom: 40px;
}

#code_upload .sign_up_page_two .field_holder input {
	width: 100%;
}

#code_upload .sign_up_page_two .field_holder.first_name {
	width: 48%;
}

#code_upload .sign_up_page_two .field_holder.last_name {
	width: 48%;
}

#code_upload .sign_up_page_two .field_holder.phone {
	width: 100%;
}

#code_upload .sign_up_page_two .field_holder.zip {
	width: 32%;
}

#code_upload .sign_up_page_two .field_holder.city {
	width: 64%;
}

#code_upload .sign_up_page_two .field_holder.street_address {
	width: 100%;
}

#code_upload .winner_form .content .prize-type-item-title {
	text-align: center;
	width: 100%;
}

#code_upload .winner_form .content .prize-type-item-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#code_upload .winner_form .content .prize-type-item-list .prize-type-item {
	margin-right: 6px;
	font-weight: normal;
}

#code_upload .winner_form .content .prize-type-item-list .prize-type-item:after {
	content: ",";
}

#code_upload .winner_form .content .prize-type-item-list .prize-type-item:last-child {
	margin-right: 0px;
}

#code_upload .winner_form .content .prize-type-item-list .prize-type-item:last-child:after {
	content: initial;
}

#winners .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

#winners .winner_list_wrapper {
	width: 100%;
}

#winners .winner_table {
	margin: 0 auto;
	width: 90%;
	background: transparent;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 40px;
	position: relative;
	text-align: left;
}

@media (max-width: 1024px) and (min-width: 600px) {
	#winners .winner_table {
		width: 100%;
		font-size: 14px;
	}
}

@media (max-width: 599px) and (min-width: 320px) {
	#winners .winner_table {
		width: 100%;
		font-size: 12px;
	}
}

#winners .winner_table .title_block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #4eb5e2;
	margin-bottom: 20px;
	font-weight: bold;
}

#winners .winner_table .title_block .name {
	width: 33%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#winners .winner_table .title_block .name {
		padding-right: 5%;
	}
}

#winners .winner_table .title_block .prize {
	width: 33%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#winners .winner_table .title_block .prize {
		padding-right: 5%;
	}
}

#winners .winner_table .title_block .date {
	width: 33%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#winners .winner_table .title_block .date {
		padding-right: 5%;
	}
}

#winners .winner_table .winner_record {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #6cb9c2;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid white;
	padding-bottom: 10px;
	padding-top: 10px;
}

#winners .winner_table .winner_record .name {
	width: 33%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#winners .winner_table .winner_record .name {
		padding-right: 5%;
		-ms-word-break: break-word;
		word-break: break-word;
	}
}

#winners .winner_table .winner_record .prize {
	width: 33%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#winners .winner_table .winner_record .prize {
		padding-right: 5%;
		-ms-word-break: break-word;
		word-break: break-word;
	}
}

#winners .winner_table .winner_record .date {
	width: 33%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#winners .winner_table .winner_record .date {
		padding-right: 5%;
	}
}

#winners .winner_table .winner_record .full {
	width: 99%;
}

#products .icon-button_left, #products .icon-button_right {
	color: #4eb5e2;
}

#products .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

#products .product_list {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#products .product_list .product {
	box-sizing: border-box;
	text-align: center;
	margin-top: 40px;
}

#products .product_list .product h6 {
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#products .product_list .product .image_wrapper {
	width: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 200px;
}

#products .product_list .product .image_wrapper .image {
	width: 100%;
	width: unset !important;
	text-align: center;
	max-width: unset !important;
}

#products .product_list .product .image_wrapper .image img {
	height: 200px;
}

#products .product_list .product .image_wrapper .title {
	width: 100%;
	text-align: center;
}

@media (max-width: 768px) {
	#additional_information h3 {
		text-align: center;
	}
}

#additional_information ul {
	list-style: none;
}

#additional_information ul.general li {
	margin-top: 20px;
	padding-left: 20px;
}

#additional_information ul.general li::before {
	content: "•";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#additional_information .part-two {
	margin-top: 20px;
}

#additional_information .part-two video {
	width: 100%;
}

#contact {
	position: relative;
}

#contact .errors {
	margin-top: 10px;
}

#contact .error {
	color: #fff;
}

#contact h2 {
	color: #faba00;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder, #contact select::-webkit-input-placeholder {
	color: #6cb9c2;
	opacity: .7;
}

#contact input:-moz-placeholder, #contact textarea:-moz-placeholder, #contact select:-moz-placeholder {
	color: #6cb9c2;
	opacity: .7;
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder, #contact select:-ms-input-placeholder {
	color: #6cb9c2;
	opacity: .7;
}

#contact .background_left {
	background: #22185d;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#contact .background_left.has-background-image {
	background-image: none;
	background-size: cover;
}

@media (max-width: 768px) {
	#contact .background_left {
		width: 100%;
	}
}

#contact .background_right {
	background: #fff;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	height: 100%;
}

#contact .background_right.has-background-image {
	background-image: none;
	background-size: cover;
}

@media (max-width: 768px) {
	#contact .background_right {
		display: none;
	}
}

#contact .content {
	position: relative;
	z-index: 6;
}

#contact .content h1, #contact .content h2, #contact .content h3, #contact .content h4, #contact .content h5, #contact .content h6 {
	margin-bottom: 20px;
}

#contact .part-one {
	color: #faba00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}

#contact .part-one.faded {
	opacity: 0;
}

#contact .part-one .row.captcha_line {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 60px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	#contact .part-one .row.captcha_line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#contact .part-one .row.captcha_line .first_part {
	width: 30%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 5%;
}

@media (max-width: 768px) {
	#contact .part-one .row.captcha_line .first_part {
		width: 100%;
	}
}

#contact .part-one .row.captcha_line .first_part .title {
	width: 100%;
	margin-bottom: 10px;
}

#contact .part-one .row.captcha_line .first_part img {
	border-radius: 8px;
}

#contact .part-one .row.captcha_line .second_part {
	width: 65%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	#contact .part-one .row.captcha_line .second_part {
		margin-top: 10px;
		width: 100%;
	}
}

#contact .part-one .row.captcha_line .second_part .title {
	width: 100%;
	margin-bottom: 10px;
}

#contact .part-one .row.captcha_line .second_part .field_wrapper {
	width: 100%;
}

#contact .part-one .row.captcha_line .second_part .field_holder {
	width: 100%;
}

#contact .part-one .row.captcha_line .second_part input {
	width: 100%;
}

#contact .part-two {
	padding-left: 40px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#contact .part-two {
		display: none;
	}
}

#contact .part-two video {
	max-width: 100%;
}

#contact .contact_field_wrapper {
	width: 100%;
	padding-right: 40px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#contact .contact_field_wrapper {
		padding-right: 0px;
	}
}

#contact .contact_field_wrapper button {
	background-color: #faba00;
	color: #4eb5e2;
}

#contact .contact_field_wrapper button:hover {
	background: #ffea00;
}

#contact .contact_field_wrapper input[type="text"] {
	width: 100%;
	padding-left: 20px;
	background: #fff;
	color: #22185d;
}

#contact .contact_field_wrapper input[type="text"]::-ms-input-placeholder {
	color: #6cb9c2;
}

#contact .contact_field_wrapper input[type="text"]::-moz-placeholder {
	color: #6cb9c2;
}

#contact .contact_field_wrapper input[type="text"]::-webkit-input-placeholder {
	color: #6cb9c2;
}

#contact .contact_field_wrapper input[type="text"]::placeholder {
	color: #6cb9c2;
}

#contact .contact_field_wrapper input::-webkit-input-placeholder, #contact .contact_field_wrapper textarea::-webkit-input-placeholder {
	color: #6cb9c2;
	opacity: .7;
}

#contact .contact_field_wrapper input:-moz-placeholder, #contact .contact_field_wrapper textarea:-moz-placeholder {
	color: #6cb9c2;
	opacity: .7;
}

#contact .contact_field_wrapper input:-ms-input-placeholder, #contact .contact_field_wrapper textarea:-ms-input-placeholder {
	color: #6cb9c2;
	opacity: .7;
}

#contact .contact_field_wrapper textarea {
	width: 100%;
	min-height: 200px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 10px;
	background: #fff;
	color: #22185d;
}

#contact .contact_field_wrapper textarea ::-ms-input-placeholder {
	color: #6cb9c2;
	opacity: .4;
}

#contact .contact_field_wrapper textarea ::-moz-placeholder {
	color: #6cb9c2;
	opacity: .4;
}

#contact .contact_field_wrapper textarea ::-webkit-input-placeholder {
	color: #6cb9c2;
	opacity: .4;
}

#contact .contact_field_wrapper textarea ::placeholder {
	color: #6cb9c2;
	opacity: .4;
}

footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-align: center;
	align-items: center;
	height: 101px;
	background-color: #bee0d1;
}

footer .social_icon {
	color: #4eb5e2 !important;
}

footer .social_icon:hover {
	color: #0c8ac0 !important;
}

footer.has-background-image {
	background-image: none;
	background-size: cover;
}

@media (max-width: 768px) {
	footer {
		height: initial;
	}
}

footer .logo_section a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

footer .logo_section a img {
	height: 60px;
}

footer .logo_section a:hover {
	color: #0c8ac0;
}

@media (max-width: 768px) {
	footer .logo_section {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

footer .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1100px) {
	footer .content {
		width: 90%;
	}
}

@media (max-width: 768px) {
	footer .content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

footer .content .social_icons_mobile {
	width: 100%;
}

footer .content .social_icons_mobile .social_icons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

footer .content .social_icons_mobile .social_icons li {
	margin-right: 10px;
}

footer .content .social_icons_mobile .social_icons li a svg {
	width: 32px;
	height: 32px;
}

@media (min-width: 768px) {
	footer .content .social_icons_mobile {
		display: none;
	}
}

footer .content .social_icons_desktop {
	margin-left: 20px;
}

footer .content .social_icons_desktop .social_icons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

footer .content .social_icons_desktop .social_icons li {
	margin-right: 10px;
}

footer .content .social_icons_desktop .social_icons li a svg {
	width: 32px;
	height: 32px;
}

@media (max-width: 768px) {
	footer .content .social_icons_desktop {
		display: none;
	}
}

footer .content .footer_menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 70%;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	footer .content .footer_menu {
		width: 100%;
		padding-top: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	footer .content .footer_menu li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	footer .content .footer_menu li.last {
		margin-bottom: 0px;
	}
}

footer .content .footer_menu li a {
	font-weight: normal;
	color: #4eb5e2;
	font-family: CronosPro-Bold;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	footer .content .footer_menu li a {
		width: fit-content !important;
		margin: 0 auto !important;
	}
}

footer .content .footer_menu li a:hover {
	color: #0c8ac0;
}

footer .content .footer_menu li:before {
	display: none;
}

#promolab_bar {
	width: 100%;
	background: #fff;
	height: 46px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
}

#promolab_bar a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
	color: #22185d;
	font-size: 20px;
	width: 208px;
}

#promolab_bar a .promolablogo {
	height: 23px;
	fill: #22185d;
}

#promolab_bar a:hover {
	opacity: .8;
}

/* Customize the label (the container) */
.custom_radio .radio_wrapper {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.custom_radio .radio_wrapper:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom_radio .radio_wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom_radio .radio_wrapper .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 2px solid #4eb5e2;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.custom_radio .radio_wrapper input:checked ~ .checkmark {
	background-color: transparent;
}

.custom_radio .radio_wrapper .checkmark:after {
	width: 70%;
	height: 70%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	background: #4eb5e2;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	position: absolute;
	display: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.custom_radio .radio_wrapper input:checked ~ .checkmark:after {
	display: block;
}

.custom_radio .radio_wrapper .checkmark:after {
	width: 60%;
	height: 60%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.custom_checkbox {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 20px;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 12px;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom_checkbox .error {
	width: 100%;
	padding-left: 0px;
}

.custom_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom_checkbox input:checked ~ .checkmark {
	background-color: #4eb5e2;
}

.custom_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.custom_checkbox .checkbox_wrapper {
	font-size: 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.custom_checkbox .checkbox_wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom_checkbox .checkbox_wrapper .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #4eb5e2;
}

.custom_checkbox .checkbox_wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.loader {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, .7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	left: 0px;
	top: 0px;
}

.loader.visible {
	opacity: 1;
	pointer-events: initial;
}

.loader .loading {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	animation-delay: 1s;
}

.loader .loading .dot {
	position: relative;
	width: 2em;
	height: 2em;
	margin: .8em;
	border-radius: 50%;
}

.loader .loading .dot::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	-webkit-animation: wave 2s ease-out infinite;
	animation: wave 2s ease-out infinite;
}

.loader .loading .dot:nth-child(1) {
	background: #4eb5e2;
}

.loader .loading .dot:nth-child(1)::before {
	animation-delay: .2s;
}

.loader .loading .dot:nth-child(2) {
	background: #7ac7e9;
}

.loader .loading .dot:nth-child(2)::before {
	animation-delay: .4s;
}

.loader .loading .dot:nth-child(3) {
	background: #a6daf0;
}

.loader .loading .dot:nth-child(3)::before {
	animation-delay: .6s;
}

.loader .loading .dot:nth-child(4) {
	background: #d1ecf8;
}

.loader .loading .dot:nth-child(4)::before {
	animation-delay: .8s;
}

.loader .loading .dot:nth-child(5) {
	background: #fdfeff;
}

.loader .loading .dot:nth-child(5)::before {
	animation-delay: 1s;
}

@-webkit-keyframes wave {
	50%, 75% {
		-ms-transform: scale(2.5);
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
	
	80%, 100% {
		opacity: 0;
	}
}

@keyframes wave {
	50%, 75% {
		-ms-transform: scale(2.5);
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
	
	80%, 100% {
		opacity: 0;
	}
}

/*
 @import "../shared/custom_icons/custom_icons";
 @import "~flatpickr/dist/flatpickr.css";
 @import '~flatpickr/dist/themes/light.css';
 //IMPORT GLIDE JS
 @import "node_modules/@glidejs/glide/src/assets/sass/glide.core";
 @import "node_modules/@glidejs/glide/src/assets/sass/glide.theme";
 */
.glide__arrows.hidden {
	opacity: 0;
	pointer-events: none;
}

.glide__arrow--prev {
	color: #4eb5e2;
	font-size: 50px;
	box-shadow: none;
	border: none;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.glide__arrow--prev:hover {
	color: #0c8ac0;
}

.glide__arrow--next {
	right: 0px;
	color: #4eb5e2;
	font-size: 50px;
	box-shadow: none;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.glide__arrow--next:hover {
	color: #0c8ac0;
}

.cookie-overlay {
	visibility: inherit;
	opacity: 1;
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
	position: fixed;
	bottom: 0;
	text-align: left;
	background-color: #faba00;
	color: #22185d;
	width: 100%;
	z-index: 10000000001;
	font-size: 1.1rem;
	box-sizing: border-box;
	-webkit-transition: cubic-bezier(.645, .045, .355, 1), all .25s linear;
	transition: cubic-bezier(.645, .045, .355, 1), all .25s linear;
}

.cookie-overlay .js-close-button {
	cursor: pointer;
}

.cookie-overlay.accepted {
	-ms-transform: translate(0, 100%) !important;
	-webkit-transform: translate(0, 100%) !important;
	transform: translate(0, 100%) !important;
	opacity: 0 !important;
}

.cookie-overlay a {
	color: #4eb5e2;
	text-decoration: underline;
}

.cookie-overlay .information {
	margin: 2rem auto;
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 80rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 1024px) {
	.cookie-overlay .information {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.cookie-overlay .information .part_one {
	width: 80%;
}

@media (max-width: 1024px) {
	.cookie-overlay .information .part_one {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.cookie-overlay .information .part_one .title {
	text-transform: uppercase;
	color: #22185d;
}

@media (max-width: 1024px) {
	.cookie-overlay .information .part_one .title {
		margin-bottom: 10px;
	}
}

.cookie-overlay .information .part_one .details {
	font-size: 16px;
}

.cookie-overlay .information .part_one a {
	color: #22185d;
	font-size: 16px;
	line-height: 20px;
}

.cookie-overlay .information .part_two {
	width: 20%;
	box-sizing: border-box;
	padding-left: 2%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.cookie-overlay .information .part_two {
		width: 100%;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cookie-overlay .information .part_two #closecookie {
	max-width: 190px;
	width: 100%;
	text-align: center;
	height: 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #4eb5e2;
	color: #faba00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cookie-overlay .information .part_two #closecookie:hover {
	background: #0c8ac0;
}

#user_profile {
	background: #faba00;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 84vh;
	color: #6cb9c2;
}

#user_profile h1, #user_profile h2, #user_profile h3, #user_profile h4, #user_profile h5, #user_profile h6 {
	color: #6cb9c2;
}

#user_profile .back_button {
	background: transparent;
	padding: 10px;
	min-width: 0;
	color: #6cb9c2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#user_profile .back_button:hover {
	color: #95d3df;
	opacity: .6;
}

#user_profile .back_button svg {
	width: 26px;
	height: 26px;
}

#user_profile input[type='text'], #user_profile input[type='password'] {
	color: #faba00;
	background: #6cb9c2;
}

#user_profile input[type='text']::-ms-input-placeholder {
	color: #4eb5e2;
}

#user_profile input[type='text']::-moz-placeholder {
	color: #4eb5e2;
}

#user_profile input[type='text']::-webkit-input-placeholder {
	color: #4eb5e2;
}

#user_profile input[type='password']::-ms-input-placeholder {
	color: #4eb5e2;
}

#user_profile input[type='password']::-moz-placeholder {
	color: #4eb5e2;
}

#user_profile input[type='password']::-webkit-input-placeholder {
	color: #4eb5e2;
}

#user_profile input[type='text']::placeholder, #user_profile input[type='password']::placeholder {
	color: #4eb5e2;
}

#user_profile select {
	background-color: #faba00;
	color: #6cb9c2;
}

#user_profile .simple-template-table th {
	color: #6cb9c2;
}

#user_profile .simple-template-table td {
	color: #bee0d1;
}

#user_profile .user_profile_block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 50px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	#user_profile .user_profile_block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#user_profile .side_menu {
	width: 255px;
	box-sizing: border-box;
	padding-right: 10px;
	margin-right: 100px;
}

@media (max-width: 768px) {
	#user_profile .side_menu {
		margin-right: 0px;
		padding-right: 0px;
		max-width: fit-content;
		overflow: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	#user_profile .side_menu {
		width: 100%;
	}
}

#user_profile .side_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	#user_profile .side_menu ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
}

#user_profile .side_menu ul li {
	color: #6cb9c2;
	border-bottom: 1px solid gray;
	height: 61px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: fit-content;
}

@media (max-width: 768px) {
	#user_profile .side_menu ul li {
		margin-right: 30px;
	}
}

#user_profile .side_menu ul li:last-child {
	border-bottom: none;
}

#user_profile .side_menu ul li a {
	font-weight: normal;
	color: #6cb9c2;
}

#user_profile .side_menu ul li a.active {
	font-weight: bold;
}

#user_profile .page_holder {
	width: calc(100% - 255px);
}

@media (max-width: 768px) {
	#user_profile .page_holder {
		width: 100%;
	}
}

#user_profile .page_holder .field_wrapper {
	margin-bottom: 40px;
}

#user_profile .page_holder .page {
	width: 100%;
}

#forgotten_password, #password_reset {
	min-height: 84vh;
}

#forgotten_password input[type='password'], #password_reset input[type='password'] {
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #22185d;
	position: relative;
}

#forgotten_password .content, #password_reset .content {
	margin-top: 80px;
}

#forgotten_password .user_profile_block, #password_reset .user_profile_block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 50px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	#forgotten_password .user_profile_block, #password_reset .user_profile_block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#forgotten_password .side_menu, #password_reset .side_menu {
	width: 255px;
	box-sizing: border-box;
	padding-right: 10px;
	margin-right: 100px;
}

@media (max-width: 768px) {
	#forgotten_password .side_menu, #password_reset .side_menu {
		margin-right: 0px;
		padding-right: 0px;
		max-width: fit-content;
		overflow: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	#forgotten_password .side_menu, #password_reset .side_menu {
		width: 100%;
	}
}

#forgotten_password .side_menu ul, #password_reset .side_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	#forgotten_password .side_menu ul, #password_reset .side_menu ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
}

#forgotten_password .side_menu ul li, #password_reset .side_menu ul li {
	color: #4eb5e2;
	border-bottom: 1px solid gray;
	height: 61px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: fit-content;
}

@media (max-width: 768px) {
	#forgotten_password .side_menu ul li, #password_reset .side_menu ul li {
		margin-right: 30px;
	}
}

#forgotten_password .side_menu ul li:last-child, #password_reset .side_menu ul li:last-child {
	border-bottom: none;
}

#forgotten_password .side_menu ul li a, #password_reset .side_menu ul li a {
	font-weight: normal;
}

#forgotten_password .side_menu ul li a.active, #password_reset .side_menu ul li a.active {
	font-weight: bold;
}

#forgotten_password .page_holder, #password_reset .page_holder {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#forgotten_password .page_holder, #password_reset .page_holder {
		width: 100%;
	}
}

#forgotten_password .page_holder .field_wrapper, #password_reset .page_holder .field_wrapper {
	margin-bottom: 40px;
}

#forgotten_password .page_holder .page, #password_reset .page_holder .page {
	width: 100%;
}

#__cookie_bar {
	width: 300px;
	box-sizing: border-box;
	min-height: 200px;
	background: #faba00;
	background: rgba(250, 186, 0, .9);
	border-radius: 8px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #22185d;
	padding: 20px;
	box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, .83);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10000000001;
}

@media (max-width: 768px) {
	#__cookie_bar {
		left: 50%;
		-ms-transform: translate(-50%, 0px);
		-webkit-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);
	}
}

#__cookie_bar.in_iframe {
	top: 120px;
	bottom: unset;
	position: absolute;
}

#__cookie_bar.__cookie_bar_open {
	opacity: 1;
	pointer-events: initial;
}

#__cookie_bar a {
	color: #4eb5e2;
	-ms-transform: all .3s ease;
	-webkit-transform: all .3s ease;
	transform: all .3s ease;
}

#__cookie_bar a:hover {
	color: #096890;
}

#__cookie_bar .__cookie_bar_locked {
	pointer-events: none;
}

#__cookie_bar .__cookie_bar_title {
	margin-bottom: 20px;
	font-size: 20px;
}

#__cookie_bar .__cookie_bar_details {
	margin-bottom: 20px;
}

#__cookie_bar .__cookie_bar_options {
	padding: 0px;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

#__cookie_bar .__cookie_bar_options .__cookie_bar_option {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 12px;
}

#__cookie_bar .__cookie_bar_checkbox_label {
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#__cookie_bar .__cookie_bar_checkbox_label:hover {
	color: black;
}

#__cookie_bar .__cookie_bar_checkbox_label p {
	display: inline;
}

#__cookie_bar .__cookie_bar_buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 12px;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button {
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 8px;
	margin-right: 20px;
	text-transform: uppercase;
	background: transparent;
	min-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept {
	background: transparent;
	border: 1px solid #22185d;
	color: #22185d;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept:hover {
	opacity: .7;
	background: rgba(0, 0, 0, 0);
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_all {
	background: transparent;
	background: #4eb5e2;
	border: 1px solid #22185d;
	color: #fff;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_all:hover {
	opacity: .7;
	background: #24a2d9;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_selected {
	background: transparent;
	background: #4eb5e2;
	border: 1px solid #22185d;
	color: #fff;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_selected:hover {
	opacity: .7;
	background: #24a2d9;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_deny {
	background: transparent;
	border: 1px solid #22185d;
	color: #22185d;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_deny:hover {
	opacity: .7;
	background: rgba(0, 0, 0, 0);
}

#__cookie_bar .__cookie_bar_button_styled-checkbox {
	position: absolute;
	opacity: 0;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox:hover + label:before {
	background: #6cb9c2;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .12);
}

#__cookie_bar .__cookie_bar_button_styled-checkbox:checked + label:before {
	background: #6cb9c2;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

#__cookie_bar .__cookie_bar_button_styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.simple-template-table {
	width: 100%;
	line-height: 200%;
}

.simple-template-table thead {
	text-align: left;
	font-size: 14px;
}

.simple-template-table td {
	color: black;
	font-size: 14px;
}

.vertical-table {
	width: 100%;
	font-size: 14px;
}

.vertical-table .entry {
	width: 100%;
	margin-bottom: 20px;
}

.vertical-table .entry .row {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.vertical-table .entry .row .title {
	width: 50%;
	font-weight: bold;
}

.vertical-table .entry .row .value {
	width: 50%;
}

.desktop-only {
	display: none;
}

@media (min-width: 1024px) {
	.desktop-only {
		display: initial;
	}
}

.mobile-only {
	display: none;
}

@media (max-width: 1023px) {
	.mobile-only {
		display: initial;
	}
}

.grecaptcha-badge {
	display: none !important;
}

@media (min-width: 1025px) {
	#login_block_mobile {
		opacity: 0;
		pointer-events: none;
	}
}

#login_block_mobile .error {
	color: #faba00;
}

.flatpickr-mobile {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.ajs-content {
	padding: 0 !important;
	margin-top: 30px !important;
}

.ajs-header {
	display: none;
}

#cookie_policy {
	background: white;
	min-height: 85vh;
}

.cookie-page__content {
	padding-top: 120px;
	padding-bottom: 60px;
}

.cookie-page__content #ot-sdk-cookie-policy {
	margin-bottom: 40px;
}

.cookie-page__content #ot-sdk-btn {
	margin-top: 40px;
}

.google_v2_tickbox_wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.centered_error {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.checkbox_error {
	padding-left: 0px !important;
}

.password_help {
	margin-top: 20px;
	font-size: 12px;
}

.password_help ul {
	list-style: disc;
}

#faq .questions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

#faq .questions .left {
	width: 49%;
}

@media (max-width: 1024px) {
	#faq .questions .left {
		width: 100%;
	}
}

#faq .questions .right {
	width: 49%;
}

@media (max-width: 1024px) {
	#faq .questions .right {
		width: 100%;
	}
}

#faq .question_wrapper {
	width: 100%;
	border-bottom: 1px solid black;
}

#faq .question_wrapper .accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: transparent;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#faq .question_wrapper .accordion.active .icon {
	min-width: 48px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#faq .question_wrapper .accordion .icon {
	min-width: 48px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#faq .question_wrapper .panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#faq .question_wrapper .panel.active {
	max-height: 100vh;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.offline_invoice_identifier_field_wrapper {
	position: relative;
}

.offline_invoice_identifier_field_wrapper .ap_symbol {
	position: absolute;
	left: 20px;
	z-index: 3;
	top: 16px;
	width: 32px;
}

.offline_invoice_identifier_field_wrapper .offline_invoice_identifier {
	padding-left: 60px;
}

.offline_invoice_identifier_field_wrapper .offline_invoice_identifier.diego_ro_freestyle_offline_mode {
	padding-left: 20px !important;
}

.offline_invoice_identifier_field_wrapper.rossmann .ap_symbol {
	display: none;
}

.offline_invoice_identifier_field_wrapper.rossmann .offline_invoice_identifier {
	padding-left: 20px;
}

.bank_account_number_wrapper {
	margin-top: 10px;
}

.bank_account_number_holder {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.bank_account_number_holder .account_number {
	width: 30%;
	padding-right: 1%;
}

.bank_account_number_holder .account_number:last-child {
	padding-right: 0;
}

.bank_account_number_error_holder {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.bank_account_number_error_holder .part_1, .bank_account_number_error_holder .part_2, .bank_account_number_error_holder .part_3 {
	width: 33%;
}

.code_upload_bar {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	z-index: 9;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	opacity: .9;
	opacity: 0;
	top: 79px;
	position: fixed;
	pointer-events: none;
}

@media (min-width: 1024px) {
	.code_upload_bar {
		display: none;
	}
}

.code_upload_bar.show {
	pointer-events: initial;
	opacity: 1;
}

.code_upload_bar.has-background-image {
	background-image: none;
	background-size: cover;
}

.code_upload_bar .menu_element_featured {
	background: #faba00;
	color: #4eb5e2;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 8px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: fit-content;
	margin: 0 auto;
}

.code_upload_bar .menu_element_featured:hover {
	background: #0c8ac0;
}
