@charset "UTF-8";
/*!
Theme Name: rocket
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rocket
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rocket is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url(./fonts/style.css);
/* Normalize
--------------------------------------------- */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.text a {
	text-decoration: underline;
	font-weight: bold;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3e0d61;
	font-family: "Poppins";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	html {
		scrollbar-width: thin;
		scrollbar-color: #252548 #200037;
	}
}

html::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: #200037;
}

html::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #252548;
}

html {
	font-size: 16px;
	/* root font size */
	font-family: "Poppins";
	background-color: #fff;
	color: #1d1b3f;
}

html.no-scroll {
	overflow: hidden;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

html.no-scroll-ios {
	position: fixed;
}

html.no-scroll-ios body {
	position: absolute;
	width: 100%;
}

html {
	touch-action: auto;
}

.redesign-input {
	color: white !important;
	font-weight: 800;
}

.redesign-input .disabled {
	pointer-events: none;
}

.switch-container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.switch-container .switch-label {
	font-size: 12px;
	font-weight: 700;
	margin-right: 20px;
}

.switch-container .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
	margin: 0;
}

.switch-container .switch input {
	opacity: 0;
	width: 0;
	height: 0 !important;
}

.switch-container .switch.unchecked .slider:before {
	background-color: #C679FD;
}

.switch-container .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1D1B3F;
	transition: .4s;
	border-radius: 15px;
}

.switch-container .switch .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	transition: .4s;
	border-radius: 50%;
	background-color: #00FF6C;
}

.switch-container .switch input:checked + .slider:before {
	transform: translateX(30px);
	background-color: #00FF6C;
}

#chat-widget-container {
	display: none !important;
}

#chat-widget-container.visible {
	display: block !important;
}

[hidden] {
	display: none !important;
}

.center {
	text-align: center;
}

.link {
	color: #00ff6c;
	text-decoration: none;
	border-bottom: 1px solid #00ff6c;
	transition: 0.1s;
	cursor: pointer;
}

.link:hover {
	border-bottom-color: transparent;
}

.link--secondary {
	color: #7b11c6;
	border-bottom-color: #7b11c6;
}

.link--secondary:hover {
	border-bottom-color: transparent;
}

.container {
	width: 1555px;
	padding: 0 15px;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
}

.btn {
	font-size: 10px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	box-sizing: border-box;
	height: 34px;
	border-radius: 38px;
	cursor: pointer;
	border: 0;
	padding: 0 20px;
	color: #00ff6c;
	transition: 0.1s;
	text-decoration: none;
	text-transform: uppercase;
}

.btn:visited {
	color: inherit;
}

.btn:disabled {
	pointer-events: none;
	opacity: 0.7;
}

@media (min-width: 768px) {
	.btn:hover {
		background-color: #fff;
		box-shadow: 0px 0px 2px 2px #7b11c6;
	}
}

.btn:active {
	background-color: #fff;
}

.btn.big {
	font-size: 14px;
	height: 46px;
	border-radius: 50px;
	padding: 0 40px;
}

.btn--circle-simple {
	width: 36px;
	height: 36px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #00ff6c;
	padding: 0;
}

.btn--circle-simple i {
	display: inline-flex;
}

.btn--circle-simple:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn--circle-default {
	width: 36px;
	height: 36px;
	background-color: #591789;
	border-radius: 50%;
	padding: 0;
}

.btn--circle-default i {
	font-size: 16px;
	display: inline-flex;
}

.btn--circle-default:hover {
	background-color: #7b11c6;
	color: #fff;
}

.btn--simple-primary {
	height: 36px;
	background-color: transparent;
	border: 2px solid #00ff6c;
	color: #00ff6c !important;
}

.btn--simple-primary:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn--filled-primary {
	background-color: #00ff6c;
	color: #3e0d61;
}

.btn--filled-primary:visited {
	color: #3e0d61;
}

.btn--primary {
	background-color: #00ff6c;
	color: #3e0d61;
}

.btn--secondary {
	background-color: transparent;
	border: 2px solid #00ff6c;
}

.btn--secondary.big {
	border: 4px solid #00ff6c;
}

@media (max-width: 767px) {
	.btn--secondary.big {
		border: 2px solid #00ff6c;
	}
}

.btn--secondary.dark {
	color: #3e0d61;
}

@media (min-width: 768px) {
	.btn--secondary:hover {
		border-color: #fff;
		background-color: transparent;
		color: #fff;
	}
}

.btn--secondary:active {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.input-container .btn {
	width: 100%;
}

.input-container > app-form-input {
	width: 100%;
	margin-bottom: 15px;
}

.input {
	outline: none;
	cursor: pointer;
	background: transparent;
	color: #00ff6c;
	border-radius: 0;
	box-sizing: border-box;
	height: 36px;
	border: 0;
	width: 100%;
}

.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #3a085e inset !important;
	-webkit-text-fill-color: #00ff6c !important;
}

.input::placeholder {
	color: #ab72d4;
}

.input--simple {
	font-size: 16px;
	border-bottom: 2px solid #266b65;
	transition: 0.2s;
}

.input--simple.ng-invalid.ng-touched {
	border-bottom-color: #F20000;
}

.input--simple:focus {
	border-bottom: 2px solid #00ff6c;
}

.input--outline {
	border: 2px solid #00ff6c;
	color: #3e0d61;
	border-radius: 50px;
}

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

input[type=number] {
	-moz-appearance: textfield !important;
}

.file-loader {
	display: block;
	text-align: center;
	width: 240px;
	margin: auto;
}

@media (max-width: 767px) {
	.file-loader {
		padding: 20px 15px;
	}
}

.file-loader input[type='file'] {
	display: none;
}

.file-loader__label {
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
	height: 46px;
}

.file-loader__label .link {
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.file-loader__label .link {
		font-size: 12px;
	}
}

.file-loader__tip {
	text-align: center;
	margin: 5px 0 0 0;
	opacity: 0.8;
	font-size: 12px;
}

@media (max-width: 767px) {
	.file-loader__tip {
		font-size: 10px;
	}
}

.file-over .file-loader {
	border-color: #fff;
}

.form-control__input input.redesign-input {
	opacity: 1 !important;
	margin-top: -5px;
}

.form-control--container {
	display: flex;
	justify-content: space-between;
}

.form-control--container app-form-input {
	width: 100%;
}

.form-control--container app-form-input:not(:last-child) {
	margin-right: 15px;
}

@keyframes checkboxCheck {
	0% {
		width: 26px;
		height: 26px;
		border-radius: 3px;
		box-sizing: border-box;
		cursor: pointer;
		transition: 0.1s;
		border: 2px solid #00ff6c;
	}
	30% {
		transform: scale(0);
	}
	41% {
		width: 16px;
		height: 8px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-right-width: 0;
		border-radius: 0;
		transform: translateX(4px) translateY(-4px) rotateZ(-45deg) scale(0);
	}
	70% {
		width: 16px;
		height: 8px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-right-width: 0;
		border-radius: 0;
		transform: translateX(4px) translateY(-4px) rotateZ(-45deg) scale(1.3);
	}
	90% {
		width: 20px;
		height: 10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-right-width: 0;
		border-radius: 0;
		transform: translateX(4px) translateY(-4px) rotateZ(-45deg) scale(0.9);
	}
	100% {
		width: 20px;
		height: 10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-right-width: 0;
		border-radius: 0;
		transform: translateX(4px) translateY(-4px) rotateZ(-45deg) scale(1);
	}
}

@keyframes checkboxUncheck {
	0% {
		width: 20px;
		height: 10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-right-width: 0;
		border-radius: 0;
		transform: translateX(4px) translateY(-4px) rotateZ(-45deg) scale(1);
	}
	50% {
		width: 20px;
		height: 10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-right-width: 0;
		border-radius: 0;
		transform: translateX(4px) translateY(-4px) rotateZ(-45deg) scale(0);
	}
	51% {
		width: 20px;
		height: 20px;
		transform: scale(0);
	}
	100% {
		width: 20px;
		height: 20px;
		transform: scale(1);
	}
}

.checkbox {
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	min-height: 26px;
}

.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
	display: none;
}

.checkbox input[type='checkbox']:checked + .checkbox__view,
.checkbox input[type='radio']:checked + .checkbox__view {
	animation: checkboxCheck 0.35s forwards;
}

.checkbox input[type='checkbox']:not(:checked) + .checkbox__view,
.checkbox input[type='radio']:not(:checked) + .checkbox__view {
	animation: checkboxUncheck 0.2s forwards;
}

.checkbox__view {
	position: absolute;
	border: 2px solid #00ff6c;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
}

.checkbox__label {
	font-size: 14px;
	font-weight: 400;
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	color: #fff;
	user-select: none;
}

.select {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
}

.select--secondary .select__header {
	font-size: 12px;
	font-weight: 700;
	background-color: transparent;
	border: 4px solid #00ff6c;
	box-shadow: 0 3px 0 #f10099, 0 3px 0 #f10099 inset;
	text-transform: uppercase;
	color: #3e0d61;
	border-radius: 46px;
}

.select--secondary .select__header:after {
	border-color: #f10099;
	top: 14px;
	width: 7px;
	height: 7px;
}

.select--secondary.big .select__header {
	color: #fff;
	height: 60px;
	line-height: 54px;
	padding: 0 75px 0 35px;
}

.select--secondary.big .select__header:after {
	top: 23px;
	right: 26px;
	border-color: #00ff6c;
}

.select__header {
	display: block;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #edf1f5;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	padding: 0 45px 0 15px;
	border-radius: 3px;
}

.select__header[disabled] {
	opacity: 0.5;
	pointer-events: none;
	user-select: none;
}

.select__header.outline {
	border: 2px solid #00ff6c;
	color: #3e0d61;
	border-radius: 50px;
	background-color: transparent;
	line-height: 44px;
}

.select__header:after {
	display: block;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border: 2px solid #3e0d61;
	border-top-width: 0;
	border-left-width: 0;
	transform: translateY(-50%) rotateZ(45deg);
	right: 20px;
	top: calc(50% - 2px);
}

.select__dropdown {
	visibility: hidden;
	position: absolute;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%) scale(0.9, 0);
	width: 100%;
	transition: 0.2s;
	opacity: 0;
	padding: 5px 0;
	border-radius: 18px;
	border: 1px solid #8251AB;
	background-color: #361961;
	overflow: hidden;
	transform-origin: center;
	box-shadow: 0 15px 0 -16px #200037;
	z-index: 1;
}

.select__dropdown-container {
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	.select__dropdown-container {
		scrollbar-width: thin;
		scrollbar-color: #252548 #361961;
	}
}

.select__dropdown-container::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: #361961;
}

.select__dropdown-container::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #252548;
}

.select__dropdown-container {
	overflow: auto;
	max-height: 180px;
}

.select__dropdown-container::-webkit-scrollbar {
	background-color: #361961;
}

.select__dropdown.open {
	visibility: visible;
	transform: translateY(-50%) scale(1, 1);
	opacity: 1;
	pointer-events: all;
	box-shadow: 0 15px 18px -16px #200037;
}

.select__option {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	box-sizing: border-box;
	font-style: normal;
	padding: 8px 15px;
	transition: 0.1s;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.select__option:hover {
	background-color: #210D36;
}

.text h1 {
	font-size: 18px;
	margin: 0;
}

.password-toggle.active {
	color: #f10099;
}

.draggable {
	cursor: grabbing;
	user-select: none;
	z-index: 101;
}

.draggable img {
	user-select: none;
	pointer-events: none;
}

.dragging * {
	pointer-events: none !important;
}

.dragging .draggable > * {
	pointer-events: none !important;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
	}
	70% {
		box-shadow: 0 0 0 55px rgba(255, 255, 255, 0);
	}
}

.text-loading {
	background: linear-gradient(to right, #0afe70 0% 40%, #1bf978 40% 75%, #fff 75% 85%, #aaf0c0 85% 100%) repeat-x 0;
	background-size: 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: preloading 4s infinite linear;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.text-loading {
		background: none;
		color: #00ff6c;
	}
}

.scale-pulsation {
	animation: scale-pulse 1.8s infinite;
}

@keyframes preloading {
	0% {
		background-position: 0;
	}
	20% {
		background-position: 200%;
	}
	100% {
		background-position: 200%;
	}
}

@keyframes scale-pulse {
	0% {
		transform: scale(0.9);
	}
	70% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.9);
	}
}

.scrollblock {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #00ff6c;
}

a:visited {
	color: #00ff6c;
}

a:hover, a:focus, a:active {
	color: #1d1b3f;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.social-auth {
	position: relative;
	width: 100%;
}

.social-auth__btn {
	font-size: 14px;
	width: 100%;
	color: #FFFFFF !important;
	border-radius: 30px;
	margin-top: 10px;
	height: 46px;
	background: linear-gradient(180deg, #2AABEE 0%, #229ED9 10000%);
}

@media (max-width: 767px) {
	.social-auth__btn {
		height: 45px;
	}
}

@media (min-width: 768px) {
	.social-auth__btn:hover {
		box-shadow: 0px 0px 2px 2px #FFFFFF;
	}
}

.social-auth__btn img {
	margin-right: 10px;
}

.form-control {
	position: relative;
}

.form-control__label {
	font-size: 10px;
	font-weight: 600;
	display: block;
	font-size: 14px;
	color: #704191;
	margin-bottom: 10px;
}

.form-control__label-bottom {
	font-size: 12px;
	font-weight: 400;
	color: #EACEFF;
	margin-top: 5px;
}

.form-control__label.hint {
	font-size: 10px;
	font-weight: 700;
	transition: 0.1s;
	color: rgba(0, 255, 108, 0.8);
	transform: translateX(20px);
	margin-bottom: 4;
}

.form-control__label.hint.visible {
	opacity: 1;
	transform: translateX(0);
}

.form-control__error {
	font-size: 12px;
	font-weight: 300;
	color: #F20000;
	margin-top: 5px;
}

@media (max-width: 535px) {
	.form-control__error {
		font-size: 11px;
		margin-top: 1px;
	}
}

.form-control__input {
	position: relative;
}

.form-control__input .icon {
	font-size: 14px;
	position: absolute;
	color: #c0bfd6;
	right: 14px;
	top: 48%;
	display: flex;
	transform: translateY(-50%);
	pointer-events: none;
}

.form-control__input .icon-before {
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 50%;
	display: flex;
	transform: translateY(-50%);
	pointer-events: none;
}

.form-control__input .icon-before ~ .form-control__input-item {
	padding-left: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.form-control__input input:focus, .form-control__input input:active {
		transition: 0s;
		font-size: 16px !important;
	}
}

.form-control__input input.uppercase {
	text-transform: uppercase;
}

.form-control__input input.uppercase::placeholder {
	text-transform: none;
}

.form-control__input input.lowercase {
	text-transform: lowercase;
}

.form-control__input input.lowercase::placeholder {
	text-transform: none;
}

.form-control__input input:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.form-control__input input:not(.input) {
	font-size: 12px;
	font-weight: 600;
	outline: none;
	cursor: pointer;
	width: 100%;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 16px;
	appearance: none;
	height: 60px;
	background-color: #350961;
	color: #fff;
	font-size: 16px;
}

.form-control__input input:not(.input) + .form-control__tooltip {
	right: 5px;
	margin-top: 2px;
}

.form-control__input input:not(.input)::placeholder {
	color: #704191;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.form-control__input input:focus {
		font-size: 16px;
	}
}

.form-control__input input:disabled {
	pointer-events: none;
}

.form-control__input input[type=number]::-webkit-inner-spin-button, .form-control__input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.form-control__input input[type=date]::-webkit-inner-spin-button, .form-control__input input[type=date]::-webkit-clear-button, .form-control__input input[type=date]::-webkit-calendar-picker-indicator {
	display: none;
}

.form-control__tooltip {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -4px;
}

.tooltip {
	cursor: pointer;
}

.tooltip__icon {
	color: #f10099;
}

@media (max-width: 767px) {
	.tooltip__icon:after {
		content: '';
		position: absolute;
		width: 32px;
		height: 32px;
		z-index: 1;
		left: 50%;
		margin-left: -16px;
		top: 50%;
		margin-top: -16px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tooltip__content {
		width: 150px;
	}
}

.tooltip__content {
	position: absolute;
	bottom: 0;
	width: max-content;
	max-width: 150px;
	right: 30px;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	background-color: #200037;
	font-size: 12px;
	text-align: left;
	transition: opacity .3s,transform .2s;
	user-select: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
}

.tooltip__content.visible {
	transform: scale(1) translateX(0) translateY(0);
	opacity: 1;
	pointer-events: all;
}

.tooltip__content:before {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 8px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 9px solid #200037;
	border-bottom: 7px solid transparent;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:host {
	display: block;
	padding-top: 35px;
	padding-bottom: 42px;
}

@media (min-width: 992px) {
	:host {
		background-color: #f0f5fd;
		padding-bottom: 0;
	}
}

.footer ::ng-deep a {
	color: #3e0d61;
}

.footer ::ng-deep a[href^="mailto:"] {
	color: #abbad2;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
	user-select: none;
}

.footer footer {
	background-color: #f0f5fd;
}

.footer .nav-container {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.footer .nav-container {
		display: none;
	}
}

.footer .nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 100%;
}

.footer .nav__item {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: #414141;
	transition: 0.1s color;
}

@media (max-width: 1299px) {
	.footer .nav__item {
		font-size: 12px;
	}
}

@media (max-width: 1199px) {
	.footer .nav__item {
		font-size: 10px;
	}
}

.footer .nav__item:lang(fr) {
	font-size: 12px;
}

@media (max-width: 1379px) {
	.footer .nav__item:lang(fr) {
		font-size: 10px;
	}
}

@media (max-width: 1199px) {
	.footer .nav__item:lang(fr) {
		font-size: 8px;
	}
}

.footer .nav__item:hover, .footer .nav__item.active {
	color: #f10099;
}

.footer .socials {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #3e0d61;
	padding: 22px 0;
}

@media (max-width: 767px) {
	.footer .socials {
		padding: 10px 20px;
		gap: 10px;
	}
	.footer .socials img {
		width: 25px;
	}
}

.footer .socials a,
.footer .socials img {
	cursor: pointer;
}

#apg-8dc4f094-082d-44e9-b515-14bea1a048a1 {
	top: -10px;
	flex-shrink: 0;
	position: relative;
	margin-right: 20px;
}

#apg-8dc4f094-082d-44e9-b515-14bea1a048a1 ::ng-deep img {
	width: 64px !important;
	object-fit: contain;
}

#apg-8dc4f094-082d-44e9-b515-14bea1a048a1 ::ng-deep > div {
	overflow: visible !important;
}

#apg-8dc4f094-082d-44e9-b515-14bea1a048a1 ::ng-deep > div a {
	display: inline-block;
	height: 100%;
	position: relative;
	z-index: 9;
}

.icons-container {
	position: relative;
}

.icons-container .title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}

.icons-container .expand-btn {
	width: 38px;
	height: 38px;
	position: absolute;
	text-align: center;
	line-height: 38px;
	border: 2px solid #00ff6c;
	border-radius: 50%;
	bottom: 0;
	left: calc(50% - 19px);
	z-index: 6;
	cursor: pointer;
}

.icons-container .expand-btn i {
	font-size: 10px;
	display: inline-flex;
	transform-origin: center center;
	transition: 0.3s;
}

.icons-container .expand-btn.open i {
	transform: rotateZ(-180deg);
}

.providers {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-height: 50px;
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
}

.providers .icons-container {
	max-height: 100px;
}

.providers.center {
	justify-content: center;
}

.providers.align-center {
	align-items: center;
}

.providers.align-center .providers__item {
	width: auto;
}

.providers.clickable .providers__item,
.providers .providers__item.clickable {
	outline: none;
	cursor: pointer;
	transition: 0.2s opacity;
	width: auto;
}

.providers.clickable .providers__item:hover,
.providers .providers__item.clickable:hover {
	opacity: 0.2;
}

.providers__image {
	filter: brightness(0.5);
	width: auto;
}

.providers__item {
	height: 25px;
	margin: 0 0 30px 0;
	opacity: 0.4;
}

.providers__item.--askgamblers {
	opacity: 1;
}

.providers__item.--curacao {
	height: 45px;
	opacity: 1;
}

.providers__item--grayscale {
	filter: grayscale(100%);
	opacity: 0.2;
}

.providers__item--grayscale:hover {
	opacity: .4 !important;
}

.providers__item--eighteen {
	opacity: 1;
}

.providers__item--big {
	height: 35px;
}

.providers__item img {
	height: 100%;
}

.providers__item:not(:last-child) {
	margin-right: 30px;
}

.providers__item--relax, .providers__item--bigtimegaming, .providers__item--tomhorn, .providers__item--felixgaming, .providers__item--habanero, .providers__item--hacksaw, .providers__item--thunderkick, .providers__item--playson, .providers__item--luckystreak {
	height: 50px;
}

.providers__item--felixgaming img {
	transform: scale(1.5);
}

.providers__item--luckystreak img {
	transform: scale(2.5);
}

.providers.open::after {
	height: 40px;
}

.copyright {
	font-size: 13px;
	color: #200037;
	line-height: 1.8;
	margin-bottom: 30px;
}

/**
  Sticky footer style
 */
.sticky-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #200037;
	z-index: 20;
}

@media (min-width: 992px) {
	.sticky-footer {
		display: none;
	}
}

.sticky-footer .nav {
	height: 60px;
	padding-bottom: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #00ff6c;
}

.sticky-footer .nav__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	outline: none;
	flex: 1;
	max-width: 70px;
}

.sticky-footer .nav__item i {
	display: inline-flex;
}

.sticky-footer .nav__item-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 3px;
}

.sticky-footer .nav__item-label:lang(fr), .sticky-footer .nav__item-label:lang(de) {
	font-size: 10px;
	font-weight: 800;
}

@media (max-width: 535px) {
	.sticky-footer .nav__item-label {
		font-size: 10px;
	}
}

.sticky-footer .nav__item.menu {
	color: #f10099;
	padding-bottom: 10px;
}

.sticky-footer .nav__item.logo {
	position: relative;
}

.sticky-footer .nav__item.logo:before {
	position: absolute;
	margin-left: -23px;
	left: 50%;
	top: -25px;
	content: '';
	padding: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #4c1275;
	border: 2px solid #200037;
	box-sizing: border-box;
}

.sticky-footer .nav__item.logo img {
	position: relative;
	z-index: 1;
	top: -12px;
	height: 19px;
}

.header {
	padding: 160px 0 50px 0;
	background: #3e0d61;
	overflow: auto;
}

@media (max-width: 991px) {
	.header {
		padding: 120px 0 30px 0;
	}
}

@media (max-width: 767px) {
	.header {
		padding: 60px 0 30px 0;
	}
}

.header .container {
	margin-top: 0;
}

.header .rigth {
	align-items: flex-end;
}

@media (max-width: 767px) {
	.header .rigth .btn.sign-in {
		display: none;
	}
}

.header__title {
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 30px 0;
	color: #fff;
	background: linear-gradient(to bottom, #0afe70, #99f0b0);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.header__title {
		background: none;
		color: #00ff6c;
	}
}

@media (max-width: 991px) {
	.header__title {
		font-size: 38px;
		font-weight: bold;
	}
}

@media (max-width: 767px) {
	.header__title {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 0;
	}
}

@media (max-width: 535px) {
	.header__title {
		font-size: 22px;
		font-weight: bold;
	}
}

.header__btn {
	text-align: center;
}

@media (max-width: 767px) {
	.header__btn {
		margin-top: 20px;
	}
}

.header__description {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 30px 0;
}

.header__actions {
	text-align: center;
}

.content {
	padding-bottom: 50px;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #3e0d61;
	z-index: 10;
	transition: 0.3s background-color;
	padding: 10px 0;
}

@media (min-width: 768px) {
	.header {
		padding: 15px 0;
	}
}

@media (min-width: 1200px) {
	:host-context(.has-creeping-line) .header {
		top: 30px;
	}
}

.menu {
	display: none;
	height: 21px;
	cursor: pointer;
	margin-bottom: 3px;
	margin-right: 46px;
}

@media (min-width: 768px) {
	.menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.menu span {
	width: 17px;
	height: 3px;
	border-radius: 1px;
	background-color: #00ff6c;
}

.menu span:nth-child(2) {
	width: 14px;
}

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

.content-container .mob-link {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 0;
}

.content-container .mob-link.right {
	text-align: right;
}

@media (min-width: 768px) {
	.content-container .mob-link {
		display: none;
	}
}

@media (min-width: 768px) {
	.content-container {
		justify-content: space-between;
	}
}

.right {
	display: flex;
	align-items: center;
}

.right__header-login-form, .right__header-balance {
	display: none;
}

@media (min-width: 768px) {
	.right__header-login-form, .right__header-balance {
		display: flex;
	}
}

.left {
	display: flex;
	align-items: center;
}

.left__nav {
	display: flex;
}

.left__nav > a {
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin: 0 30px;
	transition: 0.1s background-color;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.left__nav > a.active {
	color: #00ff6c;
	min-height: 35px;
}

.left__nav > a.active:after {
	content: "";
	width: 43px;
	height: 33px;
	background: url("/assets/img/header-link-active.png");
	background-size: 100% 100%;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	display: inline-block;
}

@media (max-width: 991px) {
	.left__nav > a {
		margin: 0 10px;
		font-size: 10px;
	}
}

.left__nav_item {
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin: 0 30px;
	transition: 0.1s background-color;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.left__nav_item.active {
	color: #00ff6c;
	min-height: 35px;
}

.left__nav_item.active:after {
	content: "";
	width: 43px;
	height: 33px;
	background: url("/assets/img/header-link-active.png");
	background-size: 100% 100%;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	display: inline-block;
}

@media (max-width: 991px) {
	.left__nav_item {
		margin: 0 10px;
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.left__nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.custom_centered {
		margin: 0 auto;
	}
}

.logo {
	height: 45px;
	display: inline-block;
	font-size: 0;
	overflow: hidden;
}

.logo .lottie-logo {
	width: 215px;
}

@media (max-width: 767px) {
	.logo .lottie-logo {
		width: 125px;
	}
}

.logo.halloween {
	overflow: visible;
	position: relative;
	top: -5px;
}

@media (max-width: 767px) {
	.logo.halloween {
		top: -5px;
	}
}

@media (max-width: 767px) {
	.logo {
		height: 20px;
	}
}

.logo__img {
	height: 100%;
	width: auto;
}

.logo__img.xmas {
	height: 35px;
}

@media (max-width: 767px) {
	.logo__img.xmas:not(.mobile) {
		display: block;
		height: 20px;
	}
}

.logo__img.mobile {
	display: none;
}

@media (max-width: 767px) {
	.logo__img.mobile {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.logo__img:not(.mobile) {
		display: none;
	}
}

.ask {
	height: 35px;
	margin-right: 10px;
	animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
	transform: translate3d(0, 0, 0);
	perspective: 1000px;
	cursor: pointer;
}

@keyframes shake {
	85%,
	87% {
		transform: translate3d(-2px, 0, 0);
	}
	87%,
	89%,
	90% {
		transform: translate3d(2px, 0, 0);
	}
	90%,
	92% {
		transform: translate3d(-3px, 0, 0);
	}
	92%,
	95% {
		transform: translate3d(3px, 0, 0);
	}
	95%,
	97% {
		transform: translate3d(-4px, 0, 0);
	}
	97%,
	100% {
		transform: translate3d(4px, 0, 0);
	}
}

.login-container {
	display: flex;
}

.login-form {
	display: flex;
}

.login-form--margin {
	margin-right: 44px;
}

@media (max-width: 1199px) {
	.login-form {
		margin-right: 20px;
	}
}

@media (max-width: 991px) {
	.login-form {
		display: none;
	}
}

.login-form .input-item {
	margin-right: 16px;
	width: 130px;
}

@media (max-width: 1199px) {
	.login-form .input-item {
		width: 100px;
	}
}

.login-form .btn i {
	transform-origin: 6px 6px;
	transform: rotateZ(-90deg);
	color: #00ff6c;
}

.preloader {
	margin: 0;
	width: 36px;
	height: 36px;
}

.actions {
	display: flex;
}

@media (min-width: 992px) {
	.actions .login-btn {
		display: none;
	}
}

.actions .btn:not(:last-child) {
	margin-right: 40px;
}

@media (max-width: 1199px) {
	.actions .btn:not(:last-child) {
		margin-right: 20px;
	}
}

.header-forgot-pass {
	white-space: nowrap;
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 -2em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

:host {
	display: block;
	position: static;
}

.container {
	overflow: visible;
}

.menu-container {
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	.menu-container {
		scrollbar-width: thin;
		scrollbar-color: #252548 #200037;
	}
}

.menu-container::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: #200037;
}

.menu-container::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #252548;
}

.menu-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	overflow: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.menu-container {
		margin-bottom: 0;
	}
}

.menu-container::-webkit-scrollbar {
	height: 3px;
	background-color: #fff;
}

.menu-container::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #3e0d61;
}

.menu-container.search-open {
	overflow: visible;
}

.nav {
	font-size: 11px;
	font-weight: 500;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
	padding-top: 20px;
}

.nav:lang(fr) {
	align-items: flex-start;
}

@media (max-width: 767px) {
	.nav {
		padding-top: 0;
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.nav {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.nav {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.nav {
		font-size: 14px;
	}
}

@media (max-width: 1499px) {
	.nav {
		font-size: 10px;
	}
}

@media (max-width: 991px) {
	.nav.hidden {
		display: none;
	}
}

.nav__item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	color: #3e0d61;
	text-decoration: none;
	line-height: 1;
	position: relative;
	transition: 0.2s color;
	min-width: 90px;
	max-width: 90px;
}

.nav__item:visited {
	color: inherit;
}

@media (max-width: 767px) {
	.nav__item {
		min-width: 52px;
		max-width: 52px;
	}
}

.nav__item:not(:last-child) {
	margin-right: 10px;
}

.nav__item:after {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 5px;
	height: 2px;
	width: 100%;
	transform-origin: center center;
	background-color: #00ff6c;
	display: block;
	content: '';
	transform: scaleX(0);
	transition: 0.2s transform;
	pointer-events: none;
}

@media (min-width: 768px) {
	.nav__item:after {
		margin-top: 12px;
		height: 4px;
	}
}

.nav__item.active .nav__item-label {
	color: #f10099;
}

@media (min-width: 768px) {
	.nav__item:hover .nav__item-label:after {
		transform: scaleX(1);
	}
}

@media (min-width: 992px) {
	.nav__item.search-nav-item {
		display: none;
	}
}

.nav__item-img {
	height: 30px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.nav__item-img {
		height: 22px;
		margin-bottom: 3px;
	}
}

.nav__item-icon {
	font-size: 18px;
	display: inline-flex;
	color: #00ff6c;
	margin-bottom: 8px;
}

@media (min-width: 992px) {
	.nav__item-icon {
		font-size: 26px;
		font-weight: 800;
		margin-bottom: 12px;
	}
}

@media (min-width: 1200px) {
	.nav__item-icon {
		font-size: 32px;
		font-weight: 800;
		margin-bottom: 12px;
	}
}

.nav__item-label {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	user-select: none;
	text-align: center;
	word-break: break-word;
}

.nav__item-label:visited {
	color: inherit;
}

@media (max-width: 991px) {
	.nav__item-label {
		font-size: 8px;
	}
}

.search-form {
	display: flex;
	padding-bottom: 16px;
	width: 100%;
	margin-top: 20px;
}

.search-form .close-search {
	display: none;
}

@media (max-width: 991px) {
	.search-form {
		margin-top: 0;
	}
	.search-form:not(.open) {
		display: none;
	}
	.search-form .close-search {
		font-size: 22px;
		display: flex;
		align-self: center;
		color: #00ff6c;
		margin-left: 15px;
	}
}

.search-form__item {
	min-width: 250px;
	max-width: 300px;
	flex-shrink: 0;
}

.search-form__item.provider a {
	color: unset;
	pointer-events: unset;
	text-decoration: unset;
	display: block;
	padding: 8px 15px;
	margin: -8px -15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.search-form__item.provider a {
		color: #1d1b3f;
		text-decoration: none;
	}
}

@media (max-width: 535px) {
	.search-form__item.provider {
		display: none;
	}
}

.search-form__item.provider .select__header a {
	pointer-events: none;
}

@media (max-width: 535px) {
	.search-form__item.search {
		margin-left: 0 !important;
	}
}

.search-form__item .input,
.search-form__item .select__header {
	font-size: 16px;
	font-weight: 600;
	height: 52px;
	padding-left: 25px;
	padding-right: 40px;
}

@media (max-width: 1199px) {
	.search-form__item .input,
	.search-form__item .select__header {
		font-size: 14px;
		height: 46px;
		padding: 0 30px 0 20px;
	}
}

.search-form__item .icon {
	font-size: 20px;
	color: #3e0d61;
	right: 20px;
}

@media (max-width: 1199px) {
	.search-form__item .icon {
		font-size: 16px;
	}
}

.search-form__item .select__header {
	line-height: 50px;
}

@media (max-width: 1199px) {
	.search-form__item .select__header {
		line-height: 44px;
	}
}

.search-form__item:not(:first-child) {
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.search-form__item:not(:first-child) {
		margin-left: 15px;
	}
}

.filters-container {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.filters-container {
		margin-top: 20px;
	}
}

.filters-container .filters__form_search {
	width: calc(100% - 50px);
	max-width: 100%;
}

.filters-container .filters__form_search .input {
	font-size: 12px;
	font-weight: 600;
	height: 40px;
	padding-left: 25px;
	padding-right: 40px;
	color: #3E0D61;
	border: 2px solid #00ff6c;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.filters-container .filters__form_search .input {
		color: #622698;
	}
}

.filters-container .filters__form_search .input::placeholder {
	color: #3E0D61;
}

@media (max-width: 767px) {
	.filters-container .filters__form_search .input::placeholder {
		color: #622698;
	}
}

.filters-container .filters__form_search .icon {
	font-size: 18px;
	color: #3E0D61;
	right: 20px;
}

.filters-container .filter {
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #00ff6c;
	border-radius: 40px;
	box-sizing: border-box;
	position: relative;
}

.filters-container .filter__selected {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #F0019A;
	border-radius: 12px;
	box-shadow: 0 0 5px #00ff6c;
}

.filters-container .filter .icon-filter {
	color: #3E0D61;
	display: inline-flex;
}

.active-filters-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.active-filters-container {
		align-items: flex-start;
	}
}

.active-filters-container .active-filters {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	width: calc(100% - 145px);
	word-break: break-all;
}

.active-filters-container .active-filters .filter {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 15px;
	border: 2px solid #00ff6c;
	border-radius: 40px;
	cursor: pointer;
	color: #3E0D61;
}

.active-filters-container .active-filters .filter span {
	position: relative;
	top: 1px;
}

.active-filters-container .active-filters .filter .icon-close {
	font-size: 10px;
	color: #F10099;
	margin-left: 5px;
	display: inline-flex;
}

.active-filters-container .clean {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: #F10099;
	cursor: pointer;
	z-index: 1;
	padding: 3px 5px;
}

.active-filters-container .clean span {
	position: relative;
	bottom: 1px;
}

.active-filters-container .clean i {
	position: relative;
	font-size: 14px;
	margin-left: 5px;
	top: 1px;
}

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

.bonus-block {
	background-color: #3B035E;
	height: 505px;
	position: relative;
}

@media (max-width: 767px) {
	.bonus-block {
		margin-bottom: 15px;
		height: 420px;
	}
}

.bonus-block .left {
	flex-direction: column;
	justify-content: center;
	row-gap: 15px;
}

.bonus-block .left .btn {
	width: 80%;
	margin: 0;
}

.bonus-block .slider-container {
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: clip visible;
	height: 370px;
	background: #3B035E;
	top: 100px;
}

.bonus-block .slider-container.loader {
	background-color: #7012AA;
	top: 0;
}

@media (max-width: 767px) {
	.bonus-block .slider-container.loader {
		top: -12px;
		height: 310px;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.bonus-block .slider-container {
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
		border-radius: 20px;
		position: relative;
		background: none;
		top: 35px;
	}
}

@media (min-width: 768px) {
	.bonus-block .slider-container :host-context(.has-creeping-line) .slider-container {
		height: 709px;
	}
}

.bonus-block .slider-container .slide__preload {
	margin-top: 105px;
	width: 60%;
}

.bonus-block .slider-container .slide__preload--img app-skeleton::ng-deep {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
}

@media (min-width: 768px) {
	.bonus-block .slider-container .slide__preload--img app-skeleton::ng-deep {
		right: 20px;
		left: auto;
		top: 50px;
		transform: none;
	}
}

.bonus-block .slider-container .slide__preload--img app-skeleton::ng-deep .loader {
	background-color: #5d0a90;
	width: 155px;
	height: 154px !important;
}

@media (min-width: 768px) {
	.bonus-block .slider-container .slide__preload--img app-skeleton::ng-deep .loader {
		width: 300px;
		height: 250px !important;
	}
}

.bonus-block .slider-container .slide__preload--icon app-skeleton::ng-deep {
	position: absolute;
	left: 5px;
	top: 5px;
}

.bonus-block .slider-container .slide__preload--icon app-skeleton::ng-deep .loader {
	background-color: #5d0a90;
	width: 38px;
	height: 38px !important;
}

.bonus-block .slider-container .slide__preload app-skeleton::ng-deep .loader {
	background-color: #5d0a90;
}

@media (max-width: 991px) {
	.bonus-block .slider-container .slide__preload {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.bonus-block .slider-container .slide__preload {
		width: 40%;
		margin: 175px auto 0;
	}
}

@media (max-width: 535px) {
	.bonus-block .slider-container .slide__preload {
		width: 90%;
		margin: 175px auto 0;
	}
}

.bonus-block .slider-container .slide__preload .slide__title app-skeleton::ng-deep .loader {
	height: 49px;
}

@media (max-width: 767px) {
	.bonus-block .slider-container .slide__preload .slide__title app-skeleton::ng-deep .loader {
		height: 10px;
	}
}

.bonus-block .slider-container .slide__preload .slide__title--middle app-skeleton::ng-deep .loader {
	height: 20px;
}

@media (max-width: 767px) {
	.bonus-block .slider-container .slide__preload .slide__title--middle app-skeleton::ng-deep .loader {
		height: 16px;
	}
}

.bonus-block .slider-container .slide__preload .slide__description app-skeleton::ng-deep .loader {
	height: 45px;
}

@media (max-width: 767px) {
	.bonus-block .slider-container .slide__preload .slide__description app-skeleton::ng-deep .loader {
		height: 20px;
	}
}

.bonus-block .slider-container .slide__preload app-skeleton::ng-deep .loader {
	height: 30px;
}

.bonus-block .slider-container ::ng-deep .keen-slider {
	overflow: visible;
}

.bonus-block .slider-container ::ng-deep .slide__content a {
	color: #00ff6c;
}

.bonus-block .slider-container ::ng-deep .slide__content a:hover {
	text-decoration: none;
}

.bonus-block .slider-container ::ng-deep .slider {
	height: 100%;
}

@media (max-width: 767px) {
	.bonus-block .slider-container ::ng-deep .slider {
		height: 322px;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.bonus-block .slider-container ::ng-deep .slider {
		overflow: hidden;
	}
}

.bonus-block .slider {
	position: relative;
	transform: translate3d(1, 1, 0);
	transition: 0.2s filter;
}

.bonus-block .slide-container {
	position: relative;
	box-sizing: border-box;
	user-select: none;
	height: 100%;
	width: 100%;
	min-width: 100%;
}

@media (max-width: 767px) {
	.bonus-block .slide-container {
		padding: 0 20px;
	}
}

.bonus-block .pagination-container {
	position: absolute;
	overflow: visible;
	height: auto;
	bottom: -20px;
	width: 100%;
}

@media (max-width: 767px) {
	.bonus-block .pagination-container {
		bottom: 0px;
	}
}

.bonus-block :host ::ng-deep .pagination {
	align-items: center;
}

.bonus-block :host ::ng-deep .pagination__link {
	width: 5px;
	height: 5px;
	background-color: #fff !important;
	border-radius: 2px;
	cursor: pointer;
	transform-origin: center;
	transition: 0.2s;
	pointer-events: all;
	margin: 0 !important;
}

.bonus-block :host ::ng-deep .pagination__link:last-child:not(.active), .bonus-block :host ::ng-deep .pagination__link:first-child:not(.active) {
	width: 3px !important;
	height: 3px !important;
}

.bonus-block :host ::ng-deep .pagination__link:not(:last-child) {
	margin-right: 8px !important;
}

@media (min-width: 768px) {
	.bonus-block :host ::ng-deep .pagination__link {
		width: 10px !important;
		height: 10px !important;
		border-radius: 5px;
	}
	.bonus-block :host ::ng-deep .pagination__link:last-child:not(.active), .bonus-block :host ::ng-deep .pagination__link:first-child:not(.active) {
		width: 5px !important;
		height: 5px !important;
	}
	.bonus-block :host ::ng-deep .pagination__link:not(:last-child) {
		margin-right: 7px !important;
	}
}

.bonus-block :host ::ng-deep .pagination__link.active {
	background-color: #00ff6c !important;
	width: 25px !important;
	cursor: default;
}

@media (min-width: 768px) {
	.bonus-block :host ::ng-deep .pagination__link.active {
		width: 50px !important;
	}
}

.bonus-block .center {
	position: relative;
	width: 71%;
	max-width: 810px;
	border-radius: 0;
	margin: 0 10px;
	overflow: clip visible;
	cursor: grab;
}

@media (max-width: 1349px) {
	.bonus-block .center {
		max-width: none;
		width: calc(100% - 330px);
	}
}

@media (max-width: 1199px) {
	.bonus-block .center {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.bonus-block .center {
		overflow: initial;
	}
}

.bonus-block .right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 28%;
}

@media (max-width: 1349px) {
	.bonus-block .right {
		display: none;
	}
}

.bonus-block .right .feature {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	align-items: center;
	background: #7012AA;
	padding-left: 10px;
	border-radius: 10px;
	height: 49%;
	max-height: 180px;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
}

.bonus-block .right .feature__content {
	width: 50%;
}

.bonus-block .right .feature__content_title {
	font-size: 19x;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.bonus-block .right .feature__content_prizepool-title {
	font-size: 12px;
}

.bonus-block .right .feature__content_prize {
	font-size: 34px;
	font-weight: 700;
}

.bonus-block .right .feature__content_subtitle {
	font-size: 12px;
	font-weight: 600;
}

.bonus-block .right .feature__image {
	width: 50%;
}

.bonus-block .right .feature__image img {
	width: 100%;
	height: auto;
}

.bonus-block .left {
	max-width: 305px;
	background-color: #7012AA;
	border-radius: 10px;
	min-width: 305px;
}

.bonus-block .left .scrollbar-container.register {
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	.bonus-block .left .scrollbar-container.register {
		scrollbar-width: thin;
		scrollbar-color: #252548 #00ff6c;
	}
}

.bonus-block .left .scrollbar-container.register::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: #00ff6c;
}

.bonus-block .left .scrollbar-container.register::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #252548;
}

.bonus-block .left .scrollbar-container.register {
	position: relative;
	overflow: auto;
	height: 330px;
}

.bonus-block .left .scrollbar-container.register::-webkit-scrollbar {
	background-color: #3E0D61;
	border-radius: 4px;
}

.bonus-block .left .scrollbar-container.register::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #00ff6c;
}

.bonus-block .left .form-container {
	padding: 12px 20px 20px;
}

@media (max-width: 1199px) {
	.bonus-block .left {
		display: none;
	}
}

.bonus-block .left .top {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: sticky;
	z-index: 1;
	top: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #7012AA;
	text-transform: uppercase;
}

.bonus-block .left .top.shadow {
	transition: .9s;
	box-shadow: 0px -2px 20px 0px #000;
}

.bonus-block .left .top h3 {
	margin: 10px 0;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form__title {
	margin: 20px 0;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form.ng-invalid .form__title {
	margin: 10px 0;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form .input-item:not(:last-child) {
	margin-bottom: 10px !important;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form .input-item .form-control__input .input {
	height: 26px;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form .submit-container {
	margin-top: 10px;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form .submit-container .btn {
	height: 60px;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form .bottom-links {
	margin-top: 15px;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form app-social-auth .social-auth button {
	height: 60px;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form app-social-auth .social-auth button span {
	white-space: nowrap;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form app-social-auth .social-auth button span:lang(fr) {
	white-space: initial;
}

.bonus-block ::ng-deep app-login-form.banner-form-login .form app-social-auth .delim {
	margin-top: 10px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .input-item:not(:last-child) {
	margin-bottom: 8px !important;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .input-item .form-control__input .input,
.bonus-block ::ng-deep app-register-form.banner-form-register .form .input-item .form-control__input .select {
	height: 20px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .input-item .form-control__error {
	margin-top: 0;
	font-size: 8px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .form-control--container .input-item:not(:last-child) {
	margin-bottom: 0px !important;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .form-control--container .input-item .form-control__input .input,
.bonus-block ::ng-deep app-register-form.banner-form-register .form .form-control--container .input-item .form-control__input .select,
.bonus-block ::ng-deep app-register-form.banner-form-register .form .form-control--container .input-item .form-control__input .select__header {
	height: 26px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .bonus_code {
	display: none !important;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container {
	margin-top: 10px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container .input-item:not(:last-child) {
	margin-bottom: 5px !important;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container .input-item .form-control__input .checkbox {
	padding: 6px 11px !important;
	max-height: 50px;
	box-sizing: border-box;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container .input-item .form-control__input .checkbox__label {
	font-size: 10px;
	padding-left: 35px;
	text-align: left;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container .input-item .form-control__input .checkbox__label .link {
	border-bottom: none;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container .input-item .form-control__input .checkbox__label:lang(de), .bonus-block ::ng-deep app-register-form.banner-form-register .form .checkbox-container .input-item .form-control__input .checkbox__label:lang(fr) {
	font-size: 9px;
	line-height: 9px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .submit-container {
	margin-top: 8px !important;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .submit-container .btn {
	height: 46px;
	font-size: 14px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form .bottom-links {
	margin-top: 15px;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form app-social-auth .social-auth button span {
	white-space: nowrap;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form app-social-auth .social-auth button span:lang(fr), .bonus-block ::ng-deep app-register-form.banner-form-register .form app-social-auth .social-auth button span:lang(de) {
	white-space: initial;
}

.bonus-block ::ng-deep app-register-form.banner-form-register .form app-social-auth .delim {
	margin-top: 10px;
}

.bonus-block .container {
	overflow: visible;
	position: relative;
}

@keyframes float {
	0% {
		transform: translateY(-80%);
	}
	50% {
		transform: translateY(-40%);
	}
	100% {
		transform: translateY(-80%);
	}
}

@keyframes floatMobile {
	0% {
		transform: translate(-50%, -15%);
	}
	50% {
		transform: translate(-50%, 10%);
	}
	100% {
		transform: translate(-50%, -15%);
	}
}

.bonus-block .slider-btn {
	background-color: #00ff6c;
	color: #010313;
	position: relative;
}

.bonus-block .slider-btn .img {
	cursor: pointer;
	height: 75%;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s;
	user-select: none;
}

.bonus-block .slider-btn .img img {
	pointer-events: none;
	object-fit: cover;
	height: 100%;
	width: auto;
}

.bonus-block .slider-btn .img:not(.take) {
	animation-name: idle;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}

.bonus-block .slider-btn .img.take {
	animation: 1s ease-in-out 0s infinite alternate idleClick;
}

.bonus-block .slider-btn span {
	font-size: 18px;
	opacity: 1;
	transition: 0.2s;
	pointer-events: none;
	color: #491C6C;
	margin-left: 50px;
}

@media (max-width: 767px) {
	.bonus-block .slider-btn span {
		font-size: 14px;
	}
}

.bonus-block .slider-btn span.hidden {
	opacity: 0;
}

@keyframes idle {
	0% {
		left: 20px;
	}
	15% {
		left: 30px;
	}
	35% {
		left: 20px;
	}
}

@keyframes idleClick {
	0% {
		left: 20px;
	}
	25% {
		left: 65%;
	}
	100% {
		left: 65%;
	}
}

.bonus-block :host {
	display: block;
	width: 100%;
	height: 400px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	.bonus-block :host {
		padding-top: 75px;
		height: 679px;
	}
}

@media (min-width: 992px) and (max-height: 699px) {
	.bonus-block :host {
		height: 550px;
	}
}

@media (min-width: 1200px) {
	.bonus-block :host :host-context(.has-creeping-line) {
		padding-top: calc(75px + 30px);
	}
}

@media (min-width: 768px) {
	.bonus-block :host :host-context(.has-creeping-line) {
		height: 709px;
	}
}

.bonus-block .slide {
	position: relative;
	box-sizing: border-box;
	background-color: #7012AA;
	border-radius: 10px;
	padding: 45px;
}

@media (max-width: 767px) {
	.bonus-block .slide {
		height: 100%;
		padding-top: 75px;
		border-radius: 20px;
		padding: 0;
		padding-top: 95px;
		background: linear-gradient(212.9deg, #7613B5 0%, #590E88 100%);
	}
}

.bonus-block .slide__img {
	position: absolute;
	height: 100%;
	z-index: 1;
	height: auto;
	right: 50px;
	bottom: 0;
}

@media (max-width: 1199px) {
	.bonus-block .slide__img {
		height: 300px;
	}
}

@media (max-width: 991px) {
	.bonus-block .slide__img {
		height: 250px;
	}
}

.bonus-block .slide__content {
	z-index: 1;
	user-select: none;
	position: relative;
}

@media (max-width: 767px) {
	.bonus-block .slide__content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 83%;
		display: flex;
		flex-flow: column;
	}
}

.bonus-block .slide .title-container {
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.bonus-block .slide .title-container {
		text-align: left;
	}
}

.bonus-block .slide__title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

@media (max-width: 767px) {
	.bonus-block .slide__title {
		font-size: 12px;
		font-weight: 600;
	}
}

@media (min-width: 768px) {
	.bonus-block .slide__title {
		font-size: 24px;
		font-weight: 600;
	}
}

@media (min-width: 992px) {
	.bonus-block .slide__title {
		font-size: 32px;
		font-weight: 600;
	}
}

@media (min-width: 992px) and (max-height: 699px) {
	.bonus-block .slide__title {
		font-size: 32px;
		font-weight: 600;
	}
}

.bonus-block .slide__title--middle {
	font-size: 24px;
	font-weight: 800;
}

@media (min-width: 768px) {
	.bonus-block .slide__title--middle {
		font-size: 38px;
		font-weight: 800;
	}
}

@media (min-width: 992px) {
	.bonus-block .slide__title--middle {
		font-size: 48px;
		font-weight: 800;
	}
}

@media (min-width: 992px) and (max-height: 699px) {
	.bonus-block .slide__title--middle {
		font-size: 44px;
		font-weight: 800;
	}
}

.bonus-block .slide__description {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
	color: #fff;
	line-height: 1.1;
}

.bonus-block .slide__description.bottom {
	font-size: 14px;
	font-weight: 500;
}

.bonus-block .slide__description.bottom a {
	display: inline-block;
}

@media (min-width: 768px) {
	.bonus-block .slide__description {
		font-size: 32px;
		font-weight: 600;
		margin-top: 30px;
		text-align: left;
	}
	.bonus-block .slide__description.bottom {
		display: none;
	}
}

@media (min-width: 992px) and (max-height: 699px) {
	.bonus-block .slide__description {
		font-size: 18px;
		font-weight: 500;
		margin-top: 10px;
	}
}

.bonus-block .slide__actions {
	margin-top: 26px;
	margin-bottom: 25px;
	text-align: center;
}

.bonus-block .slide__actions .slider-btn {
	pointer-events: all;
}

.bonus-block .slide__actions ::ng-deep a {
	user-select: none;
	text-decoration: none;
	-webkit-user-drag: none;
}

@media (min-width: 768px) {
	.bonus-block .slide__actions {
		text-align: left;
		margin-top: 30px;
	}
	.bonus-block .slide__actions .btn {
		height: 60px;
	}
}

@media (min-width: 768px) {
	.bonus-block .slide__actions {
		margin-top: 40px;
	}
	.bonus-block .slide__actions .btn {
		height: 80px;
	}
}

.bonus-block .slide {
	height: 370px;
}

@media (max-width: 767px) {
	.bonus-block .slide {
		padding-top: 110px;
	}
}

.bonus-block .slide.not-auth {
	padding: 40px;
}

@media (max-width: 1199px) {
	.bonus-block .slide.not-auth {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.bonus-block .slide.not-auth {
		padding: 110px 0 0;
	}
}

.bonus-block .slide.not-auth .slide__content {
	display: block;
	font-display: swap;
}

.bonus-block .slide.not-auth .slide__content .first-line {
	line-height: 33px;
}

@media (max-width: 767px) {
	.bonus-block .slide.not-auth .slide__content .first-line {
		text-align: center;
		line-height: normal;
	}
}

.bonus-block .slide.not-auth .slide__actions {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.bonus-block .slide.not-auth .slide__actions {
		display: block;
	}
}

.bonus-block .slide__content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	max-width: 60%;
	height: 100%;
}

@media (max-width: 767px) {
	.bonus-block .slide__content {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.bonus-block .slide {
		height: 310px;
	}
}

.bonus-block .slide__img {
	z-index: 1;
	right: 1px;
	bottom: 0;
	height: auto;
	transform: translateY(-50%);
	top: 50%;
	width: 39%;
	max-width: 336px;
}

@media (max-width: 991px) {
	.bonus-block .slide__img {
		height: auto;
		width: 49%;
	}
}

@media (max-width: 767px) {
	.bonus-block .slide__img {
		display: block;
		position: absolute;
		top: -30px;
		transform: translateX(-50%);
		left: 50%;
		height: 135px;
		width: auto;
		z-index: 1;
	}
}

.bonus-block .slide__badge {
	display: none;
}

@media (max-width: 767px) {
	.bonus-block .slide__badge {
		position: absolute;
		top: 7px;
		left: 7px;
		border-radius: 20px;
		background-color: #5d0a90;
		width: 39px;
		height: 39px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00ff6c;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.bonus-block .slide__badge i {
		position: relative;
		top: 3px;
	}
}

@media (max-width: 767px) {
	.bonus-block .slide__content {
		justify-content: center;
		align-items: center;
		height: 100%;
	}
}

.bonus-block .slide__content.bonus .first-line {
	max-width: none;
}

.bonus-block .slide__content.bonus .second-line {
	font-size: 34px;
}

@media (max-width: 767px) {
	.bonus-block .slide__content.bonus .second-line {
		font-size: 20px;
	}
}

.bonus-block .slide .title-container {
	margin: 15px 0 5px;
}

@media (max-width: 767px) {
	.bonus-block .slide .title-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: normal;
		align-items: center;
		margin: 0;
	}
}

.bonus-block .slide__title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 767px) {
	.bonus-block .slide__title {
		font-size: 12px;
	}
}

.bonus-block .slide__title.first-line {
	margin: 0;
	text-align: left;
	min-height: 65px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.bonus-block .slide__title.first-line {
		text-align: center;
		margin-bottom: 9px;
		min-height: auto;
		max-width: none;
	}
}

.bonus-block .slide__title.second-line {
	font-size: 48px;
	font-weight: 800;
	margin: 0;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.bonus-block .slide__title.second-line {
		font-size: 30px;
		margin-top: 3px;
	}
}

.bonus-block .slide__description {
	margin-top: 0;
}

.bonus-block .slide__description.third-line {
	font-size: 24px;
	font-weight: 800;
	min-height: 26px;
}

@media (max-width: 767px) {
	.bonus-block .slide__description.third-line {
		font-size: 18px;
		min-height: 18px;
	}
}

@media (max-width: 767px) {
	.bonus-block .slide__description.bottom {
		font-size: 10px;
		display: block;
		margin: 0;
	}
}

.bonus-block .slide__description.additional-line {
	font-size: 18px;
	font-weight: 500;
	min-height: 18px;
}

@media (max-width: 767px) {
	.bonus-block .slide__description.additional-line {
		font-size: 12px;
		font-weight: 400;
		min-height: 13px;
	}
}

.bonus-block .slide__description::ng-deep a {
	color: #fff !important;
	text-decoration: none;
	pointer-events: none;
}

.bonus-block .slide__actions {
	margin: 0;
	display: block;
}

@media (max-width: 767px) {
	.bonus-block .slide__actions {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.bonus-block .slide-time {
	display: none;
}

@media (max-width: 767px) {
	.bonus-block .slide-time {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 11px;
	}
}

.bonus-block .slide-time i {
	color: #00ff6c;
}

.bonus-block .slide-time span {
	font-style: normal;
	margin-left: 5px;
	font-size: 10px;
	position: relative;
	bottom: 4px;
}

.bonus-block .slide-time ::ng-deep app-tournament-time {
	position: relative;
	bottom: 4px;
}

.bonus-block .slide-time ::ng-deep app-tournament-time .timer__section .value,
.bonus-block .slide-time ::ng-deep app-tournament-time .timer__section .label {
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}

.bonus-block .slide-time ::ng-deep app-tournament-time .timer__section::after {
	color: #fff;
}

@media (min-width: 768px) {
	.game-block:nth-child(odd) {
		background-color: #f0f5fd;
	}
}

.lobby {
	margin-top: 17px;
}

:host .container {
	width: 100%;
	background: linear-gradient(94.82deg, #351154 3.23%, #37165A 28.11%, #3B1A64 43.13%, #4F2D8E 66.6%) !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

:host .container .jackpot-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1555px;
	max-width: 100%;
	color: #00ff6c;
	box-sizing: border-box;
	flex-wrap: nowrap;
	padding: 73px 0 43px;
	margin: 15px 0;
	font-size: 32px;
	font-weight: 700;
	overflow: hidden;
}

@media (max-width: 767px) {
	:host .container .jackpot-container {
		padding: 35px 0;
	}
}

:host .container .jackpot-container__left {
	width: 50%;
	color: #FFFFFF;
}

@media (max-width: 767px) {
	:host .container .jackpot-container__left {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 767px) {
	:host .container .jackpot-container__left_header {
		font-size: 18px;
	}
}

:host .container .jackpot-container__left_title {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 30px;
}

@media (max-width: 767px) {
	:host .container .jackpot-container__left_title {
		font-size: 12px;
		margin-top: 15px;
	}
}

:host .container .jackpot-container__left_prize {
	font-size: 52px;
	margin: -10px 0;
}

@media (max-width: 767px) {
	:host .container .jackpot-container__left_prize {
		font-size: 30px;
		margin: 0;
	}
}

:host .container .jackpot-container__left_fs {
	font-size: 40px;
	font-weight: 700;
	margin-top: -20px;
}

@media (max-width: 767px) {
	:host .container .jackpot-container__left_fs {
		margin-top: 0;
		font-size: 18px;
	}
}

:host .container .jackpot-container__left_actions {
	margin-top: 40px;
}

@media (max-width: 767px) {
	:host .container .jackpot-container__left_actions {
		margin-top: 12px;
	}
	:host .container .jackpot-container__left_actions button {
		font-size: 14px;
		min-width: 224px;
		height: 46px;
	}
}

:host .container .jackpot-container__left_actions button {
	font-size: 18px;
	height: 60px;
	min-width: 250px;
}

:host .container .jackpot-container__right {
	height: 400px;
	transform: scale(1.2);
	margin-right: 20px;
}

:host .container .jackpot-container__right img {
	height: 100%;
	width: 700px;
}

@media (max-width: 767px) {
	:host .container .jackpot-container__right {
		display: none;
	}
}

:host .mobile-img {
	display: none;
}

@media (max-width: 767px) {
	:host .mobile-img {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.jackpot-container .container__left {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.jackpot-container .container__left_header {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.jackpot-container .container__left_header {
		font-size: 12px;
		font-weight: 600;
	}
}

.jackpot-container .container__left_title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.jackpot-container .container__left_title {
		font-size: 12px;
		font-weight: 600;
	}
}

.jackpot-container .container__left_prize {
	font-size: 96px;
	font-weight: 600;
	color: #fff;
}

@media (max-width: 767px) {
	.jackpot-container .container__left_prize {
		font-size: 30px;
		font-weight: 600;
	}
}

@media (max-width: 767px) {
	.jackpot-container .container__right {
		display: none;
	}
}

.jackpot-container .btn {
	padding: 0 60px;
}

@media (max-width: 767px) {
	.jackpot-container .btn {
		height: 40px;
	}
}

.min-height {
	height: 400px;
}

.min-height-games {
	height: 460px;
}

.game {
	position: relative;
	cursor: pointer;
	user-select: none;
	transition: 0.3s;
	box-shadow: 0 10px 20px -15px #000;
}

.game:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.game:not(.game--mob):hover .game__overlay {
	visibility: visible;
	opacity: 1;
	text-decoration: none !important;
}

.game:not(.game--mob):hover .game__favorite {
	opacity: 1;
	pointer-events: all;
}

.game--mob .game__favorite {
	z-index: 5;
}

.game__favorite {
	font-size: 20px;
	color: #00ff6c;
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 20px;
	display: flex;
	z-index: 9;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}

.game__favorite.icon-like_filled {
	text-shadow: 0 0 10px #00ff6c, 0 0 20px #00ff6c, 0 0 30px #00ff6c, 0 0 40px #00ff6c, 0 0 50px #00ff6c, 0 0 60px #00ff6c, 0 0 70px #00ff6c;
}

.game__badge {
	position: absolute;
	z-index: 1;
	width: 35px;
	top: 13px;
	left: 13px;
	-webkit-user-drag: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.game__badge {
		height: 35px;
	}
}

@media (max-width: 767px) {
	.game__badge {
		width: 25px;
		top: 7px;
		left: 7px;
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active), (max-width: 767px) and (-ms-high-contrast: none) {
	.game__badge {
		height: 25px;
	}
}

.game__badge--rt {
	left: auto;
	right: 13px;
}

@media (max-width: 767px) {
	.game__badge--rt {
		right: 7px;
	}
}

.game__badge.mystery-drop {
	width: 140px;
	height: 140px;
	right: 0;
	top: 0;
}

.game__badge.min-bet {
	position: absolute !important;
	top: 13px;
	right: 13px;
	left: auto;
}

.game__badge.min-bet.bottom {
	top: 50px;
}

.game .jackpot-badge {
	width: auto;
	left: 3px;
	position: absolute !important;
	top: 3px;
}

.game .exclusive {
	margin-left: 5px;
	height: 25px;
	width: 80px;
}

@media (max-width: 767px) {
	.game .exclusive {
		height: 20px;
		width: 75px;
	}
}

.game__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	-webkit-user-drag: none;
	outline: none;
	background-color: #e5ebf8;
	transition: 0.25s opacity;
}

.game__overlay {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: 2;
	transition: 0.3s;
	background: radial-gradient(ellipse at center, rgba(62, 13, 97, 0.7) 0%, rgba(62, 13, 97, 0.8) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	padding: 10px;
	box-sizing: border-box;
}

.game--mob .game__overlay {
	display: none;
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.game--mob .game__overlay.active {
	display: flex;
}

.game--mob .game__overlay.active + .game__favorite {
	opacity: 1;
	pointer-events: all;
}

.game__play {
	font-size: 42px;
	color: #00ff6c;
	margin: 15% 0 5% 0;
	display: inline-flex;
}

@media (max-width: 1199px) {
	.game__play {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.game__play {
		margin-top: 5%;
	}
}

.game__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	color: #fff;
}

@media (max-width: 1199px) {
	.game__title {
		font-size: 16px;
	}
}

.game__provider {
	font-size: 14px;
	font-weight: 500;
	color: #c9d6ea;
}

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

.game__try-free {
	font-size: 13px;
	width: 80%;
	text-align: center;
	color: #00ff6c;
	pointer-events: all;
	z-index: 1;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1199px) {
	.game__try-free {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.game__try-free {
		bottom: 5px;
		padding: 0;
	}
}

.badges-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 3px;
	top: 3px;
}

.badges-container .game__badge {
	position: relative;
	opacity: 0;
}

.badges-container .game__badge.loaded {
	opacity: 1;
}

.badges-container .hot_badge {
	position: absolute;
	top: 40px;
	left: unset;
}

@media (max-width: 767px) {
	.badges-container .hot_badge {
		top: 30px;
	}
}

.jackpot {
	font-size: 20px;
	font-weight: bold;
	color: #00ff6c;
	display: block;
	text-align: center;
	margin-top: 5%;
}

@media (max-width: 1199px) {
	.jackpot {
		font-size: 16px;
	}
}

.glow {
	text-align: center;
	animation: glow 1s ease-in-out alternate;
}

@keyframes glow {
	0% {
		text-shadow: 0 0 5px #00ff6c, 0 0 10px #00ff6c, 0 0 15px #00ff6c, 0 0 20px #00ff6c, 0 0 25px #00ff6c, 0 0 30px #00ff6c, 0 0 35px #00ff6c;
	}
	25% {
		text-shadow: 0 0 10px #00ff6c, 0 0 20px #00ff6c, 0 0 30px #00ff6c, 0 0 40px #00ff6c, 0 0 50px #00ff6c, 0 0 60px #00ff6c, 0 0 70px #00ff6c;
	}
	50% {
		text-shadow: 0 0 20px #00ff6c, 0 0 30px #00ff6c, 0 0 40px #00ff6c, 0 0 50px #00ff6c, 0 0 60px #00ff6c, 0 0 70px #00ff6c, 0 0 80px #00ff6c;
	}
	50% {
		text-shadow: 0 0 15px #00ff6c, 0 0 25px #00ff6c, 0 0 30px #00ff6c, 0 0 40px #00ff6c, 0 0 50px #00ff6c, 0 0 60px #00ff6c, 0 0 70px #00ff6c;
	}
	100% {
		text-shadow: 0 0 10px #00ff6c, 0 0 20px #00ff6c, 0 0 30px #00ff6c, 0 0 40px #00ff6c, 0 0 50px #00ff6c, 0 0 60px #00ff6c, 0 0 70px #00ff6c;
	}
}

.list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	height: 100%;
	min-height: 450px;
}

@media (max-width: 1199px) {
	.list {
		min-height: 350px;
	}
}

@media (max-width: 767px) {
	.list {
		flex-direction: column;
		min-height: 450px;
	}
}

.list__title {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	width: 100%;
}

.list__title--category {
	font-size: 32px;
	font-weight: bold;
	color: #3e0d61;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.list__title--category {
		font-size: 18px;
	}
}

.list__title .pagination-container ::ng-deep .pagination__link {
	background-color: #1d1b3f;
}

.list__title .pagination-container ::ng-deep .pagination__link.active {
	background-color: #00ff6c;
}

.list__title .view-all {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: lowercase;
	padding-left: 10px;
	color: #1d1b3f;
}

.list__bottom {
	margin-bottom: 20px;
}

.list__games {
	width: 100%;
	height: 100%;
	flex: 100%;
}

.list__games.loader {
	padding: 20px 0;
}

@media (max-width: 767px) {
	.list__games {
		width: 100%;
		padding: 0;
	}
}

.list .btn {
	padding: 0 60px;
}

.game-grid-4 {
	min-width: calc(100% - 0px);
	max-width: calc(100% - 0px);
}

@media (max-width: 767px) {
	.game-grid-4 {
		grid-template-columns: 1fr 1fr;
	}
}

.slider {
	padding: 50px 20px;
	box-sizing: border-box;
}

.slider-nav-container {
	height: 22px;
	font-size: 0;
}

.slider-nav-container .slider-nav {
	padding-right: 60px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	height: 100%;
}

@media (max-width: 991px) {
	.slider-nav-container .slider-nav {
		padding-right: 35px;
	}
}

.slider-nav-container .slider-nav.prev {
	transform: scaleX(-1);
}

.slider-nav-container .slider-nav:after, .slider-nav-container .slider-nav:before {
	position: absolute;
	content: '';
	display: block;
}

.slider-nav-container .slider-nav:after {
	width: 6px;
	height: 6px;
	border: 2px solid transparent;
	border-bottom-color: #00ff6c;
	border-right-color: #00ff6c;
	transform: rotateZ(-45deg);
	transform-origin: bottom right;
	bottom: 50%;
	right: 0;
}

.slider-nav-container .slider-nav:before {
	width: 42px;
	height: 2px;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	background-color: #00ff6c;
}

@media (max-width: 991px) {
	.slider-nav-container .slider-nav:before {
		width: 25px;
	}
}

.title-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media (max-width: 991px) {
	.title-block {
		padding: 0px;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.title-block {
		display: none;
	}
}

.title-block__top {
	position: relative;
	height: 100%;
	cursor: pointer;
	outline: none;
}

@media (max-width: 991px) {
	.title-block__top {
		height: auto;
	}
}

.title-block__heading {
	font-size: 42px;
	font-weight: bold;
	top: 100%;
	left: 0;
	transform-origin: top left;
	transform: rotateZ(-90deg);
	text-transform: uppercase;
	position: absolute;
	line-height: 1.2;
	background: linear-gradient(90deg, #851585 0%, #48167b 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	user-select: none;
	pointer-events: none;
}

.title-block__heading.mystery-drop {
	line-height: 38px;
}

@media (max-width: 991px) {
	.title-block__heading.mystery-drop {
		line-height: normal;
	}
}

.title-block__heading:lang(de) {
	width: 80%;
	margin-top: 20px;
	word-wrap: break-word;
}

@media (max-width: 1199px) {
	.title-block__heading:lang(de).mystery-drop {
		line-height: normal;
	}
}

@media (max-width: 1379px) {
	.title-block__heading:lang(de) {
		font-size: 20px;
		font-weight: 700;
		transform: rotateZ(-90deg) scale(0.8);
		width: calc(100% - 40px);
		word-wrap: break-word;
	}
}

.title-block__heading:lang(fr) {
	font-size: 35px;
	word-wrap: break-word;
	width: 95%;
}

@media (max-width: 1199px) {
	.title-block__heading:lang(fr) {
		width: 80%;
		font-size: 20px;
		word-wrap: break-word;
	}
	.title-block__heading:lang(fr).mystery-drop {
		line-height: normal;
	}
}

@media (max-width: 991px) {
	.title-block__heading:lang(fr) {
		width: 90%;
		font-size: 14px;
		transform: rotateZ(-90deg);
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.title-block__heading {
		color: #48167b;
		background: none;
	}
}

@-moz-document url-prefix() {
	.title-block__heading {
		background: none !important;
		-webkit-text-fill-color: unset !important;
		background-clip: unset !important;
		color: #48167b !important;
	}
}

@media (max-width: 1499px) {
	.title-block__heading {
		font-size: 36px;
		font-weight: 600;
	}
}

@media (max-width: 1199px) {
	.title-block__heading {
		font-size: 28px;
		font-weight: 600;
	}
}

@media (max-width: 991px) {
	.title-block__heading {
		transform: rotateZ(0deg);
		top: -15px;
		position: static;
	}
}

@media (max-width: 991px) and (max-width: 1199px) {
	.title-block__heading {
		font-size: 22px;
		font-weight: 600;
	}
}

.title-block__img-container {
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 30px;
	text-align: center;
	font-size: 0;
}

@media (max-width: 1499px) {
	.title-block__img-container {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.title-block__img-container {
		display: none;
	}
}

.title-block__image {
	max-width: 100%;
	object-fit: contain;
	-webkit-user-drag: none;
	user-select: none;
}

.title-block__bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.title-block__bottom:lang(de), .title-block__bottom:lang(fr) {
		margin-top: -20px;
	}
}

.title-block__link {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	color: #3e0d61;
}

@media (max-width: 1199px) {
	.title-block__link {
		font-size: 12px;
		font-weight: 500;
	}
}

.title-block-mobile {
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.title-block-mobile {
		display: none;
	}
}

.title-block-mobile__heading {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	color: #3e0d61;
	line-height: 1;
	margin: 0 auto 0 0;
	outline: none;
}

::ng-deep .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	width: auto;
}

::ng-deep .pagination__link {
	width: 5px;
	height: 5px;
}

::ng-deep .pagination__link:last-child:not(.active), ::ng-deep .pagination__link:first-child:not(.active) {
	width: 3px !important;
	height: 3px !important;
}

::ng-deep .pagination__link.active {
	background-color: #00ff6c !important;
	width: 25px !important;
	cursor: default;
}

@media (min-width: 768px) {
	::ng-deep .pagination__link.active {
		width: 50px !important;
	}
}

@media (min-width: 768px) {
	::ng-deep .pagination__link {
		width: 10px !important;
		height: 10px !important;
		border-radius: 5px;
	}
	::ng-deep .pagination__link:last-child:not(.active), ::ng-deep .pagination__link:first-child:not(.active) {
		width: 5px !important;
		height: 5px !important;
	}
	::ng-deep .pagination__link:not(:last-child) {
		margin-right: 7px !important;
	}
}

@media (max-width: 767px) {
	::ng-deep .pagination__link {
		background-color: #3e0d61 !important;
	}
	::ng-deep .pagination__link.active {
		background-color: #00ff6c !important;
	}
}

app-skeleton.heading-loader--1::ng-deep .loader {
	width: 100px;
	height: 35px;
}

app-skeleton.heading-loader--2::ng-deep .loader {
	width: 130px;
	height: 35px;
}

app-skeleton.title-block__link::ng-deep .loader {
	width: 70px;
}

.game-grid {
	padding: 20px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	width: 100%;
	min-width: calc(100% - 0px);
	max-width: calc(100% - 0px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.game-grid {
		width: auto;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -30px -30px 0;
	}
}

.game-grid-1 {
	grid-template-columns: 1fr;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.game-grid-1 .game-grid__item {
		width: 100%;
	}
}

.game-grid-2 {
	grid-template-columns: 1fr 1fr;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.game-grid-2 .game-grid__item {
		width: calc(100% / 2);
	}
}

.game-grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.game-grid-4 .game-grid__item {
		width: calc(100% / 4);
	}
}

@media (max-width: 1199px) {
	.game-grid {
		grid-gap: 15px;
	}
}

@media screen and (max-width: 1199px) and (-ms-high-contrast: active), (max-width: 1199px) and (-ms-high-contrast: none) {
	.game-grid {
		margin: 0 -15px -15px 0;
	}
}

@media (max-width: 991px) {
	.game-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.game-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 10px;
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active), (max-width: 767px) and (-ms-high-contrast: none) {
	.game-grid {
		margin: 0 -10px -10px 0;
	}
}

@media (max-width: 535px) {
	.game-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.game-grid__item {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.game-grid__item {
		background-clip: padding-box;
		box-sizing: border-box;
		width: calc(100% / 5);
		border: 0 solid transparent;
		border-width: 0 30px 30px 0;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 1199px), (-ms-high-contrast: none) and (max-width: 1199px) {
	.game-grid__item {
		border-width: 0 15px 15px 0;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 991px), (-ms-high-contrast: none) and (max-width: 991px) {
	.game-grid__item {
		width: calc(100% / 4);
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
	.game-grid__item {
		border-width: 0 10px 10px 0;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 535px), (-ms-high-contrast: none) and (max-width: 535px) {
	.game-grid__item {
		width: calc(100% / 2);
	}
}

.title-block-mobile__heading app-skeleton::ng-deep .loader {
	width: 100px;
}

.title-block__img-container app-skeleton::ng-deep .loader {
	width: 100px;
	height: 100px;
}

@media (min-width: 768px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.desktop {
		display: none;
	}
}

.seo-text {
	color: #1d1b3f;
}

.seo-text__content {
	padding-top: 20px;
}

.seo-text .btn {
	display: flex;
	width: fit-content;
	margin: 0 auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

@font-face {
	font-family: "icons1736933270845";
	font-display: swap;
	src: url("./fonts/icons1736933270845.eot");
	src: url("./fonts/icons1736933270845.eot?#iefix") format("eot"), url("./fonts/icons1736933270845.woff") format("woff"), url("./fonts/icons1736933270845.ttf") format("truetype");
}

.icon-android:before, .icon-apple:before, .icon-arrow:before, .icon-basket:before, .icon-bitcoin-games:before, .icon-bitcoin:before, .icon-blackjack:before, .icon-bonus-buy:before, .icon-bonus-shop:before, .icon-calendar:before, .icon-cashier:before, .icon-chat:before, .icon-check-new:before, .icon-check:before, .icon-close:before, .icon-compress:before, .icon-contact-chat:before, .icon-copy:before, .icon-deposit:before, .icon-drop-and-wins:before, .icon-edit-pencil:before, .icon-empty-field:before, .icon-empty:before, .icon-error:before, .icon-expand:before, .icon-facebook:before, .icon-fast-cashout:before, .icon-favorite:before, .icon-filter:before, .icon-fire:before, .icon-fireworks:before, .icon-free-spin:before, .icon-fullscreen:before, .icon-games:before, .icon-gift:before, .icon-google:before, .icon-halloween:before, .icon-heart:before, .icon-help:before, .icon-home:before, .icon-info:before, .icon-jackpot:before, .icon-last-player:before, .icon-like:before, .icon-like_filled:before, .icon-livecasino:before, .icon-lock:before, .icon-logout:before, .icon-lottery-ticket:before, .icon-loyalty-program:before, .icon-mail:before, .icon-menu:before, .icon-minus:before, .icon-missions:before, .icon-mystery-drop:before, .icon-new:before, .icon-notifications:before, .icon-offers:before, .icon-password:before, .icon-pdf:before, .icon-play:before, .icon-pointer-down:before, .icon-prize:before, .icon-question-mark:before, .icon-rocket-ship:before, .icon-rocket:before, .icon-roulette:before, .icon-search:before, .icon-settings:before, .icon-slots:before, .icon-star:before, .icon-tablegames:before, .icon-text:before, .icon-ticket:before, .icon-time:before, .icon-twitter:before, .icon-unverified:before, .icon-user:before, .icon-verified:before, .icon-video:before, .icon-windows:before, .icon-xmas:before {
	font-family: "icons1736933270845";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.icon-android:before {
	content: "";
}

.icon-apple:before {
	content: "";
}

.icon-arrow:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bitcoin-games:before {
	content: "";
}

.icon-bitcoin:before {
	content: "";
}

.icon-blackjack:before {
	content: "";
}

.icon-bonus-buy:before {
	content: "";
}

.icon-bonus-shop:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-cashier:before {
	content: "";
}

.icon-chat:before {
	content: "";
}

.icon-check-new:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-compress:before {
	content: "";
}

.icon-contact-chat:before {
	content: "";
}

.icon-copy:before {
	content: "";
}

.icon-deposit:before {
	content: "";
}

.icon-drop-and-wins:before {
	content: "";
}

.icon-edit-pencil:before {
	content: "";
}

.icon-empty-field:before {
	content: "";
}

.icon-empty:before {
	content: "";
}

.icon-error:before {
	content: "";
}

.icon-expand:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-fast-cashout:before {
	content: "";
}

.icon-favorite:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-fireworks:before {
	content: "";
}

.icon-free-spin:before {
	content: "";
}

.icon-fullscreen:before {
	content: "";
}

.icon-games:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-google:before {
	content: "";
}

.icon-halloween:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-help:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-jackpot:before {
	content: "";
}

.icon-last-player:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-like_filled:before {
	content: "";
}

.icon-livecasino:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-lottery-ticket:before {
	content: "";
}

.icon-loyalty-program:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-missions:before {
	content: "";
}

.icon-mystery-drop:before {
	content: "";
}

.icon-new:before {
	content: "";
}

.icon-notifications:before {
	content: "";
}

.icon-offers:before {
	content: "";
}

.icon-password:before {
	content: "";
}

.icon-pdf:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-pointer-down:before {
	content: "";
}

.icon-prize:before {
	content: "";
}

.icon-question-mark:before {
	content: "";
}

.icon-rocket-ship:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-roulette:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-slots:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-tablegames:before {
	content: "";
}

.icon-text:before {
	content: "";
}

.icon-ticket:before {
	content: "";
}

.icon-time:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-unverified:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-verified:before {
	content: "";
}

.icon-video:before {
	content: "";
}

.icon-windows:before {
	content: "";
}

.icon-xmas:before {
	content: "";
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */