/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.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 {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  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;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

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

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

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

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Pero";
  src: url(../fonts/Pero-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--solid-orange, .btn--opacity-white {
  font: 300 24px/1.2 "Roboto", sans-serif;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  padding: 17px 60px;
}
.btn--solid-orange {
  color: #FFFFFF;
  background: #F42831;
}
.btn--opacity-white {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
}
.btn--small {
  font-size: 16px;
  padding: 10px 30px;
}

.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 700 45px/1 "Pero", sans-serif;
}

.h2 {
  font: 700 32px/1 "Pero", sans-serif;
}

.h3 {
  font: 700 26px/1 "Pero", sans-serif;
}

.h5 {
  font: 700 21px/1 "Pero", sans-serif;
}

.h6 {
  font: 700 18px/1 "Pero", sans-serif;
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 80px;
  }
  .h2 {
    font-size: 65px;
  }
  .h3 {
    font-size: 48px;
  }
  .h5 {
    font-size: 32px;
  }
  .h6 {
    font-size: 24px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1F1F1F;
  padding: 14px 0;
  z-index: 998;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-image {
  width: 100px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__langs {
  position: relative;
}
.header__langs-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.header__langs-content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  transform: translateY(100%);
}
.header__langs.active .header__langs-content {
  display: block;
}
.header__lang {
  display: block;
  font: 400 18px/1.3 "Roboto", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header__actions {
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 24px 0;
  }
  .header__logo-image {
    width: 100px;
  }
}
.footer {
  background: linear-gradient(265deg, #F87C2A -1.17%, #F52B3F 47.16%, #0B0B0B 103.89%);
  padding: 24px 0;
  margin-top: 100px;
}
.footer__container {
  display: grid;
  gap: 55px;
}
.footer__logo-image {
  width: 80px;
  margin-bottom: 55px;
}
.footer__contact {
  font: 300 14px/1.3 "Roboto", sans-serif;
}
.footer__contact h1,
.footer__contact h2,
.footer__contact h3,
.footer__contact h4 {
  font: 700 14px/1 "Pero", sans-serif;
  margin-bottom: 12px;
}
.footer__contact p,
.footer__contact a {
  font: 300 14px/1.3 "Roboto", sans-serif;
  color: inherit;
  text-decoration: none;
}
.footer__contact .flex-center {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__image {
  width: 100%;
  max-width: 400px;
}
.footer__apps-label {
  font: 700 16px/1.3 "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
.footer__apps-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__app-image {
  width: 150px;
  height: auto;
}
.footer__socials {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__socials-label {
  font: 700 16px/1.3 "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
.footer__socials-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__social-image {
  width: 32px;
  height: auto;
}
.footer__copyright {
  font: 300 12px/1.3 "Roboto", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-top: 40px;
}
.footer__copyright a {
  color: inherit;
}

@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
  .footer__actions {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 95px 0 24px;
  }
  .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__logo-image {
    width: 320px;
  }
  .footer__actions {
    grid-column: initial;
  }
  .footer__socials-label, .footer__apps-label {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left;
  }
  .footer__socials-list, .footer__apps-list {
    justify-content: flex-start;
  }
  .footer__social-image {
    width: 40px;
  }
  .footer__app-image {
    margin: 0 auto;
  }
}
html {
  background: #0B0B0B;
  color: #FFFFFF;
}

/**
 * Swiper 11.2.1
 * 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: January 10, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
: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-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 */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero {
  position: relative;
}
.hero .swiper-slide {
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
.hero .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 2;
}
.hero .swiper-pagination-bullet {
  display: block;
  width: 24px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: width 300ms ease-in-out;
  cursor: pointer;
}
.hero .swiper-pagination-bullet-active {
  width: 80px;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero__image--desktop {
  display: none;
}
.hero__content,
.hero .container {
  height: 100%;
}
.hero__container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 50%;
  min-height: 520px;
  padding-top: 60px;
}
.hero__text {
  max-width: 850px;
}
.hero__paragraphs {
  font: 700 16px/1.3 "Roboto", sans-serif;
  margin-top: 20px;
}
.hero__paragraphs p {
  margin-bottom: 12px;
}
.hero__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.hero__list {
  position: relative;
  display: grid;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(270deg, rgba(244, 120, 57, 0.8) -0.68%, rgba(237, 58, 79, 0.8) 45.63%, rgba(11, 11, 11, 0.2) 100%);
  border-radius: 12px;
  box-shadow: 12px 10px 14px rgba(0, 0, 0, 0.45);
  padding: 20px;
  margin-top: 15px;
}
.hero__item {
  display: flex;
  gap: 12px;
  font: 700 16px/1.3 "Roboto", sans-serif;
}
.hero__item svg {
  display: block;
  width: 20px;
  height: auto;
}
.hero .btn {
  margin-top: 40px;
}
.hero__canvas {
  width: 100%;
}

.featured {
  position: relative;
  margin: 100px 0;
}
.featured__graphic {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 170%;
  height: auto;
  transform: translateY(-30%);
  z-index: -3;
}
.featured__text {
  display: grid;
  gap: 8px;
  text-align: center;
}
.featured__paragraphs {
  max-width: 420px;
  font: 300 16px/1.3 "Roboto", sans-serif;
  margin: 0 auto;
}
.featured__marquees {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  margin-top: 36px;
}
.featured__marquee {
  display: flex;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
}
.featured__marquee-content {
  display: flex;
  gap: 12px;
}
.featured__marquee-image {
  height: 210px;
  width: auto;
  border-radius: 15px;
}
.featured__marquee--1 .featured__marquee-content {
  animation: marquee 50s linear infinite;
}
.featured__marquee--2 .featured__marquee-content {
  animation: marquee 50s linear infinite;
  animation-direction: reverse;
}

.devices {
  position: relative;
  padding: 60px 0;
  margin: 100px 0;
}
.devices__content {
  position: relative;
  padding: 32px 0;
}
.devices__container {
  display: grid;
  gap: 24px;
}
.devices__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  box-shadow: 0 20px 50px #0B0B0B;
  z-index: -1;
}
.devices__text {
  display: grid;
  gap: 24px;
  max-width: 480px;
}
.devices__paragraphs {
  max-width: 420px;
  font: 300 18px/1.3 "Roboto", sans-serif;
}
.devices__paragraphs p {
  margin-bottom: 14px;
}
.devices__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.devices__front {
  width: 100%;
}

.backward {
  margin: 100px 0;
  padding-bottom: 100px;
  overflow: hidden;
}
.backward__container {
  position: relative;
  background: linear-gradient(265deg, #F87C2A -1.17%, #F52B3F 47.16%, #0B0B0B 103.89%);
  border-radius: 12px;
  padding: 60px 20px 0;
}
.backward__radius {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: #0B0B0B;
  z-index: 2;
}
.backward__radius--top {
  top: 0;
  border-radius: 0 0 50% 50%;
  transform: translateY(-22px);
}
.backward__radius--bottom {
  bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: translateY(22px);
}
.backward__text {
  position: relative;
  max-width: 900px;
  display: grid;
  gap: 24px;
  text-align: center;
  z-index: 2;
}
.backward__paragraphs {
  max-width: 370px;
  font: 300 18px/1.3 "Roboto", sans-serif;
}
.backward__image {
  position: relative;
  width: 700px;
  left: 50%;
  transform: translate(-48%, 60px);
  margin-top: -60px;
  z-index: 2;
}
.backward__cta--desktop {
  display: none;
}
.backward__cta--mobile {
  margin: 80px auto 0;
}

.tabs {
  position: relative;
  margin: 100px 0;
  overflow: hidden;
}
.tabs__buttons-container {
  display: flex;
  gap: 12px;
  padding: 0 20px 12px;
  margin: 0 -20px;
  overflow-x: auto;
}
.tabs__button {
  flex-shrink: 0;
  font: 400 16px/1 "Roboto", sans-serif;
  background: transparent;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 12px 20px;
  cursor: pointer;
}
.tabs__button.active {
  border-color: #F52B3F;
}
.tabs__content {
  position: relative;
  display: none;
  margin-top: 24px;
}
.tabs__content.active {
  display: block;
}
.tabs__background, .tabs__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs__background {
  -o-object-position: top;
     object-position: top;
  z-index: -2;
}
.tabs__background--desktop {
  display: none;
}
.tabs__gradient {
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 31.98%, #0B0B0B 98.68%);
  z-index: -1;
}
.tabs__gradient--desktop {
  display: none;
}
.tabs__paragraphs {
  max-width: 420px;
  font: 300 16px/1.3 "Roboto", sans-serif;
  margin-top: 14px;
}
.tabs .swiper {
  padding: 200px 20px 0;
  margin: 32px -20px 0;
  overflow: visible;
}
.tabs .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tabs .swiper-button {
  cursor: pointer;
}
.tabs .swiper-slide {
  max-width: 300px;
}
.tabs .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}
.tabs__cta {
  margin-top: 24px;
}

.series {
  position: relative;
  margin: 100px 0;
  overflow: hidden;
}
.series__background, .series__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.series__background {
  z-index: -2;
}
.series__gradient {
  background: linear-gradient(180deg, rgb(11, 11, 11) 0, rgba(11, 11, 11, 0) 30%, rgba(11, 11, 11, 0) 70%, rgb(11, 11, 11) 100%);
  z-index: -1;
}
.series__graphic {
  display: block;
  width: 36px;
  height: auto;
  margin-bottom: 6px;
}
.series__text {
  display: grid;
  gap: 6px;
}
.series__paragraphs {
  max-width: 420px;
  font: 300 16px/1.3 "Roboto", sans-serif;
}
.series .swiper {
  padding-top: 260px;
  overflow: visible;
}
.series .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.series .swiper-button {
  cursor: pointer;
}
.series .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.series .swiper-slide img {
  max-height: 360px;
  border-radius: 15px;
}

.features {
  margin: 100px 0;
}
.features__container {
  position: relative;
  background: linear-gradient(265deg, #F87C2A -1.17%, #F52B3F 47.16%, #0B0B0B 103.89%);
  border-radius: 12px;
  padding: 40px 20px;
}
.features__radius {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: #0B0B0B;
  z-index: 2;
}
.features__radius--top {
  top: 0;
  border-radius: 0 0 50% 50%;
  transform: translateY(-22px);
}
.features__radius--bottom {
  bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: translateY(22px);
}
.features__text {
  display: grid;
  gap: 8px;
  text-align: center;
}
.features__paragraphs {
  max-width: 420px;
  font: 300 18px/1.3 "Roboto", sans-serif;
  margin: 0 auto;
}
.features .swiper {
  margin-top: 50px;
}
.features .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.features .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: opacity 300ms ease-in-out;
  opacity: 0.5;
  cursor: pointer;
}
.features .swiper-pagination-bullet-active {
  opacity: 1;
}
.features__item {
  text-align: center;
}
.features__item-icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding: 12px;
  margin: 0 auto 30px;
}
.features__item-icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features__item-title {
  font: 700 16px/1.3 "Roboto", sans-serif;
}
.features__item-paragraphs {
  font: 300 16px/1.3 "Roboto", sans-serif;
}

.packages {
  position: relative;
  overflow: hidden;
}
.packages__container {
  display: grid;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.packages__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.packages__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.packages__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 77.59%, #0B0B0B 100%), linear-gradient(0deg, rgba(11, 11, 11, 0) 72.89%, #0B0B0B 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.packages__heading {
  display: grid;
  gap: 12px;
  text-align: center;
}
.packages__heading h2 {
  max-width: 650px;
  margin: 0 auto;
}
.packages__heading p {
  font: 300 18px/1 "Roboto", sans-serif;
  color: #FFFFFF;
}
.packages__cards {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .featured__graphic {
    width: 100%;
  }
  .devices__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .devices__front {
    transform: translateY(-60px);
  }
  .backward__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 40px 20px;
  }
  .backward__radius--top {
    transform: translateY(-20px);
  }
  .backward__radius--bottom {
    transform: translateY(20px);
  }
  .backward__text {
    text-align: left;
  }
  .backward__image {
    width: 100%;
    left: 0;
    transform: scale(1.5);
    margin: 0 0 -80px;
  }
  .backward__cta--mobile {
    display: none;
  }
  .backward__cta--desktop {
    display: block;
  }
  .features__radius--top {
    transform: translateY(-20px);
  }
  .features__radius--bottom {
    transform: translateY(20px);
  }
  .features__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .packages__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .packages .card-plan--price {
    grid-row: span 2;
  }
  .packages .card-plan--list {
    display: flex;
    flex-flow: column nowrap;
  }
  .packages .card-plan--list .card-plan__content {
    flex: 1;
  }
  .packages .card-plan:only-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .featured,
  .devices,
  .backward,
  .tabs,
  .series,
  .features,
  .packages {
    margin: 150px 0;
  }
  .hero .container {
    display: flex;
    align-items: center;
  }
  .hero__container {
    flex-shrink: 0;
  }
  .featured {
    margin: 150px 0;
  }
  .featured__graphic {
    width: 70%;
    max-width: 1300px;
    right: 30%;
  }
  .featured__text {
    gap: 24px;
  }
  .featured__marquees {
    margin-top: 60px;
    gap: 50px;
  }
  .tabs__buttons-container {
    justify-content: center;
  }
  .tabs__background--desktop {
    display: block;
  }
  .tabs__background--mobile {
    display: none;
  }
  .tabs__gradient--desktop {
    display: block;
    background: linear-gradient(0deg, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0) 100px);
  }
  .tabs__gradient--mobile {
    display: none;
  }
  .tabs__content {
    padding: 300px 0 40px;
  }
  .tabs .swiper {
    padding: 0;
    margin: 40px 0 0;
  }
  .series__graphic {
    width: 250px;
    margin-bottom: 36px;
  }
  .series__container {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .series__text {
    flex-shrink: 0;
    width: 40%;
    gap: 24px;
  }
  .series .swiper {
    flex: 1;
    min-width: 0;
    padding: 0;
    overflow: hidden;
  }
  .series .swiper-slide img {
    width: 100%;
    max-height: initial;
  }
  .features__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .hero__container {
    height: 100%;
    padding-top: 80px;
  }
  .hero__image--mobile {
    display: none;
  }
  .hero__image--desktop {
    display: block;
  }
  .hero__paragraphs {
    font-size: 24px;
    margin-top: 20px;
  }
  .hero__list {
    padding: 70px 55px;
  }
  .hero__item {
    font-size: 24px;
    gap: 24px;
  }
  .hero .btn {
    margin-top: 70px;
  }
  .featured__marquee-image {
    height: 360px;
  }
  .backward {
    padding-bottom: 150px;
  }
  .backward__radius,
  .features__radius {
    height: 40px;
  }
  .backward__radius--top,
  .features__radius--top {
    transform: translateY(-25px);
  }
  .backward__radius--bottom,
  .features__radius--bottom {
    transform: translateY(25px);
  }
  .features__container {
    padding: 70px 20px 120px;
  }
  .features .swiper {
    max-width: 1460px;
    margin: 50px auto 0;
  }
  .features .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 130px;
         column-gap: 130px;
    row-gap: 42px;
  }
  .features .swiper-pagination {
    display: none;
  }
  .features__item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
  }
  .features__item-icon {
    flex-shrink: 0;
    margin: 0;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-plan/card-plan.scss ***!
  \************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-plan {
  display: grid;
  gap: 24px;
  max-width: 660px;
  background: rgba(46, 46, 46, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 24px 20px;
}
.card-plan__heading {
  display: grid;
  gap: 12px;
  text-align: center;
}
.card-plan__logo {
  height: 32px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.card-plan__price {
  display: grid;
  white-space: nowrap;
}
.card-plan__price-below {
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration: line-through #F42831 2px;
          text-decoration: line-through #F42831 2px;
}
.card-plan__list {
  display: grid;
  gap: 12px;
  padding-left: 17px;
}
.card-plan__list-item {
  font: 300 16px/1 "Pero", sans-serif;
}
.card-plan__list-item::marker {
  color: #F42831;
}
.card-plan__grid-item {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.card-plan__grid-item-label {
  flex-shrink: 0;
  width: 120px;
  font: 700 16px/1 "Pero", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  padding: 12px 12px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.card-plan__grid-item-value {
  padding: 12px 0 12px 12px;
}
.card-plan__grid-item-text {
  font: 300 16px/1 "Pero", sans-serif;
}
.card-plan__grid-item-list {
  display: grid;
  gap: 6px;
  padding-left: 17px;
}
.card-plan__grid-item-list-item {
  font: 300 16px/1.1 "Pero", sans-serif;
}
.card-plan__grid-item-list-item::marker {
  color: rgba(255, 255, 255, 0.5);
}
.card-plan__grid-item-list--dots-red .card-plan__grid-item-list-item::marker {
  color: #F42831;
}
.card-plan__cta {
  width: 100%;
}
.card-plan--price {
  border: 1px solid #F42831;
}
.card-plan--logo {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1280px) {
  .card-plan {
    border-radius: 35px;
    padding: 48px 40px;
    gap: 56px;
  }
  .card-plan__heading {
    text-align: initial;
    display: flex;
    justify-content: space-between;
  }
  .card-plan__price-below {
    text-align: right;
  }
  .card-plan__logo {
    margin: 0;
  }
  .card-plan__list {
    gap: 20px;
  }
  .card-plan__grid-item-label {
    padding: 18px 16px 18px 0;
  }
  .card-plan__grid-item-value {
    padding: 16px 0 16px 32px;
  }
  .card-plan__grid-item-text {
    font-size: 20px;
  }
  .card-plan__grid-item-list {
    gap: 8px;
  }
  .card-plan__grid-item-list--dots-red {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .card-plan--logo .card-plan__logo {
    order: 2;
  }
}
