body {
  background-color: #470000 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._root_y9smk_8 {
  max-width: 510px;
}
._mainInfo_y9smk_12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  background-color: #d00;
  border-radius: 0 0 24px 24px;
  padding: 80px 20px 24px;
}
@media (prefers-reduced-motion: no-preference) {
  ._mainInfo_y9smk_12 {
    animation: _slideDown_y9smk_1 .8s cubic-bezier(.4, 0, .2, 1) .5s forwards;
    transform: translateY(-100%);
  }
}
@keyframes _slideDown_y9smk_1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  ._logoWrapper_y9smk_39 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) 1.3s forwards;
  }
  ._titleContainer_y9smk_46 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) 1.5s forwards;
  }
  ._subtitle_y9smk_53 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) 1.7s forwards;
  }
}
._loginButtonWrapper_y9smk_60 {
  width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  ._loginButtonWrapper_y9smk_60 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) 1.9s forwards;
  }
}
._title_y9smk_46 {
  font-family: VG Effekt;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-stretch: 150%;
  width: 100%;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._titleLine1_y9smk_82 {
  font-size: 44px;
  line-height: 105%;
  letter-spacing: .88px;
}
._titleLine2_y9smk_88 {
  font-size: 42px;
  line-height: 105%;
  letter-spacing: .88px;
}
._titleLine3_y9smk_94 {
  font-size: 50px;
  line-height: 105%;
  letter-spacing: 1px;
}
._subtitle_y9smk_53 {
  padding-bottom: 24px;
}
._aboutWrapper_y9smk_104 {
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  width: 100%;
}
._benefitsInfo_y9smk_114 {
  background-color: #290000;
  border-radius: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (prefers-reduced-motion: no-preference) {
  ._benefitsInfo_y9smk_114 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) forwards;
  }
}
._benefitsInfo_y9smk_114 h2 {
  font-family: VG Effekt;
  text-align: center;
  font-weight: 400;
  font-stretch: 120%;
  font-size: 24px;
  line-height: 114%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
}
._benefitsInfo_y9smk_114 img {
  justify-self: center;
}
@keyframes _fadeInUp_y9smk_1 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  ._benefit1_y9smk_151 {
    animation-delay: 2.8s;
  }
  ._benefit2_y9smk_157 {
    animation-delay: 3.1s;
  }
}
._faqSection_y9smk_163 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (prefers-reduced-motion: no-preference) {
  ._faqSection_y9smk_163 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) 3.4s forwards;
  }
  ._bottomLoginButton_y9smk_174 {
    opacity: 0;
    animation: _fadeInUp_y9smk_1 .6s cubic-bezier(.4, 0, .2, 1) 3.7s forwards;
  }
}
._faqItem_y9smk_181 {
  background-color: #290000;
  border-radius: 16px;
}
@media (prefers-reduced-motion: no-preference) {
  ._faqItem_y9smk_181 {
    interpolate-size: allow-keywords;
  }
}
._faqItem_y9smk_181::details-content {
  opacity: 0;
  height: 0;
  overflow: clip;
  transition:
    content-visibility allow-discrete .3s,
    opacity .3s,
    height .3s;
}
._faqItem_y9smk_181[open]::details-content {
  opacity: 1;
  height: auto;
}
._faqQuestion_y9smk_205 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  font-weight: 800;
  font-size: 17px;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}
._faqQuestion_y9smk_205:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/icons/chevron-down.svg);
  background-size: contain;
  transition: transform .3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}
._faqItem_y9smk_181[open] ._faqQuestion_y9smk_205:after {
  transform: rotate(180deg);
}
._faqAnswer_y9smk_233 {
  padding: 0 16px 16px;
  line-height: 22px;
}
._footer_y9smk_238 {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._footerVGLogo_y9smk_245 {
  padding-top: 8px;
  padding-bottom: 16px;
}
._form_irkor_1 {
  width: 100%;
}
._appStoreLink_irkor_5 {
  width: 100%;
  display: flex;
  justify-content: center;
}
._appStoreBadge_irkor_11 {
  display: block;
  width: min(180px, 100%);
  height: auto;
}
._button_irkor_17 {
  width: 100%;
  min-height: 50px;
  padding: 8px 16px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  color: #000;
}
._button_irkor_17 svg {
  height: 16px;
  color: #f26522;
}
._errorMessage_irkor_39 {
  padding-top: 16px;
}
