@font-face {
  font-family: "Gilroy";
  src: url("/lending-vite/assets/Gilroy-Regular-CY081Tb4.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/lending-vite/assets/Gilroy-Medium-RhujHmrb.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/lending-vite/assets/Gilroy-Semibold-Cu1_Dviq.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/lending-vite/assets/Gilroy-Bold-Bt_SZrlr.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/lending-vite/assets/Gilroy-Extrabold-D9MUTSRL.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Machina";
  src: url("/lending-vite/assets/NeueMachina-Ultrabold-CKOzQPPT.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noteworthy";
  src: url("/lending-vite/assets/NoteworthyLight-D67COTv9.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noteworthy";
  src: url("/lending-vite/assets/NoteworthyBold-CgINF_ut.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("/lending-vite/assets/Tektur-Regular-BxyV1Bj7.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("/lending-vite/assets/Tektur-Medium-BM4_7Rkh.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("/lending-vite/assets/Tektur-SemiBold-CtURg5Jz.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("/lending-vite/assets/Tektur-Bold-CEvaNXXW.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("/lending-vite/assets/Tektur-ExtraBold-BGLbMBor.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --text: #6b6375;
  --text-h: #08060d;
  --bg: #dfd8ff;
  --border: #e5e4e7;
  --code-bg: #f4f3ec;
  --brand-light: #9C7EFF;
  --accent: #aa3bff;
  --accent-bg: rgba(170, 59, 255, 0.1);
  --accent-border: rgba(170, 59, 255, 0.5);
  --social-bg: rgba(244, 243, 236, 0.5);
  --shadow:
    rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
  --sans: 'Gilroy', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --heading: 'PP Neue Machina', 'Gilroy', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: ui-monospace, Consolas, monospace;
  --noteworthy: 'Noteworthy', 'Gilroy', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tektur: 'Tektur', 'Gilroy', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --btn-text-light: #ffffff;
  --btn-text-dark: #07070a;
  --btn-bg-gradient-start: #8f78ff;
  --btn-bg-gradient-end: #bd7eff;
  --btn-bg-dark: #2d1c46;
  --btn-bg-light: #ffffff;
  --btn-border-light: #d8d9de;
  --btn-border-contrast: rgba(255, 255, 255, 0.85);
  --btn-shadow: 0 10px 24px rgba(118, 87, 255, 0.24);
}

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

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  min-width: 320px;
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-h);
  background: var(--bg);
}

button,
input,
textarea,
select {
  font: inherit;
}

.landing {
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.landing__container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .landing__container {
    padding: 0 5px;
  }
}.auth-modal[data-v-2bc607ec] {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 12, 20, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.auth-modal__panel[data-v-2bc607ec] {
  width: min(420px, 100%);
  max-height: min(90vh, 640px);
  overflow: auto;
  border-radius: 18px;
  border: 2px solid #d7ccff;
  background: #fbfaff;
  box-shadow: 0 20px 48px rgba(25, 16, 45, 0.35);
  padding: 20px 18px 22px;
}
.auth-modal__head[data-v-2bc607ec] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.auth-modal__title[data-v-2bc607ec] {
  margin: 0;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 800;
  color: #2d1f46;
  line-height: 1.1;
}
.auth-modal__close[data-v-2bc607ec] {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #2d1d46;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.auth-modal__close[data-v-2bc607ec]:hover {
  filter: brightness(1.1);
}
.auth-modal__error[data-v-2bc607ec] {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #ffe8ef;
  color: #6b1a3a;
  font-size: 14px;
  font-weight: 600;
}
.auth-modal__form[data-v-2bc607ec] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-modal__field[data-v-2bc607ec] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.auth-modal__label[data-v-2bc607ec] {
  font-size: 14px;
  font-weight: 600;
  color: #2d1f46;
}
.auth-modal__input[data-v-2bc607ec] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(45, 29, 70, 0.2);
  padding: 10px 12px;
  font-size: 16px;
  color: #2b1f44;
  background: #fff;
  outline: none;
}
.auth-modal__input[data-v-2bc607ec]:focus {
  border-color: #9b85ff;
  box-shadow: 0 0 0 2px rgba(155, 133, 255, 0.3);
}
.auth-modal__submit[data-v-2bc607ec] {
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--sans);
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, var(--btn-bg-gradient-start, #7f5cff), var(--btn-bg-gradient-end, #ff5a9a));
  box-shadow: 0 10px 24px rgba(120, 88, 255, 0.35);
}
.auth-modal__submit[data-v-2bc607ec]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.auth-modal__divider[data-v-2bc607ec] {
  margin: 16px 0 12px;
  height: 1px;
  background: rgba(45, 29, 70, 0.12);
}
.auth-modal__hint[data-v-2bc607ec] {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4b4164;
  text-align: center;
  line-height: 1.35;
}
.auth-modal__social[data-v-2bc607ec] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.auth-modal__social-btn[data-v-2bc607ec] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.auth-modal__social-btn[data-v-2bc607ec]:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.auth-modal__social-btn--vk[data-v-2bc607ec] {
  background: #0077ff;
}
.auth-modal__social-btn--tg[data-v-2bc607ec] {
  background: #229ed9;
}.fx-btn[data-v-b6134104] {
  --btn-height: 56px;
  --btn-padding-x: 30px;
  --btn-radius: 12px;
  --btn-font-family: var(--sans);
  --btn-font-style: normal;
  --btn-font-size: 34px;
  --btn-font-weight: 700;
  --btn-line-height: 1.05;
  --btn-letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.fx-btn[data-v-b6134104]:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
}
.fx-btn[data-v-b6134104]:active {
  transform: translateY(0);
}
.fx-btn[data-v-b6134104]:focus-visible {
  outline: 2px solid #c2b6ff;
  outline-offset: 2px;
}
.fx-btn__content[data-v-b6134104] {
  font-family: var(--btn-font-family);
  font-style: var(--btn-font-style);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-spacing);
  text-align: center;
}
.fx-btn--gradient[data-v-b6134104] {
  color: var(--btn-text-light);
  background: linear-gradient(90deg, var(--btn-bg-gradient-start), var(--btn-bg-gradient-end));
  background-size: 180% 180%;
  background-position: 0% 50%;
  box-shadow: var(--btn-shadow);
}
.fx-btn--gradient[data-v-b6134104]:hover {
  animation: fx-btn-gradient-flow-b6134104 2.2s ease-in-out infinite;
  filter: saturate(1.16) brightness(1.08);
  box-shadow: 0 14px 30px rgba(120, 88, 255, 0.38);
}
@keyframes fx-btn-gradient-flow-b6134104 {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.fx-btn--dark[data-v-b6134104] {
  color: var(--btn-text-light);
  background: var(--btn-bg-dark);
}
.fx-btn--light[data-v-b6134104] {
  color: var(--btn-text-dark);
  background: var(--btn-bg-light);
  border-color: var(--btn-border-light);
}
.fx-btn--outline[data-v-b6134104] {
  color: var(--btn-text-light);
  background: transparent;
  border-color: var(--btn-border-contrast);
  border-width: 2px;
}
.fx-btn--sm[data-v-b6134104] {
  --btn-height: 42px;
  --btn-padding-x: 18px;
  --btn-radius: 12px;
  --btn-font-size: 16px;
}
.fx-btn--md[data-v-b6134104] {
  --btn-height: 46px;
  --btn-padding-x: 24px;
  --btn-radius: 12px;
  --btn-font-family: 'Gilroy', var(--sans);
  --btn-font-style: normal;
  --btn-font-size: 20px;
  --btn-font-weight: 800;
  --btn-line-height: 24px;
  --btn-letter-spacing: 0;
}
.fx-btn--lg[data-v-b6134104] {
  --btn-height: 56px;
  --btn-padding-x: 36px;
  --btn-radius: 12px;
  --btn-font-size: 37px;
}
.fx-btn--xl[data-v-b6134104] {
  --btn-height: 72px;
  --btn-padding-x: 42px;
  --btn-radius: 14px;
  --btn-font-size: 40px;
}
.fx-btn--full[data-v-b6134104] {
  width: 100%;
}
.fx-btn--auto[data-v-b6134104] {
  width: fit-content;
  min-width: 0;
}
.is-disabled[data-v-b6134104] {
  pointer-events: none;
  opacity: 0.55;
}
@media (max-width: 767px) {
.fx-btn--sm[data-v-b6134104] {
    --btn-font-size: 14px;
}
.fx-btn--md[data-v-b6134104] {
    --btn-font-size: 18px;
    --btn-height: 46px;
}
}.l-header-wrap[data-v-cbf1f06b] {
  --l-header-height: 72px;
  --header-page-bg: #dfd8ff;
  --apple-glass-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3CradialGradient id='g' cx='30%25' cy='14%25' r='78%25'%3E%3Cstop offset='0' stop-color='white' stop-opacity='1'/%3E%3Cstop offset='0.48' stop-color='white' stop-opacity='0.64'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23g)'/%3E%3C/svg%3E");
  --apple-liquid-band-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 40'%3E%3Cdefs%3E%3ClinearGradient id='band' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.2' stop-color='white' stop-opacity='0.92'/%3E%3Cstop offset='0.8' stop-color='white' stop-opacity='0.92'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cellipse cx='60' cy='20' rx='56' ry='12' fill='url(%23band)'/%3E%3C/svg%3E");
}
.l-header[data-v-cbf1f06b] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(224, 213, 255, 0.72) 0%, rgba(224, 213, 255, 0.48) 56%, rgba(223, 216, 255, 0.2) 82%, rgba(223, 216, 255, 0) 100%);
  border-bottom: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(1.35) contrast(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.35) contrast(1.08);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  isolation: isolate;
  will-change: transform, opacity;
}
.l-header[data-v-cbf1f06b]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.24) 42%, rgba(255, 255, 255, 0) 100%), radial-gradient(52% 88% at 10% -12%, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0) 70%);
  -webkit-mask-image: var(--apple-glass-mask);
  mask-image: var(--apple-glass-mask);
  -webkit-mask-size: cover;
  mask-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}
.l-header[data-v-cbf1f06b]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(62% 52% at 8% -8%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 74%), radial-gradient(46% 56% at 95% 105%, rgba(167, 130, 255, 0.28), rgba(167, 130, 255, 0) 74%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 32%), linear-gradient(180deg, rgba(223, 216, 255, 0) 52%, rgba(223, 216, 255, 0.98) 100%);
  opacity: 0.96;
  pointer-events: none;
  z-index: 0;
}
.l-header-wrap[data-v-cbf1f06b]::before,
.l-header-wrap[data-v-cbf1f06b]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(1220px, 100% - 16px);
  height: var(--l-header-height);
  pointer-events: none;
  z-index: 31;
}
.l-header-wrap[data-v-cbf1f06b]::before {
  background: radial-gradient(68% 38% at 26% 22%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 72%), radial-gradient(54% 34% at 78% 16%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 76%);
  -webkit-mask-image: var(--apple-liquid-band-mask);
  mask-image: var(--apple-liquid-band-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 64% 56%;
  mask-size: 64% 56%;
  -webkit-mask-position: 52% 10%;
  mask-position: 52% 10%;
  mix-blend-mode: screen;
  opacity: 0.92;
}
.l-header-wrap[data-v-cbf1f06b]::after {
  border-top: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  opacity: 0.9;
}
.l-header--scroll-mode[data-v-cbf1f06b] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 190;
  background: rgba(228, 220, 252, 0.38);
  box-shadow: 0 14px 32px rgba(40, 29, 72, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.74), inset 0 -1px 0 rgba(255, 255, 255, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px) saturate(1.4) contrast(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.4) contrast(1.1);
  -webkit-mask-image: none;
  mask-image: none;
}
.l-header > .landing__container[data-v-cbf1f06b] {
  position: relative;
  z-index: 1;
}
.l-header--scroll-animated[data-v-cbf1f06b] {
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.l-header--hidden[data-v-cbf1f06b] {
  transform: translateY(calc(-100% - 8px));
  opacity: 0;
  pointer-events: none;
}
.l-header__inner[data-v-cbf1f06b] {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.l-header__logo[data-v-cbf1f06b] {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.l-header__nav[data-v-cbf1f06b] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.l-header__link[data-v-cbf1f06b] {
  color: #2e2f33;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.l-header__link[data-v-cbf1f06b]:hover {
  opacity: 0.65;
}
.l-header__link--accent[data-v-cbf1f06b] {
  font-weight: 700;
}
.l-header__actions[data-v-cbf1f06b] {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1100px) {
.l-header__nav[data-v-cbf1f06b] {
    gap: 14px;
}
.l-header__link[data-v-cbf1f06b] {
    font-size: 12px;
}
}
@media (max-width: 920px) {
.l-header-wrap[data-v-cbf1f06b] {
    --l-header-height: 56px;
}
.l-header__inner[data-v-cbf1f06b] {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 56px;
}
.l-header__nav[data-v-cbf1f06b] {
    display: none;
}
.l-header__logo img[data-v-cbf1f06b] {
    width: 68px;
    height: 38px;
}
.l-header__actions[data-v-cbf1f06b] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}
.l-header__actions[data-v-cbf1f06b] .l-header__btn {
    --btn-height: 38px;
    --btn-padding-x: 12px;
    --btn-radius: 10px;
    --btn-font-size: 13px;
    --btn-line-height: 1.05;
    --btn-font-weight: 600;
    --btn-shadow: none;
}
.l-header__actions[data-v-cbf1f06b] .l-header__btn--secondary {
    --btn-padding-x: 10px;
    --btn-font-size: 12px;
    opacity: 0.92;
}
.l-header__actions[data-v-cbf1f06b] .l-header__btn--primary {
    --btn-padding-x: 12px;
    --btn-font-size: 12px;
    --btn-font-weight: 700;
}
}/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.slider-preview[data-v-b698516e] {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5px 22px;
}
@media (max-width: 767px) {
.slider-preview[data-v-b698516e] {
    padding-bottom: 12px;
}
}
.slider-preview__frame[data-v-b698516e] {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 770px;
  padding: 42px clamp(20px, 4vw, 64px) 0;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  background: radial-gradient(85% 90% at 96% 42%, rgba(164, 120, 255, 0.35) 0%, rgba(164, 120, 255, 0) 60%), radial-gradient(70% 60% at 75% 100%, rgba(130, 88, 255, 0.24) 0%, rgba(130, 88, 255, 0) 65%), linear-gradient(180deg, #2a1b44 0%, #24163c 100%);
  border-radius: 40px;
}
@media (max-width: 767px) {
.slider-preview__frame[data-v-b698516e] {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 14px 0;
    border-radius: 24px;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__frame[data-v-b698516e] {
    min-height: 680px;
    padding-top: 28px;
}
}
.slider-preview__frame[data-v-b698516e]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 37px, rgba(255, 255, 255, 0.05) 37px, rgba(255, 255, 255, 0.05) 38px), repeating-linear-gradient(90deg, transparent 0, transparent 37px, rgba(255, 255, 255, 0.05) 37px, rgba(255, 255, 255, 0.05) 38px);
  pointer-events: none;
}
.slider-preview__left[data-v-b698516e],
.slider-preview__right[data-v-b698516e] {
  position: relative;
  z-index: 1;
}
.slider-preview__left[data-v-b698516e] {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}
@media (max-width: 767px) {
.slider-preview__left[data-v-b698516e] {
    display: block;
    padding-top: 2px;
}
}
.slider-preview__title[data-v-b698516e] {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(42px, 4.1vw, 80px);
  line-height: 0.98;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
.slider-preview__title[data-v-b698516e] {
    font-size: 42px;
    line-height: 40px;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__title[data-v-b698516e] {
    font-size: clamp(36px, 3.6vw, 64px);
}
}
.slider-preview__title span[data-v-b698516e] {
  color: #8f78ff;
}
.slider-preview__text[data-v-b698516e] {
  margin: 54px 0 0;
  max-width: 660px;
  font-family: var(--sans);
  color: rgba(255, 255, 255, 0.86);
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 767px) {
.slider-preview__text[data-v-b698516e] {
    margin-top: 24px;
    max-width: none;
    font-size: 15px;
    line-height: 1.24;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__text[data-v-b698516e] {
    margin-top: 36px;
    font-size: 20px;
}
}
.slider-preview__text strong[data-v-b698516e] {
  color: #fff;
  font-weight: 700;
}
.slider-preview__cta[data-v-b698516e] {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767px) {
.slider-preview__cta[data-v-b698516e] {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__cta[data-v-b698516e] {
    margin-top: 40px;
}
}
.slider-preview__cta[data-v-b698516e] .fx-btn--md {
  --btn-height: 72px;
  --btn-padding-x: 47.5px;
}
@media (max-width: 767px) {
.slider-preview__cta[data-v-b698516e] .fx-btn--md {
    --btn-height: 48px;
    width: 100%;
    min-width: 0;
}
}
.slider-preview__cta[data-v-b698516e] .fx-btn--md:not(.fx-btn--auto) {
  min-width: 318px;
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__cta[data-v-b698516e] .fx-btn--md:not(.fx-btn--auto) {
    min-width: 280px;
}
}
.slider-preview__cta[data-v-b698516e] .fx-btn--outline {
  background: #281b38;
}
.slider-preview__right[data-v-b698516e] {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 767px) {
.slider-preview__right[data-v-b698516e] {
    padding: 8px 0 0;
}
}
.slider-preview__swiper[data-v-b698516e] {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  height: 100%;
  overflow: visible;
}
.slider-preview__swiper[data-v-b698516e] .swiper,
.slider-preview__swiper[data-v-b698516e] .swiper-wrapper,
.slider-preview__swiper[data-v-b698516e] .swiper-slide {
  height: 100%;
  overflow: visible;
}
.slider-preview__visual[data-v-b698516e] {
  position: relative;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
.slider-preview__visual[data-v-b698516e] {
    height: 438px;
    min-height: 438px;
}
}
.slider-preview__star[data-v-b698516e] {
  position: absolute;
  top: -16%;
  bottom: -18%;
  left: -30%;
  right: -2%;
  display: block;
  opacity: 0.88;
  z-index: 0;
  pointer-events: none;
  transition: color 650ms ease;
}
@media (max-width: 767px) {
.slider-preview__star[data-v-b698516e] {
    top: 10%;
    bottom: -20%;
    left: -40%;
    right: -20%;
    opacity: 0.88;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__star[data-v-b698516e] {
    top: -18%;
    bottom: -20%;
    left: -34%;
    right: -4%;
    opacity: 0.9;
}
}
.slider-preview__star[data-v-b698516e] svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-42%, -50%) rotate(var(--star-rotation, 0deg)) scale(var(--star-scale, 1));
  transform-origin: 50% 50%;
  transition: transform 700ms cubic-bezier(0.22, 0.7, 0.2, 1);
  color: inherit;
}
@media (max-width: 767px) {
.slider-preview__star[data-v-b698516e] svg {
    width: 142%;
    height: 142%;
    transform: translate(-43%, -50%) rotate(var(--star-rotation, 0deg)) scale(var(--star-scale, 1));
}
}
.slider-preview__star[data-v-b698516e] path {
  fill: currentColor;
}
.slider-preview__teacher[data-v-b698516e] {
  position: relative;
  z-index: 1;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center bottom;
  will-change: transform, opacity;
}
@media (max-width: 767px) {
.slider-preview__teacher[data-v-b698516e] {
    height: 100%;
    width: auto;
    margin-bottom: -2px;
}
}
@keyframes slider-teacher-enter-b698516e {
0% {
    opacity: 0;
    transform: translateX(var(--teacher-enter-x, 0px));
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__teacher {
  animation: slider-teacher-enter-b698516e 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
@media (max-width: 767px) {
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__teacher {
    animation: none;
    opacity: 1;
    transform: translateX(0);
}
}
.slider-preview__chip[data-v-b698516e] {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(20, 10, 44, 0.25);
  pointer-events: none;
  opacity: 0;
  transition: opacity 380ms ease;
}
@media (max-width: 767px) {
.slider-preview__chip[data-v-b698516e] {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__chip[data-v-b698516e] {
    font-size: 16px;
}
}
.slider-preview__chip--top[data-v-b698516e] {
  top: 56%;
  left: 63%;
  transform: translate(-50%, -50%) rotate(-2.5deg);
  color: #302244;
  background: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
.slider-preview__chip--top[data-v-b698516e] {
    top: 210px;
    left: inherit;
    right: 18px;
    transform: rotate(2.5deg);
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__chip--top[data-v-b698516e] {
    top: 56%;
    left: 62%;
}
}
.slider-preview__chip--main[data-v-b698516e] {
  top: 62.8%;
  left: 63%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #352257;
  border: 2px solid #7a5dff;
  z-index: 2;
}
@media (max-width: 767px) {
.slider-preview__chip--main[data-v-b698516e] {
    top: inherit;
    bottom: 14px;
    left: 8px;
    transform: rotate(0);
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__chip--main[data-v-b698516e] {
    top: 61.8%;
    left: 62%;
}
}
.slider-preview__chip--name[data-v-b698516e] {
  top: 77.6%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(2.5deg);
  color: #302244;
  background: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
.slider-preview__chip--name[data-v-b698516e] {
    top: inherit;
    bottom: 60px;
    left: 24px;
    transform: rotate(-2.5deg);
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__chip--name[data-v-b698516e] {
    top: 78%;
    left: 44%;
}
}
.slider-preview__chip--bottom[data-v-b698516e] {
  top: 84.2%;
  left: 43%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #f59a4f;
  z-index: 2;
}
@media (max-width: 767px) {
.slider-preview__chip--bottom[data-v-b698516e] {
    left: inherit;
    top: 256px;
    right: 8px;
    transform: none;
}
}
@media (max-width: 1260px) and (min-width: 768px) {
.slider-preview__chip--bottom[data-v-b698516e] {
    top: 83.6%;
    left: 42%;
}
}
@keyframes slider-chip-top-enter-b698516e {
0% {
    transform: translate(-50%, -50%) rotate(-2.5deg);
}
45% {
    transform: translate(-50%, -55%) rotate(-4deg);
}
100% {
    transform: translate(-50%, -50%) rotate(-2.5deg);
}
}
@keyframes slider-chip-main-enter-b698516e {
0% {
    transform: translate(-50%, -50%);
}
45% {
    transform: translate(-50%, -46%);
}
100% {
    transform: translate(-50%, -50%);
}
}
@keyframes slider-chip-name-enter-b698516e {
0% {
    transform: translate(-50%, -50%) rotate(2.5deg);
}
45% {
    transform: translate(-49.5%, -50.8%) rotate(4deg);
}
100% {
    transform: translate(-50%, -50%) rotate(2.5deg);
}
}
@keyframes slider-chip-bottom-enter-b698516e {
0% {
    transform: translate(-50%, -50%);
}
45% {
    transform: translate(-50.4%, -49.2%);
}
100% {
    transform: translate(-50%, -50%);
}
}
@keyframes slider-chip-top-enter-mobile-b698516e {
0% {
    transform: rotate(2.5deg);
}
45% {
    transform: translateY(-2px) rotate(4deg);
}
100% {
    transform: rotate(2.5deg);
}
}
@keyframes slider-chip-main-enter-mobile-b698516e {
0% {
    transform: rotate(0);
}
45% {
    transform: rotate(1.5deg);
}
100% {
    transform: rotate(0);
}
}
@keyframes slider-chip-name-enter-mobile-b698516e {
0% {
    transform: rotate(-1.5deg);
}
45% {
    transform: translateY(-1px) rotate(-2deg);
}
100% {
    transform: rotate(-1.5deg);
}
}
@keyframes slider-chip-bottom-enter-mobile-b698516e {
0% {
    transform: rotate(0);
}
45% {
    transform: translateY(2px) rotate(-2.5deg);
}
100% {
    transform: rotate(0);
}
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--top {
  animation: slider-chip-top-enter-b698516e 620ms cubic-bezier(0.22, 0.7, 0.2, 1) both;
}
@media (max-width: 767px) {
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--top {
    animation-name: slider-chip-top-enter-mobile-b698516e;
}
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--main {
  animation: slider-chip-main-enter-b698516e 620ms cubic-bezier(0.22, 0.7, 0.2, 1) 40ms both;
}
@media (max-width: 767px) {
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--main {
    animation-name: slider-chip-main-enter-mobile-b698516e;
}
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--name {
  animation: slider-chip-name-enter-b698516e 620ms cubic-bezier(0.22, 0.7, 0.2, 1) 70ms both;
}
@media (max-width: 767px) {
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--name {
    animation-name: slider-chip-name-enter-mobile-b698516e;
}
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--bottom {
  animation: slider-chip-bottom-enter-b698516e 620ms cubic-bezier(0.22, 0.7, 0.2, 1) 100ms both;
}
@media (max-width: 767px) {
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip--bottom {
    animation-name: slider-chip-bottom-enter-mobile-b698516e;
}
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide .slider-preview__chip {
  animation: none !important;
}
.slider-preview__swiper[data-v-b698516e] .swiper-slide-active .slider-preview__chip {
  opacity: 1;
}
.slider-preview__controls[data-v-b698516e] {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  z-index: 3;
}
@media (max-width: 767px) {
.slider-preview__controls[data-v-b698516e] {
    right: 0;
    left: 0;
    top: 38px;
    transform: none;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2px;
    gap: 8px;
}
}
.slider-preview__arrow[data-v-b698516e] {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #32234e;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(22, 12, 45, 0.22);
  z-index: 3;
  transition: transform 0.18s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
@media (max-width: 767px) {
.slider-preview__arrow[data-v-b698516e] {
    width: 44px;
    height: 44px;
}
}
.slider-preview__arrow[data-v-b698516e]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(22, 12, 45, 0.3);
  filter: brightness(1.02);
}
.slider-preview__arrow[data-v-b698516e]:active {
  transform: translateY(0);
}
.slider-preview__arrow-svg[data-v-b698516e] {
  width: 16px;
  height: 10px;
  stroke: #32234e;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.slider-preview__arrow-svg--mobile[data-v-b698516e] {
  display: none;
}
@media (max-width: 767px) {
.slider-preview__arrow-svg--mobile[data-v-b698516e] {
    display: block;
    width: 10px;
    height: 16px;
}
}
@media (max-width: 767px) {
.slider-preview__arrow-svg--desktop[data-v-b698516e] {
    display: none;
}
}
.slider-preview__pagination[data-v-b698516e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
.slider-preview__pagination[data-v-b698516e] {
    display: none;
}
}
.slider-preview__pager[data-v-b698516e] {
  position: relative;
  width: 50px;
  height: 11px;
  display: block;
}
.slider-preview__pager-svg[data-v-b698516e] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.slider-preview__pager-svg--line[data-v-b698516e] {
  opacity: 0.86;
}
.slider-preview__pager-svg--wave[data-v-b698516e] {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
}
.slider-preview__pager-wave-path[data-v-b698516e] {
  stroke-dasharray: 64;
  stroke-dashoffset: 64;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes slider-preview__pager-line-shift-left-out-b698516e {
0% {
    opacity: 0.86;
    transform: translate(-50%, -50%) scaleX(1);
}
65% {
    opacity: 0.86;
    transform: translate(-124%, -50%) scaleX(0.5) rotate(-35deg);
}
100% {
    opacity: 0;
    transform: translate(-94%, -50%) scaleX(1);
}
}
.slider-preview__pager.is-active .slider-preview__pager-svg--line[data-v-b698516e] {
  animation: slider-preview__pager-line-shift-left-out-b698516e 280ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.slider-preview__pager.is-active .slider-preview__pager-svg--wave[data-v-b698516e] {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 170ms;
}
.slider-preview__pager.is-active .slider-preview__pager-wave-path[data-v-b698516e] {
  stroke-dashoffset: 0;
  transition-delay: 170ms;
}.tg-strip-banner[data-v-70820e20] {
  width: 100%;
  padding: 0 0 18px;
}
@media (max-width: 767px) {
.tg-strip-banner[data-v-70820e20] {
    padding-bottom: 12px;
}
}
.tg-strip-banner__link[data-v-70820e20] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 0;
  text-decoration: none;
  background: radial-gradient(96% 210% at 50% -85%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(98deg, var(--btn-bg-gradient-start) 0%, var(--btn-bg-gradient-end) 46%, #6e55e3 68%, #4936a3 100%);
  box-shadow: 0 12px 24px rgba(56, 37, 122, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.tg-strip-banner__grid[data-v-70820e20] {
  position: relative;
  z-index: 1;
  min-height: 83px;
  padding: 10px clamp(14px, 2.2vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
}
.tg-strip-banner__link[data-v-70820e20]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.08) 0 2px, rgba(255, 255, 255, 0) 2px 8px), linear-gradient(0deg, rgba(22, 12, 54, 0.2), rgba(22, 12, 54, 0));
}
.tg-strip-banner__link[data-v-70820e20]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(220px 17px at 11% 8%, rgba(18, 10, 42, 0.58) 0 70%, transparent 72%), radial-gradient(250px 18px at 78% 10%, rgba(18, 10, 42, 0.52) 0 66%, transparent 68%), radial-gradient(240px 16px at 20% 92%, rgba(18, 10, 42, 0.5) 0 70%, transparent 72%), radial-gradient(220px 16px at 89% 90%, rgba(18, 10, 42, 0.56) 0 72%, transparent 74%);
  opacity: 0.72;
}
.tg-strip-banner__main[data-v-70820e20],
.tg-strip-banner__badge[data-v-70820e20],
.tg-strip-banner__caption[data-v-70820e20] {
  position: relative;
  z-index: 1;
}
.tg-strip-banner__title[data-v-70820e20],
.tg-strip-banner__subtitle[data-v-70820e20] {
  margin: 0;
  color: var(--btn-text-light);
  font-family: var(--sans);
}
.tg-strip-banner__title[data-v-70820e20] {
  font-size: clamp(15px, 1.3vw, 24px);
  line-height: 1.1;
  font-weight: 800;
}
.tg-strip-banner__subtitle[data-v-70820e20] {
  margin-top: 4px;
  font-size: clamp(11px, 0.9vw, 16px);
  line-height: 1.08;
  font-weight: 600;
  opacity: 0.9;
}
.tg-strip-banner__badge[data-v-70820e20] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 8px 20px 10px;
  border-radius: 10px;
  white-space: nowrap;
  color: var(--btn-text-light);
  font-family: var(--heading);
  font-size: clamp(24px, 2.8vw, 46px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(24, 15, 50, 0.96) 0%, rgba(31, 20, 64, 0.96) 100%);
  box-shadow: 0 10px 20px rgba(12, 6, 31, 0.42);
  transform: rotate(-2deg);
}
.tg-strip-banner__caption[data-v-70820e20] {
  display: block;
  white-space: nowrap;
  font-family: var(--sans);
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--btn-text-light);
  opacity: 0.96;
}
.tg-strip-banner__link[data-v-70820e20]:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(56, 37, 122, 0.34);
  filter: saturate(1.04);
}
.tg-strip-banner__link[data-v-70820e20]:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}
@media (max-width: 1260px) and (min-width: 768px) {
.tg-strip-banner__grid[data-v-70820e20] {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}
.tg-strip-banner__caption[data-v-70820e20] {
    display: none;
}
}
@media (max-width: 767px) {
.tg-strip-banner__grid[data-v-70820e20] {
    min-height: 76px;
    padding: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}
.tg-strip-banner__title[data-v-70820e20] {
    font-size: 14px;
    line-height: 1.1;
}
.tg-strip-banner__subtitle[data-v-70820e20],
  .tg-strip-banner__caption[data-v-70820e20] {
    display: none;
}
.tg-strip-banner__badge[data-v-70820e20] {
    min-height: 54px;
    font-size: 24px;
    border-radius: 8px;
    padding: 6px 10px 8px;
}
}.cta-block[data-v-42be9144] {
  --cta-plane-svg: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z'/%3E%3C/svg%3E");
  --cta-action-width: 240px;
  position: relative;
  margin-top: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #ddd6ef;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 767px) {
.cta-block[data-v-42be9144] {
    margin-top: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
}
}
.cta-block--no-top-margin[data-v-42be9144] {
  margin-top: 0;
}
.cta-block__copy[data-v-42be9144] {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  gap: 8px;
}
.cta-block__title[data-v-42be9144] {
  margin: 0;
  font-family: var(--sans);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  color: #2a1b44;
}
@media (max-width: 767px) {
.cta-block__title[data-v-42be9144] {
    font-size: 20px;
    line-height: 1.15;
}
}
.cta-block__description[data-v-42be9144] {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
  color: #4f4763;
}
@media (max-width: 767px) {
.cta-block__description[data-v-42be9144] {
    font-size: 15px;
    line-height: 1.3;
}
}
.cta-block__action[data-v-42be9144] {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.cta-block__action[data-v-42be9144] .fx-btn {
  min-width: 240px;
  border-radius: 10px;
}
.cta-block--violet[data-v-42be9144] {
  background: linear-gradient(90deg, #8f79ff 0%, #725cf3 100%);
  border-color: rgba(255, 255, 255, 0.2);
}
.cta-block--violet[data-v-42be9144]::before,
.cta-block--violet[data-v-42be9144]::after {
  content: "";
  position: absolute;
  background-image: var(--cta-plane-svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
.cta-block--violet[data-v-42be9144]::before {
  right: calc(var(--cta-action-width) - 10px);
  bottom: 6px;
  width: 93px;
  height: 93px;
  opacity: 0.42;
  transform: scaleX(-1) rotate(8deg);
}
.cta-block--violet[data-v-42be9144]::after {
  right: calc(var(--cta-action-width) + 58px);
  top: 50%;
  width: 153px;
  height: 153px;
  opacity: 0.56;
  transform: translateY(-56%) rotate(12deg);
}
.cta-block--violet .cta-block__title[data-v-42be9144] {
  color: #fff;
}
.cta-block--violet .cta-block__description[data-v-42be9144] {
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 767px) {
.cta-block--violet[data-v-42be9144]::before,
  .cta-block--violet[data-v-42be9144]::after {
    display: none;
}
.cta-block__action[data-v-42be9144] .fx-btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
}
}.title-block[data-v-0bf79f5c] {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--sans);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 800;
  color: #291d3f;
}
@media (max-width: 767px) {
.title-block[data-v-0bf79f5c] {
    display: inline-block;
    font-size: 38px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
}
.title-block__text[data-v-0bf79f5c] {
  order: 2;
}
.title-block__emoji[data-v-0bf79f5c] {
  order: 1;
  font-size: 0.85em;
  line-height: 1;
}
@media (max-width: 767px) {
.title-block__text[data-v-0bf79f5c] {
    order: 0;
}
.title-block__emoji[data-v-0bf79f5c] {
    order: 0;
    margin-left: 0.2em;
}
}.intrack-preview[data-v-9c092781] {
  width: 100%;
  padding: 12px 0 72px;
}
@media (max-width: 767px) {
.intrack-preview[data-v-9c092781] {
    padding: 10px 0 44px;
}
}
.intrack-preview__frame[data-v-9c092781] {
  margin-top: 28px;
  padding: 30px 28px 24px;
  border-radius: 24px;
  border: 1px solid #ded7f2;
  background: radial-gradient(120% 120% at 90% 8%, rgba(144, 117, 255, 0.12), transparent 58%), linear-gradient(180deg, #f8f7fc 0%, #f2eff9 100%);
  box-shadow: 0 18px 36px rgba(47, 34, 87, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
@media (max-width: 767px) {
.intrack-preview__frame[data-v-9c092781] {
    margin-top: 18px;
    padding: 18px 12px 12px;
    border-radius: 16px;
}
}
.intrack-preview__headline[data-v-9c092781] {
  margin: 0;
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #2a1b44;
}
@media (max-width: 767px) {
.intrack-preview__headline[data-v-9c092781] {
    font-size: 24px;
}
}
.intrack-preview__lead[data-v-9c092781] {
  margin: 14px 0 0;
  max-width: 920px;
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
  color: #4a3f63;
}
@media (max-width: 767px) {
.intrack-preview__lead[data-v-9c092781] {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.35;
}
}
.intrack-preview__flow[data-v-9c092781] {
  position: relative;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 767px) {
.intrack-preview__flow[data-v-9c092781] {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
}
}
.intrack-preview__line[data-v-9c092781] {
  position: absolute;
  left: 0;
  right: 7%;
  top: 27px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(136, 111, 255, 0.78) 0%, rgba(90, 229, 219, 0.62) 100%);
  box-shadow: 0 0 14px rgba(136, 111, 255, 0.28);
}
@media (max-width: 767px) {
.intrack-preview__line[data-v-9c092781] {
    left: 13px;
    right: auto;
    top: 16px;
    width: 3px;
    height: calc(100% - 30px);
    background: linear-gradient(180deg, rgba(136, 111, 255, 0.78) 0%, rgba(90, 229, 219, 0.62) 100%);
}
}
.intrack-preview__step[data-v-9c092781] {
  position: relative;
  z-index: 1;
  transition: transform 0.24s ease;
}
.intrack-preview__step[data-v-9c092781]:hover {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
.intrack-preview__step[data-v-9c092781] {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}
}
.intrack-preview__point[data-v-9c092781] {
  width: 34px;
  height: 34px;
  margin: 11px auto 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #8b72ff 0%, #6f5aff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(111, 90, 255, 0.32), 0 0 0 4px rgba(139, 114, 255, 0.18);
}
.intrack-preview__point span[data-v-9c092781] {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
.intrack-preview__point[data-v-9c092781] {
    margin: 0;
    width: 26px;
    height: 26px;
}
.intrack-preview__point span[data-v-9c092781] {
    font-size: 12px;
}
}
.intrack-preview__step-card[data-v-9c092781] {
  margin-top: 12px;
  border-radius: 16px;
  padding: 12px 12px 14px;
  border: 1px solid rgba(199, 190, 231, 0.88);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 18px rgba(69, 52, 114, 0.08);
}
@media (max-width: 767px) {
.intrack-preview__step-card[data-v-9c092781] {
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
}
}
.intrack-preview__step-chip[data-v-9c092781] {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  color: #544a74;
  background: #ebe7f8;
}
.intrack-preview__step-title[data-v-9c092781] {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.12;
  font-weight: 700;
  color: #2f2450;
}
@media (max-width: 767px) {
.intrack-preview__step-title[data-v-9c092781] {
    margin-top: 8px;
    font-size: 16px;
}
}
.intrack-preview__step-caption[data-v-9c092781] {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.32;
  font-weight: 500;
  color: #544a74;
}
@media (max-width: 767px) {
.intrack-preview__step-caption[data-v-9c092781] {
    font-size: 13px;
}
}
.intrack-preview__result[data-v-9c092781] {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 14px;
  border-radius: 18px;
  border: 1px solid #cfc4f1;
  background: linear-gradient(90deg, rgba(138, 114, 255, 0.12) 0%, rgba(90, 229, 219, 0.11) 100%), #fff;
  padding: 14px 16px;
}
@media (max-width: 767px) {
.intrack-preview__result[data-v-9c092781] {
    margin-top: 12px;
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 12px;
    gap: 10px;
}
}
.intrack-preview__result-kicker[data-v-9c092781] {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  color: #6558a1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.intrack-preview__result-title[data-v-9c092781] {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.14;
  font-weight: 800;
  color: #2b1d45;
}
@media (max-width: 767px) {
.intrack-preview__result-title[data-v-9c092781] {
    font-size: 18px;
}
}
.intrack-preview__result-text[data-v-9c092781] {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  color: #4a3f62;
}
@media (max-width: 767px) {
.intrack-preview__result-text[data-v-9c092781] {
    font-size: 14px;
}
}
.intrack-preview__result-ui[data-v-9c092781] {
  border-radius: 14px;
  border: 1px solid rgba(130, 112, 210, 0.35);
  background: rgba(255, 255, 255, 0.88);
  padding: 10px 12px;
}
.intrack-preview__progress-track[data-v-9c092781] {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #e9e4f6;
  overflow: hidden;
}
.intrack-preview__progress-fill[data-v-9c092781] {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8b72ff 0%, #5be4db 100%);
  animation: intrack-progress-pulse-9c092781 2.8s ease-in-out infinite;
}
.intrack-preview__result-metrics[data-v-9c092781] {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}
.intrack-preview__result-metrics span[data-v-9c092781] {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #4d406e;
}
@keyframes intrack-progress-pulse-9c092781 {
0% {
    filter: saturate(1);
}
50% {
    filter: saturate(1.18);
}
100% {
    filter: saturate(1);
}
}.footer-flex[data-v-546afd61] {
  margin-top: 0;
  width: 100%;
  background: #05070d;
  color: #fff;
  padding: 48px 0 42px;
}
@media (max-width: 767px) {
.footer-flex[data-v-546afd61] {
    padding: 28px 0 30px;
}
}
.footer-flex__top[data-v-546afd61] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 26px;
}
@media (max-width: 767px) {
.footer-flex__top[data-v-546afd61] {
    grid-template-columns: 1fr;
    gap: 20px;
}
}
.footer-flex__logo[data-v-546afd61] {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
}
.footer-flex__logo-image[data-v-546afd61] {
  display: block;
  width: 70px;
  height: auto;
}
.footer-flex__brand-meta[data-v-546afd61] {
  margin-top: 28px;
}
.footer-flex__status[data-v-546afd61],
.footer-flex__region[data-v-546afd61] {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}
.footer-flex__region[data-v-546afd61] {
  margin-top: 8px;
}
.footer-flex__status[data-v-546afd61] {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  white-space: pre-line;
}
.footer-flex__status-dot[data-v-546afd61] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecf68;
  flex: 0 0 auto;
  margin-top: 6px;
}
.footer-flex__title[data-v-546afd61] {
  margin: 0;
  font-family: var(--sans);
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
}
.footer-flex__title--nav[data-v-546afd61],
.footer-flex__title--docs[data-v-546afd61] {
  color: #8f78ff;
}
.footer-flex__title--contacts[data-v-546afd61] {
  color: #ff4d94;
}
.footer-flex__list[data-v-546afd61] {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-flex__link[data-v-546afd61] {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.footer-flex__link[data-v-546afd61]:hover {
  opacity: 0.92;
}
.footer-flex__contacts-list[data-v-546afd61] {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-flex__contact-btn[data-v-546afd61] {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 8px 14px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
}
.footer-flex__contact-btn[data-v-546afd61]:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.footer-flex__divider[data-v-546afd61] {
  margin: 36px 0 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
.footer-flex__divider[data-v-546afd61] {
    margin: 24px 0 18px;
}
}
.footer-flex__requisites-title[data-v-546afd61] {
  margin: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
}
.footer-flex__requisites-list[data-v-546afd61] {
  margin-top: 12px;
}
.footer-flex__requisites-item[data-v-546afd61] {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}
.footer-flex__requisites-item b[data-v-546afd61] {
  color: #fff;
  font-weight: 700;
}
.footer-flex__bottom[data-v-546afd61] {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
.footer-flex__bottom[data-v-546afd61] {
    margin-top: 22px;
    display: block;
}
}
.footer-flex__copyright[data-v-546afd61] {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.footer-flex__to-top[data-v-546afd61] {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
.footer-flex__to-top[data-v-546afd61] {
    margin-top: 12px;
    display: inline-flex;
}
}
.footer-flex__to-top[data-v-546afd61]:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
.footer-flex__title[data-v-546afd61] {
    font-size: 20px;
}
.footer-flex__list[data-v-546afd61] {
    margin-top: 10px;
    gap: 6px;
}
.footer-flex__link[data-v-546afd61],
  .footer-flex__contact-btn[data-v-546afd61] {
    font-size: 15px;
}
.footer-flex__requisites-title[data-v-546afd61] {
    font-size: 22px;
}
.footer-flex__requisites-item[data-v-546afd61] {
    font-size: 14px;
}
}.free-learn-banner[data-v-2f5fdbb5] {
  width: 100%;
  padding: 36px 0 72px;
}
@media (max-width: 767px) {
.free-learn-banner[data-v-2f5fdbb5] {
    padding: 20px 0 44px;
}
}.reviews-block[data-v-a19933f1] {
  position: relative;
  z-index: 0;
  margin-top: 112px;
  width: 100%;
  padding: 0 0 72px;
  overflow: hidden;
}
@media (max-width: 767px) {
.reviews-block[data-v-a19933f1] {
    margin-top: 72px;
    padding: 0 0 44px;
}
}
.reviews-block[data-v-a19933f1]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(1912px, 100% - 8px);
  height: 100%;
  border-radius: 32px;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 36px, rgba(255, 255, 255, 0.048) 36px, rgba(255, 255, 255, 0.048) 37px), repeating-linear-gradient(90deg, transparent 0, transparent 36px, rgba(255, 255, 255, 0.048) 36px, rgba(255, 255, 255, 0.048) 37px), #9078ff;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
.reviews-block[data-v-a19933f1]::before {
    border-radius: 22px;
}
}
.reviews-block > .landing__container[data-v-a19933f1] {
  position: relative;
  z-index: 1;
}
.reviews-block__frame[data-v-a19933f1] {
  padding: 100px 0;
}
@media (max-width: 767px) {
.reviews-block__frame[data-v-a19933f1] {
    padding: 25px 10px 0;
}
}
.reviews-block__head[data-v-a19933f1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
.reviews-block__head[data-v-a19933f1] {
    display: flex;
    justify-content: center;
}
}
.reviews-block__title[data-v-a19933f1] {
  color: #fff;
}
@media (max-width: 767px) {
.reviews-block__title[data-v-a19933f1] {
    max-width: 320px;
    white-space: normal;
}
}
.reviews-block__grid[data-v-a19933f1] {
  --side-circle-size: 176px;
  --side-stack-gap: 10px;
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas: "video-b video-b text-wide text-wide text-wide text-wide text-compact-a text-compact-a text-compact-a text-compact-a text-side text-side" "text-quote text-quote text-quote text-quote video-extra video-extra text-social-feature text-social-feature text-social-feature text-social-feature text-side text-side" "text-compact-b text-compact-b text-compact-b text-history-quick text-history-quick text-history-quick text-history-liza text-history-liza text-history-liza text-history-dasha text-history-dasha text-history-dasha";
  grid-template-rows: 198px auto auto;
  gap: 10px;
}
@media (max-width: 767px) {
.reviews-block__grid[data-v-a19933f1] {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "video-b video-b" "text-side text-side" "text-wide text-wide" "text-quote text-quote" "text-compact-a text-compact-b" "text-social-feature text-social-feature" "video-extra video-extra" "text-history-quick text-history-quick" "video-story-circle video-story-circle" "text-history-liza text-history-liza" "text-history-dasha text-history-dasha";
    grid-template-rows: 146px auto auto auto auto auto 438px auto auto auto auto;
    gap: 8px;
}
}
.reviews-block__card[data-v-a19933f1] {
  grid-area: var(--desktop-area);
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px;
  background: #f0eff5;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reviews-block__card[data-v-a19933f1]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(43, 22, 86, 0.2);
}
.reviews-block__card[data-v-a19933f1]:focus-visible {
  outline: 2px solid #c3b4ff;
  outline-offset: 2px;
}
.reviews-block__card--video[data-v-a19933f1],
.reviews-block__card--image[data-v-a19933f1] {
  padding: 0;
  overflow: hidden;
}
.reviews-block__card--text[data-v-a19933f1] {
  padding-top: 54px;
}
.reviews-block__card-top[data-v-a19933f1] {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.reviews-block__badges[data-v-a19933f1] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.reviews-block__badge[data-v-a19933f1] {
  min-height: 30px;
  border-radius: 8px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.reviews-block__badge--history[data-v-a19933f1] {
  background: linear-gradient(180deg, #ffb06c 0%, #ff8c52 100%);
}
.reviews-block__badge--russian[data-v-a19933f1] {
  background: linear-gradient(180deg, #bb95ff 0%, #8f83ff 100%);
}
.reviews-block__badge--math[data-v-a19933f1] {
  background: linear-gradient(180deg, #8eabff 0%, #6f8dff 100%);
}
.reviews-block__badge--social[data-v-a19933f1] {
  background: #fe7b9c;
}
.reviews-block__score[data-v-a19933f1] {
  min-height: 30px;
  border-radius: 8px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #625782 0%, #6f57c6 100%);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.reviews-block__score--max[data-v-a19933f1] {
  background: linear-gradient(180deg, #7b6ba9 0%, #8c72de 100%);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(168, 142, 255, 0.34), 0 12px 24px rgba(111, 87, 198, 0.36), 0 0 18px rgba(154, 131, 235, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -1px 0 rgba(63, 41, 133, 0.24);
}
.reviews-block__expand[data-v-a19933f1] {
  width: 31px;
  height: 31px;
  min-width: 31px;
  min-height: 31px;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: rgba(125, 102, 236, 0.95);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.reviews-block__media[data-v-a19933f1] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-block__media--video-preview[data-v-a19933f1] {
  filter: saturate(1.02) contrast(1.02);
}
.reviews-block__play[data-v-a19933f1] {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: #2c1b47;
  font-size: 14px;
  line-height: 1;
}
.reviews-block__video-author[data-v-a19933f1] {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  max-width: calc(100% - 62px);
  border-radius: 8px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #2d1f46;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.reviews-block__card--video .reviews-block__badge[data-v-a19933f1],
.reviews-block__card--video .reviews-block__score[data-v-a19933f1],
.reviews-block__card--video .reviews-block__video-author[data-v-a19933f1],
.reviews-block__card--video .reviews-block__play[data-v-a19933f1],
.reviews-block__card--video .reviews-block__expand[data-v-a19933f1],
.reviews-popup__media-shell--video .reviews-block__badge[data-v-a19933f1],
.reviews-popup__media-shell--video .reviews-block__score[data-v-a19933f1],
.reviews-popup__media-shell--video .reviews-popup__video-author[data-v-a19933f1] {
  opacity: 0.9;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.reviews-block__text-head[data-v-a19933f1] {
  min-height: 44px;
}
.reviews-block__text-head--empty[data-v-a19933f1] {
  min-height: 0;
}
.reviews-block__text-head--with-avatar[data-v-a19933f1] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.reviews-block__text-head--column[data-v-a19933f1] {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.reviews-block__avatar[data-v-a19933f1] {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
}
.reviews-block__text-head-main[data-v-a19933f1] {
  min-width: 0;
}
.reviews-block__author[data-v-a19933f1] {
  margin: 0;
  color: #2b1f44;
  font-family: var(--sans);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}
.reviews-block__excerpt[data-v-a19933f1] {
  margin: 12px 0 0;
  color: #4b4164;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews-block__read-more[data-v-a19933f1] {
  margin-top: 8px;
  display: inline-flex;
  color: #8f80ff;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.reviews-block__card--area-text-side .reviews-block__excerpt[data-v-a19933f1] {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.24;
  -webkit-line-clamp: 6;
}
.reviews-block__card--area-text-side.reviews-block__card--text[data-v-a19933f1] {
  align-self: start;
  height: calc(100% - var(--side-circle-size) - var(--side-stack-gap));
}
.reviews-block__card--area-text-side .reviews-block__author[data-v-a19933f1] {
  font-size: 32px;
}
.reviews-block__card--area-text-side .reviews-block__read-more[data-v-a19933f1] {
  font-size: 16px;
}
.reviews-block__card--area-video-extra[data-v-a19933f1] {
  align-self: stretch;
  height: 100%;
}
.reviews-block__card--area-video-story-circle[data-v-a19933f1] {
  grid-area: text-side;
  align-self: end;
  justify-self: center;
  z-index: 4;
  width: calc(100% - 18px);
  max-width: var(--side-circle-size);
  aspect-ratio: 1/1;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.reviews-block__card--area-video-story-circle[data-v-a19933f1]:hover {
  transform: none;
  box-shadow: none;
}
.reviews-block__card--area-video-story-circle .reviews-block__media--video-preview[data-v-a19933f1] {
  border-radius: 50%;
}
.reviews-block__card--area-text-wide .reviews-block__excerpt[data-v-a19933f1] {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.24;
  -webkit-line-clamp: 3;
}
.reviews-block__card--area-text-wide .reviews-block__author[data-v-a19933f1] {
  font-size: 36px;
}
.reviews-block__card--area-text-wide .reviews-block__read-more[data-v-a19933f1] {
  font-size: 16px;
}
.reviews-block__card--area-text-quote .reviews-block__excerpt[data-v-a19933f1] {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.24;
  -webkit-line-clamp: 6;
}
.reviews-block__card--area-text-quote .reviews-block__author[data-v-a19933f1] {
  font-size: 38px;
}
.reviews-block__card--area-text-compact-a[data-v-a19933f1],
.reviews-block__card--area-text-compact-b[data-v-a19933f1],
.reviews-block__card--area-text-history-quick[data-v-a19933f1],
.reviews-block__card--area-text-social-feature[data-v-a19933f1],
.reviews-block__card--area-text-history-liza[data-v-a19933f1],
.reviews-block__card--area-text-history-dasha[data-v-a19933f1] {
  padding-top: 64px;
}
.reviews-block__card--area-text-compact-a .reviews-block__author[data-v-a19933f1],
.reviews-block__card--area-text-compact-b .reviews-block__author[data-v-a19933f1],
.reviews-block__card--area-text-history-quick .reviews-block__author[data-v-a19933f1] {
  font-size: 28px;
}
.reviews-block__card--area-text-social-feature .reviews-block__author[data-v-a19933f1],
.reviews-block__card--area-text-history-liza .reviews-block__author[data-v-a19933f1],
.reviews-block__card--area-text-history-dasha .reviews-block__author[data-v-a19933f1] {
  font-size: 32px;
}
.reviews-block__card--area-text-compact-a .reviews-block__excerpt[data-v-a19933f1],
.reviews-block__card--area-text-compact-b .reviews-block__excerpt[data-v-a19933f1],
.reviews-block__card--area-text-history-quick .reviews-block__excerpt[data-v-a19933f1] {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.24;
  -webkit-line-clamp: 3;
}
.reviews-block__card--area-text-social-feature .reviews-block__excerpt[data-v-a19933f1],
.reviews-block__card--area-text-history-liza .reviews-block__excerpt[data-v-a19933f1],
.reviews-block__card--area-text-history-dasha .reviews-block__excerpt[data-v-a19933f1] {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.25;
}
.reviews-block__card--area-text-social-feature .reviews-block__excerpt[data-v-a19933f1] {
  -webkit-line-clamp: 5;
}
.reviews-block__card--area-text-history-liza .reviews-block__excerpt[data-v-a19933f1],
.reviews-block__card--area-text-history-dasha .reviews-block__excerpt[data-v-a19933f1] {
  -webkit-line-clamp: 5;
}
.reviews-block__card--area-text-compact-a .reviews-block__read-more[data-v-a19933f1],
.reviews-block__card--area-text-compact-b .reviews-block__read-more[data-v-a19933f1],
.reviews-block__card--area-text-history-quick .reviews-block__read-more[data-v-a19933f1],
.reviews-block__card--area-text-social-feature .reviews-block__read-more[data-v-a19933f1],
.reviews-block__card--area-text-history-liza .reviews-block__read-more[data-v-a19933f1],
.reviews-block__card--area-text-history-dasha .reviews-block__read-more[data-v-a19933f1] {
  font-size: 16px;
}
.reviews-popup[data-v-a19933f1] {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(11, 8, 20, 0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  overflow: hidden;
  overscroll-behavior: none;
}
.reviews-popup__dialog[data-v-a19933f1] {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 60px);
  margin-right: 10px;
}
.reviews-popup__dialog--circle-video[data-v-a19933f1] {
  width: min(520px, 100%);
}
.reviews-popup__close[data-v-a19933f1] {
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #2d1d46;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.reviews-popup__frame[data-v-a19933f1] {
  border: 2px solid #d7ccff;
  border-radius: 18px;
  background: #fbfaff;
  padding: 14px;
  box-shadow: 0 18px 42px rgba(25, 16, 45, 0.32);
  overflow: hidden;
}
.reviews-popup__scroll[data-v-a19933f1] {
  --reviews-popup-scroll-pad-end: 14px;
  max-height: calc(100vh - 92px);
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding-right: var(--reviews-popup-scroll-pad-end);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 190, 245, 0.75) transparent;
}
.reviews-popup__scroll[data-v-a19933f1]::-webkit-scrollbar {
  width: 10px;
}
.reviews-popup__scroll[data-v-a19933f1]::-webkit-scrollbar-track {
  background: transparent;
}
.reviews-popup__scroll[data-v-a19933f1]::-webkit-scrollbar-thumb {
  background-color: rgba(198, 188, 238, 0.55);
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.reviews-popup__scroll[data-v-a19933f1]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(175, 160, 225, 0.72);
  background-clip: content-box;
}
.reviews-popup__video[data-v-a19933f1],
.reviews-popup__image[data-v-a19933f1] {
  display: block;
  width: 100%;
  max-height: min(78vh, 760px);
  border-radius: 12px;
  object-fit: contain;
  background: #1c122d;
}
.reviews-popup__video--circle[data-v-a19933f1] {
  width: min(420px, 100%);
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.reviews-popup__sound-toggle[data-v-a19933f1] {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  z-index: 6;
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 29, 70, 0.92);
  color: #fff;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
.reviews-popup__media-shell[data-v-a19933f1] {
  position: relative;
}
.reviews-popup__video-author[data-v-a19933f1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  max-width: min(320px, 42vw);
  min-height: 24px;
  border-radius: 7px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #2d1f46;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.reviews-popup__text[data-v-a19933f1] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.reviews-popup__author-wrap[data-v-a19933f1] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.reviews-popup__author-main[data-v-a19933f1] {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-popup__meta[data-v-a19933f1] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.reviews-popup__meta--overlay[data-v-a19933f1] {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 4;
}
.reviews-popup__avatar[data-v-a19933f1] {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  object-fit: cover;
}
.reviews-popup__author[data-v-a19933f1] {
  margin: 0;
  color: #2d1f46;
  font-family: var(--sans);
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}
.reviews-popup__badge[data-v-a19933f1] {
  min-height: 24px;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  flex: 0 0 auto;
}
.reviews-popup__score[data-v-a19933f1] {
  min-height: 24px;
  border-radius: 7px;
  padding: 5px 8px;
  font-size: 12px;
  flex: 0 0 auto;
}
.reviews-popup__full-text[data-v-a19933f1] {
  margin: 0;
  color: #3f355a;
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
  white-space: pre-line;
}
.reviews-popup__full-text-image[data-v-a19933f1] {
  display: block;
  width: 100%;
  max-height: min(56vh, 520px);
  border-radius: 12px;
  object-fit: contain;
  background: #f0ecff;
}
@media (max-width: 767px) {
.reviews-block__card[data-v-a19933f1] {
    grid-area: var(--mobile-area);
    border-radius: 12px;
    padding: 10px;
}
.reviews-block__card--mobile-hidden[data-v-a19933f1] {
    display: none;
}
.reviews-block__card--video[data-v-a19933f1],
  .reviews-block__card--image[data-v-a19933f1] {
    padding: 0;
}
.reviews-block__card--text[data-v-a19933f1] {
    padding-top: 48px;
}
.reviews-block__card-top[data-v-a19933f1] {
    top: 7px;
    left: 7px;
    right: 7px;
}
.reviews-block__badge[data-v-a19933f1] {
    min-height: 24px;
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 11px;
}
.reviews-block__score[data-v-a19933f1] {
    min-height: 24px;
    border-radius: 7px;
    padding: 5px 8px;
    font-size: 11px;
}
.reviews-block__expand[data-v-a19933f1] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    font-size: 14px;
}
.reviews-block__play[data-v-a19933f1] {
    width: 22px;
    height: 22px;
    right: 8px;
    bottom: 8px;
    font-size: 10px;
}
.reviews-block__video-author[data-v-a19933f1] {
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 44px);
    border-radius: 7px;
    padding: 4px 8px;
    font-size: 13px;
}
.reviews-block__avatar[data-v-a19933f1] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.reviews-block__author[data-v-a19933f1] {
    font-size: 36px;
}
.reviews-block__excerpt[data-v-a19933f1] {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.22;
    -webkit-line-clamp: 6;
}
.reviews-block__read-more[data-v-a19933f1] {
    font-size: 14px;
}
.reviews-block__card--area-text-side .reviews-block__author[data-v-a19933f1] {
    font-size: 28px;
}
.reviews-block__card--area-text-side .reviews-block__excerpt[data-v-a19933f1] {
    font-size: 14px;
    line-height: 1.22;
    -webkit-line-clamp: 5;
}
.reviews-block__card--area-text-side .reviews-block__read-more[data-v-a19933f1] {
    font-size: 14px;
}
.reviews-block__card--area-text-side.reviews-block__card--text[data-v-a19933f1] {
    height: auto;
}
.reviews-block__card--area-video-extra[data-v-a19933f1] {
    height: 438px;
}
.reviews-block__card--area-video-story-circle[data-v-a19933f1] {
    grid-area: var(--mobile-area);
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 430px;
    height: auto;
}
.reviews-block__card--area-video-story-circle .reviews-block__card-top[data-v-a19933f1] {
    top: 12px;
    left: 50%;
    right: auto;
    width: min(300px, 100% - 88px);
    transform: translateX(-50%);
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.reviews-block__card--area-video-story-circle .reviews-block__badges[data-v-a19933f1] {
    justify-content: center;
    flex-direction: row;
}
.reviews-block__card--area-video-story-circle .reviews-block__play[data-v-a19933f1] {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
}
.reviews-block__card--area-video-story-circle .reviews-block__video-author[data-v-a19933f1] {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    max-width: min(250px, 100% - 84px);
    justify-content: center;
    text-align: center;
}
.reviews-block__card--area-text-compact-a[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b[data-v-a19933f1],
  .reviews-block__card--area-text-history-quick[data-v-a19933f1],
  .reviews-block__card--area-text-social-feature[data-v-a19933f1],
  .reviews-block__card--area-text-history-liza[data-v-a19933f1],
  .reviews-block__card--area-text-history-dasha[data-v-a19933f1] {
    padding-top: 58px;
}
.reviews-block__card--area-text-compact-a[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b[data-v-a19933f1] {
    padding-top: 64px;
}
.reviews-block__card--area-text-compact-a .reviews-block__author[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b .reviews-block__author[data-v-a19933f1],
  .reviews-block__card--area-text-history-quick .reviews-block__author[data-v-a19933f1] {
    font-size: 22px;
}
.reviews-block__card--area-text-wide .reviews-block__author[data-v-a19933f1],
  .reviews-block__card--area-text-social-feature .reviews-block__author[data-v-a19933f1],
  .reviews-block__card--area-text-history-liza .reviews-block__author[data-v-a19933f1],
  .reviews-block__card--area-text-history-dasha .reviews-block__author[data-v-a19933f1] {
    font-size: 26px;
}
.reviews-block__card--area-text-quote .reviews-block__author[data-v-a19933f1] {
    font-size: 30px;
}
.reviews-block__card--area-text-wide .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-compact-a .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-history-quick .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-social-feature .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-history-liza .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-history-dasha .reviews-block__excerpt[data-v-a19933f1] {
    font-size: 14px;
    line-height: 1.22;
}
.reviews-block__card--area-text-wide .reviews-block__excerpt[data-v-a19933f1] {
    -webkit-line-clamp: 4;
}
.reviews-block__card--area-text-quote .reviews-block__excerpt[data-v-a19933f1] {
    font-size: 14px;
    line-height: 1.22;
    -webkit-line-clamp: 5;
}
.reviews-block__card--area-text-social-feature .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-history-liza .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-history-dasha .reviews-block__excerpt[data-v-a19933f1] {
    -webkit-line-clamp: 5;
}
.reviews-block__card--area-text-compact-a .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-history-quick .reviews-block__excerpt[data-v-a19933f1] {
    -webkit-line-clamp: 3;
}
.reviews-block__card--area-text-compact-a .reviews-block__text-head[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b .reviews-block__text-head[data-v-a19933f1] {
    min-height: 28px;
}
.reviews-block__card--area-text-compact-a .reviews-block__excerpt[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b .reviews-block__excerpt[data-v-a19933f1] {
    margin-top: 4px;
}
.reviews-block__card--area-text-compact-a .reviews-block__read-more[data-v-a19933f1],
  .reviews-block__card--area-text-compact-b .reviews-block__read-more[data-v-a19933f1],
  .reviews-block__card--area-text-history-quick .reviews-block__read-more[data-v-a19933f1],
  .reviews-block__card--area-text-social-feature .reviews-block__read-more[data-v-a19933f1],
  .reviews-block__card--area-text-history-liza .reviews-block__read-more[data-v-a19933f1],
  .reviews-block__card--area-text-history-dasha .reviews-block__read-more[data-v-a19933f1] {
    font-size: 14px;
}
.reviews-popup[data-v-a19933f1] {
    padding: 30px 12px;
}
.reviews-popup__dialog[data-v-a19933f1] {
    width: 100%;
    margin-right: 6px;
}
.reviews-popup__close[data-v-a19933f1] {
    right: -2px;
    top: -2px;
    width: 32px;
    height: 32px;
    font-size: 24px;
}
.reviews-popup__frame[data-v-a19933f1] {
    border-radius: 14px;
    padding: 10px;
}
.reviews-popup__scroll[data-v-a19933f1] {
    --reviews-popup-scroll-pad-end: 12px;
    max-height: calc(100vh - 84px);
}
.reviews-popup__video[data-v-a19933f1],
  .reviews-popup__image[data-v-a19933f1] {
    max-height: 70vh;
    border-radius: 10px;
}
.reviews-popup__meta--overlay[data-v-a19933f1] {
    left: 8px;
    top: 8px;
}
.reviews-popup__video-author[data-v-a19933f1] {
    max-width: min(260px, 58vw);
    border-radius: 7px;
    padding: 4px 8px;
    font-size: 13px;
}
.reviews-popup__author[data-v-a19933f1] {
    font-size: 24px;
}
.reviews-popup__badge[data-v-a19933f1] {
    min-height: 22px;
    padding: 4px 8px;
    font-size: 11px;
}
.reviews-popup__score[data-v-a19933f1] {
    min-height: 22px;
    padding: 4px 7px;
    font-size: 11px;
}
.reviews-popup__avatar[data-v-a19933f1] {
    width: 50px;
    height: 50px;
}
.reviews-popup__full-text[data-v-a19933f1] {
    font-size: 16px;
    line-height: 1.3;
}
.reviews-popup__full-text-image[data-v-a19933f1] {
    border-radius: 10px;
    max-height: 44vh;
}
}.shop-product[data-v-e5299535] {
  width: 100%;
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shop-product__visual[data-v-e5299535] {
  position: relative;
  height: 212px;
  border-radius: 10px;
  overflow: hidden;
  background: #ddd8eb;
}
.shop-product__annual[data-v-e5299535] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  min-height: 46px;
  border-radius: 0 10px 0 8px;
  padding: 12px 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5ad149 0%, #42b837 100%);
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: none;
  font-family: "Unbounded", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 20px rgba(32, 23, 52, 0.2);
}
.shop-product__annual--marathon[data-v-e5299535] {
  background: linear-gradient(189deg, rgb(250, 87, 0) 0%, rgb(214, 21, 12) 100%);
}
.shop-product__annual--intensive[data-v-e5299535] {
  background: linear-gradient(180deg, #5ad149 0%, #42b837 100%);
}
.shop-product__image[data-v-e5299535] {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}
.shop-product__meta[data-v-e5299535] {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  overflow: hidden;
}
.shop-product__level[data-v-e5299535] {
  min-height: 32px;
  border-radius: 9px;
  padding: 0 14px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2d1d46;
  color: #fff;
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
  text-align: center;
}
.shop-product__level--pro[data-v-e5299535] {
  background: linear-gradient(90deg, var(--btn-bg-gradient-start), var(--btn-bg-gradient-end));
  background-size: 180% 180%;
  background-position: 0% 50%;
  box-shadow: 0 10px 24px rgba(118, 87, 255, 0.24);
  animation: shop-product-gradient-flow-e5299535 2.2s ease-in-out infinite;
}
@keyframes shop-product-gradient-flow-e5299535 {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.shop-product__meta-item[data-v-e5299535] {
  min-height: 32px;
  border-radius: 9px;
  padding: 0 9px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  color: #40345b;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  flex: 0 0 auto;
  text-align: center;
}
.shop-product__meta-icon[data-v-e5299535] {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  display: inline-block;
  color: #2f2249;
}
.shop-product__meta-emoji[data-v-e5299535] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  font-size: 14px;
}
.shop-product__meta-icon--book[data-v-e5299535] {
  border: 1.5px solid currentcolor;
  border-radius: 3px;
}
.shop-product__meta-icon--book[data-v-e5299535]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  bottom: 1px;
  width: 1.5px;
  background: currentcolor;
  transform: translateX(-0.75px);
}
.shop-product__meta-icon--calendar[data-v-e5299535] {
  border: 1.5px solid currentcolor;
  border-radius: 3px;
}
.shop-product__meta-icon--calendar[data-v-e5299535]::before,
.shop-product__meta-icon--calendar[data-v-e5299535]::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 3px;
  top: -2px;
  background: currentcolor;
  border-radius: 2px;
}
.shop-product__meta-icon--calendar[data-v-e5299535]::before {
  left: 3px;
}
.shop-product__meta-icon--calendar[data-v-e5299535]::after {
  right: 3px;
}
.shop-product__title[data-v-e5299535] {
  margin: 18px 0 0;
  color: #2b1d45;
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
}
.shop-product__tags[data-v-e5299535] {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: auto;
}
.shop-product__tag[data-v-e5299535] {
  min-height: 30px;
  border-radius: 8px;
  padding: 6px 12px;
  box-sizing: border-box;
  background: #e7e2f3;
  color: #4b4164;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.shop-product__price[data-v-e5299535] {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.shop-product__price-main[data-v-e5299535] {
  color: #2d1f46;
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}
.shop-product__price-year[data-v-e5299535] {
  margin-bottom: 3px;
  color: #564d67;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.shop-product__cta[data-v-e5299535] {
  margin-top: 14px;
  --btn-height: 48px;
  --btn-padding-x: 24px;
  --btn-radius: 10px;
  --btn-font-size: 16px;
  --btn-line-height: 1;
  --btn-font-weight: 700;
  height: 48px;
  min-height: 48px;
}
@media (max-width: 767px) {
.shop-product[data-v-e5299535] {
    border-radius: 14px;
    padding: 20px;
}
.shop-product__visual[data-v-e5299535] {
    height: 192px;
    border-radius: 10px;
}
.shop-product__annual[data-v-e5299535] {
    min-height: 42px;
    border-radius: 0 10px 0 8px;
    padding: 12px 28px;
    font-size: 16px;
}
.shop-product__meta[data-v-e5299535] {
    margin-top: 8px;
    gap: 6px;
}
.shop-product__level[data-v-e5299535] {
    min-height: 30px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 20px;
}
.shop-product__meta-item[data-v-e5299535] {
    min-height: 30px;
    border-radius: 8px;
    padding: 0 8px;
    gap: 6px;
    font-size: 14px;
}
.shop-product__meta-icon[data-v-e5299535] {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
}
.shop-product__title[data-v-e5299535] {
    margin-top: 12px;
    font-size: 24px;
}
.shop-product__tags[data-v-e5299535] {
    margin-top: 8px;
    gap: 6px;
}
.shop-product__tag[data-v-e5299535] {
    min-height: 30px;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 14px;
}
.shop-product__price[data-v-e5299535] {
    margin-top: 40px;
    gap: 8px;
}
.shop-product__price-main[data-v-e5299535] {
    font-size: 24px;
}
.shop-product__price-year[data-v-e5299535] {
    font-size: 16px;
    margin-bottom: 1px;
}
.shop-product__cta[data-v-e5299535] {
    margin-top: 12px;
    --btn-padding-x: 20px;
    height: 48px;
    min-height: 48px;
}
}.shop-block[data-v-61159ae5] {
  margin-top: 112px;
  width: 100%;
  padding: 0 0 56px;
}
.shop-block__head[data-v-61159ae5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.shop-block__title[data-v-61159ae5] {
  color: #291d3f;
}
.shop-block__market-btn[data-v-61159ae5] {
  --btn-height: 56px;
  --btn-padding-x: 32px;
  --btn-radius: 10px;
  --btn-font-size: 20px;
  --btn-line-height: 24px;
  --btn-font-weight: 700;
  --btn-shadow: none;
  width: 365px;
  min-width: 365px;
}
.shop-block__swiper[data-v-61159ae5] {
  display: block;
  margin-top: 26px;
  padding: 8px 0 8px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
.shop-block__slider-shell[data-v-61159ae5] {
  --apple-glass-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3CradialGradient id='g' cx='28%25' cy='18%25' r='74%25'%3E%3Cstop offset='0' stop-color='white' stop-opacity='1'/%3E%3Cstop offset='0.46' stop-color='white' stop-opacity='0.66'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23g)'/%3E%3C/svg%3E");
  display: block;
  margin-top: 0;
  position: relative;
  overflow: visible;
}
.shop-block__slider-shell[data-v-61159ae5]::before,
.shop-block__slider-shell[data-v-61159ae5]::after {
  content: "";
  display: none;
}
.shop-block__nav-icon[data-v-61159ae5] {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.shop-block__slide[data-v-61159ae5] {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.shop-block__slide-inner[data-v-61159ae5] {
  height: 100%;
  border-radius: 14px;
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.88s ease, filter 0.88s ease;
  transform-origin: center center;
  will-change: transform;
  position: relative;
  overflow: hidden;
}
.shop-block__slide-inner[data-v-61159ae5]::before,
.shop-block__slide-inner[data-v-61159ae5]::after {
  opacity: 0;
  transition: opacity 0.88s ease;
}
.shop-block__swiper[data-v-61159ae5] .swiper {
  overflow: visible;
}
.shop-block__swiper[data-v-61159ae5] .swiper-wrapper {
  align-items: stretch;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.shop-block__swiper[data-v-61159ae5] .shop-product {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 0.7, 0.2, 1), opacity 0.45s ease;
  transform-origin: center center;
}
@media (min-width: 1025px) {
.shop-block__swiper[data-v-61159ae5] {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    margin-left: -35px;
    margin-right: -35px;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide.swiper-slide-fully-visible.swiper-slide-prev {
    margin-left: 35px !important;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide.swiper-slide-fully-visible.swiper-slide-next {
    margin-right: 35px !important;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide.swiper-slide-visible.swiper-slide-next.shop-block__slide {
    margin-right: 45px !important;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide.swiper-slide-visible:last-child {
    margin-right: 50px !important;
}
.shop-block__slider-shell[data-v-61159ae5]::before,
  .shop-block__slider-shell[data-v-61159ae5]::after {
    display: none;
}
.shop-block__nav-btn[data-v-61159ae5] {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    outline: 1px solid rgba(159, 124, 255, 0.28);
    outline-offset: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.29);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #9f7cff;
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    transform: translateY(-50%);
    box-shadow: 0 10px 20px rgba(43, 29, 69, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 0 rgba(255, 255, 255, 0);
    cursor: pointer;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    overflow: hidden;
    isolation: isolate;
    appearance: none;
    -webkit-appearance: none;
}
.shop-block__nav-btn[data-v-61159ae5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 42%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: var(--apple-glass-mask);
    mask-image: var(--apple-glass-mask);
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
    z-index: 0;
}
.shop-block__nav-btn[data-v-61159ae5]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(65% 48% at 25% 12%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 72%), radial-gradient(52% 58% at 86% 88%, rgba(159, 124, 255, 0.22), rgba(159, 124, 255, 0) 72%);
    opacity: 0.92;
    pointer-events: none;
    z-index: 0;
}
.shop-block__nav-btn--prev[data-v-61159ae5] {
    left: -39px;
    padding-left: 1px;
}
.shop-block__nav-btn--next[data-v-61159ae5] {
    right: -39px;
    padding-right: 1px;
}
.shop-block__slider-shell--flash-prev .shop-block__nav-btn--prev[data-v-61159ae5] {
    background: rgba(255, 255, 255, 0.34);
    outline-color: rgba(159, 124, 255, 0.42);
    box-shadow: 0 12px 26px rgba(43, 29, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(159, 124, 255, 0.18);
}
.shop-block__slider-shell--flash-next .shop-block__nav-btn--next[data-v-61159ae5] {
    background: rgba(255, 255, 255, 0.34);
    outline-color: rgba(159, 124, 255, 0.42);
    box-shadow: 0 12px 26px rgba(43, 29, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(159, 124, 255, 0.18);
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .shop-product {
    position: relative;
    z-index: 1;
    opacity: 0.6;
    transform: scale(0.9);
    transform-origin: center center;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .shop-block__slide-inner::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 10px;
    right: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
    pointer-events: none;
    z-index: 3;
    opacity: 1;
}
.shop-block__swiper[data-v-61159ae5] .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .shop-block__slide-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0.03) 100%), radial-gradient(64% 48% at 22% 10%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 72%), radial-gradient(54% 62% at 86% 88%, rgba(159, 124, 255, 0.14), rgba(159, 124, 255, 0) 72%), rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.48), inset 0 -1px 0 rgba(255, 255, 255, 0.12), inset 0 0 10px 5px rgba(255, 255, 255, 0.32);
    pointer-events: none;
    z-index: 2;
    opacity: 1;
}
}
@media (max-width: 767px) {
.shop-block[data-v-61159ae5] {
    margin-top: 42px;
    padding: 0;
    margin-bottom: -10px;
}
.shop-block__head[data-v-61159ae5] {
    display: block;
}
.shop-block__market-btn[data-v-61159ae5] {
    display: none;
}
.shop-block__slider-shell[data-v-61159ae5]::before,
  .shop-block__slider-shell[data-v-61159ae5]::after {
    content: none;
    display: none;
}
.shop-block__nav-btn[data-v-61159ae5] {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.72);
    outline: 1px solid rgba(159, 124, 255, 0.28);
    outline-offset: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.29);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #9f7cff;
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    transform: translateY(-50%);
    transform-origin: center;
    box-shadow: 0 10px 20px rgba(43, 29, 69, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 0 rgba(255, 255, 255, 0);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    overflow: hidden;
    isolation: isolate;
}
.shop-block__nav-btn[data-v-61159ae5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 42%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: var(--apple-glass-mask);
    mask-image: var(--apple-glass-mask);
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
    z-index: 0;
}
.shop-block__nav-btn[data-v-61159ae5]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(65% 48% at 25% 12%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 72%), radial-gradient(52% 58% at 86% 88%, rgba(159, 124, 255, 0.22), rgba(159, 124, 255, 0) 72%);
    opacity: 0.92;
    pointer-events: none;
    z-index: 0;
}
.shop-block__nav-btn--prev[data-v-61159ae5] {
    left: calc(50% - 50vw + 1px);
    padding-left: 1px;
}
.shop-block__nav-btn--next[data-v-61159ae5] {
    right: calc(50% - 50vw + 1px);
    padding-right: 1px;
}
.shop-block__slider-shell--flash-prev .shop-block__nav-btn--prev[data-v-61159ae5] {
    background: rgba(255, 255, 255, 0.34);
    outline-color: rgba(159, 124, 255, 0.42);
    box-shadow: 0 12px 26px rgba(43, 29, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(159, 124, 255, 0.18);
    transform: translateY(-50%);
}
.shop-block__slider-shell--flash-next .shop-block__nav-btn--next[data-v-61159ae5] {
    background: rgba(255, 255, 255, 0.34);
    outline-color: rgba(159, 124, 255, 0.42);
    box-shadow: 0 12px 26px rgba(43, 29, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(159, 124, 255, 0.18);
    transform: translateY(-50%);
}
.shop-block__swiper[data-v-61159ae5] {
    margin-top: 10px;
    padding: 4px 12px;
}
}
@keyframes shop-swipe-hint-fade-61159ae5 {
0%, 100% {
    opacity: 0.34;
}
50% {
    opacity: 0.58;
}
}.teachers-element[data-v-1944a8b5] {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 28px;
}
@media (max-width: 767px) {
.teachers-element[data-v-1944a8b5] {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
}
}
.teachers-element[data-v-1944a8b5]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: #f5f5f8;
  z-index: 0;
}
@media (max-width: 767px) {
.teachers-element[data-v-1944a8b5]::before {
    border-radius: 22px;
}
}
.teachers-element__content[data-v-1944a8b5] {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 360px);
  padding: 36px 36px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
.teachers-element__content[data-v-1944a8b5] {
    order: 2;
    position: static;
    max-width: none;
    padding: 14px 14px 16px;
}
}
.teachers-element__head[data-v-1944a8b5] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
.teachers-element__head[data-v-1944a8b5] {
    display: block;
    order: 1;
    min-height: 0;
}
}
.teachers-element__name[data-v-1944a8b5] {
  margin: 0;
  font-family: var(--sans);
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #2b1d45;
}
@media (max-width: 767px) {
.teachers-element__name[data-v-1944a8b5] {
    margin-top: 2px;
    font-size: 24px;
    line-height: 1.05;
}
}
.teachers-element__tags[data-v-1944a8b5] {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
.teachers-element__tags[data-v-1944a8b5] {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 7;
    gap: 6px;
}
}
.teachers-element__tag[data-v-1944a8b5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 8px;
  padding: 5px 12px;
  box-sizing: border-box;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 767px) {
.teachers-element__tag[data-v-1944a8b5] {
    font-size: 11px;
    min-height: 28px;
    border-radius: 6px;
    padding: 4px 10px;
}
}
.teachers-element__tag--accent[data-v-1944a8b5] {
  background: #b47af8;
}
.teachers-element__tag--dark[data-v-1944a8b5] {
  background: #2d1d46;
}
.teachers-element__tag--social[data-v-1944a8b5] {
  background: #ff7ea9;
}
.teachers-element__tag--history[data-v-1944a8b5] {
  background: #ffa050;
}
.teachers-element__tag--math[data-v-1944a8b5] {
  background: #47ba6a;
}
.teachers-element__tag--pro-math[data-v-1944a8b5] {
  background: #7387ff;
}
.teachers-element__stats[data-v-1944a8b5] {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 767px) {
.teachers-element__stats[data-v-1944a8b5] {
    display: none;
}
}
@media (max-width: 767px) {
.teachers-element__stat[data-v-1944a8b5]:nth-child(1) {
    grid-area: stat-first;
}
.teachers-element__stat[data-v-1944a8b5]:nth-child(2) {
    grid-area: stat-second;
}
.teachers-element__stat[data-v-1944a8b5]:nth-child(3) {
    grid-area: stat-third;
}
}
.teachers-element__stat[data-v-1944a8b5] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
.teachers-element__stat[data-v-1944a8b5] {
    display: block;
    gap: 0;
}
}
.teachers-element__stat-icon[data-v-1944a8b5] {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
.teachers-element__stat-icon[data-v-1944a8b5] {
    display: none;
}
}
.teachers-element__stat-value[data-v-1944a8b5],
.teachers-element__stat-label[data-v-1944a8b5] {
  margin: 0;
  font-family: var(--sans);
  color: #3a3151;
}
.teachers-element__stat-value[data-v-1944a8b5] {
  font-size: 40px;
  line-height: 0.95;
  font-weight: 800;
}
@media (max-width: 767px) {
.teachers-element__stat-value[data-v-1944a8b5] {
    font-size: 20px;
    line-height: 1;
}
}
.teachers-element__stat-label[data-v-1944a8b5] {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
}
@media (max-width: 767px) {
.teachers-element__stat-label[data-v-1944a8b5] {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.08;
}
}
.teachers-element__divider[data-v-1944a8b5] {
  margin: 24px 0;
  height: 1px;
  background: #ddd9ea;
}
@media (max-width: 767px) {
.teachers-element__divider[data-v-1944a8b5] {
    display: none;
}
}
.teachers-element__about p[data-v-1944a8b5] {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #4b425e;
}
@media (max-width: 767px) {
.teachers-element__about p[data-v-1944a8b5] {
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.22;
}
}
.teachers-element__about p[data-v-1944a8b5]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #cfbbff 0%, #a884ff 45%, #7a57ec 100%);
  box-shadow: 0 0 0 3px rgba(122, 87, 236, 0.12);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
.teachers-element__about p[data-v-1944a8b5]::before {
    width: 7px;
    height: 7px;
}
}
.teachers-element__about p[data-v-1944a8b5]:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
.teachers-element__about[data-v-1944a8b5] {
    order: 5;
    margin-top: 12px;
}
}
.teachers-element__footer[data-v-1944a8b5] {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 18px;
}
@media (max-width: 767px) {
.teachers-element__footer[data-v-1944a8b5] {
    display: contents;
    padding-top: 0;
    gap: 0;
}
}
.teachers-element__cta[data-v-1944a8b5] {
  --btn-height: 50px;
  --btn-padding-x: 28px;
  --btn-radius: 10px;
  --btn-font-family: var(--sans);
  --btn-font-size: 16px;
  --btn-font-weight: 700;
  --btn-line-height: 20px;
  --btn-shadow: none;
}
@media (max-width: 767px) {
.teachers-element__cta[data-v-1944a8b5] {
    order: 6;
    width: 100%;
    margin-top: 14px;
    --btn-height: 44px;
    --btn-padding-x: 14px;
    --btn-font-size: 16px;
}
}
.teachers-element__channels[data-v-1944a8b5] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
.teachers-element__channels[data-v-1944a8b5] {
    order: 2;
    margin-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd9ea;
    gap: 8px;
    align-items: center;
    align-content: center;
    width: 100%;
}
}
.teachers-element__channels-title[data-v-1944a8b5] {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #4a415d;
}
@media (max-width: 767px) {
.teachers-element__channels-title[data-v-1944a8b5] {
    font-size: 14px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 2px 0;
}
}
.teachers-element__channels-list[data-v-1944a8b5] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}
@media (max-width: 767px) {
.teachers-element__channels-list[data-v-1944a8b5] {
    gap: 6px;
    align-items: center;
    align-content: center;
}
}
.teachers-element__channel-pill[data-v-1944a8b5] {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 1px solid #908a9e;
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  color: #4a415d;
  background: #f8f8fb;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
}
@media (max-width: 767px) {
.teachers-element__channel-pill[data-v-1944a8b5] {
    min-height: 32px;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
}
}
.teachers-element__channel-pill[data-v-1944a8b5]:hover {
  transform: translateY(-1px);
}
.teachers-element__channel-pill[data-v-1944a8b5]:focus-visible {
  transform: translateY(-1px);
  outline: none;
}
.teachers-element__channel-pill--vk[data-v-1944a8b5]:hover,
.teachers-element__channel-pill--vk[data-v-1944a8b5]:focus-visible {
  background: #2787f5;
  border-color: #2787f5;
  color: #fff;
  box-shadow: 0 8px 16px rgba(39, 135, 245, 0.35);
}
.teachers-element__channel-pill--tg[data-v-1944a8b5]:hover,
.teachers-element__channel-pill--tg[data-v-1944a8b5]:focus-visible {
  background: #2aabee;
  border-color: #2aabee;
  color: #fff;
  box-shadow: 0 8px 16px rgba(42, 171, 238, 0.35);
}
.teachers-element__channel-pill--tiktok[data-v-1944a8b5]:hover,
.teachers-element__channel-pill--tiktok[data-v-1944a8b5]:focus-visible {
  background: linear-gradient(90deg, #25f4ee 0%, #fe2c55 100%);
  border-color: #fe2c55;
  color: #fff;
  box-shadow: 0 8px 16px rgba(254, 44, 85, 0.3);
}
.teachers-element__media[data-v-1944a8b5] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: -30px;
  width: min(44%, 551px);
  max-width: 551px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 767px) {
.teachers-element__media[data-v-1944a8b5] {
    order: 1;
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/0.88;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    z-index: 1;
}
}
.teachers-element__photo[data-v-1944a8b5] {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
  border-bottom-right-radius: 28px;
}
@media (max-width: 767px) {
.teachers-element__photo[data-v-1944a8b5] {
    width: 90%;
    height: 90%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    border-bottom-right-radius: 0;
}
}
.teachers-element__stat-badges[data-v-1944a8b5] {
  display: none;
}
@media (max-width: 767px) {
.teachers-element__stat-badges[data-v-1944a8b5] {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}
}
.teachers-element__stat-badge[data-v-1944a8b5] {
  min-height: 30px;
  border-radius: 8px;
  padding: 6px 8px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.58);
  color: #4b4164;
  font-family: var(--sans);
  line-height: 1;
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 24px rgba(56, 46, 88, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 -1px 0 rgba(255, 255, 255, 0.22), inset 0 0 14px 7px rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  will-change: backdrop-filter, -webkit-backdrop-filter;
}
.teachers-element__stat-badge strong[data-v-1944a8b5] {
  font-size: 14px;
  font-weight: 800;
}
.teachers-element__stat-badge span[data-v-1944a8b5] {
  font-size: 11px;
  font-weight: 600;
}
.teachers-element__stat-badge[data-v-1944a8b5]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
}
.teachers-element__stat-badge[data-v-1944a8b5]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), transparent, rgba(255, 255, 255, 0.5));
}
@media (max-width: 767px) {
.teachers-element__stat-badge strong[data-v-1944a8b5] {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #3f325c;
}
}.teachers-block[data-v-19207270] {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100% - 50px);
  max-height: calc(100% - 50px);
  box-sizing: border-box;
  padding: 0 0 72px;
  overflow: hidden;
}
@media (max-width: 767px) {
.teachers-block[data-v-19207270] {
    height: auto;
    max-height: none;
    padding: 0 0 44px;
}
}
.teachers-block[data-v-19207270]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(1912px, 100% - 8px);
  height: 100%;
  border-radius: 32px;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 36px, rgba(255, 255, 255, 0.045) 36px, rgba(255, 255, 255, 0.045) 37px), repeating-linear-gradient(90deg, transparent 0, transparent 36px, rgba(255, 255, 255, 0.045) 36px, rgba(255, 255, 255, 0.045) 37px), linear-gradient(180deg, #2b1a45 0%, #281a44 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
.teachers-block[data-v-19207270]::before {
    border-radius: 22px;
}
}
.teachers-block > .landing__container[data-v-19207270] {
  position: relative;
  z-index: 1;
  height: 100%;
}
.teachers-block__frame[data-v-19207270] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 50px 42px 48px;
  overflow: visible;
}
@media (max-width: 767px) {
.teachers-block__frame[data-v-19207270] {
    height: auto;
    min-height: 0;
    display: block;
    padding: 18px 10px 18px;
    overflow: hidden;
}
}
.teachers-block__title[data-v-19207270] {
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
.teachers-block__title[data-v-19207270] {
    font-size: 42px;
    margin: 22px 0 22px;
}
}
.teachers-block__subjects[data-v-19207270] {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
.teachers-block__subjects[data-v-19207270] {
    margin-top: 14px;
    justify-content: center;
    gap: 8px;
}
}
.teachers-block__subject-btn[data-v-19207270] {
  --btn-height: 34px;
  --btn-padding-x: 14px;
  --btn-radius: 8px;
  --btn-font-family: var(--sans);
  --btn-font-size: 15px;
  --btn-font-weight: 600;
  --btn-line-height: 1;
  --btn-shadow: none;
  --subject-tilt: 0deg;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  z-index: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
@media (max-width: 767px) {
.teachers-block__subject-btn[data-v-19207270] {
    --btn-height: 30px;
    --btn-padding-x: 10px;
    --btn-font-size: 12px;
    height: auto;
    min-height: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
}
}
@media (max-width: 767px) {
.teachers-block__subject-btn[data-v-19207270] .fx-btn__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2px;
}
}
.teachers-block__subject-label[data-v-19207270] {
  font-weight: 600;
  opacity: 0.96;
}
@media (max-width: 767px) {
.teachers-block__subject-label[data-v-19207270] {
    font-size: 16px;
}
}
.teachers-block__subject-teacher[data-v-19207270] {
  margin-left: 8px;
  font-weight: 500;
  opacity: 0.92;
  color: rgba(40, 20, 60, 0.85);
  font-family: "Tektur", "Segoe UI", Arial, sans-serif;
}
@media (max-width: 767px) {
.teachers-block__subject-teacher[data-v-19207270] {
    margin-left: 0;
    font-size: 11px;
    line-height: 1.1;
}
}
.teachers-block__subject-btn--active[data-v-19207270] {
  transform: translateY(-6px) rotate(var(--subject-tilt)) scale(1.05);
  z-index: 3;
  box-shadow: 0 10px 20px rgba(120, 88, 255, 0.3);
  filter: saturate(1.06);
}
@media (max-width: 767px) {
.teachers-block__subject-btn--active[data-v-19207270] {
    transform: scale(1.1);
}
.teachers-block__subject-btn--active[data-v-19207270]:hover {
    transform: scale(1.1);
}
}
.teachers-block__subject-btn[data-v-19207270]:hover {
  box-shadow: 0 7px 14px rgba(15, 10, 30, 0.22);
}
.teachers-block__subject-btn--active[data-v-19207270]:hover {
  transform: translateY(-7px) rotate(var(--subject-tilt)) scale(1.05);
  box-shadow: 0 12px 24px rgba(120, 88, 255, 0.34);
}
.teachers-block__subject-btn--tilt-left[data-v-19207270] {
  --subject-tilt: -2deg;
}
.teachers-block__subject-btn--tilt-right[data-v-19207270] {
  --subject-tilt: 2deg;
}
.teachers-block__cards[data-v-19207270] {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  gap: 60px;
}
@media (max-width: 767px) {
.teachers-block__cards[data-v-19207270] {
    margin-top: 28px;
}
}
.teachers-block__card-shell[data-v-19207270] {
  width: 100%;
}
.teachers-block__cards--mobile-slider[data-v-19207270] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 2px 4px;
  scrollbar-width: none;
  transition: height 0.26s ease;
}
.teachers-block__cards--mobile-slider[data-v-19207270]::-webkit-scrollbar {
  display: none;
}
.teachers-block__cards--mobile-slider[data-v-19207270] .teachers-block__card-shell {
  flex: 0 0 calc(100% - 22px);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  align-self: flex-start;
}
.teachers-block__cards--stack[data-v-19207270] {
  display: grid;
  gap: 0;
  align-items: start;
  isolation: isolate;
  margin-top: 62px;
}
@media (max-width: 767px) {
.teachers-block__cards--stack[data-v-19207270] {
    margin-top: 24px;
}
}
.teachers-block__cards--stack[data-v-19207270] .teachers-block__card-shell {
  grid-area: 1/1;
  transition: transform 0.42s cubic-bezier(0.22, 0.7, 0.2, 1), opacity 0.32s ease, filter 0.32s ease;
  will-change: transform, opacity;
}
.teachers-block__cards--stack[data-v-19207270] .teachers-block__card-shell--drop-under {
  animation: teachers-card-drop-under-19207270 0.52s cubic-bezier(0.22, 0.72, 0.24, 1) both;
  pointer-events: none;
}
.teachers-block__progress[data-v-19207270] {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1880px, 100% - 45px);
  height: 5px;
  border-radius: 0 0 32px 32px;
  overflow: visible;
  background: transparent;
  border: 0;
  opacity: 0.35;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, #000 90px, #000 calc(100% - 90px), rgba(0, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, #000 90px, #000 calc(100% - 90px), rgba(0, 0, 0, 0.1) 100%);
  transition: opacity 0.25s ease;
  z-index: 2;
}
@media (max-width: 767px) {
.teachers-block__progress[data-v-19207270] {
    display: none;
}
}
.teachers-block__progress--active[data-v-19207270] {
  opacity: 1;
}
.teachers-block__progress-fill[data-v-19207270] {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform-origin: left center;
  will-change: transform;
  background: linear-gradient(90deg, var(--btn-bg-light) 0%, var(--btn-bg-gradient-end) 38%, var(--btn-bg-gradient-start) 74%, var(--accent) 100%);
  box-shadow: inset 0 -6px 12px var(--accent-bg);
  transition: transform 0.32s ease;
}
.teachers-block__progress-badge[data-v-19207270] {
  position: absolute;
  bottom: 13px;
  left: 0;
  transform: translateX(-50%);
  min-width: 44px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 16px rgba(20, 11, 40, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: left 0.32s ease, opacity 0.22s ease;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}
.teachers-block__progress-badge--active[data-v-19207270] {
  opacity: 1;
}
@keyframes teachers-card-drop-under-19207270 {
0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: none;
}
45% {
    transform: translate3d(0, 18px, 0) scale(0.995);
    opacity: 0.72;
    filter: saturate(0.94) brightness(0.93);
}
100% {
    transform: translate3d(0, 520px, 0) scale(0.99);
    opacity: 0;
    filter: saturate(0.88) brightness(0.86);
}
}.toggle-preview[data-v-11ded54d] {
  width: 100%;
  padding: 52px 0 84px;
}
@media (max-width: 767px) {
.toggle-preview[data-v-11ded54d] {
    padding: 34px 0 56px;
}
}
.toggle-preview__frame[data-v-11ded54d] {
  width: 100%;
}
.toggle-preview__title[data-v-11ded54d] {
  margin: 0;
}
.toggle-preview__tabs[data-v-11ded54d] {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1024px) {
.toggle-preview__tabs[data-v-11ded54d] {
    gap: 10px;
}
}
@media (max-width: 767px) {
.toggle-preview__tabs[data-v-11ded54d] {
    margin-top: 10px;
    gap: 8px;
    flex-wrap: wrap;
}
}
.toggle-preview__tab[data-v-11ded54d] {
  position: relative;
  min-height: 58px;
  border: 1px solid #ddd8ea;
  border-radius: 14px;
  background: rgba(245, 245, 248, 0.66);
  padding: 14px 26px;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #655f78;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1024px) {
.toggle-preview__tab[data-v-11ded54d] {
    min-height: 54px;
    padding: 12px 18px;
    font-size: 17px;
}
}
@media (max-width: 767px) {
.toggle-preview__tab[data-v-11ded54d] {
    min-height: 46px;
    border-radius: 12px;
    padding: 10px 14px 9px;
    font-size: 14px;
    line-height: 1;
}
}
.toggle-preview__tab[data-v-11ded54d]:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: #cec6e4;
}
.toggle-preview__tab.is-active[data-v-11ded54d] {
  background: #2a1b44;
  border-color: #2a1b44;
  transform: rotate(-1.8deg);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(41, 29, 74, 0.24);
}
.toggle-preview__description[data-v-11ded54d] {
  position: relative;
  margin: 0;
  max-width: 920px;
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.32;
  font-weight: 500;
  color: #4f4763;
}
@media (max-width: 767px) {
.toggle-preview__description[data-v-11ded54d] {
    margin-top: 8px;
    max-width: none;
    font-size: 14px;
    line-height: 1.3;
    color: #3f3558;
}
}
.toggle-preview__description-text[data-v-11ded54d] {
  display: block;
}
.toggle-preview__showcase[data-v-11ded54d] {
  margin-top: 24px;
  display: grid;
  gap: 18px;
}
@media (max-width: 767px) {
.toggle-preview__showcase[data-v-11ded54d] {
    margin-top: 16px;
    gap: 12px;
}
}
.toggle-preview__copy[data-v-11ded54d] {
  position: relative;
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid #e2ddf0;
  background: linear-gradient(180deg, rgba(247, 245, 252, 0.94) 0%, rgba(242, 239, 249, 0.95) 100%);
  padding: 14px 16px;
}
@media (max-width: 767px) {
.toggle-preview__copy[data-v-11ded54d] {
    border-radius: 12px;
    padding: 10px 12px;
}
}
.toggle-preview__copy[data-v-11ded54d]::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #e2ddf0;
  border-left: 1px solid #e2ddf0;
  background: linear-gradient(180deg, rgba(247, 245, 252, 0.94) 0%, rgba(242, 239, 249, 0.95) 100%);
  transform: rotate(45deg);
  border-top-left-radius: 4px;
}
@media (max-width: 767px) {
.toggle-preview__copy[data-v-11ded54d]::before {
    left: auto;
    right: 18px;
    border-left: none;
    border-right: 1px solid #e2ddf0;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
}
}
.toggle-preview__kicker[data-v-11ded54d] {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f63a3;
}
.toggle-preview__content-wrap[data-v-11ded54d] {
  position: relative;
  border-radius: 34px;
  padding: 12px;
  background: radial-gradient(90% 80% at 10% 0%, rgba(164, 120, 255, 0.16) 0%, rgba(164, 120, 255, 0) 62%), radial-gradient(120% 100% at 90% 100%, rgba(96, 221, 222, 0.12) 0%, rgba(96, 221, 222, 0) 64%), #eeebf8;
  border: 1px solid #d7d1ea;
  box-shadow: 0 20px 34px rgba(40, 28, 70, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.toggle-preview__content-wrap[data-v-11ded54d]:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(40, 28, 70, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}
@media (max-width: 767px) {
.toggle-preview__content-wrap[data-v-11ded54d] {
    border-radius: 18px;
    padding: 8px;
}
}
.toggle-preview__content-badge[data-v-11ded54d] {
  position: absolute;
  top: -11px;
  left: 24px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #d2c9f2;
  background: #fff;
  color: #50406f;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
.toggle-preview__content-badge[data-v-11ded54d] {
    left: 12px;
    top: -10px;
    min-height: 24px;
    padding: 0 10px;
    font-size: 10px;
}
}
.toggle-preview__content[data-v-11ded54d] {
  position: relative;
  margin-top: 0;
  width: 100%;
  aspect-ratio: 16/6.75;
  border-radius: 30px;
  background: #dbd5ed;
  border: 1px solid #d5cde9;
  overflow: hidden;
  box-shadow: inset 0 2px 14px rgba(255, 255, 255, 0.36);
}
@media (max-width: 767px) {
.toggle-preview__content[data-v-11ded54d] {
    border-radius: 18px;
}
}
.toggle-preview__image[data-v-11ded54d] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 0.38s ease;
  pointer-events: none;
}
.toggle-preview__image.is-active[data-v-11ded54d] {
  opacity: 1;
}
.toggle-fade-text-enter-active[data-v-11ded54d],
.toggle-fade-text-leave-active[data-v-11ded54d] {
  transition: opacity 0.32s ease;
}
.toggle-fade-text-enter-from[data-v-11ded54d],
.toggle-fade-text-leave-to[data-v-11ded54d] {
  opacity: 0;
}
.toggle-preview__description .toggle-fade-text-leave-active[data-v-11ded54d] {
  position: absolute;
  inset: 0;
}
@media (max-width: 1024px) {
.toggle-preview__description[data-v-11ded54d] {
    font-size: 18px;
    line-height: 1.25;
}
}.video-preview[data-v-354c1980] {
  width: 100%;
  padding: 38px 0 28px;
}
.video-preview__frame[data-v-354c1980] {
  width: 100%;
}
.video-preview__title[data-v-354c1980] {
  margin: 0;
}
.video-preview__subtitle[data-v-354c1980] {
  position: relative;
  margin: 14px 0 0;
  max-width: 860px;
  border-radius: 18px;
  border: 1px solid #e2ddf0;
  background: linear-gradient(180deg, rgba(247, 245, 252, 0.94) 0%, rgba(242, 239, 249, 0.95) 100%);
  padding: 14px 16px;
  box-sizing: border-box;
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  color: #4a4060;
}
@media (max-width: 767px) {
.video-preview__subtitle[data-v-354c1980] {
    margin-top: 10px;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
}
.video-preview__subtitle[data-v-354c1980]::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #e2ddf0;
  border-left: 1px solid #e2ddf0;
  background: linear-gradient(180deg, rgba(247, 245, 252, 0.94) 0%, rgba(242, 239, 249, 0.95) 100%);
  transform: rotate(45deg);
  border-top-left-radius: 4px;
}
@media (max-width: 767px) {
.video-preview__subtitle[data-v-354c1980]::before {
    left: auto;
    right: 18px;
    border-left: none;
    border-right: 1px solid #e2ddf0;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
}
}
.video-preview__media-card[data-v-354c1980] {
  margin-top: 26px;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
}
.video-preview__video-wrap[data-v-354c1980] {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
.video-preview__video-wrap[data-v-354c1980] {
    border-radius: 18px;
}
}
.video-preview__video-clip[data-v-354c1980] {
  position: relative;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #120d20;
  box-shadow: 0 18px 34px rgba(35, 19, 68, 0.24);
}
.video-preview__video-wrap[data-v-354c1980]::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  padding: 15px;
  box-sizing: border-box;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 42%, rgba(255, 255, 255, 0.05) 100%), radial-gradient(65% 48% at 25% 12%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 72%), radial-gradient(52% 58% at 86% 88%, rgba(159, 124, 255, 0.22), rgba(159, 124, 255, 0) 72%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.video-preview__video[data-v-354c1980] {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-preview__play-btn[data-v-354c1980] {
  position: absolute;
  left: 18px;
  bottom: 18px;
  min-height: 44px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(24, 16, 44, 0.74);
  color: #fff;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.video-preview__play-btn[data-v-354c1980]:hover {
  transform: translateY(-1px);
  background: rgba(31, 21, 59, 0.9);
}
.video-preview__play-btn[data-v-354c1980]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.video-preview__play-btn-icon[data-v-354c1980] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 1;
}
.video-preview__play-btn-text[data-v-354c1980] {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.video-preview__duration[data-v-354c1980] {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(17, 11, 34, 0.78);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  z-index: 3;
}
.video-preview__items[data-v-354c1980] {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 1024px) {
.video-preview__items[data-v-354c1980] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.video-preview__items[data-v-354c1980] {
    margin-top: 16px;
    gap: 8px;
}
}
.video-preview__item[data-v-354c1980] {
  position: relative;
  min-height: 214px;
  border-radius: 16px;
  border: 1px solid #ddd7ec;
  background: #f8f7fc;
  padding: 96px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
}
@media (max-width: 767px) {
.video-preview__item[data-v-354c1980] {
    min-height: 168px;
    border-radius: 12px;
    padding: 80px 12px 12px;
}
}
.video-preview__item[data-v-354c1980]:nth-child(3) {
  background: #281b38;
  transform: rotate(-1.8deg);
}
.video-preview__item:nth-child(3) .video-preview__value[data-v-354c1980],
.video-preview__item:nth-child(3) .video-preview__text[data-v-354c1980],
.video-preview__item:nth-child(3) .video-preview__meta[data-v-354c1980] {
  color: #fff;
}
.video-preview__icon[data-v-354c1980] {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 84px;
  height: 84px;
  object-fit: contain;
  pointer-events: none;
}
.video-preview__item:first-child .video-preview__icon[data-v-354c1980] {
  top: -24px;
  left: 3px;
  width: 112px;
  height: 112px;
}
.video-preview__item:last-child .video-preview__icon[data-v-354c1980] {
  top: 10px;
  left: 10px;
}
@media (max-width: 767px) {
.video-preview__icon[data-v-354c1980] {
    top: -16px;
    left: -8px;
    width: 68px;
    height: 68px;
}
.video-preview__item:first-child .video-preview__icon[data-v-354c1980] {
    top: -10px;
    left: 2px;
    width: 90px;
    height: 90px;
}
.video-preview__item:nth-child(2) .video-preview__icon[data-v-354c1980], .video-preview__item:nth-child(3) .video-preview__icon[data-v-354c1980] {
    top: 10px;
    left: 10px;
}
}
.video-preview__value[data-v-354c1980] {
  margin: 0;
  font-family: var(--sans);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #2d2147;
  transition: filter 0.28s ease, opacity 0.28s ease;
}
@media (max-width: 767px) {
.video-preview__value[data-v-354c1980] {
    font-size: 30px;
}
}
.video-preview__value--blurred[data-v-354c1980] {
  filter: blur(5px);
  opacity: 0.6;
}
.video-preview__text[data-v-354c1980] {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #2d2147;
}
@media (max-width: 767px) {
.video-preview__text[data-v-354c1980] {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.2;
}
}
.video-preview__meta[data-v-354c1980] {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #5f5873;
}
@media (max-width: 767px) {
.video-preview__meta[data-v-354c1980] {
    margin-top: 8px;
    font-size: 11px;
}
}
.video-preview__note[data-v-354c1980] {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  color: #4b445f;
}
@media (max-width: 767px) {
.video-preview__note[data-v-354c1980] {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.22;
}
}.landing[data-v-e6aeaf12] {
  overflow-x: hidden;
  overflow-x: clip;
  padding-top: 72px;
}
@media (max-width: 920px) {
.landing[data-v-e6aeaf12] {
    padding-top: 56px;
}
}
.landing__scroll-progress[data-v-e6aeaf12] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  border-radius: 0 0 999px 999px;
  z-index: 180;
  pointer-events: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.landing__scroll-progress-fill[data-v-e6aeaf12] {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 999px 999px;
  transform-origin: left center;
  will-change: transform;
  background: linear-gradient(90deg, var(--btn-bg-light) 0%, var(--btn-bg-gradient-end) 38%, var(--btn-bg-gradient-start) 74%, var(--accent) 100%);
  background-size: 180% 180%;
  animation: landing-progress-flow-e6aeaf12 2.2s ease-in-out infinite;
  box-shadow: inset 0 -6px 12px var(--accent-bg);
}
.landing__after-teachers[data-v-e6aeaf12] {
  width: 100%;
}
.landing[data-v-e6aeaf12] {
  --apple-glass-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3CradialGradient id='g' cx='28%25' cy='18%25' r='74%25'%3E%3Cstop offset='0' stop-color='white' stop-opacity='1'/%3E%3Cstop offset='0.46' stop-color='white' stop-opacity='0.66'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23g)'/%3E%3C/svg%3E");
}
.landing__to-top-btn[data-v-e6aeaf12] {
  position: fixed;
  right: 18px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(213, 204, 241, 0.9);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: var(--sans);
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(43, 29, 69, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  z-index: 200;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.landing__to-top-btn[data-v-e6aeaf12]:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(43, 29, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.landing__to-top-btn[data-v-e6aeaf12]:active {
  transform: translateY(0);
}
.landing__to-top-btn[data-v-e6aeaf12]::before {
  display: none;
}
.landing__to-top-btn[data-v-e6aeaf12]::after {
  display: none;
}
.landing__to-top-btn[data-v-e6aeaf12] > * {
  position: relative;
  z-index: 2;
}
.landing__to-top-icon[data-v-e6aeaf12] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4f35aa;
  opacity: 1;
  mix-blend-mode: normal;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  text-shadow: none;
  -webkit-text-stroke: 0;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.42));
  transform: translateY(-0.5px);
}
.landing__to-top-btn:hover .landing__to-top-icon[data-v-e6aeaf12] {
  color: #472e9f;
}
.after-teachers-reveal-enter-active[data-v-e6aeaf12] {
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.after-teachers-reveal-leave-active[data-v-e6aeaf12] {
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.after-teachers-reveal-enter-from[data-v-e6aeaf12],
.after-teachers-reveal-leave-to[data-v-e6aeaf12] {
  opacity: 0;
  transform: translateY(16px);
}
.landing-to-top-enter-active[data-v-e6aeaf12],
.landing-to-top-leave-active[data-v-e6aeaf12] {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.landing-to-top-enter-from[data-v-e6aeaf12],
.landing-to-top-leave-to[data-v-e6aeaf12] {
  opacity: 0;
  transform: translate(10px, 6px);
}
html,body {
  scrollbar-width: thin;
  scrollbar-color: rgba(143, 120, 255, 0.78) rgba(9, 12, 20, 0.9);
  -ms-overflow-style: auto;
}
html::-webkit-scrollbar,body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track,body::-webkit-scrollbar-track {
  background: rgba(9, 12, 20, 0.92);
}
html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(143, 120, 255, 0.92), rgba(255, 77, 148, 0.86));
  border-radius: 999px;
  border: 2px solid rgba(9, 12, 20, 0.92);
}
html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgb(143, 120, 255), rgba(255, 77, 148, 0.96));
}
@keyframes landing-progress-flow-e6aeaf12 {
0% {
    background-position: 50% 0%;
}
50% {
    background-position: 50% 100%;
}
100% {
    background-position: 50% 0%;
}
}
@media (max-width: 768px) {
.landing__scroll-progress[data-v-e6aeaf12] {
    height: 4px;
}
.landing__to-top-btn[data-v-e6aeaf12] {
    right: 12px;
    bottom: 16px;
    width: 40px;
    height: 40px;
}
.landing__to-top-icon[data-v-e6aeaf12] {
    font-size: 21px;
}
}