/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

body>.pnotify.pnotify-positioned{position:fixed;z-index:100040}body>.pnotify.pnotify-modal{z-index:100042}.pnotify{height:auto;display:none;transition:opacity .1s linear;opacity:0}.pnotify.pnotify-positioned{position:absolute;z-index:1}.pnotify.pnotify-modal{z-index:3}.pnotify.pnotify-in{display:block;opacity:1}.pnotify.pnotify-initial{display:block}.pnotify-hidden{visibility:hidden}.pnotify.pnotify-move{transition:left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.pnotify.pnotify-fade-slow.pnotify.pnotify-move{transition:opacity .4s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.pnotify.pnotify-fade-normal.pnotify.pnotify-move{transition:opacity .25s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.pnotify.pnotify-fade-fast.pnotify.pnotify-move{transition:opacity .1s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-masking{display:block;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-up{-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-left{-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-right{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-fade-in,.pnotify.pnotify-masking-in{opacity:1}.pnotify .pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.pnotify-container{position:relative;background-position:0 0;padding:.8em;height:100%;margin:0}.pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.pnotify-closer,.pnotify-sticker{float:right;margin-left:.5em;cursor:pointer}[dir=rtl] .pnotify-closer,[dir=rtl] .pnotify-sticker{float:left;margin-right:.5em;margin-left:0}.pnotify-title{display:block;white-space:pre-line;margin-bottom:.4em;margin-top:0}.pnotify-text-with-max-height{overflow-y:auto;overscroll-behavior:contain;padding-bottom:.03em}.pnotify.pnotify-with-icon .pnotify-content{margin-left:24px}[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content{margin-right:24px;margin-left:0}.pnotify-pre-line{white-space:pre-line}.pnotify-icon,.pnotify-icon span{display:block;float:left}[dir=rtl] .pnotify-icon,[dir=rtl] .pnotify-icon span{float:right}.pnotify-modal-overlay{background-color:rgba(0,0,0,.6);top:0;left:0;position:absolute;height:100%;width:100%;z-index:2;transition:opacity .25s linear;opacity:0;padding:0;display:flex;justify-content:center;align-items:flex-end}.pnotify-modal-overlay-up{align-items:flex-start}.pnotify-modal-overlay-left{justify-content:flex-start;align-items:center}.pnotify-modal-overlay-right{justify-content:flex-end;align-items:center}.pnotify-modal-overlay.pnotify-modal-overlay-in{opacity:1}.pnotify-modal-overlay-closes:after{content:"×";font-family:Arial;font-size:3rem;color:#fff;text-shadow:0 0 .4rem #fff}body>.pnotify-modal-overlay{position:fixed;z-index:100041}
[data-pnotify].brighttheme-elem{border-radius:0}[data-pnotify].brighttheme-elem,[data-pnotify].brighttheme-elem.pnotify-mode-light{--notice-background-color:#ffffa2;--notice-border-color:#ff0;--notice-text-color:#4f4f00;--notice-icon-filter:invert(25%) sepia(12%) saturate(7007%) hue-rotate(38deg) brightness(99%) contrast(101%);--info-background-color:#8fcedd;--info-border-color:#0286a5;--info-text-color:#012831;--info-icon-filter:invert(11%) sepia(37%) saturate(1946%) hue-rotate(155deg) brightness(95%) contrast(99%);--success-background-color:#aff29a;--success-border-color:#35db00;--success-text-color:#104300;--success-icon-filter:invert(17%) sepia(94%) saturate(1055%) hue-rotate(70deg) brightness(90%) contrast(103%);--error-background-color:#ffaba2;--error-border-color:#ff1800;--error-text-color:#4f0800;--error-icon-filter:invert(9%) sepia(27%) saturate(7347%) hue-rotate(359deg) brightness(96%) contrast(108%)}@media (prefers-color-scheme:dark){[data-pnotify].brighttheme-elem.pnotify-mode-no-preference{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}}[data-pnotify].brighttheme-elem.pnotify-mode-dark{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}[data-pnotify] .brighttheme-notice{--brighttheme-background-color:var(--notice-background-color);--brighttheme-border-color:var(--notice-border-color);--brighttheme-text-color:var(--notice-text-color);--brighttheme-icon-filter:var(--notice-icon-filter);--brighttheme-primary-button-background-color:var(--notice-border-color);--brighttheme-primary-button-text-color:var(--notice-text-color)}[data-pnotify] .brighttheme-info{--brighttheme-background-color:var(--info-background-color);--brighttheme-border-color:var(--info-border-color);--brighttheme-text-color:var(--info-text-color);--brighttheme-icon-filter:var(--info-icon-filter);--brighttheme-primary-button-background-color:var(--info-border-color);--brighttheme-primary-button-text-color:var(--info-text-color)}[data-pnotify] .brighttheme-success{--brighttheme-background-color:var(--success-background-color);--brighttheme-border-color:var(--success-border-color);--brighttheme-text-color:var(--success-text-color);--brighttheme-icon-filter:var(--success-icon-filter);--brighttheme-primary-button-background-color:var(--success-border-color);--brighttheme-primary-button-text-color:var(--success-text-color)}[data-pnotify] .brighttheme-error{--brighttheme-background-color:var(--error-background-color);--brighttheme-border-color:var(--error-border-color);--brighttheme-text-color:var(--error-text-color);--brighttheme-icon-filter:var(--error-icon-filter);--brighttheme-primary-button-background-color:var(--error-border-color);--brighttheme-primary-button-text-color:var(--error-text-color)}[data-pnotify] .brighttheme-container{padding:1.3rem;background-color:var(--brighttheme-background-color);border:0 solid var(--brighttheme-border-color);color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-error{background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.3) 70px)}[data-pnotify].pnotify-with-icon .brighttheme-content{margin-left:calc(1.3rem + 16px)}[dir=rtl] [data-pnotify].pnotify-with-icon .brighttheme-content{margin-right:calc(1.3rem + 16px);margin-left:0}[data-pnotify] .brighttheme-title{font-size:1.2rem;line-height:1.4rem;margin-top:-.1rem;margin-bottom:0}[data-pnotify] .brighttheme-text{font-size:1rem;line-height:1.2rem;margin-top:0}[data-pnotify] .brighttheme-confirm,[data-pnotify] .brighttheme-title+.brighttheme-text{margin-top:1rem}[data-pnotify] .brighttheme-closer,[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-sticker{display:flex;justify-content:center;align-items:center}[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-icon>span,[data-pnotify] .brighttheme-icon>span:after{width:1.2rem;height:1.2rem;line-height:1.2rem}[data-pnotify] .brighttheme-icon-closer,[data-pnotify] .brighttheme-icon-closer:after,[data-pnotify] .brighttheme-icon-sticker,[data-pnotify] .brighttheme-icon-sticker:after{width:1rem;height:1rem;line-height:1rem}[data-pnotify] .brighttheme-icon-notice:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-icon-info:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-success:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-error:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-closer:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-sticker:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYsMTJWNEgxN1YySDdWNEg4VjEyTDYsMTRWMTZIMTEuMlYyMkgxMi44VjE2SDE4VjE0TDE2LDEyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-sticker.brighttheme-icon-stuck:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMi44LDE2LjA3VjIySDExLjJWMTZINlYxNEw4LDEyVjExLjI3TDIsNS4yN00xNiwxMkwxOCwxNFYxNkgxNy44Mkw4LDYuMThWNEg3VjJIMTdWNEgxNlYxMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-prompt-bar{margin-bottom:1rem}[data-pnotify] .brighttheme-action-bar,[data-pnotify] .brighttheme-prompt-bar{width:100%;box-sizing:border-box}[data-pnotify] .brighttheme-btn{text-transform:uppercase;font-weight:700;padding:.4rem 1rem;border:none;background:transparent;cursor:pointer;color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-btn-primary{background-color:var(--brighttheme-primary-button-background-color);color:var(--brighttheme-primary-button-text-color)}[data-pnotify] .brighttheme-countdown{background-color:var(--brighttheme-background-color)}[data-pnotify] .brighttheme-countdown-bar{background-color:var(--brighttheme-border-color)}[data-pnotify] .brighttheme-paginate{display:inline-flex;flex-direction:column}[data-pnotify] .brighttheme-paginate-btn{width:1em;height:1em;line-height:.5em;border:0;padding:0;background:transparent}[data-pnotify] .brighttheme-paginate-previous{margin-right:0}[data-pnotify] .brighttheme-paginate-next{margin-left:0}[data-pnotify] .brighttheme-paginate-btn:disabled:after,[data-pnotify] .brighttheme-paginate-btn[aria-disabled=true]:after{opacity:.5}[data-pnotify] .brighttheme-paginate-previous:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMS42NyAzLjg3TDkuOSAyLjEgMCAxMmw5LjkgOS45IDEuNzctMS43N0wzLjU0IDEyeiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-paginate-next:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik01Ljg4IDQuMTJMMTMuNzYgMTJsLTcuODggNy44OEw4IDIybDEwLTEwTDggMnoiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-paginate-count-of{opacity:.8}
.shareon{font-size:0!important}.shareon>*{display:inline-block;position:relative;height:24px;min-width:16px;margin:3px;padding:6px 10px;background-color:#333;border-radius:3.33333px;border:0;box-sizing:content-box;color:#fff;line-height:1.5;transition:opacity .3s ease;vertical-align:middle}.shareon>:hover{border:0;cursor:pointer;opacity:.7}.shareon>:not(:empty){font-size:16px;text-decoration:none}.shareon>:not(:empty):before{position:relative;height:100%;width:28px;top:0;left:0;background-position:0 50%}.shareon>:before{display:inline-block;position:absolute;height:20px;width:20px;top:8px;left:8px;background-repeat:no-repeat;background-size:20px 20px;content:"";vertical-align:bottom}.shareon>.copy-url:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71%27/%3e%3c/svg%3e")}.shareon>.copy-url.done:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M20 6 9 17l-5-5%27/%3e%3c/svg%3e")}.shareon>.email:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27%3e%3crect height=%2716%27 rx=%272%27 width=%2720%27 x=%272%27 y=%274%27/%3e%3cpath d=%27m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7%27/%3e%3c/g%3e%3c/svg%3e")}.shareon>.facebook{background-color:#1877f2}.shareon>.facebook:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073%27/%3e%3c/svg%3e")}.shareon>.fediverse{background-color:#8a54af}.shareon>.fediverse:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M5.239 8.64a2.43 2.43 0 0 1-1.041 1.036l5.714 5.736 1.377-.698zm7.537 7.566-1.378.698 2.895 2.907a2.43 2.43 0 0 1 1.041-1.037zm6.61-5.297-3.234 1.64.238 1.526 3.66-1.856a2.43 2.43 0 0 1-.663-1.31m-5.113 2.592-7.649 3.876a2.43 2.43 0 0 1 .664 1.31l7.223-3.66zm-2.46-9.549-3.69 7.205 1.089 1.094 3.908-7.628a2.43 2.43 0 0 1-1.307-.67m-4.65 9.078-1.87 3.65a2.44 2.44 0 0 1 1.307.67l1.652-3.226zm-2.998-3.34a2.44 2.44 0 0 1-1.216.255 3 3 0 0 1-.235-.025l1.092 6.983a2.44 2.44 0 0 1 1.216-.255q.118.007.234.025zm3.129 9.03a2.4 2.4 0 0 1 .025.49 2.4 2.4 0 0 1-.256.96l6.98 1.121a2.4 2.4 0 0 1-.025-.49 2.4 2.4 0 0 1 .257-.96zm12.78-6.476-3.222 6.29a2.43 2.43 0 0 1 1.307.671l3.222-6.29a2.43 2.43 0 0 1-1.307-.671M15.68 3.348a2.44 2.44 0 0 1-1.04 1.036l4.99 5.01a2.43 2.43 0 0 1 1.04-1.037zm-4.554-.731L4.818 5.813a2.43 2.43 0 0 1 .663 1.31l6.309-3.197a2.43 2.43 0 0 1-.664-1.31m3.502 1.774a2.44 2.44 0 0 1-1.236.264 3 3 0 0 1-.213-.022l.559 3.578 1.524.244zm-.565 5.9 1.32 8.46a2.43 2.43 0 0 1 1.199-.246q.128.007.254.028l-1.249-7.998zM5.486 7.15a2.4 2.4 0 0 1 .027.498 2.4 2.4 0 0 1-.253.953l3.58.575.704-1.374zm6.137.986L10.92 9.51l8.46 1.36a2.4 2.4 0 0 1-.024-.485 2.4 2.4 0 0 1 .26-.966zM13.645.015a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418m8.261 8.293a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418M16.57 18.725a2.212 2.212 0 1 0-.24 4.419 2.212 2.212 0 1 0 .24-4.419M5.01 16.871a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418M3.204 5.307a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418%27/%3e%3c/svg%3e")}.shareon>.linkedin{background-color:#0a66c2}.shareon>.linkedin:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535v8.683ZM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.85 2.85 0 0 1 0 2.886a2.851 2.851 0 1 1 2.85 2.852%27/%3e%3c/svg%3e")}.shareon>.linkedin:not(:empty):before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.06 2.06 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0z%27/%3e%3c/svg%3e")}.shareon>.mastodon{background-color:#6364ff}.shareon>.mastodon:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38q.398-.092.786-.213c.585-.184 1.27-.39 1.774-.753a.06.06 0 0 0 .023-.043v-1.809a.05.05 0 0 0-.02-.041.05.05 0 0 0-.046-.01 20.3 20.3 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.6 5.6 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422q.059-.011.11-.024c2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545m-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102q0-1.965 1.011-3.12c.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164q1.012 1.155 1.012 3.12z%27/%3e%3c/svg%3e")}.shareon>.messenger{background-color:#00b2ff}.shareon>.messenger:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M.001 11.639C.001 4.949 5.241 0 12.001 0S24 4.95 24 11.639s-5.24 11.638-12 11.638c-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05l-2.39 1.05a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.389 0 0 1 .002 11.64zm8.32-2.19-3.52 5.6c-.35.53.32 1.139.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48%27/%3e%3c/svg%3e")}.shareon>.odnoklassniki{background-color:#ee8208}.shareon>.odnoklassniki:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12 0a6.2 6.2 0 0 0-6.194 6.195 6.2 6.2 0 0 0 6.195 6.192 6.2 6.2 0 0 0 6.193-6.192A6.2 6.2 0 0 0 12.001 0zm0 3.63a2.567 2.567 0 0 1 2.565 2.565 2.57 2.57 0 0 1-2.564 2.564 2.57 2.57 0 0 1-2.565-2.564 2.567 2.567 0 0 1 2.565-2.564zM6.807 12.6a1.814 1.814 0 0 0-.91 3.35 11.6 11.6 0 0 0 3.597 1.49l-3.462 3.463a1.815 1.815 0 0 0 2.567 2.566L12 20.066l3.405 3.403a1.813 1.813 0 0 0 2.564 0c.71-.709.71-1.858 0-2.566l-3.462-3.462a11.6 11.6 0 0 0 3.596-1.49 1.814 1.814 0 1 0-1.932-3.073 7.87 7.87 0 0 1-8.34 0c-.318-.2-.674-.29-1.024-.278%27/%3e%3c/svg%3e")}.shareon>.pinterest{background-color:#bd081c}.shareon>.pinterest:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026z%27/%3e%3c/svg%3e")}.shareon>.pocket{background-color:#ef3f56}.shareon>.pocket:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27m18.813 10.259-5.646 5.419a1.65 1.65 0 0 1-2.282 0l-5.646-5.419a1.645 1.645 0 0 1 2.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 0 1 2.326.049 1.64 1.64 0 0 1-.045 2.326zm5.083-7.546a2.16 2.16 0 0 0-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139q.069.053.143.105l.03.023a11.9 11.9 0 0 0 4.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12 12 0 0 0 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742z%27/%3e%3c/svg%3e")}.shareon>.print:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 14h12v8H6z%27/%3e%3c/svg%3e")}.shareon>.reddit{background-color:#ff4500}.shareon>.reddit:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M19.512 1.173a1.88 1.88 0 0 1 1.877 1.874 1.884 1.884 0 0 1-1.877 1.857c-.99 0-1.817-.783-1.873-1.773l-3.897-.82-1.201 5.623c2.737.105 5.223.949 7.015 2.234a2.53 2.53 0 0 1 1.812-.737A2.634 2.634 0 0 1 24 12.063c0 1.075-.653 2-1.516 2.423q.066.388.063.78c0 4.043-4.698 7.31-10.512 7.31s-10.512-3.267-10.512-7.31c0-.275.022-.55.064-.801a2.63 2.63 0 0 1-1.559-2.402 2.634 2.634 0 0 1 2.633-2.632c.694 0 1.347.294 1.811.735 1.812-1.325 4.32-2.146 7.12-2.232l1.329-6.276a.5.5 0 0 1 .21-.296.52.52 0 0 1 .357-.063l4.361.926c.3-.644.952-1.057 1.663-1.052M7.917 18.052c-.13 0-.254.05-.347.14a.497.497 0 0 0 0 .696c1.264 1.263 3.728 1.37 4.444 1.37s3.16-.084 4.444-1.37a.545.545 0 0 0 .044-.695.5.5 0 0 0-.697 0c-.82.8-2.527 1.095-3.77 1.095s-2.97-.294-3.77-1.095a.5.5 0 0 0-.348-.143zm-.051-5.989A1.88 1.88 0 0 0 5.99 13.94c0 1.031.842 1.873 1.876 1.873a1.88 1.88 0 0 0 1.873-1.874 1.88 1.88 0 0 0-1.873-1.875Zm8.254 0a1.88 1.88 0 0 0-1.873 1.876c0 1.031.842 1.873 1.875 1.873a1.88 1.88 0 0 0 1.875-1.874 1.88 1.88 0 0 0-1.877-1.875%27/%3e%3c/svg%3e")}.shareon>.teams{background-color:#6264a7}.shareon>.teams:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M20.625 8.127q-.55 0-1.025-.205t-.832-.563-.563-.832T18 5.502q0-.54.205-1.02t.563-.837q.357-.358.832-.563.474-.205 1.025-.205.54 0 1.02.205t.837.563q.358.357.563.837t.205 1.02q0 .55-.205 1.025t-.563.832q-.357.358-.837.563t-1.02.205m0-3.75q-.469 0-.797.328t-.328.797.328.797.797.328.797-.328.328-.797-.328-.797-.797-.328M24 10.002v5.578q0 .774-.293 1.46t-.803 1.194q-.51.51-1.195.803-.686.293-1.459.293-.445 0-.908-.105-.463-.106-.85-.329-.293.95-.855 1.729t-1.319 1.336-1.67.861-1.898.305q-1.148 0-2.162-.398-1.014-.399-1.805-1.102t-1.312-1.664-.674-2.086h-5.8q-.411 0-.704-.293T0 16.881V6.873q0-.41.293-.703t.703-.293h8.59q-.34-.715-.34-1.5 0-.727.275-1.365.276-.639.75-1.114.475-.474 1.114-.75.638-.275 1.365-.275t1.365.275 1.114.75q.474.475.75 1.114.275.638.275 1.365t-.275 1.365q-.276.639-.75 1.113-.475.475-1.114.75-.638.276-1.365.276-.188 0-.375-.024-.188-.023-.375-.058v1.078h10.875q.469 0 .797.328t.328.797M12.75 2.373q-.41 0-.78.158-.368.158-.638.434-.27.275-.428.639-.158.363-.158.773t.158.78q.159.368.428.638.27.27.639.428t.779.158.773-.158q.364-.159.64-.428.274-.27.433-.639t.158-.779-.158-.773q-.159-.364-.434-.64-.275-.275-.639-.433-.363-.158-.773-.158M6.937 9.814h2.25V7.94H2.814v1.875h2.25v6h1.875zm10.313 7.313v-6.75H12v6.504q0 .41-.293.703t-.703.293H8.309q.152.809.556 1.5.405.691.985 1.19.58.497 1.318.779.738.281 1.582.281.926 0 1.746-.352.82-.351 1.436-.966.615-.616.966-1.43.352-.815.352-1.752m5.25-1.547v-5.203h-3.75v6.855q.305.305.691.452.387.146.809.146.469 0 .879-.176.41-.175.715-.48.304-.305.48-.715t.176-.879%27/%3e%3c/svg%3e")}.shareon>.telegram{background-color:#26a5e4}.shareon>.telegram:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M20.888 3.551c.168-.003.54.039.781.235.162.14.264.335.288.547.026.156.06.514.033.793-.302 3.189-1.616 10.924-2.285 14.495-.282 1.512-.838 2.017-1.378 2.066-1.17.11-2.058-.773-3.192-1.515-1.774-1.165-2.777-1.889-4.5-3.025-1.99-1.31-.7-2.033.434-3.209.297-.309 5.455-5.002 5.556-5.427.012-.054.024-.252-.094-.356s-.292-.069-.418-.04q-.267.061-8.504 5.62-1.208.831-2.187.806c-.72-.013-2.104-.405-3.134-.739C1.025 13.39.022 13.174.11 12.476q.068-.544 1.5-1.114 8.816-3.84 11.758-5.064c5.599-2.328 6.763-2.733 7.521-2.747Z%27/%3e%3c/svg%3e")}.shareon>.tumblr{background-color:#36465d}.shareon>.tumblr:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.404h-.178z%27/%3e%3c/svg%3e")}.shareon>.twitter{background-color:#1d9bf0}.shareon>.twitter:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.9 4.9 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.9 4.9 0 0 0 2.235.616A4.93 4.93 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.9 9.9 0 0 0 3.128-1.196 4.94 4.94 0 0 1-2.165 2.724A9.8 9.8 0 0 0 24 4.555a10 10 0 0 1-2.457 2.549%27/%3e%3c/svg%3e")}.shareon>.viber{background-color:#7360f2}.shareon>.viber:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M11.4 0C9.473.028 5.333.344 3.02 2.467 1.302 4.187.696 6.7.633 9.817S.488 18.776 6.12 20.36h.003l-.004 2.416s-.037.977.61 1.177c.777.242 1.234-.5 1.98-1.302.407-.44.972-1.084 1.397-1.58 3.85.326 6.812-.416 7.15-.525.776-.252 5.176-.816 5.892-6.657.74-6.02-.36-9.83-2.34-11.546-.596-.55-3.006-2.3-8.375-2.323 0 0-.395-.025-1.037-.017zm.058 1.693c.545-.004.88.017.88.017 4.542.02 6.717 1.388 7.222 1.846 1.675 1.435 2.53 4.868 1.906 9.897v.002c-.604 4.878-4.174 5.184-4.832 5.395-.28.09-2.882.737-6.153.524 0 0-2.436 2.94-3.197 3.704-.12.12-.26.167-.352.144-.13-.033-.166-.188-.165-.414l.02-4.018c-4.762-1.32-4.485-6.292-4.43-8.895.054-2.604.543-4.738 1.996-6.173 1.96-1.773 5.474-2.018 7.11-2.03zm.38 2.602a.304.304 0 0 0-.004.607c1.624.01 2.946.537 4.028 1.592 1.073 1.046 1.62 2.468 1.633 4.334.002.167.14.3.307.3a.304.304 0 0 0 .3-.304c-.014-1.984-.618-3.596-1.816-4.764-1.19-1.16-2.692-1.753-4.447-1.765zm-3.96.695a.98.98 0 0 0-.616.117l-.01.002c-.43.247-.816.562-1.146.932l-.008.008q-.4.484-.46.948a.6.6 0 0 0-.007.14q0 .205.065.4l.013.01c.135.48.473 1.276 1.205 2.604.42.768.903 1.5 1.446 2.186q.405.517.87.984l.132.132q.466.463.984.87a15.5 15.5 0 0 0 2.186 1.447c1.328.733 2.126 1.07 2.604 1.206l.01.014a1.3 1.3 0 0 0 .54.055q.466-.055.948-.46c.004 0 .003-.002.008-.005.37-.33.683-.72.93-1.148l.003-.01c.225-.432.15-.842-.18-1.12-.004 0-.698-.58-1.037-.83q-.54-.383-1.113-.71c-.51-.285-1.032-.106-1.248.174l-.447.564c-.23.283-.657.246-.657.246-3.12-.796-3.955-3.955-3.955-3.955s-.037-.426.248-.656l.563-.448c.277-.215.456-.737.17-1.248a13 13 0 0 0-.71-1.115 28 28 0 0 0-.83-1.035.82.82 0 0 0-.502-.297zm4.49.88a.303.303 0 0 0-.018.606c1.16.085 2.017.466 2.645 1.15.63.688.93 1.524.906 2.57a.306.306 0 0 0 .61.013c.025-1.175-.334-2.193-1.067-2.994-.74-.81-1.777-1.253-3.05-1.346h-.024zm.463 1.63a.305.305 0 0 0-.3.287c-.008.167.12.31.288.32.523.028.875.175 1.113.422.24.245.388.62.416 1.164a.304.304 0 0 0 .605-.03c-.03-.644-.215-1.178-.58-1.557-.367-.378-.893-.574-1.52-.607h-.018z%27/%3e%3c/svg%3e")}.shareon>.vkontakte{background-color:#07f}.shareon>.vkontakte:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M4.199 4.841H.11c.194 9.312 4.85 14.907 13.012 14.907h.462v-5.327c3 .299 5.268 2.492 6.178 5.327H24c-1.164-4.237-4.223-6.58-6.133-7.475 1.91-1.105 4.596-3.79 5.238-7.432h-3.85c-.836 2.955-3.313 5.641-5.67 5.895V4.84h-3.85v10.326C7.347 14.57 4.333 11.675 4.199 4.84Z%27/%3e%3c/svg%3e")}.shareon>.web-share:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-width=%272%27 d=%27M18 2a3 3 0 1 0 0 6 3 3 0 1 0 0-6zM6 9a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm12 7a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm-9.41-2.49 6.83 3.98m-.01-10.98-6.82 3.98%27/%3e%3c/svg%3e")}.shareon>.whatsapp{background-color:#25d366}.shareon>.whatsapp:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52s.198-.298.298-.497c.099-.198.05-.371-.025-.52s-.669-1.612-.916-2.207c-.242-.579-.487-.5-.669-.51a13 13 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074s2.096 3.2 5.077 4.487c.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413s.248-1.289.173-1.413c-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.82 9.82 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.82 11.82 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.9 11.9 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.82 11.82 0 0 0-3.48-8.413%27/%3e%3c/svg%3e")}

:root{--svg-accent: #ffbd10;--svg-primary: #008ceb;--fs-color-bg: #0a0c18;--fs-color-bg-dark: #161E21;--fs-color-bg-light: #3f8f33;--fs-color-bg-accent: #150e0f;--fs-color-border: #dfecfc;--fs-color-primary: #bda389;--fs-color-accent: #c0faec;--fs-color-text: #fff;--fs-color-text-meta: #b4b4b4;--fs-color-heading: #fff;--fs-color-link: #eebeba;--fs-color-hover: #fffcfb;--fs-color-rating-current: #eaa031;--fs-color-rating-default: #fff;--fs-bg-play: #fff;--fs-color-play: #e7972e;--fs-color-card: #f1ffff}@font-face{font-display:swap;font-family:"Leckerli One";font-style:normal;font-weight:normal;src:url(../fonts/subset-LeckerliOne-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Krub;font-style:normal;font-weight:500;src:url(../fonts/subset-Krub-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Krub;font-style:normal;font-weight:normal;src:url(../fonts/subset-Krub-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Krub;font-style:normal;font-weight:bold;src:url(../fonts/subset-Krub-Bold.woff2) format("woff2")}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{min-height:100%;font-size:62.5%}html.overlayed{overflow:hidden;height:100%}html.overlayed body{overflow:hidden;height:100%}@media screen and (min-width: 992px){html{font-size:75%}}@media screen and (min-width: 1265px){html{font-size:100%}}body{position:relative;z-index:0;width:100%;min-height:100%;margin:0 auto;background-color:var(--fs-color-bg);color:#252525;font-family:"Krub",sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.56}body.overlayed{overflow:hidden}button{cursor:pointer}p{max-height:1000000px;padding:0;margin:0}h1,h2,h3,h4,h5,h6{max-height:1000000px;padding:0;margin:0 0 15px;font-weight:600;line-height:1.2}h1:not([class]){font-size:1.571rem}h2:not([class]){font-size:1.429rem}h3:not([class]){font-size:1.3rem}h4:not([class]){font-size:1.125rem}li,ol,ul{max-height:1000000px}div{max-height:1000000px}svg{display:block}a:not([class]){display:inline-block;color:var(--fs-color-link);line-height:1.8;text-decoration:underline;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}a:not([class]):hover{border-color:rgba(0,0,0,0);color:var(--fs-color-link-hover);text-decoration:none}.form-input{color:#252525;font-family:"Krub",sans-serif;outline:none;-webkit-transition:all .4s;transition:all .4s}.form-input::-webkit-input-placeholder{color:#a7a3a3;font-family:"Krub",sans-serif;font-weight:400;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}.form-input:-moz-placeholder{color:#a7a3a3;font-family:"Krub",sans-serif;font-weight:400;opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}.form-input::-moz-placeholder{color:#a7a3a3;font-family:"Krub",sans-serif;font-weight:400;opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}.form-input:-ms-input-placeholder{color:#a7a3a3;font-family:"Krub",sans-serif;font-weight:400;opacity:1;-ms-transition:opacity .5s;transition:opacity .5s}.form-input:focus::-webkit-input-placeholder{opacity:0}.form-input:focus:-moz-placeholder{opacity:0}.form-input:focus::-moz-placeholder{opacity:0}.form-input:focus:-ms-input-placeholder{opacity:0}.form-textarea{height:65px;resize:none}.title{position:relative;z-index:0;margin:0 0 32px;color:#252525;font-family:"Leckerli One",sans-serif;font-size:2.5rem;font-weight:600;line-height:1}.title b{display:block;color:#86c144}.title--dark{color:#fff}.img-fluid{display:block;max-width:100%;height:auto}.noscroll{overflow:hidden}.counters{display:none}.hidden{display:none !important}.text--center{text-align:center}.overlay{position:absolute;z-index:1;display:none;background:rgba(0,0,0,.5);inset:0}body.menu-opened{overflow:hidden}body.menu-opened .overlay{display:block}body.menu-opened .page-layout{-webkit-transform:translate3d(315px, 0, 0);transform:translate3d(315px, 0, 0)}.svg-preload,.images-preload,.promos-preload{position:absolute;z-index:-999;bottom:0;left:-9999px}.clearfix::after{display:table;clear:both;content:""}.delimiter{position:relative;z-index:-1;padding-top:45px}.input,.textarea{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px 25px;border:0;border-radius:20px;background:var(--fs-color-bg-light);color:var(--fs-color-text);font:400 1.25rem/1 "Krub",sans-serif;line-height:1;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#380765;font-weight:400;opacity:.5;-webkit-transition:opacity .5s;transition:opacity .5s}.input:-moz-placeholder,.textarea:-moz-placeholder{color:#380765;font-weight:400;opacity:.5;-moz-transition:opacity .5s;transition:opacity .5s}.input::-moz-placeholder,.textarea::-moz-placeholder{color:#380765;font-weight:400;opacity:.5;-moz-transition:opacity .5s;transition:opacity .5s}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#380765;font-weight:400;opacity:.5;-ms-transition:opacity .5s;transition:opacity .5s}.input:focus::-webkit-input-placeholder,.textarea:focus::-webkit-input-placeholder{opacity:0}.input:focus:-moz-placeholder,.textarea:focus:-moz-placeholder{opacity:0}.input:focus::-moz-placeholder,.textarea:focus::-moz-placeholder{opacity:0}.input:focus:-ms-input-placeholder,.textarea:focus:-ms-input-placeholder{opacity:0}.form__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 0 .75rem;line-height:1}.form__accept input[type=checkbox]{margin:0 10px 0 0}.form__input,.form__textarea{width:100%;padding:16px;border:0;border-radius:20px;background:var(--fs-color-bg-light);color:#252525;outline:none}.form__textarea{width:100%;height:65px;resize:none}.form .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-field__label{display:block;margin:0 0 10px;font-size:1.4rem}.comment-form{display:grid;border-radius:20px;gap:32px}.comment-form__title{display:none}@media(min-width: 768px){.comment-form{grid-template-columns:repeat(2, 1fr)}}.comment-form input[type=text],.comment-form input[type=email]{width:100%}.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=email]::-webkit-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=text]:-moz-placeholder,.comment-form input[type=email]:-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=text]::-moz-placeholder,.comment-form input[type=email]::-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=text]:-ms-input-placeholder,.comment-form input[type=email]:-ms-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea{width:100%;max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.comment-form textarea::-webkit-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea:-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea::-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea:-ms-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=checkbox]{border:0;border-radius:10px;background-color:rgba(255,255,255,.9)}.comment-form__row--author{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.comment-form__row--email{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.comment-form__row--comment{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media(min-width: 768px){.comment-form__row--comment{grid-column:span 2}}.comment-form__row--cookies{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.comment-form__row--submit{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-top:-8px}.comment-form__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 16px;color:var(--fs-color-text);font:400 1.25rem/1 "Krub",sans-serif}.comment-form__accept input{position:relative;top:2px;width:16px;height:16px;margin-right:16px;background-color:var(--fs-color-bg-light)}.comment-form__label{display:none}.comment-form__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 10px;line-height:1.2}.comment-form__checkbox input{margin:1px 5px 0 0}.comment-form__submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.contact-form{display:grid;padding:2rem;border-radius:20px;background-color:var(--fs-color-bg-accent);gap:1rem}.contact-form input[type=text],.contact-form input[type=email]{width:100%;font:400 13px/1 "Krub",sans-serif}.contact-form input[type=text]::-webkit-input-placeholder,.contact-form input[type=email]::-webkit-input-placeholder{color:var(--fs-color-text)}.contact-form input[type=text]:-moz-placeholder,.contact-form input[type=email]:-moz-placeholder{color:var(--fs-color-text)}.contact-form input[type=text]::-moz-placeholder,.contact-form input[type=email]::-moz-placeholder{color:var(--fs-color-text)}.contact-form input[type=text]:-ms-input-placeholder,.contact-form input[type=email]:-ms-input-placeholder{color:var(--fs-color-text)}.contact-form textarea{width:100%;max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font:400 13px/1 "Krub",sans-serif}.contact-form textarea::-webkit-input-placeholder{color:var(--fs-color-text)}.contact-form textarea:-moz-placeholder{color:var(--fs-color-text)}.contact-form textarea::-moz-placeholder{color:var(--fs-color-text)}.contact-form textarea:-ms-input-placeholder{color:var(--fs-color-text)}.contact-form input[type=checkbox]{border:0;border-radius:10px;background-color:rgba(255,255,255,.9)}.contact-form__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px)and (max-width: 1265px){.contact-form__title{grid-column:span 2}}.contact-form__row--author{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.contact-form__row--email{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.contact-form__row--comment{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media(min-width: 768px)and (max-width: 1265px){.contact-form__row--comment{grid-column:span 2}}.contact-form__row--submit{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}@media(min-width: 768px)and (max-width: 1265px){.contact-form__row--submit{grid-column:span 2}}.contact-form__row--cookie{display:none}.contact-form__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 .75rem;line-height:1}.contact-form__accept input{margin-right:5px}.contact-form__label{display:none}.contact-form__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 10px;line-height:1.2}.contact-form__checkbox input{margin:1px 5px 0 0}.contact-form__submit{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.content{color:var(--fs-color-text);font:500 1.125rem/1.83 "Krub",sans-serif}.content *:last-child{margin:0}.content h1:not([class]),.content h2:not([class]),.content h3:not([class]),.content h4:not([class]),.content h5:not([class]),.content h6:not([class]){max-height:1000000px;padding:0;margin:25px 0;color:var(--fs-color-heading);font-family:"Leckerli One",sans-serif;font-weight:400;line-height:1.1}.content h1{font-size:2.5rem}.content h2{font-size:2.125rem}.content h3{font-size:1.75rem}.content h2:not([class]),.content h3:not([class]){margin-bottom:24px}.content h4,.content h5,.content h6{margin-bottom:14px}.content p{margin-bottom:25px}.content ul:not([class]){padding:0 0 0 20px;margin:0 0 2rem;list-style:none}.content ul:not([class]) li{position:relative;padding:0 0 10px 20px;list-style-type:none;text-decoration:none}.content ul:not([class]) li::before{position:absolute;top:9px;left:0;width:7px;height:7px;background:#86c144;content:""}.content ol:not([class]){padding-left:1rem;counter-reset:list 1}.content ol:not([class]) li{position:relative;padding:0 0 0 30px;margin-bottom:10px;list-style:none}.content ol:not([class]) li::before{position:absolute;top:0;left:15px;color:#86c144;content:counter(list) ". ";counter-increment:list;font-weight:500}.content pre{margin-bottom:2rem !important}.content code.inline{padding:3px 5px;color:#c268f7;font-size:.9rem}.content blockquote{padding:0 0 0 2rem;border-left:5px solid #86c144;margin:1rem 0 2rem;font-size:1.1rem;font-style:italic}.content b,.content strong{color:var(--fs-color-heading);font-weight:700}.flash-container{position:relative;min-height:120px;border-radius:5px;background-color:var(--fs-color-bg-transparent);text-align:center}.flash-container>noindex,.flash-container>p,.flash-container object,.flash-container iframe{display:block;margin:0 auto}.flash-container.fullscreen{border:none;background:#fff;text-align:center}.flash-container.fullscreen noindex,.flash-container.fullscreen p,.flash-container.fullscreen object,.flash-container.fullscreen embed,.flash-container.fullscreen iframe{width:100%;height:100%}.btn{position:relative;z-index:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 29px;border:0;border-radius:20px;cursor:pointer;font:700 1.375rem/1 "Krub",sans-serif;text-align:center;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn:hover,.btn:focus,.btn:active{text-decoration:none}.btn .icon{position:relative;margin-right:8px;fill:#fff;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn--xl{padding:18px 29px}@media(width <= 1024px){.btn--transparent{padding:10px 25px}}.btn--primary{position:relative;z-index:0;min-height:initial;background:var(--fs-color-accent);color:var(--fs-color-bg)}.btn--primary .icon{fill:var(--fs-color-bg)}.btn--primary:hover{background-color:var(--fs-color-primary)}.btn--secondary{position:relative;z-index:0;min-height:initial;background-color:#6bcb2d;color:#fff}.btn--secondary .icon{fill:#fff}.btn--secondary:hover{background-color:#87d952;-webkit-box-shadow:0 0;box-shadow:0 0}.btn--secondary:hover::after{inset:0}.btn--accent{position:relative;z-index:0;min-height:initial;background:var(--fs-color-accent);color:var(--fs-color-bg-accent)}.btn--accent .icon{fill:var(--fs-color-bg-accent)}.btn--accent:hover{background-color:var(--fs-color-primary);color:var(--fs-color-bg)}.favorites-add{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 20px;border-radius:10px;background-color:#86c144;color:#fff;font-size:23px;text-decoration:none;text-transform:uppercase;white-space:nowrap}.favorites-add:hover{color:#252525}.favorites-add:hover .icon{fill:#c268f7}.btn--icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 29px;border:1px solid var(--fs-color-accent)}.btn--icon .icon{margin:0;fill:var(--fs-color-accent)}.btn--icon:hover{background-color:var(--fs-color-accent)}.btn--icon:hover .icon{fill:var(--fs-color-bg)}.btn-top{position:fixed;z-index:2;right:18px;bottom:18px;display:-webkit-box;display:-ms-flexbox;display:flex;width:105px;height:49px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20px;background-color:var(--fs-color-accent);-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn-top .icon{position:relative;top:0;display:block;width:30px;height:30px;fill:var(--fs-color-bg-accent);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn-top.show{opacity:1}.btn-top:hover .icon{top:-3px}.btn-fullscreen{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;height:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20px;background:var(--fs-color-primary);-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn-fullscreen .icon{display:block;fill:#fff;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.btn-fullscreen.show{opacity:1}.btn-fullscreen:hover{background-color:var(--fs-color-accent)}.area{max-width:100%;padding:0 20px;margin:0 auto}@media(min-width: 992px){.area{max-width:992px}}@media(min-width: 1265px){.area{max-width:1265px}}.section{margin:0 0 50px}.section--xl{margin:0 0 63px}.wrapper{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-size:cover}.wrapper__top{position:relative;z-index:2;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.wrapper__bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:48px 0 0}.wrapper__bg-top{position:absolute;z-index:-1;top:0;left:0;overflow:hidden;max-height:50%;-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0.3)), to(transparent));-webkit-mask-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 55%, transparent 100%);mask-image:-webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0.3)), to(transparent));mask-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 55%, transparent 100%)}.wrapper__bg-bottom{position:absolute;z-index:-2;bottom:0;left:0;overflow:hidden;max-height:50%;-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));-webkit-mask-image:linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.4) 100%);mask-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));mask-image:linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.4) 100%)}.box{padding:37px 35px;border:1px solid var(--fs-color-accent);border-radius:20px;background-color:var(--fs-color-bg-dark);-webkit-box-shadow:0 4px 24px 0 rgba(254,205,96,.34);box-shadow:0 4px 24px 0 rgba(254,205,96,.34)}.box__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 28px;gap:30px}.box__head::after{height:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;content:""}.box__title{color:var(--fs-color-heading);font:500 2.813rem/1 "Leckerli One",sans-serif;text-align:center}.box__title span{color:var(--fs-color-accent)}.box--home{position:relative;z-index:0}.box--home .box__bg{position:absolute;z-index:-1;top:0;right:0;content:""}.c-home{position:relative}.c-home__left{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width: 768px){.c-home__thumb{margin-left:20px;float:right}}.c-home__title{margin:0 0 32px}.content-box-single{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.content-box-single__thumb{max-width:185px;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:5px;border-radius:calc(20px + 7px);background:#ec827a;background:-webkit-gradient(linear, left top, left bottom, from(#ec827a), to(#c661aa));background:linear-gradient(180deg, #ec827a 0%, #c661aa 100%)}.content-box-single__thumb img{border-radius:calc(20px + 5px)}.play-area{display:grid;gap:32px}.play-area__content{display:grid;gap:32px}@media screen and (min-width: 768px){.play-area{grid-template-columns:auto 292px}}.navbar{margin:0 0 20px;background-color:var(--fs-color-bg-accent)}.navbar__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:13px 60px 13px 0}@media screen and (min-width: 768px){.navbar__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width: 992px){.navbar__inner{padding:13px 0}}.navbar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}.navbar__logo{position:relative;top:3px}.navtoggler{position:absolute;z-index:100;top:20px;right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:46px;height:46px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;border:0;border-radius:20px;background-color:var(--fs-color-accent);cursor:pointer}.navtoggler .icon{fill:var(--fs-color-bg)}.navtoggler__icon-close{display:none}@media screen and (min-width: 992px){.navtoggler{display:none}}.navmenu{position:fixed;z-index:11;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;background-color:var(--fs-color-bg);gap:40px;inset:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.navmenu.active{-webkit-transform:translateY(0);transform:translateY(0)}@media(min-width: 992px){.navmenu{position:initial;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:rgba(0,0,0,0);inset:initial;-webkit-transform:translateY(0);transform:translateY(0)}}.navmenu li{padding:0;margin:0;list-style:none}.navmenu a{position:relative;z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;cursor:pointer;font:500 3rem/1.5 "Krub",sans-serif;text-align:center;text-decoration:none;white-space:nowrap;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.navmenu a:hover,.navmenu a:focus,.navmenu a:active{border-color:#fff;color:#fff}@media(min-width: 992px){.navmenu a{font:500 1.375rem/1.5 "Krub",sans-serif}}.footermenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:20px 0 0;gap:10px}@media(min-width: 992px){.footermenu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;gap:40px}}.footermenu li{padding:0;margin:0;list-style:none}.footermenu a{position:relative;z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;cursor:pointer;font:500 1.375rem/1.5 "Krub",sans-serif;text-align:center;text-decoration:none;white-space:nowrap;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.footermenu a:hover,.footermenu a:focus,.footermenu a:active{border-color:#fff;color:#fff}.search-form{position:relative;display:block;overflow:hidden;max-height:0;border-radius:15px;background:var(--fs-color-bg-accent);-webkit-box-shadow:0 2px 21px rgba(14,41,91,.35);box-shadow:0 2px 21px rgba(14,41,91,.35);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.search-form.active{display:block;max-height:100px}.search-form__toggler{position:relative;padding:5px;border:0;border-radius:50%;background:rgba(0,0,0,0)}.search-form__toggler .icon{fill:#fff}.search-form__toggler.active{position:relative;z-index:1000}.search-form__toggler.active .icon{fill:var(--fs-color-accent)}.search-form__toggler:hover .icon{fill:var(--fs-color-accent)}.search-form__toggler::after{position:absolute;z-index:1;content:"";inset:0}.search-form__form{position:relative;margin:8px 0}.search-form__input{width:100%;padding:18px 45px 19px 55px;border:0;border-radius:20px;background:#fff;color:#333;font-size:.8667rem;font-style:italic;line-height:1}.search-form__input:focus{outline:none}.search-form__button{position:absolute;z-index:1;top:3px;right:3px;bottom:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;border-radius:15px;background:var(--fs-color-accent);color:var(--fs-color-text);outline:none;text-decoration:none}.search-form__button:focus,.search-form__button:hover,.search-form__button:active{outline:none}@media(width <= 992px){.search-form__popup{left:0}}.page-head__breadcrumbs{text-align:center}.page-head__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 25px;color:var(--fs-color-heading);font:500 4.375rem/1 "Leckerli One",sans-serif;gap:30px;text-align:center}.page-head__title span{color:var(--fs-color-accent)}.page-head__title::before{position:relative;top:5px;width:100px;height:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;content:""}.page-head__title::after{position:relative;top:5px;width:100px;height:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;content:""}.categories-menu{overflow:auto hidden;padding:10px 20px;border-radius:20px;background-color:var(--fs-color-primary)}@media screen and (min-width: 768px){.categories-menu{overflow:initial}}.categories-menu__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.categories-menu__item{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.categories-menu__item::after{position:absolute;top:0;right:0;bottom:10px;width:1px;background-color:rgba(255,255,255,.25);content:""}.categories-menu__item:last-child::after{display:none}.categories-menu-item{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;min-height:86px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 10px 0}.categories-menu-item::after{position:absolute;z-index:-1;content:"";inset:0;opacity:.5;-webkit-transform:translateY(-100%);transform:translateY(-100%);background:#f1a874;background:-webkit-gradient(linear, left top, left bottom, from(#4f443e), to(#424140));background:linear-gradient(180deg, #4f443e 0%, #424140 100%);-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.categories-menu-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:1;text-align:center;text-decoration:none}.categories-menu-item__title::after{position:absolute;z-index:1;content:"";inset:0}.categories-menu-item:hover::after{-webkit-transform:translateY(0);transform:translateY(0)}.categories-side{overflow:hidden;border-radius:20px;background-color:var(--fs-color-bg-accent)}.categories-side__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:10px 14px;border-radius:20px;background:linear-gradient(91deg, #AC65CF 2.88%, #EF8476 98.33%);color:#fff;gap:12px}.categories-side__title .icon{fill:#fff}.categories-side__title .del{width:1px;background-color:rgba(255,255,255,.4)}.categories-side__items{overflow:hidden;max-height:0}@media(min-width: 992px){.categories-side__items{max-height:9999px}}.categories-side__items.opened{max-height:9999px}.categories-side__item{border-bottom:1px solid rgba(102,164,232,.15)}.categories-side__item:last-child{border:0}.category-side{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;min-height:44px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 14px;gap:24px;text-decoration:none}.category-side::after{position:absolute;z-index:-1;content:"";inset:0;opacity:.5;-webkit-transform:translateY(-100%);transform:translateY(-100%);background:#f1a874;background:-webkit-gradient(linear, left top, left bottom, from(#4f443e), to(#424140));background:linear-gradient(180deg, #4f443e 0%, #424140 100%);-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.category-side__icon{width:24px;height:24px;border-radius:50%}.category-side__title{color:var(--fs-color-text);line-height:1;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.category-side:hover::after{-webkit-transform:translateY(0);transform:translateY(0)}.game{--fs-color-rating-current: #eaa031;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:16px;border-radius:20px;background-color:var(--fs-color-bg-light);-webkit-box-shadow:0 0 0 0 var(--fs-color-accent);box-shadow:0 0 0 0 var(--fs-color-accent);color:var(--fs-color-card);text-decoration:none;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.game:hover{-webkit-box-shadow:0 0 0 5px var(--fs-color-accent);box-shadow:0 0 0 5px var(--fs-color-accent)}.game__thumb{border-radius:20px;margin:0 0 12px;-o-object-fit:cover;object-fit:cover}.game__title{display:block;margin:0 0 7px;color:var(--fs-color-card);font:500 1.25rem/1 "Krub",sans-serif}.game__rating{margin-top:auto}.game-best{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-decoration:none}.game-best__thumb{width:80px;height:80px;border:5px solid var(--fs-color-accent);border-radius:20px;margin:0 0 16px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1265px){.game-best__thumb{width:140px;height:140px}}.game-best__title{color:#fff;font:500 1.375rem/1.2 "Krub",sans-serif;text-align:center}.games-best__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 34px;gap:30px}.games-best__head::before{width:100px;height:1px;background-color:#fff;content:""}.games-best__head::after{width:100px;height:1px;background-color:#fff;content:""}.games-best__title{color:var(--fs-color-heading);font:500 4.375rem/1 "Leckerli One",sans-serif;text-align:center}.games-best__title span{color:var(--fs-color-accent)}.games-best__items{display:grid;grid-template-columns:repeat(5, 1fr)}.game-fav{--fs-color-rating-current: #181817;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-radius:20px;background-color:var(--fs-color-bg-light);color:#fff;text-decoration:none}.game-fav__thumb{width:80px;height:80px;border-radius:20px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1265px){.game-fav__thumb{width:130px;height:130px}}.game-fav__title{color:var(--fs-color-card);font:500 1.375rem/1.1 "Krub",sans-serif}.game-fav__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 0 0 16px;gap:8px}@media screen and (min-width: 1265px){.game-fav__content{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;padding:20px 0 0 16px}}.games-fav__items{display:grid;gap:20px;grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 1265px){.games-fav__items{grid-template-columns:repeat(4, 1fr)}}.games-grid{display:grid;gap:20px;grid-template-columns:repeat(1, 1fr)}@media(min-width: 520px){.games-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.games-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.games-grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1265px){.games-grid{grid-template-columns:repeat(5, 1fr)}}.games-grid__item{-webkit-box-sizing:border-box;box-sizing:border-box}.games-grid__navs{margin:3rem 0 0}.games-grid__navs--centered{text-align:center}.games-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:37px 35px;border:1px solid var(--fs-color-accent);border-radius:20px;background-color:var(--fs-color-bg-dark);-webkit-box-shadow:0 4px 24px 0 rgba(254,205,96,.34);box-shadow:0 4px 24px 0 rgba(254,205,96,.34);gap:20px}.game-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--fs-color-text);gap:20px;text-decoration:none}.game-side__thumb{width:60px;height:60px;border-radius:50%}.game-side__title{font:500 1.375rem/1 "Leckerli One",sans-serif}.games-slider{position:relative}.games-slider__item{height:auto}.games-slider__item>.item{height:100%}.games-slider__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px;gap:32px}.games-slider__nav{display:-webkit-box;display:-ms-flexbox;display:flex;width:38px;height:38px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--fs-color-primary);border-radius:50%;background-color:rgba(0,0,0,0)}.games-slider__nav .icon{fill:var(--fs-color-primary)}.games-slider__nav--prev{left:-20px}.games-slider__nav--next{right:-20px}.games-slider__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;gap:14px}.games-slider .swiper-pagination-bullet{display:-webkit-box;display:-ms-flexbox;display:flex;width:38px;height:38px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #ededed;border-radius:50%;background-color:rgba(0,0,0,0);cursor:pointer}.games-slider .swiper-pagination-bullet-active{border-color:var(--fs-color-accent)}.years{display:grid;margin:0 0 48px;gap:20px;grid-template-columns:repeat(5, 1fr)}.year{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:9px 14px;border:1px solid var(--fs-color-accent);border-radius:20px;text-decoration:none}.year__title{color:var(--fs-color-text);line-height:1.28}.year__icon{fill:var(--fs-color-text)}.year:hover{background-color:var(--fs-color-accent)}.year:hover .year__title{color:#fff}.year:hover .year__icon{fill:#fff}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px;text-align:center}.pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:0;margin:0;gap:14px;list-style:none}.pagination a,.pagination span{display:-webkit-box;display:-ms-flexbox;display:flex;width:62px;height:62px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;border-radius:20px;background-color:var(--fs-color-bg-light);color:var(--fs-color-text);cursor:pointer;font:700 1.15rem/1 "Krub",sans-serif;text-decoration:none;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.pagination a .icon,.pagination span .icon{fill:var(--fs-color-accent)}.pagination a:active,.pagination a:focus,.pagination a:hover,.pagination span.current{background-color:var(--fs-color-accent);color:var(--fs-color-bg)}.pagination a:active .icon,.pagination a:focus .icon,.pagination a:hover .icon,.pagination span.current .icon{fill:var(--fs-color-bg)}.footer{padding:14px 0;background:var(--fs-color-bg-accent)}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width: 768px){.footer__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer__column--1{position:relative;top:3px}.footer__privacy a{color:var(--fs-color-text-meta)}.footer__copyright{color:var(--fs-color-text);font:500 1.375rem/1.5 "Krub",sans-serif}.footer__title{margin:0 0 32px;color:var(--fs-color-heading);font-size:20px;font-weight:700}.footer__navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;gap:20px}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}.breadcrumbs__item a{color:var(--fs-color-text);text-decoration:none;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.breadcrumbs__item a:hover,.breadcrumbs__item a:focus,.breadcrumbs__item a:active{color:var(--fs-color-text)}.breadcrumbs__current{color:var(--fs-color-text)}.breadcrumbs__delimiter{color:var(--fs-color-text)}.player-overlay{position:relative;z-index:2;overflow:hidden;min-height:500px;border-radius:20px;background:#f1a874;background:-webkit-gradient(linear, left top, left bottom, from(#4f443e), to(#424140));background:linear-gradient(180deg, #4f443e 0%, #424140 100%)}.player-overlay.hidden{display:none}.player-overlay__bg{position:absolute;background-size:cover;-webkit-filter:blur(12px);filter:blur(12px);inset:-40px;opacity:.5}.player-overlay__content{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:500px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.player-overlay__start{position:relative;z-index:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 24px 0 0;border-radius:2.75rem;background-color:var(--fs-bg-play);color:var(--fs-color-play);cursor:pointer;font-size:1.5rem;gap:20px;text-align:center;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.player-overlay__start .icon{margin:0;fill:#fff}.player-overlay__start:hover{border-color:#6bcb2d;background:#87d952;color:#fff}.player-overlay__icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;height:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:var(--fs-color-bg)}.player-overlay__icon::before{position:absolute;z-index:-1;top:-5px;left:-5px;width:60px;height:60px;border-radius:50%;background-color:rgba(172,101,207,.22);content:""}.fullscreen .player-overlay{height:100%}.fullscreen .player-overlay__content{height:100%}.player__content{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.player__promo{-webkit-box-flex:0;-ms-flex:0 0 167px;flex:0 0 167px}.player-footer{display:grid;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-top:15px;gap:30px;grid-template-columns:auto repeat(3, fit-content(40%))}.player-footer__item:first-child{-ms-flex-item-align:center;align-self:center;margin-right:auto}.player-footer__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.flash-container{position:relative;text-align:center}.flash-container>noindex,.flash-container>p,.flash-container object,.flash-container iframe{display:block;margin:0 auto}.flash-container.fullscreen{border:none;background:#fff;text-align:center}.flash-container.fullscreen noindex,.flash-container.fullscreen p,.flash-container.fullscreen object,.flash-container.fullscreen embed,.flash-container.fullscreen iframe{width:100%;height:100%}.related{margin:0 0 48px}.related__title{margin:0 0 24px}.shares-popup__toggler{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.shares-popup__toggler .icon{position:relative;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.shares-popup__toggler::after{position:absolute;z-index:1;content:"";inset:0}.shares-popup__form{position:fixed;z-index:999;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.8);color:var(--main-color-headings);inset:0}.shares-popup__form.active{display:-webkit-box;display:-ms-flexbox;display:flex}.shares-popup__inner{position:relative;z-index:1;max-width:360px;padding:15px;border-radius:20px;text-align:center;background:#f1a874;background:-webkit-gradient(linear, left top, left bottom, from(#4f443e), to(#424140));background:linear-gradient(180deg, #4f443e 0%, #424140 100%)}.shares-popup__title{margin-bottom:20px;color:#fff;font-size:1.2rem;font-weight:600}.shares-popup__close{position:absolute;top:20px;right:15px;width:31px;height:31px;opacity:.4;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.shares-popup__close .icon{fill:#fff}.shares-popup__close:hover,.shares-popup__close:focus,.shares-popup__close:active{opacity:.6}.social-likes{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:5px;margin:0}.social-likes__widget{overflow:hidden;border-radius:5px;margin:0 3px}.social-likes__widget:hover{-webkit-animation:smile-anim 1s infinite;animation:smile-anim 1s infinite}.social-likes__widget_notext .social-likes__icon{margin:9px}.shares__subtitle{margin-bottom:10px;color:var(--main-color-headings);font-size:.875rem}.shares__buttons{margin-bottom:20px}.shares__code{margin-bottom:10px}.shares__code-title{margin:0 0 10px;font-size:1rem;font-weight:700}.shares__code-val{width:100%;height:120px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 10px}.shares__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border:1px solid #eee;border-radius:20px 20px 20px 0;background:#fafafa;font-size:.875rem}.shares__link-val{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px 8px 10px 15px;border:0;margin:0 15px 0 0 !important;background:rgba(0,0,0,0);color:#c268f7}.shares__link-copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2px 35px;border-radius:20px;margin-left:auto;background:#c268f7;color:#fff;font-weight:500;text-decoration:none}.shares__link-copy:hover{background:#c268f7;color:#fff;text-decoration:none}#comments{position:relative;border-radius:10px}.comments__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;margin:0 0 1.5rem;color:var(--fs-color-text);font:500 1.8rem/1 "Leckerli One",sans-serif}.comments__meta{padding-left:5px}.comments--bg textarea,.comments--bg input{background-color:#fff}.comments-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:0;margin:0;color:var(--main-color-headings);gap:10px;list-style:none}.comments-list__wrapper{position:relative;overflow:hidden;margin:0 0 10px;overflow-anchor:none}.comments-list__more{display:inline-block;padding:2px 15px;border-radius:10px;margin:0 auto 15px;background-color:rgba(255,255,255,.5);color:#000;font-size:12px;text-align:center;text-decoration:none;text-transform:lowercase;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.comments-list__more:hover{border-color:#6bcb2d;color:#6bcb2d}.comment{padding-bottom:25px;border-bottom:1px solid #fff;margin-bottom:25px}.comment-body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-size:14px}.comment-edit-link{display:none}.logged-in-as{display:none}.comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.comment-author img{border-radius:20px}.comment-author .fn{margin:0 4px 0 0;color:var(--fs-color-text);font:500 1.5rem/1 "Leckerli One",sans-serif}.comment-author span{color:var(--fs-color-text);line-height:1}.comment-author__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.comment-meta{position:absolute;top:2px;right:0;padding:2px 6px;border-radius:5px;background-color:var(--fs-color-bg-inverse);color:var(--fs-color-heading-inverse);font-size:1.3rem;text-align:right}.comment-details{margin-top:-25px;margin-left:100px}.comment-reply-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--fs-color-text);gap:5px}.comment-reply-link .icon{fill:currentcolor;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vote-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vote-block__info{position:relative;top:2px;display:block;color:var(--fs-color-text);font:500 1.375rem/1 "Krub",sans-serif}.vote-block span.rating-text{display:block;margin-top:7px;margin-left:8px;font-size:14px;line-height:1}.vote-block span.rating-text b{font-size:14px}.vote-block .rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap;padding:0;margin:0 10px 0 0;background:none !important;list-style:none;vertical-align:middle}.vote-block .rating:hover li{cursor:pointer}.vote-block .rating:hover li .icon{fill:#fff !important}.vote-block.disabled{cursor:auto;pointer-events:none}.vote-block .rating li{display:block;margin-bottom:0 !important;cursor:pointer}.vote-block .rating li .icon{width:37px;height:37px;fill:var(--fs-color-rating-default)}.vote-block .rating li.current .icon,.vote-block .rating li.current~li .icon{fill:var(--fs-color-rating-current)}.vote-block .rating li:hover .icon,.vote-block .rating li:hover~li .icon,.vote-block .rating li:hover~li.current .icon{fill:orange !important}.vote-block ol.rating{position:relative;padding:0 !important}.vote-block ol.rating li{position:relative;z-index:2;cursor:default;font-size:0}.vote-block--small .rating li .icon{width:22px;height:22px;fill:var(--fs-color-rating-default)}.promo{text-align:center}.promo--side{margin-top:10px;text-align:center}.promo--top{margin:0 0 10px}.promo--bottom{margin:10px 0}.privacy{position:fixed;z-index:9999;right:0;bottom:0;left:0;display:none}.privacy.active{display:block}.privacy__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 10px 10px 15px;border-radius:16px 16px 0 0;margin:0 auto;background:var(--fs-color-bg);gap:15px;-webkit-box-shadow:0 15px 38.34px 15.66px rgba(110,111,187,.11);box-shadow:0 15px 38.34px 15.66px rgba(110,111,187,.11)}@media screen and (min-width: 768px){.privacy__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.privacy__content{font-size:1.4rem;line-height:1.6}.privacy__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-size:0;gap:10px}@media screen and (min-width: 768px){.privacy__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.privacy__link{color:var(--fs-color-primary);font-weight:700}
