@font-face {
  font-family: Inter;
  src: url(fonts/inter.ttf?v=7d80e) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  src: url(fonts/open-sans.ttf?v=7d80e) format('truetype');
}

@font-face {
  font-family: Roboto;
  src: url(fonts/roboto.ttf?v=7d80e) format('truetype');
}

p,
h1,
h2,
span {
  margin: 0;
}

body {
  color: #fff;
}

.inter-400 {
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 400;
}

.inter-500 {
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 500;
}

.inter-600 {
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 600;
}

.inter-700 {
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 700;
}

.open-sans-400 {
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-weight: 400;
}

.open-sans-600 {
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-weight: 600;
}

.roboto-400 {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 400;
}

.font-10 {
  font-size: 10px;
}

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

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

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

.font-22 {
  font-size: 22px;
  line-height: 36px;
}

.font-48 {
  font-size: 48px;
  line-height: 56px;
}

body {
  max-width: 1366px;
  background-color: #1f0732;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.44px;
  font-family: Inter, serif;
  font-weight: 400;
  margin-bottom: 16px;
}

.section-subtitle {
  text-align: center;
  font-weight: 200;
  font-family: Inter, serif;
  font-size: 22px;
  line-height: 36px;
  max-width: 894px;
  margin: 0 auto 32px auto;
}

header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}

#countdown-banner {
  display: flex;
  height: 72px;
  justify-content: center;
  align-items: center;
  gap: 96px;
  align-self: stretch;
  background: linear-gradient(90deg, #1f0732 0%, #811bd1 19.71%, #ba26ff 50%, #7106b2 80.29%, #1f0732 100%);
  position: relative;
  overflow: hidden;
}

#countdown-signs {
  width: 256px;
  height: 88px;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;

  background: url(./images/section-header-countdown-signs.webp?v=7d80e) lightgray 50% / cover no-repeat;
  background-blend-mode: screen;
  mask-image: url(./images/section-header-countdown-signs.webp?v=7d80e);
  mask-repeat: no-repeat;
  mask-position: 50%;
  mask-size: cover;
  mask-mode: luminance;
  pointer-events: none;
}

#countdown-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.countdown-item-numbers-container {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.countdown-item-number {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;

  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
}

.countdown-item-number span {
  font-family: Inter, serif;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-variant: tabular-nums;
}

.countdown-item-title {
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 5px 30px #9d5818;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}

.countdown-item-divider {
  display: flex;
  width: 10px;
  height: 39px;
  flex-direction: column;
  justify-content: center;

  font-size: 32px;
  line-height: 20px;
}

#countdown-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

#countdown-title {
  background-color: #ffa800;
  background-image: linear-gradient(#ffe400, #ffa800);
  background-size: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

#countdown-desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

#countdown-cta {
  padding: 8px 16px;
  position: relative;
}

#countdown-cta span {
  color: #332042;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
}

#countdown-stars {
  max-width: 1270px;
  width: 100%;
  height: 313px;

  position: absolute;
  right: 47px;
  bottom: -241px;
  background: url(./images/section-header-countdown-stars.webp?v=7d80e);
  pointer-events: none;
}

nav {
  display: flex;
  height: 64px;
  padding: 4px 48px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: rgba(31, 7, 50, 0.7);
  backdrop-filter: blur(10px);
}

nav a {
  text-decoration: none;
  color: white;
}

#logo {
  display: flex;
  width: 135px;
  height: 22px;
  justify-content: center;
  align-items: center;
}

#nav-actions {
  display: flex;
  height: 32px;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

#login {
  text-align: right;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.button {
  display: flex;
  padding: 5px 16px 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-align: center;

  border-radius: 4px;
  background: linear-gradient(180deg, #ffe400 55.36%, #ffa800 100%), #ffe400;
}

#join-now {
  color: #332042;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

#hero {
  max-width: 896px;
  flex-shrink: 0;
  margin: 74px auto 0 auto;
  position: relative;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#hero-title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#hero-glow {
  max-width: 891px;
  max-height: 532px;
  width: 100%;
  height: 100%;

  border-radius: 891px;
  background: rgba(151, 71, 255, 0.7);
  box-shadow: 0 0 148px 8px #801eff;
  filter: blur(34px);
  position: absolute;
  top: 0;
  z-index: -1;
}

#hero-video {
  max-width: 893px;
  margin-top: 16px;
  flex-shrink: 0;
  position: relative;
}

main {
  position: relative;
  overflow: hidden;
}

#turning-circle {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  width: 1365px;
  height: 1365px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

#turning-circle-bg {
  background-image: url(./images/section-hero-turning-circle.webp?v=7d80e);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: spin 60s infinite linear;
  width: 100%;
  height: 100%;
}

#turning-circle-gradient {
  background: linear-gradient(180deg, #1f0732 0%, rgba(31, 7, 50, 0) 100%);
  width: 100%;
  height: 210px;
  position: absolute;
  top: 144px;
}

#hero-video video {
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(190, 129, 255, 0.4);
  background: #200238;
  box-shadow: 0 0 172px 24px rgba(31, 7, 50, 0.6) inset;
  z-index: 10;
  object-fit: cover;
}

#hero-video-shadow {
  display: none;
}

.promo-badge {
  width: 176px;
  height: 176px;
  background-image: url(./images/section-hero-promo-badge.webp?v=7d80e);
  background-position: center;
  position: absolute;
  top: 50%;
  border-radius: 100px;
  box-shadow: 0 0 36px 0 rgba(254, 228, 1, 0.3);
  background-size: 150%;
  background-repeat: no-repeat;
}

#hero-promo-badge {
  transform: translate(50%, -50%);
  right: 0;
}

#hero-block {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 32px;

  border-radius: 16px;
  border: 1px solid #be81ff60;
  background: radial-gradient(63.77% 100% at 50% 0%, #462b69 5.32%, rgba(16, 3, 29, 0) 100%), #1f0732;
  box-shadow: 0 0 116px 0 rgba(151, 71, 255, 0.3);
}

#hero-block-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

#hero-block-texts p {
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

#hero-block a {
  display: flex;
  padding: 14px 32px 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #332042;
  font-size: 20px;
  line-height: 27px;
}

#numbers {
  max-width: 768px;
  height: 70px;
  margin: 96px auto 203px auto;

  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 106px;
}

.statistic {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistic-number {
  text-align: center;
  font-size: 40px;
  line-height: normal;

  background: linear-gradient(180deg, #e1a3ff 55.36%, #8413dc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.statistic-title {
  color: #d3c2e5;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.glow {
  max-width: 831px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 440px;
}

.glow-bg {
  width: 831px;
  height: 831px;
  aspect-ratio: 1/1;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(31, 7, 50, 0) 16.8%, #1f0732 50.06%),
    linear-gradient(0deg, #1f0732 0%, #1f0732 100%),
    url(./images/section-connect-background.webp?v=7d80e) #1f0732 50% / cover no-repeat;
  background-blend-mode: normal, color, exclusion;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.glow img {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glow-light {
  width: 379px;
  height: 219px;
  border-radius: 379px;
  opacity: 0.7;
  background: #9747ff;
  box-shadow: 0 0 148px 8px #801eff;
  filter: blur(34px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#cards {
  max-width: 893px;
  margin: 0 auto;
}

#card-slider {
  max-width: 893px;
  min-height: 572px;
  overflow-x: hidden;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cards-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.paginator button {
  width: 48px;
  height: 48px;
  background-image: url(./images/section-connect-paginator-button-outline.svg?v=7d80e);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.paginator.visible-disabled button:disabled {
  cursor: auto;
  opacity: 0.3;
}

.paginator button img {
  width: 20px;
  height: 20px;
}

.paginator button:last-of-type img {
  transform: rotate(180deg);
}

.card {
  display: flex;
  flex: 0 0 271px;
  height: 488px;
  padding: 0 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  border-radius: 16px;
  background: radial-gradient(63.77% 100% at 50% 0%, #75589b 5.32%, rgba(16, 3, 29, 0) 100%),
    linear-gradient(180deg, rgba(23, 6, 36, 0) 0%, rgba(28, 7, 44, 0.7) 58.39%, #1f0732 100%), #563375;
  position: relative;
}

.card-video {
  background: linear-gradient(180deg, rgba(23, 6, 36, 0) 45.39%, #1f0732 100%), transparent;
}

.card.invisible {
  opacity: 0;
}

.card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  z-index: -1;
}

.card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
  z-index: 10;
}

.card .card-title {
  display: flex;
  width: 256px;
  padding: 16px 16px 16px 0;
  align-items: center;
  gap: 20px;
}

.card .card-icon {
  width: 40px;
  height: 40px;
  background-image: url(./images/section-connect-card-icon-background.svg?v=7d80e);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .card-icon.green {
  background-image: url(./images/section-connect-card-icon-background-green.svg?v=7d80e);
}

.card .card-icon img {
  max-width: 25px;
  max-height: 25px;
}

.card .card-title span {
  font-size: 20px;
  line-height: 24px;
}

.card .card-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

#audio-call-card-img {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  width: 100%;
}

#audio-call-card-img img {
  width: 104px;
  height: 104px;
  border-radius: 104px;
  object-fit: cover;
}

#audio-call-card-img span {
  color: #8f77a4;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#audio-call-card-animation {
  position: relative;
  margin: 23px auto 16px auto;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

#audio-call-card-animation-glow {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

#audio-call-card-animation-glow img {
  position: absolute;
  z-index: 0;
  animation: pulse 1.5s infinite ease-in-out;
}

#audio-call-card-animation-glow img:nth-child(1) {
  width: 53px;
  height: 53px;
}

#audio-call-card-animation-glow img:nth-child(2) {
  width: 64px;
  height: 64px;
}

#audio-call-card-animation-glow img:nth-child(3) {
  width: 72px;
  height: 75px;
}

#free-chat-card-animation-container {
  margin: 23px auto 16px auto;
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}

#free-chat-card-animation {
  position: relative;
  display: flex;
  gap: 14px;
  flex-direction: column;
  width: 100%;

  animation: message-container 10s ease-in-out infinite;
}

@keyframes message-container {
  0% {
    transform: translateY(100%);
  }
  15% {
    transform: translateY(75%);
  }
  30% {
    transform: translateY(50%);
  }
  45% {
    transform: translateY(25%);
  }
  60% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes message-appear {
  0% {
    scale: 0;
  }
  10% {
    scale: 100%;
  }
  95% {
    scale: 100%;
  }
  100% {
    scale: 0;
  }
}

.message-bubble {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: stretch;
  position: relative;
  width: fit-content;

  animation: message-appear 10s ease-in-out both infinite;
}

.message-bubble:nth-child(1) {
  animation-delay: 0.5s;
}
.message-bubble:nth-child(2) {
  animation-delay: 2s;
}
.message-bubble:nth-child(3) {
  animation-delay: 3.5s;
}
.message-bubble:nth-child(4) {
  animation-delay: 5s;
}

.paused {
  animation-play-state: paused !important;
}

.message-bubble.right {
  align-self: end;
}

.message-bubble.left {
  align-self: start;
}

.message-bubble.right .message-bubble-content {
  background: #448af7;
}

.message-bubble.left .message-bubble-content {
  background: #9a35c0;
}

.message-bubble.right .message-bubble-tail {
  background-image: url(./images/section-card-free-chat-message-tail-right.svg?v=7d80e);
  bottom: -3px;
  right: -3px;
}

.message-bubble.left .message-bubble-tail {
  background-image: url(./images/section-card-free-chat-message-tail-left.svg?v=7d80e);
  bottom: -3px;
  left: -3px;
}

.message-bubble-content {
  display: flex;
  padding: 6px 12px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 18px;
  font-size: 12px;
  line-height: 22px; /* 183.333% */
  letter-spacing: -0.408px;
}

.message-bubble-tail {
  position: absolute;

  width: 15px;
  height: 20px;
  flex-direction: column;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: contain;
}

#card-slider-fade {
  position: absolute;
  right: 0;
  top: 0;
  width: 138px;
  height: 520px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #1f0732 0%, rgba(31, 7, 50, 0) 100%);
  z-index: 10;
}

.offer {
  max-width: 1366px;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-background {
  background: linear-gradient(270deg, #1f0732 0%, rgba(31, 7, 50, 0) 17.68%),
    linear-gradient(90deg, #1f0732 0%, rgba(31, 7, 50, 0) 17.02%),
    linear-gradient(0deg, #1f0732 -0.83%, rgba(31, 7, 50, 0) 25.33%),
    linear-gradient(180deg, #1f0732 0%, rgba(31, 7, 50, 0) 36.33%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.offer-background-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-container {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.offer-content {
  display: flex;
  max-width: 893px;
  padding: 32px 48px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #be81ff60;
  background: radial-gradient(27.55% 100% at 50.06% 100%, #7b30d3 0%, rgba(32, 10, 52, 0) 100%),
    radial-gradient(63.77% 100% at 50% 0%, #462b69 5.32%, rgba(16, 3, 29, 0) 100%), rgba(31, 7, 50, 0.8);
  box-shadow: 0px 0px 116px 0px rgba(151, 71, 255, 0.3);
  z-index: 10;
}

.offer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.offer-left p {
  background-color: #ffa800;
  background-image: linear-gradient(#ffe400, #ffa800);
  background-size: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  text-align: center;
  font-size: 40px;
  line-height: 100%;
  margin: 0;
}

.offer-left span {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.offer-left a {
  color: #332042;
  font-size: 20px;
  line-height: 27px;
  padding: 14px 32px 15px 32px;
}

.offer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
}

.offer-right-row {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.offer-right-row:not(:last-of-type) {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #ffffff00, #ffffff44, #ffffff00) 1;
}

.offer-right-row:before {
  content: ' ';
  width: 12px;
  height: 12px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ffe400 55.36%, #ffa800 100%);
  border-radius: 10px;
  filter: drop-shadow(0px 0px 12px #7b30d3);
}

.offer-right-row span {
  font-size: 16px;
  line-height: 20px;
}

#private-session {
  max-width: 1009px;
  margin: 102px auto 0 auto;
  text-align: center;
}

#private-session p {
  margin-bottom: 32px;
}

#private-session-video {
  position: relative;
}

#private-session video {
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(190, 129, 255, 0.4);

  box-shadow: 0px 0px 172px 24px rgba(31, 7, 50, 0.6) inset;
  filter: drop-shadow(0px 0px 132px rgba(151, 71, 255, 0.5));
  object-fit: cover;
}

#private-session-promo-badge {
  z-index: 10;
  transform: translate(-50%, -50%) rotate(-30deg);
  left: 0;
}

#private-session-features-container {
  display: flex;
  justify-content: center;
  max-width: 805px;
  width: 100%;
  margin: 32px auto 0 auto;
}

#private-session-features {
  display: flex;
  align-items: center;
  gap: 66px;
  justify-content: space-around;
  text-align: left;
}

#private-session-features div {
  display: flex;
  align-content: center;
  gap: 16px;
}

.fade {
  width: 278px;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}

.fade.fade-left {
  background: linear-gradient(90deg, #1f0732 0%, rgba(31, 7, 50, 0) 100%);
  left: 0;
}

.fade.fade-right {
  background: linear-gradient(270deg, #1f0732 0%, rgba(31, 7, 50, 0) 100%);
  right: 0;
}

#marquee {
  max-width: 1366px;
  height: 78px;
  overflow: hidden;
  position: relative;
  margin-top: 132px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 36px));
  }
}

#marquee-texts {
  display: flex;
  width: max-content;
  height: 78px;
  padding-bottom: 17px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 72px;
  flex-shrink: 0;
  animation: marquee 15s infinite linear;
}

#marquee-texts span {
  font-size: 50px;
  line-height: normal;
  letter-spacing: -2px;

  background: linear-gradient(180deg, #e1a3ff 19.79%, #8441b8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

#experts {
  max-width: 892px;
  width: 100%;
  margin: 132px auto 0 auto;
}

.expert-wrapper {
  display: block;
  text-decoration: none;
  color: white;
}

#experts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.expert-card {
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.53%, rgba(0, 0, 0, 0.9) 100%),
    var(--image) lightgray 50% / cover no-repeat;
  position: relative;
  height: 152px;
}

.expert-card .status {
  display: flex;
  gap: 4px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}

.expert-card .live {
  display: inline-flex;
  padding: 5px 6px;
  align-items: flex-start;
  border-radius: 2px;
  background: #9a35c0;
  position: absolute;
  top: 8px;
  left: 8px;
}

#all-experts {
  font-size: 20px;
  line-height: 27px;
  margin: 32px auto 0 auto;
  padding: 14px 32px 15px 32px;
  color: #332042;
  width: fit-content;
}

#find-expert {
  margin-top: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#find-expert iframe {
  width: 893px;
  height: 632px;
  border-radius: 16px;
  border: 1px solid #be81ff60;
  box-shadow: 0 0 116px 0 rgba(151, 71, 255, 0.3);
}

#feedback {
  margin-top: 128px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.feedback-wrapper {
  flex: 0 0 400px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.feedback-wrapper p {
  color: #d3c2e5;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  font-family: Inter, serif;
  font-weight: 300;
}

.feedback-wrapper:last-of-type {
  margin-right: 64px;
}

.feedback-wrapper strong {
  font-weight: 700;
}

.feedback-user {
  display: flex;
  gap: 8px;
}

.feedback-user img {
  width: 48px;
  height: 48px;

  border-radius: 48px;
  border: 2px solid #9a35c0;
}

.feedback-user div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feedback-user .name {
  font-size: 16px;
  line-height: 20px;
}

.feedback-user .title {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d3c2e5;
}

#feedbacks-container {
  position: relative;
  overflow-x: hidden;
}

#feedback-texts {
  display: flex;
  gap: 64px;
}

#faq-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 893px;
  margin: 0 auto;
}

.faq-wrapper {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.faq-wrapper hr {
  opacity: 0.2;
  border-color: #fff;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.faq-wrapper:hover hr {
  border-color: #9a35c0;
  opacity: 1;
}

.faq-answer {
  font-family: Inter, serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  height: 0;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
  transition: all 0.3s linear;
}

.faq-wrapper svg {
  transition: all 0.3s linear;
}

.faq-wrapper.open svg {
  transform: rotate(180deg);
}

footer {
  display: flex;
  max-width: 1366px;
  padding: 32px 40px;
  justify-content: space-between;
  align-items: center;
  color: #bea6d8;
  flex-wrap: wrap;
  gap: 32px;
  border-top: 1px solid #ffffff14;
}

#footer-links,
.footer-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

#footer-links a {
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
  color: #bea6d8;
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

/*tablet*/
@media screen and (max-width: 1024px) {
  #countdown-banner {
    gap: 36px;
  }

  #numbers {
    gap: 54px;
    width: 80%;
  }

  .offer {
    margin-top: 32px;
    padding: 16px;
    width: calc(100% - 32px);
    height: fit-content;
  }

  .offer-content {
    flex-direction: column-reverse;
  }

  .offer-left {
    align-items: center;
  }

  #private-session,
  #experts,
  #hero,
  #faq-container {
    width: 80%;
  }

  #find-expert iframe {
    width: calc(80%);
  }

  footer {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 32px;
    gap: 0;
  }

  footer p {
    text-align: center;
    background: #332042;
    width: 100%;
    padding: 24px 0;
  }

  #footer-links {
    background: #3e2950;
    padding: 24px 0;
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
  }

  .footer-group {
    justify-content: center;
    gap: 8px;
  }

  #footer-links a {
    white-space: nowrap;
  }

  #footer-links a:not(:last-of-type) {
    padding-right: 8px;
    border-right: 1px solid #bea6d8;
  }

  .promo-badge {
    width: 120px;
    height: 120px;
  }
}

/*mobile*/
@media screen and (max-width: 740px) {
  body {
    max-width: 100vw;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
    padding: 0 16px;
  }

  .section-subtitle {
    font-size: 22px;
    line-height: 32px;
    padding: 0 16px;
  }

  #countdown-wrapper {
    align-items: center;
  }

  #countdown-banner {
    padding: 0 16px;
    height: 48px;
    gap: 12px;
    justify-content: space-between;
  }

  .countdown-item-divider {
    font-size: 15px;
  }

  .countdown-item-number {
    padding: 5px;
  }

  .countdown-item-number span {
    font-size: 14px;
  }

  .countdown-item-title {
    display: none;
  }

  #countdown-title {
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
  }

  #countdown-desc {
    display: none;
    font-size: 13px;
    line-height: 16px;
  }

  #countdown-cta span {
    font-size: 12px;
    white-space: nowrap;
  }

  #login {
    display: none;
  }

  nav {
    padding: 16px;
    height: auto;
  }

  #hero-title {
    position: absolute;
    z-index: 10;
  }

  main {
    max-width: 768px;
    margin: 0 auto;
  }

  #turning-circle {
    display: none;
  }

  #hero {
    width: 100vw;
    padding: 0;
    margin: 0;
  }

  #hero .section-subtitle {
    display: none;
  }

  #hero-video video {
    height: 514px;
    width: 100%;
    border: 0;
  }

  #hero-glow {
    display: none;
  }

  #hero-promo-badge {
    width: 90px;
    height: 90px;
    transform: translate(0, 0);
    right: 10px;
  }

  #hero-video-shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(180deg, #1f0732 0%, rgba(31, 7, 50, 0) 44.16%), transparent;
  }

  #hero-block {
    width: calc(100% - 32px * 2);
    margin: 32px auto 0 auto;
    padding: 16px;
  }

  #numbers {
    margin: 64px auto 200px auto;
    gap: 16px;
    flex-direction: column;
  }

  .glow {
    width: 100%;
  }

  .glow-bg {
    width: 100%;
    height: 831px;
  }

  .glow-light {
    width: 100%;
  }

  .offer-background-video {
    display: none;
  }

  #cards-paginator {
    display: none;
  }

  #card-slider {
    padding-left: 16px;
  }

  #private-session {
    width: calc(100% - 32px);
    height: fit-content;
    margin: 32px auto 0 auto;
    padding: 0 16px;
  }

  #private-session video {
    width: 100%;
    height: 514px;
  }

  #private-session-promo-badge {
    width: 90px;
    height: 90px;
    transform: translate(0, 0);
    left: 10px;
  }

  #private-session-features-container {
    margin: 24px 0 auto 0;
  }

  #private-session-features {
    width: fit-content;
    flex-direction: column;
    gap: 24px;

    align-items: start;
  }

  #marquee {
    margin-top: 32px;
    width: 100%;
  }

  .fade {
    width: 20%;
    height: 100%;
  }

  #experts {
    width: calc(100% - 16px * 2);
    margin: 32px auto 0 auto;
    padding: 0 16px;
  }

  #experts-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  #find-expert {
    margin-top: 32px;
  }

  #find-expert iframe {
    width: calc(100% - 32px);
    border-radius: 16px;
    margin: 0 16px;
  }

  #feedback {
    margin-top: 32px;
    width: 100%;
  }

  #feedbacks-container {
    width: calc(100% - 32px);
    padding: 0 16px;
  }

  #feedbacks-container .fade {
    display: none;
  }

  #feedback-texts {
    align-items: start;
    gap: 32px;
  }

  .feedback-wrapper {
    flex: 0 0 75%;
  }

  #feedback-paginator {
    display: none;
  }

  #faq-container {
    width: calc(100% - 32px);
    padding: 16px;
  }

  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  #countdown-cta {
    padding: 4px 8px;
  }

  #countdown-title,
  #countdown-cta span {
    white-space: wrap;
  }
}

@media screen and (orientation: landscape) {
  #login {
    display: block;
  }
}
