body {
  color: #e9f2ff;
  font-family: Poppins, sans-serif;
  font-size: 1.56vw;
  font-weight: 800;
  line-height: 110%;
}

.body {
  background-color: #2e2e2e;
}

.background {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background-vid {
  z-index: 1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.container-video {
  z-index: 2;
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00000080;
  border-radius: 2.78vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 38.89vw;
  padding: 2.78vw 5vw 3vw;
  display: flex;
  position: relative;
}

.container-video.norm {
  padding-bottom: 4vw;
}

.container-video.norm._4,
.container-video.norm._5,
.container-video.norm._6,
.container-video.norm._7,
.container-video._2,
.container-video._3,
.container-video._8 {
  display: flex !important;
}

.background-abs {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  display: flex;
}

.bgVideoAll video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.welcome {
  background-image: url("../images/01_Welcome-1_1.avif");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.welcome._2 {
  background-image: none;
  display: flex;
  position: absolute;
  top: 50%;
  right: 50%;
  inset: 0%;
}

.welcome._3 {
  background-image: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.welcome._5 {
  background-image: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.welcome._6 {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.welcome._4 {
  background-image: none;
  display: flex;
  position: absolute;
  inset: 0%;
  padding: 0px 16px;
}

.welcome._1 {
  background-image: none;
  width: 100%;
}

.bgGLobal {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
}

.bgGLobal video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.container-welcome {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url("../images/Frame-2131333658-1.svg");
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 38.89vw;
  height: 26vw;
  padding-bottom: 4.22vw;
  display: flex;
  position: relative;
}

.container-welcome._5 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-image: none;
  border-radius: 20px;
  background: var(--Opacity_Dark, rgba(17, 12, 21, 0.5));
  backdrop-filter: blur(7.5px);
  padding: 40px;
  height: max-content;
  width: 100%;
  max-width: 489px;
  align-items: center;
  justify-content: center;
}

.signup {
  z-index: 101;
}

.container-welcome._6 {
  display: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(90deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  background-image: none !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  background: var(--Opacity_Dark, rgba(17, 12, 21, 0.5));
  backdrop-filter: blur(7.5px);
  padding: 40px 20px;
  height: max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
}

.container-welcome._2 {
  background-image: url("../images/Frame-2131333705.svg");
  border-radius: 2.3vw;
  height: 23vw;
  padding-bottom: 3.4vw;
}

.container-welcome._3 {
  background-color: #00000080;
  background-image: none;
  border-radius: 2.22vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 3.56vw;
  padding-bottom: 3.56vw;
}

.container-welcome._4 {
  background-image: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-image: none;
  border-radius: 20px;
  background: var(--Opacity_Dark, rgba(17, 12, 21, 0.5));
  backdrop-filter: blur(7.5px);
  padding: 40px;
  height: max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
}

.step {
  position: relative;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(90deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.welcomeTexts_4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.welcomeTitle_4 {
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  background: linear-gradient(152deg, #9363ff, #ff4588);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.title_5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 450px;
}

.subtitle_5 {
  max-width: 245px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

.image_5 {
  width: 348px;
  flex-shrink: 0;
}

.image_5 img {
  width: 100%;
  height: 100%;
}

.bottom_5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.timeWrapper_5 {
  display: flex;
  padding-top: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 11px;
}

.timeText_5 {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.time_5 {
  display: flex;
  align-items: center;
  gap: 7px;
}

.time_5 span {
  display: flex;
  width: 68px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e55b97;
  background: linear-gradient(
    132deg,
    rgba(252, 101, 144, 0.5) 6.92%,
    rgba(128, 73, 243, 0.5) 108.99%
  );

  /* Primary_Glow */
  box-shadow: 0 10px 33px 0 rgba(174, 22, 183, 0.49),
    0 2px 5.363px 0 rgba(174, 22, 183, 0.25);
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.welcomeSubtitle_4 {
  max-width: 350px;
}

.button {
  text-align: center;
}

.button._4 {
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  font-size: 16px;
  min-height: 50px;
  max-height: 50px;
}

.button._5 {
  width: -webkit-fit-content;
  padding: 10px 20px;
  font-size: 16px;
  min-height: 52px;
}

.button_5 {
  font-size: 16px;
  width: 100%;
}

.hidden_5 {
  display: none;
}

.button {
  color: #e9f2ff;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(152deg, #9363ff, #ff4588);
  border: 1px #ffffff17;
  border-radius: 0.67vw;
  justify-content: center;
  align-items: center;
  width: 23.33vw;
  height: 4.56vw;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.button:active {
  background-image: linear-gradient(152deg, #9363ff66, #ff458866);
}

.button.contrast {
  background-image: linear-gradient(152deg, #9363ff, #ff4588);
  font-weight: 700;
}

.button.contrast:active {
  background-image: linear-gradient(152deg, #9363ff66, #ff458866);
}

.wrapper-qestions {
  display: flex;
  position: absolute;
  inset: 0%;
}

.qestion {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.89vw;
  font-weight: 500;
  line-height: 130%;
}

.wrapper-number-qestion {
  grid-column-gap: 0.22vw;
  grid-row-gap: 0.22vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-answers {
  grid-column-gap: 0.78vw;
  grid-row-gap: 0.78vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number {
  font-size: 1.11vw;
  font-weight: 500;
  display: none;
}

.text-color-opasity {
  color: #e9f2ff4d;
}

.progres-line {
  background-color: #ffffff1a;
  border-radius: 30vw;
  width: 23.33vw;
  height: 0.56vw;
  overflow: hidden;
}

.progres-line.none {
  display: none;
}

.gr-line {
  background-image: linear-gradient(92deg, #9363ff, #ff4588);
  border: 1px solid #ffffff0f;
  border-radius: 30vw;
  width: 0%;
  height: 100%;
}

.hidden-d {
  display: none;
}

.text-progress {
  letter-spacing: -0.02em;
  font-size: 1.89vw;
  font-weight: 500;
  line-height: 120%;
}

.loading {
  width: 10vw;
  height: 10vw;
}

.wrapper-text-loading {
  grid-column-gap: 0.67vw;
  grid-row-gap: 0.67vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-text-loading {
  grid-column-gap: 0.89vw;
  grid-row-gap: 0.89vw;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 1.89vw;
  display: flex;
}

.container-text-loading {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.container-text-loading.visible {
  opacity: 1;
}

.container-text-loading.last {
  margin-top: 0.28vw;
}

.container-text-loading.none {
  display: none;
}

.im {
  width: 1.33vw;
}

.text-loading {
  grid-column-gap: 0.89vw;
  grid-row-gap: 0.89vw;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 1.89vw;
  display: flex;
}

.text-loading.last {
  margin-top: 0.28vw;
}

.wrapperLoginTop_5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  align-self: stretch;
}

.wrapperLoginTexts_5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wrapperLoginTitle_5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
}

.welcomeSubtitle_4,
.wrapperLoginSubtitle_5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

.welcomeSubtitle_4 span,
.wrapperLoginSubtitle_5 span {
  color: #ec5c91;
}

.wrapperLoginInputs_5 {
  display: flex;
  padding-top: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wrapperLoginText_5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  width: 100%;
  max-width: 270px;
}

.wrapperLoginWrapInp_5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.wrapperLoginInp_5 {
  display: flex;
  height: 44px;
  padding: 0 12px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Opacity_White, rgba(255, 255, 255, 0.12));
  background: var(--Opacity_White, rgba(255, 255, 255, 0.12));

  color: var(--Text_Secondary, #d9d1dc);

  /* Body/S/14 Reg */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.14px;
}

.wrapperLoginInp_5::placeholder {
  color: var(--Text_Secondary, #d9d1dc);
  font-size: 16px;
}

.wrapperLoginWrapBut_5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: stretch;
}

.button._5 {
  width: 100%;
}

.button.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.price_5 {
  display: flex;
  width: 100%;
  max-width: 194px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #e55b97;
  background: linear-gradient(
    132deg,
    rgba(252, 101, 144, 0.5) 6.92%,
    rgba(128, 73, 243, 0.5) 108.99%
  );
  box-shadow: 0 10px 33px 0 rgba(174, 22, 183, 0.49),
    0 2px 5.363px 0 rgba(174, 22, 183, 0.25);
  backdrop-filter: blur(1.5px);
  position: relative;
}

.priceTitle_5 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.priceTexts_5 {
  display: flex;
  align-items: center;
  gap: 3px;
}

.priceSubtitle_5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.priceText_5 {
  color: var(--Text_Secondary, #d9d1dc);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.priceTag_5 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 68px;
}

.hiddenSm_5 {
  width: auto !important;
  height: 94px !important;
  position: relative;
  left: 30px;
}

.image_5 {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  padding-inline: 30px;
}

.login5or {
  width: 100%;
  gap: 16px;
  display: flex;
  align-items: center;
  color: #e0dff5;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 12px */
}

.login5or p {
  margin: 0;
}

.loginGoogle5 {
  text-decoration: none;
}

.login5or span {
  height: 1px;
  width: 100%;
  background-color: rgba(58, 33, 52, 0.5);
}

.loginGoogle5 {
  display: flex;
  height: 52px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: var(--White_Main-Contrast, #fff);
  color: var(--Back_Menu, #110c15);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 479px) {
  body {
    font-size: 7.12vw;
  }

  .container-video {
    grid-column-gap: 5.09vw;
    grid-row-gap: 5.09vw;
    border-radius: 7.63vw;
    width: 89.82vw;
    padding: 4.07vw 5.09vw 7.63vw;
  }

  .welcome {
    background-image: url("../images/01_Welcome-2_1.avif");
  }

  .container-welcome {
    background-image: url("../images/Frame-2131333656-2.svg");
    width: 89.82vw;
    height: 98.73vw;
    padding-bottom: 8vw;
  }

  .container-welcome._2 {
    background-image: url("../images/Frame-2131333706.svg");
    border-radius: 8vw;
    height: 80vw;
    padding-bottom: 7vw;
  }

  .container-welcome._3 {
    border-radius: 7.63vw;
    padding: 6.11vw 3vw;
  }

  .container-welcome._4 {
    background-image: none;
    width: 100%;
    padding: 20px;
  }

  .container-welcome._5 {
    background-image: url("../images/Frame-2131333666-1.svg");
    background-position: 50%;
    background-size: cover;
    height: 91.6vw;
  }

  .button {
    border-radius: 3.05vw;
    width: 64.38vw;
    height: 20.87vw;
    font-size: 6.11vw;
  }

  .button.qestion,
  .button.qest {
    height: 15vw;
  }

  .qestion {
    font-size: 7.12vw;
  }

  .wrapper-number-qestion {
    grid-column-gap: 1.02vw;
    grid-row-gap: 1.02vw;
  }

  .wrapper-answers {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .number {
    font-size: 5.09vw;
  }

  .progres-line {
    width: 74.55vw;
    height: 2.54vw;
  }

  .hidden-d {
    display: block;
  }

  .welcome._4 {
    padding: 0 16px;
  }

  .hidden-m {
    display: none;
  }

  .text-progress {
    text-align: center;
    font-size: 7.12vw;
    line-height: 10.18vw;
  }

  .loading {
    width: 30vw;
    height: 30vw;
  }

  .wrapper-text-loading {
    grid-column-gap: 3.05vw;
    grid-row-gap: 3.05vw;
  }

  .container-text-loading {
    grid-column-gap: 4.07vw;
    grid-row-gap: 4.07vw;
    font-size: 4.58vw;
    line-height: 8.65vw;
  }

  .container-text-loading.last {
    margin-top: 0;
  }

  .im {
    width: 6.11vw;
  }

  .text-loading {
    font-size: 4.58vw;
    line-height: 8.65vw;
  }

  .text-loading.last {
    margin-top: 0;
  }

  .welcome._6 {
    padding: 0px 16px;
  }

  .welcome._5 {
    padding: 0px 16px;
  }

  .container-welcome._6.active {
    padding: 40px 20px;
    background-image: none;
    width: max-content;
    height: max-content;
  }

  .container-welcome._6 {
    padding: 20px;
  }

  .bottom_5 {
    gap: 24px;
  }

  .button._4,
  .button._5 {
    height: max-content;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 100%;
  }

  .button.mob5 {
    height: 52px;
  }
  .button._4,
  .button._5 div {
    font-size: 16px;
  }

  .container-welcome._5 {
    padding: 24px 20px;
    background-image: none;
    width: 100%;
    height: max-content;
  }

  .title_5 {
    font-size: 30px;
  }

  .welcomeTitle_4 {
    font-size: 32px;
  }

  .subtitle_5 {
    line-height: 20px; /* 137.5% */
  }

  .image_5 {
    width: 100%;
    flex-shrink: 0;
  }

  .image_5 img {
    width: 100%;
    height: 100%;
  }

  .bottom_5 {
    gap: 28px;
  }

  .priceSubtitle_5 {
    font-size: 28px;
  }

  .price_5 {
    width: 163px;
    height: 120px;
    position: relative;
    right: 15px;
  }

  .hiddenSm_5 {
    width: 160px !important;
    height: 94px !important;
  }

  .hiddenSm_5 {
    left: 15px;
  }

  .image_5 {
    padding-inline: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .body {
    max-height: 100vh;
    overflow: hidden;
  }
}
