@charset "UTF-8";

/** Подключение шрифтов локально из папки "./src/fonts" */

@font-face {
  font-family: Geist;
  font-display: swap;
  src: url("../fonts/Geist-Bold.woff2") format("woff2"), url("../fonts/Geist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Geist;
  font-display: swap;
  src: url("../fonts/Geist-ExtraBold.woff2") format("woff2"), url("../fonts/Geist-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Geist;
  font-display: swap;
  src: url("../fonts/Geist-Medium.woff2") format("woff2"), url("../fonts/Geist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Geist;
  font-display: swap;
  src: url("../fonts/Geist-Regular.woff2") format("woff2"), url("../fonts/Geist-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/** Подключение переменных */

/** Подключение sass function и mixins и extends стилей */

@-webkit-keyframes security-marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes security-marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@-webkit-keyframes card {
  from {
    -webkit-transform: translateY(200px) rotate(4deg);
            transform: translateY(200px) rotate(4deg);
  }

  to {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}

@keyframes card {
  from {
    -webkit-transform: translateY(200px) rotate(4deg);
            transform: translateY(200px) rotate(4deg);
  }

  to {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1880px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  height: 100%;
}

.text_12 {
  font-size: 12px;
}

.text_14 {
  font-size: 14px;
}

.text_16 {
  font-size: 16px;
}

.text_18 {
  font-size: 18px;
}

.text_20 {
  font-size: 20px;
}

.text_22 {
  font-size: 22px;
}

.text_24 {
  font-size: 24px;
}

.text_28 {
  font-size: 28px;
}

.text_30 {
  font-size: 30px;
}

.text_32 {
  font-size: 32px;
}

.text_36 {
  font-size: 36px;
}

.text_40 {
  font-size: 40px;
}

.text_48 {
  font-size: 48px;
}

.text_56 {
  font-size: 56px;
}

.text_64 {
  font-size: 64px;
}

.text_72 {
  font-size: 72px;
}

.text_80 {
  font-size: 80px;
}

.text_90 {
  font-size: 90px;
}

.text_96 {
  font-size: 96px;
}

.text_100 {
  font-size: 100px;
}

.text_120 {
  font-size: 120px;
}

.text_130 {
  font-size: 130px;
}

.text_130-45 {
  font-size: clamp(
                    45px,
                    calc(
                        45px + (130 - 45) * ((100vw - 730px) / 710)
                    ),
                    130px
                );
}

.text_90-35 {
  font-size: clamp(
                    35px,
                    calc(
                        35px + (90 - 35) * ((100vw - 730px) / 710)
                    ),
                    90px
                );
}

.text_80-35 {
  font-size: clamp(
                    35px,
                    calc(
                        35px + (80 - 35) * ((100vw - 730px) / 710)
                    ),
                    80px
                );
}

.text_64-36 {
  font-size: clamp(
                    36px,
                    calc(
                        36px + (64 - 36) * ((100vw - 730px) / 710)
                    ),
                    64px
                );
}

.text_64-30 {
  font-size: clamp(
                    30px,
                    calc(
                        30px + (64 - 30) * ((100vw - 730px) / 710)
                    ),
                    64px
                );
}

.text_48-36 {
  font-size: clamp(
                    36px,
                    calc(
                        36px + (48 - 36) * ((100vw - 730px) / 710)
                    ),
                    48px
                );
}

.text_30-24 {
  font-size: clamp(
                    24px,
                    calc(
                        24px + (30 - 24) * ((100vw - 730px) / 710)
                    ),
                    30px
                );
}

.text_30-20 {
  font-size: clamp(
                    20px,
                    calc(
                        20px + (30 - 20) * ((100vw - 730px) / 710)
                    ),
                    30px
                );
}

.text_30-18 {
  font-size: clamp(
                    18px,
                    calc(
                        18px + (30 - 18) * ((100vw - 730px) / 710)
                    ),
                    30px
                );
}

.text_30-14 {
  font-size: clamp(
                    14px,
                    calc(
                        14px + (30 - 14) * ((100vw - 730px) / 710)
                    ),
                    30px
                );
}

.text_24-20 {
  font-size: clamp(
                    20px,
                    calc(
                        20px + (24 - 20) * ((100vw - 730px) / 710)
                    ),
                    24px
                );
}

.text_22-18 {
  font-size: clamp(
                    18px,
                    calc(
                        18px + (22 - 18) * ((100vw - 730px) / 710)
                    ),
                    22px
                );
}

.text_22-16 {
  font-size: clamp(
                    16px,
                    calc(
                        16px + (22 - 16) * ((100vw - 730px) / 710)
                    ),
                    22px
                );
}

.text_22-14 {
  font-size: clamp(
                    14px,
                    calc(
                        14px + (22 - 14) * ((100vw - 730px) / 710)
                    ),
                    22px
                );
}

.text_22-12 {
  font-size: clamp(
                    12px,
                    calc(
                        12px + (22 - 12) * ((100vw - 730px) / 710)
                    ),
                    22px
                );
}

.text_20-16 {
  font-size: clamp(
                    16px,
                    calc(
                        16px + (20 - 16) * ((100vw - 730px) / 710)
                    ),
                    20px
                );
}

.text_20-14 {
  font-size: clamp(
                    14px,
                    calc(
                        14px + (20 - 14) * ((100vw - 730px) / 710)
                    ),
                    20px
                );
}

.text_20-12 {
  font-size: clamp(
                    12px,
                    calc(
                        12px + (20 - 12) * ((100vw - 730px) / 710)
                    ),
                    20px
                );
}

.text_18-14 {
  font-size: clamp(
                    14px,
                    calc(
                        14px + (18 - 14) * ((100vw - 730px) / 710)
                    ),
                    18px
                );
}

.text_18-12 {
  font-size: clamp(
                    12px,
                    calc(
                        12px + (18 - 12) * ((100vw - 730px) / 710)
                    ),
                    18px
                );
}

.text_18-10 {
  font-size: clamp(
                    10px,
                    calc(
                        10px + (18 - 10) * ((100vw - 730px) / 710)
                    ),
                    18px
                );
}

.text_16-12 {
  font-size: clamp(
                    12px,
                    calc(
                        12px + (16 - 12) * ((100vw - 730px) / 710)
                    ),
                    16px
                );
}

.text_14-12 {
  font-size: clamp(
                    12px,
                    calc(
                        12px + (14 - 12) * ((100vw - 730px) / 710)
                    ),
                    14px
                );
}

.text_14-10 {
  font-size: clamp(
                    10px,
                    calc(
                        10px + (14 - 10) * ((100vw - 730px) / 710)
                    ),
                    14px
                );
}

.text_12-10 {
  font-size: clamp(
                    10px,
                    calc(
                        10px + (12 - 10) * ((100vw - 730px) / 710)
                    ),
                    12px
                );
}

.text_title {
  font-family: "Ricordi", sans-serif;
}

.text_alt {
  font-family: "Noto", sans-serif;
}

.p_4 {
  padding: 4px;
}

.p_8 {
  padding: 8px;
}

.p_12 {
  padding: 12px;
}

.p_16 {
  padding: 16px;
}

.p_20 {
  padding: 20px;
}

.p_24 {
  padding: 24px;
}

.p_32 {
  padding: 32px;
}

.p_40 {
  padding: 40px;
}

.p_48 {
  padding: 48px;
}

.p_64 {
  padding: 64px;
}

.p_96 {
  padding: 96px;
}

.pt_4 {
  padding-top: 4px;
}

.pt_8 {
  padding-top: 8px;
}

.pt_12 {
  padding-top: 12px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_48 {
  padding-top: 48px;
}

.pt_64 {
  padding-top: 64px;
}

.pt_96 {
  padding-top: 96px;
}

.pr_4 {
  padding-right: 4px;
}

.pr_8 {
  padding-right: 8px;
}

.pr_12 {
  padding-right: 12px;
}

.pr_16 {
  padding-right: 16px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_24 {
  padding-right: 24px;
}

.pr_32 {
  padding-right: 32px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_48 {
  padding-right: 48px;
}

.pr_64 {
  padding-right: 64px;
}

.pr_96 {
  padding-right: 96px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pb_64 {
  padding-bottom: 64px;
}

.pb_96 {
  padding-bottom: 96px;
}

.pl_4 {
  padding-left: 4px;
}

.pl_8 {
  padding-left: 8px;
}

.pl_12 {
  padding-left: 12px;
}

.pl_16 {
  padding-left: 16px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_24 {
  padding-left: 24px;
}

.pl_32 {
  padding-left: 32px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_48 {
  padding-left: 48px;
}

.pl_64 {
  padding-left: 64px;
}

.pl_96 {
  padding-left: 96px;
}

.m_4 {
  margin: 4px;
}

.m_8 {
  margin: 8px;
}

.m_12 {
  margin: 12px;
}

.m_16 {
  margin: 16px;
}

.m_20 {
  margin: 20px;
}

.m_24 {
  margin: 24px;
}

.m_32 {
  margin: 32px;
}

.m_40 {
  margin: 40px;
}

.m_48 {
  margin: 48px;
}

.m_64 {
  margin: 64px;
}

.m_96 {
  margin: 96px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_48 {
  margin-top: 48px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_96 {
  margin-top: 96px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_16 {
  margin-right: 16px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_24 {
  margin-right: 24px;
}

.mr_32 {
  margin-right: 32px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_48 {
  margin-right: 48px;
}

.mr_64 {
  margin-right: 64px;
}

.mr_96 {
  margin-right: 96px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_96 {
  margin-bottom: 96px;
}

.ml_4 {
  margin-left: 4px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_12 {
  margin-left: 12px;
}

.ml_16 {
  margin-left: 16px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_24 {
  margin-left: 24px;
}

.ml_32 {
  margin-left: 32px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_48 {
  margin-left: 48px;
}

.ml_64 {
  margin-left: 64px;
}

.ml_96 {
  margin-left: 96px;
}

/** БЕМ блоки используемые во всё проекте */

body {
  background: #0C0C0C;
  font-family: "Geist", sans-serif;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist", sans-serif;
}

a {
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:focus {
  color: #ffffff;
  opacity: 0.85;
  text-decoration: none;
}

.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.0509803922);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  padding: 9px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  aspect-ratio: 1;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  background-color: white;
  color: #0C0C0C;
  padding: 8px 8px 8px 20px;
  border-radius: 12px;
  min-width: 300px;
  gap: 20px;
}

.btn__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  border-radius: 8px;
  background-color: #0C0C0C;
  color: white;
}

.btn:hover {
  opacity: 1;
  color: #0C0C0C;
  -webkit-box-shadow: inset 0 15px 40px rgba(12, 12, 12, 0.3);
          box-shadow: inset 0 15px 40px rgba(12, 12, 12, 0.3);
}

/** Подключение стилей отдельных блоков и секций */

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  height: 60px;
  backdrop-filter: blur(10px);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  line-height: 0;
}

.header__logo-img {
  display: block;
  width: 130px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100svh;
  margin-top: -60px;
}

.hero__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 130%;
  overflow: hidden;
}

.hero__bg {
  pointer-events: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.hero__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 1078px;
}

.hero__title {
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.hero__tagline {
  max-width: 654px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #ffffff;
}

.hero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.hero__card-img {
  display: block;
  width: 100%;
  max-width: 460px;
  -webkit-animation: card 1s 0.3s both;
          animation: card 1s 0.3s both;
}

.hero__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-top: 0px;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.hero__desc {
  max-width: 420px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}

.hero__social-btn {
  width: 70px;
}

.hero__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 20px;
  background: #fff;
}

.hero__download-label {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0c0c0c;
  text-align: center;
}

.hero__download-img {
  display: block;
  width: 130px;
  aspect-ratio: 1;
  height: auto;
}

.playbook {
  position: relative;
  z-index: 2;
  scroll-margin-top: 120px;
  border-bottom: 1px solid #292a2c;
  padding: 240px 0;
}

.playbook__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}

.playbook__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}

.playbook__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6c7074;
}

.playbook__title {
  max-width: 1189px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.playbook__title b {
  color: #c2c2c2;
}

.playbook__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.playbook__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 20px;
  max-width: 540px;
  width: 100%;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #ffffff;
}

.playbook__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 24px;
  width: 900px;
}

.playbook__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 436px;
}

.playbook__column_invert .playbook__column-head {
  background: #fff;
}

.playbook__column_invert .playbook__column-title {
  color: black;
}

.playbook__column_invert .playbook__row-value {
  color: white;
}

.playbook__column_invert .playbook__row {
  border-color: #727479;
}

.playbook__column-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 8px 20px;
  border-radius: 12px;
  background: #292a2c;
}

.playbook__column-title {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #cad3db;
}

.playbook__column-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}

.playbook__column-logo-svg {
  display: block;
  width: 25px;
  height: 26px;
}

.playbook__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.playbook__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 24px 0 8px;
  border-bottom: 1px solid #333437;
}

.playbook__row-label {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #cad3db;
  opacity: 0.5;
}

.playbook__row-value {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #cad3db;
}

.how-it-works {
  position: relative;
  z-index: 2;
  scroll-margin-top: 180px;
  height: calc(100vh + var(--how-it-works-scroll, 2000px));
}

.how-it-works__pin {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 120px 0 120px;
  background: radial-gradient(50% 100% at 50% 100%, #292a2c 0%, #0c0c0c 100%);
}

.how-it-works__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.how-it-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 609px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.how-it-works__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6c7074;
}

.how-it-works__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.how-it-works__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 80%;
  opacity: 0.3;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #c9c9c9;
  margin-top: 16px;
}

.how-it-works__steps {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 600px;
}

.how-it-works__accordion {
  margin: 0;
  padding: 35px 0 0;
  list-style: none;
}

.how-it-works__item {
  margin: 0 0 20px;
  background: #0c0c0c;
  border-radius: 12px;
}

.how-it-works__item.uk-open {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c6cbd7));
  background: linear-gradient(#fff 0%, #c6cbd7 100%);
}

.how-it-works__item.uk-open .how-it-works__item-title {
  color: black;
}

.how-it-works__item.uk-open .how-it-works__item-head {
  padding-bottom: 15px;
}

.how-it-works__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 25px 25px;
  pointer-events: none;
}

.how-it-works__item-num {
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #cad3db;
  opacity: 0.5;
  position: absolute;
  left: -40px;
  top: 0px;
}

.how-it-works__item-title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
}

.how-it-works__item-body {
  margin: 0;
}

.how-it-works__item-card {
  border-radius: 12px;
  overflow: hidden;
}

.how-it-works__item-desc {
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #0c0c0c;
  opacity: 0.8;
  padding: 0 25px;
}

.how-it-works__item-media {
  line-height: 0;
}

.how-it-works__item-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  position: relative;
  z-index: 2;
  scroll-margin-top: 180px;
  padding: 120px 0;
  overflow: hidden;
}

.card__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.card__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.card__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  text-align: center;
}

.card__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.card__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.card__panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin: 0 auto 30px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(45px);
  list-style: none;
  gap: 4px;
}

.card__tab {
  margin: 0;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card__tab_active {
  background: #fff;
}

.card__tab_active .card__tab-link {
  color: #0c0c0c;
}

.card__tab-link {
  display: block;
  padding: 20px 30px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.card__switcher {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 60px;
}

.card__pane {
  margin: 0;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  gap: 24px;
  width: 100%;
  max-width: 387px;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__row_active {
  opacity: 1;
}

.card__bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.card__bullet-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card__bullet-text {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
}

.card__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 582px;
  -webkit-perspective: 2400px;
          perspective: 2400px;
}

.card__flipper {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: -webkit-transform 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.card__flipper_flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card__face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card__face_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27.75px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
}

.card__footer {
  max-width: 900px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-align: center;
  color: #c9c9c9;
}

.earn {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #292a2c;
  padding: 180px 0;
  background: radial-gradient(50% 70% at 50% 100%, #28282b 0%, #0d0d0d 100%);
}

.earn__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.earn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  max-width: 780px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.earn__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.earn__desc {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #ffffff;
}

.earn__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.earn__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.earn__feature-text {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #ffffff;
}

.earn__feature-icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.earn__risk {
  max-width: 680px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #4D4D4D;
}

.earn__risk a {
  color: #4D4D4D;
  text-decoration: underline;
}

.earn__table {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 586px;
  padding: 35px 30px;
  border-radius: 24px;
  background: #0c0c0c;
}

.earn__table-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 80px;
  grid-template-columns: 1fr 80px 80px;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.earn__table-col {
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #cad3db;
  opacity: 0.4;
}

.earn__table-col:not(:first-child) {
  text-align: right;
}

.earn__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.earn__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 80px;
  grid-template-columns: 1fr 80px 80px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.earn__row:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.earn__row-vault {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0;
}

.earn__row-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.earn__row-name {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.earn__row-ltv {
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: right;
  color: #5e5e5e;
}

.earn__row-apy {
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: right;
  color: #2cb44e;
}

.plans {
  position: relative;
  z-index: 2;
  scroll-margin-top: 180px;
  border-bottom: 1px solid #292a2c;
  padding: 180px 0;
}

.plans__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.plans__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  text-align: center;
}

.plans__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c7074;
}

.plans__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.plans__desc {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: white;
}

.plans__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

.plans__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 30px;
  border: 3px solid #141515;
  border-radius: 12px;
  background: transparent;
}

.plans__card_silver {
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#1A1A1A), to(#141515));
  background: linear-gradient(0deg, #1A1A1A 0%, #141515 100%);
}

.plans__card_gold {
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#25231F), to(#141515));
  background: linear-gradient(0deg, #25231F 0%, #141515 100%);
}

.plans__card_platinum {
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#36383B), to(#141515));
  background: linear-gradient(0deg, #36383B 0%, #141515 100%);
}

.plans__card-visual {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 180px;
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 0 #343434;
          box-shadow: 0 2px 0 #343434;
}

.plans__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plans__card-name {
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.plans__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.plans__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.plans__row:not(:last-child) {
  border-bottom: 1px solid #292A2C;
  padding-bottom: 16px;
}

.plans__row-label {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #cad3db;
  opacity: 0.6;
  text-transform: uppercase;
  opacity: 0.4;
}

.plans__row-value {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.plans__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.plans__btn-text {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.plans__social-btn {
  width: 70px;
  height: 70px;
  border-radius: 12px;
}

.platinum {
  position: relative;
  z-index: 2;
  scroll-margin-top: 180px;
  padding: 180px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#cad3db));
  background: linear-gradient(#0d0d0d 0%, #cad3db 100%);
  overflow: hidden;
}

.platinum__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}

.platinum__hero {
  line-height: 0;
}

.platinum__hero-img {
  display: block;
  width: 100%;
  max-width: 327px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-box-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.25);
}

.platinum__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 994px;
  text-align: center;
}

.platinum__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c7074;
}

.platinum__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.platinum__subtitle {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #ffffff;
}

.platinum__marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 30px;
}

.platinum__marquee-viewport {
  width: 100%;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.platinum__marquee-viewport::-webkit-scrollbar {
  display: none;
}

.platinum__marquee-viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.platinum__marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.platinum__marquee-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.platinum__feature {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 800px;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 120px;
  padding: 40px;
}

.platinum__feature-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.platinum__feature-title {
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(30px);
  border-radius: 18px;
  padding: 28px 38px;
  text-transform: uppercase;
}

.platinum__feature-desc {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 400px;
  text-align: center;
  opacity: 0.8;
}

.support {
  background-color: #09090B;
}

.support__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.support__content {
  max-width: 780px;
}

.support__title {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 1;
}

.support__title b {
  color: #BDC4CA;
}

.support__subtitle {
  color: #CBD5E1;
  margin-top: 40px;
  font-weight: 700;
}

.support__desc {
  margin-top: 200px;
  color: #CBD5E1;
}

.support__img {
  width: 800px;
  height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}

.security {
  position: relative;
  z-index: 2;
  padding: 180px 0;
  background: #0d0d0d;
  overflow: hidden;
  background: radial-gradient(100% 100% at 50% 0%, #292A2C 0%, #0C0C0C 100%);
  border-bottom: 1px solid #292a2c;
}

.security__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}

.security__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.security__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 900px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.security__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c7074;
}

.security__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.security__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 560px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 60px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #cad3db;
}

.security__marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.security__marquee-viewport {
  width: 100%;
  overflow: hidden;
}

.security__marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: security-marquee 40s linear infinite;
          animation: security-marquee 40s linear infinite;
  will-change: transform;
}

.security__marquee-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.security__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 160px;
  border-radius: 12px;
  background: #111111;
}

.security__logo-img {
  display: block;
  width: 180px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq {
  position: relative;
  z-index: 2;
  scroll-margin-top: 180px;
  border-bottom: 1px solid #292a2c;
  padding: 180px 0;
}

.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 106px;
}

.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 860px;
}

.faq__label {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c7074;
}

.faq__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 660px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__item {
  margin: 0;
  border-radius: 12px;
  background: #1b1b1b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__item.uk-open {
  background: white;
}

.faq__item.uk-open .faq__question {
  color: black;
}

.faq__item.uk-open .faq__question-icon-wrapper {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__item.uk-open .faq__answer {
  color: black;
}

.faq__question {
  padding: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 10px 10px 20px;
}

.faq__question-icon-wrapper {
  width: 50px;
  height: 50px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #353535;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__answer {
  margin: 0;
  padding: 40px 20px 20px 20px;
}

.faq__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 600px;
}

.faq__support-title {
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.faq__support-desc {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #cad3db;
}

.cta {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 80px 0;
}

.cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cta__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.cta__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}

.cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  max-width: 700px;
}

.cta__title {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.cta__desc {
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 180px;
}

.cta__btn {
  min-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cta__social-btn {
  width: 70px;
  height: 70px;
}

.cta__img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

.footer {
  position: relative;
  z-index: 2;
  padding: 80px 0 40px;
  background: #0c0c0c;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.footer__logo-img {
  display: block;
  height: 32px;
  width: auto;
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  margin-top: 40px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 200px;
}

.footer__col-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__links a {
  color: #CBD5E1;
  font-weight: 400;
  line-height: 1.3;
}

.footer__newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
}

.footer__newsletter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer__newsletter-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #ffffff;
}

.footer__newsletter-desc {
  color: #CBD5E1;
  line-height: 1.4;
}

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.footer__form-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212123;
  border-radius: 12px;
  min-height: 64px;
}

.footer__input {
  width: 100%;
  padding: 20px 120px 20px 20px;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-family: inherit;
  outline: none;
  background-color: transparent;
  font-weight: 500;
}

.footer__input::-webkit-input-placeholder {
  color: #6c7074;
}

.footer__input::-moz-placeholder {
  color: #6c7074;
}

.footer__input:-ms-input-placeholder {
  color: #6c7074;
}

.footer__input::-ms-input-placeholder {
  color: #6c7074;
}

.footer__input::placeholder {
  color: #6c7074;
}

.footer__submit {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  color: #0c0c0c;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer__submit-icon {
  display: block;
  width: 14px;
  height: 14px;
}

.footer__submit-icon path {
  fill: black;
}

.footer__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.footer__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__checkbox:checked ~ .footer__checkbox-box {
  border-color: #ffffff;
  background-color: #ffffff;
}

.footer__checkbox:checked ~ .footer__checkbox-box::after {
  opacity: 1;
}

.footer__checkbox:focus-visible ~ .footer__checkbox-box {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.footer__checkbox-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  border-radius: 4px;
  background-color: rgba(217, 217, 217, 0.1019607843);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.footer__checkbox-box::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #0c0c0c;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.footer__consent-text {
  color: #CBD5E1;
  line-height: 1.4;
}

.footer__consent-link {
  text-decoration: underline;
  color: #CBD5E1;
}

.footer__social {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.footer__divider {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 680px;
}

.footer__copyright {
  color: #696E75;
  font-weight: 500;
}

.footer__disclaimer {
  color: #696E75;
  line-height: 1.4;
}

.footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 140px;
  gap: 18px 60px;
}

.footer__legal a {
  color: #696E75;
  line-height: 1.3;
}

@media (max-width: 1879.98px) {
  .container {
    max-width: 1520px;
    padding: 0 40px;
  }
}

@media (max-width: 1440.98px) {
  .playbook__text {
    max-width: 360px;
  }

  .playbook__compare {
    width: 600px;
  }

  .plans__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .plans__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
  }

  .support__img {
    width: 600px;
    height: 600px;
  }

  .footer__cols {
    gap: 40px;
  }

  .footer__newsletter {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 16px;
  }

  .footer__bottom-left {
    width: 480px;
  }

  .footer__legal {
    max-height: 260px;
  }
}

@media (max-width: 1439.98px) {
  .container {
    max-width: 1200px;
    padding: 0 40px;
  }
}

@media (max-width: 1120.98px) {
  .playbook {
    padding: 60px 0;
  }

  .playbook__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .playbook__compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .how-it-works__pin {
    padding: 50px 0;
  }

  .how-it-works {
    height: auto;
  }

  .how-it-works__pin {
    position: static;
    min-height: auto;
  }

  .how-it-works__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 30px;
  }

  .how-it-works__steps {
    max-width: unset;
  }

  .how-it-works__accordion {
    padding: 0;
  }

  .how-it-works__item-num {
    display: none;
  }

  .card__switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 40px;
  }

  .earn {
    padding: 50px 0;
  }

  .earn__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .plans {
    padding: 50px 0;
  }

  .plans__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .platinum__marquee {
    margin: 0;
    width: 100%;
  }

  .platinum__marquee-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .platinum__marquee-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }

  .platinum__marquee-group:not(:last-child) {
    display: none;
  }

  .platinum__feature {
    width: 100%;
    height: auto;
    aspect-ratio: 1.33;
    gap: 48px;
    padding: 20px;
  }

  .support {
    padding-bottom: 50px;
  }

  .support__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }

  .support__subtitle {
    margin-top: 20px;
  }

  .support__desc {
    margin-top: 30px;
  }

  .support__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 16px;
  }

  .support__img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
  }

  .security {
    padding: 50px 0;
  }

  .security__container {
    gap: 40px;
  }

  .security__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .security__head {
    gap: 16px;
  }

  .security__text {
    padding-top: 0;
  }

  .security__logo {
    width: 250px;
    height: 120px;
  }

  .security__logo-img {
    width: 140px;
    height: 80px;
  }

  .faq {
    padding: 50px 0;
  }

  .faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 32px;
  }

  .cta {
    padding: 50px 0;
  }

  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 80px;
  }

  .cta__head {
    gap: 20px;
  }

  .cta__img {
    width: 280px;
    -webkit-transform: translateX(10px) rotate(-9deg);
        -ms-transform: translateX(10px) rotate(-9deg);
            transform: translateX(10px) rotate(-9deg);
  }

  .footer {
    padding: 40px 0;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .footer__newsletter {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 16px;
  }

  .footer__legal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: none;
  }
}

@media (max-width: 730.98px) {
  .container {
    max-width: 770px;
    padding: 0 20px;
  }

  .hero__container {
    padding-bottom: 100px;
  }

  .hero__card-img {
    max-width: 230px;
  }

  .hero__btn {
    min-width: 140px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .hero__download {
    display: none;
  }

  .playbook__container {
    gap: 20px;
  }

  .playbook__intro {
    gap: 16px;
  }

  .playbook__title br {
    display: none;
  }

  .playbook__column-head {
    min-height: 52px;
  }

  .how-it-works__head {
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }

  .how-it-works__note {
    margin-top: 8px;
    max-width: 100%;
  }

  .card {
    padding: 50px 0;
  }

  .card__container {
    gap: 30px;
  }

  .card__head {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: left;
  }

  .card__panel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .card__tabs {
    margin: 0;
  }

  .card__tab-link {
    padding: 16px;
  }

  .card__row {
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: none;
  }

  .card__row_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card__bullet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .card__bullet-text {
    text-align: left;
  }

  .card__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card__img {
    border-radius: 12px;
  }

  .earn__content {
    gap: 20px;
  }

  .earn__feature {
    gap: 16px;
  }

  .earn__feature-icon {
    width: 15px;
    height: 15px;
  }

  .earn__table {
    width: 100%;
    padding: 16px;
  }

  .earn__table-head {
    -ms-grid-columns: 1fr 80px;
    grid-template-columns: 1fr 80px;
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .earn__table-col_ltv {
    display: none;
  }

  .earn__table-body {
    gap: 10px;
  }

  .earn__table-logo {
    width: 100px;
  }

  .earn__row {
    -ms-grid-columns: 1fr 80px;
    grid-template-columns: 1fr 80px;
  }

  .earn__row:not(:last-child) {
    padding-bottom: 10px;
  }

  .earn__row-ltv {
    display: none;
  }

  .plans__container {
    gap: 40px;
  }

  .plans__head {
    gap: 28px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .plans__desc {
    max-width: 250px;
  }

  .plans__card {
    padding: 20px;
  }

  .plans__card-visual {
    width: 120px;
  }

  .plans__rows {
    gap: 16px;
  }

  .plans__row:not(:first-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .plans__actions {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }

  .plans__btn {
    min-width: 180px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .platinum {
    padding: 50px 0;
  }

  .platinum__container {
    gap: 30px;
  }

  .platinum__hero-img {
    width: 190px;
  }

  .platinum__head {
    gap: 16px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .platinum__subtitle {
    margin-top: 16px;
  }

  .platinum__feature-title {
    padding: 20px 24px;
  }

  .faq__head {
    gap: 16px;
  }

  .faq__question-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .faq__answer {
    padding-top: 20px;
  }

  .cta__actions {
    margin-top: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .footer__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .footer__col {
    gap: 16px;
  }

  .footer__form-field {
    min-height: 50px;
  }

  .footer__social {
    margin-top: 32px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .footer__bottom-left {
    width: 100%;
  }
}

@media (max-width: 730px) {
  .text_mobile-12 {
    font-size: 12px;
  }

  .text_mobile-14 {
    font-size: 14px;
  }

  .text_mobile-16 {
    font-size: 16px;
  }

  .text_mobile-18 {
    font-size: 18px;
  }

  .text_mobile-20 {
    font-size: 20px;
  }

  .text_mobile-22 {
    font-size: 22px;
  }

  .text_mobile-24 {
    font-size: 24px;
  }

  .text_mobile-28 {
    font-size: 28px;
  }

  .text_mobile-30 {
    font-size: 30px;
  }

  .text_mobile-32 {
    font-size: 32px;
  }

  .text_mobile-36 {
    font-size: 36px;
  }

  .text_mobile-40 {
    font-size: 40px;
  }

  .text_mobile-48 {
    font-size: 48px;
  }

  .text_mobile-56 {
    font-size: 56px;
  }

  .text_mobile-64 {
    font-size: 64px;
  }

  .text_mobile-72 {
    font-size: 72px;
  }

  .text_mobile-80 {
    font-size: 80px;
  }

  .text_mobile-90 {
    font-size: 90px;
  }

  .text_mobile-96 {
    font-size: 96px;
  }

  .text_mobile-100 {
    font-size: 100px;
  }

  .text_mobile-120 {
    font-size: 120px;
  }

  .text_mobile-130 {
    font-size: 130px;
  }

  .p_mobile-4 {
    padding: 4px;
  }

  .p_mobile-8 {
    padding: 8px;
  }

  .p_mobile-12 {
    padding: 12px;
  }

  .p_mobile-16 {
    padding: 16px;
  }

  .p_mobile-20 {
    padding: 20px;
  }

  .p_mobile-24 {
    padding: 24px;
  }

  .p_mobile-32 {
    padding: 32px;
  }

  .p_mobile-40 {
    padding: 40px;
  }

  .p_mobile-48 {
    padding: 48px;
  }

  .p_mobile-64 {
    padding: 64px;
  }

  .p_mobile-96 {
    padding: 96px;
  }

  .pt_mobile-4 {
    padding-top: 4px;
  }

  .pt_mobile-8 {
    padding-top: 8px;
  }

  .pt_mobile-12 {
    padding-top: 12px;
  }

  .pt_mobile-16 {
    padding-top: 16px;
  }

  .pt_mobile-20 {
    padding-top: 20px;
  }

  .pt_mobile-24 {
    padding-top: 24px;
  }

  .pt_mobile-32 {
    padding-top: 32px;
  }

  .pt_mobile-40 {
    padding-top: 40px;
  }

  .pt_mobile-48 {
    padding-top: 48px;
  }

  .pt_mobile-64 {
    padding-top: 64px;
  }

  .pt_mobile-96 {
    padding-top: 96px;
  }

  .pr_mobile-4 {
    padding-right: 4px;
  }

  .pr_mobile-8 {
    padding-right: 8px;
  }

  .pr_mobile-12 {
    padding-right: 12px;
  }

  .pr_mobile-16 {
    padding-right: 16px;
  }

  .pr_mobile-20 {
    padding-right: 20px;
  }

  .pr_mobile-24 {
    padding-right: 24px;
  }

  .pr_mobile-32 {
    padding-right: 32px;
  }

  .pr_mobile-40 {
    padding-right: 40px;
  }

  .pr_mobile-48 {
    padding-right: 48px;
  }

  .pr_mobile-64 {
    padding-right: 64px;
  }

  .pr_mobile-96 {
    padding-right: 96px;
  }

  .pb_mobile-4 {
    padding-bottom: 4px;
  }

  .pb_mobile-8 {
    padding-bottom: 8px;
  }

  .pb_mobile-12 {
    padding-bottom: 12px;
  }

  .pb_mobile-16 {
    padding-bottom: 16px;
  }

  .pb_mobile-20 {
    padding-bottom: 20px;
  }

  .pb_mobile-24 {
    padding-bottom: 24px;
  }

  .pb_mobile-32 {
    padding-bottom: 32px;
  }

  .pb_mobile-40 {
    padding-bottom: 40px;
  }

  .pb_mobile-48 {
    padding-bottom: 48px;
  }

  .pb_mobile-64 {
    padding-bottom: 64px;
  }

  .pb_mobile-96 {
    padding-bottom: 96px;
  }

  .pl_mobile-4 {
    padding-left: 4px;
  }

  .pl_mobile-8 {
    padding-left: 8px;
  }

  .pl_mobile-12 {
    padding-left: 12px;
  }

  .pl_mobile-16 {
    padding-left: 16px;
  }

  .pl_mobile-20 {
    padding-left: 20px;
  }

  .pl_mobile-24 {
    padding-left: 24px;
  }

  .pl_mobile-32 {
    padding-left: 32px;
  }

  .pl_mobile-40 {
    padding-left: 40px;
  }

  .pl_mobile-48 {
    padding-left: 48px;
  }

  .pl_mobile-64 {
    padding-left: 64px;
  }

  .pl_mobile-96 {
    padding-left: 96px;
  }

  .m_mobile-4 {
    margin: 4px;
  }

  .m_mobile-8 {
    margin: 8px;
  }

  .m_mobile-12 {
    margin: 12px;
  }

  .m_mobile-16 {
    margin: 16px;
  }

  .m_mobile-20 {
    margin: 20px;
  }

  .m_mobile-24 {
    margin: 24px;
  }

  .m_mobile-32 {
    margin: 32px;
  }

  .m_mobile-40 {
    margin: 40px;
  }

  .m_mobile-48 {
    margin: 48px;
  }

  .m_mobile-64 {
    margin: 64px;
  }

  .m_mobile-96 {
    margin: 96px;
  }

  .mt_mobile-4 {
    margin-top: 4px;
  }

  .mt_mobile-8 {
    margin-top: 8px;
  }

  .mt_mobile-12 {
    margin-top: 12px;
  }

  .mt_mobile-16 {
    margin-top: 16px;
  }

  .mt_mobile-20 {
    margin-top: 20px;
  }

  .mt_mobile-24 {
    margin-top: 24px;
  }

  .mt_mobile-32 {
    margin-top: 32px;
  }

  .mt_mobile-40 {
    margin-top: 40px;
  }

  .mt_mobile-48 {
    margin-top: 48px;
  }

  .mt_mobile-64 {
    margin-top: 64px;
  }

  .mt_mobile-96 {
    margin-top: 96px;
  }

  .mr_mobile-4 {
    margin-right: 4px;
  }

  .mr_mobile-8 {
    margin-right: 8px;
  }

  .mr_mobile-12 {
    margin-right: 12px;
  }

  .mr_mobile-16 {
    margin-right: 16px;
  }

  .mr_mobile-20 {
    margin-right: 20px;
  }

  .mr_mobile-24 {
    margin-right: 24px;
  }

  .mr_mobile-32 {
    margin-right: 32px;
  }

  .mr_mobile-40 {
    margin-right: 40px;
  }

  .mr_mobile-48 {
    margin-right: 48px;
  }

  .mr_mobile-64 {
    margin-right: 64px;
  }

  .mr_mobile-96 {
    margin-right: 96px;
  }

  .mb_mobile-4 {
    margin-bottom: 4px;
  }

  .mb_mobile-8 {
    margin-bottom: 8px;
  }

  .mb_mobile-12 {
    margin-bottom: 12px;
  }

  .mb_mobile-16 {
    margin-bottom: 16px;
  }

  .mb_mobile-20 {
    margin-bottom: 20px;
  }

  .mb_mobile-24 {
    margin-bottom: 24px;
  }

  .mb_mobile-32 {
    margin-bottom: 32px;
  }

  .mb_mobile-40 {
    margin-bottom: 40px;
  }

  .mb_mobile-48 {
    margin-bottom: 48px;
  }

  .mb_mobile-64 {
    margin-bottom: 64px;
  }

  .mb_mobile-96 {
    margin-bottom: 96px;
  }

  .ml_mobile-4 {
    margin-left: 4px;
  }

  .ml_mobile-8 {
    margin-left: 8px;
  }

  .ml_mobile-12 {
    margin-left: 12px;
  }

  .ml_mobile-16 {
    margin-left: 16px;
  }

  .ml_mobile-20 {
    margin-left: 20px;
  }

  .ml_mobile-24 {
    margin-left: 24px;
  }

  .ml_mobile-32 {
    margin-left: 32px;
  }

  .ml_mobile-40 {
    margin-left: 40px;
  }

  .ml_mobile-48 {
    margin-left: 48px;
  }

  .ml_mobile-64 {
    margin-left: 64px;
  }

  .ml_mobile-96 {
    margin-left: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .security__marquee-track {
    -webkit-animation: none;
            animation: none;
  }
}

@media (any-hover: hover) {
  .footer__links a:hover {
    color: #ffffff;
    opacity: 1;
  }

  .footer__submit:hover {
    -webkit-box-shadow: inset 0 10px 30px rgba(12, 12, 12, 0.2);
            box-shadow: inset 0 10px 30px rgba(12, 12, 12, 0.2);
  }

  .footer__consent-link:hover {
    color: #ffffff;
    opacity: 1;
  }

  .footer__legal a:hover {
    color: #ffffff;
    opacity: 1;
  }
}