/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Manrope", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --color-main: #0A2540;
  --color-gray: #435366;
  --color-accent:#635BFF;
  --color-accent-light: #F1F1FF;
  --color-stroke: #C8D7F5;
  --card-bg: linear-gradient(221deg, #eef5f7 0%, #fbfeff 100%);
  --section-gap: 7.5rem;
  --transition: .3s ease-out;
}
@media (max-width: 1170px) {
  :root {
    --section-gap: 5rem;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-family);
  letter-spacing: -0.03em;
}
.title_gradient {
  background: -webkit-gradient(linear, left top, right top, from(#635bff), color-stop(10%, #635bff), color-stop(40%, #0a2540), color-stop(60%, #0a2540), to(#635bff));
  background: linear-gradient(90deg, #635bff 0%, #635bff 10%, #0a2540 40%, #0a2540 60%, #635bff 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientFlow 4s linear infinite;
          animation: gradientFlow 4s linear infinite;
}
@-webkit-keyframes gradientFlow {
  0% {
    background-position: 200% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 200% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.title_section {
  font-size: 2.125rem;
}
@media (max-width: 1280px) {
  .title_section {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .title_section {
    font-size: 1.5rem;
  }
}
.title_medium {
  font-size: 3rem;
}
@media (max-width: 1280px) {
  .title_medium {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  .title_medium {
    font-size: 2rem;
  }
}
.title_card {
  font-size: 1.625rem;
}
@media (max-width: 1280px) {
  .title_card {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .title_card {
    font-size: 1.125rem;
  }
}
.title_small {
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .title_small {
    font-size: 1rem;
  }
}

.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--color-accent);
  outline: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  border-radius: 35px;
  color: #fff;
  padding: 0 1rem 0 1.5rem;
  gap: 4px;
  font-size: 1.125rem;
  height: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media (max-width: 1444px) {
  .button {
    font-size: 1rem;
    padding: 0 10px 0 1rem;
  }
}
@media (max-width: 680px) {
  .button {
    padding: 0 8px 0 1rem;
    gap: 2px;
    font-size: 0.875rem;
  }
  .button svg {
    width: 20px;
    height: auto;
  }
}
.button--empty {
  color: var(--color-gray);
  background: none;
}
@media (max-width: 680px) {
  .button--empty {
    padding: 0;
  }
}
.button--white {
  color: #fff;
}
@media (min-width: 600px) {
  .button:hover {
    background: #4138F5;
  }
  .button--empty:hover {
    color: var(--color-accent);
    background: var(--color-accent-light);
  }
  .button--white:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
}

/* Common styles for current project */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: var(--color-main);
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  letter-spacing: -0.02em;
}

.container {
  max-width: 1792px;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .container {
    padding: 0 1.25rem;
  }
}

.content {
  gap: var(--section-gap);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.section {
  position: relative;
}
.section_border-bottom {
  border-bottom: 1px solid var(--color-stroke);
  padding: 0 0 7.5rem;
}
@media (max-width: 1170px) {
  .section_border-bottom {
    padding: 0 0 3.5rem;
  }
}
.section__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
  max-width: 555px;
}
@media (max-width: 680px) {
  .section__head {
    margin-bottom: 2.5rem;
  }
}
.section__head_middle {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 612px;
}
.section__subheading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.section__subheading span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: var(--font-secondary);
  gap: 0.5rem;
}
.section__head_middle .section__subheading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.section__text {
  color: var(--color-gray);
  font-size: 1.125rem;
  max-width: 472px;
  font-family: var(--font-secondary);
  line-height: 1.4;
}
@media (max-width: 1170px) {
  .section__text {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .section__text {
    font-size: 0.875rem;
  }
}
.section__tabs {
  display: -webkit-box;
  display: flex;
  margin: 1.5rem 0 0;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .section__tabs {
    margin-top: 1rem;
  }
}
.section__tabs-item {
  border: 0;
  background: var(--color-accent-light);
  height: 30px;
  padding: 0 15px;
  font-weight: 800;
  font-family: var(--font-family);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 100px;
  color: var(--color-accent);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 680px) {
  .section__tabs-item {
    font-size: 0.875rem;
    padding: 0 0.75rem;
  }
}
.section__tabs-item_current, .section__tabs-item:hover {
  background: var(--color-accent);
  color: #fff;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.fadeIn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fadeIn:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeIn:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fadeIn:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadeIn:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadeIn:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadeIn:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fadeIn:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadeIn_active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
----------------------------
 */
.pl-header {
  position: fixed;
  top: 3rem;
  z-index: 9;
  width: 100%;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pl-header_shadow {
  top: 1rem;
}
@media (max-width: 1170px) {
  .pl-header {
    box-shadow: 0 4px 40px 0 rgba(46, 29, 96, 0.05);
    background: #202B2D;
    top: 0;
  }
}
.pl-header_hidden {
  -webkit-transform: translateY(calc(-100% - 3rem));
          transform: translateY(calc(-100% - 3rem));
}
.pl-header__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 3.5rem;
  padding: 0 0.75rem 0 1.5rem;
  margin: 0 -0.75rem 0 -1.5rem;
}
@media (max-width: 1800px) {
  .pl-header__grid {
    margin: 0 -0.5rem;
  }
}
@media (max-width: 1280px) {
  .pl-header__grid {
    margin: 0;
  }
}
@media (max-width: 1170px) {
  .pl-header__grid {
    padding: 0;
  }
}
.pl-header_shadow .pl-header__grid {
  border-radius: 100px;
  background: rgba(32, 43, 45, 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 1170px) {
  .pl-header_shadow .pl-header__grid {
    border-radius: 0;
  }
}
.pl-header__logo {
  margin: 0 3rem 0 0;
  cursor: pointer;
}
.pl-header__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1170px) {
  .pl-header__content {
    display: block;
    top: 100%;
    left: -20px;
    background: #202B2D;
    width: calc(100% + 40px);
    z-index: 3;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    pointer-events: none;
    padding: 2.5rem 0 3rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .pl-header__content_show {
    opacity: 1;
    pointer-events: auto;
  }
}
.pl-header__menu {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1170px) {
  .pl-header__menu {
    -webkit-box-align: center;
            align-items: center;
    margin: 0 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.pl-header__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.pl-header__links span {
  position: relative;
}
.pl-header__links span:before {
  left: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  width: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--color-accent);
  content: "";
}
@media (max-width: 1170px) {
  .pl-header__links {
    height: initial;
    font-size: 1.25rem;
  }
}
.pl-header__links:hover {
  color: var(--color-accent);
}
.pl-header__links:hover span:before {
  width: 100%;
}
.pl-header__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1170px) {
  .pl-header__actions {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.pl-header__actions .button {
  height: 34px;
  padding: 0 10px 0 1rem;
  font-size: 15px;
  gap: 2px;
}
.pl-header__burger {
  display: none;
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 26px;
}
@media (max-width: 1170px) {
  .pl-header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.pl-header__burger i {
  background: #ffffff;
  width: 26px;
  display: block;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.pl-header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.pl-header__burger i:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.pl-header__burger i:nth-child(3) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.pl-header__burger_active i:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.pl-header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.pl-header__burger_active i:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}

#custom-cursor {
  width: 90px;
  height: 64px;
  background: url("../img/content/cursor@2x.png") no-repeat;
  background-size: contain;
  position: fixed;
  pointer-events: none;
  -webkit-transform: translate(-12px, -5px);
          transform: translate(-12px, -5px);
  z-index: 9999;
}

#custom-cursor.link-hover {
  width: 90px;
  height: 64px;
  background: url("../img/content/cursor-click@2x.png") no-repeat;
  background-size: contain;
}

/*! Hero
-----------------
 */
.pl-hero {
  padding: 1rem;
}
@media (max-width: 1170px) {
  .pl-hero {
    padding: 0;
  }
}
.pl-hero__section {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #202B2D;
}
@media (max-width: 1170px) {
  .pl-hero__section {
    border-radius: 0;
  }
}
.pl-hero__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 148px 3rem 45px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative;
  color: #fff;
  max-width: 1792px;
}
@media (max-width: 1170px) {
  .pl-hero__grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 100px;
  }
}
.pl-hero__eyebrow {
  background: #030304;
  padding: 3px 3px 3px 1rem;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 1.5rem;
  gap: 0.5rem;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
}
@media (max-width: 680px) {
  .pl-hero__eyebrow {
    font-size: 0.75rem;
  }
}
.pl-hero__eyebrow-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0.75rem;
  background: #464646;
  height: 2rem;
  border-radius: 100px;
  gap: 0.25rem;
  font-weight: bold;
}
@media (max-width: 680px) {
  .pl-hero__eyebrow-value {
    height: 1.75rem;
  }
}
.pl-hero__eyebrow-value span {
  background: -webkit-gradient(linear, left top, right top, from(#feffaa), to(#b5ffaf));
  background: linear-gradient(90deg, #feffaa 0%, #b5ffaf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pl-hero__about {
  max-width: 520px;
}
@media (max-width: 680px) {
  .pl-hero__about {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }
}
.pl-hero__about .title {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .pl-hero__about .title {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .pl-hero__about .title {
    font-size: 1.75rem;
  }
}
.pl-hero__text {
  max-width: 432px;
  font-size: 1.125rem;
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
}
@media (max-width: 1280px) {
  .pl-hero__text {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .pl-hero__text {
    margin: 0.5rem auto 0;
    font-size: 0.875rem;
  }
}
.pl-hero__buttons {
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 680px) {
  .pl-hero__buttons {
    -webkit-box-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.pl-hero__review {
  max-width: 366px;
  padding: 1rem;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(1, 1, 1, 0.4);
  display: -webkit-box;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #fff;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
}
@media (max-width: 1170px) {
  .pl-hero__review {
    display: none;
  }
}
.pl-hero__review-text {
  font-weight: bold;
  font-size: 0.875rem;
}
.pl-hero__review-author {
  font-size: 0.875rem;
}
.pl-hero__review-author a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.pl-hero__review-author a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.pl-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pl-hero__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.pl-hero__bg img:last-child {
  display: none;
}
@media (max-width: 1170px) {
  .pl-hero__bg img {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
@media (max-width: 680px) {
  .pl-hero__bg img {
    display: none;
  }
  .pl-hero__bg img:last-child {
    display: block;
  }
}
.pl-hero__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 220px;
}
@media (max-width: 1444px) {
  .pl-hero__about {
    gap: 155px;
  }
}
@media (max-width: 1170px) {
  .pl-hero__about {
    gap: 120px;
  }
}
@media (max-width: 680px) {
  .pl-hero__about {
    gap: 400px;
  }
}
.pl-hero__fiches {
  display: -webkit-box;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .pl-hero__fiches {
    -webkit-box-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
.pl-hero__fiches-item {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .pl-hero__fiches-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    font-size: 0.875rem;
  }
}

/*! Intro
---------------
 */
.pl-intro {
  text-align: center;
  margin: 0 auto;
  max-width: 840px;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (max-width: 1170px) {
  .pl-intro {
    font-size: 2.25rem;
  }
}
@media (max-width: 680px) {
  .pl-intro {
    font-size: 1.75rem;
  }
}

/*! Features
--------------------
 */
.pl-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media (max-width: 1170px) {
  .pl-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .pl-features__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pl-features__item {
  background: var(--card-bg);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 1170px) {
  .pl-features__item {
    gap: 1.25rem;
  }
  .pl-features__item:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 680px) {
  .pl-features__item {
    padding: 2rem 1rem;
  }
}
.pl-features__grid_middle .pl-features__item {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.pl-features__pic img {
  -webkit-filter: drop-shadow(0 15px 40px rgba(10, 37, 64, 0.03));
          filter: drop-shadow(0 15px 40px rgba(10, 37, 64, 0.03));
}
@media (max-width: 1444px) {
  .pl-features__pic img {
    max-height: 420px;
  }
}
@media (max-width: 1170px) {
  .pl-features__pic img {
    max-height: 380px;
  }
}
.pl-features__text {
  max-width: 410px;
  margin: 0 auto 0.5rem;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
@media (max-width: 1444px) {
  .pl-features__grid_middle .pl-features__text {
    min-height: 68px;
  }
}
.pl-features__more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.pl-features__more a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 34px;
  padding: 0 0.5rem 0 1rem;
  gap: 2px;
  color: var(--color-accent);
  font-size: 15px;
  font-weight: bold;
  border-radius: 35px;
}
.pl-features__more a:hover {
  background: var(--color-accent-light);
}

/*! Demos
---------------------
 */
.pl-demos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4px;
}
@media (max-width: 680px) {
  .pl-demos__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.pl-demos__item {
  padding: 2rem 3rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 1170px) {
  .pl-demos__item {
    padding: 0 1.5rem;
  }
}
@media (max-width: 680px) {
  .pl-demos__item {
    padding: 0;
    gap: 1.25rem;
  }
  .pl-demos__item:not(:last-child) {
    padding: 0 0 3rem;
    margin: 0 0 3rem;
    border-bottom: 1px solid var(--color-stroke);
  }
}
.pl-demos__stroke {
  margin: 2.5rem 0;
  background: var(--color-stroke);
  height: 1px;
  grid-column: 1/-1;
}
@media (max-width: 680px) {
  .pl-demos__stroke {
    display: none;
  }
}
.pl-demos__last {
  grid-column: 1/-1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.pl-demos__last .pl-demos__item {
  width: 50%;
  max-width: 832px;
}
@media (max-width: 680px) {
  .pl-demos__last .pl-demos__item {
    width: 100%;
  }
}
.pl-demos__pic img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pl-demos__pic a:hover img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.pl-demos__text {
  max-width: 440px;
  margin: 0 auto 1rem;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
.pl-demos__more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.pl-demos__more a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 34px;
  padding: 0 1rem 0 1.5rem;
  gap: 6px;
  background: var(--color-accent-light);
  color: var(--color-accent);
  font-size: 15px;
  font-weight: bold;
  border-radius: 35px;
}
.pl-demos__more a:hover {
  background: var(--color-accent);
  color: #fff;
}

/*! Banner
---------------------
 */
.pl-banner {
  padding: 1rem;
}
@media (max-width: 680px) {
  .pl-banner {
    padding: 0;
  }
}
.pl-banner__section {
  position: relative;
  background: #202B2D;
  padding: 400px 0 5rem;
  -webkit-clip-path: inset(0 round 10px);
          clip-path: inset(0 round 10px);
}
@media (max-width: 1170px) {
  .pl-banner__section {
    padding: 200px 0 5rem;
  }
}
@media (max-width: 680px) {
  .pl-banner__section {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 0;
  }
}
.pl-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 680px) {
  .pl-banner__overlay {
    position: initial;
  }
}
.pl-banner__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 7.5rem 0 19rem;
}
@media (max-width: 1170px) {
  .pl-banner__fixed {
    padding: 5rem 0 5rem;
  }
}
@media (max-width: 680px) {
  .pl-banner__fixed {
    padding: 2.5rem 0;
    position: initial;
  }
}
.pl-banner__fixed:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 15rem;
  position: absolute;
  z-index: 1;
  background: rgba(16, 21, 22, 0.9);
}
@media (max-width: 680px) {
  .pl-banner__fixed:before {
    height: 100%;
    background: rgba(16, 21, 22, 0.7);
  }
}
.pl-banner__fixed:after {
  content: "";
  left: 0;
  top: 15rem;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 21, 22, 0.9)), to(rgba(16, 21, 22, 0)));
  background: linear-gradient(180deg, rgba(16, 21, 22, 0.9), rgba(16, 21, 22, 0));
}
@media (max-width: 680px) {
  .pl-banner__fixed:after {
    display: none;
  }
}
.pl-banner__block {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  max-width: 645px;
  color: #fff;
}
@media (max-width: 680px) {
  .pl-banner__block {
    padding: 0 1.5rem;
  }
}
.pl-banner__block .title {
  font-size: 2.5rem;
}
@media (max-width: 680px) {
  .pl-banner__block .title {
    font-size: 1.5rem;
  }
}
.pl-banner__logo {
  margin: 0 0 2rem;
}
.pl-banner__text {
  margin: 0.5rem auto 0;
  font-size: 1.125rem;
  max-width: 410px;
  font-family: var(--font-secondary);
}
@media (max-width: 680px) {
  .pl-banner__text {
    font-size: 1rem;
  }
}
.pl-banner__buttons {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .pl-banner__buttons {
    width: initial;
    margin: 1.25rem -1rem 0;
    gap: 1rem;
  }
}

/*! Design
----------------
 */
.pl-design {
  padding: 4rem 0;
  border-top: 1px solid var(--color-stroke);
  border-bottom: 1px solid var(--color-stroke);
}
.pl-design__content {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.pl-design__content_show {
  opacity: 1;
  height: auto;
}
.pl-design__features {
  padding-top: 7.5rem;
  margin-top: 4rem;
  border-top: 1px solid var(--color-stroke);
  display: -webkit-box;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1170px) {
  .pl-design__features {
    padding-top: 3.5rem;
  }
}
.pl-design__features-about {
  max-width: 435px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1170px) {
  .pl-design__features-about {
    max-width: 100%;
  }
  .pl-design__features-about .title_section {
    text-align: center;
  }
}
.pl-design__features-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-accent-light);
}
@media (max-width: 1170px) {
  .pl-design__features-progress {
    display: none;
  }
}
.pl-design__features-progress span {
  height: 2px;
  background: var(--color-accent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.pl-design__features-text {
  margin: 0.5rem 0 0;
  color: var(--color-gray);
  font-family: var(--font-secondary);
}
@media (max-width: 1170px) {
  .pl-design__features-text {
    max-width: 450px;
    margin: 0.5rem auto 3rem;
    text-align: center;
  }
}
.pl-design__features-thumbs {
  margin: auto 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 2rem 0;
  gap: 1.5rem;
}
@media (max-width: 1170px) {
  .pl-design__features-thumbs {
    padding: 0;
    gap: 0;
  }
}
.pl-design__features-item {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  min-height: 3rem;
}
@media (max-width: 1170px) {
  .pl-design__features-item {
    padding: 0;
    cursor: default;
    min-height: initial;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }
  .pl-design__features-item:not(:last-child) {
    padding: 0 0 2.5rem;
    margin: 0 0 2.5rem;
    border-bottom: 1px solid var(--color-stroke);
  }
}
.pl-design__features-item .title {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 10px 0 0;
}
@media (max-width: 1170px) {
  .pl-design__features-item .title {
    padding: 0;
  }
}
.pl-design__features-item:hover .title {
  color: var(--color-accent);
}
@media (max-width: 1170px) {
  .pl-design__features-item:hover .title {
    color: var(--color-main);
  }
}
.pl-design__features-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--color-accent-light);
  color: var(--color-accent);
  border-radius: 14px;
  width: 3rem;
  height: 3rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1170px) {
  .pl-design__features-icon {
    position: initial;
    margin: 0 0 1.25rem;
  }
}
.pl-design__features-item_active .pl-design__features-icon {
  background: var(--color-accent);
  color: #fff;
}
@media (max-width: 1170px) {
  .pl-design__features-item_active .pl-design__features-icon {
    background: var(--color-accent-light);
    color: var(--color-accent);
  }
}
.pl-design__features-item_active .title {
  color: var(--color-accent);
}
@media (max-width: 1170px) {
  .pl-design__features-item_active .title {
    color: var(--color-main);
  }
}
.pl-design__features-desc {
  color: var(--color-gray);
  padding: 0.5rem 0 0;
  max-width: 370px;
  font-size: 0.875rem;
  font-family: var(--font-secondary);
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .pl-design__features-desc {
    max-height: initial;
  }
}
.pl-design__features-pic {
  display: none;
}
@media (max-width: 1170px) {
  .pl-design__features-pic {
    display: block;
    margin: 1.5rem 0 0;
  }
}
.pl-design__features-item_active .pl-design__features-desc {
  max-height: 1000px;
}
.pl-design__features-content {
  max-width: 976px;
  border-radius: 10px;
  overflow: hidden;
  width: 58%;
}
@media (max-width: 1170px) {
  .pl-design__features-content {
    display: none;
  }
}

/*! Dark
---------------
 */
.pl-dark {
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-main);
  color: #fff;
  position: relative;
}
@media (max-width: 1170px) {
  .pl-dark {
    background: #000;
  }
}
@media (max-width: 680px) {
  .pl-dark {
    border-radius: 0;
    margin: 0 -1.25rem;
  }
}
.pl-dark:has(input:checked) {
  color: var(--color-main);
}
@media (max-width: 1170px) {
  .pl-dark:has(input:checked) {
    background: #fff;
  }
}
.pl-dark__about {
  position: relative;
  z-index: 2;
  padding: 4rem;
  max-width: 528px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 580px;
}
@media (max-width: 1280px) {
  .pl-dark__about {
    padding: 2.5rem;
    max-width: 430px;
    min-height: 520px;
  }
}
@media (max-width: 1170px) {
  .pl-dark__about {
    margin: 0 auto;
    min-height: initial;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 460px;
    padding-bottom: 0;
  }
}
@media (max-width: 680px) {
  .pl-dark__about {
    padding: 2.5rem 1.5rem;
  }
}
.pl-dark__icon {
  margin: 0 0 2rem;
}
@media (max-width: 1280px) {
  .pl-dark .title {
    font-size: 1.75rem;
  }
}
.pl-dark__text {
  margin: 1rem 0 0;
  font-family: var(--font-secondary);
  opacity: 0.8;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .pl-dark__text {
    font-size: 1rem;
  }
}
.pl-dark__toggle {
  display: -webkit-box;
  display: flex;
  margin: auto 0 0;
  gap: 0.75rem;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1170px) {
  .pl-dark__toggle {
    margin-top: 3rem;
  }
}
.pl-dark__toggle-label {
  font-weight: bold;
}
.pl-dark__toggle-value {
  position: relative;
}
.pl-dark__toggle-value input {
  display: none;
}
.pl-dark__toggle-value input + label {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: 76px;
  font-family: var(--font-secondary);
  height: 38px;
  background: var(--color-accent);
  border-radius: 100px;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0 12px 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.pl-dark__toggle-value input + label:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 10px;
  position: absolute;
  left: 49px;
  width: 18px;
  height: 18px;
}
.pl-dark__toggle-value input + label:hover:before {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.pl-dark__toggle-value input + label span {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pl-dark__toggle-value input + label span:last-child {
  opacity: 0;
}
.pl-dark__toggle-value input:checked + label:before {
  left: 10px;
}
.pl-dark__toggle-value input:checked + label:hover:before {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.pl-dark__toggle-value input:checked + label span {
  opacity: 0;
}
.pl-dark__toggle-value input:checked + label span:last-child {
  opacity: 1;
}
.pl-dark__toggle-try {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.pl-dark:has(input:checked) .pl-dark__toggle-try img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.pl-dark__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1170px) {
  .pl-dark__bg {
    margin: -100px -100px 0 -160px;
    width: initial;
    position: relative;
  }
  .pl-dark__bg:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.pl-dark__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.pl-dark__bg img:first-child {
  display: block;
}
.pl-dark:has(input:checked) .pl-dark__bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}
.pl-dark:has(input:checked) .pl-dark__bg img {
  display: none;
}
.pl-dark:has(input:checked) .pl-dark__bg img:last-child {
  display: block;
}
.pl-dark__mobile {
  display: none;
  width: 100%;
  position: relative;
  margin-top: -400px;
}
.pl-dark__mobile:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pl-dark__mobile img {
  width: 100%;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.pl-dark__mobile img:first-child {
  display: block;
}
.pl-dark:has(input:checked) .pl-dark__mobile img {
  display: none;
}
.pl-dark:has(input:checked) .pl-dark__mobile img:last-child {
  display: block;
}

/*! Menu
----------------------
 */
.pl-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  margin: 0 0 0.25rem;
}
.pl-menu__card {
  background: var(--card-bg);
  border-radius: 10px;
}
.pl-menu__card-about {
  padding: 2.5rem 2.5rem 0;
}
.pl-menu__card-text {
  max-width: 410px;
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
.pl-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.pl-menu__item {
  background: var(--card-bg);
  display: -webkit-box;
  display: flex;
  border-radius: 10px;
}
.pl-menu__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 2rem 5px 2rem 2.5rem;
  -webkit-box-flex: 1;
          flex: auto;
}
.pl-menu__pic {
  -webkit-box-flex: 0;
          flex: none;
}
.pl-menu__icon {
  box-shadow: 0 10px 20px 0 rgba(99, 91, 255, 0.06);
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  margin: 0 0 auto;
  border-radius: 14px;
}
.pl-menu__text {
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}

/*! Cta
------------------
 */
.pl-cta {
  padding: 1rem;
}
@media (max-width: 680px) {
  .pl-cta {
    padding: 0;
  }
}
.pl-cta__section {
  background: linear-gradient(200deg, #2b3a37 0%, #1f2a2c 100%);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1170px) {
  .pl-cta__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 680px) {
  .pl-cta__section {
    border-radius: 0;
  }
}
.pl-cta__about {
  padding: 4rem 3.5rem 4rem 104px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #fff;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1600px) {
  .pl-cta__about {
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1444px) {
  .pl-cta__about {
    padding: 3.5rem 1.5rem 3.5rem 4rem;
  }
}
@media (max-width: 1280px) {
  .pl-cta__about {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1170px) {
  .pl-cta__about {
    -webkit-box-align: center;
            align-items: center;
    padding: 3rem 2.5rem 2rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  .pl-cta__about {
    padding: 3rem 1.5rem 2rem;
  }
}
.pl-cta__logo {
  margin: 0 0 2rem;
}
.pl-cta .title {
  font-size: 2.5rem;
}
@media (max-width: 1444px) {
  .pl-cta .title {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .pl-cta .title {
    font-size: 1.75rem;
  }
}
.pl-cta__text {
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  margin: 0.5rem 0 0;
  opacity: 0.7;
}
@media (max-width: 1444px) {
  .pl-cta__text {
    font-size: 1rem;
  }
}
.pl-cta__buttons {
  margin: auto 0 0;
  padding: 1.5rem 0 0;
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .pl-cta__buttons {
    width: initial;
    margin: 0 -1rem 0;
    gap: 1rem;
  }
}
.pl-cta__pic {
  max-width: 1176px;
  -webkit-box-flex: 0;
          flex: none;
  width: 63%;
}
@media (max-width: 1444px) {
  .pl-cta__pic {
    width: 60%;
  }
}
@media (max-width: 1170px) {
  .pl-cta__pic {
    width: 100%;
    margin-top: -7.5rem;
  }
}
@media (max-width: 680px) {
  .pl-cta__pic {
    margin-top: -3rem;
  }
}
.pl-cta__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.pl-cta__pic img:last-child {
  display: none;
}
@media (max-width: 1170px) {
  .pl-cta__pic img {
    display: none;
    width: 100%;
  }
  .pl-cta__pic img:last-child {
    display: block;
  }
}

/*! Performance
----------------------
 */
.pl-perf__start {
  margin: 0 0 7.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1170px) {
  .pl-perf__start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 0 5rem;
    gap: 3rem;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.pl-perf__screen {
  -webkit-box-flex: 1;
          flex: auto;
}
.pl-perf__logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-top: 1px solid var(--color-stroke);
  gap: 28px;
  margin: 36px 0 0;
  padding-top: 36px;
}
@media (max-width: 680px) {
  .pl-perf__logos {
    padding: 1.25rem 0 0;
    margin: 1.25rem 0 0;
    gap: 1rem;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .pl-perf__logos img {
    height: 2.25rem;
  }
}
.pl-perf__info {
  -webkit-box-flex: 0;
          flex: none;
  width: 50%;
}
@media (max-width: 1170px) {
  .pl-perf__info {
    width: 100%;
  }
}
.pl-perf__speed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.pl-perf__speed-column {
  position: relative;
  height: 255px;
}
@media (max-width: 1444px) {
  .pl-perf__speed-column {
    height: 140px;
  }
}
@media (max-width: 1170px) {
  .pl-perf__speed-column {
    height: 200px;
  }
}
@media (max-width: 680px) {
  .pl-perf__speed-column {
    height: initial;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.pl-perf__speed-column:not(:first-child) {
  margin-left: 3rem;
  padding-left: 3rem;
}
@media (max-width: 1280px) {
  .pl-perf__speed-column:not(:first-child) {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 680px) {
  .pl-perf__speed-column:not(:first-child) {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.pl-perf__speed-column:not(:first-child):before {
  width: 1px;
  height: 100%;
  background: var(--color-stroke);
  position: absolute;
  left: 0;
  content: "";
  top: 0;
}
.pl-perf__speed .speed-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  gap: 12px;
  text-align: center;
  font-family: var(--font-secondary);
  line-height: 1.2;
}
@media (max-width: 680px) {
  .pl-perf__speed .speed-value {
    font-size: 0.75rem;
  }
}
.pl-perf__speed .speed-value span {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 5rem;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  letter-spacing: -0.12em;
  padding: 0 6px 0 0;
}
@media (max-width: 1444px) {
  .pl-perf__speed .speed-value span {
    width: 100px;
    height: 100px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1170px) {
  .pl-perf__speed .speed-value span {
    width: 140px;
    height: 140px;
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .pl-perf__speed .speed-value span {
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }
}
.pl-perf__speed .speed-value span em {
  font-style: normal;
}
.pl-perf__speed .speed-value span em.number {
  position: relative;
  z-index: 4;
  color: #0c6;
}
.pl-perf__speed .speed-value span svg {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.pl-perf__speed .speed-value span svg circle {
  fill: #e6faef;
  stroke-width: 2px;
  stroke: #00CC66;
}
.pl-perf__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  margin: 0 0 0.25rem;
}
@media (max-width: 680px) {
  .pl-perf__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pl-perf__card {
  background: var(--card-bg);
  border-radius: 10px;
}
.pl-perf__card-about {
  padding: 2.5rem 2.5rem 0;
}
@media (max-width: 1170px) {
  .pl-perf__card-about {
    padding: 1.5rem 1.5rem 1rem;
  }
}
.pl-perf__card-text {
  max-width: 410px;
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
@media (max-width: 1170px) {
  .pl-perf__card-text {
    font-size: 0.875rem;
  }
}
.pl-perf__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media (max-width: 1170px) {
  .pl-perf__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pl-perf__item {
  background: var(--card-bg);
  display: -webkit-box;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .pl-perf__item {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 1280px) {
  .pl-perf__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 1170px) {
  .pl-perf__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 680px) {
  .pl-perf__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: initial;
            align-items: initial;
  }
}
.pl-perf__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 2rem 5px 2rem 2.5rem;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1600px) {
  .pl-perf__about {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 2rem;
  }
}
@media (max-width: 680px) {
  .pl-perf__about {
    padding: 2rem 2rem 0 2rem;
  }
}
.pl-perf__pic {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1600px) {
  .pl-perf__pic {
    max-width: 200px;
  }
  .pl-perf__pic img {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .pl-perf__pic {
    max-width: initial;
  }
}
.pl-perf__icon {
  box-shadow: 0 10px 20px 0 rgba(99, 91, 255, 0.06);
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  margin: 0 0 auto;
  border-radius: 14px;
}
@media (max-width: 1600px) {
  .pl-perf__icon {
    margin: 0 0 2rem;
  }
}
.pl-perf__text {
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
@media (max-width: 1600px) {
  .pl-perf__text {
    max-width: 320px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1170px) {
  .pl-perf__text {
    font-size: 1rem;
  }
}

/*! Setup
----------------
 */
.pl-setup__pic {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

/*! Focus
----------------
 */
.pl-focus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media (max-width: 1170px) {
  .pl-focus__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pl-focus__item {
  background: var(--card-bg);
  display: -webkit-box;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 1444px) {
  .pl-focus__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 1170px) {
  .pl-focus__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 680px) {
  .pl-focus__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: initial;
            align-items: initial;
  }
}
.pl-focus__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 2rem 5px 2rem 2.5rem;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1444px) {
  .pl-focus__about {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 2rem 2rem 0 2rem;
  }
}
@media (max-width: 1170px) {
  .pl-focus__about {
    padding: 2rem;
  }
}
@media (max-width: 680px) {
  .pl-focus__about {
    padding: 2rem 2rem 0;
  }
}
.pl-focus__pic {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1444px) {
  .pl-focus__pic img {
    width: 100%;
  }
}
.pl-focus__icon {
  box-shadow: 0 10px 20px 0 rgba(99, 91, 255, 0.06);
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  margin: 0 0 auto;
  border-radius: 14px;
}
@media (max-width: 1444px) {
  .pl-focus__icon {
    margin: 0 0 2rem;
  }
}
.pl-focus__text {
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
@media (max-width: 1444px) {
  .pl-focus__text {
    max-width: 320px;
  }
}

/*! Additional
-----------------------
 */
.pl-addi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media (max-width: 1170px) {
  .pl-addi__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pl-addi__item {
  background: var(--card-bg);
  display: -webkit-box;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 1444px) {
  .pl-addi__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 1170px) {
  .pl-addi__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 680px) {
  .pl-addi__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: initial;
            align-items: initial;
  }
}
.pl-addi__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 2rem 5px 2rem 2.5rem;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1444px) {
  .pl-addi__about {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 2rem 2rem 0 2rem;
  }
  .pl-addi__about_padding-bottom {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1170px) {
  .pl-addi__about {
    padding: 2rem;
  }
}
@media (max-width: 680px) {
  .pl-addi__about {
    padding: 2rem 2rem 0;
  }
}
@media (max-width: 680px) {
  .pl-addi__item:nth-child(2) .pl-addi__about {
    padding-bottom: 2rem;
  }
}
.pl-addi__pic {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1444px) {
  .pl-addi__pic img {
    width: 100%;
  }
}
.pl-addi__icon {
  box-shadow: 0 10px 20px 0 rgba(99, 91, 255, 0.06);
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  margin: 0 0 auto;
  border-radius: 14px;
}
@media (max-width: 1444px) {
  .pl-addi__icon {
    margin: 0 0 2rem;
  }
}
.pl-addi__text {
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
}
@media (max-width: 1444px) {
  .pl-addi__text {
    max-width: 320px;
  }
}
.pl-addi__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 3rem 0 0;
}
@media (max-width: 1170px) {
  .pl-addi__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .pl-addi__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.pl-addi__card-icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--color-accent-light);
  margin: 0 0 1.25rem;
  border-radius: 14px;
}
.pl-addi__card-text {
  margin: 0.5rem 0 0;
  font-family: var(--font-secondary);
  color: var(--color-gray);
  max-width: 494px;
}
@media (max-width: 680px) {
  .pl-addi__card-text {
    font-size: 0.875rem;
  }
}

/*! Faq
------------------
 */
.pl-faq {
  max-width: 1334px;
  margin: 0 auto;
}
.pl-faq__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 1170px) {
  .pl-faq__grid {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .pl-faq__grid .section__head {
    margin: 0 0 1.5rem;
  }
}
.pl-faq__info {
  max-width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1170px) {
  .pl-faq__info {
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .pl-faq__info .section__subheading {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.pl-faq__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .pl-faq__buttons {
    width: 100%;
    gap: 1rem;
  }
}
.pl-faq__about {
  max-width: 714px;
  width: 100%;
}
@media (max-width: 1444px) {
  .pl-faq__about {
    max-width: 650px;
  }
}
@media (max-width: 1170px) {
  .pl-faq__about {
    margin: 0 auto;
  }
}
.pl-faq__about .title {
  margin: 2.5rem 0;
}
.pl-faq__item {
  border-top: 1px solid var(--color-stroke);
  padding: 1.25rem 0;
}
@media (max-width: 680px) {
  .pl-faq__item {
    padding: 1rem 0;
  }
}
.pl-faq__item:last-child {
  border-bottom: 1px solid var(--color-stroke);
}
.pl-faq__label {
  letter-spacing: -0.03em;
  font-size: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 600;
  position: relative;
  color: var(--color-main);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .pl-faq__label {
    font-size: 1rem;
  }
}
.pl-faq__label svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-flex: 0;
          flex: none;
}
.pl-faq__label:hover {
  color: var(--color-accent);
}
.pl-faq__item_active .pl-faq__label svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pl-faq__text {
  max-width: 620px;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pl-faq__item_active .pl-faq__text {
  padding-top: 0.5rem;
  max-height: 1000px;
}

/*! Final
---------------
 */
.pl-final {
  padding: 0 1rem 1rem;
}
@media (max-width: 680px) {
  .pl-final {
    padding: 0;
  }
}
.pl-final__section {
  border-radius: 10px;
  position: relative;
  background: #202B2D;
  overflow: hidden;
  padding-top: 7.5rem;
}
@media (max-width: 1170px) {
  .pl-final__section {
    padding-top: 5rem;
  }
}
@media (max-width: 680px) {
  .pl-final__section {
    padding-top: 3rem;
    border-radius: 0;
  }
}
.pl-final__section:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#101516), to(rgba(16, 21, 22, 0)));
  background: linear-gradient(to bottom, #101516, rgba(16, 21, 22, 0));
  opacity: 0.9;
}
.pl-final__block {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto 3rem;
  max-width: 645px;
  color: #fff;
}
@media (max-width: 1170px) {
  .pl-final__block {
    max-width: 400px;
  }
}
.pl-final__block .title {
  font-size: 2.5rem;
}
@media (max-width: 1170px) {
  .pl-final__block .title {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .pl-final__block .title {
    font-size: 1.75rem;
  }
}
.pl-final__logo {
  margin: 0 0 2rem;
}
.pl-final__text {
  margin: 0.5rem auto 0;
  font-size: 1.125rem;
  max-width: 410px;
  font-family: var(--font-secondary);
}
@media (max-width: 1170px) {
  .pl-final__text {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .pl-final__text {
    font-size: 0.875rem;
  }
}
.pl-final__buttons {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .pl-final__buttons {
    margin: 2rem -1rem 0;
    gap: 1rem;
  }
}
.pl-final__end {
  margin-bottom: -146px;
}
@media (max-width: 1170px) {
  .pl-final__end {
    margin-bottom: -50px;
  }
}
.pl-final__scroller {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  will-change: transform;
  overflow: hidden;
}
.pl-final__scroller:last-child {
  margin-top: 1.5rem;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1170px) {
  .pl-final__scroller:last-child {
    margin-top: 1rem;
  }
}
.pl-final__list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1.5rem;
}
@media (max-width: 1170px) {
  .pl-final__list img {
    height: 160px;
  }
}
.pl-final__list_top {
  -webkit-animation: floatTemplateTop 300s linear infinite;
          animation: floatTemplateTop 300s linear infinite;
}
.pl-final__list_bottom {
  -webkit-animation: floatTemplateBottom 250s linear infinite;
          animation: floatTemplateBottom 250s linear infinite;
}
@-webkit-keyframes floatTemplateTop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}
@keyframes floatTemplateTop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}
@-webkit-keyframes floatTemplateBottom {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100% + 1.5rem));
            transform: translateX(calc(100% + 1.5rem));
  }
}
@keyframes floatTemplateBottom {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100% + 1.5rem));
            transform: translateX(calc(100% + 1.5rem));
  }
}