.left-side[data-v-df87ecca] button {
  height: 44px;
}
.bg-wrapper img[data-v-df87ecca] {
  border-radius: 24px;
}
.content-sections[data-v-df87ecca] {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 576px) {
.content-sections[data-v-df87ecca] {
    grid-template-columns: 1fr;
}
}
.page-header[data-v-df87ecca] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.page-title[data-v-df87ecca] {
  color: var(--Colors-White, #fff) !important;
  font-size: 24px !important;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 768px) {
.page-title[data-v-df87ecca] {
    font-size: 48px;
}
}
.page-subtitle[data-v-df87ecca] {
  color: var(--Colors-White, #fff);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.page-subtitle span[data-v-df87ecca] {
  font-weight: 600;
}
.page-lead[data-v-df87ecca] {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.generate-ref-button[data-v-df87ecca] {
  min-height: 58px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.share-link[data-v-df87ecca],
.friends-section[data-v-df87ecca] {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}
.share-link .max-button[data-v-df87ecca],
.friends-section .max-button[data-v-df87ecca] {
  padding: 14px 24px;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
.share-link[data-v-df87ecca],
.friends-section[data-v-df87ecca] {
    flex-direction: column;
}
.share-link .max-button[data-v-df87ecca],
.friends-section .max-button[data-v-df87ecca] {
    width: 100%;
}
}
.share-link[data-v-df87ecca] input::-moz-placeholder {
  color: #96d7ff;
}
.share-link[data-v-df87ecca] input::placeholder {
  color: #96d7ff;
}
.share-link-text[data-v-df87ecca] {
  color: var(--Colors-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.friends-section-text[data-v-df87ecca] {
  color: var(--Colors-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.invite-button[data-v-df87ecca] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.invite-button[disabled][data-v-df87ecca] {
  color: var(--Colors-White, #fff);
}
.stats[data-v-df87ecca] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 40px 24px;
}
.stats-container[data-v-df87ecca] {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 44px;
  padding: 10px 16px;
  border-radius: var(--Spacing-m, 8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
}
.stats-container-left-side[data-v-df87ecca] {
  display: flex;
  gap: 8px;
  width: 100%;
  color: var(--Colors-White, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.stats-container-left-side svg[data-v-df87ecca] {
  max-width: 22px;
}
.stats-amount[data-v-df87ecca] {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.claim-button[data-v-df87ecca] {
  height: 50px;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.claim-button[disabled][data-v-df87ecca] {
  color: var(--Colors-White, #fff);
}
.terms[data-v-df87ecca] {
  cursor: pointer;
  text-align: center;
  color: var(--Colors-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@container page-content (max-width:650px) {
.content-sections[data-v-df87ecca] {
    grid-template-columns: 1fr !important;
}
}
@media screen and (max-width: 576px) {
.friends-section {
    flex-direction: column;
}
.friends-section .input-wrapper {
    flex-direction: column !important;
}
}

/*# sourceMappingURL=40.fcdf8752.css.map*/