
@import url("https://fonts.googleapis.com/css2?family=Rubik: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=Rubik: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=Rubik: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=Rubik: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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
	font-family: Caveat-Regular;
	src: none;
}

/* 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: Rubik;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 48px;
	}
}

h2 {
	font-size: 48px;
	font-family: Rubik;
}

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

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

h3 {
	font-size: 32px;
	font-family: Rubik;
}

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

@media (max-width: 1024px) {
	h3 {
		font-size: 22px;
	}
}

h5 {
	font-size: 24px;
	font-family: Rubik;
}

h6 {
	font-size: 16px;
	font-family: Rubik;
}

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

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

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

button {
	font-family: Rubik;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

.error_page {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #f3f3f3;
	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: none;
	background-size: cover;
}

.error_page .error {
	color: #fff;
}

.error_page.has-background-image {
	background-image: none;
	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: #44bf00;
	font-weight: 800;
}

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

.error_page .content .text_2 {
	color: #44bf00;
	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: #44bf00;
	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: #44bf00;
}

.error_page .content button {
	margin-top: 30px;
	background-color: #f3f3f3 !important;
	color: #292929 !important;
}

.error_page .content button:hover {
	background: #44bf00 !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: 28px;
	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: Rubik;
}

@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: #44bf00;
	color: #f3f3f3;
	border: 1px solid #44bf00;
}

.button.button-1:hover {
	background: #f3f3f3;
}

.button.button-2 {
	background: #f3f3f3;
	color: #292929;
}

.button.button-2:hover {
	background: #44bf00;
}

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

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

.iti__flag {
	background-image: url("img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("img/flags@2x.png");
	}
}

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

a:hover {
	color: #f3f3f3;
}

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

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

@media (max-width: 1460px) {
	.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-25 {
	width: 50%;
}

.percent-48 {
	width: 48%;
}

.percent-50 {
	width: 50%;
}

.percent-100 {
	width: 100%;
}

.stretch {
	width: fit-content;
}

.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: "•";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #fff;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
}

input[type='text'], input[type='number'] {
	border-radius: 7px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #44bf00;
	position: relative;
}

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

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

input[type='phone'] {
	border-radius: 7px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #44bf00;
	position: relative;
}

textarea {
	border-radius: 7px;
	color: #44bf00;
}

select {
	border-radius: 7px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #44bf00;
	position: relative;
}

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

.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: #e64f3b;
	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;
	text-align: center;
}

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

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

.contact_field_wrapper {
	margin-bottom: 40px;
}

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

body {
	font-family: Rubik;
	font-size: 16px;
	color: #e64f3b;
}

body.noscroll {
	overflow: hidden;
}

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

body.high-contrast-mode #faq .question_wrapper .accordion .icon {
	color: black !important;
}

body.high-contrast-mode #faq .question_wrapper .accordion svg {
	fill: black !important;
}

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

body.high-contrast-mode .vs__actions {
	fill: black;
}

body.high-contrast-mode .vs__actions svg {
	fill: black;
}

body.high-contrast-mode .vs__dropdown-menu {
	color: black;
	background: white;
}

body.high-contrast-mode .vs__search, body.high-contrast-mode .vs_search--focus {
	color: black;
	background: white;
}

body.high-contrast-mode .vs__dropdown-option {
	background: white;
	color: black;
}

body.high-contrast-mode .vs__dropdown-option--highlight {
	background: white;
	color: black;
}

body.high-contrast-mode .vs__dropdown-toggle {
	border: 1px solid black !important;
	background: white !important;
}

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 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 {
	background: white !important;
	color: black !important;
}

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

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

body.high-contrast-mode .mobile-menu .mobile_content .menu li a {
	color: black;
}

body.high-contrast-mode .mobile-menu .mobile_login_link button {
	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 header .user_profile .user_block .close-button {
	color: black;
}

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

body.high-contrast-mode .checkmark {
	border: 1px solid black !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 table, body.high-contrast-mode td, body.high-contrast-mode tr, body.high-contrast-mode th {
	color: black !important;
	background: white !important;
}

body.high-contrast-mode .iti--separate-dial-code .iti__selected-dial-code {
	background-color: white !important;
}

body.high-contrast-mode .iti--separate-dial-code .iti__selected-flag {
	background-color: white !important;
}

body.high-contrast-mode .iti__country-list {
	background: white !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 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 select::-ms-input-placeholder {
	color: #3f3f3f !important;
}

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

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

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

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

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

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

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

body.high-contrast-mode textarea::-webkit-input-placeholder {
	color: #3f3f3f !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 #campaigns .campaign_list .card .button_wrapper .button {
	border: 1px solid black !important;
}

body.high-contrast-mode #campaigns .brand_filter .counter {
	border: 1px solid black;
	background: white;
}

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 !important;
}

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 #user_profile {
	background: white !important;
}

body.high-contrast-mode #user_profile .side_menu ul li a {
	color: black !important;
}

body.high-contrast-mode #user_profile .legal_agreements a, body.high-contrast-mode #user_profile .legal_agreements a:hover {
	color: black;
}

body.high-contrast-mode #user_profile .legal_agreements .row:hover {
	background-color: inherit;
}

body.high-contrast-mode #user_profile .legal_agreements .row:hover > .col:nth-child(2), body.high-contrast-mode #user_profile .legal_agreements .row:hover > .col:nth-child(3) {
	opacity: 1;
}

body.high-contrast-mode #user_profile .legal_agreements .col_disabled {
	background-color: inherit;
	opacity: 1;
}

body.high-contrast-mode #user_profile .legal_agreements .round-checkbox .box::before {
	background: inherit;
}

body.high-contrast-mode #user_profile .legal_agreements .round-checkbox:not(:has(input:disabled)):hover input:checked + .box::before {
	background: inherit;
}

body.high-contrast-mode #user_profile .legal_agreements .round-checkbox .round-checkbox-checkmark {
	border: 2px solid black;
}

body.high-contrast-mode #user_profile .legal_agreements .round-checkbox input:checked + .box .round-checkbox-checkmark {
	background: black;
	border-color: black;
}

body.high-contrast-mode #user_profile .legal_agreements .legal_agreements_tooltip_info_icon {
	color: black;
}

body.high-contrast-mode #user_profile .legal_agreements .legal_agreements_tooltip .legal_agreements_tooltip_info_icon {
	color: black;
}

body.high-contrast-mode #user_profile .legal_agreements .mobile-row-disabled {
	background-color: inherit;
	opacity: 1;
}

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

body.high-contrast-mode #login_block_desktop a {
	color: black;
}

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

body.high-contrast-mode footer .social_icon {
	color: #000 !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 #campaigns .campaign_list .card .card-label {
	background: white !important;
	color: black !important;
	border: 1px solid black !important;
	border-bottom: none !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;
}

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-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;
}

.agegate {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #f3f3f3;
	background-size: cover;
	top: 0px;
	left: 0px;
	z-index: 499999977;
	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;
	overflow-y: scroll;
	pointer-events: none;
}

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

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

.agegate .error {
	color: #fff;
}

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

.agegate.has-background-image {
	background-image: none;
	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: #44bf00;
	margin-top: 40px;
	font-weight: bold;
}

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

.agegate .content .text_2 {
	color: #44bf00;
	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: #44bf00;
	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: #44bf00;
}

.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: "Year";
	color: #44bf00;
	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: "Month";
	color: #44bf00;
	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: "Day";
	color: #44bf00;
	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 #44bf00;
	color: #44bf00;
	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: #fff !important;
	font-size: 48px;
}

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

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

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

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

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

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

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

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

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

.agegate .content .fields .agegate_field::placeholder {
	/* Most modern browsers support this now. */
	color: #fff !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 #44bf00;
}

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

.agegate .content button {
	background-color: #f3f3f3 !important;
	color: #292929 !important;
}

.agegate .content button:hover {
	background: #44bf00 !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;
	}
}

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

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;
	margin-left: 10px;
	height: 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-left: 20px;
	padding-right: 20px;
}

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

header .user_profile .user_name {
	color: #44bf00;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@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: #44bf00;
	font-size: 30px;
	margin-left: 6px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-left: 20px;
}

header .user_profile:hover .icon {
	color: #f3f3f3;
}

header .user_profile .user_block {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 60px;
	box-sizing: border-box;
}

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;
	}
}

@media (max-width: 500px) {
	header .user_profile .user_block {
		left: 50%;
		-ms-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
}

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

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

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: #292929;
}

@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: #292929;
}

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 .user_profile .user_block .header__dropdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	background-color: #f3f3f3;
	border-radius: 16px;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, .25);
	padding: 12px;
	z-index: 1200;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

@media (max-width: 500px) {
	header .user_profile .user_block .header__dropdown {
		left: 50%;
		-ms-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
}

header .user_profile .user_block .header__dropdown .profile-menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

header .user_profile .user_block .header__dropdown .profile-menu__card {
	border-radius: 16px;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button {
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-family: Rubik;
	font-size: 16px;
	cursor: pointer;
	min-height: 62px;
	color: #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--default {
	font-weight: 400;
	background: transparent;
	color: #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--default.menu-item__button--hover {
	font-weight: 700;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--default.menu-item__button--selected {
	font-weight: 700;
	border-top: 1px solid #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--highlight {
	font-weight: 700;
	background-color: #fff;
	color: #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--highlight.menu-item__button--hover {
	color: #44bf00;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--highlight.menu-item__button--selected {
	border-bottom: 2px solid #44bf00;
	color: #44bf00;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--top {
	border-radius: 16px 16px 0 0;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--middle {
	border-radius: 0;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--bottom {
	border-radius: 0 0 16px 16px;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button--default-position {
	border-radius: 0;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button .icon-user-profile {
	width: 24px;
	height: 24px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
	color: inherit;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button .icon-user-profile svg {
	width: 100%;
	height: 100%;
	display: block;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__button:hover {
	color: #44bf00;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item--dropdown .menu-item__button--default {
	color: #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item--dropdown .menu-item__button--default.menu-item__button--selected {
	border-top: none;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item--dropdown .menu-item__button--highlight {
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item--dropdown .menu-item__button--top {
	border-top: 1px solid #f3f3f3;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item--dropdown .menu-item__button--bottom {
	border-bottom: 1px solid #f3f3f3;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item--dropdown .menu-item__submenu-item {
	background-color: #f3f3f3;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__icon {
	color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__label {
	-ms-flex: 1;
	flex: 1;
	overflow-wrap: anywhere;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__value {
	font-family: Rubik;
	font-weight: 700;
	font-size: 16px;
	color: inherit;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__chevron {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__chevron--open {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__submenu li {
	margin-bottom: unset;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__submenu-item {
	display: block;
	width: 100%;
	border: none;
	background-color: #fff;
	text-align: left;
	padding: 16px;
	font-family: Rubik;
	font-size: 16px;
	color: #303030;
	cursor: pointer;
	font-weight: normal !important;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__submenu-item--active {
	font-weight: 700 !important;
	border-bottom: 2px solid #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__submenu-item:hover {
	font-weight: 700;
}

header .user_profile .user_block .header__dropdown .profile-menu__card .menu-item__submenu-item:hover {
	font-weight: 700 !important;
}

header .user_profile .user_block .header__dropdown .profile-menu__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}

header .user_profile .user_block .header__dropdown .profile-menu__logout-wrapper {
	border-top: 1px solid #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu--dropdown .profile-menu__logout-wrapper {
	border-top: 1px solid #303030;
}

header .user_profile .user_block .header__dropdown .profile-menu__logout {
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	min-height: 62px;
	border-radius: 0 0 16px 16px;
}

header .user_profile .user_block .header__dropdown .profile-menu__logout:hover {
	font-weight: 700;
}

header .user_profile .user_block .header__dropdown .profile-menu--dropdown .profile-menu__logout {
	background-color: transparent;
	border-radius: 0;
}

header .user_profile .user_block .header__dropdown .profile-menu__logout-label {
	-ms-flex: 1;
	flex: 1;
}

header .user_profile .user_block .header__dropdown .profile-menu .icon-user-profile {
	width: 24px;
	height: 24px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
	color: inherit;
}

header .user_profile .user_block .header__dropdown .profile-menu .icon-user-profile svg {
	width: 100%;
	height: 100%;
	display: block;
}

header .user_profile .user_block .header-dropdown-enter-active, header .user_profile .user_block .header-dropdown-leave-active {
	transition: opacity .15s ease, -ms-transform .15s ease;
	transition: opacity .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, transform .15s ease;
	-webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
}

header .user_profile .user_block .header-dropdown-enter-from, header .user_profile .user_block .header-dropdown-leave-to {
	opacity: 0;
	-ms-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

header .login_block {
	width: 350px;
	position: absolute;
	right: 0px;
	top: 80px;
	box-sizing: border-box;
	background: #f3f3f3;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 7px;
	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: #e64f3b;
}

@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: #fff;
	color: #292929;
}

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

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

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

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

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

header .login_block .field_holder .login_link {
	font-size: 12px;
	color: #292929;
	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: #e64f3b;
}

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

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

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

header .login_block button:not(.close-button) {
	background-color: #44bf00 !important;
	color: #f3f3f3 !important;
}

header .login_block button:not(.close-button):hover {
	background: #f3f3f3 !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: 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) {
	header .header_content ul.menu {
		padding-right: 0%;
	}
}

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

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

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

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

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

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

@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: #44bf00;
	color: #f3f3f3;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 80px;
	display: block;
	border-radius: 28px;
	-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: #f3f3f3;
}

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

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

.high-contrast-mode-switch-wrapper footer .content .footer_menu li a:hover, .high-contrast-mode-switch-wrapper footer .content .footer_menu li a:visited {
	color: black !important;
	fill: black !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: 40px;
	width: 40px;
	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: Rubik;
	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;
	margin-left: 10px;
	height: 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-left: 20px;
	padding-right: 20px;
}

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

#iframe-menu .user_profile .user_name {
	color: #44bf00;
}

@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: #44bf00;
	font-size: 30px;
	margin-left: 6px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-left: 20px;
}

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

#iframe-menu .user_profile .user_block {
	width: 100%;
	position: absolute;
	right: 0;
	top: 60px;
	box-sizing: border-box;
	background: #f3f3f3;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 7px;
	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: #292929;
}

@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: #292929;
}

#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: #f3f3f3;
	box-shadow: 0px 10px 19px -15px rgba(0, 0, 0, .75);
	border-radius: 7px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

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

#iframe-menu .login_block .error {
	color: #e64f3b !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: #fff;
	color: #292929;
}

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

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

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

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

#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: #292929;
	font-weight: normal;
}

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

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

#iframe-menu .login_block .login_content .close-button {
	position: absolute;
	right: 6px;
	top: 6px;
	background: none;
	border: none;
	outline: none;
	color: #292929;
	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: #f3f3f3;
}

#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: #44bf00 !important;
	color: #f3f3f3 !important;
}

#iframe-menu .login_block button:not(.close-button):hover {
	background: #f3f3f3 !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;
	color: #292929;
	font-family: Rubik;
	font-weight: 500;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

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

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

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

@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: #44bf00;
	color: #f3f3f3;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-radius: 28px;
	-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: #f3f3f3;
}

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

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

#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: #f3f3f3;
	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: #f3f3f3;
	font-size: 68px;
	line-height: 80px;
	font-family: Rubik;
}

#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: #f3f3f3;
}

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

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

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

#hero_desktop .slide .overlay .slide_content .left .button_wrapper button {
	background-color: #f3f3f3;
	color: #292929;
}

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

#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: #f3f3f3;
	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: #f3f3f3;
}

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

#hero_desktop .slide .overlay .slide_content .right .featured_info {
	color: #f3f3f3;
	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: 0px;
}

#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: #292929;
	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: #f3f3f3;
	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: #f3f3f3;
	text-align: center;
	margin-top: 40px;
}

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

#hero_mobile .slide .overlay .slide_content .left .featured_info {
	margin-top: 20px;
	color: #f3f3f3;
	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: #292929;
	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: #f3f3f3;
}

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

#hero_mobile .slide .overlay .slide_content .right .featured_info {
	color: #f3f3f3;
	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;
	width: 30vw;
	-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: #303030;
	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;
	font-size: 16px;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	color: #292929;
	text-decoration: none;
	text-transform: none;
	font-weight: 700;
	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: #f3f3f3;
	color: #292929;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 80px;
	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: #44bf00;
}

.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: #303030;
	border-radius: 7px;
	width: 32px;
	height: 4px;
}

.mobile-menu .navigation-mobile-button .mobile-bars:before {
	background: #303030;
	border-radius: 7px;
	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: #303030;
	border-radius: 7px;
	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: #303030;
	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: #303030;
}

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

.mobile-menu.open.has-background-image {
	background-image: none;
	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: #303030;
	font-weight: bold;
}

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

.slick-initialized {
	visibility: visible;
}

#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;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

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

#contact {
	position: relative;
}

#contact .errors {
	margin-top: 10px;
}

#contact .error {
	color: #e64f3b;
}

#contact h2 {
	color: #fff;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder, #contact select::-webkit-input-placeholder {
	color: #292929;
	opacity: .7;
}

#contact input:-moz-placeholder, #contact textarea:-moz-placeholder, #contact select:-moz-placeholder {
	color: #292929;
	opacity: .7;
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder, #contact select:-ms-input-placeholder {
	color: #292929;
	opacity: .7;
}

#contact .background_left {
	background: #303030;
	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: #44bf00;
	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: #fff;
	-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;
	-ms-flex-pack: center;
	justify-content: center;
}

#contact .part-one .row.captcha_line .first_part {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 50%;
}

@media (max-width: 1024px) {
	#contact .part-one .row.captcha_line .first_part {
		width: 100%;
	}
}

#contact .part-one .row.captcha_line .first_part .title {
	text-align: center;
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

#contact .part-one .row.captcha_line .first_part .captcha_image {
	width: unset;
}

#contact .part-one .row.captcha_line .first_part img {
	border-radius: 7px;
}

#contact .part-one .row.captcha_line .second_part {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	width: 50%;
}

@media (max-width: 1024px) {
	#contact .part-one .row.captcha_line .second_part {
		width: 100%;
	}
}

#contact .part-one .row.captcha_line .second_part .title {
	text-align: center;
	margin-left: unset;
	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: 130px;
	height: 50px;
}

#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: 0px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#contact .contact_field_wrapper {
		padding-right: 0px;
	}
}

#contact .contact_field_wrapper button {
	background-color: #44bf00;
	color: #f3f3f3;
}

#contact .contact_field_wrapper button:hover {
	background: #f3f3f3;
}

#contact .contact_field_wrapper input[type="text"] {
	width: 100%;
	padding-left: 20px;
	background: #fff;
	color: #292929;
}

#contact .contact_field_wrapper input[type="text"]::-ms-input-placeholder {
	color: #292929;
}

#contact .contact_field_wrapper input[type="text"]::-moz-placeholder {
	color: #292929;
}

#contact .contact_field_wrapper input[type="text"]::-webkit-input-placeholder {
	color: #292929;
}

#contact .contact_field_wrapper input[type="text"]::placeholder {
	color: #292929;
}

#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: #292929;
}

#contact .contact_field_wrapper textarea::-ms-input-placeholder {
	color: #292929;
	opacity: .4;
}

#contact .contact_field_wrapper textarea::-moz-placeholder {
	color: #292929;
	opacity: .4;
}

#contact .contact_field_wrapper textarea::-webkit-input-placeholder {
	color: #292929;
	opacity: .4;
}

#contact .contact_field_wrapper textarea::placeholder {
	color: #292929;
	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;
	background-color: #292929;
}

footer .social_icon {
	color: #44bf00 !important;
}

footer .social_icon:hover {
	color: #f3f3f3 !important;
}

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

@media (max-width: 768px) {
	footer {
		height: initial;
	}
}

footer .logo_section {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

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: #e6e6e6;
}

footer .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	-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;
}

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;
	width: 100%;
	padding-top: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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: #fff;
	font-family: Rubik;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: fit-content !important;
	margin: 0 auto !important;
}

footer .content .footer_menu li a:hover {
	color: #e6e6e6;
}

footer .content .footer_menu li:before {
	display: none;
}

#promolab_bar {
	width: 100%;
	background: #292929;
	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: #fff;
	font-size: 20px;
	width: 208px;
}

#promolab_bar a .promolablogo {
	height: 23px;
	fill: #fff;
}

#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 #44bf00;
	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: #44bf00;
	-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: 20px !important;
}

.custom_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom_checkbox input:checked ~ .checkmark {
	background-color: #44bf00;
}

.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;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
}

.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: 40px;
	width: 40px;
	background-color: #eee;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	border-radius: 7px;
	border: 2px solid #f3f3f3;
}

.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: #44bf00;
}

.loader .loading .dot:nth-child(1)::before {
	animation-delay: .2s;
}

.loader .loading .dot:nth-child(2) {
	background: #56f200;
}

.loader .loading .dot:nth-child(2)::before {
	animation-delay: .4s;
}

.loader .loading .dot:nth-child(3) {
	background: #73ff26;
}

.loader .loading .dot:nth-child(3)::before {
	animation-delay: .6s;
}

.loader .loading .dot:nth-child(4) {
	background: #94ff59;
}

.loader .loading .dot:nth-child(4)::before {
	animation-delay: .8s;
}

.loader .loading .dot:nth-child(5) {
	background: #b5ff8c;
}

.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";
 */
#invoice_image {
	width: 100%;
	height: 120px;
	border: 1px dashed #44bf00;
	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: #f3f3f3;
}

#invoice_image:hover {
	border: 1px dashed #f3f3f3;
}

#invoice_image:hover .message {
	opacity: .7;
}

#invoice_image .message {
	pointer-events: none;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.glide__arrows.hidden {
	opacity: 0;
	pointer-events: none;
}

.glide__arrow--prev {
	color: #44bf00;
	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: #f3f3f3;
}

.glide__arrow--next {
	right: 0px;
	color: #44bf00;
	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: #f3f3f3;
}

.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: #f3f3f3;
	color: #292929;
	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: #292929;
	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: #292929;
}

@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: #292929;
	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: #f3f3f3;
	color: #292929;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cookie-overlay .information .part_two #closecookie:hover {
	background: #44bf00;
}

#user_profile {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 84vh;
	color: #292929;
}

#user_profile.in_iframe {
	min-height: unset;
}

#user_profile .page {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#user_profile .page.faded {
	opacity: 0;
}

#user_profile h1, #user_profile h2, #user_profile h3, #user_profile h4, #user_profile h5, #user_profile h6 {
	color: #44bf00;
}

#user_profile h2 {
	padding-right: 20px;
}

#user_profile .campaign {
	display: block;
	border-bottom: 1px solid #44bf00;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#user_profile .back_button {
	background: transparent;
	padding: 10px;
	min-width: 0;
	color: #44bf00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#user_profile .back_button:hover {
	color: #f3f3f3;
	opacity: .6;
}

#user_profile .back_button svg {
	width: 26px;
	height: 26px;
}

#user_profile .campaign_title {
	font-weight: bold;
	font-size: 20px;
}

#user_profile .campaign_date {
	font-size: 14px;
}

#user_profile input[type='text'], #user_profile input[type='password'], #user_profile input[type='tel'] {
	color: #292929;
	background: #fff;
	height: 50px;
	width: 100%;
}

#user_profile input[type='text']::-ms-input-placeholder {
	color: #292929;
}

#user_profile input[type='text']::-moz-placeholder {
	color: #292929;
}

#user_profile input[type='text']::-webkit-input-placeholder {
	color: #292929;
}

#user_profile input[type='password']::-ms-input-placeholder {
	color: #292929;
}

#user_profile input[type='password']::-moz-placeholder {
	color: #292929;
}

#user_profile input[type='password']::-webkit-input-placeholder {
	color: #292929;
}

#user_profile input[type='tel']::-ms-input-placeholder {
	color: #292929;
}

#user_profile input[type='tel']::-moz-placeholder {
	color: #292929;
}

#user_profile input[type='tel']::-webkit-input-placeholder {
	color: #292929;
}

#user_profile input[type='text']::placeholder, #user_profile input[type='password']::placeholder, #user_profile input[type='tel']::placeholder {
	color: #292929;
}

#user_profile input::-webkit-input-placeholder, #user_profile textarea::-webkit-input-placeholder, #user_profile select::-webkit-input-placeholder {
	color: #292929;
	opacity: .7;
}

#user_profile input:-moz-placeholder, #user_profile textarea:-moz-placeholder, #user_profile select:-moz-placeholder {
	color: #292929;
	opacity: .7;
}

#user_profile input:-ms-input-placeholder, #user_profile textarea:-ms-input-placeholder, #user_profile select:-ms-input-placeholder {
	color: #292929;
	opacity: .7;
}

#user_profile select {
	background-color: #292929;
	color: #fff;
}

#user_profile .iti {
	width: 100%;
}

#user_profile .iti__country-list {
	background-color: #fff;
	border: none;
	color: #292929;
}

#user_profile .iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
	background-color: #fff;
	color: #292929;
}

#user_profile .iti--separate-dial-code .iti__selected-flag {
	background-color: #fff;
	color: #292929;
	border: none;
	border-radius: 7px;
}

#user_profile .iti__dial-code {
	color: #292929;
}

#user_profile .iti--allow-dropdown input, #user_profile .iti--allow-dropdown input[type=text], #user_profile .iti--allow-dropdown input[type=tel], #user_profile .iti--separate-dial-code input, #user_profile .iti--separate-dial-code input[type=text], #user_profile .iti--separate-dial-code input[type=tel] {
	background-color: #fff;
	height: 50px;
	width: 100%;
	color: #292929;
}

#user_profile .simple-template-table th {
	color: #292929;
	width: 10%;
}

#user_profile .simple-template-table td {
	color: #292929;
}

#user_profile .user_profile_block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 50px;
	gap: 32px;
	-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 .user-profile_menu__layout {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 32px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1023px) {
	#user_profile .user-profile_menu__layout {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#user_profile .user-profile_menu__sidebar {
	width: 260px;
}

@media (max-width: 1023px) {
	#user_profile .user-profile_menu__sidebar {
		width: 100%;
		-ms-flex-order: 1;
		order: 1;
	}
}

#user_profile .user-profile_menu__sidebar .profile-menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card {
	border-radius: 16px;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button {
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-family: Rubik;
	font-size: 16px;
	cursor: pointer;
	min-height: 62px;
	color: #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--default {
	font-weight: 400;
	background: transparent;
	color: #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--default.menu-item__button--hover {
	font-weight: 700;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--default.menu-item__button--selected {
	font-weight: 700;
	border-top: 1px solid #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--highlight {
	font-weight: 700;
	background-color: #f3f3f3;
	color: #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--highlight.menu-item__button--hover {
	color: #44bf00;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--highlight.menu-item__button--selected {
	border-bottom: 2px solid #44bf00;
	color: #44bf00;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--top {
	border-radius: 16px 16px 0 0;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--middle {
	border-radius: 0;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--bottom {
	border-radius: 0 0 16px 16px;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button--default-position {
	border-radius: 0;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__button:hover {
	color: #44bf00;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item--dropdown .menu-item__button--default {
	color: #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item--dropdown .menu-item__button--default.menu-item__button--selected {
	border-top: none;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item--dropdown .menu-item__button--highlight {
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item--dropdown .menu-item__button--top {
	border-top: 1px solid #f3f3f3;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item--dropdown .menu-item__button--bottom {
	border-bottom: 1px solid #f3f3f3;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item--dropdown .menu-item__submenu-item {
	background-color: transparent;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__icon {
	color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__label {
	-ms-flex: 1;
	flex: 1;
	overflow-wrap: anywhere;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__value {
	font-family: Rubik;
	font-weight: 700;
	font-size: 16px;
	color: inherit;
}

@media (max-width: 1023px) {
	#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__value {
		display: none;
	}
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__chevron {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__chevron--open {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__submenu-item {
	width: 100%;
	border: none;
	background-color: transparent;
	text-align: left;
	padding: 16px;
	font-family: Rubik;
	font-size: 16px;
	color: #303030;
	cursor: pointer;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__submenu-item--active {
	font-weight: 700;
	border-bottom: 2px solid #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__card .menu-item__submenu-item:hover {
	font-weight: 700;
}

#user_profile .user-profile_menu__sidebar .profile-menu__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}

#user_profile .user-profile_menu__sidebar .profile-menu__logout-wrapper {
	border-top: 1px solid #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu--dropdown .profile-menu__logout-wrapper {
	border-top: 1px solid #303030;
}

#user_profile .user-profile_menu__sidebar .profile-menu__logout {
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	min-height: 62px;
	border-radius: 0 0 16px 16px;
}

#user_profile .user-profile_menu__sidebar .profile-menu__logout:hover {
	font-weight: 700;
}

#user_profile .user-profile_menu__sidebar .profile-menu--dropdown .profile-menu__logout {
	background-color: transparent;
	border-radius: 0;
}

#user_profile .user-profile_menu__sidebar .profile-menu__logout-label {
	-ms-flex: 1;
	flex: 1;
}

#user_profile .user-profile_menu__sidebar .profile-menu .icon-user-profile {
	width: 24px;
	height: 24px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
	color: inherit;
}

#user_profile .user-profile_menu__sidebar .profile-menu .icon-user-profile svg {
	width: 100%;
	height: 100%;
	display: block;
}

#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: #44bf00;
	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: #44bf00;
}

#user_profile .side_menu ul li a.active {
	font-weight: bold;
}

#user_profile .page_holder {
	width: calc(100% - 260px);
}

@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%;
}

#user_profile .page_holder .profile-page__layout {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 32px;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1023px) {
	#user_profile .page_holder .profile-page__layout {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#user_profile .page_holder .profile-page__sidebar {
	width: 260px;
}

@media (max-width: 1023px) {
	#user_profile .page_holder .profile-page__sidebar {
		width: 100%;
		-ms-flex-order: 1;
		order: 1;
	}
}

#user_profile .page_holder .profile-page__content {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

@media (max-width: 1023px) {
	#user_profile .page_holder .profile-page__content {
		-ms-flex-order: 2;
		order: 2;
	}
}

#user_profile .page_holder .profile-page__cta {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (max-width: 450px) {
	#user_profile .page_holder .profile-page__cta {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 100%;
	}
	
	#user_profile .page_holder .profile-page__cta .btn--cta {
		width: 100%;
	}
}

#user_profile .page_holder .profile-page__links {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 450px) {
	#user_profile .page_holder .profile-page__links {
		margin-top: 24px;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#user_profile .page_holder .profile-page__link {
	border: none;
	background: transparent;
	font-family: Rubik;
	font-weight: 700;
	font-size: 14px;
	color: #44bf00 !important;
	cursor: pointer;
	padding: 8px 0;
	border-radius: 28px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

#user_profile .page_holder .profile-page__link p a {
	color: #44bf00 !important;
}

#user_profile .page_holder .profile-page__divider {
	width: 2px;
	height: 24px;
	margin: 0 16px;
	background-color: #44bf00;
}

#user_profile .page_holder .profile-page .profile-points-table {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#user_profile .page_holder .profile-page .profile-points-table__heading {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

@media (min-width: 1024px) {
	#user_profile .page_holder .profile-page .profile-points-table__heading {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

#user_profile .page_holder .profile-page .profile-points-table__title-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

@media (max-width: 1023px) {
	#user_profile .page_holder .profile-page .profile-points-table__title-group {
		display: none;
	}
}

#user_profile .page_holder .profile-page .profile-points-table__title {
	font-family: Rubik;
	font-size: 33px;
	font-weight: 700;
	color: #44bf00;
	margin: 0;
}

@media (max-width: 1023px) {
	#user_profile .page_holder .profile-page .profile-points-table__title {
		display: none;
	}
}

#user_profile .page_holder .profile-page .profile-points-table__controls {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 12px;
	margin-top: 24px;
}

@media (max-width: 1023px) {
	#user_profile .page_holder .profile-page .profile-points-table__controls {
		margin-top: 48px;
	}
}

#user_profile .page_holder .profile-page .profile-points-table__columns {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 16px 12px;
	border-bottom: 1px solid #292929;
}

#user_profile .page_holder .profile-page .profile-points-table__columns--redeemed {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

#user_profile .page_holder .profile-page .profile-points-table__columns--mobile {
	grid-template-columns: repeat(3, minmax(0, 1fr)) 24px;
}

#user_profile .page_holder .profile-page .profile-points-table__rows {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	#user_profile .page_holder .profile-page .profile-points-table__rows--redeemed {
		gap: 24px;
	}
}

#user_profile .page_holder .profile-page .profile-points-table__summary {
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	margin-top: 24px;
}

#user_profile .page_holder .profile-page .profile-points-table__summary--desktop {
	display: -ms-grid;
	display: grid;
	gap: 12px;
}

#user_profile .page_holder .profile-page .profile-points-table__summary--desktop.profile-points-table__summary--points {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

#user_profile .page_holder .profile-page .profile-points-table__summary--desktop.profile-points-table__summary--redeemed {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

#user_profile .page_holder .profile-page .profile-points-table__summary--desktop .profile-points-table__summary-item {
	justify-self: center;
}

#user_profile .page_holder .profile-page .profile-points-table__summary--desktop.profile-points-table__summary--points .profile-points-table__summary-item {
	grid-column: 7;
}

#user_profile .page_holder .profile-page .profile-points-table__summary--desktop.profile-points-table__summary--redeemed .profile-points-table__summary-item {
	grid-column: 5;
}

#user_profile .page_holder .profile-page .profile-points-table__summary-item {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	position: relative;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row:last-child::after {
	background-color: #292929;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row:hover {
	border-radius: 16px;
	background-color: rgba(255, 255, 255, .3);
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row:hover::after {
	display: none;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row:last-child:hover::after {
	display: block;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--beige {
	border-radius: 16px;
	background-color: #fff;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--beige::after {
	display: block;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--redeemed {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--redeemed:first-child {
	margin-top: 24px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--redeemed::after {
	display: none;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--redeemed:hover::after {
	display: none;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--redeemed:last-child:hover::after {
	display: none;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell {
	text-align: center;
	font-family: Rubik;
	font-size: 16px;
	color: #292929;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	padding: 0 12px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell small {
	font-size: 12px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--source {
	-ms-flex-align: center;
	align-items: center;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--trigger {
	font-weight: 400;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--points {
	-ms-flex-align: center;
	align-items: center;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--status {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--date {
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--date span {
	color: #292929;
	font-size: 16px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row--redeemed #user_profile .page_holder .profile-page .profile-points-table .profile-points-row__cell--trigger {
	font-weight: 700;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-row__image {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) 24px;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	border-radius: 16px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row:first-child {
	margin-top: 24px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row:hover {
	background-color: rgba(255, 255, 255, .3);
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row--beige {
	background-color: #fff;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row__cell {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row__cell--source {
	-ms-flex-pack: center;
	justify-content: center;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row__cell--points {
	-ms-flex-pack: center;
	justify-content: center;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row__cell--status {
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row__cell--chevron {
	-ms-flex-pack: center;
	justify-content: center;
	color: #292929;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-mobile-row__image {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 12px;
}

#user_profile .page_holder .profile-page .profile-points-table .toggle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: auto;
	background-color: rgba(68, 191, 0, .2);
	border-radius: 28px;
	padding: 6px;
	gap: 0;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	#user_profile .page_holder .profile-page .profile-points-table .toggle {
		gap: 15px;
	}
}

#user_profile .page_holder .profile-page .profile-points-table .toggle__button {
	color: #44bf00;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 29px;
	border-radius: 28px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 0;
	background: transparent;
	border: 0;
	font: inherit;
}

#user_profile .page_holder .profile-page .profile-points-table .toggle__button--active {
	background-color: #44bf00;
	color: #f3f3f3;
}

@media (min-width: 768px) {
	#user_profile .page_holder .profile-page .profile-points-table .toggle__button--active {
		padding-left: 32px;
		padding-right: 32px;
	}
}

#user_profile .page_holder .profile-page .profile-points-table .toggle__text {
	margin: 0;
	font-family: Rubik;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	color: currentColor;
	display: inline-block;
}

@media (min-width: 768px) {
	#user_profile .page_holder .profile-page .profile-points-table .toggle__text {
		font-size: 20px;
	}
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

@media (min-width: 1024px) {
	#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge {
		display: none;
	}
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge__container {
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	border-radius: 16px;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge__label, #user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge__value {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	line-height: normal;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge__icon {
	color: #292929;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-mobile-badge__value {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__back-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__title {
	font-family: Rubik;
	font-size: 24px;
	font-weight: 700;
	color: #292929;
	margin: 0;
	padding-left: 8px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__card {
	background-color: #fff;
	border-radius: 20px;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__image-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 12px;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__image {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1.0476190476;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 0;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__label {
	width: 168px;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__value {
	-ms-flex: 1;
	flex: 1;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	color: #292929;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__date {
	font-size: 16px;
	color: #292929;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__time {
	font-family: Rubik;
	font-size: 14px;
	color: #292929;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail__button-wrapper {
	margin-top: 8px;
	padding-top: 12px;
}

#user_profile .page_holder .profile-page .profile-points-table .profile-points-detail .icon--arrowLeft {
	color: #292929;
}

#user_profile .page_holder .profile-page .badge {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 28px;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	width: auto;
}

#user_profile .page_holder .profile-page .badge--w-auto {
	width: auto;
}

#user_profile .page_holder .profile-page .badge--w-full {
	width: 100%;
}

#user_profile .page_holder .profile-page .badge--nestle.badge--approved {
	background-color: #44bf00;
	color: #f3f3f3;
}

#user_profile .page_holder .profile-page .badge--nestle.badge--rejected {
	background-color: #f3f3f3;
	color: #f3f3f3;
}

#user_profile .page_holder .profile-page .badge--nestle.badge--pending {
	background-color: #292929;
	color: #fff;
}

#user_profile .page_holder .profile-page .icon-user-profile {
	width: 24px;
	height: 24px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
	color: inherit;
}

#user_profile .page_holder .profile-page .icon-user-profile svg {
	width: 100%;
	height: 100%;
	display: block;
}

#user_profile .page_holder .legal_agreements .text-subheading {
	margin-bottom: 30px;
}

#user_profile .page_holder .legal_agreements a, #user_profile .page_holder .legal_agreements a:hover {
	color: #292929;
}

#user_profile .page_holder .legal_agreements .row, #user_profile .page_holder .legal_agreements .row_header {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 30% repeat(3, 1fr);
}

@media (max-width: 1200px) {
	#user_profile .page_holder .legal_agreements .row, #user_profile .page_holder .legal_agreements .row_header {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	#user_profile .page_holder .legal_agreements .row, #user_profile .page_holder .legal_agreements .row_header {
		font-size: 12px;
	}
}

#user_profile .page_holder .legal_agreements .row_header {
	background-color: #fff;
}

#user_profile .page_holder .legal_agreements .row_portal {
	margin-bottom: 24px;
}

#user_profile .page_holder .legal_agreements .row > .col:nth-child(1) {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#user_profile .page_holder .legal_agreements .row:hover {
	background-color: #f3f3f3;
	border-radius: 8px;
}

#user_profile .page_holder .legal_agreements .row:hover > .col:nth-child(2), #user_profile .page_holder .legal_agreements .row:hover > .col:nth-child(3) {
	opacity: .38;
}

#user_profile .page_holder .legal_agreements .col {
	position: relative;
	height: 54px;
	text-align: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 16px 8px 16px 8px;
}

#user_profile .page_holder .legal_agreements .col_disabled {
	background-color: #fff;
	opacity: .38;
}

#user_profile .page_holder .legal_agreements .col_header {
	border-bottom: 1px solid #292929;
	height: unset;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#user_profile .page_holder .legal_agreements .col_error {
	height: unset;
}

#user_profile .page_holder .legal_agreements .round-checkbox {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}

#user_profile .page_holder .legal_agreements .round-checkbox input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

#user_profile .page_holder .legal_agreements .round-checkbox .box {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	isolation: isolate;
}

#user_profile .page_holder .legal_agreements .round-checkbox .box::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	-ms-transform: translate(-50%, -50%) scale(.9);
	-webkit-transform: translate(-50%, -50%) scale(.9);
	transform: translate(-50%, -50%) scale(.9);
	opacity: 0;
	transition: opacity .2s, -ms-transform .2s, background-color .2s;
	transition: opacity .2s, -webkit-transform .2s, background-color .2s;
	transition: opacity .2s, transform .2s, background-color .2s;
	-webkit-transition: opacity .2s, -webkit-transform .2s, background-color .2s;
	z-index: 0;
}

#user_profile .page_holder .legal_agreements .round-checkbox:not(:has(input:disabled)):hover .box::before {
	opacity: 1;
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

#user_profile .page_holder .legal_agreements .round-checkbox:not(:has(input:disabled)):hover input:checked + .box::before {
	background: #fff;
	opacity: 1;
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

#user_profile .page_holder .legal_agreements .round-checkbox .round-checkbox-checkmark {
	width: 18px;
	height: 18px;
	border: 2px solid #44bf00;
	border-radius: 50%;
	background: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: border-color .2s, background-color .2s, box-shadow .2s;
	transition: border-color .2s, background-color .2s, box-shadow .2s;
}

#user_profile .page_holder .legal_agreements .round-checkbox:not(:has(input:disabled)):hover input:not(:checked) + .box .round-checkbox-checkmark {
	border-color: #000;
}

#user_profile .page_holder .legal_agreements .round-checkbox input:checked + .box .round-checkbox-checkmark {
	background: #44bf00;
	border-color: #44bf00;
}

#user_profile .page_holder .legal_agreements .round-checkbox .round-checkbox-checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#user_profile .page_holder .legal_agreements .round-checkbox input:checked + .box .round-checkbox-checkmark::after {
	display: block;
}

#user_profile .page_holder .legal_agreements .round-checkbox input:focus-visible + .box .round-checkbox-checkmark {
	box-shadow: 0 0 0 3px rgba(52, 133, 183, .35);
}

#user_profile .page_holder .legal_agreements .round-checkbox input:disabled + .box .round-checkbox-checkmark {
	opacity: .6;
	cursor: not-allowed;
}

#user_profile .page_holder .legal_agreements .round-checkbox input:disabled ~ * {
	cursor: not-allowed;
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip_info_icon {
	color: #44bf00;
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip {
	width: 233px;
	position: absolute;
	left: 0;
	top: -11px;
	visibility: hidden;
	background-color: #fff;
	text-align: left;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid #e8e8e8;
	position: absolute;
	z-index: 10001;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .25);
}

@media (max-width: 1200px) {
	#user_profile .page_holder .legal_agreements .legal_agreements_tooltip {
		top: unset;
		left: unset;
		right: 0;
	}
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip .legal_agreements_tooltip_info_icon {
	position: absolute;
	color: #44bf00;
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip .legal_agreements_tooltip_text {
	position: relative;
	width: 186px;
	top: -4px;
	left: 26px;
}

@media (max-width: 1200px) {
	#user_profile .page_holder .legal_agreements .legal_agreements_tooltip .legal_agreements_tooltip_text {
		width: 153px;
	}
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip .legal_agreements_tooltip_text .legal_agreements_tooltip_text_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	color: #44bf00;
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip .legal_agreements_tooltip_text p {
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0;
	color: #292929;
}

@media (max-width: 1200px) {
	#user_profile .page_holder .legal_agreements .legal_agreements_tooltip_second {
		left: -201px;
	}
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip_third {
	left: -201px;
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip_info_icon_hover {
	margin-left: 10px;
	position: relative;
	height: 20px;
}

#user_profile .page_holder .legal_agreements .legal_agreements_tooltip_info_icon_hover:hover .legal_agreements_tooltip {
	visibility: visible;
	opacity: 1 !important;
}

#user_profile .page_holder .legal_agreements .mobile-row {
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#user_profile .page_holder .legal_agreements .mobile-row-header {
	padding: 16px;
	border-bottom: 1px solid #292929;
	margin-top: 24px;
}

#user_profile .page_holder .legal_agreements .mobile-row-disabled {
	background-color: #fff;
	opacity: .38;
}

#user_profile .page_holder .legal_agreements .mobile-col-text {
	margin-right: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

#user_profile .page_holder .legal_agreements .mobile-col-round-checkbox {
	height: 18px;
}

#user_profile .page_holder .legal_agreements .legal_agreements_save_button {
	margin-top: 24px;
}

#forgotten_password, #password_reset {
	min-height: 84vh;
	background: #fff;
	color: #292929;
}

#forgotten_password h1, #password_reset h1, #forgotten_password h2, #password_reset h2, #forgotten_password h3, #password_reset h3, #forgotten_password h4, #password_reset h4, #forgotten_password h5, #password_reset h5, #forgotten_password h6, #password_reset h6 {
	color: #44bf00;
}

#forgotten_password input[type='text'], #password_reset input[type='text'], #forgotten_password input[type='password'], #password_reset input[type='password'] {
	color: #292929;
	background: #fff;
}

#forgotten_password input[type='text']::-ms-input-placeholder {
	color: #292929;
}

#forgotten_password input[type='text']::-moz-placeholder {
	color: #292929;
}

#forgotten_password input[type='text']::-webkit-input-placeholder {
	color: #292929;
}

#password_reset input[type='text']::-ms-input-placeholder {
	color: #292929;
}

#password_reset input[type='text']::-moz-placeholder {
	color: #292929;
}

#password_reset input[type='text']::-webkit-input-placeholder {
	color: #292929;
}

#forgotten_password input[type='password']::-ms-input-placeholder {
	color: #292929;
}

#forgotten_password input[type='password']::-moz-placeholder {
	color: #292929;
}

#forgotten_password input[type='password']::-webkit-input-placeholder {
	color: #292929;
}

#password_reset input[type='password']::-ms-input-placeholder {
	color: #292929;
}

#password_reset input[type='password']::-moz-placeholder {
	color: #292929;
}

#password_reset input[type='password']::-webkit-input-placeholder {
	color: #292929;
}

#forgotten_password input[type='text']::placeholder, #password_reset input[type='text']::placeholder, #forgotten_password input[type='password']::placeholder, #password_reset input[type='password']::placeholder {
	color: #292929;
}

#forgotten_password input::-webkit-input-placeholder, #password_reset input::-webkit-input-placeholder, #forgotten_password textarea::-webkit-input-placeholder, #password_reset textarea::-webkit-input-placeholder, #forgotten_password select::-webkit-input-placeholder, #password_reset select::-webkit-input-placeholder {
	color: #292929;
	opacity: .7;
}

#forgotten_password input:-moz-placeholder, #password_reset input:-moz-placeholder, #forgotten_password textarea:-moz-placeholder, #password_reset textarea:-moz-placeholder, #forgotten_password select:-moz-placeholder, #password_reset select:-moz-placeholder {
	color: #292929;
	opacity: .7;
}

#forgotten_password input:-ms-input-placeholder, #password_reset input:-ms-input-placeholder, #forgotten_password textarea:-ms-input-placeholder, #password_reset textarea:-ms-input-placeholder, #forgotten_password select:-ms-input-placeholder, #password_reset select:-ms-input-placeholder {
	color: #292929;
	opacity: .7;
}

#forgotten_password select, #password_reset select {
	background-color: #292929;
	color: #fff;
}

#forgotten_password .content, #password_reset .content {
	margin-top: 80px;
}

#forgotten_password .content .row.captcha_line, #password_reset .content .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;
	-ms-flex-pack: center;
	justify-content: center;
}

#forgotten_password .content .row.captcha_line .first_part, #password_reset .content .row.captcha_line .first_part {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}

@media (max-width: 768px) {
	#forgotten_password .content .row.captcha_line .first_part, #password_reset .content .row.captcha_line .first_part {
		width: 100%;
	}
}

#forgotten_password .content .row.captcha_line .first_part .title, #password_reset .content .row.captcha_line .first_part .title {
	text-align: center;
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

#forgotten_password .content .row.captcha_line .first_part img, #password_reset .content .row.captcha_line .first_part img {
	border-radius: 7px;
}

#forgotten_password .content .row.captcha_line .second_part, #password_reset .content .row.captcha_line .second_part {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
}

@media (max-width: 768px) {
	#forgotten_password .content .row.captcha_line .second_part, #password_reset .content .row.captcha_line .second_part {
		width: 100%;
	}
}

#forgotten_password .content .row.captcha_line .second_part .title, #password_reset .content .row.captcha_line .second_part .title {
	text-align: center;
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

#forgotten_password .content .row.captcha_line .second_part .field_wrapper, #password_reset .content .row.captcha_line .second_part .field_wrapper {
	width: 100%;
}

#forgotten_password .content .row.captcha_line .second_part .field_holder, #password_reset .content .row.captcha_line .second_part .field_holder {
	width: 100%;
}

#forgotten_password .content .row.captcha_line .second_part input, #password_reset .content .row.captcha_line .second_part input {
	width: 130px;
	height: 50px;
}

#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: #44bf00;
	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: #f3f3f3;
	/* The Fallback */
	background: rgba(243, 243, 243, .9);
	border-radius: 20px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #292929;
	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.__cookie_bar_open {
	opacity: 1;
	pointer-events: initial;
}

#__cookie_bar.in_iframe {
	top: 120px;
	bottom: unset;
	position: absolute;
}

#__cookie_bar a {
	color: #303030;
	-ms-transform: all .3s ease;
	-webkit-transform: all .3s ease;
	transform: all .3s ease;
}

#__cookie_bar a:hover {
	color: #328c00;
}

#__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: 20px;
	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 #292929;
	color: #292929;
}

#__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;
	border: 1px solid #292929;
	color: #fff;
	background: #44bf00;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_all:hover {
	opacity: .7;
	background: #328c00;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_selected {
	background: transparent;
	border: 1px solid #292929;
	color: #292929;
	background: #f3f3f3;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_accept_selected:hover {
	opacity: .7;
	background: #dadada;
}

#__cookie_bar .__cookie_bar_buttons .__cookie_bar_button.__cookie_bar_button_deny {
	background: transparent;
	border: 1px solid #292929;
	color: #292929;
}

#__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: #44bf00;
}

#__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: #44bf00;
}

#__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: 110%;
}

.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%;
	-ms-word-break: break-word;
	word-break: break-word;
}

.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: #e64f3b;
}

.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 {
	background-color: #fff;
	color: #292929;
}

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

#faq h2 {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #292929;
}

#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);
	color: #292929;
}

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

#faq .question_wrapper .accordion .text {
	color: #292929;
}

#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;
	color: #292929;
}

#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;
}

#register_or_log_in {
	background-color: #fff;
	color: #292929;
}

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

#register_or_log_in h2 {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #292929;
}

#register_or_log_in button {
	margin-right: 20px;
}

#register_or_log_in button.register {
	background-color: #303030;
	color: #f3f3f3;
}

#register_or_log_in button.register:hover {
	background-color: #44bf00;
}

#register_or_log_in button.login {
	background-color: #44bf00;
	color: #f3f3f3;
}

#register_or_log_in button.login:hover {
	background-color: #f3f3f3;
}

#campaigns {
	background-color: #f3f3f3;
	color: #303030;
	max-width: 100%;
	overflow: hidden;
}

#campaigns label {
	color: #303030;
}

#campaigns.has-background-image {
	background-image: none;
	background-repeat: repeat;
}

#campaigns .field_wrapper {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#campaigns .field_wrapper .title {
	text-align: left;
	margin-left: 20px;
}

#campaigns .field_wrapper .error {
	text-align: left;
}

#campaigns .field_wrapper .error ul {
	list-style: none;
	padding: 0;
}

#campaigns h1, #campaigns h2, #campaigns h3, #campaigns h4, #campaigns h5, #campaigns h6 {
	color: #292929;
}

#campaigns .highlighted-text {
	color: #44bf00;
}

#campaigns a {
	color: #44bf00;
}

#campaigns a:hover {
	color: #44bf00;
}

#campaigns input::-webkit-input-placeholder, #campaigns textarea::-webkit-input-placeholder, #campaigns select::-webkit-input-placeholder {
	color: #292929;
	opacity: .7;
}

#campaigns input:-moz-placeholder, #campaigns textarea:-moz-placeholder, #campaigns select:-moz-placeholder {
	color: #292929;
	opacity: .7;
}

#campaigns input:-ms-input-placeholder, #campaigns textarea:-ms-input-placeholder, #campaigns select:-ms-input-placeholder {
	color: #292929;
	opacity: .7;
}

#campaigns select {
	background-color: #fff;
	color: #292929;
}

#campaigns select option {
	color: #292929;
}

#campaigns select option[disabled] {
	color: #292929;
	opacity: .6;
}

#campaigns input[type='text'], #campaigns input[type='password'], #campaigns .flatpickr-mobile {
	color: #292929;
	background: #fff;
}

#campaigns input[type='text']::-ms-input-placeholder {
	color: #292929;
}

#campaigns input[type='text']::-moz-placeholder {
	color: #292929;
}

#campaigns input[type='text']::-webkit-input-placeholder {
	color: #292929;
}

#campaigns input[type='password']::-ms-input-placeholder {
	color: #292929;
}

#campaigns input[type='password']::-moz-placeholder {
	color: #292929;
}

#campaigns input[type='password']::-webkit-input-placeholder {
	color: #292929;
}

#campaigns .flatpickr-mobile::-ms-input-placeholder {
	color: #292929;
}

#campaigns .flatpickr-mobile::-moz-placeholder {
	color: #292929;
}

#campaigns .flatpickr-mobile::-webkit-input-placeholder {
	color: #292929;
}

#campaigns input[type='text']::placeholder, #campaigns input[type='password']::placeholder, #campaigns .flatpickr-mobile::placeholder {
	color: #292929;
}

#campaigns .button-to-products {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 76px;
}

#campaigns .filters {
	width: 100%;
	max-width: 820px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

#campaigns .filters .filter_buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	#campaigns .filters .filter_buttons {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 1024px) {
	#campaigns .filters .filter_buttons .button_wrapper {
		width: 100%;
	}
}

#campaigns .filters .filter_buttons .button_wrapper .filter_button {
	min-height: 40px;
	background: #303030;
	color: #44bf00;
	border: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 6px 10%;
	box-sizing: border-box;
	min-width: 184px;
	font-size: 14px;
	cursor: pointer;
	opacity: .7;
	border-radius: 7px;
}

@media (max-width: 1024px) {
	#campaigns .filters .filter_buttons .button_wrapper .filter_button {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

#campaigns .filters .filter_buttons .button_wrapper .filter_button:hover {
	color: #44bf00;
}

#campaigns .filters .filter_buttons .button_wrapper .filter_button.active {
	opacity: 1;
	background: #303030;
	color: #44bf00;
}

#campaigns .filters .filter_buttons .button_wrapper .filter_button.active:hover {
	color: #44bf00;
	color: rgba(68, 191, 0, .7);
}

#campaigns .search_and_order {
	width: 100%;
	max-width: 820px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#campaigns .search_and_order .elements {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	#campaigns .search_and_order .elements {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#campaigns .search_and_order .elements .part_1 {
	width: 100%;
}

@media (max-width: 1024px) {
	#campaigns .search_and_order .elements .part_1 {
		width: 100%;
		margin-bottom: 10px;
	}
}

#campaigns .search_and_order .elements .part_1 .search_field {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 1024px) {
	#campaigns .search_and_order .elements .part_1 .search_field {
		width: 100%;
		text-align: center;
	}
}

#campaigns .search_and_order .elements .part_2 {
	width: 40%;
}

@media (max-width: 1024px) {
	#campaigns .search_and_order .elements .part_2 {
		width: 100%;
	}
}

#campaigns .search_and_order .elements .part_2 .order {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

#campaigns .brand_filter {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	margin-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 7px;
}

@media (max-width: 1023px) {
	#campaigns .brand_filter {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

#campaigns .brand_filter .counter {
	width: 100%;
	position: relative;
	display: none;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: #303030;
	color: #fff;
	border-radius: 7px;
	height: 50px;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	#campaigns .brand_filter .counter {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}

#campaigns .brand_filter .counter p {
	display: inline;
}

#campaigns .brand_filter .counter .multiselect_header {
	text-align: center;
	width: 100%;
	border-radius: 7px;
	font-size: 14px;
	cursor: pointer;
}

#campaigns .brand_filter .multiselect_dropdown {
	width: 100%;
	background: transparent;
	color: #44bf00;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1rem;
	padding: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	max-height: 100vh;
}

@media (max-width: 1023px) and (min-width: 768px) {
	#campaigns .brand_filter .multiselect_dropdown {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	#campaigns .brand_filter .multiselect_dropdown {
		grid-template-columns: 1fr;
	}
}

#campaigns .brand_filter .multiselect_dropdown.closed {
	overflow: hidden;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1023px) {
	#campaigns .brand_filter .multiselect_dropdown .brand_wrapper {
		margin-right: 20px;
		margin-left: 0px;
		width: 100%;
	}
}

@media (max-width: 1023px) {
	#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .brand {
		width: 100%;
	}
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .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: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 30px;
	-ms-flex-align: center;
	align-items: center;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox .error {
	width: 100%;
	padding-left: 20px !important;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox input:checked ~ .checkmark {
	background-color: #44bf00;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox input:checked ~ .checkmark:after {
	display: block;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox .checkbox_wrapper {
	font-size: 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 0;
	padding-left: 10px;
	text-align: left;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox .checkbox_wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox .checkbox_wrapper .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #eee;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	border-radius: 7px;
	border: 2px solid #f3f3f3;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .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);
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox .checkbox_wrapper .checkmark {
	border: 2px solid #44bf00 !important;
	background: transparent;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox span {
	color: #303030;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox input:checked ~ .checkmark {
	background: #44bf00;
	border: 2px solid #44bf00 !important;
}

#campaigns .brand_filter .multiselect_dropdown .brand_wrapper .custom_checkbox .checkbox_wrapper .checkmark:after {
	border: solid #f3f3f3 !important;
	border-width: 0 3px 3px 0 !important;
}

#campaigns .campaign_list {
	margin-top: 40px;
}

#campaigns .campaign_list ul {
	padding: 0;
}

#campaigns .campaign_list .more_button {
	color: #f3f3f3;
	background: #44bf00;
}

#campaigns .campaign_list .more_button:hover {
	color: #44bf00;
	background: #f3f3f3;
}

#campaigns .campaign_list .card {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 8px 27px -17px #000;
	box-shadow: 0px 8px 27px -17px #000;
	position: relative;
	margin-top: 75px;
	border-radius: 7px;
}

@media (max-width: 1024px) {
	#campaigns .campaign_list .card {
		border-top-left-radius: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		overflow: visible;
	}
}

#campaigns .campaign_list .card .button_wrapper {
	width: 100%;
}

@media (min-width: 1024px) {
	#campaigns .campaign_list .card .button_wrapper.mobile {
		width: 100%;
		max-width: 100%;
		display: none;
	}
}

#campaigns .campaign_list .card .button_wrapper .button {
	border: none !important;
}

@media (max-width: 1024px) {
	#campaigns .campaign_list .card .button_wrapper .button {
		width: 100%;
		max-width: 100%;
	}
}

#campaigns .campaign_list .card.active {
	background: #fff;
	color: #292929;
}

#campaigns .campaign_list .card.active .public_title {
	color: #292929;
}

#campaigns .campaign_list .card.active.has-background-image {
	background-image: none;
	background-size: cover;
}

#campaigns .campaign_list .card.active .button {
	background: #44bf00;
	color: #fff;
}

#campaigns .campaign_list .card.active .button:hover {
	background: #f3f3f3;
}

#campaigns .campaign_list .card.upcoming {
	background: #fff;
	color: #292929;
}

#campaigns .campaign_list .card.upcoming .public_title {
	color: #292929;
}

#campaigns .campaign_list .card.upcoming.has-background-image {
	background-image: none;
	background-size: cover;
}

#campaigns .campaign_list .card.upcoming .button {
	background: #292929;
	color: #fff;
}

#campaigns .campaign_list .card.upcoming .button:hover {
	background: #f3f3f3;
}

#campaigns .campaign_list .card.finished {
	background: #fff;
	color: #303030;
}

#campaigns .campaign_list .card.finished .public_title {
	color: #303030;
}

#campaigns .campaign_list .card.finished.has-background-image {
	background-image: none;
	background-size: cover;
}

#campaigns .campaign_list .card.finished .button {
	background: #e64f3b;
	color: #fff;
}

#campaigns .campaign_list .card.finished .button:hover {
	background: #f3f3f3;
}

#campaigns .campaign_list .card .card-label {
	position: absolute;
	height: 30px;
	left: 0px;
	top: -30px;
	background: transparent;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#campaigns .campaign_list .card .card-label.active {
	background: #44bf00;
	color: #f3f3f3;
}

#campaigns .campaign_list .card .card-label.upcoming {
	background: #292929;
	color: #fff;
}

#campaigns .campaign_list .card .card-label.finished {
	background: #e64f3b;
	color: #fff;
}

#campaigns .campaign_list .card .public_title {
	margin-bottom: 20px;
	width: 100%;
	padding-right: 10%;
	box-sizing: border-box;
}

#campaigns .campaign_list .card .image {
	width: 50%;
	border-bottom-left-radius: 7px;
}

#campaigns .campaign_list .card .image.finished {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#campaigns .campaign_list .card .image img {
	border-bottom-left-radius: 7px;
}

@media (max-width: 1024px) {
	#campaigns .campaign_list .card .image {
		width: 100%;
		border-top-left-radius: 0;
	}
	
	#campaigns .campaign_list .card .image img {
		width: 100%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}
}

#campaigns .campaign_list .card .details {
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media (max-width: 1024px) {
	#campaigns .campaign_list .card .details {
		width: 100%;
		padding: 7%;
		box-sizing: border-box;
	}
}

#campaigns .campaign_list .card .details .description {
	margin-bottom: 20px;
	padding-right: 10%;
}

@media (max-width: 1024px) {
	#campaigns .campaign_list .card .details .description {
		padding-right: 0px;
		display: none;
	}
}

#campaigns .campaign_list .card .details .interval {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 100%;
}

#campaigns .campaign_list .card .details .interval svg {
	margin-right: 10px;
}

#campaigns .campaign_list .card .details .prize_list {
	background: rgba(207, 207, 207, .4);
	width: 90%;
	padding: 10px;
	margin-bottom: 40px;
	border-radius: 7px;
}

@media (max-width: 1024px) {
	#campaigns .campaign_list .card .details .prize_list {
		width: 100%;
		margin-bottom: 20px;
	}
}

#campaigns .campaign_list .card .details .prize_list ul {
	list-style: none;
	padding: 0;
}

#campaigns .campaign_list .card .details .prize_list ul li .prize_title {
	font-weight: bold;
}

#campaigns .campaign_list .card .details .prize_list ul li .item_title:after {
	content: ", ";
}

#campaigns .campaign_list .card .details .prize_list ul li .item_title:last-child:after {
	content: "";
}

#register {
	background-color: #fff;
	color: #292929;
	max-width: 100%;
	overflow: hidden;
}

#register label {
	color: #292929;
}

#register.has-background-image {
	background-image: none;
	background-repeat: repeat;
}

#register .password_requirements ul {
	padding-left: 0px;
}

#register .password_requirements ul li {
	font-size: 12px;
}

#register .field_wrapper {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#register .field_wrapper.vertical_errors .errors .error ul {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

#register .field_wrapper .year {
	width: 90px;
	text-align: center;
}

#register .field_wrapper .month {
	width: 80px;
	text-align: center;
}

#register .field_wrapper .day {
	width: 80px;
	text-align: center;
}

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

#register .field_wrapper .title {
	text-align: left;
	margin-left: 20px;
}

#register .field_wrapper .error {
	text-align: left;
	color: #e64f3b;
}

#register .field_wrapper .error ul {
	list-style: none;
	padding: 0;
}

#register h1, #register h2, #register h3, #register h4, #register h5, #register h6 {
	color: #292929;
}

#register h4 {
	font-size: 20px;
}

#register .highlighted-text {
	color: #303030;
}

#register a {
	color: #303030;
}

#register a:hover {
	color: #303030;
}

#register input[type='text'], #register input[type='password'], #register input[type='tel'] {
	color: #292929;
	background: #f3f3f3;
	width: 100%;
	height: 50px;
}

#register input[type='text']::-ms-input-placeholder {
	color: #292929;
}

#register input[type='text']::-moz-placeholder {
	color: #292929;
}

#register input[type='text']::-webkit-input-placeholder {
	color: #292929;
}

#register input[type='password']::-ms-input-placeholder {
	color: #292929;
}

#register input[type='password']::-moz-placeholder {
	color: #292929;
}

#register input[type='password']::-webkit-input-placeholder {
	color: #292929;
}

#register input[type='tel']::-ms-input-placeholder {
	color: #292929;
}

#register input[type='tel']::-moz-placeholder {
	color: #292929;
}

#register input[type='tel']::-webkit-input-placeholder {
	color: #292929;
}

#register input[type='text']::placeholder, #register input[type='password']::placeholder, #register input[type='tel']::placeholder {
	color: #292929;
}

#register input::-webkit-input-placeholder, #register textarea::-webkit-input-placeholder, #register select::-webkit-input-placeholder {
	color: #292929;
	opacity: .7;
}

#register input:-moz-placeholder, #register textarea:-moz-placeholder, #register select:-moz-placeholder {
	color: #292929;
	opacity: .7;
}

#register input:-ms-input-placeholder, #register textarea:-ms-input-placeholder, #register select:-ms-input-placeholder {
	color: #292929;
	opacity: .7;
}

#register select {
	background-color: #f3f3f3;
	color: #292929;
}

#register select option {
	color: #292929;
}

#register select option[disabled] {
	color: #292929;
	opacity: .6;
}

#register .iti {
	width: 100%;
}

#register .iti__country-list {
	background-color: #f3f3f3;
	border: none;
	color: #292929;
}

#register .iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
	background-color: #f3f3f3;
	color: #292929;
}

#register .iti--separate-dial-code .iti__selected-flag {
	background-color: #f3f3f3;
	color: #292929;
	border: none;
	border-radius: 7px;
}

#register .iti__dial-code {
	color: #292929;
}

#register .iti--allow-dropdown input, #register .iti--allow-dropdown input[type=text], #register .iti--allow-dropdown input[type=tel], #register .iti--separate-dial-code input, #register .iti--separate-dial-code input[type=text], #register .iti--separate-dial-code input[type=tel] {
	background-color: #f3f3f3;
	height: 50px;
	width: 100%;
	color: #292929;
}

#register input[type='text'], #register input[type='number'], #register input[type='password'], #register .flatpickr-mobile {
	color: #292929;
	background: #f3f3f3;
}

#register input[type='number']::-ms-input-placeholder {
	color: #292929;
}

#register input[type='number']::-moz-placeholder {
	color: #292929;
}

#register input[type='number']::-webkit-input-placeholder {
	color: #292929;
}

#register .flatpickr-mobile::-ms-input-placeholder {
	color: #292929;
}

#register .flatpickr-mobile::-moz-placeholder {
	color: #292929;
}

#register .flatpickr-mobile::-webkit-input-placeholder {
	color: #292929;
}

#register input[type='text']::placeholder, #register input[type='number']::placeholder, #register input[type='password']::placeholder, #register .flatpickr-mobile::placeholder {
	color: #292929;
}

#register .button {
	background: #44bf00;
	color: #fff;
}

#register .button:hover {
	background: #f3f3f3;
}

#register .row {
	margin-top: 30px;
}

#register .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;
	-ms-flex-pack: center;
	justify-content: center;
}

#register .row.captcha_line .first_part {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}

@media (max-width: 768px) {
	#register .row.captcha_line .first_part {
		width: 100%;
	}
}

#register .row.captcha_line .first_part .title {
	text-align: center;
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

#register .row.captcha_line .first_part img {
	border-radius: 7px;
}

#register .row.captcha_line .second_part {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
}

@media (max-width: 768px) {
	#register .row.captcha_line .second_part {
		width: 100%;
	}
}

#register .row.captcha_line .second_part .title {
	text-align: center;
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

#register .row.captcha_line .second_part .field_wrapper {
	width: 100%;
}

#register .row.captcha_line .second_part .field_holder {
	width: 100%;
}

#register .row.captcha_line .second_part .field_holder .error {
	text-align: center;
}

#register .row.captcha_line .second_part input {
	width: 130px;
	height: 50px;
}

#additional_information {
	background: #303030;
	color: #f3f3f3;
}

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

#additional_information h3 {
	color: #44bf00;
}

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

#additional_information a {
	color: #44bf00;
}

#additional_information a:hover {
	color: #f3f3f3;
}

#additional_information ul {
	list-style: none;
}

#additional_information ul.general li {
	margin-top: 20px;
	padding-left: 20px;
	color: #f3f3f3;
}

#additional_information ul.general li::before {
	content: "•";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #303030;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
}

#additional_information .part-two {
	margin-top: 20px;
}

#additional_information .part-two video {
	width: 100%;
}

.center-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.min-vh-70 {
	min-height: 70vh;
}

fieldset[disabled] .multiselect {
	pointer-events: none;
}

.multiselect__spinner {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 48px;
	height: 35px;
	background: #fff;
	display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 2px solid transparent;
	border-top-color: #41b883;
	box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
	-webkit-animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
	animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
	animation-iteration-count: infinite;
}

.multiselect__spinner:after {
	-webkit-animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
	animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
	animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
	opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
	font-family: inherit;
	font-size: 16px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.multiselect {
	box-sizing: content-box;
	display: block;
	position: relative;
	width: 100%;
	min-height: 40px;
	text-align: left;
	color: #35495e;
}

.multiselect * {
	box-sizing: border-box;
}

.multiselect:focus {
	outline: none;
}

.multiselect--disabled {
	background: #ededed;
	pointer-events: none;
	opacity: .6;
}

.multiselect--active {
	z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
	position: relative;
	display: inline-block;
	min-height: 20px;
	line-height: 20px;
	border: none;
	border-radius: 5px;
	background: #fff;
	padding: 0 0 0 5px;
	width: 100%;
	-webkit-transition: border .1s ease;
	transition: border .1s ease;
	box-sizing: border-box;
	margin-bottom: 8px;
	vertical-align: top;
}

.multiselect__input:-ms-input-placeholder {
	color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
	color: #35495e;
}

.multiselect__input::-moz-placeholder {
	color: #35495e;
}

.multiselect__input::-webkit-input-placeholder {
	color: #35495e;
}

.multiselect__input::placeholder {
	color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
	width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
	border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
	border-color: #a8a8a8;
	outline: none;
}

.multiselect__single {
	padding-left: 5px;
	margin-bottom: 8px;
}

.multiselect__tags-wrap {
	display: inline;
}

.multiselect__tags {
	min-height: 40px;
	display: block;
	padding: 8px 40px 0 8px;
	border-radius: 5px;
	border: none;
	background: #fff;
	font-size: 14px;
}

.multiselect__tag {
	position: relative;
	display: inline-block;
	padding: 4px 26px 4px 10px;
	border-radius: 5px;
	margin-right: 10px;
	color: #292929;
	line-height: 1;
	background: transparent;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

.multiselect__tag-icon {
	cursor: pointer;
	margin-left: 7px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
	font-style: normal;
	width: 22px;
	text-align: center;
	line-height: 22px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 5px;
}

.multiselect__tag-icon:after {
	content: "×";
	color: #266d4d;
	font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
	background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
	color: #fff;
}

.multiselect__current {
	min-height: 40px;
	overflow: hidden;
	padding: 8px 30px 0 12px;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
	line-height: 16px;
	box-sizing: border-box;
	display: block;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}

.multiselect__select {
	position: absolute;
	width: 40px;
	height: 38px;
	right: 1px;
	top: 1px;
	padding: 4px 8px;
	text-align: center;
	transition: -ms-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	-webkit-transition: -webkit-transform .2s ease;
}

.multiselect__select:before {
	position: relative;
	right: 0;
	top: 65%;
	color: #999;
	margin-top: 4px;
	border-color: #999 transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
}

.multiselect__placeholder {
	color: #adadad;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
	display: none;
}

.multiselect__content-wrapper {
	position: absolute;
	display: block;
	background: #fff;
	width: 100%;
	max-height: 240px;
	overflow: auto;
	border: 1px solid #e8e8e8;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 50;
	-webkit-overflow-scrolling: touch;
}

.multiselect__content {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	min-width: 100%;
	vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
	bottom: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
	display: none;
}

.multiselect__element {
	display: block;
}

.multiselect__option {
	display: block;
	padding: 12px;
	min-height: 40px;
	line-height: 16px;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.multiselect__option:after {
	top: 0;
	right: 0;
	position: absolute;
	line-height: 40px;
	padding-right: 12px;
	padding-left: 20px;
	font-size: 13px;
}

.multiselect__option--highlight {
	background: #41b883;
	outline: none;
	color: #fff;
}

.multiselect__option--highlight:after {
	content: attr(data-select);
	background: #41b883;
	color: #fff;
}

.multiselect__option--selected {
	background: #f3f3f3;
	color: #35495e;
	font-weight: 700;
}

.multiselect__option--selected:after {
	content: attr(data-selected);
	color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
	background: #ff6a6a;
	color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
	background: #ff6a6a;
	content: attr(data-deselect);
	color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
	background: #ededed;
	color: #a6a6a6;
}

.multiselect__option--disabled {
	background: #ededed !important;
	color: #a6a6a6 !important;
	cursor: text;
	pointer-events: none;
}

.multiselect__option--group {
	background: #ededed;
	color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
	background: #35495e;
	color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
	background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
	background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
	background: #ff6a6a;
	color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
	background: #ff6a6a;
	content: attr(data-deselect);
	color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.multiselect-enter, .multiselect-leave-active {
	opacity: 0;
}

.multiselect__strong {
	margin-bottom: 8px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

[dir=rtl] .multiselect {
	text-align: right;
}

[dir=rtl] .multiselect__select {
	right: auto;
	left: 1px;
}

[dir=rtl] .multiselect__tags {
	padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
	text-align: right;
}

[dir=rtl] .multiselect__option:after {
	right: auto;
	left: 0;
}

[dir=rtl] .multiselect__clear {
	right: auto;
	left: 12px;
}

[dir=rtl] .multiselect__spinner {
	right: auto;
	left: 1px;
}

@-webkit-keyframes spinning {
	0% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-ms-transform: rotate(2turn);
		-webkit-transform: rotate(2turn);
		transform: rotate(2turn);
	}
}

@keyframes spinning {
	0% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-ms-transform: rotate(2turn);
		-webkit-transform: rotate(2turn);
		transform: rotate(2turn);
	}
}

.responsive_div_table_wrapper .responsive_div_table .fields {
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

.responsive_div_table_wrapper .responsive_div_table .fields .field_holder {
	margin-bottom: 20px;
}

.responsive_div_table_wrapper .responsive_div_table .fields .field_holder .header {
	font-weight: bold;
}

#reward_products, #reward_product {
	background-color: #292929;
	color: #fff;
	max-width: 100%;
	overflow: hidden;
}

#reward_products label, #reward_product label {
	color: #fff;
}

#reward_products.has-background-image, #reward_product.has-background-image {
	background-image: none;
	background-repeat: repeat;
}

#reward_products .icon, #reward_product .icon {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#reward_products .icon ::v-deep svg, #reward_product .icon ::v-deep svg {
	width: 100%;
	height: 100%;
	display: block;
}

#reward_products .prize-header, #reward_product .prize-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

#reward_products .prize-header .button-to-campaigns, #reward_product .prize-header .button-to-campaigns {
	margin-bottom: 96px;
}

#reward_products .prize-header .prize-header-points-badge, #reward_product .prize-header .prize-header-points-badge {
	margin-bottom: 32px;
}

#reward_products .prize-header__title, #reward_product .prize-header__title {
	font-family: Rubik;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	#reward_products .prize-header__title, #reward_product .prize-header__title {
		font-size: 40px;
	}
}

#reward_products .prize-card-list__search, #reward_product .prize-card-list__search {
	margin-bottom: 32px;
}

#reward_products .prize-card-list__card-list, #reward_product .prize-card-list__card-list {
	display: -ms-grid;
	display: grid;
	gap: 12px;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	#reward_products .prize-card-list__card-list, #reward_product .prize-card-list__card-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1024px) {
	#reward_products .prize-card-list__card-list, #reward_product .prize-card-list__card-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1280px) {
	#reward_products .prize-card-list__card-list, #reward_product .prize-card-list__card-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

#reward_products .prize-card-list__card-list .prize-card, #reward_product .prize-card-list__card-list .prize-card {
	position: relative;
	background-color: #f3f3f3;
	border-radius: 20px;
	width: 100%;
	padding: 0 0 32px 0;
}

@media (max-width: 767px) {
	#reward_products .prize-card-list__card-list .prize-card, #reward_product .prize-card-list__card-list .prize-card {
		padding: 0 0 24px 0;
	}
}

#reward_products .prize-card-list__card-list .prize-card__quantity-badge, #reward_product .prize-card-list__card-list .prize-card__quantity-badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #303030;
	color: #f3f3f3;
	font-family: Rubik;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 17px;
	height: 41px;
	border-radius: 20px 0 20px 0;
}

@media (max-width: 767px) {
	#reward_products .prize-card-list__card-list .prize-card__quantity-badge, #reward_product .prize-card-list__card-list .prize-card__quantity-badge {
		font-family: Rubik;
		font-size: 14px;
		padding: 6px 16px;
	}
}

#reward_products .prize-card-list__card-list .prize-card__content, #reward_product .prize-card-list__card-list .prize-card__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-bottom: -32px;
	padding: 12px;
	width: 100%;
	position: relative;
}

@media (max-width: 767px) {
	#reward_products .prize-card-list__card-list .prize-card__content, #reward_product .prize-card-list__card-list .prize-card__content {
		gap: 16px;
		margin-bottom: -24px;
		padding: 8px;
		width: 100%;
	}
}

#reward_products .prize-card-list__card-list .prize-card__content--disabled, #reward_product .prize-card-list__card-list .prize-card__content--disabled {
	opacity: .4;
	pointer-events: none;
}

#reward_products .prize-card-list__card-list .prize-card__image-container, #reward_product .prize-card-list__card-list .prize-card__image-container {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#reward_products .prize-card-list__card-list .prize-card__image-wrapper, #reward_product .prize-card-list__card-list .prize-card__image-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1;
}

@media (max-width: 767px) {
	#reward_products .prize-card-list__card-list .prize-card__image-wrapper, #reward_product .prize-card-list__card-list .prize-card__image-wrapper {
		aspect-ratio: 1;
	}
}

#reward_products .prize-card-list__card-list .prize-card__image, #reward_product .prize-card-list__card-list .prize-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 20px;
}

#reward_products .prize-card-list__card-list .prize-card__sold-out-badge-wrapper, #reward_product .prize-card-list__card-list .prize-card__sold-out-badge-wrapper {
	position: absolute;
	top: calc(12px + 25%);
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
}

@media (max-width: 767px) {
	#reward_products .prize-card-list__card-list .prize-card__sold-out-badge-wrapper, #reward_product .prize-card-list__card-list .prize-card__sold-out-badge-wrapper {
		top: calc(8px + 25%);
	}
}

#reward_products .prize-card-list__card-list .prize-card__sold-out-badge, #reward_product .prize-card-list__card-list .prize-card__sold-out-badge {
	background-color: #fff;
	color: #fff;
	font-family: Rubik;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	padding: 12px 29px;
	border-radius: 28px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
}

#reward_products .prize-card-list__card-list .prize-card__top, #reward_product .prize-card-list__card-list .prize-card__top {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

#reward_products .prize-card-list__card-list .prize-card__title, #reward_product .prize-card-list__card-list .prize-card__title {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	font-family: Rubik;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	white-space: pre-wrap;
	margin: 0;
	line-height: 1.2;
	min-height: calc(1.2em * 3);
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 450px) {
	#reward_products .prize-card-list__card-list .prize-card__title, #reward_product .prize-card-list__card-list .prize-card__title {
		font-size: 16px !important;
	}
}

#reward_products .prize-card-list__card-list .prize-card__date-badge, #reward_product .prize-card-list__card-list .prize-card__date-badge {
	background-color: rgba(255, 255, 255, .1);
	font-family: Rubik;
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	color: #fff;
	padding: 10px 5px;
	border-radius: 28px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	text-align: center;
}

@media (max-width: 450px) {
	#reward_products .prize-card-list__card-list .prize-card__date-badge, #reward_product .prize-card-list__card-list .prize-card__date-badge {
		padding: 10px 0 !important;
	}
}

#reward_products .prize-card-list__card-list .prize-card__points, #reward_product .prize-card-list__card-list .prize-card__points {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#reward_products .prize-card-list__card-list .prize-card__points ::v-deep .points-badge--display.points-badge--large, #reward_product .prize-card-list__card-list .prize-card__points ::v-deep .points-badge--display.points-badge--large {
	font-size: 20px;
	padding: 16px 12px;
	min-height: auto;
	width: 100%;
}

#reward_products .prize-card-list__card-list .prize-card__button, #reward_product .prize-card-list__card-list .prize-card__button {
	width: 100%;
}

#reward_products .prize-card-list__card-list .prize-card--disabled, #reward_product .prize-card-list__card-list .prize-card--disabled {
	opacity: .4;
	background: #f3f3f3;
}

#reward_products .prize-card-list__load-more, #reward_product .prize-card-list__load-more {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 96px;
	grid-column: 1/-1;
}

#reward_products .prize-search, #reward_product .prize-search {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 768px) {
	#reward_products .prize-search, #reward_product .prize-search {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

#reward_products .prize-search__search-bar, #reward_product .prize-search__search-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

@media (min-width: 768px) {
	#reward_products .prize-search__search-bar, #reward_product .prize-search__search-bar {
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		min-width: 0;
	}
}

#reward_products .prize-search__filter-bar, #reward_product .prize-search__filter-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

@media (max-width: 767px) {
	#reward_products .prize-search__filter-bar, #reward_product .prize-search__filter-bar {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	#reward_products .prize-search__filter-bar, #reward_product .prize-search__filter-bar {
		width: auto;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 16px;
	}
}

#reward_products .prize-search__filter-sort-group, #reward_product .prize-search__filter-sort-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

#reward_products .prize-search__filter-controls, #reward_product .prize-search__filter-controls {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	min-width: 0;
}

@media (min-width: 768px) {
	#reward_products .prize-search__filter-controls, #reward_product .prize-search__filter-controls {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

#reward_products .prize-search__sort-wrapper, #reward_product .prize-search__sort-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#reward_products .prize-search__sort, #reward_product .prize-search__sort {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#reward_products .prize-search__sort-arrow, #reward_product .prize-search__sort-arrow {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15px;
	height: 19px;
}

#reward_products .prize-search__sort-arrow svg, #reward_product .prize-search__sort-arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

#reward_products .prize-search__sort-arrow--down, #reward_product .prize-search__sort-arrow--down {
	opacity: 1;
}

#reward_products .prize-search__sort-arrow--up, #reward_product .prize-search__sort-arrow--up {
	opacity: 1;
}

#reward_products .prize-search__clear-filters, #reward_product .prize-search__clear-filters {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 12px;
	background: transparent;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
}

@media (max-width: 767px) {
	#reward_products .prize-search__clear-filters, #reward_product .prize-search__clear-filters {
		padding: 8px;
	}
}

#reward_products .prize-search__clear-filters .icon--close, #reward_product .prize-search__clear-filters .icon--close {
	width: 20px;
	height: 20px;
	color: #fff;
}

#reward_products .prize-search__clear-filters-text, #reward_product .prize-search__clear-filters-text {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	margin: 0;
}

@media (max-width: 640px) {
	#reward_products .prize-search__clear-filters-text, #reward_product .prize-search__clear-filters-text {
		display: none;
	}
}

#reward_products .search-input, #reward_product .search-input {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 40px;
	padding: 10px 10px 10px 16px;
	border: 2px solid #f3f3f3;
	border-radius: 7px;
	background-color: #f3f3f3;
	width: 100%;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

#reward_products .search-input__field, #reward_product .search-input__field {
	-ms-flex: 1;
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	padding: 0;
	margin: 0;
}

#reward_products .search-input__field::-ms-input-placeholder {
	color: #fff;
	opacity: .6;
}

#reward_products .search-input__field::-moz-placeholder {
	color: #fff;
	opacity: .6;
}

#reward_products .search-input__field::-webkit-input-placeholder {
	color: #fff;
	opacity: .6;
}

#reward_product .search-input__field::-ms-input-placeholder {
	color: #fff;
	opacity: .6;
}

#reward_product .search-input__field::-moz-placeholder {
	color: #fff;
	opacity: .6;
}

#reward_product .search-input__field::-webkit-input-placeholder {
	color: #fff;
	opacity: .6;
}

#reward_products .search-input__field::placeholder, #reward_product .search-input__field::placeholder {
	color: #fff;
	opacity: .6;
}

#reward_products .search-input .icon__search-icon, #reward_product .search-input .icon__search-icon {
	color: #fff;
	width: 16px;
	height: 16px;
}

#reward_products .prize-detail-card, #reward_product .prize-detail-card {
	display: -ms-grid;
	display: grid;
	gap: 0;
	background-color: #f3f3f3;
	border-radius: 12px;
	padding: 0;
	width: 100%;
	max-width: 958px;
	min-height: 508px;
	margin: 0 auto;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card, #reward_product .prize-detail-card {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}
}

#reward_products .prize-detail-card__image, #reward_product .prize-detail-card__image {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #f3f3f3;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 12px 0;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__image, #reward_product .prize-detail-card__image {
		border-radius: 12px 0 0 12px;
	}
}

#reward_products .prize-detail-card__image-element, #reward_product .prize-detail-card__image-element {
	width: 345px;
	height: 345px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	aspect-ratio: 1;
	object-fit: contain;
	display: block;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__image-element, #reward_product .prize-detail-card__image-element {
		width: 460px;
		height: 460px;
		-ms-flex-item-align: auto;
		align-self: auto;
		aspect-ratio: auto;
	}
}

#reward_products .prize-detail-card__content, #reward_product .prize-detail-card__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	padding: 16px 12px;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__content, #reward_product .prize-detail-card__content {
		gap: 32px;
		padding: 40px 0;
	}
}

#reward_products .prize-detail-card__title, #reward_product .prize-detail-card__title {
	font-family: Rubik;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-align: center;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__title, #reward_product .prize-detail-card__title {
		text-align: left;
	}
}

#reward_products .prize-detail-card__dates-wrapper, #reward_product .prize-detail-card__dates-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
}

#reward_products .prize-detail-card__dates, #reward_product .prize-detail-card__dates {
	font-family: Rubik;
	font-size: 14px;
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	padding: 12px 16px;
	border-radius: 28px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-align: center;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__dates, #reward_product .prize-detail-card__dates {
		width: fit-content;
		font-size: 12px;
	}
}

#reward_products .prize-detail-card__description, #reward_product .prize-detail-card__description {
	font-family: Rubik;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin: 0;
	text-align: center;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__description, #reward_product .prize-detail-card__description {
		text-align: left;
	}
}

#reward_products .prize-detail-card__points, #reward_product .prize-detail-card__points {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 12px;
}

@media (min-width: 991px) {
	#reward_products .prize-detail-card__points, #reward_product .prize-detail-card__points {
		width: 245px;
	}
}

#reward_products .prize-detail-card__stock, #reward_product .prize-detail-card__stock {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-family: Rubik;
	font-size: 16px;
	color: #fff;
	margin-top: 0;
}

#reward_products .prize-detail-card__stock-dot, #reward_product .prize-detail-card__stock-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #59b166;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#reward_products .prize-detail-card__actions, #reward_product .prize-detail-card__actions {
	margin-top: auto;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

#reward_products .prize-detail-card__alert, #reward_product .prize-detail-card__alert {
	margin-top: 0;
	border: none !important;
}

#reward_products .prize-detail-card__alert :deep(.alert__text), #reward_product .prize-detail-card__alert :deep(.alert__text) {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#reward_products .icon-form-sort-ordering-desc, #reward_product .icon-form-sort-ordering-desc {
	display: block;
	width: 28px;
	height: 20px;
	background: url("/img/overview/sort_by_desc.png");
}

#reward_products .icon-form-sort-ordering-asc, #reward_product .icon-form-sort-ordering-asc {
	display: block;
	width: 28px;
	height: 20px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url("/img/overview/sort_by_desc.png");
}

#reward_products .select-box, #reward_product .select-box {
	max-width: 270px;
	min-width: 210px;
	width: auto;
	height: 40px;
}

#reward_products .select-box .vs__dropdown-toggle, #reward_product .select-box .vs__dropdown-toggle {
	width: 100%;
	height: 40px;
	box-shadow: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 1;
	border-radius: 7px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #f3f3f3;
	border: 2px solid #f3f3f3;
}

#reward_products .select-box .vs__dropdown-menu, #reward_product .select-box .vs__dropdown-menu {
	min-width: 100%;
	border-radius: 0 0 7px;
	border: 2px solid #f3f3f3;
	border-top: none;
	margin-top: -1px;
	box-shadow: none;
	z-index: 10;
}

#reward_products .select-box.vs--open .vs__dropdown-toggle, #reward_product .select-box.vs--open .vs__dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-color: transparent;
}

#reward_products .vs__dropdown-option:first-child::before, #reward_product .vs__dropdown-option:first-child::before {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	margin-bottom: 12px;
}

#reward_products .vs__dropdown-option .vs__selected, #reward_product .vs__dropdown-option .vs__selected {
	font-family: Rubik !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
	background-color: transparent;
}

#reward_products .vs__dropdown-option--highlight, #reward_product .vs__dropdown-option--highlight {
	background: #f3f3f3;
}

#reward_products .points-badge, #reward_product .points-badge {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	margin: 0;
	color: #fff;
	border-radius: 28px;
	font-family: Rubik;
	padding: 6px 12px;
	width: auto;
}

#reward_products .points-badge--w-auto, #reward_product .points-badge--w-auto {
	width: auto;
}

#reward_products .points-badge--w-full, #reward_product .points-badge--w-full {
	width: 100%;
}

#reward_products .points-badge--white, #reward_product .points-badge--white {
	background-color: #fff;
}

#reward_products .points-badge--beige, #reward_product .points-badge--beige {
	background-color: #f3f3f3;
}

#reward_products .points-badge--pointer, #reward_product .points-badge--pointer {
	background-color: #f3f3f3;
	text-align: center;
}

#reward_products .points-badge--pointer.points-badge--large, #reward_product .points-badge--pointer.points-badge--large {
	font-family: Rubik;
	font-size: 33px;
	padding: 16px 48px;
	width: auto;
}

#reward_products .points-badge--pointer.points-badge--medium, #reward_product .points-badge--pointer.points-badge--medium {
	font-size: 24px;
	padding: 12px 24px;
	width: auto;
}

#reward_products .points-badge--pointer.points-badge--small, #reward_product .points-badge--pointer.points-badge--small {
	font-size: 20px;
	padding: 12px 24px;
}

#reward_products .points-badge--value, #reward_product .points-badge--value {
	font-family: Rubik;
}

#reward_products .points-badge--value.points-badge--large, #reward_product .points-badge--value.points-badge--large {
	font-size: 24px;
	min-height: 76px;
	padding: 6px 12px;
}

#reward_products .points-badge--value.points-badge--medium, #reward_product .points-badge--value.points-badge--medium {
	font-family: Rubik;
	font-size: 16px;
	padding: 12px 24px;
}

#reward_products .points-badge--value.points-badge--small, #reward_product .points-badge--value.points-badge--small {
	font-size: 14px;
	padding: 6px 12px;
}

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

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

.section--margin-top {
	margin-top: 96px;
}

.section--margin-bottom {
	margin-bottom: 96px;
}

@media (min-width: 1024px) {
	.section--narrow {
		padding-left: 164px;
		padding-right: 164px;
	}
}

.section--padding-unset {
	padding-top: unset;
	padding-bottom: unset;
}

.points-badge {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	margin: 0;
	color: #292929;
	border-radius: 28px;
	font-family: Rubik;
	padding: 6px 12px;
	width: auto;
}

.points-badge--w-auto {
	width: auto;
}

.points-badge--w-full {
	width: 100%;
}

.points-badge--white {
	background-color: #fff;
}

.points-badge--beige {
	background-color: #fff;
}

.points-badge--pointer {
	background-color: #f3f3f3;
	text-align: center;
}

.points-badge--pointer.points-badge--large {
	font-family: Rubik;
	font-size: 33px;
	padding: 16px 48px;
	width: auto;
}

.points-badge--pointer.points-badge--medium {
	font-size: 24px;
	padding: 12px 24px;
	width: auto;
}

.points-badge--pointer.points-badge--small {
	font-size: 20px;
	padding: 12px 24px;
}

.points-badge--value {
	font-family: Rubik;
}

.points-badge--value.points-badge--large {
	font-size: 24px;
	min-height: 76px;
	padding: 6px 12px;
}

.points-badge--value.points-badge--medium {
	font-family: Rubik;
	font-size: 16px;
	padding: 12px 24px;
}

.points-badge--value.points-badge--small {
	font-size: 14px;
	padding: 6px 12px;
}

.btn {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-radius: 28px;
	font-family: Rubik !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:disabled, .btn.disabled {
	cursor: not-allowed;
	opacity: 1;
}

.btn__icon {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: inherit;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	overflow: hidden;
}

.btn__icon .icon {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn__text {
	white-space: nowrap;
}

.btn--small {
	font-size: 14px;
	padding: 8px 16px;
}

.btn--small.btn--icon-only {
	padding: 4px 8px;
	min-width: 26px;
	min-height: 26px;
}

.btn--small .btn__icon {
	width: 19px;
	height: 19px;
	min-width: 19px;
	min-height: 19px;
	max-width: 19px;
	max-height: 19px;
}

.btn--medium {
	font-size: 15px;
	padding: 12px 16px;
}

.btn--medium.btn--icon-only {
	padding: 8px 24px;
	min-width: 44px;
	min-height: 44px;
}

.btn--medium .btn__icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	max-width: 30px;
	max-height: 30px;
}

.btn--large {
	padding: 12px 32px;
	gap: 8px;
}

.btn--large.btn--icon-only {
	padding: 8px 24px;
	min-width: 44px;
	min-height: 44px;
	gap: 0;
}

.btn--large .btn__icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	max-width: 30px;
	max-height: 30px;
}

.btn--icon-before {
	gap: 2px;
}

.btn--icon-before.btn--small {
	gap: 4px;
}

.btn--icon-before__icon {
	margin-right: 0;
}

.btn--icon-after {
	gap: 2px;
}

.btn--icon-after.btn--small {
	gap: 4px;
}

.btn--icon-after__icon {
	margin-left: 0;
}

.btn--icon-only {
	padding: 4px;
	border-radius: 50%;
}

.btn--nestle.btn--primary {
	background-color: #303030;
	color: #292929;
}

.btn--nestle.btn--primary:hover:not(:disabled):not(.disabled) {
	background-color: #44bf00;
}

.btn--nestle.btn--primary:disabled, .btn--nestle.btn--primary.disabled {
	background-color: #303030;
	opacity: .5;
	color: #292929;
}

.btn--nestle.btn--neutral {
	background-color: transparent;
	outline: 3px solid #303030;
	outline-offset: -3px;
	color: #303030;
}

.btn--nestle.btn--neutral:hover:not(:disabled):not(.disabled) {
	background-color: #303030;
	color: #292929;
}

.btn--nestle.btn--neutral:disabled, .btn--nestle.btn--neutral.disabled {
	outline-color: #303030;
	color: #303030;
	background-color: transparent;
}

.btn--nestle.btn--neutral:hover:not(:disabled):not(.disabled) .btn--nestle.btn--neutral__icon {
	color: #fff;
}

.btn--nestle.btn--neutral:disabled .btn--nestle.btn--neutral__icon, .btn--nestle.btn--neutral.disabled .btn--nestle.btn--neutral__icon {
	color: #303030;
}

.btn--width-auto {
	width: auto;
}

.btn--width-full {
	width: 100%;
}

.alert {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 12px;
	width: 100%;
	border: 1px solid transparent;
}

.alert__text {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin: 0;
	min-height: 1px;
	min-width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: inherit;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.alert--small .alert__text {
	font-size: 12px;
	font-weight: 500;
}

.alert--normal .alert__text {
	font-size: 14px;
	font-weight: 700;
}

.alert--filled.alert--info {
	color: #303030;
}

.alert--filled.alert--error {
	background-color: rgba(211, 79, 110, .15);
	border-color: rgba(211, 79, 110, .45);
}

.alert--info-color {
	color: #303030;
}

.alert--error-color {
	color: #d34f6e;
}

.icon--alert-circle-outline {
	width: 32px;
	height: 32px;
}

.icon--arrow-left {
	width: 24px;
	height: 24px;
	color: #fff !important;
}

.icon--cart-opener {
	width: 40px;
	height: 40px;
	color: #fff !important;
}

.icon--check {
	width: 14px;
	height: 14px;
	color: #fff !important;
}

.breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.breadcrumb {
		margin-bottom: 32px;
	}
}

.breadcrumb__left {
	border: none;
	background: none;
	padding: 0;
	font: inherit;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.breadcrumb__left:hover {
	opacity: .7;
}

.breadcrumb__left:focus {
	outline: 2px solid #303030;
	outline-offset: 2px;
	border-radius: 4px;
}

.breadcrumb__path {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	opacity: .6;
	display: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.breadcrumb__path {
		display: block;
	}
}

.breadcrumb__path p {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumb__path a {
	color: #fff;
}

.redeeming {
	position: relative;
	margin: 0;
	overflow: unset !important;
}

.redeeming__title {
	margin-bottom: 12px;
	font-family: Rubik;
	font-weight: 700;
	line-height: normal;
}

.redeeming__title--desktop {
	display: none;
	font-size: 33px;
}

@media (min-width: 768px) {
	.redeeming__title--desktop {
		display: block;
	}
}

.redeeming__title--mobile {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (min-width: 768px) {
	.redeeming__title--mobile {
		display: none;
	}
}

.redeeming__layout {
	margin-top: 24px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

@media (min-width: 768px) {
	.redeeming__layout {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 48px;
	}
}

.redeeming__table {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

@media (max-width: 767px) {
	.redeeming__table {
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 768px) {
	.redeeming__table {
		-ms-flex-order: 1;
		order: 1;
	}
}

.redeeming__table .point-redemption-table {
	--point-redemption-grid: 1.2fr 1fr 1.2fr .9fr .9fr .8fr .8fr;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.redeeming__table .point-redemption-table__header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.redeeming__table .point-redemption-table__desktop-header {
	display: -ms-grid;
	display: grid;
	grid-template-columns: var(--point-redemption-grid, 1.2fr 1fr 1.2fr .9fr .9fr .8fr .8fr);
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	text-align: left;
	justify-items: center;
	width: 100%;
	-moz-column-gap: 8px;
	-webkit-column-gap: 8px;
	column-gap: 8px;
	padding: 16px 6px;
}

.redeeming__table .point-redemption-table__desktop-header > div {
	width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
}

.redeeming__table .point-redemption-table__desktop-header > div:last-child {
	white-space: nowrap;
}

.redeeming__table .point-redemption-table__body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 1280px) {
	.redeeming__table .point-redemption-table__body {
		background-color: #fff;
		box-shadow: none;
	}
}

.redeeming__table .point-redemption-table__body .table-row {
	border-bottom: none;
	background-color: transparent;
}

.redeeming__table .point-redemption-table__body .table-row--redeemed .table-row__desktop {
	background-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
}

.redeeming__table .point-redemption-table__body .table-row--selected .table-row__desktop {
	background-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
}

.redeeming__table .point-redemption-table__body .table-row__desktop {
	display: -ms-grid;
	display: grid;
	grid-template-columns: var(--point-redemption-grid, 1.2fr 1fr 1.2fr .9fr .9fr .8fr .8fr);
	-ms-flex-align: center;
	align-items: center;
	min-height: 76px;
	border-bottom: 1px solid #f3f3f3;
	padding: 0;
	-moz-column-gap: 8px;
	-webkit-column-gap: 8px;
	column-gap: 8px;
	background-color: transparent;
}

.redeeming__table .point-redemption-table__body .table-row__col {
	padding: 8px 6px;
	font-family: Rubik;
	font-size: 16px;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	text-align: left;
	min-width: 0;
	width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
}

.redeeming__table .point-redemption-table__body .table-row__col small {
	font-family: Rubik;
	font-size: 14px;
}

.redeeming__table .point-redemption-table__body .table-row__col--action {
	width: fit-content;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	-ms-flex-align: center;
	align-items: center;
	justify-self: center;
	gap: 8px;
}

.redeeming__table .point-redemption-table__body .table-row__col--action :deep(.button) {
	width: fit-content;
	min-width: 0;
}

.redeeming__table .point-redemption-table__body .table-row__col--image {
	width: 100px;
}

.redeeming__table .point-redemption-table__body .table-row__redeem-button {
	width: 100%;
}

.redeeming__table .point-redemption-table__body .mobile-row {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: none;
	margin-bottom: 4px;
}

.redeeming__table .point-redemption-table__body .mobile-row--redeemed, .redeeming__table .point-redemption-table__body .mobile-row--selected {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
}

.redeeming__table .point-redemption-table__body .mobile-row__header {
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	border-bottom: 1px solid #f3f3f3;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 0 0 12px 12px;
	box-shadow: none;
}

.redeeming__table .point-redemption-table__body .mobile-row__header--active {
	background-color: #f3f3f3;
	border-bottom-color: transparent;
}

.redeeming__table .point-redemption-table__body .mobile-row__header--redeemed {
	background-color: #f3f3f3;
	border-bottom-color: transparent;
	border-radius: 12px;
}

.redeeming__table .point-redemption-table__body .mobile-row__header--active.mobile-row__header--redeemed, .redeeming__table .point-redemption-table__body .mobile-row__header--redeemed.mobile-row__header--active {
	background-color: #f3f3f3;
	border-bottom-color: transparent;
	border-radius: 12px;
}

.redeeming__table .point-redemption-table__body .mobile-row:last-child .mobile-row__header {
	border-bottom: none;
}

.redeeming__table .point-redemption-table__body .mobile-row__header-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.redeeming__table .point-redemption-table__body .mobile-row__header-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: fit-content;
}

.redeeming__table .point-redemption-table__body .mobile-row__header-actions ::v-deep .btn {
	white-space: nowrap;
}

.redeeming__table .point-redemption-table__body .mobile-row__chevron {
	color: #fff;
	transition: -ms-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
	cursor: pointer;
}

.redeeming__table .point-redemption-table__body .mobile-row__chevron--open {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.redeeming__table .point-redemption-table__body .mobile-row__content {
	border-top: 1px solid #fff;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	background-color: #f3f3f3;
	border-radius: 0 0 12px 12px;
	box-shadow: none;
	overflow: hidden;
}

.redeeming__table .point-redemption-table__body .mobile-row__field {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
}

.redeeming__table .point-redemption-table__body .mobile-row__field .points-badge {
	justify-self: start;
}

.redeeming__table .point-redemption-table__body .mobile-row__label {
	font-family: Rubik;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.redeeming__table .point-redemption-table__body .mobile-row__value {
	font-family: Rubik;
	font-size: 16px;
	color: #fff;
}

.redeeming__table .point-redemption-table__body .mobile-row__value--date {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.redeeming__table .point-redemption-table__body .mobile-row__value--date small {
	font-size: 14px;
	margin-top: 2px;
}

.redeeming__table .point-redemption-table__body .mobile-row__actions {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 4px;
}

.redeeming__table .point-redemption-table__body .accordion-enter-active, .redeeming__table .point-redemption-table__body .accordion-leave-active {
	-webkit-transition: max-height .25s ease-out, opacity .25s ease-out;
	transition: max-height .25s ease-out, opacity .25s ease-out;
	overflow: hidden;
	max-height: 1000px;
}

.redeeming__table .point-redemption-table__body .accordion-enter-from, .redeeming__table .point-redemption-table__body .accordion-leave-to {
	max-height: 0;
	opacity: 0;
}

.redeeming__table .point-redemption-table__body .accordion-enter-to, .redeeming__table .point-redemption-table__body .accordion-leave-from {
	max-height: 1000px;
	opacity: 1;
}

.redeeming__table .point-redemption-table__badges {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 12px;
	padding: 16px 0 0;
	border-top: none;
}

@media (min-width: 1280px) {
	.redeeming__table .point-redemption-table__badges {
		border-top: 1px solid #fff;
	}
}

.redeeming__table .point-redemption-table__badge {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 28px;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.redeeming__table .point-redemption-table__badge--available {
	background-color: #fff;
	color: #fff;
	grid-column: 6/span 1;
	justify-self: center;
}

@media (max-width: 1279px) {
	.redeeming__table .point-redemption-table__badge--available {
		grid-column: auto;
		justify-self: flex-start;
	}
}

.redeeming__table .point-redemption-table__badge--target {
	background-color: #303030;
	color: #292929;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	grid-column: 7/span 1;
	justify-self: center;
}

@media (max-width: 1279px) {
	.redeeming__table .point-redemption-table__badge--target {
		grid-column: auto;
		justify-self: flex-start;
	}
}

.redeeming__table .point-redemption-table__badge--target-complete {
	background-color: #44bf00;
}

.redeeming__table .point-redemption-table__actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
	padding-top: 32px;
	margin-top: 32px;
	width: 100%;
}

@media (max-width: 1279px) {
	.redeeming__table .point-redemption-table__actions {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		-moz-column-gap: 12px;
		-webkit-column-gap: 12px;
		column-gap: 12px;
		row-gap: 8px;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-top: 24px;
		margin-top: 24px;
	}
}

.redeeming__table .point-redemption-table__back {
	min-width: 220px;
	justify-self: center;
}

@media (max-width: 1279px) {
	.redeeming__table .point-redemption-table__back {
		min-width: auto;
		width: 100%;
	}
}

.redeeming__table .point-redemption-table__next-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	max-width: 360px;
	grid-column: 6/span 1;
	justify-self: center;
}

@media (max-width: 1279px) {
	.redeeming__table .point-redemption-table__next-group {
		grid-column: auto;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-width: 100%;
		display: contents;
	}
}

.redeeming__table .point-redemption-table__next {
	width: 100%;
}

.redeeming__table .point-redemption-table__alert {
	width: 100%;
}

@media (max-width: 1279px) {
	.redeeming__table .point-redemption-table__alert {
		grid-column: 1/-1;
	}
}

.redeeming__table .iti {
	width: 100%;
}

.redeeming__table .iti__country-list {
	background-color: #fff;
	border: none;
	color: #e64f3b;
}

.redeeming__table .iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
	background-color: transparent;
	color: #e64f3b;
}

.redeeming__table .iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
	color: #e64f3b;
	border: none;
	border-radius: 16px;
}

.redeeming__table .iti__dial-code {
	color: #e64f3b;
}

.redeeming__table .iti--allow-dropdown input, .redeeming__table .iti--allow-dropdown input[type=text], .redeeming__table .iti--allow-dropdown input[type=tel], .redeeming__table .iti--separate-dial-code input, .redeeming__table .iti--separate-dial-code input[type=text], .redeeming__table .iti--separate-dial-code input[type=tel] {
	background-color: transparent;
	height: 50px;
	width: 100%;
	color: #e64f3b;
}

.redeeming__form-wrapper {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	max-width: 958px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.redeeming__form-wrapper {
		-ms-flex-order: 1;
		order: 1;
	}
}

.redeeming__form-wrapper .checkout-form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.redeeming__form-wrapper .checkout-form__header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.redeeming__form-wrapper .checkout-form__title {
	margin: 0;
	font-family: Rubik;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.redeeming__form-wrapper .checkout-form__body {
	width: 100%;
}

.redeeming__form-wrapper .checkout-form__footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 32px;
	gap: 12px;
	width: 100%;
}

@media (min-width: 768px) {
	.redeeming__form-wrapper .checkout-form__footer {
		padding-top: 64px;
	}
}

@media (min-width: 768px) {
	.redeeming__form-wrapper .checkout-form__button--back {
		min-width: 220px;
	}
}

@media (max-width: 767px) {
	.redeeming__form-wrapper .checkout-form__button--back {
		-ms-flex: 1;
		flex: 1;
	}
}

@media (min-width: 768px) {
	.redeeming__form-wrapper .checkout-form__button--continue {
		-ms-flex: 1;
		flex: 1;
		max-width: 360px;
	}
}

@media (max-width: 767px) {
	.redeeming__form-wrapper .checkout-form__button--continue {
		-ms-flex: 1;
		flex: 1;
	}
}

.redeeming__cart {
	width: 100%;
	position: unset;
}

@media (max-width: 767px) {
	.redeeming__cart {
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 768px) {
	.redeeming__cart {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
		width: 240px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-order: 2;
		order: 2;
	}
}

.redeeming__cart .cart {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

@media (max-width: 767px) {
	.redeeming__cart .cart {
		gap: 12px;
	}
}

.redeeming__cart .cart__header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 12px;
	width: 208px;
}

@media (max-width: 767px) {
	.redeeming__cart .cart__header {
		width: 100%;
		padding: 24px 0 12px 0;
		cursor: pointer;
	}
}

@media (min-width: 768px) {
	.redeeming__cart .cart__header {
		padding: 0 12px;
	}
}

.redeeming__cart .cart__title {
	font-family: Rubik;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	margin: 0;
}

@media (max-width: 767px) {
	.redeeming__cart .cart__title {
		font-size: 24px;
	}
}

.redeeming__cart .cart__chevron {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: -ms-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.redeeming__cart .cart__chevron--open {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.redeeming__cart .cart__body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}

@media (min-width: 768px) {
	.redeeming__cart .cart__body {
		width: 240px;
	}
}

.redeeming__cart .cart__body--mobile {
	gap: 8px;
	-webkit-animation: slideDown .2s ease-in-out;
	animation: slideDown .2s ease-in-out;
}

.redeeming__cart .cart__items {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.redeeming__cart .cart__items .prize-cart-item {
	background-color: #f3f3f3;
	border-radius: 20px;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	width: 100%;
}

@media (min-width: 768px) {
	.redeeming__cart .cart__items .prize-cart-item {
		width: 240px;
	}
}

@media (max-width: 767px) {
	.redeeming__cart .cart__items .prize-cart-item {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 16px;
	}
}

.redeeming__cart .cart__items .prize-cart-item__image-container {
	width: 100px;
	height: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.redeeming__cart .cart__items .prize-cart-item__image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.redeeming__cart .cart__items .prize-cart-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.redeeming__cart .cart__items .prize-cart-item__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	width: 100%;
	min-width: 0;
}

@media (max-width: 767px) {
	.redeeming__cart .cart__items .prize-cart-item__content {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 100px;
	}
}

.redeeming__cart .cart__items .prize-cart-item__title {
	font-family: Rubik;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin: 0;
}

@media (max-width: 767px) {
	.redeeming__cart .cart__items .prize-cart-item__title {
		text-align: left;
		padding: 0 8px;
	}
}

.redeeming__cart .cart__items .prize-cart-item__points {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.redeeming__cart .cart__items .prize-cart-item__points {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.redeeming__cart .cart__alert {
	width: 100%;
}

@-webkit-keyframes slideDown {
	from {
		opacity: 0;
		max-height: 0;
	}
	
	to {
		opacity: 1;
		max-height: 1000px;
	}
}

@keyframes slideDown {
	from {
		opacity: 0;
		max-height: 0;
	}
	
	to {
		opacity: 1;
		max-height: 1000px;
	}
}

.redeem-icon-btn {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 28px;
	border: 3px solid #303030;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: background-color .2s ease, border-color .2s ease, color .2s ease;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.redeem-icon-btn__icon {
	width: 13px;
	height: 11px;
	color: #303030;
}

.redeem-icon-btn__label {
	color: #303030;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 700;
}

.redeem-icon-btn--active {
	background-color: #44bf00;
	border-color: #44bf00;
}

.redeem-icon-btn--active .redeem-icon-btn__icon {
	color: #292929;
}

.redeem-icon-btn--active .redeem-icon-btn__label {
	color: #292929;
}

.redeem-icon-btn:disabled {
	cursor: not-allowed;
	background-color: #44bf00;
	border-color: #44bf00;
}

.redeem-icon-btn:disabled .redeem-icon-btn__icon {
	color: #fff;
}

.redeem-icon-btn:disabled .redeem-icon-btn__label {
	color: #fff;
}

.redeem-icon-btn--text {
	background-color: #303030;
	border-color: #303030;
}

.redeem-icon-btn--text .redeem-icon-btn__label {
	color: #292929;
}

.mobile-row {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: none;
	margin-bottom: 4px;
}

.mobile-row--redeemed, .mobile-row--selected {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
}

.mobile-row__header {
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	border-bottom: 1px solid #f3f3f3;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 0 0 12px 12px;
	box-shadow: none;
}

.mobile-row__header--active {
	background-color: #f3f3f3;
	border-bottom-color: transparent;
}

.mobile-row__header--redeemed {
	background-color: #f3f3f3;
	border-bottom-color: transparent;
	border-radius: 12px;
}

.mobile-row__header--active.mobile-row__header--redeemed, .mobile-row__header--redeemed.mobile-row__header--active {
	background-color: #f3f3f3;
	border-bottom-color: transparent;
	border-radius: 12px;
}

.mobile-row:last-child .mobile-row__header {
	border-bottom: none;
}

.mobile-row__header-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mobile-row__header-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: fit-content;
}

.mobile-row__header-actions ::v-deep .btn {
	white-space: nowrap;
}

.mobile-row__chevron {
	color: #fff;
	transition: -ms-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
	cursor: pointer;
}

.mobile-row__chevron--open {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-row__content {
	border-top: 1px solid #fff;
	padding: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	background-color: #f3f3f3;
	border-radius: 0 0 12px 12px;
	box-shadow: none;
	overflow: hidden;
}

.mobile-row__field {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
}

.mobile-row__field .points-badge {
	justify-self: start;
}

.mobile-row__label {
	font-family: Rubik;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.mobile-row__value {
	font-family: Rubik;
	font-size: 16px;
	color: #fff;
}

.mobile-row__value--date {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.mobile-row__value--date small {
	font-size: 14px;
	margin-top: 2px;
}

.mobile-row__actions {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 4px;
}

.accordion-enter-active, .accordion-leave-active {
	-webkit-transition: max-height .25s ease-out, opacity .25s ease-out;
	transition: max-height .25s ease-out, opacity .25s ease-out;
	overflow: hidden;
	max-height: 1000px;
}

.accordion-enter-from, .accordion-leave-to {
	max-height: 0;
	opacity: 0;
}

.accordion-enter-to, .accordion-leave-from {
	max-height: 1000px;
	opacity: 1;
}

.shipping-form {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}

.shipping-form__addresses {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.shipping-form__title {
	margin: 0 0 32px 0;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}

.shipping-form__addresses-header {
	margin-top: 32px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}

.shipping-form__separator {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

.shipping-form__add-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.shipping-form__add-button {
	width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

@media (min-width: 640px) {
	.shipping-form__add-button {
		max-width: 348px;
	}
}

.shipping-form__add-button--active {
	border-color: #303030;
}

.shipping-form__add-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.shipping-form__grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	width: 100%;
}

@media (min-width: 768px) {
	.shipping-form__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
	}
}

.shipping-form__item {
	width: 100%;
}

@media (min-width: 768px) {
	.shipping-form__item--half {
		grid-column: span 2;
	}
	
	.shipping-form__item--full {
		grid-column: span 4;
	}
	
	.shipping-form__item--three {
		grid-column: span 3;
	}
	
	.shipping-form__item--one {
		grid-column: span 1;
	}
}

.input-field {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.input-field__control {
	width: 100%;
	height: 46px !important;
	padding: 12px 16px;
	border-radius: 7px;
	border: 1px solid #303030 !important;
	background-color: transparent;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #e64f3b;
	-webkit-transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.input-field__control:focus {
	outline: none;
}

.input-field__control::-ms-input-placeholder {
	color: #e64f3b;
}

.input-field__control::-moz-placeholder {
	color: #e64f3b;
}

.input-field__control::-webkit-input-placeholder {
	color: #e64f3b;
}

.input-field__control::placeholder {
	color: #e64f3b;
}

.input-field__control--textarea {
	min-height: 90px;
	resize: vertical;
}

.input-field__hint, .input-field__error {
	margin: 0 4px;
	font-family: Rubik;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.input-field__error {
	color: #d34f6e;
}

.input-field--focused .input-field__control {
	border-width: 2px !important;
	border-color: #303030 !important;
}

.input-field--error .input-field__control {
	border-width: 2px;
	border-color: #d34f6e;
}

.address {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 16px;
	border: 3px solid #f3f3f3;
	border-radius: 20px;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	gap: 0;
}

.address:hover:not(.address--selected) {
	background-color: #f3f3f3;
}

.address:focus-visible {
	outline: 2px solid #303030;
	outline-offset: 2px;
}

.address--selected {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(48, 48, 48, .2);
	border-color: #303030;
	padding-right: 48px;
}

.address__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	min-width: 0;
	gap: 0;
}

.address__name {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	color: #e64f3b;
	padding: 4px 8px;
	margin: 0;
}

.address__line {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #e64f3b;
	padding: 4px 8px;
	margin: 0;
}

.address__checkmark {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	background-color: #303030;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.address {
		width: auto;
		min-width: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

.summary {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}

@media (max-width: 767px) {
	.summary {
		gap: 24px;
	}
}

.summary__block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
}

.summary__title {
	margin: 0;
	padding: 8px;
	font-family: Rubik;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}

.summary__line {
	margin: 0;
	padding: 4px 8px;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #e64f3b;
}

.summary__separator {
	border-bottom: 1px solid #e64f3b;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
}

.summary__description {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.summary__description-text {
	margin: 0;
	padding: 4px 8px;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #e64f3b;
}

.summary__checkboxes {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.checkbox {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.checkbox__native {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.checkbox__box {
	width: 20px;
	height: 20px;
	border: 2px solid #e64f3b;
	border-radius: 6px;
	background-color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
	box-shadow: 0 0 0 1px transparent;
}

.checkbox__label {
	-ms-flex: 1;
	flex: 1;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #e64f3b;
}

.checkbox__error {
	display: block;
	margin-top: 4px;
	margin-left: 30px;
	font-family: Rubik;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #d34f6e;
}

.checkbox--error .checkbox__box {
	border-color: #d34f6e;
	box-shadow: 0 0 0 1px #d34f6e;
}

.checkbox--disabled {
	cursor: not-allowed;
	opacity: .6;
}

.checkbox input:checked + .checkbox__box {
	background-color: #303030;
	border-color: #303030;
	box-shadow: 0 0 0 1px #303030;
}

.checkbox input:checked + .checkbox__box::after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #292929;
	border-width: 0 2px 2px 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.hero_mobile_anchors {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 16px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: #fff;
	width: 100%;
	z-index: 9;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	top: 79px;
	position: fixed;
	opacity: 0;
	pointer-events: none;
}

@media (min-width: 1024px) {
	.hero_mobile_anchors {
		display: none;
	}
}

.hero_mobile_anchors.show {
	pointer-events: initial;
	opacity: 1;
}
