@charset "UTF-8";
/*!
Theme Name: sp
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: sp
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.

sp 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

--------------------------------------------------------------*/
@use "sass:math";
@use "sass:map";
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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;
}

input:-webkit-autofill {
	caret-color: white;
	/* Cursor color on autofill */
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset !important;
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
	border-radius: 10px !important;
}

/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.scrollblock {
	overflow: hidden;
}

::-ms-reveal {
	display: none;
	opacity: 0;
}

body {
	background-color: #0D083E;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	position: absolute;
	width: 100%;
	margin: 0;
}

svg {
	text-rendering: optimizeSpeed;
}

html {
	height: 100%;
	touch-action: auto;
	font-size: 16px;
	/* root font size */
	font-family: "Inter";
	color: #39f285;
	background-color: #0D083E;
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	html {
		scrollbar-width: thin;
		scrollbar-color: theme-var(#0D083E) theme-var(#0D083E);
	}
}

html::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: theme-var(#0D083E);
}

html::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 8px;
	background-color: theme-var(#39f285);
}

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

.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

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

.input {
	outline: none;
	cursor: pointer;
	background: transparent;
	color: #FFF;
	border-radius: 0;
	box-sizing: border-box;
	height: 40px;
	border: 0;
	border-bottom: 2px solid transparent;
	width: 100%;
}

.input[type="number"] {
	-moz-appearance: textfield;
}

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

.input::placeholder {
	color: #302F82;
}

.input--simple {
	font-size: calc(1 * 1rem);
	font-weight: 700;
	transition: 0.2s;
	padding: 14px 16px 0 16px;
	border-radius: 42px;
}

.input--simple:focus + .form-control__label {
	font-size: calc(0.625 * 1rem);
	font-weight: 600;
	top: 5px;
}

.input--outline {
	border: 2px solid #39f285;
	border-radius: 50px;
}

textarea.input--simple {
	padding-top: 10px;
}

.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: 13px;
}

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

.checkbox--primary .checkbox__view:after {
	width: 7px;
	height: 7px;
	background-color: #39f285;
	border: none;
	display: block;
	box-sizing: border-box;
	border-radius: 1px;
	position: absolute;
	content: '';
	transform: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.checkbox--secondary .checkbox__view {
	position: relative;
	border-radius: 5px;
	position: relative;
	width: 17px;
	height: 17px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 14px;
	flex-shrink: 0;
	background: unset;
	transform: scale(1.15);
	margin-top: -3px;
}

.checkbox--secondary .checkbox__view::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 3px;
	background: theme-var(linear-gradient(90deg, #31629B 0%, #2B2971 100%));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 1;
}

.checkbox--secondary .checkbox__view input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 10px;
	border: none;
	outline: none;
	position: relative;
	z-index: 2;
	background: unset !important;
}

.checkbox--secondary .checkbox__label {
	font-size: calc(0.75 * 1rem);
	font-weight: 600;
	font-family: "Inter";
	color: #FFF;
	padding-left: 0;
	margin-top: -3px;
	cursor: default;
}

.checkbox--secondary input[type='checkbox']:not(:checked).ng-touched.ng-invalid + .checkbox__view {
	position: relative;
	border-radius: 5px;
}

.checkbox--secondary input[type='checkbox']:not(:checked).ng-touched.ng-invalid + .checkbox__view::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 3px;
	background: linear-gradient(91.04deg, #FF8E75 11.7%, #CC473F 81.66%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 1;
}

.checkbox--secondary input[type='checkbox']:not(:checked).ng-touched.ng-invalid + .checkbox__view input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 10px;
	border: none;
	outline: none;
	position: relative;
	z-index: 2;
	background: unset !important;
}

.checkbox--secondary input[type='checkbox']:checked + .checkbox__view {
	position: relative;
}

.checkbox--secondary input[type='checkbox']:checked + .checkbox__view:after {
	position: absolute;
	left: 3px;
	top: 3px;
	content: '\2713';
	display: flex;
	font-size: 17px;
	font-weight: 800;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.checkbox--toggle input[type='checkbox']:checked + .checkbox__view {
	background-image: linear-gradient(#28275A, #28275A) linear-gradient(90deg, #31629B 0%, #2B2971 100%);
}

.checkbox--toggle input[type='checkbox']:checked + .checkbox__view:after {
	display: block !important;
	transform: translateX(20px);
	background-color: #39f285;
}

.checkbox--toggle .checkbox__view {
	width: 46px;
	height: 26px;
	background-image: linear-gradient(#0D083E, #0D083E), linear-gradient(251.18deg, #15135B 16.14%, #2F2D81 95.93%);
	border-radius: 40px;
}

.checkbox--toggle .checkbox__view:after {
	width: 16px;
	height: 16px;
	border-radius: 20px;
	background-color: #39f285;
	margin-top: 3px;
	margin-left: 3px;
	border: 0;
	transform: none;
	content: '';
	display: block !important;
	transition: 0.2s transform cubic-bezier(0.6, 0.4, 0.1, 0.9);
}

.checkbox--toggle .checkbox__label {
	font-size: calc(0.875 * 1rem);
	font-weight: 400;
	font-family: "Inter";
	padding-left: 60px;
	color: #FFF;
}

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

.checkbox input[type='checkbox']:not(:checked) + .checkbox__view:after,
.checkbox input[type='radio']:not(:checked) + .checkbox__view:after {
	display: none;
}

.checkbox__view {
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: solid 2px transparent;
	border-radius: 2px;
	background-image: linear-gradient(#0B0A2A, #0B0A2A), linear-gradient(90deg, #31629B 0%, #2B2971 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

.checkbox__label {
	font-size: calc(0.75 * 1rem);
	font-weight: 400;
	font-family: Cunia;
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	color: #FFF;
	user-select: none;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.checkbox__label {
		padding-left: 35px;
	}
}

.radio {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(0.875 * 1rem);
	font-weight: 500;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.radio input {
	position: absolute;
	left: -9999px;
}

.radio input:checked + .radio__view:before {
	background-color: #39f285;
	box-shadow: inset 0 0 0 0.205em #31629B;
}

.radio input:disabled + .radio__view {
	opacity: 0.5;
	pointer-events: none;
	cursor: none;
}

.radio input:disabled + .radio__view + .radio__label {
	pointer-events: none;
	cursor: none;
}

.radio input.ng-invalid.ng-touched + .radio__view:before {
	box-shadow: inset 0 0 0 0.205em #F58675;
}

.radio__view {
	display: flex;
	align-items: center;
	padding: 0.375em 0.75em 0.375em 0.375em;
	border-radius: 99em;
	transition: 0.25s ease;
}

.radio__view:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	transition: 0.25s ease;
	background-color: inherit;
	box-shadow: inset 0 0 0 0.205em #31629B;
}

.radio__label {
	color: #FFF;
}

.select {
	font-size: calc(0.875 * 1rem);
	font-weight: 500;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
}

.select.ng-invalid.ng-touched .select__header {
	border-color: #F58675;
}

.select__header {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	display: block;
	height: 46px;
	padding: 14px 10px 12px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #0D083E;
	color: #FFF;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	border: 3px solid #302F82;
	border-radius: 13px;
	box-shadow: 0px 4px 0px 0px #1C1B60;
}

.select__header.gradient {
	border: unset;
	background: inherit;
	box-shadow: 0 6px 0 0 #1C1B60;
	border-radius: 18px;
}

.select__header.gradient::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 16px;
	padding: 3px;
	background: linear-gradient(90deg, #31629B 0%, #2B2971 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 1;
}

.select__header[disabled] {
	cursor: unset;
}

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

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

.select--secondary .select__header {
	font-size: calc(0.75 * 1rem);
	font-weight: 500;
	background-color: transparent;
	border: 4px solid #39f285;
	text-transform: uppercase;
	border-radius: 40px;
}

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

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

.select--secondary.big .select__header:after {
	top: 23px;
	right: 26px;
}

.select__dropdown {
	position: absolute;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%) scale(0.9, 0);
	width: 100%;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0.5;
	padding: 5px 0;
	background-color: #0D083E;
	overflow: hidden;
	transform-origin: center;
	box-sizing: border-box;
	border: 3px solid #302F82;
	border-radius: 13px;
	box-shadow: 0px 4px 0px 0px #1C1B60;
	z-index: 10001;
}

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

@-moz-document url-prefix() {
	.select__dropdown-container {
		scrollbar-width: thin;
		scrollbar-color: theme-var(#0D083E) theme-var(#0D083E);
	}
}

.select__dropdown-container::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: theme-var(#0D083E);
}

.select__dropdown-container::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 8px;
	background-color: theme-var(#39f285);
}

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

.select__dropdown.open {
	visibility: visible;
	transform: translateY(-50%) scale(1, 1);
	opacity: 1;
	pointer-events: all;
}

.select__option {
	font-size: calc(0.625 * 1rem);
	font-weight: 600;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	box-sizing: border-box;
	padding: 8px 15px;
	transition: 0.1s;
	outline: none;
	color: #FFF;
	text-transform: capitalize;
}

.select__option:hover {
	background-image: linear-gradient(90deg, #31629B 0%, #2B2971 100%);
}

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

.link {
	color: #39f285;
	text-decoration: underline;
	cursor: pointer;
}

.link:hover {
	text-decoration: none;
}

.btn {
	font-size: calc(0.875 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	box-sizing: border-box;
	height: 40px;
	cursor: pointer;
	border: 0;
	color: #0D083E;
	transition: 0.1s;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	position: relative;
	text-align: center;
	min-width: 140px;
	padding: 0;
}

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

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

.btn::before {
	content: '';
	position: absolute;
	left: 3px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	border-left: 15px solid rgba(255, 255, 255, 0.4);
	border-bottom: 3px solid transparent;
	z-index: 1;
}

.btn::after {
	content: '';
	position: absolute;
	right: 3px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	border-right: 15px solid rgba(255, 255, 255, 0.4);
	border-bottom: 3px solid transparent;
	z-index: 1;
}

.btn.big {
	width: 209px;
}

.btn .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	height: calc(100% - 6px);
	width: 100%;
	padding: 0 15px;
}

.btn .content::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	border-left: 15px solid rgba(0, 0, 0, 0.4);
	border-top: 3px solid transparent;
	z-index: 1;
}

.btn .content::after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	border-right: 15px solid rgba(0, 0, 0, 0.4);
	border-top: 3px solid transparent;
	z-index: 1;
}

.btn--filled-primary {
	background: linear-gradient(182.46deg, #CBFFA1 2.17%, #31BF50 98.05%);
	filter: drop-shadow(#148A67 0 3px);
}

.btn--filled-primary .content {
	background: linear-gradient(174.35deg, #5EFF82 16.08%, #39F262 95.29%);
	margin: 3px;
	border-radius: 10px;
	box-shadow: inset 10px 0 20px rgba(255, 255, 255, 0.5);
	position: relative;
}

@media (min-width: 768px) {
	.btn--filled-primary:hover {
		background-color: #EA995B;
	}
}

.btn--filled-primary:active {
	background-color: #39f285;
}

.btn--filled-primary.small {
	min-width: 120px;
	padding: 0 20px;
}

.btn--filled-primary.small .content {
	font-size: calc(0.875 * 1rem);
	font-weight: 700;
	font-family: "Cunia";
	margin: 3px;
}

.btn--filled-primary.big {
	height: 50px;
	min-width: 260px;
}

.btn--filled-primary.big .content {
	font-size: calc(1 * 1rem);
	font-weight: 700;
	font-family: "Cunia";
}

.btn--filled-secondary {
	background: linear-gradient(182.46deg, #FFC975 2.17%, #B0671D 98.05%);
	filter: drop-shadow(#6F3117 0 3px);
}

.btn--filled-secondary .content {
	background: linear-gradient(174.35deg, #EA995B 16.08%, #DB8B4A 95.29%);
	border-radius: 10px;
	box-shadow: inset 5px 0 5px rgba(255, 255, 255, 0.25);
	position: relative;
}

@media (min-width: 768px) {
	.btn--filled-secondary:hover {
		background-color: #39f285;
	}
}

.btn--filled-secondary.small {
	min-width: 120px;
}

.btn--filled-secondary.small .content {
	font-size: calc(0.875 * 1rem);
	font-weight: 700;
	font-family: "Cunia";
	margin: 3px;
}

.btn--filled-secondary.big {
	height: 50px;
	min-width: 260px;
}

.btn--filled-secondary.big .content {
	font-size: calc(1 * 1rem);
	font-weight: 700;
	font-family: "Cunia";
}

.informer__tooltip {
	position: absolute;
	padding: 15px;
	display: none;
	z-index: 1000;
	background-color: #39f285;
	color: #0B0A2A;
	border-radius: 10px;
	font-size: calc(0.875 * 1rem);
}

.informer__tooltip.visible {
	display: block;
}

.header {
	background-color: #0D083E;
	height: 75px;
	width: 100%;
	position: sticky;
	left: 0;
	top: 0;
	padding: 10px 0;
	box-sizing: border-box;
	z-index: 10;
}

@media (max-width: 767px) {
	.header {
		height: 50px;
		padding: 5px 0;
	}
}

@media (max-width: 839px) and (min-aspect-ratio: 13 / 9) {
	.header {
		height: 50px;
		padding: 5px 0;
		z-index: 1000;
	}
}

.header--space {
	position: static;
}

.container {
	height: 100%;
	overflow: visible;
}

.menu {
	width: 30px;
	cursor: pointer;
}

.menu img {
	width: 100%;
	object-fit: contain;
}

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

.logo {
	display: block;
	height: 100%;
}

.logo img {
	height: 100%;
	object-fit: contain;
}

@media (max-width: 535px) {
	.custom-logo {
		max-height: 35px;
		width: auto;
	}
}

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

@media (max-width: 535px) {
	.left {
		max-width: calc(100% - 50%);
	}
}

@media (max-width: 339px) {
	.left {
		max-width: calc(100% - 54%);
	}
}

.center {
	height: 100%;
	margin: 0 auto;
	flex: 2;
	text-align: center;
}

.center a > span {
	display: none;
}

.right {
	flex: 2;
	display: flex;
	justify-content: flex-end;
}

.menu {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.menu img {
	width: 30px;
}

:host ::ng-deep .btn {
	margin-left: 15px;
}

@media (max-width: 767px) {
	:host ::ng-deep .btn {
		background-color: transparent;
		color: #EA995B;
		padding: 0;
	}
}

@media (max-width: 339px) {
	:host ::ng-deep .btn {
		font-size: calc(0.8125 * 1rem);
		font-weight: 700;
	}
}

.notify {
	margin: 0 0 0 8px;
	position: relative;
	top: 2px;
}

:host {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.link:not(:last-child) {
	margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.link:not(:last-child) {
		margin-right: 9px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.link {
		min-width: 135px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.link {
		font-size: calc(0.875 * 1rem);
		font-weight: 900;
		font-family: Nexa, serif;
		background-color: transparent;
		color: #39f285;
		padding: 0;
		text-transform: capitalize;
		text-decoration: none;
	}
	.link.sign-in {
		display: none;
	}
	.link.sign-up {
		background: none;
		color: #39f285;
		min-width: fit-content;
		filter: none;
	}
	.link.sign-up:after {
		content: none;
	}
	.link.sign-up:before {
		content: none;
	}
}

@media (max-width: 339px) {
	.link {
		font-size: calc(0.8125 * 1rem);
		font-weight: 700;
	}
}

.wrapper {
	margin-bottom: 100px;
}

.footer {
	background: #0D083E;
	padding-top: 30px;
}

.footer .container {
	width: 100%;
}

.footer .container .copyright {
	font-size: calc(0.875 * 1rem);
	font-weight: 400;
	font-family: "Nexa";
	color: #FFF;
	margin: 30px auto;
	text-align: center;
	max-width: 1170px;
}

@media (max-width: 767px) {
	.footer .container .copyright {
		margin: 30px auto 100px;
	}
}

.footer .container .copyright::ng-deep a {
	color: #39f285;
}

app-accordion-button {
	width: 100%;
}

app-accordion-button::ng-deep .accordion {
	width: 100%;
}

.providers {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.providers {
		justify-content: space-around;
	}
}

.providers-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 50px;
}

.providers-block__title {
	font-size: calc(1.5625 * 1rem);
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	color: #FFF;
}

.providers-block__title:not(:first-child) {
	margin-top: 25px;
}

.providers__item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 15px 30px;
	width: 7%;
}

.providers__item img {
	width: 100%;
}

@media (min-width: 1200px) {
	.providers__item {
		max-width: 185px;
	}
}

@media (max-width: 1199px) {
	.providers__item {
		width: 20%;
		margin: 10px 20px;
	}
}

@media (max-width: 767px) {
	.providers__item {
		width: 30%;
	}
}

@media (max-width: 375px) {
	.providers__item {
		width: 33%;
	}
}

.providers__item.trustly-tuv {
	margin: 10px 40px;
}

.providers__item:hover > img {
	cursor: pointer;
	filter: invert(0.5);
}

.providers__item:hover img.providers__item_image.trustly-tuv {
	filter: invert(0.7);
}

.providers__item_image {
	height: 33px;
	display: block;
	transition: .3s;
	filter: brightness(0) saturate(100%) invert(75%) sepia(70%) saturate(3410%) hue-rotate(199deg) brightness(91%) contrast(90%);
	width: 100%;
}

.providers__item_image.trustly-tuv {
	height: 45px;
}

.providers__item_image.no-filter {
	filter: none;
	width: auto;
}

.providers__item_image.bigger {
	height: 57px;
}

@media (max-width: 767px) {
	.providers__item_image.bigger {
		height: 50px;
	}
}

@media (max-width: 991px) {
	.providers__item_image {
		height: 24px;
	}
}

@media (max-width: 375px) {
	.providers__item_image {
		height: 22px;
	}
}

.separator {
	border: 0;
	height: 2px;
	color: #FFF;
	margin: 40px 0 30px 0;
}

.bottom-container {
	max-width: 1170px;
	margin: 0 auto;
}

.license-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 45px;
}

@media (max-width: 767px) {
	.license-block {
		flex-direction: column;
	}
}

.license-block__logos {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 767px) {
	.license-block__logos {
		margin-right: 0;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

.license-block__logos-item {
	display: block;
	transition: .3s;
	margin: 0 25px 26px;
	filter: brightness(0) saturate(100%) invert(75%) sepia(70%) saturate(3410%) hue-rotate(199deg) brightness(91%) contrast(90%);
}

.license-block__logos-item:hover {
	cursor: pointer;
	filter: invert(0.4);
}

.license-block__logos-item:nth-child(2) img {
	height: 33px;
}

@media (max-width: 767px) {
	.license-block__logos-item {
		padding: 0 10px;
	}
}

.license-block__logos-item img {
	height: 33px;
}

@media (max-width: 767px) {
	.license-block__logos-item img {
		height: 26px;
	}
}

.license-block__logos-item.--curacao {
	filter: none;
}

.license-block__text {
	font-size: calc(0.875 * 1rem);
	font-weight: 400;
	font-family: "Nexa";
	color: #FFF;
	line-height: 2;
	text-align: center;
}

@media (max-width: 767px) {
	.license-block__text {
		font-size: calc(0.75 * 1rem);
		line-height: 1.4;
	}
}

.license-block__text a {
	color: #39f285;
}

.accordion__header {
	font-size: calc(1.1875 * 1rem);
	font-weight: 700;
	position: relative;
	color: #FFF;
	cursor: pointer;
	margin-bottom: 15px;
	padding: 20px 35px;
	border-radius: 100px;
}

@media (max-width: 767px) {
	.accordion__header {
		font-size: calc(0.875 * 1rem);
		padding: 20px 50px 20px 20px;
		margin-bottom: 5px;
	}
}

.accordion__header.open + .accordion__content {
	margin-bottom: 30px;
}

.accordion__header.open .accordion__icon {
	transform: rotateZ(180deg);
}

.accordion__icon {
	font-size: calc(0.625 * 1rem);
	color: #39f285;
	position: absolute;
	right: 36px;
	top: 50%;
	transition: 0.2s;
	transform: translateY(-50%);
	transform-origin: top;
	transform-style: preserve-3D;
}

@media (max-width: 767px) {
	.accordion__icon {
		right: 20px;
	}
}

.accordion__content {
	line-height: 1.5;
	color: #FFF;
	padding: 0 35px;
	transition: 0.2s;
	max-height: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.accordion__content {
		padding: 0 20px;
	}
}

.accordion__content li {
	margin-bottom: 12px;
}

.container {
	background: #0D083E;
}

.bottom-nav {
	font-family: 'Nexa', serif;
	padding: 30px 15px;
}

@media (max-width: 767px) {
	.bottom-nav {
		position: relative;
	}
	.bottom-nav:before {
		content: '';
		width: 20px;
		height: 20px;
		background: #0D083E;
		position: absolute;
		top: 0;
		right: 0;
	}
	.bottom-nav:after {
		content: '';
		width: 40px;
		height: 40px;
		background: #0D083E;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.navigation {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.navigation {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.navigation-col {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 50%;
	}
}

.navigation .nav-btn, .navigation a {
	font-size: calc(0.875 * 1rem);
	font-weight: 900;
	display: inline-block;
	margin: 0 25px 15px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
}

@media (max-width: 991px) {
	.navigation .nav-btn, .navigation a {
		margin: 0 10px 10px;
	}
}

@media (max-width: 767px) {
	.navigation .nav-btn, .navigation a {
		font-size: calc(0.75 * 1rem);
		margin: 10px;
		text-align: left;
	}
}

.social__actions {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 60px;
	padding: 20px 0;
	background-color: #1F1D5A;
}

@media (max-width: 991px) {
	.social__actions {
		gap: 30px;
	}
}

.social__actions img {
	width: 40px;
}

.social__actions a, .social__actions img {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.sidebar {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 0;
	transform: translateX(-100%);
	transition: transform 0.2s cubic-bezier(0.6, 0.05, 0.28, 0.91);
	background-color: #0B0A2A;
	font-size: calc(1 * 1rem);
}

@media (min-width: 1500px) {
	.sidebar {
		width: 350px;
	}
}

@media (max-width: 1499px) {
	.sidebar {
		width: 350px;
	}
}

@media (max-width: 991px) {
	.sidebar {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.sidebar {
		margin-top: 0;
		height: 100%;
	}
}

.sidebar .close-btn {
	color: #39f285;
	cursor: pointer;
	font-size: calc(1.25 * 1rem);
}

.sidebar.open {
	transform: translateX(0);
	z-index: 9999;
}

.sidebar-content {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	/* Firefox new */
	width: 100%;
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 100;
}

.sidebar-content::-webkit-scrollbar {
	display: none;
}

.sidebar-content__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px 0 40px;
}

@media (min-width: 768px) {
	.sidebar-content__header {
		padding-left: 100px;
	}
}

@media (max-width: 991px) {
	.sidebar-content__header {
		padding-right: 24px;
		padding-left: 105px;
	}
}

.sidebar-content__top {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	/* Firefox new */
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	flex-shrink: 0;
}

.sidebar-content__top::-webkit-scrollbar {
	display: none;
}

.sidebar-content__top.full-height {
	height: 100%;
}

.sidebar-content__bottom {
	flex-shrink: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 0 40px;
	row-gap: 15px;
}

@media (max-width: 535px) {
	.sidebar-content__bottom {
		padding: 0 25px;
	}
}

.sidebar .nav {
	padding: 0 40px;
}

.sidebar .nav li > ul {
	padding-left: 15px;
}

.sidebar .nav .btn {
	margin: 15px 0 0;
	width: 100%;
}

.sidebar .nav .btn.sign-up {
	margin: 50px 0 0;
}

@media (max-width: 767px) {
	.sidebar .nav .btn {
		margin: 20px 0;
	}
}

@media (max-width: 535px) {
	.sidebar .nav {
		padding: 0 25px;
	}
}

.sidebar .nav.settings-block {
	padding: 0;
}

.sidebar .nav__header {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	font-family: "Inter";
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 0;
}

.sidebar .nav ul {
	padding: 0;
	list-style: none;
}

.sidebar .nav li {
	margin: 0;
	padding: 0;
}

.sidebar .nav__item, .sidebar .nav li a {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	font-family: "Inter";
	color: #FFF;
	display: flex;
	align-items: center;
	padding: 15px 10px;
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 767px) {
	.sidebar .nav__item, .sidebar .nav li a {
		font-size: calc(0.75 * 1rem);
	}
}

.sidebar .nav__item.active, .sidebar .nav li a.active {
	color: #39f285;
}

.sidebar .nav__item-icon, .sidebar .nav li a-icon {
	font-size: calc(1.5 * 1rem);
	margin-right: 10px;
	height: 25px;
	width: 30px;
}

.sidebar .nav__item--jackpot, .sidebar .nav li a--jackpot {
	font-size: calc(0.8125 * 1rem);
	font-weight: 800;
	text-transform: uppercase;
}

.sidebar .nav__item--jackpot img, .sidebar .nav li a--jackpot img {
	width: 35px;
	height: 35px;
}

.sidebar .nav__item--missions i, .sidebar .nav li a--missions i {
	font-size: 28px;
}

.divider {
	border: none;
	border-bottom: 1px solid #302F82;
	opacity: .5;
	width: 100%;
	margin: 0;
}

.sidebar-chevron {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	transform: translateY(-50%) rotateZ(315deg);
	transition: 0.2s transform;
	border: 1px solid #39f285;
	border-right-width: 0;
	border-top-width: 0;
}

.sidebar-chevron.rotated {
	transform: translateY(50%) rotateZ(135deg);
}

.sidebar-chevron--lang {
	margin-left: 15px;
}

.sidebar-chevron--lang.rotated {
	transform: translateY(25%) rotateZ(135deg);
}

.settings-block {
	margin-left: 40px;
	height: 0;
	transition: 1s height;
}

.settings-block.open {
	height: auto;
}

.nav-bottom {
	padding: 15px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.nav-bottom__settings {
	display: flex;
	align-items: center;
}

.settings {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	font-family: "Inter";
	color: #FFF;
}

@media (max-width: 767px) {
	.settings {
		font-size: calc(0.75 * 1rem);
	}
}

.settings.open {
	color: #39f285;
}

.logo {
	width: 140px;
	margin: 20px auto 0 auto;
}

@media (max-width: 1499px) {
	.logo {
		width: 120px;
	}
}

.logo img {
	width: 100%;
	opacity: 0;
	transition: 0.5s opacity;
	height: 120px;
	object-fit: contain;
}

.logo img.loaded {
	opacity: 1;
}

.user {
	font-size: calc(0.875 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	margin-top: 10px;
	text-align: center;
}

.user + .nav {
	margin-top: 15px;
}

.user__balance {
	font-size: calc(1 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #FFF;
	margin: 15px 0 0;
}

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

.user__balance img {
	margin: 0 15px 0 10px;
	max-height: 30px;
	cursor: pointer;
}

.user__balance span {
	cursor: pointer;
}

.user__action {
	display: block;
	margin: 15px auto 0 auto;
}

.lang {
	position: relative;
	padding: 0 8px 0 10px;
}

.lang__list {
	box-shadow: 0 10px 15px -8px #000;
	z-index: 11;
	background: linear-gradient(251.18deg, #15135B 16.14%, #2F2D81 95.93%);
	transform: scaleY(0);
	transition: 0.1s transform ease-in;
	transform-origin: top center;
	top: calc(100% + 10px);
	width: max-content;
	position: absolute;
}

.lang__list.open {
	transform: scaleY(1);
	transition: 0.25s transform cubic-bezier(0.42, 0.87, 0.4, 1.3);
	position: relative;
}

.lang__list .lang-item:hover {
	background-color: #302F82;
}

.lang-item {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 15px 5px;
}

.lang-item__icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 20px;
	user-select: none;
	-webkit-user-drag: none;
}

.lang-item__label {
	font-size: calc(0.875 * 1rem);
	text-transform: uppercase;
	user-select: none;
	color: #FFF;
}

.sidebar-logo {
	width: 85px;
}

.burger-button {
	background: none;
	padding: 0;
	border: none;
	max-width: 30px;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-header {
	padding: 50px 0;
}

.page-header .default-page-container {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.page-header {
		padding: 50px 0 25px;
	}
}

.page-header__title {
	font-size: calc(1.25 * 1rem);
	font-weight: 900;
	color: #EA995B;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.page-header__title {
		font-size: calc(1.5 * 1rem);
		font-weight: 900;
		color: #EA995B;
		text-align: left;
	}
}

@media (min-width: 1500px) {
	.page-header__title {
		font-size: calc(1.75 * 1rem);
	}
}

.default-page-container {
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
	margin-bottom: 120px;
}

@media (max-width: 767px) {
	.default-page-container {
		margin-bottom: 60px;
	}
}

.box .top1,
.box .top2,
.box .top3 {
	position: absolute;
	top: -5px;
}

.box .top1 {
	left: 5%;
}

.box .top2 {
	left: 50%;
}

.box .top3 {
	right: 5%;
}

.box .right1,
.box .right2,
.box .right3 {
	position: absolute;
	right: -5px;
}

.box .right1 {
	top: 10%;
}

.box .right2 {
	top: 50%;
}

.box .right3 {
	bottom: 10%;
}

.box .bottom1,
.box .bottom2,
.box .bottom3 {
	position: absolute;
	bottom: -5px;
}

.box .bottom1 {
	left: 5%;
}

.box .bottom2 {
	left: 50%;
}

.box .bottom3 {
	right: 5%;
}

.box .left1,
.box .left2,
.box .left3 {
	position: absolute;
	left: -5px;
}

.box .left1 {
	top: 10%;
}

.box .left2 {
	top: 50%;
}

.box .left3 {
	bottom: 10%;
}

.site-main > p,
.entry-content > p {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2px 30px;
	box-sizing: border-box;
	color: #fff;
}

.site-main > ul,
.entry-content > ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2px 30px 2px 50px;
	box-sizing: border-box;
	color: #fff;
}

.site-main > ol,
.entry-content > ol {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2px 30px 2px 50px;
	box-sizing: border-box;
	color: #fff;
}

.site-main > blockquote,
.entry-content > blockquote {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2px 30px;
	box-sizing: border-box;
	color: #fff;
}

.site-main > .wp-block-heading,
.entry-content > .wp-block-heading {
	width: 100%;
	max-width: 1100px;
	margin: 20px auto;
	padding: 2px 30px;
	box-sizing: border-box;
	color: #fff;
}

.site-main > .wp-block-table,
.entry-content > .wp-block-table {
	width: 100%;
	max-width: 1100px;
	margin: 20px auto;
	padding: 0 30px;
	color: #fff;
}

.site-main > .wp-block-table tr,
.site-main > .wp-block-table td,
.entry-content > .wp-block-table tr,
.entry-content > .wp-block-table td {
	border-color: #fff;
}

.site-main .wp-block-separator,
.entry-content .wp-block-separator {
	border-color: transparent;
}

.error-page {
	background: url(https://www.spinpanda.nl/wp-content/themes/sp/img/technical-pages/404-bg.png) no-repeat fixed top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100vh;
	overflow: auto;
}

@media (max-width: 767px) {
	.error-page {
		background: url(https://www.spinpanda.nl/wp-content/themes/sp/img/technical-pages/404-bg-mob.png);
		background-size: cover;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

@media (max-width: 535px) {
	.error-page {
		background-attachment: scroll;
	}
}

.error-page .container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 50px;
}

.error-page .logo {
	display: block;
	margin: 30px 0;
	width: 250px;
	outline: none;
	cursor: pointer;
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page .logo {
		margin: 10px 0;
	}
}

@media (max-width: 767px) {
	.error-page .logo {
		width: 150px;
		margin: 20px 0 55px 0;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page .logo {
		margin: 10px 0 15px 0;
	}
}

.error-page__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 3%;
	overflow: auto;
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page__content {
		align-items: center;
		padding-bottom: 0;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page__content {
		margin-top: 0;
	}
}

.error-page__img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page__number {
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.error-page__number img {
		max-width: 300px;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page__number img {
		max-width: 200px;
	}
}

@media (max-width: 320px) {
	.error-page__number img {
		max-width: 280px;
	}
}

.error-page__title {
	font-size: calc(2.125 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	color: #FFF;
	letter-spacing: 1.5px;
	margin: 0;
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page__title {
		font-size: calc(2.1875 * 1rem);
		font-weight: 700;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 767px) {
	.error-page__title {
		font-size: calc(1.125 * 1rem);
		margin: 0 0 10px 0;
	}
}

.error-page__description {
	max-width: 650px;
	font-size: calc(0.875 * 1rem);
	font-weight: 400;
	line-height: 1.4;
	display: block;
	margin-bottom: 38px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: center;
}

.error-page__description::ng-deep a {
	color: #39f285;
}

@media (max-width: 1499px) {
	.error-page__description {
		font-size: calc(1 * 1rem);
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.error-page__description {
		margin-top: 14px;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page__description {
		margin: 5px auto;
	}
}

.error-page .btn {
	margin: 30px 0;
}

@media (max-width: 767px) {
	.error-page .btn {
		margin: 20px 0;
		width: 100%;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.error-page .btn {
		margin-top: 10px;
	}
}

.home-slider {
	position: relative;
	padding: 20px 0 0 0;
	user-select: none;
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.home-slider {
		padding-bottom: 70px;
	}
}

.home-slider .bamboo {
	display: none;
}

@media (max-width: 767px) {
	.home-slider .bamboo {
		display: block;
		position: absolute;
	}
}

.home-slider .bamboo.left {
	left: 0;
	top: 100px;
}

.home-slider .bamboo.right {
	right: 0;
}

:host {
	display: block;
}

.slider-control {
	position: absolute;
	cursor: pointer;
	width: 20%;
	height: 100%;
	top: 0;
	z-index: 1;
}

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

.slider-control.next {
	right: 0;
}

.slider-control.prev {
	left: 300px;
}

@media (max-width: 1499px) {
	.slider-control.prev {
		left: 220px;
	}
}

.js-slide {
	height: 400px;
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.js-slide {
		height: 250px;
	}
}

.slide-container {
	user-select: none;
	border-radius: 40px;
	padding: 0px;
	background-image: linear-gradient(139deg, #2F2D81 0%, #15135B 98.23%);
	height: 100%;
}

.slider-container {
	width: 100%;
	z-index: 0;
	min-height: 400px;
	will-change: background-position;
	border-radius: 40px;
	padding: 0px;
}

.slider-container .slide__preload {
	margin-top: 65px;
	width: 55%;
}

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

@media (max-width: 767px) {
	.slider-container .slide__preload {
		width: 70%;
		margin: 75px auto 0;
	}
}

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

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

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

.slider-container .slide__preload .slide__title--middle app-skeleton::ng-deep .loader {
	width: 80%;
	height: 49px;
}

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

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

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

.slider-container .slide__preload .slide__button {
	width: 30%;
}

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

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

.slider-container .slide__preload .slide__right {
	width: 30%;
}

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

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

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

.slider-container.single-slide {
	margin-bottom: 25px;
}

.slider-container ::ng-deep .slide__content a {
	color: #39f285;
}

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

@media (max-width: 839px) and (min-aspect-ratio: 13 / 9) {
	.slider-container ::ng-deep .slide__content {
		margin-top: 15px;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) {
	.slider-container {
		height: 250px;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) and (max-width: 839px) and (min-aspect-ratio: 13 / 9) {
	.slider-container {
		max-width: 100%;
		height: 90%;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) and (max-width: 839px) and (min-aspect-ratio: 13 / 9) and (max-width: 669px) and (min-aspect-ratio: 13 / 9) {
	.slider-container {
		height: 245px;
	}
}

@media (max-width: 991px) and (min-aspect-ratio: 13 / 9) and (max-width: 839px) and (min-aspect-ratio: 13 / 9) and (max-width: 569px) and (min-aspect-ratio: 13 / 9) {
	.slider-container {
		height: 230px;
	}
}

.slider {
	position: relative;
	height: 100%;
}

.slider__slide {
	min-width: 100%;
	min-height: 100%;
}

.slider__action {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.slider__action--btn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: calc(0.625 * 1rem);
	color: #39f285;
	width: 18px;
	height: 18px;
	border: 1.2px solid #39f285;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 10px;
}

.slider__action--btn.right {
	transform: rotate(180deg);
}

.slider__action--btn i {
	height: 10px;
	width: 8px;
}

.slider .only-title {
	margin-bottom: 40px;
}

.slider :host ::ng-deep .slide__title span {
	text-transform: lowercase;
}

.slide {
	border-radius: 20px;
	overflow: hidden;
}

.slide .container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

@media (max-width: 767px) {
	.slide .title-container {
		margin: unset;
	}
}

.slide__small-description {
	font-size: calc(0.875 * 1rem);
	margin: 20px 0;
}

@media (min-width: 768px) {
	.slide__small-description {
		width: 40%;
	}
}

@media (min-width: 992px) {
	.slide__small-description {
		width: 60%;
	}
}

@media (max-width: 535px) {
	.slide__small-description {
		width: 100%;
		margin: 8px 0;
	}
}

@media (max-width: 767px) {
	.slide__content {
		padding: 0 0 20px 0;
		background-color: transparent;
		justify-content: flex-end;
		height: 100%;
	}
	.slide__name {
		font-size: calc(0.9375 * 1rem);
		text-transform: unset;
		letter-spacing: 0;
	}
	.slide__title {
		background: none;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		animation: none;
		line-height: 1.5;
	}
	.slide__title ::ng-deep b {
		background-color: unset;
	}
	.slide__title ::ng-deep b span {
		padding: unset;
		background: unset !important;
	}
	.slide__title ::ng-deep span {
		border-radius: 4px;
		padding: 3px 10px;
	}
	.slide__description {
		font-size: calc(1 * 1rem);
	}
	.slide__actions {
		font-size: calc(1 * 1rem);
		font-weight: 700;
		margin: 20px auto 20px;
	}
}

@media (max-width: 767px) and (max-width: 535px) {
	.slide__actions {
		margin: 10px auto 20px;
	}
}

@media (max-width: 767px) {
	.slide__link {
		font-size: calc(0.75 * 1rem);
	}
	.slide__link a {
		color: #39f285;
	}
}

@media (max-width: 839px) and (min-aspect-ratio: 13 / 9) {
	.slide__content {
		align-items: flex-start;
		text-align: left;
	}
	.slide__actions {
		margin: 20px 0;
	}
}

@media (max-width: 669px) and (min-aspect-ratio: 13 / 9) {
	.slide__actions {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 375px) {
	.slide__title {
		font-size: calc(1.125 * 1rem);
		font-weight: 900;
		line-height: 1.2;
	}
}

@media (max-width: 339px) {
	.slide__title {
		font-size: calc(1 * 1rem);
		font-weight: 900;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slide__img {
		height: 65%;
		top: auto;
		bottom: 0;
		object-position: bottom right;
	}
}

.slide__img img {
	aspect-ratio: 1 / 1;
}

@media (max-width: 375px) {
	.slide__description {
		font-size: calc(0.8125 * 1rem);
		font-weight: 600;
	}
}

@media (max-width: 339px) {
	.slide__description {
		font-size: calc(0.75 * 1rem);
		font-weight: 600;
	}
}

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

.home-slider {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.home-slider .container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

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

@media (max-width: 767px) {
	.home-slider .container.inner {
		padding: 0 15px;
	}
}

.slide {
	height: 100%;
	position: relative;
	z-index: 0;
}

.slide .container {
	background: transparent;
}

.slide__img {
	width: 40%;
}

@media (max-width: 767px) {
	.slide__img {
		margin: 40px auto 0 auto;
		width: 50%;
	}
}

.slide__img img {
	height: auto;
	width: 100%;
}

.slide__content {
	border-radius: 4px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 0 40px 20px 40px;
}

@media (max-width: 991px) {
	.slide__content {
		padding: 20px 40px;
	}
}

@media (max-width: 767px) {
	.slide__content {
		padding: 20px 20px 0 20px;
		width: calc(100% - 40px);
		max-height: calc(100% - 90px);
		justify-content: center;
	}
}

@media (max-width: 838px) and (min-aspect-ratio: 13 / 9) {
	.slide__content {
		margin: 15px auto 0 auto;
	}
}

@media (min-height: 0px) and (max-height: 499px) {
	.slide__content {
		max-height: 360px;
	}
}

@media (max-width: 767px) {
	.slide__content {
		text-align: center;
	}
}

.slide .title-container {
	color: #FFF;
}

.slide__name {
	font-size: calc(1.25 * 1rem);
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 30px;
	display: block;
	letter-spacing: 7px;
}

@media (max-width: 1499px) {
	.slide__name {
		font-size: calc(1.125 * 1rem);
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.slide__name {
		font-size: calc(1 * 1rem);
		font-weight: 600;
		margin: 0;
		letter-spacing: 6px;
	}
}

@media (max-width: 535px) {
	.slide__name {
		font-size: calc(0.875 * 1rem);
	}
}

.slide__title {
	font-size: calc(0.875 * 1rem);
	font-weight: 700;
	line-height: 1.1;
	color: #FFF;
	display: block;
	margin: auto;
	text-transform: uppercase;
	background: linear-gradient(-45deg, #FFF 0%, #FFF 75%, #fff 75% 75.2%, #FFF 75.2% 75.7%, #fff 75.7% 76.5%, #FFF 76.5% 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 (max-width: 839px) and (min-aspect-ratio: 13 / 9) {
	.slide__title {
		font-size: 22px !important;
		line-height: 1 !important;
	}
}

@media (max-width: 767px) {
	.slide__title {
		font-size: calc(0.75 * 1rem);
	}
}

.slide__description {
	font-size: calc(2.625 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	color: #FFF;
	display: block;
	margin: 20px 0;
}

@media (max-width: 767px) {
	.slide__description {
		font-size: calc(1.5 * 1rem);
		margin-bottom: 0;
	}
}

.slide__link {
	font-size: calc(0.875 * 1rem);
	font-weight: 600;
	width: 100%;
	text-align: center;
	color: #FFF;
}

.slide__actions {
	font-size: calc(1.875 * 1rem);
	font-weight: 900;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}

.slide__actions app-button::ng-deep .btn {
	margin-left: 0;
}

.slide__actions .btn {
	z-index: 2;
}

.slide__actions img {
	width: 100px;
	margin: 0 0 0 10px;
}

@media (max-width: 767px) {
	.slide__actions {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		margin: 60px auto 40px;
	}
	.slide__actions img {
		margin: 0 0 5px 0;
	}
}

@media (max-width: 535px) {
	.slide__actions {
		font-size: calc(1.375 * 1rem);
		margin: 20px auto 20px;
	}
}

body.home .slide__title {
	font-size: calc(1.5 * 1rem);
	font-weight: 700;
}

@media (min-width: 768px) {
	body.home .slide__title {
		font-size: calc(1.75 * 1rem);
		font-weight: 700;
	}
	body.home .slide__small-description {
		width: 100%;
	}
}

.menu-container {
	overflow: auto;
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	.menu-container {
		scrollbar-width: thin;
		scrollbar-color: theme-var(#0D083E) theme-var(#0D083E);
	}
}

.menu-container::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	background-color: theme-var(#0D083E);
}

.menu-container::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 8px;
	background-color: theme-var(#39f285);
}

.menu-container::-webkit-scrollbar {
	height: 2px;
	background-color: #0D083E;
}

.menu-container::-webkit-scrollbar-thumb {
	width: 4px;
}

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

@media (min-width: 992px) {
	.menu-container {
		overflow: visible;
	}
}

.menu-container .nav {
	font-size: calc(0.625 * 1rem);
	font-weight: 900;
	font-family: Inter;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
	padding-top: 20px;
}

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

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

.menu-container .nav__item {
	color: #FFF;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	position: relative;
	margin-bottom: 16px;
	transition: 0.2s color;
}

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

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

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

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

.menu-container .nav__item.active .nav__item-label {
	color: #EA995B;
}

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

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

.menu-container .nav__item-icon {
	font-size: calc(1.125 * 1rem);
	display: inline-flex;
	color: #39f285;
	margin-bottom: 8px;
}

@media (min-width: 992px) {
	.menu-container .nav__item-icon {
		font-size: calc(1.625 * 1rem);
		font-weight: 900;
		font-family: Cunia;
		margin-bottom: 12px;
	}
}

@media (min-width: 1200px) {
	.menu-container .nav__item-icon {
		font-size: calc(2 * 1rem);
		font-weight: 900;
		font-family: Cunia;
		margin-bottom: 12px;
	}
}

.menu-container .nav__item-label {
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	user-select: none;
	text-align: center;
}

@media (max-width: 991px) {
	.menu-container .nav__item-label {
		transform: scale(0.75);
	}
}

.menu-container .nav__item-icon {
	background: url(https://www.spinpanda.nl/wp-content/themes/sp/svg/category-bg.svg) center center no-repeat;
	background-size: 95% 95%;
	width: 50px;
	height: 50px;
}

.menu-container.is_big .nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
}

@media (max-width: 991px) {
	.menu-container.is_big .nav {
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		padding: 0;
	}
}

.menu-container.is_big .nav__item {
	padding: 20px;
	border-radius: 30px;
	background-color: #1F1D5A;
	color: #FFF;
	text-decoration: none;
	display: flex;
	flex-direction: row-reverse;
	column-gap: 60px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	position: relative;
	margin-bottom: 16px;
	transition: 0.2s color;
}

@media (max-width: 767px) {
	.menu-container.is_big .nav__item {
		padding: 10px;
		column-gap: 5px;
		min-width: initial;
		max-width: initial;
	}
}

.menu-container.is_big .nav__item:not(:last-child) {
	margin-right: 0;
}

.menu-container.is_big .nav__item.active .nav__item-label {
	color: #EA995B;
}

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

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

.menu-container.is_big .nav__item-icon {
	font-size: calc(1.125 * 1rem);
	display: inline-flex;
	color: #39f285;
	margin-bottom: 8px;
}

@media (min-width: 992px) {
	.menu-container.is_big .nav__item-icon {
		font-size: calc(1.625 * 1rem);
		font-weight: 900;
		font-family: Cunia;
		margin-bottom: 12px;
	}
}

@media (min-width: 1200px) {
	.menu-container.is_big .nav__item-icon {
		font-size: calc(2 * 1rem);
		font-weight: 900;
		font-family: Cunia;
		margin-bottom: 12px;
	}
}

.menu-container.is_big .nav__item-label {
	font-size: calc(0.875 * 1rem);
	font-weight: bold;
	font-family: Cunia;
	position: relative;
	text-transform: uppercase;
	user-select: none;
	text-align: center;
}

@media (max-width: 991px) {
	.menu-container.is_big .nav__item-label {
		transform: scale(0.75);
	}
}

.menu-container.is_big .nav__item-icon {
	background: none;
	width: 80px;
	height: 80px;
}

.categories {
	margin-bottom: 35px;
}

.preloader {
	height: 500px;
}

.category-container {
	margin-top: 50px;
}

.list-container {
	display: flex;
	overflow: auto;
	padding: 0 20px;
	margin: 0 -20px;
}

.list-container .game-grid {
	width: 100%;
	flex-shrink: 0;
}

.list-container .game-grid:not(:last-child) {
	margin-right: 6px;
}

.list-container .game-grid:last-child {
	padding-right: 20px;
}

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

.game-list {
	border-radius: 20px;
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.3), -4px -4px 10px 0px #0F0E3F inset, 4px 4px 9.6px 0px #285A95 inset;
}

@media (max-width: 767px) {
	.game-list {
		padding: 20px;
	}
}

.game-list.box--noshadow {
	box-shadow: unset;
}

.game-list.box--small svg {
	transform: scale(0.7);
}

.game-list .content {
	position: relative;
	width: 100%;
	height: 100%;
}

.game-list .desktop {
	padding: 20px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.game-list__item {
	display: flex;
	flex: 1;
	height: 100%;
	flex-direction: column;
}

.game-list__item .badge-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 6px;
	left: 6px;
}

.game-list__item .badge-list__game {
	width: 55px;
	z-index: 1;
	margin-bottom: 3px;
}

.game-list__item .badge-list__game.mystery-drop {
	width: 92px;
	height: 92px;
	left: auto;
	right: 4px;
	top: -6px;
	position: absolute;
}

@media (max-width: 767px) {
	.game-list__item .badge-list__game.mystery-drop {
		width: 65px;
		height: 65px;
	}
}

.game-list__item .badge-list__game.prerelease {
	width: 80px;
}

.game-list__item .badge-list__game.drops {
	position: absolute;
	width: 60px;
	top: 0;
	right: 0;
	left: auto;
}

.game-list__item .badge-list__game.jackpot {
	width: 87px;
	height: 26px;
}

.game-list__item .badge-list.small-mode .mystery-drop {
	width: 40px;
	top: -24px;
}

@media (min-width: 768px) {
	.game-list__item .badge-list.small-mode .mystery-drop {
		top: -36px;
	}
}

.game-list__item .badge-list.small-mode .badge-list__item {
	width: 40px;
}

.game-list__item .badge-list.small-mode .badge-list__item.tournament {
	width: 22px;
	height: 22px;
}

.game-list__item .badge-list.small-mode .badge-list__item.tournament img {
	width: 15px;
}

.game-list__item .drop {
	position: absolute;
	right: 0;
	top: 0;
	height: 60%;
	z-index: 1;
	object-fit: contain;
	pointer-events: none;
}

.game-list__item .game {
	position: relative;
	z-index: 0;
	cursor: pointer;
	transition: .3s;
}

.game-list__item .game__title {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	font-family: "Inter";
	color: #FFF;
	margin: 2px 0 5px;
	text-align: center;
}

@media (min-width: 768px) {
	.game-list__item .game__title {
		font-size: calc(0.75 * 1rem);
	}
}

.game-list__item .game__provider {
	text-align: center;
	font-size: calc(0.625 * 1rem);
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #949CD1;
}

@media (min-width: 768px) {
	.game-list__item .game__provider {
		font-size: calc(0.6875 * 1rem);
	}
}

.game-list__item .game .game__favorite {
	font-size: calc(0.9375 * 1rem);
	color: #39f285;
	pointer-events: all;
	height: 17px;
	z-index: 12;
}

@media (min-width: 992px) {
	.game-list__item .game:hover .game__overlay {
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.game-list__item .game:active .game__overlay {
		visibility: visible;
		opacity: 1;
	}
}

.game-list__item .game__image {
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.game-list__item .game__image-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	visibility: hidden;
}

.game-list__item .game__image-main[src] {
	visibility: visible;
}

@media (max-width: 767px) and (min-aspect-ratio: 13 / 9) {
	.game-list__item .game__image-main {
		object-fit: fill;
	}
}

.game-list__item .game__image:before {
	content: '';
	display: block;
	padding-bottom: 130%;
}

.game-list__item .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: rgba(47, 38, 88, 0.8) center center no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	padding: 10px;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.game-list__item .game__overlay {
		display: none;
	}
}

.game-list__item .game__play {
	font-size: calc(1.25 * 1rem);
	color: #39f285;
	pointer-events: all;
	position: relative;
	top: 4px;
	text-decoration: none;
}

.game-list__item .game__circle-favourite {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #39f285;
	position: absolute;
	right: 5px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-list__item .game__circle-favourite .icon-favorite {
	width: 20px;
	pointer-events: all;
}

.game-list__item .game__circle-play {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 246, 248, 0.3) center center no-repeat;
	background-size: auto;
	border-radius: 50%;
	transition: background .3s ease;
	text-decoration: none;
}

.game-list__item .game__circle-play:hover {
	background: rgba(47, 38, 88, 0.8) center center no-repeat;
}

.game-list__item .game__circle-fun {
	background: rgba(246, 246, 248, 0.3) center center no-repeat;
	background-size: auto;
	border-radius: 35px;
	position: relative;
	top: 47px;
	padding: 7px;
	transition: background .3s ease;
	width: 95%;
	text-align: center;
	text-decoration: none;
}

.game-list__item .game__circle-fun:hover {
	background: rgba(47, 38, 88, 0.8) center center no-repeat;
}

.game-list__item .game__fun {
	color: #39f285;
	pointer-events: all;
	text-decoration: none;
	font-size: calc(0.6875 * 1rem);
}

.game-list__item .overlay-visible {
	opacity: 1;
	visibility: visible;
	display: flex;
}

.game-list__item .seo-link {
	display: none;
}

.game-list__item .mystery {
	width: 100%;
	display: grid;
}

.game-list__item .badge-list.small-mode.mystery img {
	width: 32px;
}

.game-list__item .badge-list.small-mode.mystery img:first-child {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.game-list__item {
		margin: 10px;
	}
}

.game-list__item--title {
	font-size: calc(1.5625 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	color: #FFF;
	margin: 10px 0;
}

.game-list__item--description {
	color: #FFF;
	font-size: calc(0.75 * 1rem);
	font-weight: Cunia;
	margin: 10px 0;
}

.game-list__item--action {
	height: 40px;
	min-width: unset;
	margin: 20px 0;
	width: fit-content;
	font-size: calc(0.9375 * 1rem);
}

.game-list__wrapper--action {
	display: flex;
	justify-content: center;
}

.game-list-mobile {
	padding: 20px 0;
	border-radius: 30px 30px 0 30px;
	display: none;
}

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

.game-list-mobile .games-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 15px;
}

@media (max-width: 767px) and (min-aspect-ratio: 13 / 9) {
	.game-list-mobile .games-container {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.game-list-mobile .btn {
	margin: 10px auto 0;
	display: flex;
	max-width: 160px;
}

.link-dekstop {
	margin-left: -5px;
}

.mobile .game-list__item--title {
	max-width: 150px;
}

.mobile .game-list__item--description {
	max-width: 100px;
}

.link-mobile ::ng-deep app-skeleton .loader {
	margin: 15px auto;
	height: 60px;
	width: 60px;
}

.loyalty-block {
	position: relative;
}

.loyalty-block .container {
	overflow: visible;
}

.loyalty-block-desktop {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: radial-gradient(50% 50% at 50% 50%, #282573 24.5%, #0D083E 91%);
	border-radius: 20px;
	padding: 30px;
}

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

.loyalty-block-desktop .image {
	flex: 0;
	height: 300px;
	margin: 0 50px 0 30px;
}

.loyalty-block-desktop .info {
	padding-right: 70px;
	margin-right: 20px;
	position: relative;
	color: #FFF;
}

.loyalty-block-desktop .info .title {
	width: 60%;
	font-size: calc(1.625 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.loyalty-block-desktop .info .title {
		width: 100%;
	}
}

.loyalty-block-desktop .info .description {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	font-family: Inter;
	margin-bottom: 10px;
	width: 70%;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.loyalty-block-desktop .info .description {
		width: 100%;
	}
}

.loyalty-block-desktop .info .prize {
	font-size: calc(4 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	margin-bottom: 10px;
}

.loyalty-block-desktop .info .fs {
	font-size: calc(1.75 * 1rem);
	font-weight: 700;
	margin-bottom: 10px;
}

.loyalty-block-desktop .info .action::ng-deep .btn {
	margin-left: 0;
}

.loyalty-block-mobile {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	color: #FFF;
}

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

.loyalty-block-mobile .title {
	font-size: calc(1.5 * 1rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.loyalty-block-mobile .image {
	margin-bottom: 5px;
	height: auto;
	width: 100%;
}

.loyalty-block-mobile .description {
	font-size: calc(0.75 * 1rem);
	font-weight: 700;
	font-family: Inter;
	text-align: center;
	margin-bottom: 5px;
}

.loyalty-block-mobile .prize {
	font-size: calc(2.375 * 1rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.loyalty-block-mobile .fs {
	font-size: calc(1.25 * 1rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.features-block {
	overflow: auto;
	margin-top: 25px;
}

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

@media (max-width: 767px) {
	.show {
		overflow-x: hidden;
		padding: 0;
	}
}

.features-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 0;
}

@media (max-width: 767px) {
	.features-list {
		flex-direction: column;
		padding: 20px 0;
	}
}

.features-container-mobile {
	display: none;
	position: relative;
	z-index: 2;
}

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

.features-container-mobile--title {
	font-size: calc(1.5 * 1rem);
	font-weight: 800;
	color: #FFF;
	max-width: 270px;
	padding: 0 20px;
}

.feature {
	padding: 20px;
	width: 32%;
	box-sizing: border-box;
	cursor: pointer;
	background-image: linear-gradient(251.18deg, #15135B 16.14%, #2F2D81 95.93%);
	border-radius: 40px;
	text-decoration: none;
}

.feature .box {
	border-radius: 40px;
	padding: 30px;
}

.feature:nth-child(1) {
	transform: rotate(-5deg);
}

@media (max-width: 767px) {
	.feature:nth-child(1) {
		transform: rotate(0);
	}
}

.feature:nth-child(2) {
	transform: rotate(3deg);
}

@media (max-width: 767px) {
	.feature:nth-child(2) {
		transform: rotate(0);
	}
}

.feature:nth-child(3) {
	transform: rotate(-2deg);
}

@media (max-width: 767px) {
	.feature:nth-child(3) {
		transform: rotate(0);
	}
}

@media (max-width: 767px) {
	.feature {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.feature__image {
	display: block;
	margin: 0 auto;
	height: 100px;
	width: auto;
	max-width: 100%;
	max-height: 100px;
}

@media (max-width: 767px) {
	.feature__image {
		width: 100%;
		max-width: 60px;
		height: auto;
		max-height: none;
	}
}

.feature__title {
	font-size: calc(1.3125 * 1rem);
	font-weight: 700;
	font-family: Cunia;
	display: block;
	color: #FFF;
	text-align: center;
	min-height: 50px;
}

@media (max-width: 767px) {
	.feature__title {
		font-size: calc(0.75 * 1rem);
		font-weight: 700;
	}
}

.feature__description {
	font-size: calc(0.75 * 1rem);
	font-weight: 600;
	font-family: Inter;
	line-height: 1.4;
	display: block;
	margin-top: 10px;
	color: #FFF;
	text-align: center;
}

@media (max-width: 767px) {
	.feature__description {
		font-size: calc(0.625 * 1rem);
	}
}

.slide .feature__1 {
	transform: rotate(-5deg);
}

.slide .feature__2 {
	transform: rotate(3deg);
}

.slide .feature__3 {
	transform: rotate(-2deg);
}

.two-col__block {
	padding: 80px 0;
	background: linear-gradient(139deg, #2F2D81 0%, #15135B 98.23%);
}

.two-col__block .container {
	background: transparent;
}

@media (max-width: 767px) {
	.two-col__block {
		padding: 20px 0;
	}
}

.two-col__content {
	padding: 20px 50px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 70px;
	color: #FFF;
}

@media (max-width: 767px) {
	.two-col__content {
		padding: 20px 0 10px;
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
}

.contact {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
}

.contact-list {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

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

.contact-list .contact-item {
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 360px;
	height: 80px;
	border-radius: 20px;
	border: 1px solid #000;
	background: linear-gradient(139deg, #2F2D81 0%, #15135B 98.23%);
	box-sizing: border-box;
	padding-left: 55px;
}

.contact-list .contact-item:not(:last-child) {
	margin-right: 50px;
}

@media (max-width: 767px) {
	.contact-list .contact-item:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.contact-list .contact-item {
		width: 100%;
	}
}

.contact-list .contact-item:not(:last-child) {
	margin-right: 50px;
}

@media (max-width: 767px) {
	.contact-list .contact-item:not(:last-child) {
		margin-right: 30px;
	}
}

.contact-list .contact-item img {
	width: 30px;
	margin-right: 30px;
}

.contact-list .contact-item__title {
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	color: #39f285;
}

.contact-list .contact-item__title a {
	color: unset;
	text-decoration: unset;
}

@media (max-width: 767px) {
	.contact-list .contact-item__title {
		font-size: calc(0.75 * 1rem);
	}
}

.contact-list .contact-item__description {
	margin-left: 3px;
	font-size: calc(0.8125 * 1rem);
	font-weight: 700;
	color: #39f285;
}

@media (max-width: 767px) {
	.contact-list .contact-item__description {
		font-size: calc(0.75 * 1rem);
	}
}

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

.bypostauthor {
	display: block;
}

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

.icon-account:before, .icon-android:before, .icon-apple:before, .icon-apply:before, .icon-arrow-down:before, .icon-arrow:before, .icon-attention:before, .icon-bonus-shop:before, .icon-bonus:before, .icon-check:before, .icon-cherry:before, .icon-close-game:before, .icon-close:before, .icon-copy:before, .icon-delete:before, .icon-edit:before, .icon-exclusive:before, .icon-favorite-filled:before, .icon-favorite:before, .icon-few-games:before, .icon-filter:before, .icon-full-screen:before, .icon-heart:before, .icon-help:before, .icon-hot:before, .icon-informer:before, .icon-install-app:before, .icon-like-filled:before, .icon-like:before, .icon-lock:before, .icon-locked:before, .icon-lottery:before, .icon-loyalty:before, .icon-missions:before, .icon-new:before, .icon-one-game:before, .icon-password:before, .icon-play:before, .icon-pointer-down:before, .icon-popular:before, .icon-question:before, .icon-search-nav:before, .icon-search:before, .icon-settings:before, .icon-tournament:before, .icon-vip:before, .icon-wheel:before, .icon-windows:before {
	font-family: "icons";
	-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-account:before {
	content: "";
}

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

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

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

.icon-arrow-down:before {
	content: "";
}

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

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

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

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

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

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

.icon-close-game:before {
	content: "";
}

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

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

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

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

.icon-exclusive:before {
	content: "";
}

.icon-favorite-filled:before {
	content: "";
}

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

.icon-few-games:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-full-screen:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-help:before {
	content: "";
}

.icon-hot:before {
	content: "";
}

.icon-informer:before {
	content: "";
}

.icon-install-app:before {
	content: "";
}

.icon-like-filled:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-locked:before {
	content: "";
}

.icon-lottery:before {
	content: "";
}

.icon-loyalty:before {
	content: "";
}

.icon-missions:before {
	content: "";
}

.icon-new:before {
	content: "";
}

.icon-one-game:before {
	content: "";
}

.icon-password:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-pointer-down:before {
	content: "";
}

.icon-popular:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-search-nav:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-tournament:before {
	content: "";
}

.icon-vip:before {
	content: "";
}

.icon-wheel:before {
	content: "";
}

.icon-windows:before {
	content: "";
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
/* Alignments
--------------------------------------------- */

/*# sourceMappingURL=style.css.map */