/*! 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 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}

:root {
  --font: 400 16px/1.33 "Manrope", sans-serif;
  --font-family: "Manrope", sans-serif;
  --bg: #ECECEC;
  --bg-main: #F5F5F5;
  --bg-footer: #000;
  --text: #323232;
  --text-second: #141414;
  --table-border: #121212;
  --color-title: #191919;
  --color-title-seo: var(--color-title);
  --color-link: #7388FF;
  --sl-btn-bg: #ECECEC;
  --sl-btn-arr-hover: invert(30%) sepia(95%) saturate(5000%) hue-rotate(215deg) brightness(100%) contrast(90%);
}

html[data-theme=dark] {
  --bg: #000;
  --bg-main: #121212;
  --bg-footer: #121212;
  --text: #AFAFAF;
  --text-second: #AFAFAF;
  --table-border: #F5F5F5;
  --color-title: #E3E3E3;
  --color-title-seo: #AFAFAF;
  --color-link: #3A57FF;
  --sl-btn-bg: #272727;
  --sl-btn-arr-hover: invert(27%) sepia(95%) saturate(3000%) hue-rotate(215deg) brightness(95%) contrast(90%);
}

button,
input,
select,
textarea {
  font: var(--font-family);
}

*:after,
*:before,
body,
body * {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 280px;
  width: 100%;
}

body,
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--bg);
  color: var(--text);
  font: var(--font);
}

.inner, .section {
  width: 100%;
  margin: 0 auto;
  max-width: 1345px;
  padding: 0 20px;
}

.main {
  padding: 173px 0 42px 0;
  background: var(--bg-main);
}
@media all and (max-width: 767px) {
  .main {
    padding: 100px 0 24px 0;
  }
}

.tippy-box {
  background-color: #1A1A1A;
  border-radius: 8px;
  padding: 6px 10px;
}
.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #1A1A1A;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #1A1A1A;
}
.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #1A1A1A;
}
.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #1A1A1A;
}

.tippy-content {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.196px;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}
.tippy-content a {
  color: #508AFF;
  text-decoration: underline;
}
.tippy-content a:hover {
  color: #508AFF;
  text-decoration: none;
}

.tippy-box[data-theme~=important] {
  background-color: #F24602;
  color: #fff;
}
.tippy-box[data-theme~=important][data-placement^=top][data-theme~=important] > .tippy-arrow::before {
  border-top-color: #F24602;
}
.tippy-box[data-theme~=important][data-placement^=bottom][data-theme~=important] > .tippy-arrow::before {
  border-bottom-color: #F24602;
}
.tippy-box[data-theme~=important][data-placement^=left][data-theme~=important] > .tippy-arrow::before {
  border-left-color: #F24602;
}
.tippy-box[data-theme~=important][data-placement^=right][data-theme~=important] > .tippy-arrow::before {
  border-right-color: #F24602;
}

.header {
  color: #fff;
  padding: 24px 0 84px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.header_media {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media all and (min-width: 1600px) {
  .header_media:before {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50vw - 799px);
    content: "";
    z-index: -1;
    background: #000;
    height: 161px;
  }
  .header_media:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 799px;
    width: calc(50vw - 799px);
    content: "";
    z-index: -1;
    background: #000;
    height: 94px;
  }
}
.header_media svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  height: 174px;
}
@media all and (max-width: 1100px) {
  .header_media {
    left: 0;
    transform: none;
  }
  .header_media svg {
    left: -80px;
    transform: none;
  }
}
@media all and (max-width: 767px) {
  .header_media svg {
    width: 990px;
    height: 105px;
  }
}
.header .inner, .header .section {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.header_logo {
  width: 70px;
}
.header_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header_nav {
  display: none;
}
@media all and (max-width: 767px) {
  .header_nav {
    display: block;
    width: 29px;
    height: 29px;
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none;
    background: url("../img/nav.svg") no-repeat center center;
  }
}
.header_options {
  display: flex;
  gap: 10px;
}
@media all and (max-width: 767px) {
  .header_options {
    margin-left: auto;
  }
}
.header_theme {
  margin: 7px 0 0 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.14;
  background: none;
  border: none;
  outline: none;
  transition: all 0.3s;
  position: relative;
}
.header_theme:before {
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  content: "";
}
.header_theme:hover {
  opacity: 0.8;
}
html[data-theme=dark] .header_theme[data-theme=dark] {
  opacity: 1;
}
html[data-theme=light] .header_theme[data-theme=light] {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .header {
    padding-bottom: 48px;
    padding-top: 12px;
  }
  .header_logo {
    width: 48px;
  }
}

.nav {
  margin-left: auto;
}
.nav_close {
  display: none;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav > ul {
  display: flex;
  align-items: start;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .nav > ul > li:hover > ul {
    display: block;
  }
  .nav > ul ul {
    position: absolute;
    top: 100%;
    margin: 2.5px 0 0 0;
    background: #ECECEC;
    width: 140px;
    border-radius: 8px;
    left: 0;
    display: none;
    z-index: 2;
  }
  html[data-theme=dark] .nav > ul ul {
    background: #3E3E3E;
  }
  .nav > ul ul:before {
    position: absolute;
    top: -3px;
    height: 4px;
    left: 0;
    right: 0;
    content: "";
    display: block;
  }
  .nav > ul ul li {
    overflow: hidden;
  }
  .nav > ul ul li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .nav > ul ul li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .nav > ul ul li + li {
    border-top: 1px solid #fff;
  }
  html[data-theme=dark] .nav > ul ul li + li {
    border-top: 1px solid #121212;
  }
  .nav > ul ul li a, .nav > ul ul li span {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #323232;
    transition: all 0.3s;
  }
  html[data-theme=dark] .nav > ul ul li a, html[data-theme=dark] .nav > ul ul li span {
    color: #AFAFAF;
  }
  .nav > ul ul li a:hover {
    background: #fff;
  }
  html[data-theme=dark] .nav > ul ul li a:hover {
    background: #272727;
  }
}
@media all and (max-width: 767px) {
  .nav > ul ul {
    padding: 0 0 0 20px;
  }
  .nav > ul ul li {
    overflow: hidden;
  }
  .nav > ul ul li a, .nav > ul ul li span {
    display: inline-flex;
    padding: 6px 10px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    border-radius: 8px;
  }
  .nav > ul ul li a:hover {
    background: #1B1B1B;
  }
}
.nav > ul > li {
  position: relative;
}
.nav > ul > li > a, .nav > ul > li > span {
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s;
}
@media all and (min-width: 768px) {
  .nav > ul > li > a:hover, .nav > ul > li:hover > a {
    background: #1B1B1B;
  }
}
@media all and (max-width: 767px) {
  .nav > ul > li {
    width: 100%;
  }
  .nav > ul > li > a, .nav > ul > li > span {
    display: inline-flex;
  }
  .nav > ul > li > a:hover {
    background: #1B1B1B;
  }
}
@media all and (max-width: 767px) {
  .nav {
    display: block;
    position: fixed;
    left: -101vw;
    width: 100vw;
    top: 0;
    bottom: 0;
    z-index: 1000;
    transition: all 0.3s;
    padding: 40px 20px 20px 20px;
    background: #000;
    overflow: auto;
  }
  .nav_close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none;
    background: url("../img/close.svg") no-repeat center center;
  }
  .nav > ul {
    flex-direction: column;
  }
  .show-nav .nav {
    left: 0;
  }
}

.footer {
  background-color: var(--bg-footer);
  color: #fff;
  padding: 5px 0;
  margin: 30px 0 0 0;
}
.footer .inner, .footer .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer_copyright {
  font-weight: 500;
  font-size: 12px;
}
.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .footer_logo {
    width: 48px;
  }
}

.section {
  margin-top: 40px;
  padding-top: 15px;
}
.section > a,
.section h1 a,
.section h2 a,
.section h3 a,
.section h4 a,
.section h5 a,
.section h6 a,
.section p a,
.section li a,
.section table a {
  color: var(--color-link);
  text-decoration: underline;
}
.section > a:hover,
.section h1 a:hover,
.section h2 a:hover,
.section h3 a:hover,
.section h4 a:hover,
.section h5 a:hover,
.section h6 a:hover,
.section p a:hover,
.section li a:hover,
.section table a:hover {
  color: var(--color-link);
  text-decoration: none;
}
.section:first-child {
  margin-top: 0;
}
.section_header {
  margin: 0 0 20px 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.section .section_title {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.196px;
  color: var(--color-title);
  max-width: 60%;
}
@media all and (max-width: 1100px) {
  .section .section_title {
    width: auto;
    max-width: 100%;
  }
}
.main + .section {
  margin-top: 15px;
}
body > .section .section_title {
  color: var(--color-title-seo);
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  font-size: 28px;
  font-weight: 700;
  margin: 25px 0 15px 0;
}
.section h2 {
  font-size: 26px;
}
.section h3 {
  font-size: 22px;
  margin-top: 20px;
}
.section h4 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}
.section h5 {
  font-size: 16px;
  font-weight: 500;
}
.section h6 {
  font-size: 16px;
  font-weight: 400;
}
.section p, .section ol, .section ul, .section table {
  margin: 15px 0 0 0;
}
.section ol, .section ul {
  padding: 0 0 0 20px;
}
.section table {
  border-collapse: collapse;
  max-width: 100%;
  margin-top: 10px;
}
.section table, .section th, .section td {
  border: 1px solid var(--table-border);
}
.section th, .section td {
  padding: 5px 8px;
  text-align: left;
}
@media all and (max-width: 959px) {
  .section .section_title {
    font-size: 24px;
  }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
    font-size: 24px;
  }
  .section h2 {
    font-size: 22px;
  }
  .section h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}

.catalog {
  --el-bg: #fff;
  --tag-color: #fff;
  --tag-bg-new: #F94802;
  --buy-color: #fff;
  --buy-bg: linear-gradient(97.73deg, #7700CC -6.17%, #3C0066 102.94%);
  --buy-color-hover: #fff;
  --buy-bg-hover: linear-gradient(97.73deg, #F24602 -6.17%, #F24602 102.94%);
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  align-items: stretch;
}
html[data-theme=dark] .catalog {
  --el-bg: #3E3E3E;
  --tag-color: #121212;
  --tag-bg-new: #F9BF02;
  --buy-color: #121212;
  --buy-bg: #BB86FC;
  --buy-color-hover: #fff;
  --buy-bg-hover: #F24602;
}
@media all and (max-width: 1000px) {
  .catalog {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 359px) {
  .catalog {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog_el {
  padding: 15px;
  border-radius: 8px;
  background: var(--el-bg);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog_img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.catalog_img:after {
  padding: 46.69% 0 0 0;
  display: block;
  content: "";
  line-height: 0;
  font-size: 0;
}
.catalog_img img {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog_tags {
  position: absolute;
  top: 24px;
  right: 24px;
  max-width: calc(100% - 48px);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.catalog_tags span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 8px 1px 8px;
  gap: 3px;
  min-width: 39px;
  height: 18px;
  color: var(--tag-color);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
}
.catalog_tags--new {
  background: var(--tag-bg-new);
}
.catalog_title {
  font-weight: 700;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}
.catalog_title:hover {
  color: inherit;
  text-decoration: underline;
}
.catalog_text {
  font-size: 12px;
  line-height: 14px;
}
.catalog_text p {
  margin: 0;
}
.catalog_buy {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 479px) and (min-width: 360px) {
  .catalog_buy {
    flex-direction: column;
    gap: 8px;
  }
}
.catalog_buy__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 9px;
  min-width: 69px;
  height: 31px;
  background: var(--buy-bg);
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--buy-color);
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.3s;
}
.catalog_buy__btn:hover {
  background: var(--buy-bg-hover);
  color: var(--buy-color-hover);
}
.catalog_price {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
}

.theme-slider {
  --prev-bg: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  --next-bg: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  padding: 0 20px 0 20px;
  margin: 0 0 0 -20px;
  width: 100vw;
}
html[data-theme=dark] .theme-slider {
  --prev-bg: linear-gradient(270deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
  --next-bg: linear-gradient(270deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
}
@media all and (min-width: 960px) {
  .theme-slider {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.theme-slider_controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.theme-slider_controls .theme-slider-prev, .theme-slider_controls .theme-slider-next {
  display: none;
  align-items: center;
  background: var(--bg-main);
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 30px;
  position: relative;
}
.theme-slider_controls .theme-slider-prev.swiper-button-disabled, .theme-slider_controls .theme-slider-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.4;
}
.theme-slider_controls .theme-slider-prev i, .theme-slider_controls .theme-slider-next i {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: var(--sl-btn-bg);
}
.theme-slider_controls .theme-slider-prev i:before, .theme-slider_controls .theme-slider-next i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.theme-slider_controls .theme-slider-prev:not(.swiper-button-disabled):hover i:before, .theme-slider_controls .theme-slider-next:not(.swiper-button-disabled):hover i:before {
  filter: var(--sl-btn-arr-hover);
}
@media all and (min-width: 960px) {
  .theme-slider_controls .theme-slider-prev, .theme-slider_controls .theme-slider-next {
    display: flex;
  }
}
.theme-slider_controls .theme-slider-prev {
  left: 0;
  justify-content: start;
}
.theme-slider_controls .theme-slider-next {
  right: 0;
  justify-content: end;
}
.theme-slider_controls .theme-slider-next i {
  transform: rotate(180deg);
}
.theme-slider .theme-slider-prev, .theme-slider .theme-slider-next {
  position: absolute;
  width: 102px;
  top: 0px;
  bottom: 0;
  z-index: 6;
  opacity: 1;
  display: none;
}
.theme-slider .theme-slider-prev.swiper-button-disabled, .theme-slider .theme-slider-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 960px) {
  .theme-slider .theme-slider-prev, .theme-slider .theme-slider-next {
    display: block;
  }
}
.theme-slider .theme-slider-prev {
  left: 0;
  background: var(--prev-bg);
}
.theme-slider .theme-slider-next {
  right: 0;
  background: var(--next-bg);
}
.theme-slider-prev--fix, .theme-slider-next--fix {
  display: none;
}
.theme-slider_el {
  background: var(--el-bg);
  border-radius: 8px;
  height: auto;
  gap: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.theme-slider_el:after {
  padding: 177.51% 0 0 0;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
}
.theme-slider_el img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews {
  --el-bg: #fff;
  --text-color: #191919;
  --time-color: rgba(50, 50, 50, 0.3);
  --bg-ava: linear-gradient(270deg, #9500E3 0%, #52007D 100%);
  padding: 5px 0 0 20px;
  margin: 0 0 0 -20px;
  width: 100vw;
}
html[data-theme=dark] .reviews {
  --el-bg: #272727;
  --text-color: #AFAFAF;
  --time-color: rgba(175, 175, 175, 0.3);
  --bg-ava: #BB86FC;
}
@media all and (min-width: 960px) {
  .reviews {
    margin: 5px 0 0 0;
    width: 100%;
    padding: 0 45px 0 45px;
  }
}
.reviews--slider-prev, .reviews--slider-next {
  display: none;
  align-items: center;
  width: 45px;
  top: 0;
  bottom: 0;
  background: var(--bg-main);
  cursor: pointer;
  position: absolute;
  z-index: 2;
  outline: none;
}
.reviews--slider-prev i, .reviews--slider-next i {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: var(--sl-btn-bg);
}
.reviews--slider-prev i:before, .reviews--slider-next i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.reviews--slider-prev:hover i:before, .reviews--slider-next:hover i:before {
  filter: var(--sl-btn-arr-hover);
}
@media all and (min-width: 960px) {
  .reviews--slider-prev, .reviews--slider-next {
    display: flex;
  }
}
.reviews--slider-prev {
  left: 0;
  justify-content: start;
}
.reviews--slider-next {
  right: 0;
  justify-content: end;
}
.reviews--slider-next i {
  transform: rotate(180deg);
}
.reviews_author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews_author__avatar {
  width: 40px;
  height: 40px;
  background: var(--bg-ava);
  border-radius: 50%;
  position: relative;
  display: flex;
}
.reviews_author__avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.reviews_author__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.reviews_el {
  padding: 20px;
  background: var(--el-bg);
  color: var(--text-color);
  border-radius: 8px;
  flex-direction: column;
  height: auto;
  gap: 10px;
  display: flex;
}
.reviews_el__time {
  font-weight: 500;
  font-size: 12px;
  color: var(--time-color);
  margin-top: auto;
}
.reviews_el p {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

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