/* [project]/src/components/UI/Block/Block.module.scss.module.css [app-client] (css) */
.Block-module-scss-module__6R__Sq__block {
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  height: auto;
  padding-block: 100px 80px;
  display: flex;
  overflow: hidden;
}

.Block-module-scss-module__6R__Sq__white-background {
  background-color: var(--color-white);
}

/* [project]/src/app/paywall/page.module.scss.module.css [app-client] (css) */
.page-module-scss-module__MD1JTW__block {
  background: #f9f9fb;
}

/* [project]/src/components/UI/Container/Container.module.css [app-client] (css) */
.Container-module__A71KYW__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 0 32px;
}

/* [project]/src/components/Layout/Header/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__9TE7qq__header {
  z-index: 5;
  width: 100%;
  transition: all .5s;
  position: fixed;
  top: 0;
}

@supports (top: env(safe-area-inset-top)) {
  .Header-module-scss-module__9TE7qq__header {
    top: env(safe-area-inset-top, 0);
  }
}

.Header-module-scss-module__9TE7qq__scrolled {
  background: #fff;
}

.Header-module-scss-module__9TE7qq__container {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: relative;
}

.Header-module-scss-module__9TE7qq__logo {
  z-index: 2;
  text-align: center;
  color: #202020;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 105px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.Header-module-scss-module__9TE7qq__white .Header-module-scss-module__9TE7qq__logo {
  color: #fff;
}

.Header-module-scss-module__9TE7qq__scrolled .Header-module-scss-module__9TE7qq__logo {
  color: #202020;
}

.Header-module-scss-module__9TE7qq__white {
  color: #fff;
}

.Header-module-scss-module__9TE7qq__white.Header-module-scss-module__9TE7qq__scrolled {
  color: var(--color-primary);
}

.Header-module-scss-module__9TE7qq__burgerMenu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  right: 20px;
}

.Header-module-scss-module__9TE7qq__burgerMenu span, .Header-module-scss-module__9TE7qq__burgerMenu:after, .Header-module-scss-module__9TE7qq__burgerMenu:before {
  background: var(--color-primary);
  width: 16px;
  height: 2px;
  transition: var(--transition);
  border-radius: 50px;
  position: absolute;
}

.Header-module-scss-module__9TE7qq__burgerMenu:after, .Header-module-scss-module__9TE7qq__burgerMenu:before {
  content: "";
}

.Header-module-scss-module__9TE7qq__burgerMenu:before {
  top: 0;
}

.Header-module-scss-module__9TE7qq__burgerMenu:after {
  bottom: 0;
}

.Header-module-scss-module__9TE7qq__burgerMenu.Header-module-scss-module__9TE7qq__active span {
  width: 0;
}

.Header-module-scss-module__9TE7qq__burgerMenu.Header-module-scss-module__9TE7qq__active:before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.Header-module-scss-module__9TE7qq__burgerMenu.Header-module-scss-module__9TE7qq__active:after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}

.Header-module-scss-module__9TE7qq__skip {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

/* [project]/src/app/paywall/blocks/Purpose/Purpose.module.scss.module.css [app-client] (css) */
.Purpose-module-scss-module__1R9CaW__wrapper {
  padding-top: 40px;
}

.Purpose-module-scss-module__1R9CaW__head {
  background-color: var(--color-white);
  border-radius: 10px;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: 56px;
  display: grid;
  box-shadow: 0 4px 8px #dcdcfd4d;
}

.Purpose-module-scss-module__1R9CaW__head p {
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.Purpose-module-scss-module__1R9CaW__headLine {
  background-color: #ececec;
  width: 1px;
  height: auto;
  margin: 10px;
}

.Purpose-module-scss-module__1R9CaW__purpleColor {
  color: var(--color-secondary);
}

.Purpose-module-scss-module__1R9CaW__body {
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
}

.Purpose-module-scss-module__1R9CaW__arrow {
  gap: 1.5px;
  display: inline-flex;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-47%);
}

.Purpose-module-scss-module__1R9CaW__arrow svg {
  width: 10px;
  height: 44px;
  transition: all 2.5s;
  animation: 2.5s infinite Purpose-module-scss-module__1R9CaW__opasityStr;
}

.Purpose-module-scss-module__1R9CaW__arrow svg:nth-child(2) {
  animation: 2.5s .3s infinite Purpose-module-scss-module__1R9CaW__opasityStr;
}

.Purpose-module-scss-module__1R9CaW__arrow svg:nth-child(3) {
  animation: 2.5s .6s infinite Purpose-module-scss-module__1R9CaW__opasityStr;
}

@keyframes Purpose-module-scss-module__1R9CaW__opasityStr {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.Purpose-module-scss-module__1R9CaW__item:last-child .Purpose-module-scss-module__1R9CaW__values {
  border-radius: 0 12px 12px 0;
  padding: 20px 20px 20px 20.5px;
  position: relative;
}

.Purpose-module-scss-module__1R9CaW__item:last-child .Purpose-module-scss-module__1R9CaW__values:before {
  content: url("data:image/svg+xml,%3Csvg width='1' height='217' viewBox='0 0 1 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 216.5L0.5 0' stroke='%239C9AA8' stroke-opacity='0.2' stroke-dasharray='1 2' /%3E%3C/svg%3E");
  z-index: 3;
  background: #fff;
  justify-content: center;
  width: 30px;
  height: 100%;
  padding-top: 14.5px;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}

.Purpose-module-scss-module__1R9CaW__imageBlock {
  aspect-ratio: 318 / 280;
  justify-content: center;
  align-items: end;
  width: 100%;
  display: flex;
}

.Purpose-module-scss-module__1R9CaW__values {
  background-color: var(--color-white);
  border-radius: 12px 0 0 12px;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20.5px 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px #dcdcfd4d;
}

.Purpose-module-scss-module__1R9CaW__value {
  flex-direction: column;
  min-height: 40px;
  display: flex;
}

.Purpose-module-scss-module__1R9CaW__title {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 120%;
}

.Purpose-module-scss-module__1R9CaW__valueText {
  color: #9c9aa8;
  font-size: 11px;
  font-weight: 600;
}

.Purpose-module-scss-module__1R9CaW__progress {
  background: linear-gradient(90deg, #97dbfc 0%, #adecc5 16.68%, #d2f198 37.38%, #f7dd7a 56.5%, #ec7c5d 77.43%, #ef5a42 95.52%);
  border-radius: 1px;
  width: 100%;
  height: 6px;
  position: relative;
}

.Purpose-module-scss-module__1R9CaW__progress span {
  content: "";
  background: var(--color-white);
  border-radius: 3px;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
  box-shadow: 0 2px 6px #847e9033;
}

.Purpose-module-scss-module__1R9CaW__progress span:before {
  content: "";
  background: #c1c0d0;
  border-radius: 3px;
  width: 1px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}

.Purpose-module-scss-module__1R9CaW__progress.Purpose-module-scss-module__1R9CaW__high span {
  left: auto;
  right: 12.5%;
}

/* [project]/src/components/UI/Title/Title.module.scss.module.css [app-client] (css) */
.Title-module-scss-module__uX_Jva__title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.Title-module-scss-module__uX_Jva__title span {
  color: var(--color-secondary);
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/src/app/paywall/blocks/Ticker/Ticker.module.scss.module.css [app-client] (css) */
.Ticker-module-scss-module__XVsxha__ticker {
  margin-inline: -16px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.Ticker-module-scss-module__XVsxha__title {
  letter-spacing: .42px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 118%;
}

.Ticker-module-scss-module__XVsxha__title span {
  color: #9157ff;
}

.Ticker-module-scss-module__XVsxha__list {
  padding-inline: 23px;
}

.Ticker-module-scss-module__XVsxha__item {
  background: #fff;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  display: flex;
  box-shadow: 0 4px 8px #dcdcfd4d;
}

.Ticker-module-scss-module__XVsxha__img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.Ticker-module-scss-module__XVsxha__user {
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

/* [project]/src/app/paywall/blocks/SelectPlan/SelectPlan.module.scss.module.css [app-client] (css) */
.SelectPlan-module-scss-module__3jw3IG__plans {
  margin-bottom: 40px;
}

.SelectPlan-module-scss-module__3jw3IG__plans .SelectPlan-module-scss-module__3jw3IG__button {
  margin-top: 30px;
  position: static;
}

.SelectPlan-module-scss-module__3jw3IG__title {
  text-align: center;
  letter-spacing: .6px;
  max-width: 270px;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 118%;
}

.SelectPlan-module-scss-module__3jw3IG__selectPlans {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 23px;
  display: grid;
}

.SelectPlan-module-scss-module__3jw3IG__text {
  color: #969696;
  text-align: center;
  margin-top: 30px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.SelectPlan-module-scss-module__3jw3IG__checkboxes {
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.SelectPlan-module-scss-module__3jw3IG__checkboxRow {
  cursor: pointer;
  grid-template-columns: 22px 1fr;
  align-items: center;
  column-gap: 10px;
  display: grid;
}

.SelectPlan-module-scss-module__3jw3IG__nativeCheckbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.SelectPlan-module-scss-module__3jw3IG__customCheckbox {
  background: #fff;
  border: 1.5px solid #d7d7df;
  border-radius: 7px;
  width: 22px;
  height: 22px;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.SelectPlan-module-scss-module__3jw3IG__nativeCheckbox:checked + .SelectPlan-module-scss-module__3jw3IG__customCheckbox {
  background: #7447ff;
  border-color: #7447ff;
}

.SelectPlan-module-scss-module__3jw3IG__nativeCheckbox:checked + .SelectPlan-module-scss-module__3jw3IG__customCheckbox:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 8px;
  transform: rotate(45deg);
}

.SelectPlan-module-scss-module__3jw3IG__nativeCheckbox:focus-visible + .SelectPlan-module-scss-module__3jw3IG__customCheckbox {
  outline-offset: 2px;
  outline: 2px solid #7447ff59;
}

.SelectPlan-module-scss-module__3jw3IG__checkboxText {
  color: #585868;
  font-size: 12px;
  font-weight: 500;
  line-height: 142%;
}

.SelectPlan-module-scss-module__3jw3IG__linkText {
  color: var(--color-secondary);
  font-weight: 600;
  text-decoration: none;
}

.SelectPlan-module-scss-module__3jw3IG__emailModalOverlay {
  z-index: 9999;
  background: #08090dc7;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.SelectPlan-module-scss-module__3jw3IG__emailModal {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  padding: 24px;
  box-shadow: 0 24px 64px #0f162c4d;
}

.SelectPlan-module-scss-module__3jw3IG__emailModalTitle {
  color: #20202e;
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.SelectPlan-module-scss-module__3jw3IG__emailField {
  width: 100%;
  display: block;
  position: relative;
}

.SelectPlan-module-scss-module__3jw3IG__emailFieldPlaceholder {
  color: var(--text-light);
  z-index: 2;
  pointer-events: none;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  transform: translateY(-45%);
}

.SelectPlan-module-scss-module__3jw3IG__emailFieldFocus {
  color: var(--color-secondary);
  font-size: 12px;
  top: 13px;
}

.SelectPlan-module-scss-module__3jw3IG__emailModalInput {
  box-sizing: border-box;
  color: #111827;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 22px 15px 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  box-shadow: 0 4px 16px #0000000f;
}

.SelectPlan-module-scss-module__3jw3IG__emailModalInput:focus {
  border-color: #d1d5db;
}

.SelectPlan-module-scss-module__3jw3IG__emailModalButton {
  color: #fff;
  cursor: pointer;
  background: #7447ff;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.SelectPlan-module-scss-module__3jw3IG__emailModalError {
  color: #d7263d;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
}

/* [project]/src/app/paywall/blocks/SelectPlan/SelectPlanCard.module.scss.module.css [app-client] (css) */
.SelectPlanCard-module-scss-module__s-xWrq__card {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #7b35fe00;
}

.SelectPlanCard-module-scss-module__s-xWrq__active {
  border: 1px solid var(--color-secondary);
}

.SelectPlanCard-module-scss-module__s-xWrq__selectedPlanText {
  background: var(--color-secondary);
  color: #fff;
  text-align: center;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.SelectPlanCard-module-scss-module__s-xWrq__wrapper {
  align-items: center;
  padding: 16px 16px 16px 20px;
  display: flex;
}

.SelectPlanCard-module-scss-module__s-xWrq__mainInfo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.SelectPlanCard-module-scss-module__s-xWrq__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.SelectPlanCard-module-scss-module__s-xWrq__prices {
  gap: 6px;
  display: flex;
}

.SelectPlanCard-module-scss-module__s-xWrq__fullPrice, .SelectPlanCard-module-scss-module__s-xWrq__salePrice {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.SelectPlanCard-module-scss-module__s-xWrq__fullPrice {
  color: #0a0a0a4d;
  position: relative;
}

.SelectPlanCard-module-scss-module__s-xWrq__fullPrice:before {
  content: "";
  background: #fe692e;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.SelectPlanCard-module-scss-module__s-xWrq__sale {
  background: var(--color-secondary);
  color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

/* [project]/src/components/UI/ContinueButton/ContinueButton.module.scss.module.css [app-client] (css) */
.ContinueButton-module-scss-module__-znGPW__button {
  background: var(--color-secondary);
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 48px;
  color: var(--color-white);
  cursor: pointer;
  z-index: 9;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all .5s;
  display: flex;
  position: fixed;
  bottom: 6px;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px #fff;
}

.ContinueButton-module-scss-module__-znGPW__button:hover {
  opacity: .7;
}

.ContinueButton-module-scss-module__-znGPW__button.ContinueButton-module-scss-module__-znGPW__disabled {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: var(--color-white);
  background: #5b547a;
  background: var(--color-secondary);
  opacity: .5;
  box-shadow: 0 0 8px #fff;
}

body[data-theme="light"] .ContinueButton-module-scss-module__-znGPW__button {
  border-radius: 60px;
  width: 295px;
  height: 50px;
  font-weight: 600;
  box-shadow: 0 1px 25px #8c32ff4d;
}

body[data-theme="light"] .ContinueButton-module-scss-module__-znGPW__button:hover {
  opacity: .9;
}

body[data-theme="light"] .ContinueButton-module-scss-module__-znGPW__button.ContinueButton-module-scss-module__-znGPW__disabled {
  background: var(--text-light);
  color: var(--color-primary);
  opacity: .8;
  box-shadow: 0 0 8px #fff;
}

@supports (bottom: env(safe-area-inset-bottom)) {
  .ContinueButton-module-scss-module__-znGPW__button {
    bottom: calc(6px + env(safe-area-inset-bottom, 6px));
  }
}

/* [project]/src/app/paywall/blocks/Text/Text.module.scss.module.css [app-client] (css) */
.Text-module-scss-module__2ARAJW__wrapper {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 10px;
  display: flex;
}

.Text-module-scss-module__2ARAJW__block {
  border: 1px solid #7b35fe3d;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 30px;
  display: flex;
}

.Text-module-scss-module__2ARAJW__title {
  margin-bottom: 12px;
}

.Text-module-scss-module__2ARAJW__text {
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.Text-module-scss-module__2ARAJW__text span {
  color: var(--color-secondary);
}

/* [project]/src/app/paywall/blocks/Support/Support.module.scss.module.css [app-client] (css) */
.Support-module-scss-module__WVNSuG__wrapper {
  flex-direction: column;
  gap: 20px;
  margin: 60px 0;
  display: flex;
}

.Support-module-scss-module__WVNSuG__title {
  font-size: 24px;
}

.Support-module-scss-module__WVNSuG__storeBlock {
  margin-bottom: 20px;
}

.Support-module-scss-module__WVNSuG__storeBlock, .Support-module-scss-module__WVNSuG__supportBlock {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.Support-module-scss-module__WVNSuG__storeButton {
  justify-content: center;
  display: flex;
}

.Support-module-scss-module__WVNSuG__storeImage {
  width: 180px;
  height: 60px;
}

.Support-module-scss-module__WVNSuG__supportBlock p {
  font-size: 14px;
}

.Support-module-scss-module__WVNSuG__emailLink {
  color: var(--color-secondary);
  font-weight: 600;
  text-decoration: none;
}

.Support-module-scss-module__WVNSuG__meta {
  font-size: 14px;
}

.Support-module-scss-module__WVNSuG__policyLinks {
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.Support-module-scss-module__WVNSuG__policyLinks a {
  color: var(--color-secondary);
  font-weight: 600;
  text-decoration: none;
}

.Support-module-scss-module__WVNSuG__methods {
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  display: grid;
}

.Support-module-scss-module__WVNSuG__methodImage {
  width: 100%;
  height: auto;
}

.Support-module-scss-module__WVNSuG__socials {
  gap: 8px;
  display: flex;
}

.Support-module-scss-module__WVNSuG__socialButton {
  border: 1px solid var(--color-primary);
  aspect-ratio: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.Support-module-scss-module__WVNSuG__socialIcon {
  width: 24px;
  color: var(--color-primary);
}

/*# sourceMappingURL=_6911a33f._.css.map*/