/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \**************************************************************************************************************/
/*! 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;
}

@font-face {
  font-family: "Qanelas";
  src: url(f52d297588e884d8544d.eot);
  src: local("Qanelas Black"), local("Qanelas-Black"), url(f52d297588e884d8544d.eot?#iefix) format("embedded-opentype"), url(e5268cdbf66656d8206d.woff) format("woff"), url(8e8269d31acca9237472.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Qanelas";
  src: url(0e7460a58f86fabf7c68.eot);
  src: local("Qanelas Bold"), local("Qanelas-Bold"), url(0e7460a58f86fabf7c68.eot?#iefix) format("embedded-opentype"), url(1ad24b1eee6bdca7a441.woff) format("woff"), url(5480757f8a097f177084.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Qanelas";
  src: url(6cf7e62fd28455d69222.eot);
  src: local("Qanelas Regular"), local("Qanelas-Regular"), url(6cf7e62fd28455d69222.eot?#iefix) format("embedded-opentype"), url(a06af09b787d06dc3423.woff) format("woff"), url(a5934e462c373726bfc1.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.2;
}

body {
  margin: 0;
  background: #FFFFFF;
}

body,
button,
a {
  color: #000000;
  font-family: "Qanelas", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

a {
  font-family: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: inherit;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.container {
  max-width: 1280px;
  padding: 0 3.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 1.6rem;
  }
}
.js-expand__content {
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}

.button {
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 0;
}
.button:before {
  content: "";
  width: 100%;
  height: calc(100% - 0.8rem);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #90AD46;
  border-radius: 1.9rem;
  z-index: -1;
}

.button__container {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  background: #CAF261;
  border-radius: 1.9rem;
  overflow: hidden;
  position: relative;
}

.button__blick {
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-400%) skewX(-45deg);
  animation: move-light 2s linear normal infinite;
}

@keyframes move-light {
  0% {
    transform: translateX(-400%) skewX(-45deg);
  }
  25% {
    transform: translateX(2500%) skewX(-45deg);
  }
  100% {
    transform: translateX(2500%) skewX(-45deg);
  }
}
.button__icon {
  font-size: 1rem;
  flex: 0 0 auto;
  width: 5.2em;
  height: 5.2em;
  margin-right: 1.6em;
}
.button__icon-image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 460px) {
  .button__icon {
    font-size: 0.85rem;
  }
}

.button__text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.37;
  text-transform: uppercase;
}
@media screen and (max-width: 460px) {
  .button__text {
    font-size: 2rem;
  }
}

.fixed-button {
  position: fixed;
  bottom: -10rem;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background: #CAF261;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.fixed-button.visible {
  bottom: 0;
}

.hero {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.hero__main {
  margin-bottom: 3rem;
}

.hero__bonuses {
  margin-top: 2rem;
  margin-bottom: 4.8rem;
}

/*
  ============================================================
  Main
  ============================================================
*/
.hero-main__tagline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
  margin-bottom: 1.6rem;
}

.hero-main__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.hero-main__title .accent-1 {
  color: #90AD46;
}
.hero-main__title .accent-2 {
  color: #FF8324;
}

.hero-main__description {
  font-size: 1.6rem;
  line-height: 1.21;
  text-align: center;
  margin-bottom: 3.6rem;
}
.hero-main__description .accent {
  font-weight: 700;
}

.hero-main__decoration {
  width: 100%;
  position: relative;
  margin-bottom: 1.6rem;
}
.hero-main__decoration-image {
  width: 100%;
  height: 100%;
}

.hero-main__decoration-discount {
  position: absolute;
  left: -0.8rem;
  bottom: -0.4rem;
}

.discount {
  width: 15rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2%;
  background: #FFC22C;
  border-radius: 50%;
}
.discount__price-old {
  color: rgba(0, 0, 0, 0.47);
  font-size: 2.4rem;
  line-height: 1.24;
  text-decoration: line-through;
  margin-bottom: 1.2rem;
}
.discount__price {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.24;
  text-transform: uppercase;
}

.hero-main__note {
  color: #FF282F;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
}

/*
  ============================================================
  Request
  ============================================================
*/
.request {
  padding: 3rem 1rem;
  background: #000000;
  border-radius: 1.8rem;
}

.request__price {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
}
.request__price-new {
  color: #FFC22C;
  margin-right: 0.3em;
}
.request__price-old {
  color: #4C4C4C;
  text-decoration: line-through;
}

.request__button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2.2rem;
}

.request__note {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.request__note .accent {
  font-weight: 700;
}

.request__note-1 {
  margin-bottom: 1.8rem;
}

/*
  ============================================================
  Bonuses
  ============================================================
*/
.bonuses__title-wrapper {
  text-align: center;
}

.bonuses__title {
  display: inline-block;
  padding: 0.5rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 0.1rem solid #4B4B4B;
  border-radius: 6.4rem;
  margin-bottom: 2rem;
}

.bonuses__list-item:not(:last-child) {
  margin-bottom: 1rem;
}

.bonus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonus__decoration {
  flex: 0 0 auto;
  width: 13.2rem;
  height: 12rem;
  margin-right: 2rem;
}
.bonus__decoration-image {
  width: 100%;
  height: 100%;
}

.bonus__content {
  max-width: 18rem;
}

.bonus__index {
  display: inline-block;
  padding: 0.5rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background: #CAF261;
  border-radius: 6.4rem;
  margin-bottom: 0.4rem;
}

.bonus__description {
  font-size: 1.4rem;
  line-height: 1.2;
}
.bonus__description span {
  font-weight: 700;
}

/*
  ============================================================
  Counter
  ============================================================
*/
.counter__count {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.2rem;
}

.counter__note {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.pains {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.pains__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.pains__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 0.8rem;
  margin-bottom: 4rem;
}

.pains__list-item {
  width: 100%;
  max-width: 37rem;
  margin: 0 auto;
}

.pain {
  padding: 1.4rem 2.4rem;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  grid-gap: 1.6rem;
  justify-content: center;
  background: #1C1C1C;
  border-radius: 1.6rem;
}

.pain__icon {
  width: 4.5rem;
  height: 4.5rem;
}
.pain__icon-image {
  width: 100%;
  height: 100%;
}

.pain__description {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.pain__description span {
  color: #FFC22C;
}

.pains__button-wrapper {
  display: flex;
  justify-content: center;
}

.contents {
  padding-top: 4rem;
  padding-bottom: 7.8rem;
  background: #1C1C1C;
}

.contents__title {
  color: #FFF;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

.contents__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 4.8rem;
  margin-bottom: 3.2rem;
}

.contents__list-item-1 .contents-item__decoration {
  width: 44.4rem;
  height: 22.3rem;
}
.contents__list-item-2 .contents-item__decoration {
  width: 17.3rem;
  height: 36.3rem;
  margin-bottom: 3rem;
}
.contents__list-item-3 .contents-item__decoration {
  width: 31.8rem;
  height: 22rem;
  margin-bottom: 1.2rem;
}
.contents__list-item-4 .contents-item__decoration {
  width: 38.6rem;
  height: 18.3rem;
  margin-bottom: 1.2rem;
}

.contents-item__decoration {
  margin: 0 auto;
}
.contents-item__decoration-image {
  width: 100%;
  height: 100%;
}

.contents-item__title {
  color: #FFC22C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.37;
  text-align: center;
}

.contents-item__description {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.37;
  text-align: center;
}

.contents__button-wrapper {
  display: flex;
  justify-content: center;
}

.cases {
  padding-top: 3.2rem;
}

.cases__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.cases__swiper .swiper-wrapper {
  align-items: center;
}
.cases__swiper .swiper-button-prev,
.cases__swiper .swiper-button-next {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.8rem;
  width: 5em;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1C1C1C;
  border-radius: 50%;
}
.cases__swiper .swiper-button-prev:after,
.cases__swiper .swiper-button-next:after {
  content: "";
  display: block;
  font-size: 0.8em;
  width: 2.4em;
  height: 3.6em;
  background: url(images/arr.svg) no-repeat center;
  background-size: 100% 100%;
}
.cases__swiper .swiper-button-prev .swiper-navigation-icon,
.cases__swiper .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.cases__swiper .swiper-button-prev {
  left: 1.6rem;
}
.cases__swiper .swiper-button-next {
  right: 1.6rem;
}
.cases__swiper .swiper-button-next:after {
  transform: scaleX(-1);
}

.cases__swiper-slide {
  box-sizing: border-box;
  padding: 0 5.6rem;
}

.case__banner {
  border-radius: 3.2rem;
  overflow: hidden;
}
.case__banner-image {
  width: 100%;
  height: 100%;
}

.steps {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.steps__title {
  color: #060606;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.steps__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 0.8rem;
}

.steps__list-item {
  width: 100%;
  max-width: 37rem;
  margin: 0 auto;
}

.step {
  display: flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  background: #1C1C1C;
  border-radius: 1.6rem;
}

.step__index {
  width: 8rem;
  flex: 0 0 auto;
  color: #FFC22C;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.step__description {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.step__description span {
  color: #FFC22C;
}

.founder {
  padding-top: 2rem;
}

.founder__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.founder__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

.founder__picture {
  width: 39.3rem;
  height: 36.5rem;
}
.founder__picture-source {
  width: 100%;
  height: 100%;
}

.founder__content {
  padding: 4rem 2rem 2.4rem;
  background: #F4F3F1;
  border-radius: 2.8rem;
}

.founder__description-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 4.6rem;
  position: relative;
}
.founder__description-item span {
  font-weight: 400;
}
.founder__description-item:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FF282F;
  border-radius: 50%;
}
.founder__description-item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.faq {
  padding-top: 2rem;
  padding-bottom: 14.8rem;
}

.faq__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

.faq__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 0.8rem;
}

.faq-item__top {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  background: #1C1C1C;
  border-radius: 1.5rem;
  transition: border-radius 0.5s;
}
.faq-item__top.active {
  border-radius: 1.5rem 1.5rem 0 0;
}
.faq-item__top.active .faq-item__plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__question {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 144%;
}

.faq-item__plus {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 2rem;
  position: relative;
}
.faq-item__plus:before, .faq-item__plus:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.faq-item__plus:after {
  transition: transform 0.25s;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__answer {
  padding: 1.6rem 2rem;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 144%;
  background: #1C1C1C;
  border-radius: 0 0 1.5rem 1.5rem;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \**********************************************************************************/
/**
 * 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;
  /*
  --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);
  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-slide,
  .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 */
    &::-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 {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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-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 */

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \**********************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

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

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

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

